/*$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: "Helvetica Neue", Arial, sans-serif;
  color: #363636;
  font-size: 16px;
  line-height: 1.5;
}

/* line 61, ../scss/core/_common.scss */
a {
  color: #134063;
  text-decoration: none;
}

/* line 66, ../scss/core/_common.scss */
a:hover {
  text-decoration: underline;
}

/* line 71, ../scss/core/_common.scss */
a:focus {
  outline-color: #113958;
}

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

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

/* line 89, ../scss/core/_common.scss */
h2,
.h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #000;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
}

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

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

/* line 95, ../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 97, ../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 103, ../scss/core/_common.scss */
.address-list address {
  margin-bottom: 1em;
}

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

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

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

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

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

/* -------------------------------------------- *
 * Page Titles
 */
/* line 135, ../scss/core/_common.scss */
.page-title h1,
.page-title h2 {
  margin: 0;
  padding: 18px 16px 21px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 1px 3px 4px rgba(4, 5, 5, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

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

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

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

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

/* line 168, ../scss/core/_common.scss */
.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #cccccc;
}
/* line 174, ../scss/core/_common.scss */
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #363636;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #134063;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 183, ../scss/core/_common.scss */
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #636363;
}

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

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

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

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

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

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

/* line 217, ../scss/core/_common.scss */
.block .actions {
  margin: 10px 0 0;
}
/* line 220, ../scss/core/_common.scss */
.block .actions:after {
  content: "";
  display: table;
  clear: both;
}
/* line 224, ../scss/core/_common.scss */
.block .actions a {
  float: left;
}
/* line 227, ../scss/core/_common.scss */
.block .actions .button {
  float: right;
}

/* line 235, ../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 245, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  /* line 248, ../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 255, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #363636;
    font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    font-family: "Oswald", "Helvetica Neue", Arial, 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: 0px;
    padding: 20px 29px 20px 19px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #cacdd4;
    position: relative;
    background-color: #dfeaf2;
    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 #6d6d6d;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }
  /* line 264, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #363636;
    font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    font-family: "Oswald", "Helvetica Neue", Arial, 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: 0px;
    padding: 20px 29px 20px 19px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #cacdd4;
    position: relative;
    background-color: #dfeaf2;
  }
  /* 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 #6d6d6d;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }
  /* line 270, ../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: #cccccc;
  }
  /* line 280, ../scss/core/_common.scss */
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #cccccc;
  }
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
/* line 292, ../scss/core/_common.scss */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
/* line 297, ../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 302, ../scss/core/_common.scss */
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #134063;
}
/* line 307, ../scss/core/_common.scss */
.block-account li a,
.block-cms-menu li a {
  color: #363636;
}
/* line 310, ../scss/core/_common.scss */
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #134063;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
/* line 322, ../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 330, ../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 335, ../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 340, ../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 347, ../scss/core/_common.scss */
.sidebar .actions button.button {
  white-space: normal;
}

/* Primary Buttons */
/* line 353, ../scss/core/_common.scss */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #134063;
  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 371, ../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: #17b5ee;
  cursor: pointer;
}
/* line 375, ../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: #0b2438;
  color: #ffffff;
}
/* line 379, ../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: #0b2438;
  outline: none;
  color: #ffffff;
}

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

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

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

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

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

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

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

@media only screen and (max-width: 600px) {
  /* line 448, ../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 455, ../scss/core/_common.scss */
  .col2-set .buttons-set .back-link {
    display: none;
  }
  /* line 458, ../scss/core/_common.scss */
  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 466, ../scss/core/_common.scss */
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  /* line 473, ../scss/core/_common.scss */
  .buttons-set .back-link {
    display: none;
  }
  /* line 476, ../scss/core/_common.scss */
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
/* line 486, ../scss/core/_common.scss */
.paypal-logo.paypal-after {
  float: left;
}

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

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

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

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

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

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

  /* line 516, ../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 532, ../scss/core/_common.scss */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #ededed;
  text-align: right;
}
/* line 539, ../scss/core/_common.scss */
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
/* line 545, ../scss/core/_common.scss */
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
/* line 550, ../scss/core/_common.scss */
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
/* line 555, ../scss/core/_common.scss */
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}
/* line 561, ../scss/core/_common.scss */
.buttons-set:after {
  content: "";
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
/* line 570, ../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-my-orders .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 577, ../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-my-orders .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 588, ../scss/core/_common.scss */
.breadcrumbs {
  overflow: hidden;
  margin: 0;
  padding: 7px 15px 6px;
  background-color: #d8d8d8;
}

/* line 595, ../scss/core/_common.scss */
.breadcrumbs li {
  font-size: 11px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

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

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

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

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

/* -------------------------------------------- *
 * Button - Remove / Previous
 */
/* line 634, ../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 647, ../scss/core/_common.scss */
.btn-remove:hover,
.btn-previous:hover {
  background-color: #134063;
  border-color: #134063;
}

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

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

/* line 687, ../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 #134063;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
/* line 695, ../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 704, ../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 715, ../scss/core/_common.scss */
.checkout-agreements li {
  margin-bottom: 20px;
}

/* line 719, ../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 #cccccc;
  background: #f4f4f4;
}

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

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

@media only screen and (max-width: 599px) {
  /* line 756, ../scss/core/_common.scss */
  .main-container {
    padding-top: 0 !important;
  }
}
@media only screen and (min-width: 480px) {
  /* line 763, ../scss/core/_common.scss */
  .main-container,
  .footer-container {
    padding: 0;
  }
}
/* line 769, ../scss/core/_common.scss */
.main-container {
  padding-bottom: 0;
}

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

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

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

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

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

/* line 817, ../scss/core/_common.scss */
.col-main {
  float: left;
  max-width: 1280px;
  /*width: percentage(720px/960px);*/
}

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

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

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

/* line 845, ../scss/core/_common.scss */
.col3-layout .col-right {
  width: 20.83333%;
}
/* line 849, ../scss/core/_common.scss */
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
/* line 853, ../scss/core/_common.scss */
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
/* line 858, ../scss/core/_common.scss */
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

@media only screen and (max-width: 1000px) {
  /* line 865, ../scss/core/_common.scss */
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  /* line 873, ../scss/core/_common.scss */
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  /* line 877, ../scss/core/_common.scss */
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  /* line 882, ../scss/core/_common.scss */
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 599px) {
  /* line 890, ../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;
    float: none;
    width: auto;
  }

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

  /* line 915, ../scss/core/_common.scss */
  .col-main {
    float: none;
    width: auto;
    position: relative;
  }
  /* line 920, ../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 923, ../scss/core/_common.scss */
  .col-main .category-description {
    padding: 15px 15px 0;
  }
  /* line 926, ../scss/core/_common.scss */
  .col-main .category-description h1,
  .col-main .category-description h2 {
    display: none;
  }
  /* line 929, ../scss/core/_common.scss */
  .col-main .category-description p {
    font-size: 16px;
  }
}
/* Content Columns */
/* line 938, ../scss/core/_common.scss */
.col2-set {
  width: 100%;
}
/* line 941, ../scss/core/_common.scss */
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 600px) {
  /* line 941, ../scss/core/_common.scss */
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
/* line 951, ../scss/core/_common.scss */
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
/* line 956, ../scss/core/_common.scss */
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 599px) {
  /* line 962, ../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 972, ../scss/core/_common.scss */
.col2-set .narrow {
  width: 33%;
}
/* line 976, ../scss/core/_common.scss */
.col2-set .wide {
  width: 65%;
}
/* line 980, ../scss/core/_common.scss */
.col2-set:after {
  content: "";
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 601px) {
  /* line 989, ../scss/core/_common.scss */
  .top-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
/* line 1000, ../scss/core/_common.scss */
.global-site-notice {
  background: #676157;
  color: #e6e6e6;
  font-size: 11px;
}
/* line 1005, ../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 1020, ../scss/core/_common.scss */
.global-site-notice p {
  margin-bottom: 0;
}

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

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

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

/* line 1052, ../scss/core/_common.scss */
.error {
  color: #df280a;
  font-weight: bold;
}

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

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

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

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

/* line 1084, ../scss/core/_common.scss */
.messages .error-msg li {
  color: #000000;
  border-left: 5px solid #df280a;
  background-color: #faebe7;
}

/* line 1090, ../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 #df280a;
  border-right: none;
}

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

/* line 1100, ../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 1104, ../scss/core/_common.scss */
.messages .success-msg li {
  color: #000000;
  border-left: 5px solid #11b400;
  background-color: #eff5ea;
}

/* line 1110, ../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 1118, ../scss/core/_common.scss */
  .order-list-grid .col-1 {
    width: 30%;
  }

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

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

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

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

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

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

/* line 1166, ../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 #cccccc;
  background: #f4f4f4;
}

/* line 1176, ../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 #cccccc;
  border-top: none;
  top: -11px;
  left: 30px;
}

/* line 1182, ../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 1188, ../scss/core/_common.scss */
.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
/* line 1196, ../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 1204, ../scss/core/_common.scss */
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
/* line 1215, ../scss/core/_common.scss */
.price-box {
  margin: 7px 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

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

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

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

/* line 1234, ../scss/core/_common.scss */
.price-box .price,
.price {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* line 1239, ../scss/core/_common.scss */
.price-box .price-label {
  color: #363636;
  white-space: nowrap;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
}

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

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

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

/* line 1281, ../scss/core/_common.scss */
.price-box .special-price {
  color: #134063;
  display: block;
}
/* line 1285, ../scss/core/_common.scss */
.price-box .special-price .price-label {
  color: #901f18;
  font-weight: bold;
}
/* line 1289, ../scss/core/_common.scss */
.price-box .special-price .price {
  text-decoration: none;
  color: #363636;
}

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

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

/* -------------------------------------------- *
 * Tier Prices
 */
/* line 1312, ../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 1321, ../scss/core/_common.scss */
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
/* line 1324, ../scss/core/_common.scss */
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
/* line 1327, ../scss/core/_common.scss */
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

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

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

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

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

/* line 1383, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #134063;
  background-color: #f6f6f6;
  top: 21px;
  left: -100px;
}
/* line 1394, ../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 #134063;
  border-top: none;
  left: 97px;
  top: -7px;
}

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

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

@media only screen and (max-width: 479px) {
  /* line 1413, ../scss/core/_common.scss */
  .truncated {
    cursor: inherit;
  }
  /* line 1416, ../scss/core/_common.scss */
  .truncated a.details {
    display: none;
  }
  /* line 1421, ../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 1429, ../scss/core/_common.scss */
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  /* line 1433, ../scss/core/_common.scss */
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
/* line 1446, ../scss/core/_common.scss */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #ffffff;
}

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

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

/* -------------------------------------------- *
 * Product Image
 */
/* line 1473, ../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 1482, ../scss/core/_common.scss */
  body .product-img-box .product-image:hover {
    border-color: #ededed;
    border: 0;
  }
}
/* line 1488, ../scss/core/_common.scss */
.no-touch .product-image:hover {
  border-color: #134063;
}

/* -------------------------------------------- *
 * Ratings
 */
/* line 1496, ../scss/core/_common.scss */
.ratings {
  margin: 7px 0;
}
/* line 1499, ../scss/core/_common.scss */
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
/* line 1504, ../scss/core/_common.scss */
.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
/* line 1512, ../scss/core/_common.scss */
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
/* line 1519, ../scss/core/_common.scss */
.ratings .amount {
  display: block;
  margin: 5px auto;
}
/* line 1525, ../scss/core/_common.scss */
.ratings .rating-links .separator {
  margin: 0 3px;
}

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

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

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

/* line 1548, ../scss/core/_common.scss */
.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}

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

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

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

/* -------------------------------------------- *
 * Toolbar
 */
/* line 1575, ../scss/core/_common.scss */
.toolbar {
  margin: 3px 3px 24px;
  background: #f3f3f3;
  padding: 0;
}
/* line 1580, ../scss/core/_common.scss */
.toolbar:after {
  content: "";
  display: table;
  clear: both;
}

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

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

/* line 1594, ../scss/core/_common.scss */
.toolbar,
.pager {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  color: #363636;
  line-height: 35px;
  font-size: 13px;
}

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

/* line 1610, ../scss/core/_common.scss */
.sorter {
  float: left;
  border-bottom: 3px solid #fff;
}
/* line 1614, ../scss/core/_common.scss */
.sorter label {
  float: left;
  margin-right: 5px;
}
/* line 1618, ../scss/core/_common.scss */
.sorter label:after {
  content: ":";
}
/* line 1623, ../scss/core/_common.scss */
.sorter select {
  vertical-align: middle;
}

/* line 1628, ../scss/core/_common.scss */
.sorter > .sort-by {
  float: left;
  margin-left: 10px;
  margin-right: 5px;
}
/* line 1634, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
/* line 1641, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -543px;
}
/* line 1643, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -543px;
}
/* line 1647, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -565px;
}
/* line 1649, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -565px;
}

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

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

/* line 1722, ../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 1728, ../scss/core/_common.scss */
.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
/* line 1733, ../scss/core/_common.scss */
.pages strong {
  display: none;
}

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

/* line 1742, ../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 1761, ../scss/core/_common.scss */
.pages .current,
.pages .current:hover {
  color: #363636;
  width: 26px;
  background-color: #c4c4c4;
  color: #fff;
  cursor: default;
  margin-top: 4px;
}

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

/* line 1788, ../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 1795, ../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 1801, ../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 1808, ../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 1816, ../scss/core/_common.scss */
  .limiter label {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1825, ../scss/core/_common.scss */
  .pager .amount--has-pages {
    display: none;
  }

  /* line 1829, ../scss/core/_common.scss */
  .pages {
    float: left;
  }
}
@media only screen and (max-width: 600px) {
  /* line 1839, ../scss/core/_common.scss */
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  /* line 1844, ../scss/core/_common.scss */
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  /* line 1848, ../scss/core/_common.scss */
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  /* line 1853, ../scss/core/_common.scss */
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 770px) {
  /* line 1865, ../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 1870, ../scss/core/_common.scss */
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  /* line 1874, ../scss/core/_common.scss */
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: right;
    margin: 0;
  }
  /* line 1879, ../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 1889, ../scss/core/_common.scss */
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
/* line 1901, ../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 1905, ../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 #134063;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 1911, ../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 #071723;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 1921, ../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 #134063;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 1927, ../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 #071723;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

/* line 1939, ../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 1949, ../scss/core/_common.scss */
.a-center {
  text-align: center;
}

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

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

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

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

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

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

/* line 1987, ../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 1997, ../scss/core/_common.scss */
  .toolbar {
    margin: 15px 0 3px 0;
  }
  /* line 2000, ../scss/core/_common.scss */
  .toolbar select {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    height: 26px;
    vertical-align: inherit;
  }

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

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

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

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

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

  /* line 2045, ../scss/core/_common.scss */
  .price-box .price-label,
  .price-box .price {
    font-size: 15px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 2063, ../scss/core/_common.scss */
  .toolbar .sorter {
    padding-left: 35px;
  }
  /* line 2066, ../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: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ededed;
}

/* line 58, ../scss/core/_form.scss */
.gdpr-notice {
  font-size: 12px !important;
  line-height: 15px !important;
  color: #636363;
  display: none;
}

/* line 64, ../scss/core/_form.scss */
#formInnerWrapper .gdpr-notice,
.formInnerWrapper .gdpr-notice,
.vp-demo-form-wrapper .gdpr-notice,
.needsFormCallout .calloutInner .content .gdpr-notice {
  max-width: 460px;
  margin: 10px auto 0;
  text-align: center;
}

/* line 72, ../scss/core/_form.scss */
#formInnerWrapper .gdpr-notice,
.formInnerWrapper .gdpr-notice {
  color: #fff !important;
}
/* line 75, ../scss/core/_form.scss */
#formInnerWrapper .gdpr-notice a,
.formInnerWrapper .gdpr-notice a {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (min-width: 600px) {
  /* line 81, ../scss/core/_form.scss */
  #formInnerWrapper .gdpr-notice,
  .formInnerWrapper .gdpr-notice {
    color: #636363 !important;
  }
  /* line 84, ../scss/core/_form.scss */
  #formInnerWrapper .gdpr-notice a,
  .formInnerWrapper .gdpr-notice a {
    color: #134063;
    text-decoration: none;
  }
}
/* line 91, ../scss/core/_form.scss */
#loginOverlayWrapper form .gdpr-notice,
#catCmsContent form .gdpr-notice,
.freeTrialDownloadForm form .gdpr-notice,
.section.form .gdpr-notice {
  padding-top: 13px;
}

/* line 97, ../scss/core/_form.scss */
#buyersGuideFormWrapper .gdpr-notice,
.system-selector-needs-overlay .gdpr-notice {
  padding-top: 10px;
  font-size: 11px !important;
  line-height: 13px !important;
}

/* line 103, ../scss/core/_form.scss */
.system-selector-needs-overlay .gdpr-notice {
  padding-top: 0;
}

/* line 106, ../scss/core/_form.scss */
.section.form .gdpr-notice {
  clear: both;
}

/* line 109, ../scss/core/_form.scss */
.customer-account-create form .gdpr-notice {
  padding-top: 0;
  padding-bottom: 20px;
}

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

/* line 127, ../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 136, ../scss/core/_form.scss */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
/* line 146, ../scss/core/_form.scss */
label {
  display: inline-block;
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, 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 154, ../scss/core/_form.scss */
label.required:after,
span.required:after {
  content: " *";
  color: #df280a;
  font-weight: normal;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
}

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

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

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

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

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

/* -------------------------------------------- *
 * Textarea
 */
/* line 200, ../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 211, ../scss/core/_form.scss */
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d3cdc8;
  background: #ffffff;
  font-size: 15px;
}
/* line 218, ../scss/core/_form.scss */
.input-text:focus {
  border: 1px solid #d3cdc8;
}

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

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

/* line 232, ../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 242, ../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 254, ../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 265, ../scss/core/_form.scss */
.ie8 .input-text {
  max-width: none;
}

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

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

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

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

/* line 303, ../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 317, ../scss/core/_form.scss */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #df280a;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
/* line 330, ../scss/core/_form.scss */
.form-list > li {
  margin-bottom: 10px;
}
/* line 333, ../scss/core/_form.scss */
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}
/* line 339, ../scss/core/_form.scss */
.form-list .input-range .input-text {
  width: 74px;
}
/* line 343, ../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 351, ../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 357, ../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 361, ../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 366, ../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 374, ../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 383, ../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 389, ../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 393, ../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 400, ../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 408, ../scss/core/_form.scss */
.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

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

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

/* ============================================ *
 * 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: #f4f4f4;
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica Neue", Arial, 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: "Helvetica Neue", Arial, sans-serif;
}

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

/* 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 #cccccc;
  }
  /* 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 #cccccc;
  }
  /* 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 30, ../scss/layout/_global.scss */
html,
body {
  height: 100%;
}

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

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

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

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

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

@media only screen and (min-width: 600px) {
  /* line 59, ../scss/layout/_global.scss */
  body.cms-index-index .wrapper,
  body.catalog-category-view .wrapper {
    background: url(../images/bodyBgBlue.gif) 0 155px repeat-x;
  }

  /* line 63, ../scss/layout/_global.scss */
  body .wrapper.alphacard-systems-printers {
    background: url(../images/bodyBgBlack.gif) 0 155px repeat-x;
  }

  /* line 66, ../scss/layout/_global.scss */
  body.category-alphaguard .wrapper,
  body.category-alphacard-pro-series-printer-warranty .wrapper,
  body.category-alphacare-plus .wrapper,
  body.category-warranty-pro-xchange .wrapper,
  body.category-alphaguard-watermark-technology .wrapper,
  body.category-alphacard-pro-support .wrapper {
    background: none;
  }

  /* line 74, ../scss/layout/_global.scss */
  .nomobile {
    display: block;
  }

  /* line 77, ../scss/layout/_global.scss */
  .nodesktop {
    display: none;
  }
}
/* ============================================ *
 * Header
 * ============================================ */
/* line 30, ../scss/layout/_header.scss */
.page-header {
  box-shadow: rgba(0, 0, 0, 0.7) 0 0 20px 0;
  position: relative;
}
/* line 33, ../scss/layout/_header.scss */
.page-header .nav-promo {
  width: 100%;
  background: #428cbd;
  padding: 10px 0;
  display: block;
}
/* line 38, ../scss/layout/_header.scss */
.page-header .nav-promo p {
  text-align: center;
  color: #fff;
  padding: 0 2%;
  font-size: 17px;
  line-height: 20px;
  display: none;
}
/* line 45, ../scss/layout/_header.scss */
.page-header .nav-promo p span {
  font-weight: bold;
}
/* line 47, ../scss/layout/_header.scss */
.page-header .nav-promo p span.promo-code {
  text-decoration: underline;
}
/* line 53, ../scss/layout/_header.scss */
.page-header .nav-promo.default-promo .default-msg {
  display: block;
}
/* line 56, ../scss/layout/_header.scss */
.page-header .nav-promo.default-promo .summer-promo-msg {
  display: none;
}
/* line 61, ../scss/layout/_header.scss */
.page-header .nav-promo.summer-promo .default-msg {
  display: none;
}
/* line 64, ../scss/layout/_header.scss */
.page-header .nav-promo.summer-promo .summer-promo-msg {
  display: block;
}
/* line 66, ../scss/layout/_header.scss */
.page-header .nav-promo.summer-promo .summer-promo-msg br {
  display: none;
}

/* line 75, ../scss/layout/_header.scss */
.onestepcheckout-index-index .page-header .nav-promo {
  display: none;
}

@media only screen and (min-width: 600px) {
  /* line 82, ../scss/layout/_header.scss */
  .page-header .nav-promo {
    /*background: url(../images/promotions/thxhealthcare-sitewide-banner.jpg) 50% 0/1920px auto no-repeat;*/
    height: 65px;
    padding: 5px 0;
    position: absolute;
    bottom: -65px;
    box-shadow: rgba(0, 0, 0, 0.7) 0 9px 20px -3px;
  }
  /* line 89, ../scss/layout/_header.scss */
  .page-header .nav-promo p {
    font-size: 20px;
    line-height: 24px;
    padding: 0;
  }
  /* line 94, ../scss/layout/_header.scss */
  .page-header .nav-promo.summer-promo {
    padding-top: 8px;
  }
  /* line 97, ../scss/layout/_header.scss */
  .page-header .nav-promo.summer-promo p.summer-promo-msg {
    font-size: 18px;
    /*br {
        display:inline;
    }*/
  }
}
@media only screen and (min-width: 914px) {
  /* line 110, ../scss/layout/_header.scss */
  .page-header .nav-promo {
    padding-top: 18px;
  }
}
/* line 116, ../scss/layout/_header.scss */
#headerBanner {
  width: 100%;
  min-height: 3px;
  height: 3px;
  background: url(../images/headerBannerBg.gif) repeat-x 70% 0;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
/* line 124, ../scss/layout/_header.scss */
#headerBanner.covid {
  height: 31px;
  background: #f9fafb;
  border-bottom: 1px solid #aaa;
  display: none;
}

#headerBanner.springSale2021 {
  height: auto;
  padding: 10px;
  background: #83201a;
  font-family: "Verdana", sans-serif;
  line-height: 1.5;
  font-size: 10pt;
  color: #fff;
  display: none;
}
#headerBanner.springSale2021.active {
  display: inline-block;
}
#headerBanner #headerBannerInner.springSale2021 {
  height: auto;
}
#headerBanner.springSale2021 .bannerTitle {
  display: block;
}

/* line 131, ../scss/layout/_header.scss */
#headerBanner.promo {
  background: url(../images/headerBannerBg-green.jpg) repeat-x 70% 0;
  height: 27px;
}
/* line 135, ../scss/layout/_header.scss */
#headerBanner.weekend-promo {
  height: 57px;
  background: #5f8e1c;
}
/* line 139, ../scss/layout/_header.scss */
#headerBanner #headerBannerInner {
  max-width: 1280px;
  min-height: 3px;
  height: 3px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
/* line 146, ../scss/layout/_header.scss */
#headerBanner #headerBannerInner.covid {
  background: #f9fafb;
  height: 31px;
  display: inline;
}
/* line 150, ../scss/layout/_header.scss */
#headerBanner #headerBannerInner.covid span {
  padding: 2px 26px;
  font-size: 13px;
  color: #4d4d4d;
  display: block;
}
/* line 155, ../scss/layout/_header.scss */
#headerBanner #headerBannerInner.covid span a.learn_more {
  color: #1773b0;
  font-size: 13px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  line-height: 19px;
  position: relative;
  text-decoration: underline;
}
/* line 165, ../scss/layout/_header.scss */
#headerBanner #headerBannerInner.covid span .header-banner-close {
  position: absolute;
  top: 5px;
  right: 5px;
}
/* line 170, ../scss/layout/_header.scss */
#headerBanner #headerBannerInner.covid span .additional {
  display: none;
  padding: 0;
}

@media only screen and (min-width: 600px) {
  /* line 181, ../scss/layout/_header.scss */
  #headerBanner.covid {
    border-bottom: 0px solid #aaa;
  }
  /* line 193, ../scss/layout/_header.scss */
  #headerBanner.covid #headerBannerInner span .additional {
    display: inline;
  }
}
@media only screen and (min-width: 600px) {
  /* line 206, ../scss/layout/_header.scss */
  .page-header {
    width: 100%;
    height: 167px;
    background: #ededed url(../images/page-header-nav-bg.gif) repeat-x 0 100%;
    position: relative;
    z-index: 10;
  }
  /* line 213, ../scss/layout/_header.scss */
  .page-header .page-header-container {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 1280px;
    height: 125px;
    bottom: auto !important;
  }
  /* line 221, ../scss/layout/_header.scss */
  .page-header .page-header-container .page-header-container-inner {
    padding: 0 15px;
    height: 125px;
  }
  /* line 225, ../scss/layout/_header.scss */
  .page-header .page-header-container .page-header-container-inner.crushed {
    padding: 0 7px;
  }

  /* line 234, ../scss/layout/_header.scss */
  #headerBanner #headerBannerInner.weekend-promo span {
    font-size: 18px;
    max-width: 100%;
    padding-top: 17px;
  }
  /* line 238, ../scss/layout/_header.scss */
  #headerBanner #headerBannerInner.weekend-promo span a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 252, ../scss/layout/_header.scss */
  .page-header .page-header-container .page-header-container-inner {
    padding: 0 30px;
  }
  /* line 259, ../scss/layout/_header.scss */
  .page-header .nav-promo.summer-promo p.summer-promo-msg {
    font-size: 20px;
  }
  /* line 261, ../scss/layout/_header.scss */
  .page-header .nav-promo.summer-promo p.summer-promo-msg br {
    display: inline;
  }
}
/* line 272, ../scss/layout/_header.scss */
.header-language-container,
.page-header {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
/* line 282, ../scss/layout/_header.scss */
.header-language-background {
  padding: 10px;
  background-color: #134063;
  text-transform: uppercase;
  display: none;
}
/* line 288, ../scss/layout/_header.scss */
.header-language-background .header-language-container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
/* line 294, ../scss/layout/_header.scss */
.header-language-background:after {
  content: "";
  display: table;
  clear: both;
}
/* line 298, ../scss/layout/_header.scss */
.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}
/* line 304, ../scss/layout/_header.scss */
.header-language-background .welcome-msg {
  float: right;
}

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

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

@media only screen and (max-width: 600px) {
  /* line 341, ../scss/layout/_header.scss */
  .header-language-background {
    display: none;
  }
}
/* ============================================ *
 * Logo
 * ============================================ */
/* line 352, ../scss/layout/_header.scss */
.logo {
  display: block;
  float: left;
  /*width: 65%;*/
  /*min-width: 100px;
  min-height: 44px;*/
  width: 139px;
  height: 21px;
  text-align: center;
  /*padding: $gap;*/
  padding: 0;
  position: absolute;
  left: 72px;
  top: 15px;
  z-index: 2;
}
/* line 368, ../scss/layout/_header.scss */
.logo img {
  max-width: 100%;
}
/* line 372, ../scss/layout/_header.scss */
.logo .small {
  display: block;
}
/* line 375, ../scss/layout/_header.scss */
.logo .large {
  display: none;
}

/*.logo:hover {
  opacity: 0.8;
}*/
/* line 387, ../scss/layout/_header.scss */
.header-info-container .free-shipping-link,
.fixed-header-info .free-shipping-link {
  display: none;
  float: right;
  clear: both;
  color: #901f18;
  position: relative;
  padding-right: 0;
  /*margin-top: 12px;
  margin-bottom: 6px;*/
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 19px;
}

.header-info-container .free-shipping-link {
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  top: 70px;
  width: 265px;
  left: 84px;
  padding: 0;
}
/* line 434, ../scss/layout/_header.scss */
.header-info-container .free-shipping-link br {
  display: none;
}

.fixed-header-info .free-shipping-link {
  position: absolute;
  top: 40px;
  right: 0px;
}

@media only screen and (min-width: 680px) {
  .header-info-container .free-shipping-link {
    left: 164px;
  }
}
@media only screen and (min-width: 740px) {
  /* line 426, ../scss/layout/_header.scss */
  .header-info-container .free-shipping-link {
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    top: 70px;
    width: 265px;
    left: 164px;
    padding: 0;
  }
  /* line 434, ../scss/layout/_header.scss */
  .header-info-container .free-shipping-link br {
    display: none;
  }
}
@media only screen and (min-width: 770px) {
  /* line 442, ../scss/layout/_header.scss */
  .header-info-container .free-shipping-link {
    left: 164px;
  }
}
@media only screen and (min-width: 600px) {
  /* line 454, ../scss/layout/_header.scss */
  .logo {
    max-width: 206px;
    min-height: 51px;
    width: auto;
    position: static;
    float: left;
    margin-top: 24px;
  }
  /* line 462, ../scss/layout/_header.scss */
  .logo .small {
    display: none;
  }
  /* line 465, ../scss/layout/_header.scss */
  .logo .large {
    display: block;
  }
}
/* ============================================ *
 * Header Info Container
 * ============================================ */
@media only screen and (min-width: 600px) {
  /* line 477, ../scss/layout/_header.scss */
  .header-info-container {
    height: auto;
    width: 345px;
    float: right;
    position: relative;
  }

  /* line 483, ../scss/layout/_header.scss */
  .header-info-container .free-shipping-link {
    display: block;
    top: 79px;
  }

  /* line 509, ../scss/layout/_header.scss */
  .fixed-header-info .free-shipping-link {
    display: block;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 0;
  }
  /* line 514, ../scss/layout/_header.scss */
  .fixed-header-info .free-shipping-link br {
    display: none;
  }
}
@media only screen and (min-width: 988px) {
  .header-info-container .free-shipping-link {
    top: 70px;
  }
}
@media only screen and (min-width: 680px) {
  /* line 522, ../scss/layout/_header.scss */
  .header-info-container {
    width: 425px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 522, ../scss/layout/_header.scss */
  /* .header-info-container {
    width: 425px;
  } */
  .header-info-container .headerHelpLink span {
    display: inline;
  }
}
/* ============================================ *
 * Header Chat/Phone
 * ============================================ */
/* line 532, ../scss/layout/_header.scss */
#header-Contact {
  display: none;
}

@media only screen and (min-width: 600px) {
  /* line 540, ../scss/layout/_header.scss */
  #header-Contact {
    display: block;
    float: right;
    margin-top: 17px;
  }

  #header-Contact .headerHelpLink {
    font-weight: bold;
    margin-right: 17px;
    display: none;
  }
  #header-Contact .headerHelpLink:hover {
    text-decoration: none;
  }
  #header-Contact .headerHelpLink::before {
    margin-right: 5px;
    content: "?";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: text-top;
    color: #bebebe;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    border: 1px solid #bebebe;
    border-radius: 50%;
  }
  #header-Contact .headerHelpLink div {
    display: inline-block;
  }

  /* line 545, ../scss/layout/_header.scss */
  #header-Contact .headerChat {
    font-weight: bold;
    padding-left: 26px;
    margin-right: 17px;
    background: url(../images/icons/icon_chat_large.png) 0 2px no-repeat;
    background-size: 21px 15px;
  }
  /* line 552, ../scss/layout/_header.scss */
  #header-Contact .headerChat:hover {
    text-decoration: none;
  }

  /* line 556, ../scss/layout/_header.scss */
  #header-Contact .headerPhone {
    color: #901f18;
    font-weight: bold;
    font-size: 22px;
    padding-left: 23px;
    background: url(../images/icons/icon_phone_large.png) 0 3px no-repeat;
    background-size: 19px 20px;
  }
}
@media only screen and (min-width: 700px) {
  #header-Contact .headerHelpLink {
    display: inline-block;
  }
}
/* ============================================ *
 * Skip Links
 * ============================================ */
/* line 572, ../scss/layout/_header.scss */
.skip-links {
  clear: both;
  overflow: hidden;
  background-color: #ededed;
  border-bottom: 1px solid #aaa;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 600px) {
  /* line 586, ../scss/layout/_header.scss */
  .skip-links {
    border: 0;
    box-shadow: none;
    clear: none;
  }
}
/* -------------------------------------------- *
 * Skip - Link
 */
/* line 597, ../scss/layout/_header.scss */
.skip-link {
  position: relative;
  float: left;
  width: 47px;
  height: 47px;
  /*background: #FFFFFF;*/
  background: url(../images/skip_link_m_bg.png) no-repeat 0 0;
  color: #434343;
  line-height: normal;
  text-align: center;
  font-size: 9px;
  text-transform: uppercase;
}

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

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

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

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

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

/* line 689, ../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 696, ../scss/layout/_header.scss */
  .skip-link .icon {
    /*margin-right: 3px;*/
  }
}
/* -------------------------------------------- *
 * Skip Link - Label
 */
@media only screen and (max-width: 601px) {
  /* line 708, ../scss/layout/_header.scss */
  .skip-link .label {
    display: block;
    margin-top: 6px;
  }
}
/* line 715, ../scss/layout/_header.scss */
.skip-link .label {
  display: block;
  margin-top: 6px;
}

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

  /* line 745, ../scss/layout/_header.scss */
  .skip-account .label {
    padding-right: 11px;
    border-right: 1px solid #636363;
  }
  .account-cart-wrapper a.skip-my-orders .label {
    padding-right: 11px;
    border-right: 1px solid #636363;
  }
}
/* ============================================ *
 * Skip Content
 * ============================================ */
/* line 757, ../scss/layout/_header.scss */
.skip-content {
  display: none;
}

/* line 761, ../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 775, ../scss/layout/_header.scss */
  #header-account li a,
  .nav-primary a.level0 {
    padding: 17px 15px 17px 16px;
    border-bottom: 1px solid #2f5572;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
  }

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

  /* line 790, ../scss/layout/_header.scss */
  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: #f4f4f4;
    text-decoration: none;
  }
}
/* line 798, ../scss/layout/_header.scss */
.account-cart-wrapper {
  position: static;
}
/* line 803, ../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: #ededed;
  padding: 30px 35px 29px;
  -webkit-box-shadow: -10px 11px 16px -8px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: -10px 11px 16px -8px rgba(0, 0, 0, 0.7);
  box-shadow: -10px 11px 16px -8px rgba(0, 0, 0, 0.7);
}
/* line 818, ../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 821, ../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: #636363;
  font-weight: bold;
  font-size: 14px;
}
/* line 826, ../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 836, ../scss/layout/_header.scss */
#fixedHeader .fixed-header-info {
  display: none;
}

@media screen and (max-width: 599px) and (orientation: portrait) {
  /* line 843, ../scss/layout/_header.scss */
  .page-header {
    background-image: none !important;
    height: auto !important;
  }
  /* line 847, ../scss/layout/_header.scss */
  .page-header .page-header-container {
    height: auto !important;
  }
  /* line 850, ../scss/layout/_header.scss */
  .page-header .page-header-container .page-header-container-inner {
    height: auto !important;
  }
  /* line 853, ../scss/layout/_header.scss */
  .page-header .page-header-container .page-header-container-inner .logo {
    width: 139px !important;
    position: absolute !important;
    left: 72px !important;
    top: 17px !important;
    margin-top: 0 !important;
    min-height: 21px !important;
  }
  /* line 860, ../scss/layout/_header.scss */
  .page-header .page-header-container .page-header-container-inner .logo.promo {
    top: 40px !important;
  }
  /* line 863, ../scss/layout/_header.scss */
  .page-header .page-header-container .page-header-container-inner .logo.weekend-promo {
    top: 71px !important;
  }
  /* line 867, ../scss/layout/_header.scss */
  .page-header .page-header-container .page-header-container-inner .logo.covid.banner-active {
    /*top: 48px !important;*/
    top: 15px !important;
  }
  /* line 872, ../scss/layout/_header.scss */
  .page-header .page-header-container .page-header-container-inner .logo .large {
    display: none !important;
  }
  /* line 875, ../scss/layout/_header.scss */
  .page-header .page-header-container .page-header-container-inner .logo .small {
    display: inline !important;
  }
  /* line 879, ../scss/layout/_header.scss */
  .page-header .page-header-container .page-header-container-inner .fixed-header-info {
    display: none !important;
  }
  /* line 885, ../scss/layout/_header.scss */
  .page-header #nav2 {
    display: none !important;
  }
}
@media screen and (max-width: 599px) and (orientation: landscape) {
  /* line 899, ../scss/layout/_header.scss */
  .page-header .page-header-container .page-header-container-inner .logo {
    /*top: 71px !important;*/
  }
}
@media only screen and (min-width: 479px) {
  /* line 914, ../scss/layout/_header.scss */
  #headerBanner #headerBannerInner span a {
    display: inline-block;
    padding-left: 16px;
  }
  /* line 917, ../scss/layout/_header.scss */
  #headerBanner #headerBannerInner span a:after {
    top: 3px;
  }
}

.navGetHelp {
  display: none;
}

.navGetHelp .sf-mega_wrapper {
  padding: 0 1.5%;
  margin: 0 0 10px 0;
  display: inline-block;
  width: 100%;
}
.navGetHelp .sf-mega_wrapper .sf-mega-section {
  width: 25%;
  max-width: none;
}
.navGetHelp .sf-mega_wrapper .sf-mega-section li.level1 img {
  margin-bottom: 5px;
}
.navGetHelp .sf-mega_wrapper .sf-mega-section li.level1 {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #363636;
}
.navGetHelp .sf-mega_wrapper .sf-mega-section li.level2 {
  line-height: 1.25em;
  padding-top: 14px;
}
.navGetHelp .sf-mega_wrapper .sf-mega-section li.level2 a.level2 {
  font-size: 14px;
  font-weight: normal;
  color: #636363;
  text-transform: none;
}
.navGetHelp .sf-mega_wrapper .sf-mega-section.first {
  padding-left: 6%;
}
.navGetHelp .sf-mega_wrapper .sf-mega-section.first ul.level0 li.level2.chatli a.button {
  margin-top: 0;
  padding: 5px 23px;
  background-color: #ccc;
  color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.navGetHelp .sf-mega_wrapper .sf-mega-section.first ul.level0 li.level2.chatli a.button:hover {
  background-color: #17b5ee;
}

@media only screen and (min-width: 600px) and (max-width: 959px) {
  .navGetHelp .sf-mega_wrapper .sf-mega-section {
    width: 50%;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 600px) {
  /* line 933, ../scss/layout/_header.scss */
  #headerBanner #headerBannerInner a .bt-min600 {
    display: inline;
  }

  /* line 939, ../scss/layout/_header.scss */
  .account-cart-wrapper {
    position: absolute;
    top: 51px;
    left: 54px;
    width: 310px;
  }
  /* line 945, ../scss/layout/_header.scss */
  .account-cart-wrapper #account-options {
    position: relative;
    display: inline;
  }
  /* line 949, ../scss/layout/_header.scss */
  .account-cart-wrapper #account-options #account-option-menu {
    top: 15px;
    right: 40px;
  }

  /* line 958, ../scss/layout/_header.scss */
  #fixedHeader.fixed-header-active {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ededed;
    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 970, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info {
    float: right;
    max-width: 566px;
    width: 410px;
    padding-top: 12px;
    height: 52px;
    position: relative;
  }
  /* line 978, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper {
    /* position: static; */
    width: auto;
    top: 19px;
    left: -7px;
  }
  /* line 982, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account,
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-my-orders,
  #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart {
    display: inline;
    margin-right: 12px;
  }
  /* line 988, ../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 .skip-my-orders .icon,
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-my-orders .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 994, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account .label,
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-my-orders .label,
  #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart .label {
    font-size: 10px;
    padding: 0;
    margin-top: 7px;
  }
  /* line 1000, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account,
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-my-orders {
    float: left;
    min-width: 49px;
  }
  /* line 1004, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account .label,
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-my-orders .label {
    border: none;
  }
  /* line 1010, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-my-orders .label span {
    display: none;
  }
  /* line 1015, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart {
    float: right;
  }
  /* line 1018, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart .label {
    margin-top: 5px;
  }
  /* line 1021, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart .label .count {
    font-size: 10px;
  }
  /* line 1026, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .search-toggle {
    display: none;
    float: right;
    margin-right: 12px;
    width: auto;
    vertical-align: top;
    text-transform: uppercase;
    cursor: pointer;
  }
  /* line 1035, ../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: 14px;
    height: 14px;
    background-size: 14px 14px;
  }
  /* line 1043, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .search-toggle .label {
    color: #636363;
    line-height: 8px;
    letter-spacing: 1px;
    display: block;
    margin: 0 auto;
    font-size: 10px;
    margin-top: 7px;
  }
  /* line 1052, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .search-toggle:hover {
    text-decoration: none;
  }
  /* line 1058, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper #account-options #fh-account-option-menu {
    top: 38px;
    right: -20px;
  }
  /* line 1064, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-search {
    position: absolute;
    top: 46px;
    left: -126px;
    z-index: 100;
    width: 500px;
    height: 54px;
    padding: 9px;
    background-color: #fff;
  }
  /* line 1074, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-search .input-box {
    width: 100%;
    height: 35px;
    border: 1px solid #bfbfbf;
  }
  /* line 1079, ../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 1086, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-search .input-box input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a3a3a3;
  }
  /* line 1089, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-search .input-box input::-moz-placeholder {
    /* Firefox 19+ */
    color: #a3a3a3;
  }
  /* line 1092, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-search .input-box input:-ms-input-placeholder {
    /* IE 10+ */
    color: #a3a3a3;
  }
  /* line 1095, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-search .input-box input:-moz-placeholder {
    /* Firefox 18- */
    color: #a3a3a3;
  }
  /* line 1100, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-search .input-box .button {
    width: 37px;
    height: 34px;
    right: 0;
  }
  /* line 1105, ../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;
  }

  #fixedHeader .fixed-header-info .headerHelpLink {
    margin-right: 9px;
    padding-top: 3px;
    font-weight: bold;
    display: none;
  }
  #fixedHeader .fixed-header-info .headerHelpLink:hover {
    text-decoration: none;
  }
  #fixedHeader .fixed-header-info .headerHelpLink::before {
    margin-right: 5px;
    content: "?";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: text-top;
    color: #bebebe;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    border: 1px solid #bebebe;
    border-radius: 50%;
  }
  #fixedHeader .fixed-header-info .headerHelpLink div {
    display: inline-block;
  }

  /* line 1114, ../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;
    float: right;
    padding-top: 3px;
  }
  /* line 1123, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-velaroChat span {
    display: none;
  }
  /* line 1126, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-velaroChat:hover {
    text-decoration: none;
  }
  /* line 1130, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-PhoneNumber1 {
    color: #901f18;
    font-weight: bold;
    font-size: 19px;
    padding-left: 20px;
    background: url(../images/icons/icon_phone_large.png) 0 5px no-repeat;
    background-size: 18px auto;
    float: right;
    line-height: 25px;
    padding-top: 1px;
  }

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

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

  /* line 1163, ../scss/layout/_header.scss */
  .sf-menu.fixed-header-active {
    margin-bottom: 0;
  }

  .navGetHelp {
    margin-left: 10%;
    margin-right: 10%;
    padding: 9px;
    width: 80%;
    background-color: #fff;
    position: fixed;
    top: 9.5%;
    right: 0;
    z-index: 100;
    box-shadow: rgb(0 0 0 / 70%) 0px 0px 20px 0px;
    display: none;
  }
  .navGetHelp.active {
    display: block;
  }
  .navGetHelp .navGetHelpClose {
    position: absolute;
    top: -1px;
    right: 14px;
    color: #636363;
    text-decoration: none;
    font-weight: normal;
    font-size: 21px;
  }
}


@media only screen and (min-width: 680px) {
  .account-cart-wrapper {
    left: 133px;
  }
}

/* @media only screen and (min-width: 700px) and (max-width: 899px) { */
  @media only screen and (min-width: 700px) {
  #fixedHeader .fixed-header-info .account-cart-wrapper .search-toggle {
    margin-top: 2px;
  }
  #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart a {
    margin-top: 2px;
    margin-right: 6px;
  }
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account {
    margin-left: -12px;
    margin-top: 2px;
  }
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-my-orders {
    margin-top: 2px;
    margin-left: -5px;
  }
}

@media only screen and (min-width: 700px) {
  /* line 1171, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info {
    width: 491px;
  }

  #fixedHeader .fixed-header-info .account-cart-wrapper {
    left: -7px;
  }

  #fixedHeader .fixed-header-info .headerHelpLink {
    float: right;
    display: block;
  }

  /* line 1174, ../scss/layout/_header.scss */
  /* #fixedHeader .fixed-header-info .account-cart-wrapper .search-toggle {
    display: inline;
  } */
  /* line 1179, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-my-orders .label span {
    display: inline;
  }
}
@media only screen and (min-width: 740px) {
  /* line 1189, ../scss/layout/_header.scss */
  .account-cart-wrapper {
    /* left: -165px; */
    width: 310px;
  }
  /* line 1193, ../scss/layout/_header.scss */
  .account-cart-wrapper #account-options #account-option-menu {
    right: 161px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 1207, ../scss/layout/_header.scss */
  #headerBanner #headerBannerInner a .bt-min770 {
    display: inline;
  }

  /* line 1213, ../scss/layout/_header.scss */
  /* .account-cart-wrapper {
    left: -55px;
  } */
}
@media only screen and (min-width: 790px) {
  #fixedHeader .fixed-header-info .account-cart-wrapper {
    left: -82px;
  }
  #fixedHeader .fixed-header-info .account-cart-wrapper .search-toggle {
    display: inline;
  }
}
@media only screen and (min-width: 980px) {
  #fixedHeader .fixed-header-info .account-cart-wrapper {
    /* left: 94px; */
    left: 74px;
  }


  #fixedHeader .fixed-header-info {
    width: 100%;
    max-width: 690px;
  }
  /* line 1225, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account,
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-my-orders,
  #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart,
  #fixedHeader .fixed-header-info .account-cart-wrapper .search-toggle {
    margin-right: 11px;
  }
  /* line 1231, ../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 .skip-my-orders .icon,
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-my-orders .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 1235, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account .icon,
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-my-orders .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 1239, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account .label,
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-my-orders .label,
  #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart .label,
  #fixedHeader .fixed-header-info .account-cart-wrapper .search-toggle .label {
    font-size: 12px;
    margin-top: 11px;
    padding-right: 11px;
    border-right: 1px solid #636363;
  }
  /* line 1245, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account .label .count,
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-my-orders .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 1252, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account .label,
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-my-orders .label {
    line-height: 14px;
    margin-top: 8px;
  }
  /* line 1258, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .skip-account .label {
    min-width: 69px;
  }
  /* line 1264, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart .label {
    margin-top: 8px;
    border-right: none;
  }
  /* line 1270, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper .search-toggle .label {
    padding-right: 0;
    border-right: none;
  }
  /* line 1276, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info .account-cart-wrapper #account-options #fh-account-option-menu {
    right: 83px;
  }
  /* line 1281, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-velaroChat {
    margin-right: 12px;
    margin-left: 2px;
  }
  /* line 1285, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-velaroChat span {
    display: inline;
  }
  /* line 1289, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-PhoneNumber1 {
    font-size: 22px;
  }

  #fixedHeader .fixed-header-info .account-cart-wrapper .search-toggle {
    display: none;
  }
}
@media only screen and (min-width: 1010px) {
  #fixedHeader .fixed-header-info .account-cart-wrapper .search-toggle {
    display: inline;
  }
  #fixedHeader .fixed-header-info .account-cart-wrapper .header-minicart .label {
    border-right: 1px solid #636363;
  }
  #fixedHeader .fixed-header-info .account-cart-wrapper {
    left: 0;
  }
}

@media only screen and (min-width: 988px) {
  /* line 1296, ../scss/layout/_header.scss */
  .account-cart-wrapper {
    top: 20px;
    left: -274px;
  }
}
@media only screen and (min-width: 979px) {
  /* line 1309, ../scss/layout/_header.scss */
  .page-header .page-header-container .page-header-container-inner.crushed {
    padding: 0 30px;
  }

  /* line 1321, ../scss/layout/_header.scss */
  #headerBanner #headerBannerInner a .bt-min979 {
    display: inline;
  }
  /* line 1324, ../scss/layout/_header.scss */
  #headerBanner #headerBannerInner a .transform {
    text-transform: lowercase;
  }

  /* line 1332, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info {
    max-width: 804px;
  }
  /* line 1335, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-search {
    left: -218px;
  }
  /* line 1338, ../scss/layout/_header.scss */
  #fixedHeader .fixed-header-info #fixed-header-velaroChat {
    margin-right: 19px;
    margin-left: 11px;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 1349, ../scss/layout/_header.scss */
  .page-header .nav-promo.summer-promo {
    padding-top: 20px;
  }
  /* line 1353, ../scss/layout/_header.scss */
  .page-header .nav-promo.summer-promo p.summer-promo-msg br {
    display: none;
  }
}
/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
/* line 30, ../scss/layout/_header-nav.scss */
.skip-nav {
  width: auto;
  float: left !important;
  line-height: normal;
  margin: 0 15px 0;
  background-image: none;
}
/* line 37, ../scss/layout/_header-nav.scss */
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}

/* line 46, ../scss/layout/_header-nav.scss */
.skip-nav .label {
  display: block;
  margin-top: 13px;
  line-height: 12px;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 54, ../scss/layout/_header-nav.scss */
.skip-nav .icon {
  width: 100%;
  height: auto;
  background-image: none;
  vertical-align: top;
  margin-top: 0;
}
/* line 63, ../scss/layout/_header-nav.scss */
.skip-nav .icon span {
  display: block;
  background: #8d8d8d;
  height: 2px;
  margin-top: 2px;
}
/* line 69, ../scss/layout/_header-nav.scss */
.skip-nav .icon span.first {
  margin-top: 3px;
}

@media only screen and (min-width: 500px) {
  /* line 81, ../scss/layout/_header-nav.scss */
  .skip-nav {
    width: auto;
  }
}
@media only screen and (min-width: 600px) {
  /* line 91, ../scss/layout/_header-nav.scss */
  .skip-nav {
    display: none;
  }
}
/* line 97, ../scss/layout/_header-nav.scss */
a.skip-cart {
  position: absolute;
  top: 3px;
  right: 0;
}

/* line 104, ../scss/layout/_header-nav.scss */
.header-minicart.promo a.skip-cart {
  top: 27px;
}
/* line 109, ../scss/layout/_header-nav.scss */
.header-minicart.weekend-promo a.skip-cart {
  top: 57px;
}
/* line 114, ../scss/layout/_header-nav.scss */
.header-minicart.covid a.skip-cart {
  top: 3px;
}
/* line 116, ../scss/layout/_header-nav.scss */
.header-minicart.covid a.skip-cart.banner-active {
  /*top: 34px;*/
  top: 0;
}

/* line 123, ../scss/layout/_header-nav.scss */
a.skip-account,
a.skip-my-orders {
  position: absolute;
  top: 3px;
  right: 94px;
}
/* line 128, ../scss/layout/_header-nav.scss */
a.skip-account.covid.banner-active,
a.skip-my-orders.covid.banner-active {
  /*top: 34px;*/
  top: 0;
}
/* line 132, ../scss/layout/_header-nav.scss */
a.skip-account.promo,
a.skip-my-orders.promo {
  top: 27px;
}
/* line 135, ../scss/layout/_header-nav.scss */
a.skip-account.weekend-promo,
a.skip-my-orders.weekend-promo {
  top: 57px;
}

/* line 139, ../scss/layout/_header-nav.scss */
a.skip-my-orders {
  right: 47px;
}
/* line 142, ../scss/layout/_header-nav.scss */
a.skip-my-orders .label span {
  display: none;
}

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

  /* line 163, ../scss/layout/_header-nav.scss */
  .skip-cart .label {
    margin-top: 9px;
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 599px) {
  /* line 174, ../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 188, ../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 200, ../scss/layout/_header-nav.scss */
  .nav-primary {
    display: block;
    /*margin-top: 15px;*/
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
/* line 214, ../scss/layout/_header-nav.scss */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #363636;
  line-height: 30px;
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
}
/* line 223, ../scss/layout/_header-nav.scss */
.nav-primary li {
  position: relative;
}
/* line 225, ../scss/layout/_header-nav.scss */
.nav-primary li .category_thumbnail {
  display: none;
}
/* line 230, ../scss/layout/_header-nav.scss */
.nav-primary li.level1 a {
  border-bottom: 1px solid #dfdfdf;
}

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

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

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

  /* line 253, ../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 268, ../scss/layout/_header-nav.scss */
  #header-nav-base {
    width: 100%;
    height: 53px;
    background-color: #134063;
  }

  /* line 274, ../scss/layout/_header-nav.scss */
  .nav-primary {
    /*padding-bottom: 53px;*/
  }
  /* line 278, ../scss/layout/_header-nav.scss */
  .nav-primary a.level0,
  .nav-primary a {
    line-height: normal;
  }
  /* line 284, ../scss/layout/_header-nav.scss */
  .nav-primary ul.level0 {
    background-color: #fff;
  }
  /* line 289, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul {
    display: none;
  }
  /* line 294, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 li {
    padding: 0;
  }
  /* line 298, ../scss/layout/_header-nav.scss */
  .nav-primary ul.level1 {
    background-color: #ededed;
  }
  /* line 302, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 a {
    padding: 17px 37px 17px 37px;
    font-size: 16px;
  }
  /* line 307, ../scss/layout/_header-nav.scss */
  .nav-primary li.level2 a {
    padding: 17px 37px 17px 52px;
    font-size: 16px;
  }
  /* line 314, ../scss/layout/_header-nav.scss */
  .nav-primary li.parent > a:after {
    content: "+";
    position: absolute;
    font-size: 35px;
    color: #8d8d8d;
    font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
    font-weight: lighter;
    display: block;
    top: 50%;
    left: auto;
    right: 18px;
    margin-top: -22px;
  }
  /* line 332, ../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: #8d8d8d;
    font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
    font-weight: lighter;
    display: block;
    top: 50%;
    left: auto;
    right: 18px;
    margin-top: -25px;
  }
  /* line 350, ../scss/layout/_header-nav.scss */
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    /*color: $c-action;*/
    color: #fff;
  }
  /* line 355, ../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 368, ../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 370, ../scss/layout/_header-nav.scss */
  .nav-primary a.level0 {
    padding: 0 25px;
  }
  /* line 374, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }
  /* line 379, ../scss/layout/_header-nav.scss */
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  /* line 383, ../scss/layout/_header-nav.scss */
  .nav-primary a:hover,
  .nav-primary li:hover > a {
    color: #134063;
  }
  /* line 388, ../scss/layout/_header-nav.scss */
  .nav-primary .menu-active {
    z-index: 200;
  }
  /* line 393, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul {
    background: #fbfbfb;
    border: solid 1px #cccccc;
    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 406, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px;
  }
  /* line 412, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  /* line 417, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  /* line 422, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
  /* line 430, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  /* line 433, ../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 444, ../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;
}
@media only screen and (min-width: 600px) {
  #header-search {
    display: none;
  }
}
@media only screen and (min-width: 700px) {
  /* line 66, ../scss/layout/_header-search.scss */
  #header-search {
    display: block;
    height: 24px;
    padding: 0;
    float: left;
    position: absolute;
    top: 66px;
    left: 252px;
  }
}
@media only screen and (min-width: 850px) {
  /* line 66, ../scss/layout/_header-search.scss */
  #header-search {
    left: 298px;
  }
}
/* ============================================ *
 * 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: "Oswald", "Helvetica Neue", Arial, sans-serif;
  color: #000;
}

/* line 111, ../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 123, ../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 140, ../scss/layout/_header-search.scss */
#search_mini_form .search-button:hover:before,
#SliSearchProductForm .button:hover:before {
  opacity: 0.8;
}

/* line 145, ../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 152, ../scss/layout/_header-search.scss */
  #search,
  #SliSearchProductForm #sli_search_1 {
    width: calc(100vw - 618px);
    height: 35px;
    border: 1px solid #bfbfbf;
    padding: 0 26px 0 5px;
    font-size: 12px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #535353;
  }

  /* line 162, ../scss/layout/_header-search.scss */
  #search_mini_form .search-button,
  #SliSearchProductForm .button {
    width: 33px;
    height: 34px;
    padding: 0;
    top: 0;
    right: 1px;
    background-color: #0e416f;
  }

  /* line 170, ../scss/layout/_header-search.scss */
  #search_mini_form .search-button:before,
  #SliSearchProductForm .button:before {
    background-image: url(../images/icons/icon_search_blue.gif);
    width: 26px;
    height: 22px;
    margin-top: -11px;
    margin-left: -13px;
  }

  /* line 178, ../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: 850px) {
  /* line 152, ../scss/layout/_header-search.scss */
  #search,
  #SliSearchProductForm #sli_search_1 {
    width: calc(100vw - 660px);
  }
}
@media only screen and (min-width: 988px) {
  /* line 152, ../scss/layout/_header-search.scss */
  #search,
  #SliSearchProductForm #sli_search_1 {
    width: 360px;
  }
}
@media only screen and (min-width: 1055px) {
  /* line 152, ../scss/layout/_header-search.scss */
  #search,
  #SliSearchProductForm #sli_search_1 {
    width: 435px;
  }
}
/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
/* line 34, ../scss/layout/_header-account.scss */
.skip-account,
.skip-my-orders {
  /*&: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 45, ../scss/layout/_header-account.scss */
.skip-account .icon,
.skip-my-orders .icon {
  background-image: url(../images/icons/icon_account.png);
  background-size: 23px auto;
  margin-left: 3px;
}

/* line 54, ../scss/layout/_header-account.scss */
.skip-my-orders .icon {
  background-image: url(../images/icons/icon-my-orders.png);
  background-size: 19px auto;
}

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

  /* line 81, ../scss/layout/_header-account.scss */
  a.skip-my-orders {
    height: auto;
    top: 26px;
    right: 120px;
    position: static;
  }
  /* line 87, ../scss/layout/_header-account.scss */
  a.skip-my-orders.covid.banner-active {
    top: 26px;
    right: 120px;
  }
  /* line 92, ../scss/layout/_header-account.scss */
  a.skip-my-orders .icon {
    background: url(../images/icons/icon-my-orders.png) 0 0/14px auto no-repeat;
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 6px;
    margin-left: 11px;
  }
  /* line 100, ../scss/layout/_header-account.scss */
  a.skip-my-orders .label span {
    display: inline;
  }

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

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

  /* line 123, ../scss/layout/_header-account.scss */
  #header-account a:hover {
    color: #134063;
  }
}
@media only screen and (min-width: 740px) {
  /* line 132, ../scss/layout/_header-account.scss */
  /* .account-cart-wrapper a.skip-my-orders .icon {
    margin-left: 11px;
  } */
  /* line 135, ../scss/layout/_header-account.scss */
  .account-cart-wrapper a.skip-my-orders .label {
    padding-right: 11px;
    border-right: 1px solid #636363;
  }
}
/* -------------------------------------------- *
 * Account Links
 */
/* line 147, ../scss/layout/_header-account.scss */
#header-account {
  padding: 5px 0;
}

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

/* line 159, ../scss/layout/_header-account.scss */
#header-account a:hover {
  color: #134063;
}

/*@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.png);
  background-size: 23px 19px;
}

@media only screen and (min-width: 600px) {
  /* line 55, ../scss/layout/_header-cart.scss */
  .skip-cart {
    width: auto;
    /*padding: 0 10px;*/
    /*.label {
        margin-top:7px;
    }*/
  }
  /* line 63, ../scss/layout/_header-cart.scss */
  .skip-cart .icon {
    background: url(../images/icons/icon_cart_large.png) 0 0 no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    float: left;
    margin-right: 6px;
    margin-left: 11px;
  }

  /* line 77, ../scss/layout/_header-cart.scss */
  #header-cart.skip-active {
    background: #fbfbfb;
    border: solid 1px #cccccc;
    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 97, ../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 112, ../scss/layout/_header-cart.scss */
.skip-cart .count:before {
  content: "(";
}
/* line 115, ../scss/layout/_header-cart.scss */
.skip-cart .count:after {
  content: ")";
}

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

@media only screen and (max-width: 499px) {
  /* line 132, ../scss/layout/_header-cart.scss */
  .skip-cart .count {
    margin-left: -1px;
  }
}
@media only screen and (min-width: 600px) {
  /* line 138, ../scss/layout/_header-cart.scss */
  .skip-cart {
    color: #636363;
    text-transform: uppercase;
  }
  /* line 142, ../scss/layout/_header-cart.scss */
  .skip-cart:hover {
    text-decoration: none;
  }
  /* line 146, ../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 155, ../scss/layout/_header-cart.scss */
  .skip-cart .count,
  .skip-link.skip-active .count {
    color: #636363;
  }
}
/* line 161, ../scss/layout/_header-cart.scss */
.skip-cart .count.empty {
  display: none;
}

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

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

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

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

/* Subtotal */
/* line 196, ../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 205, ../scss/layout/_header-cart.scss */
.mini-cart-list {
  margin-bottom: 5px;
}

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

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

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

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

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

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

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
/* line 33, ../scss/layout/_footer.scss */
.needExpertHelp {
  width: 100%;
  height: auto;
  background-color: #e4f0f8;
  margin-top: 7px;
}
/* line 39, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner {
  padding: 70px 2% 19px 5%;
  max-width: 907px;
  min-height: 407px;
  margin: 0 auto;
  position: relative;
  background: url(../images/needExpertHelpCalloutBg.png) 77% 110% no-repeat;
  background-size: 529px auto;
}
/* line 48, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner .expertHelpContent {
  width: 155px;
  text-align: center;
  /*margin-top:70px;*/
  margin-top: 31px;
}
/* line 54, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner .expertHelpContent h3 {
  font-size: 21px;
  font-weight: bold;
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 63, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner .expertHelpContent p {
  color: #636363;
  /* padding-bottom:15px;              //
   border-bottom:1px solid #d1dce1;    // Initial variation
   margin-bottom:13px;*/
  line-height: 21px;
}
/* line 70, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner .expertHelpContent .expertHelpPhone {
  display: block;
  color: #901f18;
  font-weight: bold;
  float: left;
  margin-left: 13px;
}
/* line 77, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner .expertHelpContent .expertHelpPhone a {
  font-size: 21px;
  color: #901f18;
  font-weight: bold;
}
/* line 82, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner .expertHelpContent .expertHelpPhone a:hover {
  text-decoration: none;
}
/* line 86, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner .expertHelpContent .expertHelpPhone .calltext {
  display: none;
}
/* line 90, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner .expertHelpContent a {
  display: block;
  line-height: 20px;
  font-weight: bold;
  margin-top: 15px;
}
/* line 96, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner .expertHelpContent a span {
  position: relative;
}
/* line 99, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner .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 #134063;
  border-right: none;
  top: 28%;
  right: -13px;
}
/* line 115, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner .expertHelpContent .formWrapper {
  float: left;
  display: inline;
  padding-bottom: 13px;
  margin-top: 10px;
}
/* line 121, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner .expertHelpContent .formWrapper form {
  float: left;
  display: inline;
  margin: 0 auto;
}
/* line 126, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner .expertHelpContent .formWrapper form dl {
  margin: 0 0 6px 22px;
  float: left;
  display: inline;
}
/* line 131, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner .expertHelpContent .formWrapper form dl dd {
  padding: 0;
  width: 110px;
  line-height: 20px;
  float: left;
  display: inline;
  text-align: left;
}
/* line 139, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner .expertHelpContent .formWrapper form dl dd input,
.needExpertHelp .needExpertHelpInner .expertHelpContent .formWrapper form dl dd label {
  float: left;
  display: block;
  cursor: pointer;
}
/* line 144, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner .expertHelpContent .formWrapper form dl dd input {
  margin-top: 5px;
}
/* line 147, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner .expertHelpContent .formWrapper form dl dd label {
  margin: 2px 0 0 8px;
  color: #636363;
}
/* line 153, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner .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: #901f18;
  padding: 0 20px;
  margin: 8px 0 16px 12px;
}
/* line 166, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner .expertHelpContent .formWrapper form a.toNeeds span {
  display: none;
}
/* line 169, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner .expertHelpContent .formWrapper form a.toNeeds span:after {
  display: none;
}
/* line 173, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner .expertHelpContent .formWrapper form a.toNeeds:hover {
  text-decoration: none;
  background: #17b5ee;
}
/* line 178, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner .expertHelpContent .formWrapper form a.kmPhoneNumber {
  font-size: 18px;
  float: left;
}
/* line 186, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner.version-b {
  background: url(../images/needExpertHelpCalloutBg-2.png) 61% 110% no-repeat;
  background-size: 558px auto;
}
/* line 191, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner.version-b .expertHelpContent .expertHelpPhone a {
  font-size: 19px;
}
/* line 197, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner: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 212, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner.prox {
  background: url(../images/needProxExpertHelpCalloutBg.png) 38% 110% no-repeat;
  background-size: 558px auto;
}
/* line 220, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner.prox .formWrapper form dl {
  margin-left: 13px;
}
/* line 223, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner.prox .formWrapper form dl dd {
  width: 165px;
}
/* line 236, ../scss/layout/_footer.scss */
.needExpertHelp .needExpertHelpInner.prox .expertHelpContent .expertHelpPhone a {
  font-size: 19px;
}

/* line 255, ../scss/layout/_footer.scss */
.footer-container {
  margin-top: 5px;
  padding: 0;
  background-color: #18192d;
}
@media only screen and (min-width: 600px) {
  /* line 255, ../scss/layout/_footer.scss */
  .footer-container {
    max-width: 100%;
    background: url(../images/footer_bg_pattern.gif) repeat 0 0;
  }
}

/* line 266, ../scss/layout/_footer.scss */
.footer,
.footer button {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* line 271, ../scss/layout/_footer.scss */
.footer {
  clear: both;
  width: 100%;
  padding: 0;
  /* -------------------------------------------- *
   * Social icons
   */
}
/* line 276, ../scss/layout/_footer.scss */
.footer.small {
  display: block;
}
/* line 279, ../scss/layout/_footer.scss */
.footer.large,
.footer .whyshop {
  display: none;
}
/* line 283, ../scss/layout/_footer.scss */
.footer .footer-benefits {
  float: left;
  display: inline;
  width: 100%;
  height: auto;
  background-color: #f3f3f3;
  padding: 32px 2% 40px 2%;
  text-align: center;
}
/* line 293, ../scss/layout/_footer.scss */
.footer .footer-benefits .benefit {
  float: left;
  display: inline;
  width: 33.33%;
  padding-top: 71px;
  cursor: pointer;
  line-height: 18px;
  color: #134063;
  display: block;
}
/* line 303, ../scss/layout/_footer.scss */
.footer .footer-benefits .benefit.alphacare {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/home/homeBenefit-alphacare.png) 50% 0 no-repeat;
  background-size: 100px 68px;
}
/* line 307, ../scss/layout/_footer.scss */
.footer .footer-benefits .benefit.freeshipping {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/home/homeBenefit-freeshipping.png) 50% 0 no-repeat;
  background-size: 100px 68px;
}
/* line 311, ../scss/layout/_footer.scss */
.footer .footer-benefits .benefit.toprated {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/home/homeBenefit-toprated.png) 50% 0 no-repeat;
  background-size: 100px 68px;
}
/* line 315, ../scss/layout/_footer.scss */
.footer .footer-benefits .benefit.toprated span {
  display: none;
}
@media only screen and (max-width: 479px) {
  /* line 271, ../scss/layout/_footer.scss */
  .footer {
    padding-top: 0;
  }
}
@media only screen and (min-width: 600px) {
  /* line 271, ../scss/layout/_footer.scss */
  .footer {
    max-width: 1280px;
    margin: 0 auto;
  }
  /* line 334, ../scss/layout/_footer.scss */
  .footer.small {
    display: none;
  }
  /* line 337, ../scss/layout/_footer.scss */
  .footer.large {
    display: block;
  }
  /* line 341, ../scss/layout/_footer.scss */
  .footer.large .links li.first a {
    color: #ffffff;
    font-weight: bold;
  }
  /* line 345, ../scss/layout/_footer.scss */
  .footer.large .links li a.no-link {
    pointer-events: none;
    cursor: default;
  }
}
@media only screen and (min-width: 979px) {
  /* line 357, ../scss/layout/_footer.scss */
  .footer .whyshop {
    width: 160px;
    height: 207px;
    padding: 0 8px;
    float: right;
    display: inline;
    background-color: #e3e3e3;
    border: 1px solid #9798a0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  /* line 369, ../scss/layout/_footer.scss */
  .footer .whyshop .header {
    width: 145px;
    height: 57px;
    float: left;
    border-bottom: 1px solid #bcbcbc;
    position: relative;
  }
  /* line 376, ../scss/layout/_footer.scss */
  .footer .whyshop .header h4 {
    width: 83px;
    color: #134063;
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-transform: inherit;
    font-size: 16px;
    margin: 11px 0 0 45px;
    line-height: 19px;
  }
  /* line 386, ../scss/layout/_footer.scss */
  .footer .whyshop .ribbon {
    width: 20px;
    height: 45px;
    position: absolute;
    top: -1px;
    left: 11px;
  }
  /* line 393, ../scss/layout/_footer.scss */
  .footer .whyshop .ribbon .top {
    width: 20px;
    height: 35px;
    float: left;
    background-color: #6f0000;
  }
  /* line 399, ../scss/layout/_footer.scss */
  .footer .whyshop .ribbon .flair-left,
  .footer .whyshop .ribbon .flair-right {
    width: 0;
    height: 0;
    float: left;
    border-top: 10px solid #6f0000;
  }
  /* line 405, ../scss/layout/_footer.scss */
  .footer .whyshop .ribbon .flair-left {
    border-right: 10px solid transparent;
  }
  /* line 408, ../scss/layout/_footer.scss */
  .footer .whyshop .ribbon .flair-right {
    border-left: 10px solid transparent;
  }
  /* line 412, ../scss/layout/_footer.scss */
  .footer .whyshop ul {
    float: left;
    padding: 13px 0 0 6px;
  }
  /* line 416, ../scss/layout/_footer.scss */
  .footer .whyshop ul li {
    font-size: 14px;
    padding-left: 22px;
    background: url(../images/whyShopCheckmark.png) no-repeat 0 4px;
    line-height: 17px;
    margin-bottom: 8px;
  }
}
/* line 427, ../scss/layout/_footer.scss */
.footer .footer-upper {
  padding: 214px 15px 0;
  background: transparent url(../images/footer_bg_pattern.gif) repeat 0 0;
}
@media only screen and (min-width: 600px) {
  /* line 427, ../scss/layout/_footer.scss */
  .footer .footer-upper {
    background: none;
    padding: 35px 30px 25px 30px;
    float: left;
  }
}
/* line 438, ../scss/layout/_footer.scss */
.footer .block-title {
  border-bottom: 0;
  padding: 3px 0;
}
/* line 443, ../scss/layout/_footer.scss */
.footer .block-title strong {
  font-weight: normal;
}
/* line 447, ../scss/layout/_footer.scss */
.footer .block-title,
.footer address {
  color: #134063;
}
/* line 452, ../scss/layout/_footer.scss */
.footer .links {
  float: left;
  width: 17%;
  padding: 0 30px 0 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 600px) {
  /* line 452, ../scss/layout/_footer.scss */
  .footer .links {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 979px) {
  /* line 452, ../scss/layout/_footer.scss */
  .footer .links {
    padding-right: 5.5%;
  }
  /* line 466, ../scss/layout/_footer.scss */
  .footer .links.last {
    padding-right: 0;
  }
}
/* line 471, ../scss/layout/_footer.scss */
.footer .links li {
  word-break: break-word;
  line-height: 1.4;
  padding: 16px 0 0;
}
/* line 475, ../scss/layout/_footer.scss */
.footer .links li.first {
  padding-top: 0;
}
/* line 480, ../scss/layout/_footer.scss */
.footer .links a {
  color: #959494;
}
/* line 482, ../scss/layout/_footer.scss */
.footer .links a:hover {
  text-decoration: underline;
}
/* line 488, ../scss/layout/_footer.scss */
.footer .block-subscribe {
  float: right;
  width: 320px;
  margin-bottom: 40px;
}
/* line 494, ../scss/layout/_footer.scss */
.footer .block-subscribe {
  text-transform: uppercase;
  font-size: 12px;
}
/* line 499, ../scss/layout/_footer.scss */
.footer .links {
  font-size: 16px;
}
/* line 503, ../scss/layout/_footer.scss */
.footer .form-subscribe-header {
  display: none;
}
/* line 511, ../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 521, ../scss/layout/_footer.scss */
  .footer .links.social-media em {
    background-image: url(../images/social_icons@2x.png);
    background-size: 50px 125px;
  }
}
/* line 528, ../scss/layout/_footer.scss */
.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px;
}
/* line 533, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px;
}
/* line 528, ../scss/layout/_footer.scss */
.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px;
}
/* line 533, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px;
}
/* line 528, ../scss/layout/_footer.scss */
.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px;
}
/* line 533, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px;
}
/* line 528, ../scss/layout/_footer.scss */
.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px;
}
/* line 533, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px;
}
/* line 528, ../scss/layout/_footer.scss */
.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px;
}
/* line 533, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px;
}
/* line 546, ../scss/layout/_footer.scss */
.footer .links.social {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
}
/* line 551, ../scss/layout/_footer.scss */
.footer .links.social li {
  margin-left: 20px;
  padding: 0 !important;
  float: left;
}
/* line 555, ../scss/layout/_footer.scss */
.footer .links.social li.first {
  margin-left: 0;
}
/* line 559, ../scss/layout/_footer.scss */
.footer .links.social li a {
  text-indent: -9999px;
  width: 34px;
  height: 34px;
  background-size: 34px 272px;
  background-image: url(../images/social_icons/social_icons@3x.png);
  background-repeat: no-repeat;
  display: block;
}
/* line 568, ../scss/layout/_footer.scss */
.footer .links.social li a.twitter {
  background-position: 0 0;
}
/* line 569, ../scss/layout/_footer.scss */
.footer .links.social li a.twitter:hover {
  background-position: 0 -34px;
}
/* line 570, ../scss/layout/_footer.scss */
.footer .links.social li a.facebook {
  background-position: 0 -68px;
}
/* line 571, ../scss/layout/_footer.scss */
.footer .links.social li a.facebook:hover {
  background-position: 0 -102px;
}
/* line 572, ../scss/layout/_footer.scss */
.footer .links.social li a.youtube {
  background-position: 0 -136px;
}
/* line 573, ../scss/layout/_footer.scss */
.footer .links.social li a.youtube:hover {
  background-position: 0 -170px;
}
/* line 574, ../scss/layout/_footer.scss */
.footer .links.social li a.gplus {
  background-position: 0 -204px;
}
/* line 575, ../scss/layout/_footer.scss */
.footer .links.social li a.gplus:hover {
  background-position: 0 -238px;
}
/* line 577, ../scss/layout/_footer.scss */
.footer .links.social li a.footer_gsa {
  margin-top: -15px;
  width: 146px;
  height: 52px;
  background-image: url(../images/gsa/gsa_footer_logo.png);
  background-size: 100% 100%;
}
/* line 593, ../scss/layout/_footer.scss */
.footer #footerContactInfo {
  clear: both;
  width: 100%;
  max-width: 450px;
  color: #9a9baf;
  display: inline-block;
  margin: 14px 0 24px;
}
/* line 601, ../scss/layout/_footer.scss */
.footer #footerContactInfo .label.address {
  display: none;
}
/* line 604, ../scss/layout/_footer.scss */
.footer #footerContactInfo .info .citystate {
  display: block;
}
/* line 607, ../scss/layout/_footer.scss */
.footer #footerContactInfo .label.phone {
  display: block;
}
/* line 610, ../scss/layout/_footer.scss */
.footer #footerContactInfo .label.phone a {
  color: inherit;
  text-decoration: none;
}
/* line 617, ../scss/layout/_footer.scss */
.footer .links.subfooter {
  width: 100%;
  padding: 20px 15px 60px;
  margin-bottom: 0;
}
/* line 622, ../scss/layout/_footer.scss */
.footer .links.subfooter li {
  float: left;
  display: inline;
  padding-top: 0;
  padding-left: 14px;
  border-left: 1px solid #959494;
  margin-left: 16px;
}
/* line 629, ../scss/layout/_footer.scss */
.footer .links.subfooter li.first {
  margin-left: 0;
  border-left: 0px solid #959494;
  padding-left: 0;
}
/* line 637, ../scss/layout/_footer.scss */
.footer .footer_certs {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 0;
  clear: both;
  position: relative;
  text-align: center;
}
/* line 646, ../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 656, ../scss/layout/_footer.scss */
.footer #footernorton {
  width: 77px;
  height: 40px;
  background-image: url(../images/certs/footer_cert_norton.png);
}
/* line 661, ../scss/layout/_footer.scss */
.footer #footermcafee {
  width: 76px;
  height: 27px;
  background-image: url(../images/certs/footer_cert_mcafee.png);
  margin-top: 8px;
}
/* line 667, ../scss/layout/_footer.scss */
.footer #footerbbb {
  width: 109px;
  height: 27px;
  background-image: url(../images/certs/footer_cert_bbb.png);
  margin-top: 8px;
}
@media only screen and (max-width: 359px) {
  /* line 678, ../scss/layout/_footer.scss */
  .footer #footerContactInfo .label.phone {
    float: none;
    display: block;
  }
}
/* line 687, ../scss/layout/_footer.scss */
.footer .block-subscribe .input-box {
  float: left;
  width: 65.625%;
  padding-top: 0;
}
/* line 693, ../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 699, ../scss/layout/_footer.scss */
.footer .block-subscribe .block-content {
  padding-top: 7px;
}
/* line 702, ../scss/layout/_footer.scss */
.footer .block-subscribe .block-content:after {
  content: "";
  display: table;
  clear: both;
}
/* line 707, ../scss/layout/_footer.scss */
.footer .block-subscribe .actions {
  float: left;
  width: 34.375%;
  margin: 0;
}
/* line 713, ../scss/layout/_footer.scss */
.footer .block-subscribe .actions .button {
  height: 30px;
  line-height: 17px;
  float: left;
}
/* line 719, ../scss/layout/_footer.scss */
.footer .bugs,
.footer address {
  clear: both;
}
/* line 724, ../scss/layout/_footer.scss */
.footer .bugs {
  display: none;
}
/* line 728, ../scss/layout/_footer.scss */
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}
/* line 735, ../scss/layout/_footer.scss */
.footer .form-language,
.footer .currency-switcher {
  display: none;
}
/* line 740, ../scss/layout/_footer.scss */
.footer address {
  width: 100%;
  padding: 0 15px;
  color: #959494;
  text-align: center;
  font-size: 14px;
  margin: 28px 0 64px;
  text-align: center;
}
/* line 749, ../scss/layout/_footer.scss */
.footer address span {
  white-space: nowrap;
}
@media only screen and (max-width: 978px) {
  /* line 758, ../scss/layout/_footer.scss */
  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%;
  }
  /* line 764, ../scss/layout/_footer.scss */
  .footer .links:nth-child(4) {
    margin-right: 0;
  }
  /* line 768, ../scss/layout/_footer.scss */
  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (min-width: 979px) {
  /* line 776, ../scss/layout/_footer.scss */
  .footer .links {
    width: auto;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 782, ../scss/layout/_footer.scss */
  .footer .links {
    padding-right: 100px;
  }
  /* line 785, ../scss/layout/_footer.scss */
  .footer .links.social {
    padding-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  /* line 792, ../scss/layout/_footer.scss */
  .footer .form-language,
  .footer .currency-switcher {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  /* line 802, ../scss/layout/_footer.scss */
  .footer .links {
    width: 45.83333%;
    margin-right: 0;
  }
  /* line 807, ../scss/layout/_footer.scss */
  .footer .links:nth-child(odd) {
    margin-right: 8.33333%;
    clear: both;
  }
  /* line 814, ../scss/layout/_footer.scss */
  .footer .block-subscribe {
    clear: both;
    float: left;
    width: 100%;
  }
}

/* line 827, ../scss/layout/_footer.scss */
.fl-subfooter,
#footer-widget,
.back-to-top {
  display: none;
}

/* line 831, ../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: transparent url(/skin/frontend/alphacard/alphacard_theme_three/images/backToTop.png) no-repeat 0 0;
  background-size: 74px 74px;
}

@media only screen and (min-width: 479px) {
  /* line 850, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent {
    width: 241px;
  }
  /* line 853, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent .expertHelpPhone {
    margin-left: 44px;
  }
  /* line 857, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent .formWrapper {
    margin-top: 15px;
  }
  /* line 860, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent .formWrapper form {
    width: 225px;
    padding-left: 41px;
  }
  /* line 864, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent .formWrapper form a.toNeeds {
    margin-left: -18px;
  }
  /* line 877, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner.prox .expertHelpContent .formWrapper form {
    width: 217px;
    padding-left: 41px;
  }
  /* line 881, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner.prox .expertHelpContent .formWrapper form dl {
    margin-left: 3px;
  }
  /* line 884, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner.prox .expertHelpContent .formWrapper form a.toNeeds {
    margin-left: 2px;
  }
}
@media only screen and (min-width: 480px) {
  /*.needExpertHelp {             // Old variation

        .needExpertHelpInner {

            .expertHelpContent {
                width: 253px;
            }

        }
    }*/
}
@media only screen and (min-width: 600px) {
  /* line 918, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner {
    padding-left: 2%;
    background-position: 100% 100%;
    min-height: 440px;
  }
  /* line 922, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner.version-b {
    padding-left: 2%;
    background-position: 100% 100%;
    min-height: 440px;
  }
  /* line 927, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent {
    width: 370px;
    text-align: center;
    margin-top: 0;
  }
  /* line 932, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent h3 {
    position: static;
    font-size: 41px;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    color: #636363;
    font-weight: 300;
    text-transform: none;
    width: 285px;
    line-height: 43px;
  }
  /* line 942, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent p {
    padding-bottom: 0;
    width: 235px;
    margin: 0 auto;
  }
  /* line 947, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent .expertHelpPhone {
    font-size: 18px;
    margin-left: 64px;
  }
  /* line 951, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent .expertHelpPhone a {
    font-size: 18px;
  }
  /* line 955, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent .expertHelpPhone .calltext {
    display: inline;
  }
  /* line 959, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent a {
    font-size: 21px;
    margin-top: 9px;
  }
  /* line 963, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent .formWrapper {
    margin: 15px 0 0 31px;
  }
  /* line 966, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent .formWrapper form {
    width: 300px;
    padding-left: 90px;
  }
  /* line 973, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent .formWrapper form a.toNeeds {
    margin-left: -42px;
  }
  /* line 976, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent .formWrapper form a.toNeeds span {
    display: inline;
  }
  /* line 985, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner:before {
    border-right: 86px solid transparent;
    border-left: 86px solid transparent;
    border-top: 56px solid #ffffff;
  }
  /* line 990, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner.prox {
    background-position: 100% 110%;
  }
  /* line 997, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner.prox .expertHelpContent .expertHelpPhone a {
    font-size: 18px;
  }
  /* line 1001, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner.prox .expertHelpContent .formWrapper {
    margin-left: 14px;
  }
  /* line 1004, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner.prox .expertHelpContent .formWrapper form {
    width: 300px;
    padding-left: 90px;
  }

  /* line 1017, ../scss/layout/_footer.scss */
  .footer .footer-benefits {
    padding-top: 49px;
    padding-bottom: 56px;
  }
  /* line 1021, ../scss/layout/_footer.scss */
  .footer .footer-benefits .benefit {
    padding-top: 40px;
    font-size: 15px;
  }
  /* line 1025, ../scss/layout/_footer.scss */
  .footer .footer-benefits .benefit.alphacare {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/home/homeBenefit-alphacare-L.png) 50% 2px no-repeat;
    background-size: 160px 33px;
    width: 30%;
  }
  /* line 1030, ../scss/layout/_footer.scss */
  .footer .footer-benefits .benefit.freeshipping {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/home/homeBenefit-freeshipping-L.png) 50% 10px no-repeat;
    background-size: 194px 24px;
    width: 40%;
  }
  /* line 1035, ../scss/layout/_footer.scss */
  .footer .footer-benefits .benefit.toprated {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/home/homeBenefit-toprated-L.png) 50% 7px no-repeat;
    background-size: 140px 25px;
    width: 30%;
  }
  /* line 1040, ../scss/layout/_footer.scss */
  .footer .footer-benefits .benefit.toprated span {
    display: inline;
  }

  /* line 1051, ../scss/layout/_footer.scss */
  .fl-subfooter {
    display: block;
    float: left;
    width: 100%;
    min-height: 135px;
    background-color: #18192d;
  }
  /* line 1058, ../scss/layout/_footer.scss */
  .fl-subfooter .fl-subfooter-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 30px 0;
  }
  /* line 1063, ../scss/layout/_footer.scss */
  .fl-subfooter .fl-subfooter-inner #footerContactInfo {
    float: left;
    color: #9a9baf;
    font-size: 14px;
    width: 360px;
  }
  /* line 1069, ../scss/layout/_footer.scss */
  .fl-subfooter .fl-subfooter-inner #footerContactInfo .label.phone a {
    color: inherit;
    text-decoration: none;
  }
  /* line 1074, ../scss/layout/_footer.scss */
  .fl-subfooter .fl-subfooter-inner .footer_certs {
    float: right;
    width: auto;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 600px) and (min-width: 777px) {
  /* line 1074, ../scss/layout/_footer.scss */
  .fl-subfooter .fl-subfooter-inner .footer_certs {
    margin-top: 0;
  }
}
@media only screen and (min-width: 600px) {
  /* line 1084, ../scss/layout/_footer.scss */
  .fl-subfooter .fl-subfooter-inner #footernorton,
  .fl-subfooter .fl-subfooter-inner #footermcafee,
  .fl-subfooter .fl-subfooter-inner #footerbbb,
  .fl-subfooter .fl-subfooter-inner #GTS_CONTAINER {
    display: inline-block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -9999px;
    vertical-align: top;
    margin: 0 9px 9px 9px;
  }
  /* line 1093, ../scss/layout/_footer.scss */
  .fl-subfooter .fl-subfooter-inner #footernorton {
    width: 88px;
    height: 46px;
    background-image: url(../images/certs/footer_cert_norton.png);
  }
  /* line 1098, ../scss/layout/_footer.scss */
  .fl-subfooter .fl-subfooter-inner #footermcafee {
    width: 89px;
    height: 32px;
    background-image: url(../images/certs/footer_cert_mcafee.png);
    margin-top: 4px;
  }
  /* line 1104, ../scss/layout/_footer.scss */
  .fl-subfooter .fl-subfooter-inner #footerbbb {
    width: 88px;
    height: 36px;
    background-image: url(../images/certs/footer_cert_bbb_compact.png);
    margin-top: 4px;
  }
  /* line 1110, ../scss/layout/_footer.scss */
  .fl-subfooter .fl-subfooter-inner #GTS_CONTAINER {
    margin-right: 0;
  }
  /* line 1113, ../scss/layout/_footer.scss */
  .fl-subfooter .fl-subfooter-inner .subfooter-links {
    float: left;
    display: inline;
    width: 100%;
    margin-top: 30px;
  }
  /* line 1119, ../scss/layout/_footer.scss */
  .fl-subfooter .fl-subfooter-inner .subfooter-links a.spanish-link {
    color: #ffffff;
    text-transform: uppercase;
    float: left;
    font-size: 14px;
    line-height: 12px;
  }
  /* line 1126, ../scss/layout/_footer.scss */
  .fl-subfooter .fl-subfooter-inner .subfooter-links ul {
    margin-left: 160px;
  }
  /* line 1129, ../scss/layout/_footer.scss */
  .fl-subfooter .fl-subfooter-inner .subfooter-links ul li {
    float: left;
    display: inline;
    padding-right: 15px;
    margin: 0 15px 10px 0;
    border-right: 1px solid #959494;
    line-height: 12px;
  }
  /* line 1137, ../scss/layout/_footer.scss */
  .fl-subfooter .fl-subfooter-inner .subfooter-links ul li.last {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  /* line 1142, ../scss/layout/_footer.scss */
  .fl-subfooter .fl-subfooter-inner .subfooter-links ul li a,
  .fl-subfooter .fl-subfooter-inner .subfooter-links ul li address {
    color: #959494;
    font-size: 14px;
  }

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

  /* line 1155, ../scss/layout/_footer.scss */
  #footer-widget {
    height: 50px;
    z-index: 1000;
    position: fixed;
    width: 188px;
    bottom: 0;
    right: 0;
    display: block;
    background: rgba(94, 220, 255, 0.85);
  }
  /* line 1165, ../scss/layout/_footer.scss */
  #footer-widget #footer-widget-inner {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 33%;
  }
  /* line 1173, ../scss/layout/_footer.scss */
  #footer-widget #footer-widget-inner.isClosed {
    padding-left: 0;
  }
  /* line 1177, ../scss/layout/_footer.scss */
  #footer-widget #footer-widget-inner img {
    position: absolute;
    bottom: 0;
    left: -5px;
    display: none;
  }
  /* line 1183, ../scss/layout/_footer.scss */
  #footer-widget #footer-widget-inner ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  /* line 1188, ../scss/layout/_footer.scss */
  #footer-widget #footer-widget-inner ul li {
    float: left;
    display: inline;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #363636;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
  }
  /* line 1198, ../scss/layout/_footer.scss */
  #footer-widget #footer-widget-inner ul li a {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #363636;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
  }
  /* line 1206, ../scss/layout/_footer.scss */
  #footer-widget #footer-widget-inner ul li a:hover {
    text-decoration: underline;
  }
  /* line 1209, ../scss/layout/_footer.scss */
  #footer-widget #footer-widget-inner ul li a.kmPhoneNumberBlock {
    cursor: text;
    color: #fff;
  }
  /* line 1213, ../scss/layout/_footer.scss */
  #footer-widget #footer-widget-inner ul li a.kmPhoneNumberBlock:hover {
    text-decoration: none;
  }
  /* line 1218, ../scss/layout/_footer.scss */
  #footer-widget #footer-widget-inner ul li.helpLabel {
    width: 190px;
    color: #fff;
    line-height: 50px;
    display: none;
  }
  /* line 1224, ../scss/layout/_footer.scss */
  #footer-widget #footer-widget-inner ul li.helpLabel.isClosed {
    display: inline;
    width: 188px;
  }
  /* line 1229, ../scss/layout/_footer.scss */
  #footer-widget #footer-widget-inner ul li.helpOption {
    display: none;
    padding-right: 4%;
    margin-right: 4%;
    border-right: 1px solid #818080;
    margin-top: 20px;
    line-height: 12px;
  }
  /* line 1237, ../scss/layout/_footer.scss */
  #footer-widget #footer-widget-inner ul li.helpOption.last {
    border-right: none;
  }
  /* line 1243, ../scss/layout/_footer.scss */
  #footer-widget #footer-widget-inner #footer-widget-toggle {
    height: 60px;
    width: 60px;
    background: transparent url(/skin/frontend/alphacard/alphacard_theme_three/images/footer-widget-toggle.png) 0 100% no-repeat;
    position: absolute;
    top: -23px;
    left: -23px;
    cursor: pointer;
  }
  /* line 1252, ../scss/layout/_footer.scss */
  #footer-widget #footer-widget-inner #footer-widget-toggle.isClosed {
    padding-right: 211px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 1271, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent {
    margin-top: 60px;
    position: relative;
    float: left;
  }
  /* line 1276, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent h3 {
    font-size: 43px;
    width: 552px;
    margin-bottom: 12px;
  }
  /* line 1281, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent p {
    width: 543px;
    font-size: 18px;
  }
  /* line 1285, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent p br {
    display: none;
  }
  /* line 1289, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent .expertHelpPhone {
    position: absolute;
    bottom: 20px;
    right: -75px;
    font-size: 19px;
  }
  /* line 1297, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent .expertHelpPhone .calltext {
    font-weight: normal;
  }
  /* line 1301, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent a {
    font-size: 21px;
    margin-top: 9px;
  }
  /* line 1305, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent .formWrapper {
    width: 502px;
    padding-bottom: 21px;
    border-bottom: 1px solid #d1dce1;
  }
  /* line 1310, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent .formWrapper form {
    padding-left: 52px;
  }
  /* line 1316, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent .formWrapper form a.toNeeds {
    position: absolute;
    right: -88px;
    top: 125px;
  }
  /* line 1325, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner.prox {
    background-position: 128% 110%;
  }
  /* line 1333, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner.prox .expertHelpContent .formWrapper form a.toNeeds {
    right: -56px;
  }
  /* line 1342, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner.version-b .expertHelpContent .formWrapper {
    width: 440px;
  }
  /* line 1344, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner.version-b .expertHelpContent .formWrapper form {
    padding-left: 90px;
  }
  /* line 1346, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner.version-b .expertHelpContent .formWrapper form a.toNeeds {
    right: -56px;
  }
  /* line 1350, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner.version-b .expertHelpContent .formWrapper .expertHelpPhone {
    right: -82px;
  }

  /* line 1362, ../scss/layout/_footer.scss */
  .footer .footer-benefits {
    padding-top: 37px;
    padding-bottom: 29px;
  }
  /* line 1366, ../scss/layout/_footer.scss */
  .footer .footer-benefits .benefit {
    padding-top: 66px;
    padding-bottom: 33px;
    font-size: 16px;
  }
  /* line 1371, ../scss/layout/_footer.scss */
  .footer .footer-benefits .benefit.alphacare {
    background-position: 50% 15px;
    background-size: 193px 41px;
  }
  /* line 1375, ../scss/layout/_footer.scss */
  .footer .footer-benefits .benefit.freeshipping {
    background-position: 50% 27px;
    background-size: 235px 29px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
  }
  /* line 1381, ../scss/layout/_footer.scss */
  .footer .footer-benefits .benefit.toprated {
    background-position: 50% 24px;
    background-size: 170px 30px;
  }

  /* line 1393, ../scss/layout/_footer.scss */
  #footer-widget #footer-widget-inner {
    padding-left: 24%;
  }
  /* line 1396, ../scss/layout/_footer.scss */
  #footer-widget #footer-widget-inner img {
    left: 0;
  }
  /* line 1404, ../scss/layout/_footer.scss */
  #footer-widget #footer-widget-inner ul li a.kmPhoneNumberBlock {
    color: #363636;
  }
  /* line 1407, ../scss/layout/_footer.scss */
  #footer-widget #footer-widget-inner ul li a.kmPhoneNumberBlock:hover {
    text-decoration: none;
  }
  /* line 1413, ../scss/layout/_footer.scss */
  #footer-widget #footer-widget-inner ul li.helpLabel {
    display: inline;
    width: 26%;
  }
}
@media only screen and (min-width: 979px) {
  /* line 1429, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner {
    background-position: 93% 100%;
  }
  /* line 1432, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner .expertHelpContent {
    margin-left: 22px;
  }
  /* line 1435, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner.prox {
    background-position: 96% 110%;
  }
  /* line 1438, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner.version-b {
    background-position: 93% 100%;
  }

  /* line 1445, ../scss/layout/_footer.scss */
  .footer .footer-benefits {
    padding-top: 37px;
    padding-bottom: 29px;
  }
  /* line 1449, ../scss/layout/_footer.scss */
  .footer .footer-benefits .benefit {
    padding-top: 74px;
    padding-bottom: 33px;
    font-size: 17px;
  }
  /* line 1454, ../scss/layout/_footer.scss */
  .footer .footer-benefits .benefit.alphacare {
    background-position: 50% 9px;
    background-size: 241px 51px;
  }
  /* line 1458, ../scss/layout/_footer.scss */
  .footer .footer-benefits .benefit.freeshipping {
    background-position: 50% 23px;
    background-size: 294px 36px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
  }
  /* line 1464, ../scss/layout/_footer.scss */
  .footer .footer-benefits .benefit.toprated {
    background-position: 50% 18px;
    background-size: 211px 37px;
  }

  /* line 1475, ../scss/layout/_footer.scss */
  #footer-widget #footer-widget-inner {
    width: 808px;
    padding-left: 18%;
  }
}
/* line 1483, ../scss/layout/_footer.scss */
#velaro-mobile-inline {
  display: none !important;
}

/* line 1486, ../scss/layout/_footer.scss */
#floating-footer {
  height: 33px;
  background: #026ca2;
  -webkit-box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.5);
}
/* line 1493, ../scss/layout/_footer.scss */
#floating-footer .floating-footer-get-help {
  float: left;
  margin-left: 14px;
  padding-right: 14px;
  line-height: 33px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
/* line 1505, ../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 #b0422a;
  border-right: none;
  float: right;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -7px;
}
/* line 1514, ../scss/layout/_footer.scss */
#floating-footer .floating-footer-tel {
  float: right;
  margin-right: 14px;
  line-height: 33px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

/* line 1525, ../scss/layout/_footer.scss */
.cookie-consent-container {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #f9fafb;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 40px;
  z-index: 999999999;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
/* line 1541, ../scss/layout/_footer.scss */
.cookie-consent-container .consent-copy P {
  margin: 0;
  line-height: 16px;
  text-align: center;
}
/* line 1545, ../scss/layout/_footer.scss */
.cookie-consent-container .consent-copy P a {
  font-weight: 400;
}
/* line 1550, ../scss/layout/_footer.scss */
.cookie-consent-container .cookie-consent-close {
  position: absolute;
  top: 10px;
  right: 9px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

@media only screen and (min-width: 1280px) {
  /* line 1566, ../scss/layout/_footer.scss */
  .needExpertHelp .needExpertHelpInner.prox {
    max-width: 926px;
    background-position: 102% 110%;
  }

  /* line 1574, ../scss/layout/_footer.scss */
  #footer-widget #footer-widget-inner {
    padding-left: 180px;
  }
}
/* ================================================= *
 * 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;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}

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

/* line 50, ../scss/module/_product-list.scss */
.category-description p {
  color: #636363;
}
/* line 53, ../scss/module/_product-list.scss */
.category-description a.button {
  display: none;
}

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

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

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

/* -------------------------------------------- *
 * Product Name
 */
/* line 76, ../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: #000;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
/* line 87, ../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 89, ../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;
}

/* line 96, ../scss/module/_product-list.scss */
.products-grid .product-name,
.products-list .product-name {
  text-transform: none;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 19px;
}
/* line 104, ../scss/module/_product-list.scss */
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 600;
}

/* line 111, ../scss/module/_product-list.scss */
.products-grid .ribbonsAndSupplies .product-name {
  margin-top: 18px;
}
/* line 114, ../scss/module/_product-list.scss */
.products-grid .ribbonsAndSupplies .productId {
  padding-top: 7px;
  color: #363636;
  font-weight: normal;
  text-align: left;
  display: block;
}

/* line 126, ../scss/module/_product-list.scss */
.products-grid .product-info .cat_item_banner {
  margin: 10px 0 -8px;
  padding: 0;
  background: #f3f3f3;
  color: #000;
  display: block;
}
/* line 132, ../scss/module/_product-list.scss */
.products-grid .product-info .cat_item_banner:hover {
  text-decoration: none;
}
/* line 133, ../scss/module/_product-list.scss */
.products-grid .product-info .cat_item_banner .line1,
.products-grid .product-info .cat_item_banner .line2 {
  display: block;
}
/* line 136, ../scss/module/_product-list.scss */
.products-grid .product-info .cat_item_banner .line1:hover,
.products-grid .product-info .cat_item_banner .line2:hover {
  text-decoration: none;
}
/* line 138, ../scss/module/_product-list.scss */
.products-grid .product-info .cat_item_banner .line2 {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 33px;
}
/* line 145, ../scss/module/_product-list.scss */
.products-grid .product-info .cat_item_banner.highlight {
  padding: 9px 0 6px;
  background: #e0f2f5;
}
/* line 148, ../scss/module/_product-list.scss */
.products-grid .product-info .cat_item_banner.highlight .line1,
.products-grid .product-info .cat_item_banner.highlight .line2 {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 15px;
}
/* line 155, ../scss/module/_product-list.scss */
.products-grid .product-info .cat_item_banner.highlight .line1 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* line 162, ../scss/module/_product-list.scss */
.products-grid .product-info .cat_item_banner_filler {
  margin: 10px 0 -8px;
  height: 33px;
  display: block;
}

/* line 172, ../scss/module/_product-list.scss */
.products-grid .comingsoon div,
.products-list .comingsoon div {
  color: #901f18;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
}
/* line 178, ../scss/module/_product-list.scss */
.products-grid .comingsoon a,
.products-list .comingsoon a {
  white-space: nowrap;
  color: #363636;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  text-decoration: none;
}
/* line 184, ../scss/module/_product-list.scss */
.products-grid .comingsoon a:hover,
.products-list .comingsoon a:hover {
  text-decoration: none;
}

/* line 189, ../scss/module/_product-list.scss */
.products-list .comingsoon a {
  font-size: 16px;
}

/* line 195, ../scss/module/_product-list.scss */
body.catalog-category-view.category-holokote-id-printers .wrapper {
  background-image: none;
}

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

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

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

/* line 225, ../scss/module/_product-list.scss */
.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
/* line 229, ../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: -11px;
  right: 4px;
}
/* line 244, ../scss/module/_product-list.scss */
.products-grid .product-image .ribbon-yield-badge.highlight {
  background: #0d6798;
}
/* line 247, ../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 258, ../scss/module/_product-list.scss */
.products-grid .product-image img {
  width: 100%;
  height: auto;
}
/* line 262, ../scss/module/_product-list.scss */
.products-grid .product-image img:hidden {
  display: none;
}

/* line 267, ../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 274, ../scss/module/_product-list.scss */
.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}

/* line 284, ../scss/module/_product-list.scss */
.products-grid .product-info {
  position: relative;
  padding-bottom: 60px;
}
/* line 288, ../scss/module/_product-list.scss */
.products-grid .product-info .regular-price {
  color: #363636;
  font-size: 16px;
}
/* line 292, ../scss/module/_product-list.scss */
.products-grid .product-info .priceBoxLoginForPrice {
  color: #901f18;
  font-weight: bold;
}
/* line 297, ../scss/module/_product-list.scss */
.products-grid .product-info .priceBoxWhyPriceHidden {
  display: none;
}
/* line 300, ../scss/module/_product-list.scss */
.products-grid .product-info .attribute-list,
.products-grid .product-info .compatibleWith {
  display: none;
}

/* line 306, ../scss/module/_product-list.scss */
.products-grid .actions {
  /*padding-top: $box-spacing + 4;*/
  position: absolute;
  bottom: 0;
  min-height: 50px;
  width: 100%;
}
/* line 313, ../scss/module/_product-list.scss */
.products-grid .actions .button {
  background: #c83727;
  border: 1px solid #9e1919;
  padding: 1px 14px;
  font-size: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
/* line 323, ../scss/module/_product-list.scss */
.products-grid .actions .button.catDiscontinuedBtn {
  background: #eee;
  border: 1px solid #c4c4c4;
  color: #c4c4c4;
}

/* line 335, ../scss/module/_product-list.scss */
.products-grid .item.ribbonsAndSupplies .tier3_product_form_wrapper {
  position: absolute;
  left: 0px;
  bottom: 18px;
  width: 100%;
}
/* line 340, ../scss/module/_product-list.scss */
.products-grid .item.ribbonsAndSupplies .tier3_product_form_wrapper .tier3_product_form {
  margin: 14px auto 0;
  white-space: nowrap;
  display: none;
}
/* line 344, ../scss/module/_product-list.scss */
.products-grid .item.ribbonsAndSupplies .tier3_product_form_wrapper .tier3_product_form .add-to-cart {
  display: inline;
}
/* line 346, ../scss/module/_product-list.scss */
.products-grid .item.ribbonsAndSupplies .tier3_product_form_wrapper .tier3_product_form .add-to-cart .qty {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  float: left;
  height: 32px;
  width: 45px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #d3cdc8;
  background: #fff;
  font-size: 15px;
  margin-right: 4px;
}
/* line 359, ../scss/module/_product-list.scss */
.products-grid .item.ribbonsAndSupplies .tier3_product_form_wrapper .tier3_product_form .button {
  background: #17b5ee;
  border: 1px solid #17b5ee;
  padding: 5px 0;
  text-align: center;
  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: bold;
  width: 117px;
  margin: 0;
  display: inline-block;
}

/* line 379, ../scss/module/_product-list.scss */
.products-grid .item:hover.ribbonsAndSupplies .tier3_product_form_wrapper .tier3_product_form {
  display: table;
}

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

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

/* line 395, ../scss/module/_product-list.scss */
.products-grid .price-box {
  color: #363636;
  font-size: 16px;
  margin: 0 0 5px;
}
/* line 400, ../scss/module/_product-list.scss */
.products-grid .price-box .priceBoxLoginForPrice {
  color: #901f18;
  font-weight: bold;
}

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

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

/* line 424, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(odd) {
  clear: left;
}

/* line 428, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(even) {
  margin-right: 0;
}

/* line 432, ../scss/module/_product-list.scss */
.products-grid .product-image {
  margin-bottom: 5px;
  border: none;
}
/* 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;
}

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

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

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

  /* line 506, ../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: 2.22222%;
  }

  /* Set column config */
  /* line 512, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li {
    margin-right: 2.22222%;
  }

  /* line 515, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

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

  /* line 522, ../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 500, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

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

  /* line 506, ../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: 2.22222%;
  }

  /* Set column config */
  /* line 512, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li {
    margin-right: 2.22222%;
  }

  /* line 515, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

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

  /* line 522, ../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 500, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

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

  /* line 506, ../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: 2.22222%;
  }

  /* Set column config */
  /* line 512, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li {
    margin-right: 2.22222%;
  }

  /* line 515, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%;
  }

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

  /* line 522, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Product List
 * ============================================ */
/* line 539, ../scss/module/_product-list.scss */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 15px;
}
/* line 544, ../scss/module/_product-list.scss */
.products-list > li {
  padding-bottom: 30px;
  padding-top: 40px;
  border-bottom: 1px solid #ededed;
}
/* line 549, ../scss/module/_product-list.scss */
.products-list > li:after {
  content: "";
  display: table;
  clear: both;
}
/* line 552, ../scss/module/_product-list.scss */
.products-list > li .product-image {
  float: left;
  width: 100%;
  margin-bottom: 23px;
}
/* line 557, ../scss/module/_product-list.scss */
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}
/* line 563, ../scss/module/_product-list.scss */
.products-list > li:last-child {
  border-bottom: none;
}
/* line 568, ../scss/module/_product-list.scss */
.products-list li.item .compatibleWith {
  clear: both;
  display: block;
  font-size: 15px;
  color: #636363;
  line-height: 21px;
  font-style: italic;
  width: 100%;
  padding-top: 20px;
}
/* line 578, ../scss/module/_product-list.scss */
.products-list li.item .compatibleWith span {
  font-weight: bold;
}
/* line 581, ../scss/module/_product-list.scss */
.products-list li.item .compatibleWith a {
  position: relative;
}
/* line 584, ../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 #134063;
  border-right: none;
  top: 21%;
  right: -13px;
}

/* line 602, ../scss/module/_product-list.scss */
.products-list .product-shop {
  float: right;
  width: 100%;
}
/* line 606, ../scss/module/_product-list.scss */
.products-list .product-shop .product-name {
  margin-bottom: 0;
}
/* line 609, ../scss/module/_product-list.scss */
.products-list .product-shop .ratings {
  margin: 0;
  display: none;
}
/* line 613, ../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 618, ../scss/module/_product-list.scss */
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
/* line 622, ../scss/module/_product-list.scss */
.products-list .product-shop .desc ul li {
  margin-left: 17px;
}
/* line 625, ../scss/module/_product-list.scss */
.products-list .product-shop .price-box {
  width: 68%;
  margin: 0 auto;
}
/* line 629, ../scss/module/_product-list.scss */
.products-list .product-shop .price-box .price-label {
  font-size: 15px;
}
/* line 633, ../scss/module/_product-list.scss */
.products-list .product-shop .price-box .price {
  font-size: 24px;
}
/* line 636, ../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 642, ../scss/module/_product-list.scss */
.products-list .product-shop .comingsoon {
  width: 68%;
  margin: 0 auto;
}
/* line 645, ../scss/module/_product-list.scss */
.products-list .product-shop .comingsoon div {
  font-size: 24px;
  line-height: 28px;
}
/* line 650, ../scss/module/_product-list.scss */
.products-list .product-shop .action {
  margin: 14px 0;
}
/* line 653, ../scss/module/_product-list.scss */
.products-list .product-shop .action .button {
  margin: 0 auto;
  display: block;
  width: 70%;
  background: #901f18;
  border: 1px solid #901f18;
  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: bold;
}
/* line 666, ../scss/module/_product-list.scss */
.products-list .product-shop .desc {
  margin-top: 7px;
}
/* line 669, ../scss/module/_product-list.scss */
.products-list .product-shop .desc .link-learn {
  display: none;
}
/* line 674, ../scss/module/_product-list.scss */
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
}
/* line 680, ../scss/module/_product-list.scss */
.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right;
}
/* line 686, ../scss/module/_product-list.scss */
.products-list .product-shop .product-secondary .add-to-links {
  display: none;
}
/* line 689, ../scss/module/_product-list.scss */
.products-list .product-shop .product-secondary .priceBoxLoginForPrice {
  color: #901f18;
  font-size: 24px;
  line-height: 20px;
}

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

  /* line 733, ../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 750, ../scss/module/_product-list.scss */
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}
/* line 754, ../scss/module/_product-list.scss */
.mini-products-list .product-details {
  margin-left: 60px;
}
/* line 759, ../scss/module/_product-list.scss */
.mini-products-list .product-details .product-name {
  padding-top: 10px;
}
/* line 763, ../scss/module/_product-list.scss */
.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}
/* line 767, ../scss/module/_product-list.scss */
.mini-products-list li:after {
  content: "";
  display: table;
  clear: both;
}

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

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

/* ============================================ *
 * Layered Navigation
 * ============================================ */
/* line 826, ../scss/module/_product-list.scss */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #363636;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica Neue", Arial, 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: 0px;
  padding: 20px 29px 20px 19px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #cacdd4;
  position: relative;
  background-color: #dfeaf2;
  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 #6d6d6d;
  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: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica Neue", Arial, 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: 0px;
  padding: 20px 29px 20px 19px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #cacdd4;
  position: relative;
  background-color: #dfeaf2;
  display: block;
}
/* 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 #6d6d6d;
  border-bottom: none;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
/* line 136, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dd {
  padding: 0;
  margin: 0;
  border-width: 0;
  border-style: solid;
  border-color: #cccccc;
}
/* line 143, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 0 1px;
}

/* line 838, ../scss/module/_product-list.scss */
.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 842, ../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 846, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li > a .count {
  color: #999999;
}

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

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

  /* line 872, ../scss/module/_product-list.scss */
  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }
  /* line 151, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  /* line 155, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt:hover {
    color: #363636;
  }
  /* line 158, ../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 #6d6d6d;
    border-bottom: none;
  }
  /* line 161, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px;
  }
  /* line 166, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dd {
    display: none;
  }
  /* line 174, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 0px;
    background-color: #e5e5e5;
  }
  /* line 179, ../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 197, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }

  /* line 878, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter {
    background-color: #dfeaf2;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #0371a8;
    font-size: 17px;
  }
  /* line 886, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #0371a8;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }
  /* line 893, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter:hover {
    color: #0371a8;
  }
  /* line 898, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter.active:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #0371a8;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

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

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

  /* line 919, ../scss/module/_product-list.scss */
  .block-layered-nav dl ol > li > a {
    color: #363636;
    background-color: #f4f4f4;
    padding: 5px 10px;
    background-color: transparent;
  }
  /* line 923, ../scss/module/_product-list.scss */
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    /*background: $c-module-background-hover;*/
  }
}
/* line 931, ../scss/module/_product-list.scss */
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #363636;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
/* line 936, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}
/* line 940, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}
/* line 943, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol li .label {
  font-weight: bold;
}
/* line 947, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol li:after {
  content: "";
  display: table;
  clear: both;
}

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

/* ============================================ *
 * Tier 1 Category
 * ============================================ */
/* line 964, ../scss/module/_product-list.scss */
#tierOneProductCategories {
  float: left;
  display: inline;
  width: 100%;
  height: auto;
  text-align: center;
  padding-bottom: 55px;
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/elementTopGrayGradient.gif) 0 -1px repeat-x;
  padding-top: 28px;
  margin-top: 15px;
}
/* line 975, ../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 981, ../scss/module/_product-list.scss */
#tierOneProductCategories .itemContainer {
  height: auto;
  width: 100%;
}
/* line 985, ../scss/module/_product-list.scss */
#tierOneProductCategories .itemContainer p {
  color: #636363;
  padding: 0 4% 0 4%;
}
/* line 989, ../scss/module/_product-list.scss */
#tierOneProductCategories .itemContainer .item {
  width: 50%;
  height: auto;
  display: block;
  float: left;
  margin-top: 50px;
}
/* line 996, ../scss/module/_product-list.scss */
#tierOneProductCategories .itemContainer .item img {
  margin: 0 auto 20px auto;
  width: 85%;
  height: auto;
}
/* line 1001, ../scss/module/_product-list.scss */
#tierOneProductCategories .itemContainer .item span {
  color: #636363;
}
/* line 1004, ../scss/module/_product-list.scss */
#tierOneProductCategories .itemContainer .item:hover {
  color: #636363;
}

/* line 1011, ../scss/module/_product-list.scss */
.tierOneShopByOptions {
  float: left;
  display: inline !important;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 23px;
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/home/homeShopByBrandMobileBg.gif) 0 -1px repeat-x;
  padding-top: 25px;
  overflow: hidden;
}
/* line 1022, ../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 1028, ../scss/module/_product-list.scss */
.tierOneShopByOptions .MagicScroll {
  display: none;
}
/* line 1031, ../scss/module/_product-list.scss */
.tierOneShopByOptions.tier1-systems-use {
  background: none;
}

/* line 1037, ../scss/module/_product-list.scss */
.category-id-card-printers .tierOneShopByOptions h3 .max {
  display: none;
}

@media only screen and (min-width: 770px) {
  /* line 1044, ../scss/module/_product-list.scss */
  .category-id-card-printers .tierOneShopByOptions h3 {
    width: 660px;
  }
  /* line 1046, ../scss/module/_product-list.scss */
  .category-id-card-printers .tierOneShopByOptions h3 .min {
    display: none;
  }
  /* line 1049, ../scss/module/_product-list.scss */
  .category-id-card-printers .tierOneShopByOptions h3 .max {
    display: inline;
  }
}
/* line 1055, ../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 1066, ../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 1082, ../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 1087, ../scss/module/_product-list.scss */
#tierOneShopByBrand .brandItemWrapper,
#tierOneAdditionalOptions .brandItemWrapper {
  float: left;
  padding-left: 2%;
  padding-right: 2%;
  width: 100%;
}
/* line 1092, ../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 1100, ../scss/module/_product-list.scss */
#tierOneShopByBrand .brandItemWrapper .brandItem:nth-child(2n + 1),
#tierOneAdditionalOptions .brandItemWrapper .brandItem:nth-child(2n + 1) {
  margin-right: 2%;
}
/* line 1103, ../scss/module/_product-list.scss */
#tierOneShopByBrand .brandItemWrapper .brandItem a,
#tierOneAdditionalOptions .brandItemWrapper .brandItem a {
  display: block;
}
/* line 1106, ../scss/module/_product-list.scss */
#tierOneShopByBrand .brandItemWrapper .brandItem img,
#tierOneAdditionalOptions .brandItemWrapper .brandItem img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
/* line 1111, ../scss/module/_product-list.scss */
#tierOneShopByBrand .brandItemWrapper .brandItem .label,
#tierOneAdditionalOptions .brandItemWrapper .brandItem .label {
  display: block;
  line-height: 18px;
  margin-top: 7px;
  color: #636363;
}
/* line 1117, ../scss/module/_product-list.scss */
#tierOneShopByBrand .brandItemWrapper .brandItem ul,
#tierOneAdditionalOptions .brandItemWrapper .brandItem ul {
  display: none;
}
/* line 1120, ../scss/module/_product-list.scss */
#tierOneShopByBrand .brandItemWrapper .brandItem ul a,
#tierOneAdditionalOptions .brandItemWrapper .brandItem ul a {
  display: inline;
}

/* line 1129, ../scss/module/_product-list.scss */
.category-id-card-printers #tierOneShopByBrand h3 .max {
  display: none;
}

@media only screen and (min-width: 770px) {
  /* line 1136, ../scss/module/_product-list.scss */
  .category-id-card-printers #tierOneShopByBrand h3 {
    width: 615px;
  }
  /* line 1138, ../scss/module/_product-list.scss */
  .category-id-card-printers #tierOneShopByBrand h3 .min {
    display: none;
  }
  /* line 1141, ../scss/module/_product-list.scss */
  .category-id-card-printers #tierOneShopByBrand h3 .max {
    display: inline;
  }
}
/* line 1152, ../scss/module/_product-list.scss */
#tierOneAdditionalOptions .brandItemWrapper .brandItem img {
  width: 75%;
}

/* line 1158, ../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 1168, ../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 1184, ../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 1189, ../scss/module/_product-list.scss */
#tierOneShopByIndustry .industryItemWrapper {
  float: left;
  padding-left: 2%;
  padding-right: 2%;
  width: 100%;
}
/* line 1195, ../scss/module/_product-list.scss */
#tierOneShopByIndustry .industryItemWrapper ul {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
/* line 1200, ../scss/module/_product-list.scss */
#tierOneShopByIndustry .industryItemWrapper ul li {
  line-height: 1.4em;
  padding-top: 16px;
}

/* line 1207, ../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 1217, ../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 1232, ../scss/module/_product-list.scss */
#tierOneHowToChoose img {
  width: 70%;
  height: auto;
  margin: 0 auto;
}
/* line 1237, ../scss/module/_product-list.scss */
#tierOneHowToChoose .howToChooseContent {
  margin-top: 30px;
  padding: 0 2.5%;
}
/* line 1241, ../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 1247, ../scss/module/_product-list.scss */
#tierOneHowToChoose .howToChooseContent p {
  color: #636363;
}
/* line 1250, ../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: #901f18;
  padding-left: 25px;
  padding-right: 25px;
  float: none;
  width: auto;
  height: auto;
  background-image: none;
}
/* line 1270, ../scss/module/_product-list.scss */
#tierOneHowToChoose .howToChooseContent .buyersGuideLink:hover {
  background: #17b5ee;
}

/* line 1276, ../scss/module/_product-list.scss */
#tierOneTopProducts {
  float: left;
  display: inline;
  width: 100%;
  height: auto;
  text-align: center;
  padding-bottom: 55px;
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/elementTopGrayGradient.gif) 0 -1px repeat-x;
  padding-top: 28px;
  margin-top: 2px;
}
/* line 1287, ../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 1296, ../scss/module/_product-list.scss */
#tierOneTopProducts .topProductsContent .category-products .toolbar {
  display: none;
}
/* line 1301, ../scss/module/_product-list.scss */
#tierOneTopProducts .topProductsContent .category-products .products-grid .product-image img {
  max-height: 120px;
  width: auto;
  display: block;
  margin: 0 auto;
}

/* line 1314, ../scss/module/_product-list.scss */
.category-id-card-printers #tierOneTopProducts h3 .max {
  display: none;
}

@media only screen and (min-width: 770px) {
  /* line 1321, ../scss/module/_product-list.scss */
  .category-id-card-printers #tierOneTopProducts h3 {
    width: 545px;
  }
  /* line 1323, ../scss/module/_product-list.scss */
  .category-id-card-printers #tierOneTopProducts h3 .min {
    display: none;
  }
  /* line 1326, ../scss/module/_product-list.scss */
  .category-id-card-printers #tierOneTopProducts h3 .max {
    display: inline;
  }
}
/* line 1332, ../scss/module/_product-list.scss */
.tierOneSiteTool {
  float: left;
  display: inline;
  width: 100%;
  min-height: 502px;
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/tierOnePrinterComparisonBg@1x.jpg) 0 0 no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/tierOnePrinterComparisonBg@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/tierOnePrinterComparisonBg@2x.jpg) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/tierOnePrinterComparisonBg@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/tierOnePrinterComparisonBg@2x.jpg) 2x);
  background-size: 1280px 380px;
  margin-bottom: 70px;
}
/* line 1351, ../scss/module/_product-list.scss */
.tierOneSiteTool.supplyFinder {
  margin-bottom: 0;
  cursor: pointer;
}
/* line 1355, ../scss/module/_product-list.scss */
.tierOneSiteTool.customLanyard {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/tierOneCusomeLanyardToolBg@1x.jpg) 0 0 no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/tierOneCusomeLanyardToolBg@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/tierOneCusomeLanyardToolBg@2x.jpg) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/tierOneCusomeLanyardToolBg@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/tierOneCusomeLanyardToolBg@2x.jpg) 2x);
  background-size: 1280px 380px;
  cursor: pointer;
}
/* line 1371, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent {
  width: 100%;
  min-height: 512px;
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/printerComparisonContentBg@1x.png) 95% 54% no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/printerComparisonContentBg@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/printerComparisonContentBg@2x.png) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/printerComparisonContentBg@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/printerComparisonContentBg@2x.png) 2x);
  background-size: 328px auto;
  padding: 28px 1% 0 1%;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
/* line 1391, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent.supplyFinder {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/supplyFinderContentBg@1x.png) 100% 55% no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/supplyFinderContentBg@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/supplyFinderContentBg@2x.png) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/supplyFinderContentBg@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/supplyFinderContentBg@2x.png) 2x);
  background-size: 328px auto;
  min-height: 468px;
}
/* line 1406, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent.customLanyard {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/customLanyardToolContentBg@1x.png) 95% 51% no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/customLanyardToolContentBg@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/customLanyardToolContentBg@2x.png) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/customLanyardToolContentBg@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/customLanyardToolContentBg@2x.png) 2x);
  background-size: 328px auto;
}
/* line 1421, ../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 1427, ../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 1433, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent h3 br,
.tierOneSiteTool .siteToolContent span br {
  display: none;
}
/* line 1437, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent p {
  color: #ccc;
  width: 100%;
  margin: 0 auto;
}
/* line 1442, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect {
  max-width: 572px;
  width: 100%;
  height: 228px;
  margin: 0 auto;
  background: url(/skin/frontend/alphacard/alphacard_theme_three/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 1456, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect.supplyFinder {
  height: 189px;
  max-width: 450px;
}
/* line 1460, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect.customLanyard {
  max-width: 600px;
}
/* line 1464, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight {
  width: 100%;
  height: 228px;
  padding-right: 14px;
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/pcSelectBoxBg-R.png) 100% 0 no-repeat;
  background-size: 14px 144px;
}
/* line 1471, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner {
  width: 100%;
  height: 228px;
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/pcSelectBoxBg-Inner.png) 0 0 repeat-x;
  background-size: 1px 144px;
  padding-top: 9px;
  position: relative;
}
/* line 1479, ../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 1487, ../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 1499, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner form {
  float: left;
}
/* line 1502, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner form #volumeCol {
  margin-top: 2px;
  width: 50%;
  float: left;
  padding-left: 7%;
}
/* line 1508, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner form #brandCol {
  margin-top: 2px;
  width: 50%;
  float: left;
  margin-bottom: 10px;
  padding-left: 15%;
}
/* line 1515, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner form #userCol {
  margin: 0 auto;
  width: 36%;
}
/* line 1519, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner form .optionItem {
  margin-top: 17px;
  width: 100%;
  float: left;
  cursor: pointer;
}
/* line 1525, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner form .optionItem label {
  margin-left: 7px;
  font-size: 14px;
  float: left;
  line-height: 17px;
  cursor: pointer;
}
/* line 1532, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner form .optionItem input {
  margin-top: 3px;
  float: left;
  cursor: pointer;
}
/* line 1539, ../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: #901f18;
  text-decoration: none;
  width: 40%;
  text-align: center;
}
/* line 1561, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #expertHelpLink:hover {
  background-color: #17b5ee;
}
/* line 1567, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.supplyFinder form {
  float: none;
  width: 90%;
  margin: 20px auto 0 auto;
}
/* line 1572, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.supplyFinder form select {
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
}
/* line 1577, ../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: #901f18;
  text-decoration: none;
  width: 62%;
  text-align: center;
}
/* line 1592, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.supplyFinder form #findSuppliesLink:hover {
  background-color: #17b5ee;
}
/* line 1600, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.customLanyard form {
  float: none;
  width: 80%;
  margin: 20px auto 0 auto;
}
/* line 1605, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.customLanyard form label {
  color: #636363;
}
/* line 1608, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.customLanyard form label span {
  color: #636363;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
}
/* line 1616, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.customLanyard form select {
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
}
/* line 1621, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.customLanyard form input {
  width: 100%;
}
/* line 1624, ../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: #901f18;
  text-decoration: none;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
/* line 1640, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.customLanyard form #customLanyardLink:hover {
  background-color: #17b5ee;
}
/* line 1650, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect.printerComparison .siteToolSelectRight {
  height: 154px;
}
/* line 1653, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect.printerComparison .siteToolSelectRight .siteToolSelectInner {
  height: 154px;
}
/* line 1656, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect.printerComparison .siteToolSelectRight .siteToolSelectInner form {
  float: none;
  max-width: 275px;
  margin: 0 auto;
}
/* line 1661, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect.printerComparison .siteToolSelectRight .siteToolSelectInner form #volumeCol {
  margin: 11px auto 0;
  width: 100%;
  float: none;
  padding-left: 0;
}
/* line 1667, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect.printerComparison .siteToolSelectRight .siteToolSelectInner form #volumeCol select {
  width: 100%;
  height: 30px;
  cursor: pointer;
}
/* line 1673, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect.printerComparison .siteToolSelectRight .siteToolSelectInner form #brandCol {
  margin: 6px auto 0;
  width: 100%;
  float: none;
  padding-left: 0;
}
/* line 1679, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect.printerComparison .siteToolSelectRight .siteToolSelectInner form #brandCol select {
  width: 100%;
  height: 30px;
  cursor: pointer;
}
/* line 1685, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect.printerComparison .siteToolSelectRight .siteToolSelectInner form #userCol {
  margin: 8px auto 0;
  width: 100%;
  max-width: 195px;
  float: none;
}
/* line 1691, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect.printerComparison .siteToolSelectRight .siteToolSelectInner form #userCol .optionItem {
  margin-top: 5px;
}
/* line 1694, ../scss/module/_product-list.scss */
.tierOneSiteTool .siteToolContent .siteToolSelect.printerComparison .siteToolSelectRight .siteToolSelectInner form #userCol .optionItem input {
  margin-top: 1px;
}
/* line 1707, ../scss/module/_product-list.scss */
.tierOneSiteTool.printerComparison {
  margin-bottom: 0;
}

/* line 1711, ../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 1721, ../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 1737, ../scss/module/_product-list.scss */
#tierOneLearningCenter .learningCenterContent {
  float: left;
  display: inline;
  margin: 0 2%;
}
/* line 1742, ../scss/module/_product-list.scss */
#tierOneLearningCenter .learningCenterContent p {
  color: #636363;
  padding: 0 2%;
}
/* line 1747, ../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 1752, ../scss/module/_product-list.scss */
#tierOneLearningCenter #verticalTab {
  margin-top: 48px !important;
}
/* line 1755, ../scss/module/_product-list.scss */
#tierOneLearningCenter ul.resp-tabs-list,
#tierOneLearningCenter p {
  margin: 0;
  padding: 0;
}
/* line 1762, ../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 1774, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-tabs-container {
  padding: 0;
  background-color: #fff;
  clear: left;
}
/* line 1779, ../scss/module/_product-list.scss */
#tierOneLearningCenter h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
/* line 1784, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-tab-content {
  display: none;
  padding: 15px;
}
/* line 1788, ../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 1796, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-content-active,
#tierOneLearningCenter .resp-accordion-active {
  display: block;
}
/* line 1800, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-tab-content {
  border: 1px solid #c1c1c1;
}
/* line 1803, ../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 1817, ../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 1831, ../scss/module/_product-list.scss */
#tierOneLearningCenter h2.resp-tab-active {
  border-bottom: 0 solid #c1c1c1 !important;
  margin-bottom: 0 !important;
  padding: 20px 34px !important;
  position: relative;
}
/* line 1837, ../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: 0;
  margin-top: 0;
}
/* line 1853, ../scss/module/_product-list.scss */
#tierOneLearningCenter h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
/* line 1860, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
/* line 1864, ../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 1871, ../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 1881, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content {
  border: none;
  text-align: left;
  padding-bottom: 60px;
}
/* line 1886, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content p {
  color: #636363;
  margin-bottom: 10px;
  padding: 0;
}
/* line 1891, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content ul {
  list-style-type: disc;
  padding-left: 17px;
}
/* line 1895, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content ul li {
  font-size: 16px;
  line-height: 1.4em;
  padding-bottom: 4px;
  color: #636363;
}
/* line 1902, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content ul + p {
  margin-top: 20px;
}
/* line 1908, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content img.accordionContentImg.main {
  margin: 20px auto;
  height: auto;
  width: 100%;
}
/* line 1916, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content h2.tabContentH2 {
  display: none;
}
/* line 1919, ../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 1926, ../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 1934, ../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: #901f18;
  background-image: none;
  width: 100%;
  float: none;
  height: auto;
}
/* line 1952, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContentMoreInfo a:hover {
  background: #17b5ee;
}
/* line 1955, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContentMoreInfo a span {
  display: none;
}
/* line 1960, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid {
  width: 100%;
  padding: 0 4%;
  margin-top: 35px;
  float: left;
}
/* line 1966, ../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 1974, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem p {
  width: 70%;
  margin: 0 auto;
}
/* line 1978, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem p.label {
  font-weight: bold;
  color: #363636;
  width: 100%;
}
/* line 1984, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.business {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-business.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 1988, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.membership {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-membership.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 1992, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.promotional {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-promo.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 1996, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.keytag {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-keytag.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 2000, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.loyalty {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-loyalty.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 2004, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.gift {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-gift.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 2008, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.greeting {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-greeting.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 2012, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.event {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-event.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 2016, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.visitor {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-visitor.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 2020, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.cashless {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-cashless.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 2024, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.attendance {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-attendance.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 2028, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.accesscontrol {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-accesscontrol.gif) 50% 0 no-repeat;
  background-size: 123px 90px;
}
/* line 2032, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.printer {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-printer.gif) 50% 0 no-repeat;
  background-size: 94px auto;
}
/* line 2036, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.software {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-software.gif) 50% 0 no-repeat;
  background-size: 94px auto;
}
/* line 2040, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.cards {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-cards.gif) 50% 0 no-repeat;
  background-size: 94px auto;
}
/* line 2044, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.ribbon {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ribbon.gif) 50% 0 no-repeat;
  background-size: 94px auto;
}
/* line 2048, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.camera {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-camera.gif) 50% 0 no-repeat;
  background-size: 94px auto;
}
/* line 2052, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.cleaningkit {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-cleaningkit.gif) 50% 0 no-repeat;
  background-size: 94px auto;
}
/* line 2056, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.barcode {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-barcode.gif) 50% 20px no-repeat;
  background-size: 94px auto;
}
/* line 2060, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.magstripe {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-magstripe.gif) 50% 20px no-repeat;
  background-size: 94px auto;
}
/* line 2064, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.proximitycard {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-proximitycard.gif) 50% 0 no-repeat;
  background-size: 94px auto;
  padding-top: 135px;
}
/* line 2069, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.smartcard {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-smartcard.gif) 50% 20px no-repeat;
  background-size: 94px auto;
}
/* line 2073, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.ymco {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymco@1x.jpg) 50% 0 no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymco@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymco@2x.jpg) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymco@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymco@2x.jpg) 2x);
  background-size: 213px auto;
  padding-top: 128px;
}
/* line 2088, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.ymckok {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymckok@1x.jpg) 50% 0 no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymckok@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymckok@2x.jpg) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymckok@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymckok@2x.jpg) 2x);
  background-size: 213px auto;
  padding-top: 128px;
}
/* line 2103, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.halfpanel {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-halfpanel@1x.jpg) 50% 0 no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-halfpanel@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-halfpanel@2x.jpg) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-halfpanel@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-halfpanel@2x.jpg) 2x);
  background-size: 213px auto;
  padding-top: 128px;
}
/* line 2118, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.monochrome {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-monochrome@1x.jpg) 50% 0 no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-monochrome@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-monochrome@2x.jpg) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-monochrome@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-monochrome@2x.jpg) 2x);
  background-size: 213px auto;
  padding-top: 128px;
}
/* line 2133, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.ymc {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymc@1x.jpg) 50% 0 no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymc@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymc@2x.jpg) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymc@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymc@2x.jpg) 2x);
  background-size: 213px auto;
  padding-top: 128px;
}
/* line 2148, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.ymck {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymck@1x.jpg) 50% 0 no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymck@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymck@2x.jpg) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymck@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymck@2x.jpg) 2x);
  background-size: 213px auto;
  padding-top: 128px;
}
/* line 2163, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.ymckk {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymckk@1x.jpg) 50% 0 no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymckk@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymckk@2x.jpg) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymckk@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymckk@2x.jpg) 2x);
  background-size: 213px auto;
  padding-top: 128px;
}
/* line 2178, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem.ymcki {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymcki@1x.jpg) 50% 0 no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymcki@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymcki@2x.jpg) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymcki@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/gridItemIcon-ymcki@2x.jpg) 2x);
  background-size: 213px auto;
  padding-top: 128px;
}
/* line 2195, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .iconListItem {
  margin-top: 40px;
}
/* line 2198, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .iconListItem .inlineIcon {
  margin: 0 auto;
}
/* line 2201, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .iconListItem h5 {
  text-transform: capitalize;
  color: #636363;
  font-size: 16px;
}
/* line 2208, ../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 2214, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .iconListItem a.more {
  padding-right: 14px;
  position: relative;
}
/* line 2218, ../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 #901f18;
  border-right: none;
  top: 25%;
  right: 0;
}
/* line 2235, ../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 2242, ../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 2252, ../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 2261, ../scss/module/_product-list.scss */
#tierOneLearningCenter h2.resp-tab-active {
  background: #fff !important;
  border: none;
}
/* line 2266, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-easy-accordion h2.resp-accordion {
  display: block;
}
/* line 2269, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}
/* line 2273, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}
/* line 2276, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-jfit {
  width: 100%;
  margin: 0;
}
/* line 2280, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-tab-content-active {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
/* line 2287, ../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 2293, ../scss/module/_product-list.scss */
  #tierOneLearningCenter ul.resp-tabs-list {
    display: none;
  }
  /* line 2296, ../scss/module/_product-list.scss */
  #tierOneLearningCenter h2.resp-accordion {
    display: block;
  }
  /* line 2299, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content {
    border-top: 1px solid #c1c1c1;
  }
  /* line 2302, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  /* line 2309, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-accordion-closed {
    display: none !important;
  }
}

/* line 2315, ../scss/module/_product-list.scss */
#tierOneExpertHelp {
  width: 100%;
  height: auto;
  background-color: #e4f0f8;
  margin-top: 7px;
  float: left;
  display: inline;
}
/* line 2323, ../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@1x.png) 61% 110% no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/needExpertHelpCalloutBg-2@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/needExpertHelpCalloutBg-2@2x.png) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/needExpertHelpCalloutBg-2@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/needExpertHelpCalloutBg-2@2x.png) 2x);
  background-size: 558px auto;
}
/* line 2343, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent {
  width: 155px;
  text-align: center;
  margin-top: 31px;
}
/* line 2348, ../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 2357, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent p {
  color: #636363;
  line-height: 21px;
}
/* line 2361, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .expertHelpPhone {
  display: block;
  color: #901f18;
  font-weight: bold;
  float: left;
  margin-left: 13px;
}
/* line 2368, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .expertHelpPhone a {
  font-size: 19px;
  color: #901f18;
  font-weight: bold;
}
/* line 2373, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .expertHelpPhone a:hover {
  text-decoration: none;
}
/* line 2377, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .expertHelpPhone .calltext {
  display: none;
}
/* line 2381, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent a {
  display: block;
  line-height: 20px;
  font-weight: bold;
  margin-top: 7px;
}
/* line 2387, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent a span {
  position: relative;
}
/* line 2390, ../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 #134063;
  border-right: none;
  top: 28%;
  right: -13px;
}
/* line 2406, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper {
  float: left;
  display: inline;
  padding-bottom: 13px;
  margin-top: 10px;
}
/* line 2412, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form {
  float: left;
  display: inline;
  margin: 0 auto;
}
/* line 2417, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form dl {
  margin: 0 0 6px 22px;
  float: left;
  display: inline;
}
/* line 2422, ../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 2430, ../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 2435, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form dl dd input {
  margin-top: 5px;
}
/* line 2438, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form dl dd label {
  margin: 2px 0 0 8px;
  color: #636363;
}
/* line 2444, ../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: #901f18;
  padding: 0 20px;
  margin: 8px 0 16px 12px;
}
/* line 2457, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form a.toNeeds:hover {
  text-decoration: none;
  background: #17b5ee;
}
/* line 2462, ../scss/module/_product-list.scss */
#tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form a.kmPhoneNumber {
  font-size: 18px;
  float: left;
}
/* line 2472, ../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 2490, ../scss/module/_product-list.scss */
#tierOneExpertHelp.prox-expert .expertHelpInner {
  background: url(../images/needProxExpertHelpCalloutBg@1x.png) 38% 110% no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/needProxExpertHelpCalloutBg@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/needProxExpertHelpCalloutBg@2x.png) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/needProxExpertHelpCalloutBg@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/needProxExpertHelpCalloutBg@2x.png) 2x);
  background-size: 558px auto;
}
/* line 2506, ../scss/module/_product-list.scss */
#tierOneExpertHelp.prox-expert .expertHelpInner .formWrapper form dl {
  margin-left: 13px;
}
/* line 2509, ../scss/module/_product-list.scss */
#tierOneExpertHelp.prox-expert .expertHelpInner .formWrapper form dl dd {
  width: 165px;
}

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

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

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

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

/*.category-prox-access-control-cards {*/
/* line 2623, ../scss/module/_product-list.scss */
#tierOneProductCategories.proximity .itemContainer p {
  display: none;
}
/* line 2628, ../scss/module/_product-list.scss */
#tierOneProductCategories.proximity .itemContainer .item span {
  font-weight: bold;
  color: #363636;
  font-size: 15px;
  display: inline-block;
}
/* line 2634, ../scss/module/_product-list.scss */
#tierOneProductCategories.proximity .itemContainer .item span span {
  font-weight: normal;
}
/* line 2637, ../scss/module/_product-list.scss */
#tierOneProductCategories.proximity .itemContainer .item span span span {
  font-weight: bold;
  color: #901f18;
}
/* line 2643, ../scss/module/_product-list.scss */
#tierOneProductCategories.proximity .itemContainer .item img {
  width: 70%;
}

/* line 2652, ../scss/module/_product-list.scss */
#tierOneCompareBrands {
  float: left;
  display: inline;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 105px;
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/home/homeShopByBrandMobileBg.gif) 0 -1px repeat-x;
  padding-top: 25px;
  overflow: hidden;
}
/* line 2663, ../scss/module/_product-list.scss */
#tierOneCompareBrands h3 {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: #363636;
  font-size: 27px;
}
/* line 2669, ../scss/module/_product-list.scss */
#tierOneCompareBrands p {
  display: none;
}
/* line 2672, ../scss/module/_product-list.scss */
#tierOneCompareBrands table {
  width: 100%;
  max-width: 1050px;
  margin: 40px auto 0;
  line-height: 1.2;
}
/* line 2682, ../scss/module/_product-list.scss */
#tierOneCompareBrands table thead tr.desktop {
  display: none;
}
/* line 2685, ../scss/module/_product-list.scss */
#tierOneCompareBrands table thead tr.mobile {
  display: table-row;
}
/* line 2690, ../scss/module/_product-list.scss */
#tierOneCompareBrands table thead tr.mobile th img {
  width: 85px;
  height: auto;
  margin: 0 auto;
}
/* line 2697, ../scss/module/_product-list.scss */
#tierOneCompareBrands table thead tr:last-child {
  background-color: #f3f3f3;
}
/* line 2700, ../scss/module/_product-list.scss */
#tierOneCompareBrands table thead tr th {
  width: 33%;
  padding: 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
/* line 2712, ../scss/module/_product-list.scss */
#tierOneCompareBrands table tbody tr {
  border-bottom: 1px solid #d9d9d9;
}
/* line 2715, ../scss/module/_product-list.scss */
#tierOneCompareBrands table tbody tr td {
  width: 33%;
  padding: 5px;
  font-size: 15px;
  text-align: center;
}
/* line 2721, ../scss/module/_product-list.scss */
#tierOneCompareBrands table tbody tr td.highlight {
  color: #901f18;
}
/* line 2724, ../scss/module/_product-list.scss */
#tierOneCompareBrands table tbody tr td.highlight.savings {
  font-style: italic;
  padding-top: 0;
}
/* line 2729, ../scss/module/_product-list.scss */
#tierOneCompareBrands table tbody tr td:nth-of-type(1) {
  font-weight: bold;
  text-align: left;
}
/* line 2733, ../scss/module/_product-list.scss */
#tierOneCompareBrands table tbody tr td img {
  margin: 0 auto;
  width: 13px;
  height: auto;
}
/* line 2738, ../scss/module/_product-list.scss */
#tierOneCompareBrands table tbody tr td a {
  color: #901f18;
  font-weight: bold;
}
/* line 2743, ../scss/module/_product-list.scss */
#tierOneCompareBrands table tbody tr:last-child {
  border-bottom: none;
}
/* line 2746, ../scss/module/_product-list.scss */
#tierOneCompareBrands table tbody tr.no-border {
  border-bottom: none;
}
/* line 2754, ../scss/module/_product-list.scss */
#tierOneCompareBrands.category-prox-cards h3 .max {
  display: none;
}

@media only screen and (min-width: 979px) {
  /* line 2767, ../scss/module/_product-list.scss */
  #tierOneCompareBrands.category-prox-cards h3 .max {
    display: inline;
    padding: 0;
  }
}
/* line 2778, ../scss/module/_product-list.scss */
#tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContentMoreInfo.proximity {
  padding-top: 0;
  border-top: none;
}

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

/* line 2804, ../scss/module/_product-list.scss */
.category-id-card-accessories #tierOneShopByBrand {
  padding-top: 28px;
  margin-top: 15px;
  background: #fff url(/skin/frontend/alphacard/alphacard_theme_three/images/elementTopGrayGradient.gif) 0 -1px repeat-x;
}
/* line 2808, ../scss/module/_product-list.scss */
.category-id-card-accessories #tierOneShopByBrand p {
  color: #636363;
  max-width: 875px;
  margin: 0 auto;
  padding-top: 10px;
}
/* line 2814, ../scss/module/_product-list.scss */
.category-id-card-accessories #tierOneShopByBrand:before {
  display: none;
}

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

/* line 2831, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna {
  font-size: 15px;
  color: #636363;
}
/* line 2834, ../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 2845, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna p:not([class]) {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 2848, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna p:not([class]) strong {
  font-size: 16px;
  color: #363636;
}
/* line 2853, ../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 2861, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna #shopCategoriesBlock {
  float: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
/* line 2866, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna #shopCategoriesBlock #shopCategoriesBlockHdr {
  margin: 0 2.5%;
  width: 95%;
}
/* line 2870, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna #shopCategoriesBlock a.brandCatItem {
  display: inline-block;
  background: none;
}
/* line 2875, ../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 2886, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-fna img {
  display: none;
}
/* line 2889, ../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 2905, ../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 2911, ../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 2917, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-fna #seo-inline-fna-form .questionWrap {
  margin-bottom: 10px;
}
/* line 2920, ../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: #636363;
}
/* line 2928, ../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 2933, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-fna #seo-inline-fna-form .selectorSubmit {
  color: #ffffff;
  background: #901f18;
  border: 1px solid #901f18;
  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 2945, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-fna #seo-inline-fna-form .selectorSubmit:hover {
  background: #17b5ee;
  border: 1px solid #17b5ee;
}
/* line 2952, ../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 2961, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-buyers-guide img {
  width: 70%;
  height: auto;
  margin: 0 auto;
}
/* line 2966, ../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 2970, ../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 2979, ../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 2984, ../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: #901f18;
  padding-left: 25px;
  padding-right: 25px;
  float: none;
  width: auto;
  height: auto;
  background-image: none;
}
/* line 3001, ../scss/module/_product-list.scss */
#two-columns-left-cms-fna .seo-inline-buyers-guide .seo-buyers-guide-content .buyersGuideLink:hover {
  background-color: #17b5ee;
}

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

  /* line 3036, ../scss/module/_product-list.scss */
  .tierOneSiteTool {
    margin-bottom: 0;
  }
  /* line 3039, ../scss/module/_product-list.scss */
  .tierOneSiteTool.customLanyard {
    min-height: 625px;
  }
  /* line 3045, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.supplyFinder {
    background-position: 100% 50%;
    background-size: 370px auto;
  }
  /* line 3049, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.supplyFinder p {
    width: 80%;
  }
  /* line 3053, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.customLanyard {
    background-position: 100% 48%;
    background-size: 370px auto;
  }
  /* line 3057, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.customLanyard p {
    width: 80%;
  }
  /* line 3067, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #volumeCol {
    width: 33%;
    padding-left: 5%;
  }
  /* line 3071, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #brandCol {
    width: 33%;
    padding-left: 10%;
  }
  /* line 3075, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #userCol {
    width: 33%;
    float: left;
    padding-left: 5%;
  }
  /* line 3080, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #userCol .optionItem {
    margin-top: 17px;
  }
  /* line 3084, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #expertHelpLink {
    bottom: 0;
  }
  /* line 3089, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.printerComparison #expertHelpLink {
    bottom: -33px;
  }
  /* line 3097, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight.supplyFinder p span {
    display: inline;
  }
  /* line 3101, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight.supplyFinder form {
    width: 80%;
  }
  /* line 3108, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight.customLanyard p span {
    display: inline;
  }
  /* line 3112, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight.customLanyard form {
    width: 80%;
  }

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

  /* line 3161, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent {
    width: 241px;
  }
  /* line 3164, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .expertHelpPhone {
    margin-left: 44px;
  }
  /* line 3168, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper {
    margin-top: 15px;
  }
  /* line 3171, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form {
    width: 217px;
    padding-left: 41px;
  }
  /* line 3175, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form a.toNeeds {
    margin-left: 2px;
  }
  /* line 3191, ../scss/module/_product-list.scss */
  #tierOneExpertHelp.prox-expert .expertHelpInner .formWrapper form dl {
    margin-left: 3px;
  }

  /* line 3216, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid {
    padding-bottom: 60px;
  }
  /* line 3221, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem p {
    width: 85%;
  }
  /* line 3224, ../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;
  }

  /*.category-prox-access-control-cards {*/
  /* line 3240, ../scss/module/_product-list.scss */
  #tierOneCompareBrands {
    padding-left: 2%;
    padding-right: 2%;
  }
  /* line 3244, ../scss/module/_product-list.scss */
  #tierOneCompareBrands table {
    width: 100%;
    margin-top: 40px;
  }
  /* line 3256, ../scss/module/_product-list.scss */
  #tierOneCompareBrands table thead tr.mobile th img {
    width: 130px;
  }
  /* line 3261, ../scss/module/_product-list.scss */
  #tierOneCompareBrands table thead tr th {
    border-left: 1px solid #d9d9d9;
    color: #363636;
  }
  /* line 3265, ../scss/module/_product-list.scss */
  #tierOneCompareBrands table thead tr th:nth-of-type(1) {
    border-left: none;
  }
  /* line 3276, ../scss/module/_product-list.scss */
  #tierOneCompareBrands table tbody tr td {
    border-left: 1px solid #d9d9d9;
    color: #636363;
  }
  /* line 3280, ../scss/module/_product-list.scss */
  #tierOneCompareBrands table tbody tr td:nth-of-type(1) {
    border-left: none;
    color: #363636;
  }

  /*}*/
}
@media only screen and (min-width: 600px) {
  /* line 3297, ../scss/module/_product-list.scss */
  .category-description.nomobile {
    width: 100%;
    height: 358px;
    background-size: 1280px 358px !important;
    position: relative;
  }
  /* line 3303, ../scss/module/_product-list.scss */
  .category-description.nomobile h1,
  .category-description.nomobile h3 {
    font-size: 41px;
    line-height: 41px;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #636363;
    text-transform: inherit;
    float: right;
    width: 310px;
    padding-top: 48px;
    margin-bottom: 7px;
  }
  /* line 3316, ../scss/module/_product-list.scss */
  .category-description.nomobile p {
    width: 307px;
    padding-right: 5px;
    line-height: 25px;
    float: right;
    clear: both;
    margin-bottom: 5px;
    color: #636363;
  }
  /* line 3325, ../scss/module/_product-list.scss */
  .category-description.nomobile ul {
    float: right;
    clear: both;
    width: 310px;
    margin-bottom: 5px;
  }
  /* line 3331, ../scss/module/_product-list.scss */
  .category-description.nomobile ul li {
    margin-left: 19px;
    color: #636363;
    line-height: 25px;
    font-size: 16px;
  }
  /* line 3337, ../scss/module/_product-list.scss */
  .category-description.nomobile ul li.see-more-link {
    list-style-type: none;
    margin: 5px 0 0 0;
  }
  /* line 3341, ../scss/module/_product-list.scss */
  .category-description.nomobile ul li.see-more-link a {
    font-weight: bold;
    position: relative;
  }
  /* line 3345, ../scss/module/_product-list.scss */
  .category-description.nomobile 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 #134063;
    border-right: none;
    top: 21%;
    right: -14px;
  }
  /* line 3362, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1 {
    padding-right: 30px;
  }
  /* line 3365, ../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 3373, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.printers h3 {
    text-align: right;
    width: 330px;
  }
  /* line 3377, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.printers .marqueeSelectorForm {
    width: 320px;
    height: 213px;
    position: absolute;
    bottom: 0;
    right: 29px;
  }
  /* line 3384, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.printers .marqueeSelectorForm .questionWrap {
    display: block;
    float: right;
    margin-bottom: 3px;
  }
  /* line 3389, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.printers .marqueeSelectorForm .questionWrap select {
    width: 145px;
    float: right;
  }
  /* line 3393, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.printers .marqueeSelectorForm .questionWrap label {
    font-size: 15px;
    margin-right: 7px;
    color: #636363;
  }
  /* line 3399, ../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 3414, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.printers .marqueeSelectorForm .selectorSubmit:hover {
    background: #17b5ee;
    border: 1px solid #17b5ee;
  }
  /* line 3424, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.systems h1,
  .category-description.nomobile.tier1.systems h3 {
    text-align: right;
    width: 330px;
  }
  /* line 3428, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.systems .marqueeSelectorForm {
    width: 320px;
    height: 213px;
    position: absolute;
    bottom: 0;
    right: 29px;
  }
  /* line 3435, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.systems .marqueeSelectorForm .questionWrap {
    display: block;
    float: right;
    margin-bottom: 3px;
  }
  /* line 3440, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.systems .marqueeSelectorForm .questionWrap select {
    width: 145px;
    float: right;
  }
  /* line 3444, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.systems .marqueeSelectorForm .questionWrap label {
    font-size: 15px;
    margin-right: 7px;
    color: #636363;
  }
  /* line 3450, ../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 3465, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.systems .marqueeSelectorForm .selectorSubmit:hover {
    background: #17b5ee;
    border: 1px solid #17b5ee;
  }
  /* line 3473, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.software {
    padding-right: 0;
  }
  /* line 3476, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.software h3 {
    font-size: 41px;
    line-height: 41px;
  }
  /* line 3480, ../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: #901f18;
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 3493, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.software a.button:hover {
    background-color: #17b5ee;
  }
  /* line 3498, ../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 3504, ../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 3509, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.proximity-access-control {
    padding-right: 30px;
  }
  /* line 3512, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.proximity-access-control h1 {
    text-align: center;
    width: 352px;
    font-size: 41px;
    line-height: 41px;
  }
  /* line 3518, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.proximity-access-control form {
    float: right;
    clear: both;
    width: 225px;
    margin: 15px 53px 0;
  }
  /* line 3524, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.proximity-access-control form dl {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 0;
  }
  /* line 3530, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.proximity-access-control form dl dt {
    float: left;
    display: inline;
    font-size: 16px;
    color: #636363;
    margin: 2px 14px 0 0;
  }
  /* line 3537, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.proximity-access-control form dl label,
  .category-description.nomobile.tier1.proximity-access-control form dl input {
    cursor: pointer;
    color: #636363;
  }
  /* line 3543, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.proximity-access-control form .button {
    color: #ffffff;
    background: #901f18;
    border: 1px solid #901f18;
    padding: 5px 15px 5px 15px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    margin-top: 13px;
  }
  /* line 3555, ../scss/module/_product-list.scss */
  .category-description.nomobile.tier1.proximity-access-control form .button:hover {
    background: #17b5ee;
    border: 1px solid #17b5ee;
  }
  /* line 3563, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 202px;
    height: 315px;
    padding: 56px 10px 0 10px;
    /*background: url(/skin/frontend/alphacard/alphacard_theme_three/images/Marquee-Site-Tool-Links-Gradient.png) 0 0 no-repeat;
    background-color: rgba(255, 255, 255, 0.8);*/
    background-color: #fff;
    text-align: center;
  }
  /* line 3575, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule h3 {
    font-size: 24px;
    line-height: 26px;
    text-transform: none;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    color: #363636;
    margin: 0 auto 10px auto;
    width: 100% !important;
    text-align: center !important;
    padding-top: 0 !important;
  }
  /* line 3587, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule p {
    position: static;
    width: 100%;
    line-height: 21px;
    font-size: 18px;
    color: #636363;
    padding-right: 0;
    float: none;
    margin: 0 auto 20px auto;
  }
  /* line 3597, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule a {
    color: #ffffff;
    background: #83201a;
    border: 1px solid #83201a;
    padding: 5px 15px 5px 15px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-family: "Helvetica Neue", Arial, sans-serif;
  }
  /* line 3611, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule a:hover {
    background: #17b5ee;
    border: 1px solid #17b5ee;
  }
  /* line 3615, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule a:after {
    display: none;
  }
  /* line 3619, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .txt-short {
    display: none;
  }
  /* line 3622, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule .txt-long {
    display: inline;
  }
  /* line 3625, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule span.notice {
    font-size: 14px;
    font-style: italic;
    color: #636363;
    display: block;
    font-weight: normal;
    line-height: 15px;
    margin-top: 15px;
  }
  /* line 3637, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.systems,
  .category-description.nomobile .marqueemodule.proxcards {
    padding-top: 30px;
    padding-right: 7px;
    padding-left: 7px;
  }
  /* line 3642, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.systems p,
  .category-description.nomobile .marqueemodule.proxcards p {
    width: 175px;
    margin-bottom: 8px;
    float: none;
    color: #636363;
  }
  /* line 3648, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.systems a,
  .category-description.nomobile .marqueemodule.proxcards a {
    padding: 5px 64px 5px 64px;
    margin-top: 8px;
  }
  /* line 3652, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.systems form,
  .category-description.nomobile .marqueemodule.proxcards form {
    float: left;
    display: inline;
    padding-left: 44px;
  }
  /* line 3657, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.systems form dl,
  .category-description.nomobile .marqueemodule.proxcards form dl {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 0;
  }
  /* line 3663, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.systems form dl dt,
  .category-description.nomobile .marqueemodule.systems form dl dd label,
  .category-description.nomobile .marqueemodule.proxcards form dl dt,
  .category-description.nomobile .marqueemodule.proxcards form dl dd label {
    float: left;
    display: inline;
    font-size: 16px;
    color: #636363;
    cursor: pointer;
  }
  /* line 3670, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.systems form dl dt,
  .category-description.nomobile .marqueemodule.proxcards form dl dt {
    margin: 2px 14px 0 0;
  }
  /* line 3673, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.systems form dl dt input,
  .category-description.nomobile .marqueemodule.proxcards form dl dt input {
    cursor: pointer;
  }
  /* line 3680, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.systems a,
  .category-description.nomobile .marqueemodule.proxcards a {
    padding-left: 64px;
    padding-right: 64px;
    margin-top: 8px;
  }
  /* line 3688, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.proxcards h3 {
    width: 90% !important;
    float: none;
  }
  /* line 3692, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.proxcards p {
    width: 135px;
  }
  /* line 3695, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.proxcards form {
    padding-left: 24px;
  }
  /* line 3698, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.proxcards a {
    padding-left: 33px;
    padding-right: 33px;
  }
  /* line 3703, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.software {
    padding-top: 61px;
  }
  /* line 3706, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.software h3 {
    margin-bottom: 14px;
  }
  /* line 3709, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.software p {
    margin-bottom: 17px;
  }
  /* line 3712, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.software span.notice {
    font-size: 14px;
    font-style: italic;
    color: #636363;
    display: block;
    font-weight: normal;
    line-height: 15px;
    margin-top: 15px;
  }
  /* line 3722, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.supplies {
    padding-top: 44px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 3727, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.supplies h3 {
    margin-bottom: 8px;
  }
  /* line 3730, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.supplies p {
    margin-bottom: 11px;
  }
  /* line 3733, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.supplies #supplyLocator {
    width: 202px;
    float: none;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  /* line 3740, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.supplies #supplyLocator select {
    position: static !important;
    width: 158px !important;
    margin-bottom: 10px;
    cursor: pointer;
  }
  /* line 3746, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.supplies #supplyLocator select + select {
    margin-left: 0;
  }
  /* line 3751, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.supplies #supplyLocator .supplyLocatorSubmit {
    display: block;
    margin: 11px auto 0;
    max-width: 159px;
    color: #ffffff;
    background: #83201a;
    border: 1px solid #83201a;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
  }
  /* line 3765, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.supplies #supplyLocator .supplyLocatorSubmit:hover {
    background: #17b5ee;
    border: 1px solid #17b5ee;
    text-decoration: none;
  }
  /* line 3772, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.supplies #supplyLocator #unknownPrinterBubbleLink {
    border: none;
    margin-top: 15px;
    margin-left: 50px;
    padding: 0 5px 0 0;
    display: block;
    text-align: left;
    width: 126px;
    line-height: 14px;
    color: #1d668c;
    font-style: italic;
    text-decoration: none;
    font-size: 12px;
    background: url(../images/unknownPrinterQuestionMark.gif) 100% 48% no-repeat;
    background-position: 96% 42%;
  }
  /* line 3788, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.supplies #supplyLocator #unknownPrinterBubbleLink:hover {
    border: none;
  }
  /* line 3792, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.supplies #supplyLocator #unknownPrinterBubbleWrapper {
    top: 150px;
    left: 72px;
    z-index: 10;
    position: absolute;
    width: 168px;
    margin: 0;
    padding: 0;
  }
  /* line 3801, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.supplies #supplyLocator #unknownPrinterBubbleWrapper #unknownPrinterBubble {
    background-image: none;
    background-color: #fff;
    padding: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
  /* line 3810, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.supplies #supplyLocator #unknownPrinterBubbleWrapper #unknownPrinterBubble #unknownPrinterBubbleInner {
    font-size: 12px;
    color: #0371a8;
    padding: 4px 6px 0;
    text-align: left;
  }
  /* line 3822, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-printers {
    padding-top: 29px;
  }
  /* line 3825, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-printers p {
    margin-bottom: 6px;
  }
  /* line 3828, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-printers a {
    padding: 0;
    background: none;
    border: none;
    color: #134063;
    font-size: 17px;
    letter-spacing: 0;
    text-transform: none;
    height: auto;
    width: auto;
    float: none;
  }
  /* line 3840, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-printers a span {
    position: relative;
  }
  /* line 3843, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-printers 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 #901f18;
    border-right: none;
    float: right;
    top: 18%;
    right: -12px;
  }
  /* line 3859, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-printers img {
    width: 95%;
    height: auto;
    margin: 11px auto 0 auto;
  }
  /* line 3865, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.nff-promo {
    background: url(../images/marqueeModuleBg-NFFPromo.jpg) 50% 0/272px auto no-repeat;
    padding-top: 135px;
    cursor: pointer;
  }
  /* line 3869, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.nff-promo h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 33px;
    text-transform: none;
    color: #fff;
    margin-bottom: 5px;
  }
  /* line 3877, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.nff-promo h3 span {
    text-transform: uppercase;
    font-size: 40px;
    font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    display: block;
  }
  /* line 3885, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.nff-promo a {
    display: inline-block;
    text-align: center;
    padding: 0 16px 0 0;
    font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a1ce28;
    position: relative;
    background: none;
    border: none;
  }
  /* line 3898, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.nff-promo a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #a1ce28;
    border-right: none;
    top: 25%;
    right: 0;
  }
  /* line 3911, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.nff-promo a:hover {
    text-decoration: none;
  }
  /* line 3916, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-systems {
    padding-top: 30px;
    padding-right: 7px;
    padding-left: 7px;
  }
  /* line 3921, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-systems p {
    width: 175px;
    margin-bottom: 8px;
    float: none;
  }
  /* line 3926, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-systems form {
    float: left;
    display: inline;
    padding-left: 44px;
    margin-bottom: 10px;
  }
  /* line 3932, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-systems form dl {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 0;
  }
  /* line 3938, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-systems form dl dt,
  .category-description.nomobile .marqueemodule.tier1-systems form dl dd label {
    float: left;
    display: inline;
    font-size: 16px;
    color: #636363;
    cursor: pointer;
  }
  /* line 3945, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-systems form dl dt {
    margin: 2px 14px 0 0;
  }
  /* line 3950, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-systems a.to-fna {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 14px 0;
    color: #134063;
    position: relative;
    background: none;
    border: none;
    letter-spacing: 0;
  }
  /* line 3960, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-systems a.to-fna: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: 5%;
    right: -14px;
  }
  /* line 3975, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-software {
    padding-top: 30px;
    padding-right: 7px;
    padding-left: 7px;
  }
  /* line 3980, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-software h3 {
    font-size: 24px;
    line-height: 26px;
  }
  /* line 3984, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-software p {
    width: 175px;
    margin-bottom: 8px;
    float: none;
  }
  /* line 3989, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-software form {
    float: left;
    display: inline;
    padding-left: 44px;
    margin-bottom: 10px;
  }
  /* line 3995, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-software form dl {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 0;
  }
  /* line 4001, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-software form dl dt,
  .category-description.nomobile .marqueemodule.tier1-software form dl dd label {
    float: left;
    display: inline;
    font-size: 16px;
    color: #636363;
    cursor: pointer;
  }
  /* line 4008, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-software form dl dt {
    margin: 2px 14px 0 0;
  }
  /* line 4013, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-software a.to-fna {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 14px 0;
    color: #134063;
    position: relative;
    background: none;
    border: none;
    letter-spacing: 0;
  }
  /* line 4023, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-software a.to-fna: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: 5%;
    right: -14px;
  }
  /* line 4040, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-idcards h3,
  .category-description.nomobile .marqueemodule.tier1-lanyards-holders h3,
  .category-description.nomobile .marqueemodule.tier1-cameras-data-capture h3 {
    width: 90% !important;
    float: none;
  }
  /* line 4044, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-idcards h3 br,
  .category-description.nomobile .marqueemodule.tier1-lanyards-holders h3 br,
  .category-description.nomobile .marqueemodule.tier1-cameras-data-capture h3 br {
    display: none;
  }
  /* line 4050, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo {
    padding-top: 30px;
    padding-right: 7px;
    padding-left: 7px;
    background: #fff;
  }
  /* line 4055, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1c639a;
    width: 100%;
    height: 10px;
  }
  /* line 4065, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff !important;
    background: -webkit-linear-gradient(-90deg, #fff, #f0f0f0) !important;
    background: linear-gradient(180deg, #ffffff, #f0f0f0) !important;
    width: 100%;
    height: 20px;
  }
  /* line 4075, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo h3 {
    width: 100%;
    font-size: 19px;
    font-weight: 700;
  }
  /* line 4080, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo p {
    width: 175px;
    margin-bottom: 8px;
    font-size: 16px;
    float: none;
  }
  /* line 4086, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo a {
    margin-top: 8px;
    padding: 5px 29px 5px;
  }
  /* line 4090, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo form {
    float: left;
    display: inline;
    padding-left: 44px;
  }
  /* line 4095, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo form dl {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 0;
  }
  /* line 4101, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo form dl dt,
  .category-description.nomobile .marqueemodule.seo form dl dd label {
    float: left;
    display: inline;
    font-size: 16px;
    color: #636363;
    cursor: pointer;
  }
  /* line 4108, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo form dl dt {
    margin: 2px 14px 0 0;
  }
  /* line 4111, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo form dl dt input {
    cursor: pointer;
  }
  /* line 4120, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt {
    background-image: none;
    background-color: white;
    padding-top: 30px;
    padding-right: 7px;
    padding-left: 7px;
  }
  /* line 4127, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt h3 {
    font-size: 17px;
    line-height: 30px;
    background-color: #f0f0f0;
  }
  /* line 4132, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt p {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    width: 175px;
    margin-bottom: 8px;
    font-size: 15px;
  }
  /* line 4139, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt form {
    float: left;
    display: inline;
    padding-left: 20px;
    margin-bottom: 10px;
    margin-top: 8px;
  }
  /* line 4146, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt form dl {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 0;
  }
  /* line 4152, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt form dl dt,
  .category-description.nomobile .marqueemodule.seo-alt form dl dd label {
    float: left;
    display: inline;
    font-size: 16px;
    color: #636363;
    cursor: pointer;
  }
  /* line 4159, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt form dl dt {
    margin: 0 8px 0 0;
  }
  /* line 4164, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt form dl dd label {
    font-size: 14px;
  }
  /* line 4169, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt form a {
    background: #636363;
    border: 1px solid #636363;
    float: right;
    margin-top: -40px;
    margin-right: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 4178, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt form a:hover {
    text-decoration: none;
    background: #17b5ee;
    border: 1px solid #17b5ee;
  }
  /* line 4185, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt .marqueemodule-phone {
    float: left;
    width: 188px;
    border-top: 1px solid #e8e8e8;
    padding-top: 5px;
    margin-top: 12px;
    margin-left: 1px;
  }
  /* line 4193, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt .marqueemodule-phone .kmPhoneNumber {
    color: #901f18;
    font-weight: bold;
    font-size: 20px;
    padding-left: 23px;
    background: url(../images/icons/icon_phone_large.png) 0 5px no-repeat;
    background-size: 20px 20px;
    border: none;
    letter-spacing: 0;
    margin: 0 auto;
  }
  /* line 4204, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt .marqueemodule-phone p {
    font-size: 13px;
    position: relative;
    width: 100%;
  }
  /* line 4209, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt .marqueemodule-phone p:before {
    content: "";
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    display: inline-block;
    height: 1px;
    position: absolute;
    top: 49%;
    left: 0;
    z-index: 1;
  }
  /* line 4220, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt .marqueemodule-phone p span {
    padding: 0 6%;
    z-index: 2;
    background-color: #fff;
    position: relative;
  }
  /* line 4232, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueeSelectorForm.seo {
    width: 278px;
    height: 218px;
    position: absolute;
    bottom: 0;
    right: 30px;
  }
  /* line 4239, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueeSelectorForm.seo p {
    width: 100%;
    line-height: 21px;
    margin-bottom: 14px;
  }
  /* line 4244, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueeSelectorForm.seo .questionWrap {
    display: block;
    float: right;
    margin-bottom: 3px;
    width: 100%;
  }
  /* line 4250, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueeSelectorForm.seo .questionWrap select {
    float: right;
    width: 145px;
    cursor: pointer;
  }
  /* line 4255, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueeSelectorForm.seo .questionWrap label {
    float: left;
    font-size: 15px;
    margin-right: 7px;
    color: #636363;
  }
  /* line 4263, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueeSelectorForm .selectorSubmit {
    color: #ffffff;
    background: #901f18;
    border: 1px solid #901f18;
    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 4275, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueeSelectorForm .selectorSubmit:hover {
    background: #17b5ee;
    border: 1px solid #17b5ee;
  }
  /* line 4281, ../scss/module/_product-list.scss */
  .category-description.nomobile 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: #901f18;
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
  }
  /* line 4295, ../scss/module/_product-list.scss */
  .category-description.nomobile a.button:hover {
    background-color: #17b5ee;
  }

  /* line 4304, ../scss/module/_product-list.scss */
  body .wrapper.alphacard-systems-printers .category-description h1 {
    color: #fff;
  }
  /* line 4307, ../scss/module/_product-list.scss */
  body .wrapper.alphacard-systems-printers .category-description p {
    color: #c2c2c2;
  }
  /* line 4310, ../scss/module/_product-list.scss */
  body .wrapper.alphacard-systems-printers .category-description ul li {
    color: #c2c2c2;
  }
  /* line 4313, ../scss/module/_product-list.scss */
  body .wrapper.alphacard-systems-printers .category-description ul li.link-to {
    margin-left: 0;
    padding-top: 9px;
    list-style: none;
  }
  /* line 4318, ../scss/module/_product-list.scss */
  body .wrapper.alphacard-systems-printers .category-description ul li.link-to a {
    color: #00bcec;
    position: relative;
  }
  /* line 4322, ../scss/module/_product-list.scss */
  body .wrapper.alphacard-systems-printers .category-description ul li.link-to a:after {
    position: absolute;
    right: -13px;
    top: 3px;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #00bcec;
    border-right: none;
  }

  /* line 4334, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main {
    width: 100%;
    margin-left: -273px;
    padding-left: 304px;
  }

  /* line 4339, ../scss/module/_product-list.scss */
  .col-left {
    display: block;
    width: 273px;
    border-right: 1px solid #e8e8e8;
    padding-right: 27px;
    margin-top: 37px;
    position: relative;
  }
  /* line 4347, ../scss/module/_product-list.scss */
  .col-left #shopByCategory {
    float: left;
    display: inline;
    width: 100%;
  }
  /* line 4352, ../scss/module/_product-list.scss */
  .col-left #shopByCategory #shopByCategoryTtl {
    color: #363636;
    background-color: #e8e8e8;
    font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
    font-size: 21px;
    line-height: 48px;
    padding-left: 13px;
    text-transform: uppercase;
  }
  /* line 4363, ../scss/module/_product-list.scss */
  .col-left #leftNav {
    border-top: none;
    border-bottom: none;
    float: left;
  }
  /* line 4368, ../scss/module/_product-list.scss */
  .col-left #leftNav li {
    width: 100%;
    border-bottom: 1px solid #cecece;
    padding: 10px 0 9px 11px;
    display: block;
    float: left;
  }
  /* line 4375, ../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 4387, ../scss/module/_product-list.scss */
  .col-left #leftNav li a:hover {
    text-decoration: underline;
  }
  /* line 4390, ../scss/module/_product-list.scss */
  .col-left #leftNav li a.open {
    color: #999999;
  }
  /* line 4393, ../scss/module/_product-list.scss */
  .col-left #leftNav li a.active {
    color: #999999;
    pointer-events: none;
    cursor: default;
  }
  /* line 4396, ../scss/module/_product-list.scss */
  .col-left #leftNav li a.active:hover {
    text-decoration: none;
  }
  /* line 4402, ../scss/module/_product-list.scss */
  .col-left #leftNav li a span {
    font-weight: normal;
    font-size: 11px;
  }
  /* line 4409, ../scss/module/_product-list.scss */
  .col-left #leftNav ul {
    margin: 0 0 0 0;
    float: left;
    display: none;
  }
  /* line 4414, ../scss/module/_product-list.scss */
  .col-left #leftNav ul.parent1 {
    margin: 15px 0;
  }
  /* line 4417, ../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 4425, ../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 4436, ../scss/module/_product-list.scss */
  .col-left #leftNav ul li a.active {
    color: #999999;
  }
  /* line 4441, ../scss/module/_product-list.scss */
  .col-left #leftNav ul ul {
    margin: 0 0 0 0;
    float: left;
    display: none;
  }
  /* line 4446, ../scss/module/_product-list.scss */
  .col-left #leftNav ul ul.parent2 {
    margin: 15px 0;
  }
  /* line 4449, ../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 4458, ../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 4469, ../scss/module/_product-list.scss */
  .col-left #leftNav ul ul li a.active {
    color: #999999;
  }
  /* line 4479, ../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 4488, ../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 4497, ../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 4506, ../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 4520, ../scss/module/_product-list.scss */
  .col-left-first {
    display: none;
  }
  /* line 4523, ../scss/module/_product-list.scss */
  .col-left-first .block-title {
    background-color: #e8e8e8;
    padding-left: 13px;
    margin-bottom: 0;
  }
  /* line 4528, ../scss/module/_product-list.scss */
  .col-left-first .block-title strong {
    color: #363636;
    font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
    font-size: 21px;
    line-height: 48px;
  }
  /* line 4535, ../scss/module/_product-list.scss */
  .col-left-first .block-content {
    margin-top: 0;
  }
  /* line 4538, ../scss/module/_product-list.scss */
  .col-left-first .block-content .currently {
    padding: 15px 0 0 11px;
  }
  /* line 4541, ../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 4549, ../scss/module/_product-list.scss */
  .col-left-first .block-content .currently ol {
    padding-left: 0;
  }
  /* line 4552, ../scss/module/_product-list.scss */
  .col-left-first .block-content .currently ol li {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 17px;
  }
  /* line 4557, ../scss/module/_product-list.scss */
  .col-left-first .block-content .currently ol li .btn-remove {
    margin-top: -2px;
  }
  /* line 4560, ../scss/module/_product-list.scss */
  .col-left-first .block-content .currently ol li .btn-remove:after {
    font-size: 15px;
    font-weight: normal;
  }
  /* line 4572, ../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: "Helvetica Neue", Arial, sans-serif;
    color: #363636;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    background-color: #ffffff;
    border: none;
  }
  /* line 4585, ../scss/module/_product-list.scss */
  .col-left-first .block-content dl dd {
    border-bottom: 1px solid #cecece;
  }
  /* line 4588, ../scss/module/_product-list.scss */
  .col-left-first .block-content dl dd ol {
    padding-bottom: 25px;
  }
  /* line 4591, ../scss/module/_product-list.scss */
  .col-left-first .block-content dl dd ol li {
    margin-bottom: 5px;
  }
  /* line 4594, ../scss/module/_product-list.scss */
  .col-left-first .block-content dl dd ol li a {
    font-size: 15px;
    color: #636363;
  }
  /* line 4599, ../scss/module/_product-list.scss */
  .col-left-first .block-content dl dd ol li.filterCollapseWrapper {
    display: none;
  }
  /* line 4602, ../scss/module/_product-list.scss */
  .col-left-first .block-content dl dd ol li.filterCollapseWrapper ol {
    padding-bottom: 0;
  }
  /* line 4608, ../scss/module/_product-list.scss */
  .col-left-first .block-content dl dd ol li.filterCollapseTrigger a {
    color: #134063;
  }
  /* line 4615, ../scss/module/_product-list.scss */
  .col-left-first .block-content dl dd:last-child {
    border-bottom: none;
  }
  /* line 4621, ../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 4629, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna p:not([class]) {
    padding-left: 0;
  }
  /* line 4632, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .cmsList {
    padding-left: 0;
  }

  /* line 4637, ../scss/module/_product-list.scss */
  .products-grid {
    padding-top: 20px;
    background: url(../images/elementTopGrayGradient.gif) 0 -6px repeat-x;
  }
  /* line 4641, ../scss/module/_product-list.scss */
  .products-grid li.item {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    position: relative;
  }
  /* line 4647, ../scss/module/_product-list.scss */
  .products-grid li.item:hover {
    border: 1px solid #cecece;
  }
  /* line 4650, ../scss/module/_product-list.scss */
  .products-grid li.item:hover .actions .button {
    display: block;
  }
  /* line 4655, ../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 4668, ../scss/module/_product-list.scss */
  .products-grid .actions .button {
    background: #17b5ee;
    border: 1px solid #17b5ee;
    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: bold;
    width: 70%;
    margin: 0 auto;
    display: none;
  }
  /* line 4680, ../scss/module/_product-list.scss */
  .products-grid .actions .button.catDiscontinuedBtn {
    background: #eee;
    border: 1px solid #c4c4c4;
    color: #c4c4c4;
  }
  /* line 4690, ../scss/module/_product-list.scss */
  .products-grid .product-info .product-name {
    margin-bottom: 0;
  }
  /* line 4693, ../scss/module/_product-list.scss */
  .products-grid .product-info .product-name:hover {
    text-decoration: underline;
  }
  /* line 4696, ../scss/module/_product-list.scss */
  .products-grid .product-info .product-name a {
    font-size: 15px;
    line-height: 21px;
  }
  /* line 4701, ../scss/module/_product-list.scss */
  .products-grid .product-info .comingsoon {
    background: url(../images/grayDotDivider.gif) repeat-x 0 100%;
    padding-bottom: 9px;
  }
  /* line 4705, ../scss/module/_product-list.scss */
  .products-grid .product-info .addToCartCopy {
    font-size: 15px;
  }
  /* line 4708, ../scss/module/_product-list.scss */
  .products-grid .product-info .price-box .price-label,
  .products-grid .product-info .price-box .retailPrice {
    display: inline;
  }
  /* line 4714, ../scss/module/_product-list.scss */
  .products-grid .product-info .regular-price .price {
    text-decoration: line-through;
    color: #363636;
    font-weight: normal;
  }
  /* line 4719, ../scss/module/_product-list.scss */
  .products-grid .product-info .regular-price .addToCartCopy {
    display: none;
  }
  /* line 4723, ../scss/module/_product-list.scss */
  /* .products-grid .product-info .price-box {
    background: url(../images/grayDotDivider.gif) repeat-x 0 100%;
    padding-bottom: 9px;
  } */
  /* line 4729, ../scss/module/_product-list.scss */
  .products-grid .product-info .price-box .priceRow span {
    font-size: 15px;
  }
  /* line 4732, ../scss/module/_product-list.scss */
  .products-grid .product-info .price-box .priceRow .addToCartCopy {
    display: none;
  }
  /* line 4736, ../scss/module/_product-list.scss */
  .products-grid .product-info .price-box .retailPrice {
    display: block;
    margin-bottom: -3px;
  }
  /* line 4740, ../scss/module/_product-list.scss */
  .products-grid .product-info .price-box .retailPrice.gridView {
    display: block;
  }
  /* line 4743, ../scss/module/_product-list.scss */
  .products-grid .product-info .price-box .retailPrice.listView {
    display: none;
  }
  /* line 4749, ../scss/module/_product-list.scss */
  .products-grid .product-info .price-box .ac-price .price {
    color: #901f18;
    font-weight: bold;
    text-decoration: none;
  }
  /* line 4757, ../scss/module/_product-list.scss */
  .products-grid .product-info .attribute-list {
    list-style-type: disc;
    padding-left: 17px;
    display: block;
    margin-top: 10px;
  }
  /* line 4763, ../scss/module/_product-list.scss */
  .products-grid .product-info .attribute-list li {
    font-size: 15px;
    line-height: 21px;
    color: #636363;
  }
  /* line 4769, ../scss/module/_product-list.scss */
  .products-grid .product-info .compatibleWith {
    display: block;
    font-size: 15px;
    color: #636363;
    line-height: 21px;
    font-style: italic;
  }
  /* line 4776, ../scss/module/_product-list.scss */
  .products-grid .product-info .compatibleWith span {
    font-weight: bold;
  }
  /* line 4779, ../scss/module/_product-list.scss */
  .products-grid .product-info .compatibleWith a {
    position: relative;
  }
  /* line 4782, ../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 #134063;
    border-right: none;
    top: 21%;
    right: -13px;
  }
  /* line 4802, ../scss/module/_product-list.scss */
  .products-grid li.item.ribbonsAndSupplies .product-info .price-box {
    background: none;
    padding-bottom: 0;
  }

  /* line 4810, ../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 4815, ../scss/module/_product-list.scss */
  .products-list li.item {
    position: relative;
  }
  /* line 4818, ../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 4828, ../scss/module/_product-list.scss */
  .products-list .product-image {
    width: 100% !important;
    margin-bottom: 5px;
  }
  /* line 4832, ../scss/module/_product-list.scss */
  .products-list .product-shop {
    width: 100% !important;
    padding-left: 0;
  }
  /* line 4836, ../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 4841, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-name:hover {
    text-decoration: underline;
  }
  /* line 4844, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-name a {
    font-size: 15px;
    line-height: 21px;
    color: #363636;
  }
  /* line 4850, ../scss/module/_product-list.scss */
  .products-list .product-shop .comingsoon a {
    font-size: 15px;
  }
  /* line 4853, ../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 4856, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-primary {
    margin-bottom: 10px;
  }
  /* line 4859, ../scss/module/_product-list.scss */
  .products-list .product-shop .desc {
    padding-right: 0;
    margin-top: 0;
  }
  /* line 4863, ../scss/module/_product-list.scss */
  .products-list .product-shop .desc .link-learn {
    display: none;
  }
  /* line 4866, ../scss/module/_product-list.scss */
  .products-list .product-shop .desc p {
    font-size: 15px;
    line-height: 21px;
    color: #636363;
    margin-bottom: 10px;
    font-style: italic;
  }
  /* line 4875, ../scss/module/_product-list.scss */
  .products-list .product-shop .desc ul li {
    font-size: 15px;
    line-height: 21px;
    color: #636363;
    margin-left: 17px;
  }
  /* line 4884, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-secondary {
    text-align: left;
  }
  /* line 4887, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-secondary .add-to-links {
    display: none;
  }
  /* line 4890, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-secondary .addToCartCopy {
    font-size: 15px;
  }
  /* line 4893, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-secondary .priceBoxLoginForPrice {
    color: #901f18;
    font-size: 24px;
    line-height: 20px;
  }
  /* line 4899, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box {
    width: 100% !important;
  }
  /* line 4902, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .price {
    font-size: 15px;
  }
  /* line 4905, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .yousave-price {
    display: none;
  }
  /* line 4908, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .retailPrice {
    display: block;
    margin-bottom: -3px;
  }
  /* line 4912, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .retailPrice.gridView {
    display: none;
  }
  /* line 4915, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .retailPrice.listView {
    display: block !important;
  }
  /* line 4919, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .regular-price .addToCartCopy {
    display: none;
  }
  /* line 4922, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .regular-price .price {
    text-decoration: line-through;
    color: #363636;
    font-weight: normal;
  }
  /* line 4927, ../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 4935, ../scss/module/_product-list.scss */
  .products-list .product-shop .comingsoon {
    width: 100% !important;
  }
  /* line 4938, ../scss/module/_product-list.scss */
  .products-list .product-shop .action {
    margin-top: 14px;
  }
  /* line 4941, ../scss/module/_product-list.scss */
  .products-list .product-shop .action .button {
    margin: 0 auto;
    display: block;
    width: 70%;
    background: #cccccc;
    border: 1px solid #cccccc;
    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: bold;
  }
  /* line 4958, ../scss/module/_product-list.scss */
  .products-list > li:hover .action .button,
  .products-list .product-image:hover .action .button {
    background: #17b5ee;
    border: 1px solid #17b5ee;
  }
  /* line 4963, ../scss/module/_product-list.scss */
  .products-list > li:hover {
    border-bottom: 1px solid #17b5ee;
  }

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

  /* line 5009, ../scss/module/_product-list.scss */
  .tierOneShopByOptions {
    background: none;
    padding-top: 48px;
    margin-bottom: 40px;
  }
  /* line 5014, ../scss/module/_product-list.scss */
  .tierOneShopByOptions h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #636363;
    font-size: 37px;
    letter-spacing: 5px;
    width: 423px;
    background-color: #fff;
    position: relative;
    z-index: 5;
    margin: 0 auto;
  }
  /* line 5026, ../scss/module/_product-list.scss */
  .tierOneShopByOptions #shopByFeature,
  .tierOneShopByOptions #shopByUse,
  .tierOneShopByOptions #shopIdCards {
    display: none;
  }
  /* line 5029, ../scss/module/_product-list.scss */
  .tierOneShopByOptions .MagicScroll {
    display: block !important;
    margin-top: -26px;
    border-top: 2px solid #f3f3f3;
    height: 278px;
  }
  /* line 5037, ../scss/module/_product-list.scss */
  .tierOneShopByOptions .MagicScroll .mcs-item img {
    width: 90%;
  }
  /* line 5040, ../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: #636363 !important;
    font-size: 21px !important;
    bottom: 3px !important;
  }
  /* line 5051, ../scss/module/_product-list.scss */
  .tierOneShopByOptions .MagicScroll .mcs-item:hover .mcs-caption {
    text-decoration: underline;
  }
  /* line 5056, ../scss/module/_product-list.scss */
  .tierOneShopByOptions .MagicScroll .mcs-button-arrow-prev {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/home/magicscroll-arrows-prev.png) 15% 50% no-repeat;
    background-size: 17px 27px;
  }
  /* line 5060, ../scss/module/_product-list.scss */
  .tierOneShopByOptions .MagicScroll .mcs-button-arrow-prev:before {
    content: "";
  }
  /* line 5064, ../scss/module/_product-list.scss */
  .tierOneShopByOptions .MagicScroll .mcs-button-arrow-next {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/home/magicscroll-arrows-next.png) 85% 50% no-repeat;
    background-size: 17px 27px;
  }
  /* line 5068, ../scss/module/_product-list.scss */
  .tierOneShopByOptions .MagicScroll .mcs-button-arrow-next:before {
    content: "";
  }

  /* line 5075, ../scss/module/_product-list.scss */
  #tierOneShopByBrand,
  #tierOneAdditionalOptions {
    padding-bottom: 90px;
  }
  /* line 5079, ../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 5086, ../scss/module/_product-list.scss */
  #tierOneShopByBrand h3,
  #tierOneAdditionalOptions h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #636363;
    font-size: 37px;
    letter-spacing: 5px;
    width: 568px;
    position: relative;
    z-index: 5;
    margin: 60px auto 0 auto;
    background-color: #f3f3f3;
  }
  /* line 5098, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper,
  #tierOneAdditionalOptions .brandItemWrapper {
    border-top: 2px solid #e8e8e8;
    padding-top: 50px;
    margin-top: -26px;
  }
  /* line 5102, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper .brandItem,
  #tierOneAdditionalOptions .brandItemWrapper .brandItem {
    padding: 20px 0;
    margin-top: 10px;
  }
  /* line 5105, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper .brandItem img,
  #tierOneAdditionalOptions .brandItemWrapper .brandItem img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  /* line 5110, ../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 5118, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper .brandItem:hover .label,
  #tierOneAdditionalOptions .brandItemWrapper .brandItem:hover .label {
    text-decoration: underline;
  }
  /* line 5121, ../scss/module/_product-list.scss */
  #tierOneShopByBrand .brandItemWrapper .brandItem ul,
  #tierOneAdditionalOptions .brandItemWrapper .brandItem ul {
    display: block;
  }
  /* line 5124, ../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 5128, ../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 5149, ../scss/module/_product-list.scss */
  #tierOneShopByBrand.scroller .brandItemWrapper {
    padding-left: 32px;
    padding-right: 32px;
    height: 496px;
    max-width: 583px;
    position: relative;
    overflow: hidden;
    float: none;
    margin: -26px auto 0;
  }
  /* line 5158, ../scss/module/_product-list.scss */
  #tierOneShopByBrand.scroller .brandItemWrapper .scroll-container {
    max-width: 517px;
    width: 517px;
    height: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    position: absolute;
    top: 42px;
    bottom: -17px;
  }
  /* line 5168, ../scss/module/_product-list.scss */
  #tierOneShopByBrand.scroller .brandItemWrapper .scroll-container .brandItem {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    float: none;
    width: 254px;
    min-height: 444px;
  }
  /* line 5177, ../scss/module/_product-list.scss */
  #tierOneShopByBrand.scroller .brandItemWrapper .menuScrollLeft {
    position: absolute;
    top: 250px;
    left: 7px;
    width: 17px;
    height: 27px;
    cursor: pointer;
    background: url(../images/topnav/navScrollLeft.png) 0 0/17px 27px no-repeat;
  }
  /* line 5186, ../scss/module/_product-list.scss */
  #tierOneShopByBrand.scroller .brandItemWrapper .menuScrollRight {
    position: absolute;
    top: 250px;
    left: 558px;
    width: 17px;
    height: 27px;
    cursor: pointer;
    background: url(../images/topnav/navScrollRight.png) 0 0/17px 27px no-repeat;
  }

  /* line 5198, ../scss/module/_product-list.scss */
  #tierOneShopByIndustry {
    padding-bottom: 90px;
  }
  /* line 5201, ../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 5208, ../scss/module/_product-list.scss */
  #tierOneShopByIndustry h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #636363;
    font-size: 37px;
    letter-spacing: 5px;
    width: 475px;
    position: relative;
    z-index: 5;
    margin: 60px auto 0 auto;
    background-color: #f3f3f3;
  }
  /* line 5220, ../scss/module/_product-list.scss */
  #tierOneShopByIndustry .industryItemWrapper {
    margin-top: -26px;
    border-top: 2px solid #e8e8e8;
    padding-top: 50px;
  }
  /* line 5225, ../scss/module/_product-list.scss */
  #tierOneShopByIndustry .industryItemWrapper ul {
    width: 50%;
    float: left;
    display: inline;
  }

  /* line 5232, ../scss/module/_product-list.scss */
  #tierOneHowToChoose {
    padding-top: 95px;
  }
  /* line 5235, ../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 5241, ../scss/module/_product-list.scss */
  #tierOneHowToChoose img {
    max-width: 365px;
  }
  /* line 5246, ../scss/module/_product-list.scss */
  #tierOneHowToChoose .howToChooseContent h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #636363;
    font-size: 37px;
    text-transform: none;
    line-height: 38px;
  }
  /* line 5254, ../scss/module/_product-list.scss */
  #tierOneHowToChoose .howToChooseContent h3 br {
    display: none;
  }

  /* line 5261, ../scss/module/_product-list.scss */
  #tierOneTopProducts {
    padding-top: 90px;
  }
  /* line 5264, ../scss/module/_product-list.scss */
  #tierOneTopProducts h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #636363;
    font-size: 37px;
    text-transform: uppercase;
    line-height: 38px;
    letter-spacing: 5px;
    background-color: #fff;
    width: 474px;
    position: relative;
    margin: 0 auto;
  }
  /* line 5277, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent {
    margin-top: -19px;
    border-top: 2px solid #f3f3f3;
    padding-top: 30px;
  }
  /* line 5282, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-grid {
    padding-top: 0;
    background: none;
  }
  /* line 5286, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-grid li.item {
    width: 50%;
    padding-left: 2%;
    padding-right: 2%;
    position: relative;
  }
  /* line 5292, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-grid > li:nth-child(3n + 1) {
    clear: none;
  }
  /* line 5296, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-list {
    background-image: none;
  }
  /* line 5299, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-list .product-shop {
    /*.regular-price {
        display:block;
    }*/
  }
  /* line 5301, ../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 5305, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-list .product-shop .product-name {
    text-align: left;
  }
  /* line 5311, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-list .product-shop .desc {
    float: none;
  }
  /* line 5314, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-list .product-shop .desc ul {
    margin-bottom: 1.5em;
    text-align: left;
  }

  /* line 5322, ../scss/module/_product-list.scss */
  .tierOneSiteTool {
    margin-bottom: 60px;
    min-height: 380px;
  }
  /* line 5326, ../scss/module/_product-list.scss */
  .tierOneSiteTool.supplyFinder {
    margin-top: 40px;
  }
  /* line 5329, ../scss/module/_product-list.scss */
  .tierOneSiteTool.customLanyard {
    min-height: 545px;
  }
  /* line 5333, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent {
    min-height: 410px;
    background-position: 98% 57%;
    text-align: left;
    padding: 50px 5% 0 5%;
  }
  /* line 5339, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.supplyFinder {
    background-position: 112% 46%;
  }
  /* line 5344, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.supplyFinder h3 span.large,
  .tierOneSiteTool .siteToolContent.supplyFinder h3 br {
    display: inline;
  }
  /* line 5348, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.supplyFinder p {
    width: 44%;
  }
  /* line 5352, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.customLanyard {
    background-position: 133% 69%;
    background-size: 375px auto;
  }
  /* line 5356, ../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 5366, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent p {
    color: #ccc;
    width: 50%;
    margin: inherit;
  }
  /* line 5371, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect {
    height: 144px;
    bottom: 0;
  }
  /* line 5375, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight {
    height: 144px;
  }
  /* line 5378, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner {
    height: 144px;
  }
  /* line 5381, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner p {
    width: auto;
  }
  /* line 5386, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner form #volumeCol {
    margin: 2px 0 0 35px;
    width: 37%;
  }
  /* line 5390, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner form #brandCol {
    margin-top: 2px;
    width: 30%;
    padding-left: 0;
  }
  /* line 5395, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner form #userCol {
    margin-top: 2px;
    width: 23%;
    float: left;
    padding-left: 0;
  }
  /* line 5403, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner form .optionItem label {
    font-size: 16px;
  }
  /* line 5408, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #expertHelpLink {
    position: absolute;
    bottom: -15px;
    left: 420px;
    color: #901f18;
    font-size: 16px;
    background-color: transparent;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    text-align: left;
    width: auto;
  }
  /* line 5421, ../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 #901f18;
    border-right: none;
    top: 29%;
    right: 26px;
  }
  /* line 5437, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.printerComparison #expertHelpLink {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 29px;
    background-color: #901f18;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 43%;
  }
  /* line 5453, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.printerComparison #expertHelpLink:after {
    display: none;
  }
  /* line 5456, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.printerComparison #expertHelpLink:hover {
    background-color: #17b5ee;
  }
  /* line 5463, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.customLanyard form {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/customLanyardSelectBg@1x.jpg) 10% 0 no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/customLanyardSelectBg@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/customLanyardSelectBg@2x.jpg) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/customLanyardSelectBg@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/customLanyardSelectBg@2x.jpg) 2x);
    background-size: 218px 200px;
    float: right;
    padding-right: 30px;
    padding-left: 277px;
    width: 100%;
  }
  /* line 5483, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.customLanyard form label span {
    text-shadow: none;
    line-height: 0;
  }
  /* line 5488, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.customLanyard form select {
    margin-bottom: 9px;
  }
  /* line 5491, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.customLanyard form input {
    width: 100%;
  }
  /* line 5494, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.customLanyard form #customLanyardLink {
    width: 53%;
  }
  /* line 5501, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect.supplyFinder {
    bottom: 14px;
  }
  /* line 5510, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect.printerComparison .siteToolSelectRight .siteToolSelectInner form {
    max-width: 326px;
  }
  /* line 5513, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect.printerComparison .siteToolSelectRight .siteToolSelectInner form #userCol {
    max-width: 205px;
  }
  /* line 5524, ../scss/module/_product-list.scss */
  .tierOneSiteTool.printerComparison {
    min-height: 461px;
    margin-bottom: 40px;
  }

  /* line 5531, ../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 5538, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .learningCenterContent {
    margin-top: -20px;
    border-top: 2px solid #e8e8e8;
    padding-top: 30px;
  }
  /* line 5543, ../scss/module/_product-list.scss */
  #tierOneLearningCenter h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #636363;
    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 5556, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content {
    padding-top: 50px;
  }
  /* line 5561, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content img.accordionContentImg.main {
    width: 80%;
  }
  /* line 5567, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContentMoreInfo a {
    width: 61%;
  }
  /* line 5573, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .iconListItem .inlineIcon {
    float: right;
  }
  /* line 5576, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .iconListItem div {
    width: 80% !important;
  }

  /* line 5586, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner {
    padding-left: 2%;
    background-position: 100% 100%;
    min-height: 440px;
  }
  /* line 5591, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent {
    width: 370px;
    text-align: center;
    margin-top: 0;
  }
  /* line 5596, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent h3 {
    position: static;
    font-size: 41px;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    color: #636363;
    font-weight: 300;
    text-transform: none;
    width: 285px;
    line-height: 43px;
  }
  /* line 5606, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent p {
    padding-bottom: 0;
    width: 235px;
    margin: 0 auto;
  }
  /* line 5611, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .expertHelpPhone {
    font-size: 18px;
    margin-left: 64px;
  }
  /* line 5615, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .expertHelpPhone a {
    font-size: 18px;
  }
  /* line 5619, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .expertHelpPhone .calltext {
    display: inline;
  }
  /* line 5623, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent a {
    font-size: 21px;
    margin-top: 9px;
  }
  /* line 5627, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper {
    margin: 15px 0 0 31px;
  }
  /* line 5630, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form {
    width: 300px;
    padding-left: 90px;
  }
  /* line 5645, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner:before {
    border-right: 86px solid transparent;
    border-left: 86px solid transparent;
    border-top: 56px solid #ffffff;
  }
  /* line 5653, ../scss/module/_product-list.scss */
  #tierOneExpertHelp.prox-expert .expertHelpInner {
    background-position: 100% 110%;
  }
  /* line 5658, ../scss/module/_product-list.scss */
  #tierOneExpertHelp.prox-expert .expertHelpInner .expertHelpContent .formWrapper {
    margin-left: 14px;
  }
  /* line 5663, ../scss/module/_product-list.scss */
  #tierOneExpertHelp.prox-expert .expertHelpInner .expertHelpContent .formWrapper form a.toNeeds {
    margin-left: 2px;
  }

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

  /* line 5698, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneProductCategories {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/elementTopGrayGradient.gif) 0 -1px repeat-x;
    padding-top: 60px;
  }
  /* line 5702, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneProductCategories h1 {
    display: block;
  }
  /* line 5707, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneProductCategories .itemContainer p {
    display: block;
  }
  /* line 5716, ../scss/module/_product-list.scss */
  .category-photo-id-systems .tierOneShopByOptions.tier1-systems-use h3 {
    width: 323px;
  }
  /* line 5723, ../scss/module/_product-list.scss */
  .category-photo-id-systems .tierOneShopByOptions.tier1-systems-use .MagicScroll .mcs-item img {
    width: 55%;
  }
  /* line 5733, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneTopProducts h3 {
    width: 523px;
  }

  /* line 5743, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneProductCategories {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/elementTopGrayGradient.gif) 0 -1px repeat-x;
    padding-top: 60px;
  }
  /* line 5747, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneProductCategories h1 {
    display: block;
  }
  /* line 5752, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneProductCategories .itemContainer p {
    display: block;
    width: 100%;
    max-width: 1090px;
  }
  /* line 5761, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneShopByBrand h3 {
    width: 462px;
  }
  /* line 5766, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneShopByBrand .brandItemWrapper .brandItem {
    min-height: 486px;
  }
  /* line 5768, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneShopByBrand .brandItemWrapper .brandItem img {
    width: 66%;
  }
  /* line 5777, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneTopProducts h3 {
    width: 430px;
  }
  /* line 5787, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tab-content .iconListItem div {
    width: 59% !important;
  }
  /* line 5795, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tab-content.tab-2 .iconListItem div {
    width: 75% !important;
  }

  /* line 5811, ../scss/module/_product-list.scss */
  .category-blank-id-cards #tierOneTopProducts {
    padding-top: 60px;
    margin-top: 0;
  }
  /* line 5815, ../scss/module/_product-list.scss */
  .category-blank-id-cards #tierOneTopProducts h3 {
    width: 539px;
  }
  /* line 5819, ../scss/module/_product-list.scss */
  .category-blank-id-cards .tierOneShopByOptions {
    margin-bottom: 70px;
  }
  /* line 5825, ../scss/module/_product-list.scss */
  .category-blank-id-cards #tierOneShopByBrand h3 {
    width: 476px;
  }
  /* line 5830, ../scss/module/_product-list.scss */
  .category-blank-id-cards #tierOneShopByBrand .brandItemWrapper .brandItem {
    padding-bottom: 40px;
  }
  /* line 5835, ../scss/module/_product-list.scss */
  .category-blank-id-cards #tierOneProductCategories {
    margin-bottom: 40px;
  }
  /* line 5838, ../scss/module/_product-list.scss */
  .category-blank-id-cards #tierOneProductCategories h3 {
    width: 565px;
  }
  /* line 5841, ../scss/module/_product-list.scss */
  .category-blank-id-cards #tierOneProductCategories .itemContainer {
    padding-top: 40px;
  }

  /*.category-prox-access-control-cards {*/
  /* line 5858, ../scss/module/_product-list.scss */
  #tierOneProductCategories.proximity .itemContainer p {
    display: block;
  }
  /* line 5863, ../scss/module/_product-list.scss */
  #tierOneProductCategories.proximity .itemContainer .item img {
    width: 60%;
  }

  /* line 5871, ../scss/module/_product-list.scss */
  #tierOneCompareBrands {
    background: none;
    padding-top: 60px;
  }
  /* line 5875, ../scss/module/_product-list.scss */
  #tierOneCompareBrands h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #636363;
    font-size: 37px;
    letter-spacing: 5px;
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    line-height: 1.4;
  }
  /* line 5888, ../scss/module/_product-list.scss */
  #tierOneCompareBrands h3:before {
    content: "";
    border-bottom: 1px solid #f3f3f3;
    width: 95%;
    display: inline-block;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 2.5%;
    z-index: 1;
  }
  /* line 5899, ../scss/module/_product-list.scss */
  #tierOneCompareBrands h3 span {
    padding: 0 2%;
    z-index: 2;
    background-color: #fff;
    position: relative;
  }
  /* line 5906, ../scss/module/_product-list.scss */
  #tierOneCompareBrands p {
    display: block;
    max-width: 873px;
    margin: 5px auto 0;
    color: #636363;
  }
  /* line 5918, ../scss/module/_product-list.scss */
  #tierOneCompareBrands table thead tr.desktop {
    display: table-row;
  }
  /* line 5921, ../scss/module/_product-list.scss */
  #tierOneCompareBrands table thead tr.mobile {
    display: none;
  }
  /* line 5924, ../scss/module/_product-list.scss */
  #tierOneCompareBrands table thead tr th {
    padding: 10px;
    font-size: 16px;
  }
  /* line 5928, ../scss/module/_product-list.scss */
  #tierOneCompareBrands table thead tr th img {
    width: 150px;
    height: auto;
    margin: 0 auto;
  }
  /* line 5935, ../scss/module/_product-list.scss */
  #tierOneCompareBrands table thead tr th.hid img {
    width: 140px;
  }
  /* line 5947, ../scss/module/_product-list.scss */
  #tierOneCompareBrands table tbody tr td {
    padding: 10px;
    font-size: 16px;
  }
  /* line 5951, ../scss/module/_product-list.scss */
  #tierOneCompareBrands table tbody tr td:nth-of-type(1) {
    padding-left: 30px;
  }
  /* line 5954, ../scss/module/_product-list.scss */
  #tierOneCompareBrands table tbody tr td a {
    color: #ffffff;
    background: #901f18;
    border: 1px solid #901f18;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    display: block;
    max-width: 168px;
    margin: 8px auto 0;
    text-transform: uppercase;
  }
  /* line 5969, ../scss/module/_product-list.scss */
  #tierOneCompareBrands table tbody tr td a:hover {
    background: #17b5ee;
    border: 1px solid #17b5ee;
    text-decoration: none;
  }

  /* line 5990, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tab-content.tab1 .iconListItem div {
    width: 70% !important;
  }
  /* line 5999, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tab-content.tab3 .iconListItem div {
    width: 50% !important;
  }

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

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

  /* line 6110, ../scss/module/_product-list.scss */
  .category-cameras-and-data-capture #tierOneProductCategories h3 {
    width: 600px;
  }
  /* line 6113, ../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 6125, ../scss/module/_product-list.scss */
  .products-grid li.item {
    width: 50%;
  }
  /* line 6130, ../scss/module/_product-list.scss */
  .products-grid .attribute-list li {
    width: 100%;
  }
  /* line 6134, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(odd) {
    clear: left;
  }
  /* line 6137, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(3n + 1) {
    clear: none;
  }
  /* line 6143, ../scss/module/_product-list.scss */
  .products-grid .actions .button {
    width: 80%;
  }

  /* line 6151, ../scss/module/_product-list.scss */
  .products-list .product-image {
    width: 33.3% !important;
  }
  /* line 6154, ../scss/module/_product-list.scss */
  .products-list .product-shop {
    width: 66.6% !important;
    padding-left: 20px;
    position: relative;
  }
  /* line 6159, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-name {
    margin-bottom: 0;
  }
  /* line 6162, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    width: 53% !important;
  }
  /* line 6165, ../scss/module/_product-list.scss */
  .products-list .product-shop .desc {
    margin-top: 0;
  }
  /* line 6168, ../scss/module/_product-list.scss */
  .products-list .product-shop .desc ul {
    margin-bottom: 0;
  }
  /* line 6172, ../scss/module/_product-list.scss */
  .products-list .product-shop .secondary-wrapper {
    width: 37%;
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 6178, ../scss/module/_product-list.scss */
  .products-list .product-shop .secondary-wrapper .product-secondary {
    width: 100% !important;
  }
  /* line 6184, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .priceBoxLoginForPrice {
    font-size: 21px;
  }
  /* line 6188, ../scss/module/_product-list.scss */
  .products-list .product-shop .action {
    margin-top: 5px;
  }
  /* line 6191, ../scss/module/_product-list.scss */
  .products-list .product-shop .action .button {
    width: 90%;
    margin: 0;
    display: block;
    float: left;
  }
  /* line 6201, ../scss/module/_product-list.scss */
  .products-list li.item .compatibleWith {
    width: 70%;
    padding-left: 3%;
  }

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

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

  /* line 6249, ../scss/module/_product-list.scss */
  #tierOneShopByBrand.scroller .brandItemWrapper {
    max-width: 621px;
  }
  /* line 6251, ../scss/module/_product-list.scss */
  #tierOneShopByBrand.scroller .brandItemWrapper .scroll-container {
    max-width: 514px;
    width: 514px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 6258, ../scss/module/_product-list.scss */
  #tierOneShopByBrand.scroller .brandItemWrapper .menuScrollLeft {
    left: 4px;
  }
  /* line 6261, ../scss/module/_product-list.scss */
  #tierOneShopByBrand.scroller .brandItemWrapper .menuScrollRight {
    left: 602px;
  }

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

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

  /* line 6306, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-grid li.item .product-image img {
    /*width: 80%;*/
    margin: 0 auto;
  }
  /* line 6312, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-list {
    background-image: none;
  }
  /* line 6317, ../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 6320, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-list .product-shop .desc {
    float: left;
    width: 58% !important;
  }
  /* line 6324, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-list .product-shop .regular-price {
    display: inline;
  }

  /* line 6333, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent {
    background-size: 446px auto;
    background-position: 98% 56%;
  }
  /* line 6337, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.supplyFinder {
    background-position: 100% 38%;
  }
  /* line 6340, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.customLanyard {
    background-size: 490px auto;
    background-position: 124% 58%;
  }
  /* line 6346, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.customLanyard h3 span.large {
    display: inline;
  }
  /* line 6349, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.customLanyard h3 span.medium {
    color: #fff;
    font-size: 25px;
    text-shadow: none;
  }
  /* line 6355, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.customLanyard p {
    width: 43%;
  }
  /* line 6362, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent h3 span.smedium {
    display: none;
  }
  /* line 6365, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent h3 span.large {
    display: inline;
  }
  /* line 6368, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent h3 br {
    display: block;
  }
  /* line 6372, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent p {
    width: 42%;
  }
  /* line 6383, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #userCol .optionItem {
    margin-top: 6px;
  }
  /* line 6387, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner .optionItem {
    margin-top: 6px;
  }
  /* line 6390, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner #expertHelpLink {
    bottom: 20px;
  }
  /* line 6395, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent .siteToolSelect .siteToolSelectRight .siteToolSelectInner.supplyFinder p {
    width: 100%;
  }

  /* line 6407, ../scss/module/_product-list.scss */
  #tierOneLearningCenter {
    /*-----------Vertical tabs-----------*/
  }
  /* line 6409, ../scss/module/_product-list.scss */
  #tierOneLearningCenter ul.resp-tabs-list,
  #tierOneLearningCenter p {
    margin: 0;
    padding: 0;
  }
  /* line 6416, ../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 6428, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    clear: left;
  }
  /* line 6433, ../scss/module/_product-list.scss */
  #tierOneLearningCenter h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
  }
  /* line 6438, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-tab-content {
    display: none;
    padding: 15px;
  }
  /* line 6442, ../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 6450, ../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 6457, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-content-active,
  #tierOneLearningCenter .resp-accordion-active {
    display: block;
  }
  /* line 6461, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-tab-content {
    border: 1px solid #c1c1c1;
  }
  /* line 6464, ../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;
  }
  /* line 6477, ../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 6491, ../scss/module/_product-list.scss */
  #tierOneLearningCenter h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1 !important;
    margin-bottom: 0 !important;
    padding: 20px 34px !important;
    position: relative;
  }
  /* line 6497, ../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: 0;
    margin-top: 0;
  }
  /* line 6513, ../scss/module/_product-list.scss */
  #tierOneLearningCenter h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
  }
  /* line 6520, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 27%;
  }
  /* line 6524, ../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: #134063;
    font-weight: normal;
    font-size: 16px;
    background-color: #ebebeb !important;
    min-height: 274px;
  }
  /* line 6536, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li:hover {
    text-decoration: underline;
    background-color: transparent !important;
  }
  /* line 6540, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step1-off@1x.png) 50% 36% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step1-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step1-off@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step1-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step1-off@2x.png) 2x);
    background-size: 213px auto;
    margin-top: 0;
  }
  /* line 6555, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:hover {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step1-active@1x.png) 50% 36% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step1-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step1-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step1-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step1-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 6570, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-off@1x.png) 50% 36% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-off@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-off@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 6584, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:hover {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-active@1x.png) 50% 36% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 6599, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-off@1x.png) 50% 25% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-off@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-off@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 6613, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:hover {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-active@1x.png) 50% 25% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 6628, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-off@1x.png) 50% 30% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-off@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-off@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 6642, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4:hover {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-active@1x.png) 50% 30% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 6659, ../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 6668, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content {
    border: none;
    text-align: left;
    margin-bottom: 60px;
  }
  /* line 6673, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content p {
    color: #636363;
  }
  /* line 6678, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content img.accordionContentImg.main {
    display: none;
  }
  /* line 6682, ../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: #636363;
    font-size: 37px;
    text-transform: none;
    line-height: 38px;
    margin-bottom: 20px;
  }
  /* line 6694, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContentMoreInfo a {
    width: 67%;
  }
  /* line 6700, ../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 6708, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step1 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step1-active.png) 50% 36% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step1-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step1-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step1-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step1-active@2x.png) 2x);
    background-size: 213px auto;
    margin-top: 0;
  }
  /* line 6723, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step2 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-active.png) 50% 36% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 6737, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step3 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-active@1x.png) 50% 25% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 6751, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step4 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-active.png) 50% 30% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 6765, ../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 6771, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs li.resp-tab-active:hover {
    text-decoration: none;
    background-color: #f8f8f8 !important;
  }
  /* line 6776, ../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 6786, ../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 6799, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent {
    margin-top: 60px;
    position: relative;
    float: left;
  }
  /* line 6804, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent h3 {
    font-size: 43px;
    width: 552px;
    margin-bottom: 12px;
  }
  /* line 6809, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent p {
    width: 543px;
    font-size: 18px;
  }
  /* line 6813, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent p br {
    display: none;
  }
  /* line 6817, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .expertHelpPhone {
    position: absolute;
    bottom: 20px;
    right: -82px;
    font-size: 19px;
  }
  /* line 6825, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .expertHelpPhone .calltext {
    font-weight: normal;
  }
  /* line 6829, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent a {
    font-size: 21px;
    margin-top: 9px;
  }
  /* line 6833, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper {
    width: 440px;
    padding-bottom: 21px;
    border-bottom: 1px solid #d1dce1;
  }
  /* line 6843, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent .formWrapper form a.toNeeds {
    position: absolute;
    right: -56px;
    top: 125px;
  }
  /* line 6855, ../scss/module/_product-list.scss */
  #tierOneExpertHelp.prox-expert .expertHelpInner {
    background-position: 128% 110%;
  }

  /* line 6867, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneHowToChoose .howToChooseContent {
    max-width: 375px;
  }
  /* line 6871, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter {
    /*-----------Vertical tabs-----------*/
  }
  /* line 6877, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-off@1x.png) 50% 30% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-off@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-off@2x.png) 2x);
    background-size: 213px auto;
    margin-top: 0;
  }
  /* line 6892, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:hover {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-active@1x.png) 50% 30% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 6907, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-off@1x.png) 50% 36% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-off@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-off@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 6921, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:hover {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-active@1x.png) 50% 36% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 6936, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-importanceOfSoftware-off@1x.png) 50% 27% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-importanceOfSoftware-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-importanceOfSoftware-off@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-importanceOfSoftware-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-importanceOfSoftware-off@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 6950, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:hover {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-importanceOfSoftware-active@1x.png) 50% 27% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-importanceOfSoftware-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-importanceOfSoftware-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-importanceOfSoftware-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-importanceOfSoftware-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 6965, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-off@1x.png) 50% 36% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-off@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-off@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 6979, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4:hover {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-active@1x.png) 50% 36% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 6998, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step1 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-active@1x.png) 50% 31% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step4-active@2x.png) 2x);
    background-size: 213px auto;
    margin-top: 0;
  }
  /* line 7013, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step2 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-active@1x.png) 50% 36% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 7027, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step3 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-importanceOfSoftware-active@1x.png) 50% 27% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-importanceOfSoftware-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-importanceOfSoftware-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-importanceOfSoftware-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-importanceOfSoftware-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 7041, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step4 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-active@1x.png) 50% 36% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step2-active@2x.png) 2x);
    background-size: 213px auto;
  }

  /* line 7066, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneHowToChoose .howToChooseContent {
    max-width: 375px;
  }
  /* line 7070, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter {
    /*-----------Vertical tabs-----------*/
  }
  /* line 7076, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-off@1x.png) 50% 36% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-off@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-off@2x.png) 2x);
    background-size: 213px auto;
    margin-top: 0;
  }
  /* line 7091, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:hover {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-active@1x.png) 50% 36% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 7106, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-choosingRightSystem-off@1x.png) 50% 27% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-choosingRightSystem-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-choosingRightSystem-off@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-choosingRightSystem-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-choosingRightSystem-off@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 7120, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:hover {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-choosingRightSystem-active@1x.png) 50% 27% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-choosingRightSystem-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-choosingRightSystem-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-choosingRightSystem-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-choosingRightSystem-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 7135, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-off@1x.png) 50% 25% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-off@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-off@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 7149, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:hover {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-active@1x.png) 50% 25% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 7164, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howToCompareSoftware-off@1x.png) 50% 26% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howToCompareSoftware-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howToCompareSoftware-off@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howToCompareSoftware-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howToCompareSoftware-off@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 7178, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4:hover {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howToCompareSoftware-active@1x.png) 50% 26% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howToCompareSoftware-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howToCompareSoftware-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howToCompareSoftware-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howToCompareSoftware-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 7197, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step1 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-active@1x.png) 50% 36% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTabSystems-step2-active@2x.png) 2x);
    background-size: 213px auto;
    margin-top: 0;
  }
  /* line 7212, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step2 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-choosingRightSystem-active@1x.png) 50% 27% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-choosingRightSystem-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-choosingRightSystem-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-choosingRightSystem-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-choosingRightSystem-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 7226, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step3 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-active@1x.png) 50% 25% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-step3-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 7240, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step4 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howToCompareSoftware-active@1x.png) 50% 26% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howToCompareSoftware-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howToCompareSoftware-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howToCompareSoftware-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howToCompareSoftware-active@2x.png) 2x);
    background-size: 213px auto;
  }

  /*.category-prox-access-control-cards {*/
  /* line 7273, ../scss/module/_product-list.scss */
  #tierOneProductCategories.proximity .itemContainer .item img {
    width: 80%;
  }

  /* line 7285, ../scss/module/_product-list.scss */
  #tierOneCompareBrands h3 span {
    padding: 0 5%;
  }
  /* line 7297, ../scss/module/_product-list.scss */
  #tierOneCompareBrands table thead tr th img {
    width: 253px;
  }
  /* line 7302, ../scss/module/_product-list.scss */
  #tierOneCompareBrands table thead tr th.hid img {
    width: 218px;
  }

  /* line 7314, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity {
    /*-----------Vertical tabs-----------*/
  }
  /* line 7320, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tabs-list li.step1 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-whatIsProxCard-off@1x.png) 50% 31% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-whatIsProxCard-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-whatIsProxCard-off@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-whatIsProxCard-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-whatIsProxCard-off@2x.png) 2x);
    background-size: 213px auto;
    margin-top: 0;
  }
  /* line 7335, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tabs-list li.step1:hover {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-whatIsProxCard-active@1x.png) 50% 31% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-whatIsProxCard-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-whatIsProxCard-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-whatIsProxCard-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-whatIsProxCard-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 7350, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tabs-list li.step2 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howDoProxCardsWork-off@1x.png) 50% 24% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howDoProxCardsWork-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howDoProxCardsWork-off@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howDoProxCardsWork-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howDoProxCardsWork-off@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 7364, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tabs-list li.step2:hover {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howDoProxCardsWork-active@1x.png) 50% 24% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howDoProxCardsWork-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howDoProxCardsWork-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howDoProxCardsWork-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howDoProxCardsWork-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 7379, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tabs-list li.step3 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-learnAboutProxCardFormats-off@1x.png) 50% 23% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-learnAboutProxCardFormats-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-learnAboutProxCardFormats-off@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-learnAboutProxCardFormats-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-learnAboutProxCardFormats-off@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 7393, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tabs-list li.step3:hover {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-learnAboutProxCardFormats-active@1x.png) 50% 23% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-learnAboutProxCardFormats-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-learnAboutProxCardFormats-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-learnAboutProxCardFormats-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-learnAboutProxCardFormats-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 7412, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs li.resp-tab-active.step1 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-whatIsProxCard-active@1x.png) 50% 31% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-whatIsProxCard-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-whatIsProxCard-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-whatIsProxCard-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-whatIsProxCard-active@2x.png) 2x);
    background-size: 213px auto;
    margin-top: 0;
  }
  /* line 7427, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs li.resp-tab-active.step2 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howDoProxCardsWork-active@1x.png) 50% 24% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howDoProxCardsWork-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howDoProxCardsWork-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howDoProxCardsWork-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-howDoProxCardsWork-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 7441, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs li.resp-tab-active.step3 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-learnAboutProxCardFormats-active@1x.png) 50% 23% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-learnAboutProxCardFormats-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-learnAboutProxCardFormats-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-learnAboutProxCardFormats-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-learnAboutProxCardFormats-active@2x.png) 2x);
    background-size: 213px auto;
  }
  /* line 7458, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tab-content.tab2 {
    min-height: 795px;
  }
  /* line 7465, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tab-content.tab3 .iconListItem div {
    width: 45% !important;
  }

  /*}*/
  /* line 7483, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter {
    /*-----------Vertical tabs-----------*/
  }
  /* line 7489, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-differentRibbonTypes-off@1x.png) 50% 34% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-differentRibbonTypes-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-differentRibbonTypes-off@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-differentRibbonTypes-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-differentRibbonTypes-off@2x.png) 2x);
    background-size: 185px auto;
    margin-top: 0;
  }
  /* line 7504, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:hover {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-differentRibbonTypes-active@1x.png) 50% 34% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-differentRibbonTypes-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-differentRibbonTypes-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-differentRibbonTypes-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-differentRibbonTypes-active@2x.png) 2x);
    background-size: 185px auto;
  }
  /* line 7518, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:after {
    top: 28%;
  }
  /* line 7522, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-printerSuppliesPrimer-off@1x.png) 50% 36% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-printerSuppliesPrimer-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-printerSuppliesPrimer-off@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-printerSuppliesPrimer-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-printerSuppliesPrimer-off@2x.png) 2x);
    background-size: 185px auto;
  }
  /* line 7536, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:hover {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-printerSuppliesPrimer-active@1x.png) 50% 36% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-printerSuppliesPrimer-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-printerSuppliesPrimer-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-printerSuppliesPrimer-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-printerSuppliesPrimer-active@2x.png) 2x);
    background-size: 185px auto;
  }
  /* line 7550, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:after {
    top: 24%;
  }
  /* line 7554, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-maximizingYourPrinter-off@1x.png) 50% 25% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-maximizingYourPrinter-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-maximizingYourPrinter-off@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-maximizingYourPrinter-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-maximizingYourPrinter-off@2x.png) 2x);
    background-size: 175px auto;
  }
  /* line 7568, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:hover {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-maximizingYourPrinter-active@1x.png) 50% 25% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-maximizingYourPrinter-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-maximizingYourPrinter-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-maximizingYourPrinter-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-maximizingYourPrinter-active@2x.png) 2x);
    background-size: 175px auto;
  }
  /* line 7582, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:after {
    top: 22%;
  }
  /* line 7590, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step1 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-differentRibbonTypes-active@1x.png) 50% 34% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-differentRibbonTypes-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-differentRibbonTypes-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-differentRibbonTypes-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-differentRibbonTypes-active@2x.png) 2x);
    background-size: 185px auto;
    margin-top: 0;
  }
  /* line 7605, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step2 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-printerSuppliesPrimer-active@1x.png) 50% 36% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-printerSuppliesPrimer-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-printerSuppliesPrimer-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-printerSuppliesPrimer-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-printerSuppliesPrimer-active@2x.png) 2x);
    background-size: 185px auto;
  }
  /* line 7619, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step3 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-maximizingYourPrinter-active@1x.png) 50% 25% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-maximizingYourPrinter-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-maximizingYourPrinter-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-maximizingYourPrinter-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-maximizingYourPrinter-active@2x.png) 2x);
    background-size: 175px auto;
  }

  /* line 7642, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter {
    /*-----------Vertical tabs-----------*/
  }
  /* line 7648, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-customizeYourAccessories-off@1x.png) 50% 34% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-customizeYourAccessories-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-customizeYourAccessories-off@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-customizeYourAccessories-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-customizeYourAccessories-off@2x.png) 2x);
    background-size: 185px auto;
    margin-top: 0;
  }
  /* line 7663, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:hover {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-customizeYourAccessories-active@1x.png) 50% 34% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-customizeYourAccessories-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-customizeYourAccessories-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-customizeYourAccessories-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-customizeYourAccessories-active@2x.png) 2x);
    background-size: 185px auto;
  }
  /* line 7677, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:after {
    top: 42%;
  }
  /* line 7681, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-fiveWaysToWearBadge-off@1x.png) 50% 27% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-fiveWaysToWearBadge-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-fiveWaysToWearBadge-off@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-fiveWaysToWearBadge-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-fiveWaysToWearBadge-off@2x.png) 2x);
    background-size: 185px auto;
  }
  /* line 7695, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:hover {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-fiveWaysToWearBadge-active@1x.png) 50% 27% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-fiveWaysToWearBadge-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-fiveWaysToWearBadge-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-fiveWaysToWearBadge-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-fiveWaysToWearBadge-active@2x.png) 2x);
    background-size: 185px auto;
  }
  /* line 7709, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:after {
    top: 40%;
  }
  /* line 7713, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-topTenAttachmentTypes-off@1x.png) 50% 25% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-topTenAttachmentTypes-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-topTenAttachmentTypes-off@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-topTenAttachmentTypes-off@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-topTenAttachmentTypes-off@2x.png) 2x);
    background-size: 175px auto;
  }
  /* line 7727, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:hover {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-topTenAttachmentTypes-active@1x.png) 50% 25% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-topTenAttachmentTypes-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-topTenAttachmentTypes-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-topTenAttachmentTypes-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-topTenAttachmentTypes-active@2x.png) 2x);
    background-size: 175px auto;
  }
  /* line 7741, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:after {
    top: 33%;
  }
  /* line 7749, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step1 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-customizeYourAccessories-active@1x.png) 50% 34% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-customizeYourAccessories-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-customizeYourAccessories-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-customizeYourAccessories-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-customizeYourAccessories-active@2x.png) 2x);
    background-size: 185px auto;
    margin-top: 0;
  }
  /* line 7764, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step2 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-fiveWaysToWearBadge-active@1x.png) 50% 27% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-fiveWaysToWearBadge-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-fiveWaysToWearBadge-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-fiveWaysToWearBadge-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-fiveWaysToWearBadge-active@2x.png) 2x);
    background-size: 185px auto;
  }
  /* line 7778, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs li.resp-tab-active.step3 {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-topTenAttachmentTypes-active@1x.png) 50% 25% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-topTenAttachmentTypes-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-topTenAttachmentTypes-active@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-topTenAttachmentTypes-active@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/learnMoreTab-topTenAttachmentTypes-active@2x.png) 2x);
    background-size: 175px auto;
  }

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

  /* line 7814, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-fna {
    padding-top: 88px;
  }
  /* line 7817, ../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 7822, ../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: #636363;
    font-weight: 300;
    text-transform: none;
  }
  /* line 7830, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-fna #seo-inline-fna-form {
    margin-top: 17px;
  }
  /* line 7838, ../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: #636363;
    font-weight: 300;
    text-transform: none;
  }
}
@media only screen and (min-width: 979px) {
  /* line 7860, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule {
    width: 252px;
    /*background-color: rgba(255, 255, 255, 0.5);*/
  }
  /* line 7864, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule h3 {
    width: 210px !important;
    float: none;
  }
  /* line 7868, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule p {
    width: 190px;
  }
  /* line 7873, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.systems form {
    padding-left: 72px;
  }
  /* line 7879, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.proxcards p {
    width: 210px;
    margin-bottom: 20px;
  }
  /* line 7883, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.proxcards form {
    padding-left: 52px;
  }
  /* line 7889, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-systems form {
    padding-left: 72px;
  }
  /* line 7895, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-software form {
    padding-left: 72px;
  }
  /* line 7899, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-idcards,
  .category-description.nomobile .marqueemodule.tier1-lanyards-holders,
  .category-description.nomobile .marqueemodule.tier1-cameras-data-capture {
    padding-top: 77px;
  }
  /* line 7902, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-idcards h3,
  .category-description.nomobile .marqueemodule.tier1-lanyards-holders h3,
  .category-description.nomobile .marqueemodule.tier1-cameras-data-capture h3 {
    width: 100% !important;
  }
  /* line 7905, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-idcards h3 br,
  .category-description.nomobile .marqueemodule.tier1-lanyards-holders h3 br,
  .category-description.nomobile .marqueemodule.tier1-cameras-data-capture h3 br {
    display: inline;
  }
  /* line 7909, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-idcards a,
  .category-description.nomobile .marqueemodule.tier1-lanyards-holders a,
  .category-description.nomobile .marqueemodule.tier1-cameras-data-capture a {
    padding-right: 31px;
    padding-left: 31px;
  }
  /* line 7916, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.supplies #supplyLocator {
    width: 207px;
  }
  /* line 7919, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.supplies #supplyLocator #unknownPrinterBubbleLink {
    margin-left: 0;
    width: 104%;
    background-position: 100% 42%;
  }
  /* line 7924, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.supplies #supplyLocator #unknownPrinterBubbleWrapper {
    top: 139px;
  }
  /* line 7929, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-printers {
    padding-top: 45px;
  }
  /* line 7932, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-printers h3 {
    width: 100% !important;
  }
  /* line 7935, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-printers p {
    margin-bottom: 6px;
    width: 100%;
  }
  /* line 7939, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-printers img {
    width: 96%;
    margin-top: 16px;
  }
  /* line 7945, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo h3 {
    font-size: 22px;
  }
  /* line 7948, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo p {
    font-size: 18px;
    width: 200px;
  }
  /* line 7952, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo form {
    padding-left: 70px;
  }
  /* line 7958, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt h3 {
    margin-bottom: 5px;
    width: 212px !important;
    font-size: 19px;
  }
  /* line 7963, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt p {
    text-align: left;
    width: 181px;
  }
  /* line 7967, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt form {
    margin-top: 0;
    padding-left: 30px;
  }
  /* line 7971, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt form a {
    margin-right: 55px;
  }
  /* line 7975, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt .marqueemodule-phone {
    width: 216px;
    margin-left: 11px;
  }
  /* line 7979, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt .marqueemodule-phone .kmPhoneNumber {
    font-size: 26px;
    background-position: 0 12px;
  }
  /* line 7983, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt .marqueemodule-phone p {
    text-align: center;
  }

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

  /* line 8009, ../scss/module/_product-list.scss */
  .products-list .product-image {
    width: 33.3% !important;
  }
  /* line 8014, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-name {
    margin-bottom: 0;
  }
  /* line 8017, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-name a {
    font-size: 17px;
  }
  /* line 8021, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    width: 60% !important;
  }
  /* line 8024, ../scss/module/_product-list.scss */
  .products-list .product-shop .desc {
    margin-top: 0;
  }
  /* line 8029, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .priceBoxLoginForPrice {
    font-size: 24px;
  }
  /* line 8035, ../scss/module/_product-list.scss */
  .products-list .product-shop .action .button {
    width: 133px;
  }

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

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

  /* line 8085, ../scss/module/_product-list.scss */
  #tierOneShopByBrand.scroller .brandItemWrapper {
    max-width: 908px;
  }
  /* line 8087, ../scss/module/_product-list.scss */
  #tierOneShopByBrand.scroller .brandItemWrapper .scroll-container {
    max-width: 785px;
    width: 785px;
  }
  /* line 8091, ../scss/module/_product-list.scss */
  #tierOneShopByBrand.scroller .brandItemWrapper .menuScrollLeft {
    left: 9px;
  }
  /* line 8094, ../scss/module/_product-list.scss */
  #tierOneShopByBrand.scroller .brandItemWrapper .menuScrollRight {
    left: 875px;
  }

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

  /* line 8112, ../scss/module/_product-list.scss */
  #tierOneHowToChoose {
    padding-bottom: 0;
  }
  /* line 8115, ../scss/module/_product-list.scss */
  #tierOneHowToChoose img {
    display: none;
  }
  /* line 8118, ../scss/module/_product-list.scss */
  #tierOneHowToChoose .howToChooseContent {
    max-width: 979px;
    min-height: 360px;
    text-align: left;
    background: #e4f0f8 url(/skin/frontend/alphacard/alphacard_theme_three/images/tierOneHowToChooseBg-L@1x.png) 0 100% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/tierOneHowToChooseBg-L@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/tierOneHowToChooseBg-L@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/tierOneHowToChooseBg-L@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/tierOneHowToChooseBg-L@2x.png) 2x);
    background-size: 600px 360px;
    margin: 0 auto;
    float: none;
  }
  /* line 8137, ../scss/module/_product-list.scss */
  #tierOneHowToChoose .howToChooseContent .howToChooseCopy {
    float: right;
    width: 330px;
  }
  /* line 8143, ../scss/module/_product-list.scss */
  #tierOneHowToChoose .howToChooseContent .howToChooseCopy h3 br {
    display: none;
  }

  /* line 8157, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-grid li.item {
    width: 25%;
    position: relative;
  }
  /* line 8161, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-grid li.item .product-image img {
    /*width: 100%;*/
    max-height: 140px;
  }
  /* line 8165, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-grid li.item:nth-child(4n + 1) {
    clear: left;
  }

  /* line 8174, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent {
    background-size: 488px auto;
    background-position: 98% 49%;
    padding: 27px 7% 0 7%;
  }
  /* line 8179, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.supplyFinder {
    background-size: 535px auto;
    background-position: 106% 32%;
  }
  /* line 8183, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.supplyFinder p {
    width: 47%;
  }
  /* line 8187, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent.customLanyard {
    background-size: 535px auto;
    background-position: 106% 52%;
  }
  /* line 8192, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent h3 {
    font-size: 46px;
    line-height: 42px;
  }
  /* line 8196, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent h3 span {
    font-size: 30px;
  }
  /* line 8200, ../scss/module/_product-list.scss */
  .tierOneSiteTool .siteToolContent p {
    width: 51%;
    font-size: 18px;
  }

  /* line 8208, ../scss/module/_product-list.scss */
  #tierOneLearningCenter p.lead-in {
    width: 875px;
    margin: 0 auto;
  }
  /* line 8213, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li {
    min-height: 250px;
  }
  /* line 8216, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1 {
    background-size: 253px auto;
    background-position: 50% 35%;
  }
  /* line 8220, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:hover {
    background-size: 253px auto;
    background-position: 50% 35%;
  }
  /* line 8225, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2 {
    background-size: 253px auto;
    background-position: 50% 33%;
  }
  /* line 8229, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:hover {
    background-size: 253px auto;
    background-position: 50% 33%;
  }
  /* line 8234, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3 {
    background-size: 253px auto;
    background-position: 50% 16%;
  }
  /* line 8238, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:hover {
    background-size: 253px auto;
    background-position: 50% 16%;
  }
  /* line 8243, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4 {
    background-size: 253px auto;
    background-position: 50% 26%;
  }
  /* line 8247, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step4:hover {
    background-size: 253px auto;
    background-position: 50% 26%;
  }
  /* line 8255, ../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 8264, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContentMoreInfo a {
    width: 53%;
  }
  /* line 8270, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem {
    width: 33.3%;
    margin-bottom: 55px;
  }
  /* line 8274, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem p {
    width: 90%;
  }
  /* line 8278, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid > .gridItem:nth-child(odd) {
    clear: none;
  }
  /* line 8281, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid > .gridItem:nth-child(4) {
    clear: both;
  }

  /* line 8293, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner {
    background-position: 93% 100%;
  }
  /* line 8296, ../scss/module/_product-list.scss */
  #tierOneExpertHelp .expertHelpInner .expertHelpContent {
    margin-left: 22px;
  }
  /* line 8303, ../scss/module/_product-list.scss */
  #tierOneExpertHelp.prox-expert .expertHelpInner {
    background-position: 96% 110%;
  }

  /* line 8320, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneHowToChoose .howToChooseContent {
    max-width: 979px;
  }
  /* line 8323, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneHowToChoose .howToChooseContent .howToChooseCopy {
    width: 340px;
  }
  /* line 8333, ../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 8337, ../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 8342, ../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 8346, ../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 8351, ../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 8355, ../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 8360, ../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 8364, ../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 8379, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneHowToChoose .howToChooseContent {
    max-width: 979px;
    min-height: 393px;
    background: #e4f0f8 url(/skin/frontend/alphacard/alphacard_theme_three/images/HowToChoose-Software-L@1x.png) 9% 100% no-repeat;
    background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/HowToChoose-Software-L@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/HowToChoose-Software-L@2x.png) 2x);
    background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/HowToChoose-Software-L@1x.png) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/HowToChoose-Software-L@2x.png) 2x);
    background-size: 543px 394px;
  }
  /* line 8395, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneHowToChoose .howToChooseContent .howToChooseCopy {
    width: 340px;
    margin-top: 32px;
  }
  /* line 8405, ../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 8409, ../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 8414, ../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 8418, ../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 8423, ../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 8427, ../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 8432, ../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 8436, ../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 8446, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem {
    width: 50%;
  }
  /* line 8449, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem p {
    /*width: 85%;*/
  }
  /* line 8453, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid > .gridItem:nth-child(odd) {
    clear: left;
  }
  /* line 8456, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid > .gridItem:nth-child(4) {
    clear: none;
  }
  /* line 8462, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneLearningCenter .resp-vtabs .resp-tab-content .iconListItem div {
    width: 75% !important;
  }

  /*.category-prox-access-control-cards {*/
  /* line 8483, ../scss/module/_product-list.scss */
  #tierOneProductCategories.proximity .itemContainer p {
    width: 960px;
  }
  /* line 8486, ../scss/module/_product-list.scss */
  #tierOneProductCategories.proximity .itemContainer .item {
    width: 20%;
  }

  /* line 8497, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity p.lead-in {
    width: 625px;
  }
  /* line 8502, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tabs-list li.step1 {
    background-size: 253px auto;
    background-position: 50% 27%;
  }
  /* line 8506, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tabs-list li.step1:hover {
    background-size: 253px auto;
    background-position: 50% 27%;
  }
  /* line 8511, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tabs-list li.step2 {
    background-size: 253px auto;
    background-position: 50% 17%;
  }
  /* line 8515, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tabs-list li.step2:hover {
    background-size: 253px auto;
    background-position: 50% 17%;
  }
  /* line 8520, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tabs-list li.step3 {
    background-size: 253px auto;
    background-position: 50% 13%;
  }
  /* line 8524, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tabs-list li.step3:hover {
    background-size: 253px auto;
    background-position: 50% 13%;
  }
  /* line 8537, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tab-content.tab3 .iconListItem div {
    width: 57% !important;
  }

  /*}*/
  /* line 8558, ../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 8562, ../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 8567, ../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 8571, ../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 8576, ../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 8580, ../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 8584, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:after {
    top: 22%;
  }

  /* line 8600, ../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 8604, ../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 8608, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:after {
    top: 47%;
  }
  /* line 8612, ../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 8616, ../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 8621, ../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 8625, ../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 8629, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:after {
    top: 36%;
  }

  /* line 8641, ../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 8650, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-fna div:not([class]) {
    float: right;
    width: 321px;
  }
  /* line 8654, ../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 8664, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-fna div:not([class]) #seo-inline-fna-form {
    float: left;
  }
  /* line 8671, ../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 8677, ../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 8683, ../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 8704, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule {
    width: 272px;
  }
  /* line 8706, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.nff-promo {
    padding-top: 131px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 8710, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.nff-promo h3 {
    font-size: 21px;
    line-height: 36px;
  }
  /* line 8713, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.nff-promo h3 span {
    font-size: 48px;
  }
  /* line 8720, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.systems form {
    padding-left: 80px;
  }
  /* line 8726, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.proxcards form {
    padding-left: 63px;
  }
  /* line 8732, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-systems form {
    padding-left: 80px;
  }
  /* line 8738, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-software form {
    padding-left: 80px;
  }
  /* line 8742, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-printers {
    padding-top: 41px;
  }
  /* line 8745, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.tier1-printers img {
    width: 91%;
  }
  /* line 8751, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt form {
    padding-left: 41px;
  }
  /* line 8754, ../scss/module/_product-list.scss */
  .category-description.nomobile .marqueemodule.seo-alt .marqueemodule-phone {
    margin-left: 23px;
  }

  /* line 8768, ../scss/module/_product-list.scss */
  .products-grid .actions .button {
    width: 55%;
  }

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

  /* ============================================ *
   * Tier 1 Category
   * ============================================ */
  /* line 8801, ../scss/module/_product-list.scss */
  #tierOneTopProducts .topProductsContent .products-grid li.item .product-image img {
    max-height: 146px;
  }

  /* line 8817, ../scss/module/_product-list.scss */
  #tierOneProductCategories .itemContainer .item img {
    width: 80%;
  }

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

  /* line 8848, ../scss/module/_product-list.scss */
  #tierOneShopByBrand.scroller .brandItemWrapper {
    max-width: 1263px;
  }
  /* line 8850, ../scss/module/_product-list.scss */
  #tierOneShopByBrand.scroller .brandItemWrapper .scroll-container {
    max-width: 1200px;
    width: 1200px;
  }
  /* line 8853, ../scss/module/_product-list.scss */
  #tierOneShopByBrand.scroller .brandItemWrapper .scroll-container .brandItem {
    width: 232px;
  }
  /* line 8857, ../scss/module/_product-list.scss */
  #tierOneShopByBrand.scroller .brandItemWrapper .menuScrollRight {
    left: 1240px;
  }

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

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

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

  /* line 8905, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li {
    min-height: 226px;
  }
  /* line 8908, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1 {
    background-size: 260px auto;
    background-position: 50% 37%;
  }
  /* line 8912, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:hover {
    background-size: 260px auto;
    background-position: 50% 37%;
  }
  /* line 8917, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2 {
    background-size: 260px auto;
    background-position: 50% 37%;
  }
  /* line 8921, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:hover {
    background-size: 260px auto;
    background-position: 50% 37%;
  }
  /* line 8926, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3 {
    background-size: 260px auto;
    background-position: 50% 15%;
  }
  /* line 8930, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:hover {
    background-size: 260px auto;
    background-position: 50% 15%;
  }
  /* line 8938, ../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 8945, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content h2.tabContentH2 {
    width: 650px;
  }
  /* line 8948, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContentMoreInfo {
    width: 83%;
  }
  /* line 8953, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .iconListItem .inlineIcon {
    float: right;
    margin-right: 45px;
  }
  /* line 8962, ../scss/module/_product-list.scss */
  #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem p {
    width: 75%;
  }

  /* line 8980, ../scss/module/_product-list.scss */
  #tierOneExpertHelp.prox-expert .expertHelpInner {
    max-width: 926px;
    background-position: 102% 110%;
  }

  /* line 8992, ../scss/module/_product-list.scss */
  .category-photo-id-systems #tierOneHowToChoose .howToChooseContent {
    max-width: 1280px;
  }
  /* line 9001, ../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 9005, ../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 9010, ../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 9014, ../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 9019, ../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 9023, ../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 9028, ../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 9032, ../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 9049, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneHowToChoose .howToChooseContent {
    max-width: 1280px;
    background-position: 198px 100%;
  }
  /* line 9057, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneShopByBrand.scroller .brandItemWrapper {
    max-width: 100%;
    width: 100%;
    padding-left: 18px;
    padding-right: 0;
  }
  /* line 9062, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneShopByBrand.scroller .brandItemWrapper .scroll-container {
    max-width: 100%;
    width: 100%;
    padding-left: 18px;
  }
  /* line 9066, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneShopByBrand.scroller .brandItemWrapper .scroll-container .brandItem {
    margin-right: 16px;
  }
  /* line 9070, ../scss/module/_product-list.scss */
  .category-id-card-software #tierOneShopByBrand.scroller .brandItemWrapper .menuScrollLeft,
  .category-id-card-software #tierOneShopByBrand.scroller .brandItemWrapper .menuScrollRight {
    display: none;
  }
  /* line 9081, ../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 9085, ../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 9090, ../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 9094, ../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 9099, ../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 9103, ../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 9108, ../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 9112, ../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%;
  }

  /*.category-prox-access-control-cards {*/
  /* line 9134, ../scss/module/_product-list.scss */
  #tierOneProductCategories.proximity .itemContainer .item img {
    width: 75%;
  }

  /* line 9142, ../scss/module/_product-list.scss */
  #tierOneCompareBrands {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 9152, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tabs-list li.step1 {
    background-size: 260px auto;
    background-position: 50% 29%;
  }
  /* line 9156, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tabs-list li.step1:hover {
    background-size: 260px auto;
    background-position: 50% 29%;
  }
  /* line 9161, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tabs-list li.step2 {
    background-size: 260px auto;
    background-position: 50% 18%;
  }
  /* line 9165, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tabs-list li.step2:hover {
    background-size: 260px auto;
    background-position: 50% 18%;
  }
  /* line 9170, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tabs-list li.step3 {
    background-size: 260px auto;
    background-position: 50% 11%;
  }
  /* line 9174, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tabs-list li.step3:hover {
    background-size: 260px auto;
    background-position: 50% 11%;
  }
  /* line 9187, ../scss/module/_product-list.scss */
  #tierOneLearningCenter.proximity .resp-vtabs .resp-tab-content.tab3 .iconListItem div {
    width: 60% !important;
  }

  /*}*/
  /* line 9209, ../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 9213, ../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 9217, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:after {
    top: 23%;
  }
  /* line 9221, ../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 9225, ../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 9229, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:after {
    top: 15%;
  }
  /* line 9233, ../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 9237, ../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 9241, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:after {
    top: 21%;
  }
  /* line 9249, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tab-content h2.tabContentH2 {
    width: 675px;
  }
  /* line 9256, ../scss/module/_product-list.scss */
  .category-id-card-supplies #tierOneLearningCenter .resp-vtabs .resp-tab-content .tabContactGrid .gridItem p {
    width: 65%;
  }

  /* line 9275, ../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 9279, ../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 9283, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step1:after {
    top: 48%;
  }
  /* line 9287, ../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 9291, ../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 9295, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step2:after {
    top: 45%;
  }
  /* line 9299, ../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 9303, ../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 9307, ../scss/module/_product-list.scss */
  .category-id-card-accessories #tierOneLearningCenter .resp-vtabs .resp-tabs-list li.step3:after {
    top: 41%;
  }

  /* line 9319, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-fna {
    padding-bottom: 40px;
  }
  /* line 9322, ../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 9328, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-fna div:not([class]) {
    width: 425px;
  }
  /* line 9331, ../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: #636363;
    font-weight: 300;
    text-transform: none;
  }
  /* line 9339, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-fna div:not([class]) #seo-inline-fna-form {
    margin-top: 10px;
  }
  /* line 9346, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-buyers-guide img {
    max-width: 527px;
    margin-top: 13px;
  }
  /* line 9350, ../scss/module/_product-list.scss */
  #two-columns-left-cms-fna .seo-inline-buyers-guide .seo-buyers-guide-content {
    max-width: 335px;
  }
  /* line 9353, ../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: #636363;
    font-weight: 300;
    text-transform: none;
  }
}
@media only screen and (min-width: 1300px) {
  /* line 9371, ../scss/module/_product-list.scss */
  #tierOneShopByBrand.scroller .brandItemWrapper {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 9375, ../scss/module/_product-list.scss */
  #tierOneShopByBrand.scroller .brandItemWrapper .menuScrollLeft {
    left: 0;
  }
  /* line 9378, ../scss/module/_product-list.scss */
  #tierOneShopByBrand.scroller .brandItemWrapper .menuScrollRight {
    left: 1263px;
  }
}
/* ============================================ *
 * Catalog - Product
 * ============================================ */
/* line 32, ../scss/module/_catalog-product.scss */
.product-view #email-print-bar {
  display: none;
}
/* line 33, ../scss/module/_catalog-product.scss */
.product-view .product-essential {
  padding: 15px 15px 0;
}
/* line 38, ../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 43, ../scss/module/_catalog-product.scss */
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}
/* line 48, ../scss/module/_catalog-product.scss */
.product-view .product-essential .extra-info .ratings:after {
  content: "";
  display: table;
  clear: both;
}
/* line 54, ../scss/module/_catalog-product.scss */
.product-view .product-essential:after {
  content: "";
  display: table;
  clear: both;
}
/* line 59, ../scss/module/_catalog-product.scss */
.product-view .groupedProductItemsTab,
.product-view #groupedProductItemsTab,
.product-view #groupedProductItemsSupport,
.product-view #groupedProductItemsSupport-v2 {
  display: none;
}
/* line 66, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #000;
  margin-bottom: 2px;
  padding-bottom: 0;
  border: 0;
}
/* line 73, ../scss/module/_catalog-product.scss */
.product-view .product-info {
  margin-left: 0;
}
/* line 75, ../scss/module/_catalog-product.scss */
.product-view .product-info .product-name,
.product-view .product-info .mpn-and-rating {
  display: none;
}
/* line 80, ../scss/module/_catalog-product.scss */
.product-view .product-info #productSmallReview {
  padding-bottom: 20px;
}
/* line 85, ../scss/module/_catalog-product.scss */
.product-view .product-info .short-description p {
  margin-top: 12px;
  color: #636363;
}
/* line 89, ../scss/module/_catalog-product.scss */
.product-view .product-info .short-description p .prox20HID {
  font-weight: 700;
  color: #000;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 22px;
}
/* line 97, ../scss/module/_catalog-product.scss */
.product-view .product-info .short-description p:first-child {
  margin-top: 0;
}
/* line 100, ../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 108, ../scss/module/_catalog-product.scss */
.product-view .product-info .short-description .alphapass-promo {
  width: 100%;
  max-width: 513px;
  margin: 20px 0 0;
  padding: 7px 0;
  background-color: #84201a;
  display: block;
  cursor: pointer;
}
/* line 117, ../scss/module/_catalog-product.scss */
.product-view .product-info .short-description .alphapass-promo:hover {
  text-decoration: none;
}
/* line 120, ../scss/module/_catalog-product.scss */
.product-view .product-info .short-description .alphapass-promo p {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  padding-left: 13px;
  text-shadow: -3px 3px 2px rgba(0, 0, 0, 0.4);
}
/* line 128, ../scss/module/_catalog-product.scss */
.product-view .product-info .short-description .alphapass-promo span {
  padding-left: 13px;
  display: inline-block;
  color: #fff;
  font-size: 17px;
  line-height: 19px;
  text-shadow: -3px 3px 2px rgba(0, 0, 0, 0.4);
}
/* line 137, ../scss/module/_catalog-product.scss */
.product-view .product-info .short-description .alphapass-promo span span {
  font-size: 12px;
  color: #47c9ea;
  position: relative;
  padding-right: 9px;
  padding-left: 0;
  display: inline;
  font-weight: bold;
}
/* line 146, ../scss/module/_catalog-product.scss */
.product-view .product-info .short-description .alphapass-promo span span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #47c9ea;
  border-right: none;
  top: 2px;
  right: 0;
}
/* line 162, ../scss/module/_catalog-product.scss */
.product-view .product-info .short-description .alphapass-promo20 {
  width: 100%;
  max-width: 513px;
  margin: 20px 0 0;
  padding: 7px 0;
  background-color: #f8e556;
  display: block;
}
/* line 170, ../scss/module/_catalog-product.scss */
.product-view .product-info .short-description .alphapass-promo20:hover {
  text-decoration: none;
}
/* line 173, ../scss/module/_catalog-product.scss */
.product-view .product-info .short-description .alphapass-promo20 p {
  color: #363636;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  padding-left: 13px;
}
/* line 182, ../scss/module/_catalog-product.scss */
.product-view .product-info .alphapass-fgsave {
  width: 100%;
  max-width: 513px;
  margin: 20px 0 0;
  padding: 7px 0;
  background-color: #f8e556;
  display: block;
}
/* line 190, ../scss/module/_catalog-product.scss */
.product-view .product-info .alphapass-fgsave:hover {
  text-decoration: none;
}
/* line 193, ../scss/module/_catalog-product.scss */
.product-view .product-info .alphapass-fgsave p {
  color: #363636;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  padding-left: 13px;
}
/* line 199, ../scss/module/_catalog-product.scss */
.product-view .product-info .alphapass-fgsave p br {
  display: none;
}
/* line 203, ../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 207, ../scss/module/_catalog-product.scss */
.product-view .product-info .productHighlights ul li {
  line-height: 1.4em;
  padding-bottom: 4px;
}
/* line 212, ../scss/module/_catalog-product.scss */
.product-view .product-info .productHighlights a {
  color: #134063;
  text-decoration: none;
}
/* line 215, ../scss/module/_catalog-product.scss */
.product-view .product-info .productHighlights a:hover {
  text-decoration: underline;
}
/* line 220, ../scss/module/_catalog-product.scss */
.product-view .product-info .productDetailsLink {
  display: none;
}
/* line 238, ../scss/module/_catalog-product.scss */
.product-view .product-info .toSystemLink {
  display: none;
}
/* line 254, ../scss/module/_catalog-product.scss */
.product-view .product-info .nff-promo-banner {
  width: 100%;
  max-width: 393px;
  height: 83px;
  display: block;
  margin: 30px 0 20px;
  background: url(../images/nff-promo-banner-bg.png) 100% 0/393px auto no-repeat;
}
/* line 261, ../scss/module/_catalog-product.scss */
.product-view .product-info .nff-promo-banner span {
  color: #fff;
  font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  display: block;
  width: 150px;
  float: right;
  margin: 3px 115px 0 0;
}
/* line 271, ../scss/module/_catalog-product.scss */
.product-view .product-info .nff-promo-banner span span {
  display: block;
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
/* line 281, ../scss/module/_catalog-product.scss */
.product-view .product-info .nff-promo-banner:hover {
  text-decoration: none;
}
@media only screen and (min-width: 370px) {
  /* line 287, ../scss/module/_catalog-product.scss */
  .product-view .product-info .nff-promo-banner span {
    margin-right: 131px;
  }
}
/* line 293, ../scss/module/_catalog-product.scss */
.product-view .product-info .solid510oc-promo-banner {
  width: 100%;
  max-width: 445px;
  height: 98px;
  display: block;
  margin: 12px 0 20px;
  background: url(../images/solid510oc-promo-banner-bg.png) 100% 0/445px auto no-repeat;
}
/* line 300, ../scss/module/_catalog-product.scss */
.product-view .product-info .solid510oc-promo-banner span {
  color: #f9c2ff;
  font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
  display: block;
  width: 230px;
  float: right;
  margin: 34px 80px 0 0;
}
/* line 310, ../scss/module/_catalog-product.scss */
.product-view .product-info .solid510oc-promo-banner span span {
  display: block;
  color: #fff;
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1px;
  margin: 0;
}
/* line 321, ../scss/module/_catalog-product.scss */
.product-view .product-info .solid510oc-promo-banner:hover {
  text-decoration: none;
}
@media only screen and (min-width: 370px) {
  /* line 327, ../scss/module/_catalog-product.scss */
  .product-view .product-info .nff-promo-banner span {
    margin-right: 131px;
  }
}
/* line 336, ../scss/module/_catalog-product.scss */
.product-view .product-img-box.first .mpn-and-rating .product-ids {
  display: inline-block;
  margin-right: 22px;
  vertical-align: top;
}
/* line 341, ../scss/module/_catalog-product.scss */
.product-view .product-img-box.first .mpn-and-rating .ratings {
  margin: 0;
  display: inline-table;
}
/* line 344, ../scss/module/_catalog-product.scss */
.product-view .product-img-box.first .mpn-and-rating .ratings .rating-box {
  margin: 0;
  display: inline-table;
}
/* line 348, ../scss/module/_catalog-product.scss */
.product-view .product-img-box.first .mpn-and-rating .ratings .rating-links {
  float: none;
  display: inline;
}
/* line 351, ../scss/module/_catalog-product.scss */
.product-view .product-img-box.first .mpn-and-rating .ratings .rating-links a {
  color: #636363;
  font-size: 12px;
}
/* line 355, ../scss/module/_catalog-product.scss */
.product-view .product-img-box.first .mpn-and-rating .ratings .rating-links .separator,
.product-view .product-img-box.first .mpn-and-rating .ratings .rating-links a:last-child {
  display: none;
}
/* line 361, ../scss/module/_catalog-product.scss */
.product-view .product-img-box.first .mpn-and-rating .no-rating {
  display: inline-block;
}
/* line 363, ../scss/module/_catalog-product.scss */
.product-view .product-img-box.first .mpn-and-rating .no-rating .rating-box {
  margin: 0;
  display: inline-block;
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
  background-image: url(../images/icon_sprite_updated.png);
  text-indent: -9999px;
}
/* line 373, ../scss/module/_catalog-product.scss */
.product-view .product-img-box.first .mpn-and-rating .no-rating .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
/* line 380, ../scss/module/_catalog-product.scss */
.product-view .product-img-box.first .mpn-and-rating .no-rating a {
  color: #50a4cf;
  font-size: 12px;
}
/* line 388, ../scss/module/_catalog-product.scss */
.product-view .compatibleWith {
  float: left;
  display: inline;
  border-top: 1px solid #e5e5e5;
  margin-top: 5px;
  padding: 13px 10px 13px 10px;
  color: #363636;
  font-style: italic;
}
/* line 396, ../scss/module/_catalog-product.scss */
.product-view .compatibleWith span {
  font-weight: bold;
  font-style: normal;
  color: #0371a8;
}
/* line 401, ../scss/module/_catalog-product.scss */
.product-view .compatibleWith .printerSupplyLink {
  display: none;
}
/* line 404, ../scss/module/_catalog-product.scss */
.product-view .tab-content.description .compatibleWith {
  margin-bottom: 80px;
  max-width: 430px;
}
/* line 410, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap {
  display: inline-block;
  width: 100%;
  float: none;
}
/* line 415, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap .options-container-big {
  margin-top: -22px;
}
/* line 418, ../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 428, ../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 435, ../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 #134063;
  border-right: none;
  position: relative;
  top: 1px;
  margin-left: 9px;
  margin-right: -17px;
  display: inline-block;
}
/* line 444, ../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 456, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.prox .product-shop .options-container-big .proxCardsOptionsQuestionIcon {
  margin-right: 8px;
  width: 10px;
  height: 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #51ceec !important;
  background: -webkit-linear-gradient(-90deg, #51ceec, #00b3e2) !important;
  background: linear-gradient(180deg, #51ceec, #00b3e2) !important;
  color: #e6e6e6;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 11px;
  overflow: hidden;
  display: inline-block;
}
/* line 470, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.prox .product-shop .options-container-big .proxCardsOptionsBubble {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding-bottom: 16px;
  display: none;
}
/* line 477, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.prox .product-shop .options-container-big .proxCardsOptionsBubble .proxCardsOptionsBubbleInner {
  padding: 17px 15px 16px;
  border: 1px solid #b3def7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #f8fbfd;
  color: #0371a8;
  font-size: 11px;
  width: 259px;
  max-width: 94%;
  line-height: 14px;
  position: relative;
}
/* line 487, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.prox .product-shop .options-container-big .proxCardsOptionsBubble .proxCardsOptionsBubbleInner strong,
.product-view .product-shop-wrap.prox .product-shop .options-container-big .proxCardsOptionsBubble .proxCardsOptionsBubbleInner p {
  display: inline;
}
/* line 490, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.prox .product-shop .options-container-big .proxCardsOptionsBubble .proxCardsOptionsBubbleInner p {
  margin-top: 10px;
  display: inline-block;
}
/* line 493, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.prox .product-shop .options-container-big .proxCardsOptionsBubble .proxCardsOptionsBubbleInner p:first-child {
  margin-top: 0;
}
/* line 498, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.prox .product-shop .options-container-big .proxCardsOptionsBubble .proxCardsOptionsBubbleInner:after,
.product-view .product-shop-wrap.prox .product-shop .options-container-big .proxCardsOptionsBubble .proxCardsOptionsBubbleInner:before {
  top: 100%;
  left: 7px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 509, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.prox .product-shop .options-container-big .proxCardsOptionsBubble .proxCardsOptionsBubbleInner:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 12px 0;
  border-color: transparent #f8fbfd transparent transparent;
}
/* line 516, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.prox .product-shop .options-container-big .proxCardsOptionsBubble .proxCardsOptionsBubbleInner:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #b3def7 transparent transparent;
}
/* line 527, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.prox .product-shop .options-container-big .product-options dd p.note {
  display: none;
}
/* line 531, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.prox .product-shop .options-container-big .product-options .input-box select,
.product-view .product-shop-wrap.prox .product-shop .options-container-big .product-options .input-text {
  width: 100%;
}
/* line 536, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.prox .product-shop .options-container-big .proxcardNote {
  margin-top: 0;
  padding: 20px 15px 0;
  font-size: 13px;
  color: #636363;
}
/* line 542, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.prox .product-shop .options-container-big .proxcardOperator {
  margin-top: 0;
  padding: 15px 15px 0;
  color: #901f18;
}
/* line 546, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.prox .product-shop .options-container-big .proxcardOperator a.kmPhoneNumber {
  font-size: 14px;
  color: #901f18;
  font-style: italic;
  text-decoration: none;
}
/* line 553, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.prox .product-shop .options-container-big .proxcardOperator2 {
  border-top: 1px solid #c1c6c9;
  color: #901f18;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  margin-top: 29px;
  font-size: 14px;
  font-style: italic;
  display: none;
}
/* line 564, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.prox .product-shop .options-container-big .proxcardOperator2 a.kmPhoneNumber {
  font-size: 14px;
  color: #901f18;
  font-style: italic;
  text-decoration: none;
}
/* line 575, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop {
  background-color: #fff;
  border: none;
}
/* line 578, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options {
  border-bottom: none;
}
/* line 580, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr {
  margin-bottom: 9px !important;
}
/* line 582, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr label {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 585, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr label:after {
  display: none;
}
/* line 588, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr label .select-label {
  font-weight: bold;
  color: #363636;
}
/* line 593, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list {
  margin-bottom: 10px;
  margin-left: 0;
}
/* line 596, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list li {
  margin-left: 0;
  margin-right: 5px;
}
/* line 599, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list li .swatch-link {
  border: 1px solid #fff;
  border-radius: 0;
  width: 37px !important;
  height: 37px !important;
}
/* line 604, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list li .swatch-link .swatch-label {
  border: none;
  background: #fff;
  width: 36px !important;
  height: 36px !important;
}
/* line 609, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list li .swatch-link .swatch-label img {
  border-radius: 50%;
  top: 5px;
  left: 5px;
}
/* line 615, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list li .swatch-link:hover {
  border-color: #6c6c6c;
}
/* line 620, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list li.selected .swatch-link {
  border-color: #6c6c6c;
}
/* line 625, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list li.not-available .swatch-link {
  cursor: default;
  pointer-events: none;
}
/* line 628, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list li.not-available .swatch-link img {
  opacity: 0.15;
}
/* line 632, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list li.not-available .x {
  display: none;
}
/* line 637, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_color_swatch {
  width: 100%;
  max-width: 220px;
  max-height: 42px;
  overflow: hidden;
  position: relative;
}
/* line 643, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_color_swatch.collapsed {
  max-height: 42px;
}
/* line 646, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_color_swatch.opened {
  max-height: 1000px;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
/* line 655, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_attachment_typeswatch li,
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_clip_type li {
  width: 64px !important;
  height: 64px !important;
  margin-right: 15px;
}
/* line 659, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_attachment_typeswatch li .swatch-link,
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_clip_type li .swatch-link {
  width: 64px !important;
  height: 64px !important;
}
/* line 662, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_attachment_typeswatch li .swatch-link span,
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_clip_type li .swatch-link span {
  width: 64px !important;
  height: 64px !important;
}
/* line 665, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_attachment_typeswatch li .swatch-link span img,
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_clip_type li .swatch-link span img {
  width: 64px !important;
  height: 64px !important;
  top: 0;
  left: 0;
}
/* line 676, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_straptype_swatch li {
  width: 99px !important;
  height: 40px !important;
  margin-right: 15px;
}
/* line 680, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_straptype_swatch li .swatch-link {
  width: 99px !important;
  height: 40px !important;
}
/* line 683, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_straptype_swatch li .swatch-link span {
  width: 99px !important;
  height: 40px !important;
}
/* line 686, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_straptype_swatch li .swatch-link span img {
  width: 99px !important;
  height: 40px !important;
  top: 0;
  left: 0;
}
/* line 696, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_lanyard_breakaway {
  display: none;
}
/* line 699, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_lanyard_breakaway li .swatch-link {
  width: 60px !important;
  position: relative;
  padding-left: 5px;
  margin: 0;
  border: none;
}
/* line 705, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_lanyard_breakaway li .swatch-link .swatch-label {
  width: 60px !important;
  font-size: 13px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
/* line 712, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_lanyard_breakaway li .swatch-link:hover {
  border-color: #fff;
}
/* line 715, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_lanyard_breakaway li .swatch-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 3px;
  width: 15px;
  height: 15px;
  border: 1px solid #c2c7ca;
  border-radius: 50%;
}
/* line 728, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_lanyard_breakaway li.selected .swatch-link {
  border: none;
}
/* line 730, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_lanyard_breakaway li.selected .swatch-link:after {
  border: 5px solid #3695f9;
}
/* line 739, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .toggle-container {
  position: relative;
  max-width: 259px;
}
/* line 742, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .toggle-container .toggle-swatches {
  position: absolute;
  bottom: 4px;
  right: 10px;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  cursor: pointer;
  color: #636363;
}
/* line 751, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .toggle-container .toggle-swatches span {
  display: block;
  font-size: 27px;
}
/* line 759, ../scss/module/_catalog-product.scss */
.product-view .product-shop-wrap.accessory .product-shop .product-options-bottom {
  background-color: #fff;
  border: none;
}
/* line 769, ../scss/module/_catalog-product.scss */
.product-view .product-info .product-shop-wrap.discontinued {
  margin: 17px 0 20px;
  padding: 0 0 16px;
  display: block;
  width: 100%;
  background: #fff;
  box-shadow: inset 0px 0px 0px 6px #f3f7fb;
  border: 1px solid #c2c6c9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  float: none;
}
/* line 779, ../scss/module/_catalog-product.scss */
.product-view .product-info .product-shop-wrap.discontinued h4 {
  margin: 10px 0 7px;
  color: #134063;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}
/* line 788, ../scss/module/_catalog-product.scss */
.product-view .product-info .product-shop-wrap.discontinued .replacementItemsWrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6px;
  padding-right: 6px;
}
/* line 794, ../scss/module/_catalog-product.scss */
.product-view .product-info .product-shop-wrap.discontinued .replacementItemsWrapper ul {
  list-style-type: none;
  /*to remove bullets*/
  text-align: center;
  padding: 0px;
  zoom: 1;
  overflow: hidden;
}
/* line 800, ../scss/module/_catalog-product.scss */
.product-view .product-info .product-shop-wrap.discontinued .replacementItemsWrapper ul li {
  display: inline-block;
}
/* line 806, ../scss/module/_catalog-product.scss */
.product-view .product-info .product-shop-wrap.discontinued .replacementItemsWrapper ul li .replacementItem {
  margin: 0;
  width: 222px;
  text-align: left;
  display: inline-block;
}
/* line 811, ../scss/module/_catalog-product.scss */
.product-view .product-info .product-shop-wrap.discontinued .replacementItemsWrapper ul li .replacementItem img {
  width: 100%;
}
/* line 814, ../scss/module/_catalog-product.scss */
.product-view .product-info .product-shop-wrap.discontinued .replacementItemsWrapper ul li .replacementItem h5 {
  margin-left: 10px;
  margin-bottom: 1px;
  font-size: 15px;
  text-transform: none;
  line-height: 1.2;
}
/* line 820, ../scss/module/_catalog-product.scss */
.product-view .product-info .product-shop-wrap.discontinued .replacementItemsWrapper ul li .replacementItem h5:hover {
  text-decoration: none;
}
/* line 824, ../scss/module/_catalog-product.scss */
.product-view .product-info .product-shop-wrap.discontinued .replacementItemsWrapper ul li .replacementItem .button {
  margin-left: 10px;
  border-radius: 5px;
  font-weight: 700;
  text-shadow: none;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 16px;
  background: #83201a;
  border: 1px solid #83201a;
}
/* line 833, ../scss/module/_catalog-product.scss */
.product-view .product-info .product-shop-wrap.discontinued .replacementItemsWrapper ul li .replacementItem .button:hover {
  background: #17b5ee;
  border: 1px solid #17b5ee;
}
/* line 838, ../scss/module/_catalog-product.scss */
.product-view .product-info .product-shop-wrap.discontinued .replacementItemsWrapper ul li .replacementItem:hover {
  text-decoration: none;
}
/* line 840, ../scss/module/_catalog-product.scss */
.product-view .product-info .product-shop-wrap.discontinued .replacementItemsWrapper ul li .replacementItem:hover h5 {
  text-decoration: none;
}
/* line 842, ../scss/module/_catalog-product.scss */
.product-view .product-info .product-shop-wrap.discontinued .replacementItemsWrapper ul li .replacementItem:hover h5:hover {
  text-decoration: none;
}
/* line 851, ../scss/module/_catalog-product.scss */
.product-view .product-info .product-shop-wrap.discontinued .noReplacementsTtl {
  margin-top: 22px;
  font-size: 18px;
  font-weight: 700;
  color: #134063;
  text-align: center;
  display: block;
}
/* line 859, ../scss/module/_catalog-product.scss */
.product-view .product-info .product-shop-wrap.discontinued .noReplacementsPhone {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #901f18;
  text-align: center;
  display: block;
}
/* line 866, ../scss/module/_catalog-product.scss */
.product-view .product-info .product-shop-wrap.discontinued .noReplacementsPhone a {
  font-size: 18px;
  font-weight: 700;
  color: #901f18;
  display: block;
}
/* line 871, ../scss/module/_catalog-product.scss */
.product-view .product-info .product-shop-wrap.discontinued .noReplacementsPhone a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 600px) {
  /* line 880, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap.discontinued {
    margin: 17px 0 20px;
    padding: 0 0 16px;
    width: inherit;
    background: inherit;
    display: inherit;
    float: inherit;
  }
  /* line 893, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap.discontinued .replacementItemsWrapper ul li.first {
    margin-right: 4.5%;
  }
  /* line 901, ../scss/module/_catalog-product.scss */
  .product-view .product-info.discontinued .productDetailsLink {
    display: none;
  }
}
/* line 909, ../scss/module/_catalog-product.scss */
.product-view .product-shop {
  width: 50%;
  float: right;
  margin-top: 30px;
}
/* line 914, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name {
  display: none;
  float: left;
}
/* line 918, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 5px;
}
/* line 923, ../scss/module/_catalog-product.scss */
.product-view .product-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left;
  width: 70%;
}
/* line 930, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-info {
  float: right;
  padding-left: 15px;
  text-align: right;
}
/* line 936, ../scss/module/_catalog-product.scss */
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  max-width: 70%;
  margin-bottom: 10px;
}
/* line 942, ../scss/module/_catalog-product.scss */
.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}
/* line 947, ../scss/module/_catalog-product.scss */
.product-view .product-shop .ratings {
  margin-bottom: 8px;
}
/* line 951, ../scss/module/_catalog-product.scss */
.product-view .product-shop .availability {
  font-size: 16px;
}
/* line 955, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box {
  margin-top: 0;
}
/* line 958, ../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 965, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .priceBoxLoginForPrice {
  font-size: 21px;
  font-weight: 400;
  color: #901f18;
  display: block;
}
/* line 972, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .priceBoxWhyPriceHidden {
  display: none;
}
/* line 974, ../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: 24px;
  font-weight: 400;
}
/* line 981, ../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 986, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .regular-price.ac-price .price {
  color: #901f18;
  font-weight: 700;
}
/* line 991, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .old-price .special-price,
.product-view .product-shop .price-box .special-price {
  color: #901f18;
  padding-left: 0;
  display: block;
}
/* line 997, ../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: #901f18;
}
/* line 1001, ../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: #901f18;
  text-decoration: none;
}
/* line 1007, ../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 1010, ../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 1016, ../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 1022, ../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 1027, ../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 1031, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box:last-child {
  margin-top: -10px;
}
/* line 1036, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .old-price .price.pla {
  font-weight: 400;
  color: #363636;
}
/* line 1041, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box p {
  text-align: center;
  width: 151px;
  line-height: 21px;
  margin: 0 auto;
}
/* line 1047, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box p .comingsoon-contact-phone {
  white-space: nowrap;
  color: #363636;
}
/* line 1050, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box p .comingsoon-contact-phone:hover {
  text-decoration: none;
}
/* line 1054, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box p .comingsoon-chat {
  color: #363636;
  text-decoration: none;
  border-bottom: 1px solid #363636;
  padding-bottom: 1px;
}
/* line 1059, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box p .comingsoon-chat:hover {
  text-decoration: none;
}
/* line 1067, ../scss/module/_catalog-product.scss */
.product-view #productDiscontinuedBtn {
  font-size: 15px;
  color: #363636;
  text-align: center;
}
/* line 1071, ../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 1078, ../scss/module/_catalog-product.scss */
.product-view #productDiscontinuedBtn p {
  margin-top: 6px;
  margin-bottom: -16px;
  line-height: 20px;
}
/* line 1083, ../scss/module/_catalog-product.scss */
.product-view #productDiscontinuedBtn p .contact-phone {
  text-decoration: none;
  font-weight: 700;
  color: #363636;
}
/* line 1091, ../scss/module/_catalog-product.scss */
.product-view #productDiscontinuedBtn.comingSoon {
  text-align: center;
  color: #901f18;
  font-weight: bold;
  font-size: 22px;
  margin-top: 6px;
}
/* line 1100, ../scss/module/_catalog-product.scss */
.product-view .price-box.map-info a {
  display: inherit;
}
/* line 1105, ../scss/module/_catalog-product.scss */
.product-view .old-price .price-label {
  display: none;
}
/* line 1107, ../scss/module/_catalog-product.scss */
.product-view .old-price .price-label.pla {
  display: inline;
}
/* line 1111, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 50%;
  float: right;
  clear: right;
}
/* line 1119, ../scss/module/_catalog-product.scss */
.product-view #groupedProductItemsTable #additionalSystems {
  display: none;
}
/* line 1123, ../scss/module/_catalog-product.scss */
.product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 {
  margin: 20px 0 0 0;
  padding: 0 0 15px 0;
  background-color: #ededed;
}
/* line 1128, ../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 1138, ../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 1146, ../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: #901f18;
}
/* line 1154, ../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 1164, ../scss/module/_catalog-product.scss */
.product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 .add-to-box .add-to-cart-buttons {
  margin-right: 0;
}
/* line 1174, ../scss/module/_catalog-product.scss */
.product-view .data-table col {
  width: 43%;
}
/* line 1175, ../scss/module/_catalog-product.scss */
.product-view .data-table > col {
  width: 56%;
}
/* line 1177, ../scss/module/_catalog-product.scss */
.product-view .data-table th {
  white-space: normal;
}
/* line 1182, ../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 1193, ../scss/module/_catalog-product.scss */
.product-view #upsFreeShipping p {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}
/* line 1199, ../scss/module/_catalog-product.scss */
.product-view #upsFreeShipping span {
  font-size: 10px;
}
/* line 1206, ../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: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
}
/* line 1220, ../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 #901f18;
  border-bottom: none;
  position: absolute;
  right: 20px;
  top: 50%;
  display: inline-block;
}
/* line 1227, ../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: #636363;
  text-align: center;
}
/* line 1239, ../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 22px 8px;
  background-size: 31px 31px;
}
/* line 1244, ../scss/module/_catalog-product.scss */
.product-view .collateral-tabs dd.tab-container .compareSoftwareEditionsTrigger.compareBbEditionsTrigger:before {
  content: "Mac";
  background: url(../images/software_comp_overlay/software_comp_overlay_apple.png) no-repeat 23px 6px;
  background-size: 29px 33px;
}
/* line 1249, ../scss/module/_catalog-product.scss */
.product-view .collateral-tabs dd.tab-container .compareSoftwareEditionsTrigger span {
  padding-left: 18px;
  min-height: 40px;
  border-left: 1px solid #ccc;
  display: inline-block;
  line-height: 27px;
}
/* line 1255, ../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 1266, ../scss/module/_catalog-product.scss */
.product-view .collateral-tabs dd.tab-container .compareSoftwareEditionsTrigger.compareIdSuiteEditionsTrigger + .compareSoftwareEditionsTrigger.compareBbEditionsTrigger {
  margin-top: 0;
}
/* line 1272, ../scss/module/_catalog-product.scss */
.product-view .prop65 {
  display: block;
  margin: 54px auto;
  padding: 20px 8% 0;
  border-top: 1px solid #ccc;
  max-width: 700px;
  font-size: 11px;
  color: #666565;
  line-height: 16px;
}
/* line 1281, ../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 1288, ../scss/module/_catalog-product.scss */
.product-view .prop65 strong {
  font-weight: 700;
  display: inline-block !important;
  margin-top: 0 !important;
}
/* line 1295, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay {
  margin: 0 10px 40px;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 3;
  background-color: #fff;
  width: calc(100% - 20px);
}
/* line 1302, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compareSoftwareEditionsHeader {
  padding: 9px 37px 10px 75px;
  min-height: 59px;
  color: #363636;
  font-size: 24px;
  font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  position: relative;
}
/* line 1311, ../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: #636363;
  text-align: center;
}
/* line 1332, ../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 22px 8px;
  background-size: 31px 31px;
}
/* line 1337, ../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 23px 6px;
  background-size: 29px 33px;
}
/* line 1342, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compareSoftwareEditionsHeader span {
  padding-left: 18px;
  min-height: 40px;
  border-left: 1px solid #ccc;
  display: inline-block;
  line-height: 27px;
}
/* line 1348, ../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 1357, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compareSoftwareEditionsHeader .softwareCompOverlayClose {
  position: absolute;
  top: 5px;
  right: 6px;
  font-size: 24px;
  font-weight: 700;
  font-family: Arial, sans-serif;
  cursor: pointer;
}
/* line 1365, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compareSoftwareEditionsHeader .softwareCompOverlayClose:after {
  content: "\d7";
  width: 34px;
  height: 34px;
  display: block;
  font-weight: 400;
  font-family: arial, sans-serif;
  color: #363636;
  font-size: 30px;
  border-width: 0px;
}
/* line 1378, ../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: #636363;
}
/* line 1386, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compItem {
  margin: 40px auto 0;
  padding: 0 36px;
  max-width: 900px;
  width: 100%;
  color: #636363;
}
/* line 1392, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compItem img {
  margin: 0 auto;
  max-width: 199px;
}
/* line 1396, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compItem h2 {
  margin-top: 14px;
  margin-bottom: 0;
  padding: 1px 8px;
  background: #ececec;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  color: #363636;
}
/* line 1407, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compItem h2 span {
  font-weight: 400;
}
/* line 1411, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compItem p {
  margin-top: 8px;
  padding: 0 8px;
}
/* line 1415, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compItem ul {
  margin-top: 10px;
  list-style: disc;
  list-style-position: outside;
}
/* line 1419, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .compItem ul li {
  margin-left: 29px;
  padding-left: 1em;
}
/* line 1425, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .softwareCompareOverlayFooter {
  margin: 0 4px 4px;
  padding: 40px 24px 0 23px;
  height: 110px;
  background: #fcfbfc !important;
  background: -webkit-linear-gradient(-90deg, #fcfbfc, #e9e9e9) !important;
  background: linear-gradient(180deg, #fcfbfc, #e9e9e9) !important;
  display: block;
}
/* line 1431, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .softwareCompareOverlayFooter .contact {
  float: right;
}
/* line 1433, ../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 1442, ../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;
}
/* line 1452, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .softwareCompareOverlayFooter .tagline {
  margin-right: 22px;
  padding-right: 19px;
  float: right;
  height: 54px;
  border-right: 1px solid #ccc;
}
/* line 1458, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .softwareCompareOverlayFooter .tagline span {
  display: none;
}
/* line 1460, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .softwareCompareOverlayFooter .pdf {
  padding-left: 60px;
  background: url(../images/software_comp_overlay/software_comp_overlay_pdf.png) 0 0 no-repeat;
  background-size: 48px;
  font-size: 12px;
  line-height: 50px;
  float: left;
}
/* line 1467, ../scss/module/_catalog-product.scss */
.product-view .softwareCompOverlay .softwareCompareOverlayFooter .pdf span {
  display: none;
}
/* line 1471, ../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 1481, ../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 1490, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails .alphaCareProdDetailsHeader span {
  min-height: 40px;
  display: inline-block;
  line-height: 27px;
}
/* line 1495, ../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 1504, ../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 1519, ../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 1526, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table {
  width: 93% !important;
  max-width: 870px;
  display: table;
  margin: 50px auto 0 auto;
}
/* line 1532, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table.desktop {
  display: none;
}
/* line 1535, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table.mobile {
  display: block;
}
/* line 1538, ../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 1545, ../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 1555, ../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 1558, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table th img {
  width: 78%;
  margin: 0 auto 20px auto;
}
/* line 1564, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table th.no-border-right img {
  width: 100%;
}
/* line 1569, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table td {
  color: #636363;
  vertical-align: inherit;
}
/* line 1573, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table td img {
  width: 78%;
  margin: 0 auto 20px auto;
}
/* line 1577, ../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 1584, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table td.acplus-col img {
  width: 100%;
  margin-bottom: 0;
}
/* line 1589, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table td.sub-label {
  font-size: 15px;
  font-style: italic;
  text-align: center;
}
/* line 1594, ../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 1601, ../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 1607, ../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 1613, ../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 1619, ../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 1625, ../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 1631, ../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 1637, ../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 1643, ../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 1649, ../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 1655, ../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 1661, ../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 1667, ../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 1674, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table .no-border-left {
  border-left: none;
}
/* line 1677, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails table .no-border-right {
  border-right: none;
}
/* line 1681, ../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 1690, ../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 1698, ../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 1711, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails .alphaCareProdDetailsFooter .see-details span {
  display: none;
}
/* line 1715, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails .alphaCareProdDetailsFooter .contact {
  float: right;
}
/* line 1718, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails .alphaCareProdDetailsFooter .contact .phone {
  text-align: right;
  color: #901f18;
  font-weight: 700;
  font-size: 22px;
  display: block;
  clear: left;
  float: right;
}
/* line 1727, ../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 1737, ../scss/module/_catalog-product.scss */
.product-view .alphacareProductDetails .alphaCareProdDetailsFooter .tagline {
  display: none;
}
/* line 1743, ../scss/module/_catalog-product.scss */
.product-view .tab-content .box-up-sell-combo > h2 {
  margin-left: 26px;
  color: #636363;
  text-transform: capitalize;
  font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-weight: 200;
  line-height: 1em;
  display: block;
}
@media only screen and (max-width: 600px) {
  /* line 1743, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo > h2 {
    margin-top: 46px;
  }
}
/* line 1755, ../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 1755, ../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 1755, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo > h2.suppliesTabTitle {
    padding-right: 37%;
  }
}
/* line 1766, ../scss/module/_catalog-product.scss */
.product-view .tab-content .box-up-sell-combo > p {
  margin-left: 26px;
  margin-bottom: 36px;
  color: #636363;
}
/* line 1771, ../scss/module/_catalog-product.scss */
.product-view .tab-content .box-up-sell-combo .products-grid {
  margin-right: 0;
  padding: 0 25px 22px;
  background: #f3f3f3;
}
/* line 1777, ../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 1787, ../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 1792, ../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 1798, ../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 1801, ../scss/module/_catalog-product.scss */
.product-view .tab-content .box-up-sell-combo .products-grid > li .product-name a:hover {
  text-decoration: underline;
}
/* line 1806, ../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 1811, ../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 1814, ../scss/module/_catalog-product.scss */
.product-view .tab-content .box-up-sell-combo .products-grid > li .price-box .price-label {
  display: inline-block;
}
/* line 1817, ../scss/module/_catalog-product.scss */
.product-view .tab-content .box-up-sell-combo .products-grid > li .price-box .addToCartCopy {
  display: none;
}
/* line 1821, ../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: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  padding: 0px 16px;
  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 1835, ../scss/module/_catalog-product.scss */
.product-view .tab-content .box-up-sell-combo .products-grid > li .button:hover {
  background: #17b5ee !important;
  border: 1px solid #17b5ee !important;
}
@media only screen and (min-width: 600px) {
  /* line 1843, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid {
    margin-right: 20px;
  }
  /* line 1847, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li {
    width: 47%;
    margin-right: 5%;
    clear: none;
  }
  /* line 1852, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(odd) {
    clear: none;
  }
  /* line 1855, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(2n + 1) {
    clear: left;
  }
  /* line 1859, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(3n + 1) {
    clear: none;
  }
  /* line 1863, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(4n + 1) {
    clear: none;
  }
  /* line 1866, ../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 1874, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li {
    width: 31%;
    margin-right: 3.3%;
  }
  /* line 1878, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(odd) {
    clear: none;
  }
  /* line 1881, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(2n + 1) {
    clear: none;
  }
  /* line 1886, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(3n + 1) {
    clear: left;
  }
  /* line 1890, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(4n + 1) {
    clear: none;
  }
  /* line 1893, ../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 1894, ../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 1895, ../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 1903, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li {
    width: 23%;
    margin-right: 2.6%;
  }
  /* line 1907, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(odd) {
    clear: none;
  }
  /* line 1910, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(3n + 1) {
    clear: none;
  }
  /* line 1915, ../scss/module/_catalog-product.scss */
  .product-view .tab-content .box-up-sell-combo .products-grid > li:nth-child(4n + 1) {
    clear: left;
  }
  /* line 1918, ../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 1919, ../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 1920, ../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 1921, ../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 1935, ../scss/module/_catalog-product.scss */
  .product-view #groupedProductItemsTable #additionalSystems {
    display: none;
  }
  /* line 1939, ../scss/module/_catalog-product.scss */
  .product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 {
    margin: 20px 0 0 0;
    padding: 0 0 8px 0;
    background-color: #ededed;
  }
  /* line 1944, ../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 1954, ../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 1966, ../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: #901f18;
  }
  /* line 1974, ../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 1982, ../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 1996, ../scss/module/_catalog-product.scss */
  .product-view .softwareCompOverlay .softwareCompareOverlayFooter .tagline {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  /* line 2026, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
  /* line 2036, ../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 2040, ../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 2053, ../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 2057, ../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 2066, ../scss/module/_catalog-product.scss */
.product-img-box {
  width: 50%;
  float: left;
}
/* line 2071, ../scss/module/_catalog-product.scss */
.product-img-box .product-name h1 {
  border: 0;
}
/* line 2076, ../scss/module/_catalog-product.scss */
.product-img-box .product-image {
  margin-bottom: 15px;
}
/* line 2080, ../scss/module/_catalog-product.scss */
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 300px;
  margin: auto;
  width: 300px;
}
/* line 2099, ../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 2111, ../scss/module/_catalog-product.scss */
  .product-img-box .product-image img {
    max-height: 300px;
  }
}
/* line 2117, ../scss/module/_catalog-product.scss */
.product-image-gallery {
  position: relative;
}
/* line 2120, ../scss/module/_catalog-product.scss */
.product-image-gallery .discontinuedMask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
}
/* line 2127, ../scss/module/_catalog-product.scss */
.product-image-gallery .discontinuedMask span {
  color: #134063;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  display: block;
}
/* line 2141, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image {
  display: none;
}
/* line 2144, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image.visible {
  display: block;
}
/* line 2147, ../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 2157, ../scss/module/_catalog-product.scss */
.product-image-thumbs li {
  display: inline-block;
}
/* line 2160, ../scss/module/_catalog-product.scss */
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
/* line 2163, ../scss/module/_catalog-product.scss */
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

/* line 2170, ../scss/module/_catalog-product.scss */
.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}

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

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

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

/* line 2193, ../scss/module/_catalog-product.scss */
.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}
/* line 2195, ../scss/module/_catalog-product.scss */
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: "";
  display: table;
  clear: both;
}
/* line 2209, ../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 2215, ../scss/module/_catalog-product.scss */
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
/* line 2220, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button {
  margin-bottom: 0;
}
/* line 2225, ../scss/module/_catalog-product.scss */
.product-view .price-box .yousave-price {
  display: none;
}
/* line 2229, ../scss/module/_catalog-product.scss */
.product-view .price-box .priceRow.retailPrice {
  display: block;
}
/* line 2231, ../scss/module/_catalog-product.scss */
.product-view .price-box .priceRow.retailPrice .price {
  font-size: 15px;
  text-decoration: line-through;
}
/* line 2238, ../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 2244, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper label {
  line-height: 32px;
  font-size: 12px;
}
/* line 2249, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 32px;
}
/* line 2254, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons {
  margin-right: 10px;
  max-width: 100%;
  min-height: 30px;
  display: table;
}
/* line 2261, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
/* line 2265, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px;
}
/* line 2271, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto;
}
/* line 2276, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
/* line 2281, ../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 2292, ../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 {
  min-height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  padding: 0px 16px;
  float: left;
  width: 100%;
  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 2310, ../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: #17b5ee !important;
  border: 1px solid #17b5ee !important;
}
/* line 2316, ../scss/module/_catalog-product.scss */
.product-view .button.productComboListingButton {
  margin-top: 20px;
  float: none;
}
/* line 2322, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .button.btn-custom {
  padding: 0px 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;
}
/* line 2331, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .button.btn-custom:hover {
  background: #17b5ee !important;
  border: 1px solid #17b5ee !important;
}
/* line 2340, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .button.btn-custom.button-off {
  border: 1px solid #636363 !important;
  background: #636363 !important;
}
/* line 2344, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .button.btn-custom.button-off:hover {
  background: #17b5ee !important;
  border: 1px solid #17b5ee !important;
}
/* line 2349, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart button.btn-custom {
  margin-top: 10px;
}
/* line 2356, ../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 2363, ../scss/module/_catalog-product.scss */
.product-view .alert-price,
.product-view .alert-stock {
  clear: both;
}

@media only screen and (max-width: 479px) {
  /* line 2371, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  /* line 2375, ../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 2390, ../scss/module/_catalog-product.scss */
.add-to-box .or {
  display: none;
}

/* line 2394, ../scss/module/_catalog-product.scss */
.product-view .add-to-links {
  display: none;
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
  float: left;
}
/* line 2402, ../scss/module/_catalog-product.scss */
.product-view .add-to-links:after {
  content: "";
  display: table;
  clear: both;
}
/* line 2406, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li {
  float: left;
}
/* line 2410, ../scss/module/_catalog-product.scss */
.product-view .add-to-links a {
  padding: 2px 7px 2px 0px;
  margin-left: 7px;
  border-right: 1px solid #cccccc;
}
/* line 2416, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li:first-child a {
  margin-left: 0px;
}
/* line 2420, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li:last-child a {
  border-right: 0px;
}

/* line 2425, ../scss/module/_catalog-product.scss */
.product-view .sharing-links {
  display: none;
  float: left;
}
/* line 2430, ../scss/module/_catalog-product.scss */
.product-view .sharing-links:after {
  content: "";
  display: table;
  clear: both;
}
/* line 2434, ../scss/module/_catalog-product.scss */
.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}
/* line 2439, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
/* line 2446, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
/* line 2449, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}
/* line 2452, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}
/* line 2455, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}
/* line 2458, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}
/* line 2461, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}

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

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

/* line 2488, ../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: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica Neue", Arial, 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: 0px;
  padding: 20px 29px 20px 19px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #cacdd4;
  position: relative;
  background-color: #dfeaf2;
  display: block;
}
/* 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 #6d6d6d;
  border-bottom: none;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
/* line 136, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl > dd {
  padding: 0;
  margin: 0;
  border-width: 0;
  border-style: solid;
  border-color: #cccccc;
}
/* line 143, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl > dd:last-child {
  border-width: 0 0 1px;
}
/* line 151, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl > dt {
  cursor: pointer;
  border-bottom-width: 0;
}
/* line 155, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl > dt:hover {
  color: #363636;
}
/* line 158, ../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 #6d6d6d;
  border-bottom: none;
}
/* line 161, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl > dt.last {
  border-bottom-width: 1px;
}
/* line 166, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl > dd {
  display: none;
}
/* line 174, ../scss/mixin/_toggle-content.scss */
.product-collateral.accordion-open > dl > dt.current {
  border-bottom-width: 0px;
  background-color: #e5e5e5;
}
/* line 179, ../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 197, ../scss/mixin/_toggle-content.scss */
.product-collateral.accordion-open > dl > dd.current {
  display: block;
}
/* line 2497, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content-video,
.product-collateral .tab-content-brochure {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 2503, ../scss/module/_catalog-product.scss */
.product-collateral .productVideoLink,
.product-collateral .productBrochurePdf {
  display: block;
  color: #363636;
  padding: 8px 14px 8px 38px;
  border-bottom: 1px solid #e5e5e5;
  text-indent: -19px;
  line-height: 21px;
}
/* line 2511, ../scss/module/_catalog-product.scss */
.product-collateral .productVideoLink:before,
.product-collateral .productBrochurePdf:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #134063;
  border-right: none;
  position: relative;
  display: inline-block;
  padding-right: 12px;
}
/* line 2518, ../scss/module/_catalog-product.scss */
.product-collateral .productVideoLink.last,
.product-collateral .productBrochurePdf.last {
  border-bottom: 0px;
}
/* line 2524, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.description {
  padding: 19px;
}
/* line 2527, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.description h2 {
  display: inherit;
}
/* line 2528, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.description > h2 {
  display: none;
}
/* line 2530, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.description strong {
  color: #363636;
  display: block;
  margin-top: 25px;
}
/* line 2535, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.description p {
  margin-bottom: 10px;
}
/* line 2538, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.description img.pro-exchange-logo {
  width: 100%;
  max-width: 215px;
  height: auto;
  margin: 20px 0;
}
/* line 2545, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options {
  padding: 20px 0 50px;
}
/* line 2547, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options h2 {
  display: block;
}
/* line 2550, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul {
  margin-top: 60px;
  position: relative;
}
/* line 2553, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .item {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e8e8e8;
}
/* line 2558, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .item .item-area .product-image {
  float: left;
}
/* line 2560, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .item .item-area .product-image img {
  width: 95px;
}
/* line 2563, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .item .item-area .product-image.not-visible {
  pointer-events: none;
  cursor: default;
}
/* line 2568, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .item .item-area .details {
  margin-left: 100px;
}
/* line 2572, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .item .item-area .details .info .name a {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #363636;
  text-transform: none;
  line-height: 21px;
  display: inline-block;
}
/* line 2580, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .item .item-area .details .info .name a.not-visible {
  pointer-events: none;
  cursor: default;
}
/* line 2583, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .item .item-area .details .info .name a.not-visible:hover {
  text-decoration: none;
}
/* line 2588, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .item .item-area .details .info .name .product-sku {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #363636;
  display: block;
  margin-top: 2px;
}
/* line 2596, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .item .item-area .details .info .short-desc {
  color: #636363;
}
/* line 2600, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .item .item-area .details .action {
  margin-top: 15px;
}
/* line 2603, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .item .item-area .details .action .price-area .msrp,
.product-collateral .tab-content.all-options ul .item .item-area .details .action .price-area .price {
  display: block;
  color: #363636;
  font-weight: normal;
}
/* line 2608, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .item .item-area .details .action .price-area .msrp span,
.product-collateral .tab-content.all-options ul .item .item-area .details .action .price-area .price span {
  display: inline;
}
/* line 2613, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .item .item-area .details .action .price-area .msrp span {
  text-decoration: line-through;
}
/* line 2618, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .item .item-area .details .action .price-area .price span {
  color: #901f18;
  font-weight: bold;
}
/* line 2623, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .item .item-area .details .action .price-area a {
  color: #901f18;
  font-weight: bold;
}
/* line 2628, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .item .item-area .details .action .view-details {
  -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: #c4c4c4;
  display: inline-block;
  padding: 2px 27px;
  margin-top: 10px;
}
/* line 2640, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .item .item-area .details .action .view-details:hover {
  background-color: #17b5ee;
  text-decoration: none;
}
/* line 2644, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .item .item-area .details .action .view-details.not-visible {
  display: none;
}
/* line 2650, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .item .item-area:after {
  content: "";
  display: block;
  clear: both;
}
/* line 2656, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .item .hidden {
  display: none;
}
/* line 2660, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .toggle_all {
  display: none;
  margin: 0 auto;
}
/* line 2663, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .toggle_all.active {
  display: table;
}
/* line 2666, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .toggle_all:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #134063;
  border-bottom: none;
  position: relative;
  margin: 0 auto;
}
/* line 2678, ../scss/module/_catalog-product.scss */
.product-collateral .tab-content.all-options ul .toggle_all:hover {
  text-decoration: none;
}
/* line 2686, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable {
  margin: 0;
  width: 100%;
  text-align: left;
  float: none;
  font-size: 12px;
}
/* line 2693, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable th,
.product-collateral table.printerComparisonToolTable td {
  padding: 0;
  border: none;
  background: #fff;
}
/* line 2695, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable th img {
  display: block;
  margin: 0 auto;
}
/* line 2696, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable th a {
  text-decoration: none;
}
/* line 2698, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable th a:hover {
  text-decoration: underline;
}
/* line 2700, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable th h3 {
  margin: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #134063;
}
/* line 2706, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable th h3 strong {
  padding: 0;
  text-transform: uppercase;
}
/* line 2712, ../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 2719, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable th h4 a {
  color: #134063;
  text-decoration: underline;
  white-space: nowrap;
}
/* line 2727, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable tr.topBorder {
  border-top: 1px solid #d5d4d4;
}
/* line 2731, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .sectionTitleRow td {
  padding: 0 5px 0 10px;
  background: #ececec;
  line-height: 22px;
  color: #6a6969;
  border-left: 1px solid #e0e0e0;
  cursor: pointer;
}
/* line 2739, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .sectionTitleRow .sectionTitleArrow {
  padding: 0;
  border-left: 0px solid #e0e0e0;
}
/* line 2743, ../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 #901f18;
  border-top: none;
  position: relative;
  margin-left: 5px;
}
/* line 2750, ../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 #901f18;
  border-bottom: none;
}
/* line 2755, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .sectionTitleRow .sectionTitle {
  padding: 0;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-left: 0px solid #e0e0e0;
}
/* line 2766, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .standardRow td {
  padding: 0 5px 0 10px;
  border-left: 1px solid #eae9e9;
  color: #6a6969;
}
/* line 2770, ../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 2771, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .standardRow td div.slide {
  padding: 5px 0 3px;
}
/* line 2773, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .standardRow.lastRow td {
  border-left: 0px solid #fff;
}
/* line 2775, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .standardRow.lastRow td div.slide {
  padding-top: 16px;
}
/* line 2777, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .standardRow.beforeTitleRow td div.slide {
  padding-bottom: 7px;
}
/* line 2778, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .standardRow.afterTitleRowSubHead td div.slide {
  padding-top: 10px;
}
/* line 2779, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .standardRow .toolTip {
  display: none;
}
/* line 2783, ../scss/module/_catalog-product.scss */
.product-collateral table.printerComparisonToolTable .compIdentifier img {
  margin: 0;
}
/* line 2784, ../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 2785, ../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 2803, ../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 2811, ../scss/module/_catalog-product.scss */
  .product-img-box.second,
  .productHighlights.second,
  .videosSectionLink,
  .pdfsSectionLink {
    display: none;
  }

  /* line 2819, ../scss/module/_catalog-product.scss */
  .product-collateral {
    padding-right: 2px;
    padding-left: 2px;
  }

  /* line 2826, ../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 #ccc;
  }
  /* line 2834, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .product-main-info,
  .product-view .product-shop .add-to-box {
    padding: 0 15px;
  }
  /* line 2838, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .toSystemLink {
    display: block;
    margin: 10px 15px 0;
    padding: 0px 12px;
    min-height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    color: #fff;
    white-space: normal;
    background: #636363;
    border: 1px solid #636363;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
  /* line 2855, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .toSystemLink:hover {
    text-decoration: none;
    background: #17b5ee;
    border: 1px solid #17b5ee;
  }
  /* line 2860, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .toSystemLink:after {
    content: none;
  }

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

/* line 2900, ../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: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  line-height: inherit;
}
/* line 2910, ../scss/module/_catalog-product.scss */
#product-attribute-specs-table td {
  padding: 6px 10px 6px 10px;
  border-bottom: 1px solid #c0c0c0;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
/* line 2921, ../scss/module/_catalog-product.scss */
.grouped-items-table-wrapper {
  border: solid 1px #c0c0c0;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
/* line 2927, ../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 2921, ../scss/module/_catalog-product.scss */
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}

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

/* line 2943, ../scss/module/_catalog-product.scss */
.grouped-items-table .systemOptionMessageWrapper {
  color: #901f18;
  font-style: italic;
}
/* line 2947, ../scss/module/_catalog-product.scss */
.grouped-items-table .name-wrapper {
  color: #134063;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
}
/* line 2952, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
/* line 2956, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-label {
  margin-left: 7px;
}
/* line 2960, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemDiv {
  margin-top: 20px;
  padding-top: 26px;
  border-top: 1px solid #e5e5e5;
}
/* line 2965, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemDiv.first {
  padding-top: 0;
  margin-top: 12px;
  border-top: 0px;
}
/* line 2972, ../scss/module/_catalog-product.scss */
.grouped-items-table td {
  padding: 0;
}
/* line 2975, ../scss/module/_catalog-product.scss */
.grouped-items-table td:last-child {
  text-align: left;
}
/* line 2980, ../scss/module/_catalog-product.scss */
.grouped-items-table .price-box {
  text-align: right;
}
/* line 2985, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemInfoTt1 a {
  color: #363636;
  font-weight: bold;
  line-height: 22px;
  display: inline-block;
}
/* line 2993, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemInfoImg {
  padding-right: 20px;
  text-align: center;
}
/* line 2996, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemInfoImg a {
  text-align: center;
  display: block;
}
/* line 3000, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemInfoImg img {
  display: inline-block;
}
/* line 3007, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemTdInfoQuantity {
  text-align: left;
}
/* line 3009, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemTdInfoQuantity .groupedItemInfoQuantity {
  margin-top: 15px;
  padding-bottom: 10px;
}
/* line 3013, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemTdInfoQuantity .groupedItemInfoQuantity:before {
  content: "Qty:";
  font-size: 12px;
  padding-right: 4px;
}
/* line 3021, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemTdInfoOptions {
  text-align: left;
}
/* line 3024, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemTdInfoOptions .groupedItemInfoOptions .product-options {
  border-bottom: 0px;
  padding-left: 0;
  padding-top: 0;
}
/* line 3028, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemTdInfoOptions .groupedItemInfoOptions .product-options .required-key {
  display: none;
}
/* line 3033, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemTdInfoOptions .grouped-option {
  padding-top: 12px;
}
/* line 3038, ../scss/module/_catalog-product.scss */
.grouped-items-table .groupedItemTdInfoOptions .grouped-option-title .required:after {
  content: "";
}
/* line 3045, ../scss/module/_catalog-product.scss */
.grouped-items-table .group-item-product-copy {
  padding-left: 0;
  color: #636363;
}
/* line 3051, ../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 3068, ../scss/module/_catalog-product.scss */
.grouped-items-table .qtip-defaults_onhover1 .qtipCloseBottom {
  top: auto;
  bottom: -7px;
}
/* line 3072, ../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 3077, ../scss/module/_catalog-product.scss */
.grouped-items-table div.tipTitle ul {
  list-style-type: disc !important;
  margin-left: 16px;
}
/* line 3081, ../scss/module/_catalog-product.scss */
.grouped-items-table div.tipTitle ul li {
  margin-bottom: 3px;
}
/* line 3084, ../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 3097, ../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 3106, ../scss/module/_catalog-product.scss */
.product-options label {
  font-size: 15px;
}

/* line 3111, ../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 3119, ../scss/module/_catalog-product.scss */
  .product-view .product-options .required {
    position: static;
  }
}
/* line 3124, ../scss/module/_catalog-product.scss */
.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

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

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

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

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

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

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

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

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

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

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

/* line 3176, ../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 3182, ../scss/module/_catalog-product.scss */
.product-options dd textarea {
  width: 98%;
  height: 8em;
}

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

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

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

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

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

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

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

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

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

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

/* line 3237, ../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 3237, ../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 3256, ../scss/module/_catalog-product.scss */
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

/* line 3261, ../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 3268, ../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 3277, ../scss/module/_catalog-product.scss */
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  /* line 3280, ../scss/module/_catalog-product.scss */
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
/* line 3286, ../scss/module/_catalog-product.scss */
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
/* line 3298, ../scss/module/_catalog-product.scss */
.block-related li {
  margin-bottom: 7px;
}
/* line 3302, ../scss/module/_catalog-product.scss */
.block-related .block-title {
  border-bottom: none;
}
/* line 3305, ../scss/module/_catalog-product.scss */
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #000;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 3311, ../scss/module/_catalog-product.scss */
.block-related .block-subtitle {
  margin-bottom: 7px;
}
/* line 3315, ../scss/module/_catalog-product.scss */
.block-related .product {
  margin-left: 20px;
  position: relative;
}
/* line 3319, ../scss/module/_catalog-product.scss */
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
/* line 3324, ../scss/module/_catalog-product.scss */
.block-related .product-details {
  margin-left: 90px;
}
/* line 3328, ../scss/module/_catalog-product.scss */
.block-related .product-name {
  margin-bottom: 3px;
}
/* line 3332, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}
/* line 3335, ../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 3341, ../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 3348, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box:after {
  content: "";
  display: table;
  clear: both;
}
/* line 3352, ../scss/module/_catalog-product.scss */
.block-related .link-wishlist {
  display: none;
}

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

@media only screen and (min-width: 979px) {
  /* line 3366, ../scss/module/_catalog-product.scss */
  .detail_tab_software_cluster_img {
    display: block;
    width: 485px;
    margin-bottom: 46px;
  }
}
/* -------------------------------------------- *
 * Upsell Products
 */
/* line 3378, ../scss/module/_catalog-product.scss */
.box-up-sell {
  margin-top: 20px;
}
/* line 3381, ../scss/module/_catalog-product.scss */
.box-up-sell .ratings {
  display: none;
}

@media only screen and (max-width: 600px) {
  /* line 3393, ../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 3409, ../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 3413, ../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 3421, ../scss/module/_catalog-product.scss */
.product-view .video_brochure_wrapper {
  margin-top: 80px;
  float: left;
  display: inline;
  width: 100%;
  height: auto;
  background-color: #f3f3f3;
  padding: 70px 2% 70px 2%;
  position: relative;
}
/* line 3430, ../scss/module/_catalog-product.scss */
.product-view .video_brochure_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 3438, ../scss/module/_catalog-product.scss */
.product-view .video_brochure_wrapper h2 {
  margin: 50px 0 0;
  font-size: 21px;
  font-weight: 400;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  color: #636363;
  text-transform: uppercase;
  text-align: center;
}
/* line 3447, ../scss/module/_catalog-product.scss */
.product-view .video_brochure_wrapper h2.brochures_ttl {
  margin-top: 30px;
  text-align: center;
  display: block;
}
/* line 3454, ../scss/module/_catalog-product.scss */
.product-view .video_brochure_wrapper .tab-content-video {
  margin: 43px auto 0;
  display: inline-block;
  text-align: center;
}
/* line 3458, ../scss/module/_catalog-product.scss */
.product-view .video_brochure_wrapper .tab-content-video .productVideoLink {
  max-width: 94%;
  display: inline-block;
  margin: 0 auto 50px;
  vertical-align: top;
  font-weight: 700;
  position: relative;
}
/* line 3465, ../scss/module/_catalog-product.scss */
.product-view .video_brochure_wrapper .tab-content-video .productVideoLink img {
  padding-bottom: 10px;
  width: 100%;
}
/* line 3468, ../scss/module/_catalog-product.scss */
.product-view .video_brochure_wrapper .tab-content-video .productVideoLink img.videomask {
  position: absolute;
}
/* line 3472, ../scss/module/_catalog-product.scss */
.product-view .video_brochure_wrapper .tab-content-video .productVideoLink:last-child {
  margin-right: 0;
}
/* line 3475, ../scss/module/_catalog-product.scss */
.product-view .video_brochure_wrapper .tab-content-brochure {
  margin-top: 46px;
  width: 100%;
  display: inline-block;
}
/* line 3479, ../scss/module/_catalog-product.scss */
.product-view .video_brochure_wrapper .tab-content-brochure.has_videos {
  padding: 12px 0 0;
  border-top: 1px solid #c2c2c2;
}
/* line 3483, ../scss/module/_catalog-product.scss */
.product-view .video_brochure_wrapper .tab-content-brochure .brochures_wrapper {
  margin-top: 35px;
  white-space: nowrap;
  text-align: center;
}
/* line 3487, ../scss/module/_catalog-product.scss */
.product-view .video_brochure_wrapper .tab-content-brochure .brochures_wrapper .productBrochurePdf {
  margin: 20px auto 0;
  padding: 79px 0 0;
  background: url(../images/product/icon_pdf.png) no-repeat center 13px;
  background-size: 56px 57px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  width: 80%;
  vertical-align: top;
  display: block;
  white-space: normal;
}
/* line 3499, ../scss/module/_catalog-product.scss */
.product-view .video_brochure_wrapper .tab-content-brochure .brochures_wrapper .productBrochurePdf:hover {
  text-decoration: underline;
}
/* line 3506, ../scss/module/_catalog-product.scss */
.product-view .complete_system_copy,
.product-view .system_software_copy {
  margin: 0;
  padding: 0 19px 0;
  display: inline-block;
}
/* line 3510, ../scss/module/_catalog-product.scss */
.product-view .complete_system_copy:before,
.product-view .system_software_copy:before {
  content: "";
  margin: 20px 8% 70px;
  height: 1px;
  background-color: #f3f3f3;
  display: block;
}
/* line 3517, ../scss/module/_catalog-product.scss */
.product-view .complete_system_copy strong,
.product-view .system_software_copy strong {
  color: #363636;
  margin-top: 25px;
  display: block;
}
/* line 3522, ../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: 100%;
  float: left;
  color: #636363;
}
/* line 3526, ../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: 0;
  margin-bottom: 0.5em;
  padding: 0;
  line-height: 1.2em;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  display: block;
}
/* line 3538, ../scss/module/_catalog-product.scss */
.product-view .complete_system_copy .complete_system_copy_text p,
.product-view .complete_system_copy .system_software_copy_text p,
.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 3542, ../scss/module/_catalog-product.scss */
.product-view .complete_system_copy .complete_system_copy_text ul,
.product-view .complete_system_copy .system_software_copy_text ul,
.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 3545, ../scss/module/_catalog-product.scss */
.product-view .complete_system_copy .complete_system_copy_text ul li,
.product-view .complete_system_copy .system_software_copy_text ul li,
.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 3549, ../scss/module/_catalog-product.scss */
.product-view .complete_system_copy .complete_system_copy_text .toSystemLink,
.product-view .complete_system_copy .system_software_copy_text .toSystemLink,
.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;
  min-height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, 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 3565, ../scss/module/_catalog-product.scss */
.product-view .complete_system_copy .complete_system_copy_text .toSystemLink:hover,
.product-view .complete_system_copy .system_software_copy_text .toSystemLink:hover,
.product-view .system_software_copy .complete_system_copy_text .toSystemLink:hover,
.product-view .system_software_copy .system_software_copy_text .toSystemLink:hover {
  background: #17b5ee;
  border: 1px solid #17b5ee;
  text-decoration: none;
}
/* line 3571, ../scss/module/_catalog-product.scss */
.product-view .complete_system_copy .complete_system_copy_text .systemSoftwareLink,
.product-view .complete_system_copy .system_software_copy_text .systemSoftwareLink,
.product-view .system_software_copy .complete_system_copy_text .systemSoftwareLink,
.product-view .system_software_copy .system_software_copy_text .systemSoftwareLink {
  color: #134063;
  text-decoration: none;
}
/* line 3574, ../scss/module/_catalog-product.scss */
.product-view .complete_system_copy .complete_system_copy_text .systemSoftwareLink:hover,
.product-view .complete_system_copy .system_software_copy_text .systemSoftwareLink:hover,
.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 3579, ../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 {
  display: none;
}

/* line 3587, ../scss/module/_catalog-product.scss */
.alphacare_module {
  margin-top: 7px;
  padding: 66px 0 72px;
  background: #fff url(../images/product/product_module_bg.png) repeat-x 0 0;
  float: left;
}
/* line 3592, ../scss/module/_catalog-product.scss */
.alphacare_module .alphacare {
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
}
/* line 3599, ../scss/module/_catalog-product.scss */
.alphacare_module .alphacare .alphacare_logo {
  width: 284px;
  display: inline;
}
/* line 3603, ../scss/module/_catalog-product.scss */
.alphacare_module .alphacare .full_details {
  margin: 11px auto 0;
  padding: 0 5%;
  max-width: 790px;
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  color: #636363;
}
/* line 3612, ../scss/module/_catalog-product.scss */
.alphacare_module .alphacare .full_details span {
  color: #134063;
}
/* line 3617, ../scss/module/_catalog-product.scss */
.alphacare_module .alphacare:hover .full_details {
  text-decoration: none;
}
/* line 3619, ../scss/module/_catalog-product.scss */
.alphacare_module .alphacare:hover .full_details span {
  text-decoration: underline;
}
/* line 3625, ../scss/module/_catalog-product.scss */
.alphacare_module .detail_points {
  margin-top: 18px;
}
/* line 3627, ../scss/module/_catalog-product.scss */
.alphacare_module .detail_points .set {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
/* line 3631, ../scss/module/_catalog-product.scss */
.alphacare_module .detail_points .set .item {
  margin-top: 28px;
  margin-right: 0;
  padding-right: 0;
  width: 224px;
  float: none;
  position: relative;
}
/* line 3638, ../scss/module/_catalog-product.scss */
.alphacare_module .detail_points .set .item img {
  display: inline;
}
/* line 3640, ../scss/module/_catalog-product.scss */
.alphacare_module .detail_points .set .item img.alphacare_computer {
  width: 78px;
}
/* line 3641, ../scss/module/_catalog-product.scss */
.alphacare_module .detail_points .set .item img.alphacare_operator {
  width: 46px;
}
/* line 3642, ../scss/module/_catalog-product.scss */
.alphacare_module .detail_points .set .item img.alphacare_help {
  width: 67px;
}
/* line 3643, ../scss/module/_catalog-product.scss */
.alphacare_module .detail_points .set .item img.alphacare_warranty {
  width: 63px;
}
/* line 3645, ../scss/module/_catalog-product.scss */
.alphacare_module .detail_points .set .item p {
  margin-top: 2px;
  padding-left: 33px;
  background: url(../images/alphacare/alphacare_check_icon.png) no-repeat 0 0;
  background-size: 19px 19px;
  text-align: left;
  color: #636363;
  line-height: 22px;
}
/* line 3653, ../scss/module/_catalog-product.scss */
.alphacare_module .detail_points .set .item p span {
  font-style: italic;
}
/* line 3657, ../scss/module/_catalog-product.scss */
.alphacare_module .detail_points .set .item:after {
  content: none;
}
/* line 3666, ../scss/module/_catalog-product.scss */
.alphacare_module .detail_points .set.last .item.last:after,
.alphacare_module .detail_points .set.first .item.last:after {
  content: none;
}
/* line 3674, ../scss/module/_catalog-product.scss */
.alphacare_module .detail_points .set.last .item.last {
  margin-right: 0;
  padding-right: 0;
  width: 194px;
}

/* line 3684, ../scss/module/_catalog-product.scss */
.alphacare_plus_module {
  margin-top: 7px;
  width: 100%;
  float: left;
  background: -webkit-linear-gradient(#e8f5fa, #fff);
  background: -o-linear-gradient(#e8f5fa, #fff);
  background: -moz-linear-gradient(#e8f5fa, #fff);
  background: linear-gradient(#e8f5fa, #ffffff);
}
/* line 3693, ../scss/module/_catalog-product.scss */
.alphacare_plus_module .inner {
  width: 100%;
  max-width: 892px;
  padding: 66px 8% 72px;
  margin: 0 auto;
}
/* line 3699, ../scss/module/_catalog-product.scss */
.alphacare_plus_module .inner .starburst {
  display: none;
}
/* line 3702, ../scss/module/_catalog-product.scss */
.alphacare_plus_module .inner h3 {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/alphacare-heading-plus.png) 50% 0 no-repeat;
  background-size: 248px auto;
  padding-top: 54px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: #363636;
  font-size: 16px;
  text-align: center;
}
/* line 3712, ../scss/module/_catalog-product.scss */
.alphacare_plus_module .inner p {
  color: #636363;
  margin-bottom: 17px;
}
/* line 3716, ../scss/module/_catalog-product.scss */
.alphacare_plus_module .inner .alphacard-detail-block {
  float: left;
  display: inline;
  margin-bottom: 7px;
}
/* line 3721, ../scss/module/_catalog-product.scss */
.alphacare_plus_module .inner .alphacard-detail-block img {
  margin: 20px auto;
  display: block;
}
/* line 3727, ../scss/module/_catalog-product.scss */
.alphacare_plus_module .inner .alphacard-detail-block div h3 {
  background: none;
  text-transform: none;
  padding-top: 0;
  text-align: left;
  margin-bottom: 0;
}
/* line 3734, ../scss/module/_catalog-product.scss */
.alphacare_plus_module .inner .alphacard-detail-block div ul {
  list-style-type: disc;
  float: left;
  padding-left: 17px;
}
/* line 3739, ../scss/module/_catalog-product.scss */
.alphacare_plus_module .inner .alphacard-detail-block div ul li {
  line-height: 21px;
  margin-bottom: 5px;
  color: #636363;
}
/* line 3747, ../scss/module/_catalog-product.scss */
.alphacare_plus_module .inner:after {
  content: "";
  display: block;
  clear: left;
}
/* line 3752, ../scss/module/_catalog-product.scss */
.alphacare_plus_module .inner .expand-details {
  margin: 45px auto 20px;
  font-size: 16px;
  color: #134063;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: table;
  clear: left;
  position: relative;
}
/* line 3763, ../scss/module/_catalog-product.scss */
.alphacare_plus_module .inner .expand-details:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #134063;
  border-top: none;
  position: absolute;
  margin: 0 auto;
  left: 47%;
  top: -13px;
}
/* line 3770, ../scss/module/_catalog-product.scss */
.alphacare_plus_module .inner .expand-details:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #134063;
  border-bottom: none;
  position: absolute;
  margin: 0 auto;
  left: 47%;
  bottom: -11px;
}
/* line 3778, ../scss/module/_catalog-product.scss */
.alphacare_plus_module .inner .expand-details.open:before {
  visibility: visible;
}
/* line 3779, ../scss/module/_catalog-product.scss */
.alphacare_plus_module .inner .expand-details.open:after {
  visibility: hidden;
}
/* line 3782, ../scss/module/_catalog-product.scss */
.alphacare_plus_module .inner .expand-details.closed:before {
  visibility: hidden;
}
/* line 3783, ../scss/module/_catalog-product.scss */
.alphacare_plus_module .inner .expand-details.closed:after {
  visibility: visible;
}
/* line 3787, ../scss/module/_catalog-product.scss */
.alphacare_plus_module .disclaimer {
  clear: left;
  font-size: 14px;
  font-style: italic;
}

/* line 3822, ../scss/module/_catalog-product.scss */
.supplyfinder_module {
  margin-top: 7px;
  background-color: #f3f3f3;
  float: left;
  position: relative;
}
/* line 3827, ../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 3835, ../scss/module/_catalog-product.scss */
.supplyfinder_module .supplyfinder_module_container {
  padding: 0 2.5%;
  position: relative;
}
/* line 3838, ../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 3848, ../scss/module/_catalog-product.scss */
.supplyfinder_module .supplyfinder_module_container .supplyfinder_wrapper {
  margin: 18px auto 9%;
  max-width: 365px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  color: #636363;
  float: none;
  z-index: 2;
}
/* line 3856, ../scss/module/_catalog-product.scss */
.supplyfinder_module .supplyfinder_module_container .supplyfinder_wrapper h2 {
  font-size: 39px;
  line-height: 42px;
  font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 200;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  color: #636363;
}
/* line 3866, ../scss/module/_catalog-product.scss */
.supplyfinder_module .supplyfinder_module_container .supplyfinder_wrapper p {
  margin-top: 18px;
  font-size: 16px;
}
/* line 3871, ../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: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 29px;
  background-color: #901f18;
}
/* line 3881, ../scss/module/_catalog-product.scss */
.supplyfinder_module .supplyfinder_module_container .supplyfinder_wrapper .printerSupplyLink:hover {
  background: #17b5ee !important;
}

/* line 3889, ../scss/module/_catalog-product.scss */
.alphaguard_module {
  margin-top: 7px;
  padding: 66px 0 40px;
  float: left;
}
/* line 3894, ../scss/module/_catalog-product.scss */
.alphaguard_module.is_printer {
  background: #fff url(../images/product/product_module_bg.png) repeat-x 0 0;
}
/* line 3897, ../scss/module/_catalog-product.scss */
.alphaguard_module.is_system {
  background-color: #f3f3f3;
  position: relative;
}
/* line 3901, ../scss/module/_catalog-product.scss */
.alphaguard_module.is_system: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 3918, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner {
  padding: 0 2.5%;
  max-width: 925px;
  margin: 0 auto;
}
/* line 3923, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .alphaguard-logo {
  max-width: 294px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  left: 0;
  z-index: 1;
}
/* line 3931, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner p {
  text-align: center;
  padding: 40px 0;
  color: #636363;
}
/* line 3936, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-options-leadin {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
}
/* line 3941, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-options-leadin .leadin-copy {
  width: 100%;
  padding: 0 20px 40px;
  float: left;
  display: inline;
  text-align: center;
}
/* line 3948, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-options-leadin .leadin-copy p {
  padding: 0;
}
/* line 3951, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-options-leadin .leadin-copy p span {
  font-weight: bold;
  color: #363636;
}
/* line 3957, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-options-leadin .leadin-img {
  width: 80%;
  max-width: 470px;
  margin: 0 auto;
}
/* line 3962, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-options-leadin:after {
  content: "";
  display: block;
  clear: both;
}
/* line 3968, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-options-more {
  width: 100%;
  margin: 60px auto 30px;
}
/* line 3972, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-options-more span {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  padding-top: 125px;
  margin-bottom: 30px;
  color: #636363;
}
/* line 3983, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-options-more span.option-globe {
  background: url(../images/product/wm-option-globe.png) no-repeat 50% 0;
  background-size: 193px auto;
}
/* line 3987, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-options-more span.option-geometricbox {
  background: url(../images/product/wm-option-geometricbox.png) no-repeat 50% 0;
  background-size: 193px auto;
}
/* line 3991, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-options-more span.option-3dbox {
  background: url(../images/product/wm-option-3dbox.png) no-repeat 50% 0;
  background-size: 193px auto;
}
/* line 3995, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-options-more span.option-wavelength {
  background: url(../images/product/wm-option-wavelength.png) no-repeat 50% 0;
  background-size: 193px auto;
}
/* line 3999, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-options-more span.option-intricateuniverse {
  background: url(../images/product/wm-option-intricateuniverse.png) no-repeat 50% 0;
  background-size: 193px auto;
}
/* line 4003, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-options-more span.option-4x6 {
  background: url(../images/product/wm-option-4x6.png) no-repeat 50% 0;
  background-size: 193px auto;
}
/* line 4007, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-options-more span.option-fullface {
  background: url(../images/product/wm-option-fullface.png) no-repeat 50% 0;
  background-size: 193px auto;
}
/* line 4012, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-options-more:after {
  content: "";
  display: block;
  clear: both;
}
/* line 4017, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-options-more p.optionDisclaimer {
  padding: 0;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}
/* line 4026, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-more-details h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  color: #636363;
  text-transform: uppercase;
  text-align: center;
}
/* line 4035, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-more-details h3 + p {
  margin-top: 10px;
}
/* line 4039, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-more-details p {
  margin-bottom: 17px;
  padding: 0;
}
/* line 4044, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-expand-details {
  margin: 45px auto 20px;
  font-size: 16px;
  color: #134063;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: table;
  clear: left;
  position: relative;
}
/* line 4055, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-expand-details:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #134063;
  border-top: none;
  position: absolute;
  margin: 0 auto;
  left: 48%;
  top: -13px;
}
/* line 4062, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-expand-details:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #134063;
  border-bottom: none;
  position: absolute;
  margin: 0 auto;
  left: 48%;
  bottom: -11px;
}
/* line 4070, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-expand-details.open:before {
  visibility: visible;
}
/* line 4071, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-expand-details.open:after {
  visibility: hidden;
}
/* line 4074, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-expand-details.closed:before {
  visibility: hidden;
}
/* line 4075, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-expand-details.closed:after {
  visibility: visible;
}
/* line 4078, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-customize {
  display: inline-block;
  text-align: center;
}
/* line 4082, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-customize h3 {
  margin: 50px 0 0;
  font-size: 26px;
  line-height: 27px;
  font-weight: 400;
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  color: #636363;
  text-transform: uppercase;
  text-align: center;
}
/* line 4092, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-customize h3 + p {
  margin-top: 10px;
}
/* line 4096, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-customize p {
  padding: 0;
}
/* line 4099, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-customize .wm-custom {
  width: 100%;
  max-width: 418px;
  display: inline-block;
  text-align: center;
  padding: 40px 4%;
  margin: 5px auto 0;
}
/* line 4107, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-customize .wm-custom p {
  padding-top: 170px;
}
/* line 4110, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-customize .wm-custom p span {
  color: #363636;
  font-weight: bold;
}
/* line 4114, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-customize .wm-custom p span span {
  color: #901f18;
}
/* line 4117, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-customize .wm-custom p span span.strike {
  text-decoration: line-through;
}
/* line 4123, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-customize .wm-custom.grid {
  margin-top: 40px;
  background: url(../images/product/wm-custom-gradient-grid.png) no-repeat 100% 0;
}
/* line 4127, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-customize .wm-custom.grid p {
  background: url(../images/product/wm-custom-griddesign.png) no-repeat 50% 0;
  background-size: 269px auto;
}
/* line 4132, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-customize .wm-custom.fullsize {
  background: url(../images/product/wm-custom-gradient-fullsize.png) no-repeat 0 0;
}
/* line 4135, ../scss/module/_catalog-product.scss */
.alphaguard_module .inner .wm-customize .wm-custom.fullsize p {
  background: url(../images/product/wm-custom-fullsize.png) no-repeat 50% 0;
  background-size: 269px auto;
}

/* line 4144, ../scss/module/_catalog-product.scss */
#learning_center_module {
  float: left;
  margin-top: 7px;
  display: inline;
  width: 100%;
  height: auto;
  background-color: #e4f0f8;
  padding: 52px 2% 19px 2%;
  text-align: center;
  position: relative;
}
/* line 4154, ../scss/module/_catalog-product.scss */
#learning_center_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 4163, ../scss/module/_catalog-product.scss */
#learning_center_module h3 {
  font-size: 27px;
  font-weight: bold;
}
/* line 4168, ../scss/module/_catalog-product.scss */
#learning_center_module p {
  padding: 0 2%;
  color: #636363;
}
/* line 4173, ../scss/module/_catalog-product.scss */
#learning_center_module .resource {
  float: left;
  display: inline;
  width: 100%;
  padding-top: 176px;
  margin-top: 23px;
  cursor: pointer;
}
/* line 4180, ../scss/module/_catalog-product.scss */
#learning_center_module .resource.howtochoose {
  background: url(../images/learning_center_module/how_to_choose.png) 50% 0 no-repeat;
  background-size: 300px 156px;
  cursor: auto;
}
/* line 4184, ../scss/module/_catalog-product.scss */
#learning_center_module .resource.howtochoose:hover a {
  text-decoration: underline;
}
/* line 4186, ../scss/module/_catalog-product.scss */
#learning_center_module .resource.howtouse {
  background: url(../images/learning_center_module/how_to_use.png) 50% 0 no-repeat;
  background-size: 300px 156px;
}
/* line 4189, ../scss/module/_catalog-product.scss */
#learning_center_module .resource.howtouse:hover a {
  text-decoration: underline;
}
/* line 4191, ../scss/module/_catalog-product.scss */
#learning_center_module .resource.techoptions {
  background: url(../images/learning_center_module/tech_options.png) 50% 0 no-repeat;
  background-size: 300px 156px;
}
/* line 4194, ../scss/module/_catalog-product.scss */
#learning_center_module .resource.techoptions:hover a {
  text-decoration: underline;
}
/* line 4196, ../scss/module/_catalog-product.scss */
#learning_center_module .resource a {
  font-size: 16px;
  font-weight: bold;
  padding-right: 14px;
  color: #134063;
  position: relative;
  float: none;
  width: auto;
  text-transform: none;
}
/* line 4205, ../scss/module/_catalog-product.scss */
#learning_center_module .resource 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 #901f18;
  border-right: none;
  top: 13%;
  right: 0;
}

/* line 4223, ../scss/module/_catalog-product.scss */
#reviews_module {
  margin-top: 7px;
  padding: 66px 0 40px;
  background: #fff url(../images/product/product_module_bg.png) repeat-x 0 0;
  float: left;
}
/* line 4228, ../scss/module/_catalog-product.scss */
#reviews_module h2 {
  font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 37px;
  font-weight: 200;
  letter-spacing: 5px;
  color: #636363;
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
}
/* line 4238, ../scss/module/_catalog-product.scss */
#reviews_module h2:before {
  content: "";
  border-bottom: 1px solid #f3f3f3;
  width: 95%;
  display: inline-block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 2.5%;
  z-index: 1;
}
/* line 4249, ../scss/module/_catalog-product.scss */
#reviews_module h2 span {
  padding: 0 5%;
  z-index: 2;
  background-color: #fff;
  position: relative;
}
/* line 4256, ../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: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 29px;
  background-color: #901f18;
  display: table;
}
/* line 4267, ../scss/module/_catalog-product.scss */
#reviews_module .review_add_btn:hover {
  background: #17b5ee !important;
}
/* line 4270, ../scss/module/_catalog-product.scss */
#reviews_module .average-rating.cloned {
  margin: 8px 0 0;
  text-align: center;
  clear: left;
  height: 80px;
}
/* line 4275, ../scss/module/_catalog-product.scss */
#reviews_module .average-rating.cloned .average-caption {
  font: 14px "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 4278, ../scss/module/_catalog-product.scss */
#reviews_module .average-rating.cloned .rating-stars-views {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  line-height: 26px;
}
/* line 4283, ../scss/module/_catalog-product.scss */
#reviews_module .average-rating.cloned .rating-stars-views .rating-box {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  width: 160px;
  background-position-y: 2px;
}
/* line 4289, ../scss/module/_catalog-product.scss */
#reviews_module .average-rating.cloned .rating-stars-views .rating-box .rating {
  height: 28px;
  background-position-y: 2px;
}
/* line 4294, ../scss/module/_catalog-product.scss */
#reviews_module .average-rating.cloned .rating-stars-views .average-based-on {
  display: inline-block;
  line-height: 26px;
  font: 14px "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  vertical-align: middle;
}
/* line 4303, ../scss/module/_catalog-product.scss */
#reviews_module .reviews_toggle {
  margin: 0 auto 28px;
  font-size: 16px;
  color: #636363;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: table;
}
/* line 4311, ../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 #636363;
  border-top: none;
  position: relative;
  margin: 0 auto;
}
/* line 4316, ../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 #134063;
  border-bottom: none;
  position: relative;
  margin: 0 auto;
}
/* line 4323, ../scss/module/_catalog-product.scss */
#reviews_module .reviews_toggle.open:before {
  visibility: visible;
}
/* line 4324, ../scss/module/_catalog-product.scss */
#reviews_module .reviews_toggle.open:after {
  visibility: hidden;
}
/* line 4326, ../scss/module/_catalog-product.scss */
#reviews_module .reviews_toggle.closed {
  color: #134063;
}
/* line 4329, ../scss/module/_catalog-product.scss */
#reviews_module .reviews_toggle.closed:before {
  visibility: hidden;
}
/* line 4330, ../scss/module/_catalog-product.scss */
#reviews_module .reviews_toggle.closed:after {
  visibility: visible;
}
/* line 4333, ../scss/module/_catalog-product.scss */
#reviews_module .pr-review-engine {
  padding: 0 5%;
  display: none;
}
/* line 4336, ../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 4341, ../scss/module/_catalog-product.scss */
#reviews_module .pr-review-engine .pr-snapshot-body {
  border-width: 0;
  background-color: transparent;
}
/* line 4344, ../scss/module/_catalog-product.scss */
#reviews_module .pr-review-engine .pr-snapshot-body .pr-snapshot-body-wrapper {
  border: 1px solid #e8e8e8;
}
/* line 4348, ../scss/module/_catalog-product.scss */
#reviews_module .pr-review-engine .pr-review-sort {
  margin-top: 26px;
  border-width: 0;
  background-color: transparent;
}
/* line 4353, ../scss/module/_catalog-product.scss */
#reviews_module .pr-review-engine .pr-contents {
  border-width: 0;
  background-color: transparent;
}
/* line 4356, ../scss/module/_catalog-product.scss */
#reviews_module .pr-review-engine .pr-contents .pr-contents-wrapper {
  border-width: 0;
}
/* line 4358, ../scss/module/_catalog-product.scss */
#reviews_module .pr-review-engine .pr-contents .pr-contents-wrapper .pr-review-wrap {
  padding: 3em 0 3em;
}
/* line 4387, ../scss/module/_catalog-product.scss */
#reviews_module .reviews-container .review-dd .helpful-block {
  display: none;
}
/* line 4389, ../scss/module/_catalog-product.scss */
#reviews_module .reviews-container .review_add_base {
  margin-top: 0;
}
/* line 4397, ../scss/module/_catalog-product.scss */
#reviews_module .reviews-wrapper #feedback .hide-border-top {
  border: none;
}
/* line 4398, ../scss/module/_catalog-product.scss */
#reviews_module .reviews-wrapper #feedback #customer-reviews {
  padding-top: 0;
}
/* line 4400, ../scss/module/_catalog-product.scss */
#reviews_module .reviews-wrapper #feedback #customer-reviews div.item-review-wrapper {
  margin-bottom: 40px;
}
/* line 4405, ../scss/module/_catalog-product.scss */
#reviews_module .reviews-wrapper #feedback #customer-reviews .review-dd .top-review .title {
  margin: 0;
  font-size: 21px;
  line-height: 26px;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  color: #363636;
}
/* line 4414, ../scss/module/_catalog-product.scss */
#reviews_module .reviews-wrapper #feedback #customer-reviews .review-dd .top-review .description {
  margin: 10px 0 12px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #636363;
}
/* line 4423, ../scss/module/_catalog-product.scss */
#reviews_module .reviews-wrapper #feedback #customer-reviews .review-dt {
  padding-top: 0;
  width: auto;
  background: none;
  border: none;
}
/* line 4428, ../scss/module/_catalog-product.scss */
#reviews_module .reviews-wrapper #feedback #customer-reviews .review-dt .nickname {
  margin-bottom: 0;
  color: #636363;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  text-transform: capitalize;
}
/* line 4436, ../scss/module/_catalog-product.scss */
#reviews_module .reviews-wrapper #feedback #customer-reviews .review-dt .guest-image {
  display: none;
}
/* line 4439, ../scss/module/_catalog-product.scss */
#reviews_module .reviews-wrapper #feedback #customer-reviews .review-dt .date {
  margin: 0 0 0 12px;
  display: inline-block;
  float: none;
  clear: none;
  line-height: 18px;
  font-style: italic;
  vertical-align: text-bottom;
  color: #636363;
}
/* line 4448, ../scss/module/_catalog-product.scss */
#reviews_module .reviews-wrapper #feedback #customer-reviews .review-dt .date:last-child {
  margin-left: 6px;
  display: none;
}
/* line 4456, ../scss/module/_catalog-product.scss */
#reviews_module .reviews-wrapper #feedback .header-reviews {
  padding: 10px 10px 0;
  width: 100%;
  float: none;
}
/* line 4461, ../scss/module/_catalog-product.scss */
#reviews_module .reviews-wrapper #feedback .header-reviews .ratings-table li span {
  padding: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: #363636;
  text-transform: uppercase;
  font-size: 16px;
}
/* line 4469, ../scss/module/_catalog-product.scss */
#reviews_module .reviews-wrapper #feedback .header-reviews .ratings-table .rating-box {
  float: left;
  margin-left: 20px;
}
/* line 4476, ../scss/module/_catalog-product.scss */
#reviews_module .reviews-wrapper #feedback .review-top .review-sorts {
  width: 50%;
}
/* line 4479, ../scss/module/_catalog-product.scss */
#reviews_module .reviews-wrapper #feedback .review-top .button-write-review .review-dialog {
  display: none;
}
/* line 4483, ../scss/module/_catalog-product.scss */
#reviews_module .reviews-wrapper #feedback .ratings-table li {
  padding-bottom: 20px;
}
/* line 4487, ../scss/module/_catalog-product.scss */
#reviews_module .reviews-wrapper .pager-no-toolbar {
  margin-top: 0;
}

/* line 4493, ../scss/module/_catalog-product.scss */
.review-dialog-block #review-form .header {
  display: none;
}
/* line 4495, ../scss/module/_catalog-product.scss */
.review-dialog-block #review-form .header .tell-us {
  color: #363636;
}
/* line 4499, ../scss/module/_catalog-product.scss */
.review-dialog-block #review-form .product-preview {
  text-align: center;
}
/* line 4501, ../scss/module/_catalog-product.scss */
.review-dialog-block #review-form .product-preview #product-image {
  float: none;
  clear: none;
  margin: 0 auto;
}
/* line 4506, ../scss/module/_catalog-product.scss */
.review-dialog-block #review-form .product-preview .product-name {
  float: none;
}
/* line 4511, ../scss/module/_catalog-product.scss */
.review-dialog-block #review-form .overall-rating-text {
  text-align: center;
  padding-top: 6px;
}
/* line 4514, ../scss/module/_catalog-product.scss */
.review-dialog-block #review-form .overall-rating-text .title {
  margin-bottom: 8px;
}
/* line 4516, ../scss/module/_catalog-product.scss */
.review-dialog-block #review-form .overall-rating-text .title span {
  color: #363636;
}
/* line 4520, ../scss/module/_catalog-product.scss */
.review-dialog-block #review-form .overall-rating-text .desc {
  font-size: 13px;
}
/* line 4525, ../scss/module/_catalog-product.scss */
.review-dialog-block #review-form .overall-raiting-value .overall-rating-inline {
  padding: 0;
  float: none;
  margin: 0 auto;
}
/* line 4529, ../scss/module/_catalog-product.scss */
.review-dialog-block #review-form .overall-raiting-value .overall-rating-inline .rating-code {
  color: #363636;
  display: none;
}
/* line 4533, ../scss/module/_catalog-product.scss */
.review-dialog-block #review-form .overall-raiting-value .overall-rating-inline ul {
  margin-left: 8px;
}
/* line 4536, ../scss/module/_catalog-product.scss */
.review-dialog-block #review-form .overall-raiting-value .overall-rating-inline .validation-advice {
  text-align: center;
}
/* line 4542, ../scss/module/_catalog-product.scss */
.review-dialog-block #review-form .your-review .left {
  display: none;
}
/* line 4544, ../scss/module/_catalog-product.scss */
.review-dialog-block #review-form .your-review .left .title {
  color: #363636;
}
/* line 4548, ../scss/module/_catalog-product.scss */
.review-dialog-block #review-form .your-review .right {
  float: none;
  margin: 0 auto;
  width: 67%;
}
/* line 4554, ../scss/module/_catalog-product.scss */
.review-dialog-block #review-form .buttons-set button.button {
  background: #901f18;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 29px;
}
/* line 4562, ../scss/module/_catalog-product.scss */
.review-dialog-block #review-form .buttons-set button.button:hover {
  background: #17b5ee;
}
/* line 4565, ../scss/module/_catalog-product.scss */
.review-dialog-block #review-form .buttons-set button.button.back {
  background: none;
  color: #134063;
  position: relative;
  padding-left: 12px;
}
/* line 4570, ../scss/module/_catalog-product.scss */
.review-dialog-block #review-form .buttons-set button.button.back:before {
  content: "<";
}
/* line 4574, ../scss/module/_catalog-product.scss */
.review-dialog-block #review-form .buttons-set button.button.back:hover {
  background: none;
  text-decoration: underline;
}

@media only screen and (min-width: 479px) {
  /* line 4591, ../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 4602, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails .alphaCareProdDetailsHeader .alphacareProductDetailsClose {
    top: 6px;
    right: 8px;
  }
  /* line 4607, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails .alphaCareProdDetailsFooter {
    padding-left: 23px;
    padding-right: 24px;
  }
  /* line 4613, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails .alphaCareProdDetailsFooter .see-details span {
    display: inline;
  }
  /* line 4617, ../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 4625, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails .alphaCareProdDetailsFooter .tagline span {
    display: none;
  }

  /* line 4639, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails table.desktop {
    display: block;
  }
  /* line 4642, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails table.mobile {
    display: none;
  }
  /* line 4647, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails table th.no-border-left {
    padding-top: 12px;
    padding-bottom: 14px;
  }
  /* line 4651, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails table th img {
    margin-top: 18px;
  }
  /* line 4663, ../scss/module/_catalog-product.scss */
  .product-view .product-info .short-description .alphapass-promo p {
    font-size: 24px;
    padding-left: 26px;
  }
  /* line 4667, ../scss/module/_catalog-product.scss */
  .product-view .product-info .short-description .alphapass-promo span {
    padding-left: 26px;
    font-size: 19px;
  }
  /* line 4671, ../scss/module/_catalog-product.scss */
  .product-view .product-info .short-description .alphapass-promo span span {
    font-size: 13px;
    padding-right: 9px;
  }
  /* line 4675, ../scss/module/_catalog-product.scss */
  .product-view .product-info .short-description .alphapass-promo span span:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #47c9ea;
    top: 13%;
  }
  /* line 4693, ../scss/module/_catalog-product.scss */
  .product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .configurable-swatch-list#configurable_swatch_color_swatch {
    max-width: 355px;
  }
  /* line 4697, ../scss/module/_catalog-product.scss */
  .product-view .product-shop-wrap.accessory .product-shop .product-options .swatch-attr .toggle-container {
    max-width: 390px;
  }

  /* line 4713, ../scss/module/_catalog-product.scss */
  .product-collateral .tab-content.all-options ul .item .item-area .product-image img {
    width: 135px;
  }
  /* line 4717, ../scss/module/_catalog-product.scss */
  .product-collateral .tab-content.all-options ul .item .item-area .details {
    margin-left: 150px;
  }

  /* line 4726, ../scss/module/_catalog-product.scss */
  .alphaguard_module {
    margin-top: 7px;
    padding: 66px 0 40px;
    float: left;
  }
  /* line 4731, ../scss/module/_catalog-product.scss */
  .alphaguard_module.is_printer {
    background: #fff url(../images/product/product_module_bg.png) repeat-x 0 0;
  }
  /* line 4734, ../scss/module/_catalog-product.scss */
  .alphaguard_module.is_system {
    background-color: #f3f3f3;
    position: relative;
  }
  /* line 4738, ../scss/module/_catalog-product.scss */
  .alphaguard_module.is_system: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 4759, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span {
    width: 50%;
  }
}
@media only screen and (min-width: 600px) {
  /* line 4769, ../scss/module/_catalog-product.scss */
  .product-view .product-essential {
    padding: 15px 30px 0;
  }
  /* line 4773, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box .more-views {
    padding-left: 0;
  }
  /* line 4778, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box .product-image-thumbs li:first-child {
    margin-left: 0;
  }
  /* line 4783, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box.first {
    display: block;
    width: auto;
  }
  /* line 4787, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box.second {
    display: none;
  }
  /* line 4790, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box.second .product-name,
  .product-view .product-img-box.second .product-ids {
    display: block;
  }
  /* line 4796, ../scss/module/_catalog-product.scss */
  .product-view .videopdfshortcuts {
    margin-top: 10px;
  }
  /* line 4798, ../scss/module/_catalog-product.scss */
  .product-view .videopdfshortcuts .videosSectionLink,
  .product-view .videopdfshortcuts .pdfsSectionLink {
    margin: 5px 0 0;
    padding: 0 0 0 28px;
    font-size: 12px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #134063;
    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 4811, ../scss/module/_catalog-product.scss */
  .product-view .videopdfshortcuts .videosSectionLink:hover,
  .product-view .videopdfshortcuts .pdfsSectionLink:hover {
    text-decoration: underline;
  }
  /* line 4813, ../scss/module/_catalog-product.scss */
  .product-view .videopdfshortcuts .pdfsSectionLink {
    margin-left: 25px;
    background-position: 0 -27px;
    padding-right: 25px;
  }
  /* line 4820, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-name,
  .product-view .product-info .product-ids {
    display: none;
  }
  /* line 4825, ../scss/module/_catalog-product.scss */
  .product-view .product-info #productSmallReview {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  /* line 4830, ../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 4839, ../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 4840, ../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 4849, ../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 4853, ../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 4860, ../scss/module/_catalog-product.scss */
  .product-view .product-info #productSmallReview div.pr-snippet-write-review {
    color: #363636 !important;
    display: none;
  }
  /* line 4864, ../scss/module/_catalog-product.scss */
  .product-view .product-info #productSmallReview a.pr-snippet-link {
    color: #636363 !important;
    text-decoration: none !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* line 4870, ../scss/module/_catalog-product.scss */
  .product-view .product-info #productSmallReview a:hover.pr-snippet-link {
    text-decoration: underline !important;
  }
  /* line 4871, ../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 4881, ../scss/module/_catalog-product.scss */
  .product-view .product-info .productHighlights {
    margin-right: 208px;
    display: block;
    padding-right: 20px;
    color: #636363;
  }
  /* line 4886, ../scss/module/_catalog-product.scss */
  .product-view .product-info .productHighlights ul {
    margin-top: 10px;
  }
  /* line 4889, ../scss/module/_catalog-product.scss */
  .product-view .product-info .productHighlights.first {
    display: none;
  }
  /* line 4892, ../scss/module/_catalog-product.scss */
  .product-view .product-info .productHighlights.second {
    display: block;
  }
  /* line 4897, ../scss/module/_catalog-product.scss */
  .product-view .product-info.discontinued .productHighlights {
    margin-right: 0;
  }
  /* line 4899, ../scss/module/_catalog-product.scss */
  .product-view .product-info.discontinued .productHighlights.first {
    display: block;
  }
  /* line 4902, ../scss/module/_catalog-product.scss */
  .product-view .product-info.discontinued .productHighlights.second {
    display: none;
  }
  /* line 4908, ../scss/module/_catalog-product.scss */
  .product-view .product-info .toSystemLink {
    display: none;
  }
  /* line 4909, ../scss/module/_catalog-product.scss */
  .product-view .product-info .productDetailsLink,
  .product-view .product-info .seeAllOptionsLink {
    margin-top: 13px;
    font-weight: 700;
    display: block;
  }
  /* line 4914, ../scss/module/_catalog-product.scss */
  .product-view .product-info .productDetailsLink:after,
  .product-view .product-info .seeAllOptionsLink:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #134063;
    border-right: none;
    display: inline-block;
    position: relative;
    margin-left: 8px;
  }
  /* line 4922, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap {
    margin-top: 10px;
    padding: 14px 12px 20px;
    width: 208px;
    border: 1px solid #c1c6c9;
    background: #f1f7fb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: table-cell;
    float: right;
  }
  /* line 4931, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop {
    margin: 0;
    padding-left: 0;
    float: none;
    width: auto;
  }
  /* line 4936, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .options-container-big {
    margin-top: -12px;
  }
  /* line 4938, ../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 4942, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .options-container-big .product-options p.required {
    display: none;
  }
  /* line 4943, ../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 4945, ../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 4949, ../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 4954, ../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 4965, ../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 4969, ../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 4976, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .price-box .price-label {
    font-size: 15px;
  }
  /* line 4982, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .price-box .priceRow .regular-price.ac-price .price {
    font-size: 24px;
    font-weight: 700;
    color: #901f18;
  }
  /* line 4987, ../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: #901f18;
    display: block;
  }
  /* line 4994, ../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 5002, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .price-box .priceRow.retailPrice {
    display: block;
  }
  /* line 5005, ../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 5011, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .price-box .priceRow .priceBoxWhyPriceHidden {
    font-size: 12px;
    display: none;
  }
  /* line 5019, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart .qty-wrapper {
    float: left;
  }
  /* line 5021, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart .qty-wrapper label {
    display: none;
  }
  /* line 5024, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart .qty-wrapper .qty {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
  /* line 5028, ../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 5030, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart .add-to-cart-buttons .button {
    padding: 0px 12px;
    -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 5037, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart .add-to-cart-buttons .button:hover {
    background: #17b5ee !important;
    border: 1px solid #17b5ee !important;
  }
  /* line 5044, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart .button.productLoginForPricebutton {
    padding: 0px 12px;
    -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 5051, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart .button.productLoginForPricebutton:hover {
    background: #17b5ee !important;
    border: 1px solid #17b5ee !important;
  }
  /* line 5057, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart .button.btn-custom {
    padding: 0px 12px;
    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 5066, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart .button.btn-custom:hover {
    background: #17b5ee !important;
    border: 1px solid #17b5ee !important;
  }
  /* line 5074, ../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 #636363 !important;
    background: #636363 !important;
    margin-left: 0;
  }
  /* line 5079, ../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: #17b5ee !important;
    border: 1px solid #17b5ee !important;
  }
  /* line 5084, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .add-to-cart button.btn-custom {
    margin-top: 10px;
  }
  /* line 5089, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .toSystemLink {
    display: block;
    margin-top: 10px;
    padding: 0px 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: #636363;
    border: 1px solid #636363;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
  /* line 5105, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .toSystemLink:hover {
    text-decoration: none;
    background: #17b5ee;
    border: 1px solid #17b5ee;
  }
  /* line 5110, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .product-shop .toSystemLink:after {
    content: none;
  }
  /* line 5113, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap .printerSupplyLink {
    display: none;
  }
  /* line 5116, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap.prox {
    margin-top: 20px;
    padding: 23px 33px 22px;
    width: 100%;
  }
  /* line 5122, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap.prox .product-shop .options-container-big .product-options {
    width: calc(100% - 189px - 56px);
    float: left;
  }
  /* line 5125, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap.prox .product-shop .options-container-big .product-options .input-box select,
  .product-view .product-info .product-shop-wrap.prox .product-shop .options-container-big .product-options .input-text {
    width: 100%;
  }
  /* line 5130, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap.prox .product-shop .options-container-big .product-options-bottom,
  .product-view .product-info .product-shop-wrap.prox .product-shop .options-container-big .proxcardNote,
  .product-view .product-info .product-shop-wrap.prox .product-shop .options-container-big .proxcardOperator {
    padding-top: 0;
    width: 189px;
    float: right;
    clear: right;
  }
  /* line 5138, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap.prox .product-shop .options-container-big .proxcardNote {
    margin-top: 17px;
    padding: 0;
    font-size: 13px;
    color: #636363;
    line-height: 16px;
  }
  /* line 5144, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap.prox .product-shop .options-container-big .proxcardNote span {
    display: block;
  }
  /* line 5148, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap.prox .product-shop .options-container-big .proxcardOperator {
    margin-top: 48px;
    padding: 168px 0 0;
    font-size: 14px;
    color: #901f18;
    line-height: 18px;
    font-style: italic;
    background: url(../images/product/proxcard_operator.png) no-repeat 0 0;
    background-size: contain;
  }
  /* line 5157, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap.prox .product-shop .options-container-big .proxcardOperator a.kmPhoneNumber {
    font-size: 14px;
    color: #901f18;
    font-style: italic;
    text-decoration: none;
  }
  /* line 5167, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap.accessory {
    float: none;
    background: #fff;
    border: none;
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 40px;
  }
  /* line 5179, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap.accessory .product-shop .options-container-big .product-options-bottom .add-to-cart .add-to-cart-buttons {
    float: none;
  }
  /* line 5190, ../scss/module/_catalog-product.scss */
  .product-view .product-info .short-description .alphapass-promo {
    padding-top: 19px;
    min-height: 92px;
  }
  /* line 5194, ../scss/module/_catalog-product.scss */
  .product-view .product-info .short-description .alphapass-promo.prox-clamshell {
    background: url(../images/product/prox_clamshell_banner.jpg) no-repeat 0 0;
  }
  /* line 5197, ../scss/module/_catalog-product.scss */
  .product-view .product-info .short-description .alphapass-promo.prox-cr80 {
    background: url(../images/product/prox_cr80_banner.jpg) no-repeat 0 0;
  }
  /* line 5200, ../scss/module/_catalog-product.scss */
  .product-view .product-info .short-description .alphapass-promo.prox-fob {
    background: url(../images/product/prox_fob_banner.jpg) no-repeat 0 0;
  }
  /* line 5203, ../scss/module/_catalog-product.scss */
  .product-view .product-info .short-description .alphapass-promo.prox-magstripe {
    background: url(../images/product/prox_magstripe_banner.jpg) no-repeat 0 0;
  }
  /* line 5206, ../scss/module/_catalog-product.scss */
  .product-view .product-info .short-description .alphapass-promo.prox-tag {
    background: url(../images/product/prox_tag_banner.jpg) no-repeat 0 0;
  }
  /* line 5210, ../scss/module/_catalog-product.scss */
  .product-view .product-info .short-description .alphapass-promo20 {
    padding-top: 9px;
    padding-bottom: 16px;
    background: url(../images/promotions/promo_prox20_yellow_bg.png) no-repeat 0 0;
  }
  /* line 5214, ../scss/module/_catalog-product.scss */
  .product-view .product-info .short-description .alphapass-promo20 p {
    padding-left: 13px;
    padding-right: 42px;
  }
  /* line 5221, ../scss/module/_catalog-product.scss */
  .product-view .product-info .alphapass-fgsave {
    padding-top: 9px;
    padding-bottom: 16px;
    background: url(../images/promotions/promo_prox20_yellow_bg.png) no-repeat 0 0;
  }
  /* line 5225, ../scss/module/_catalog-product.scss */
  .product-view .product-info .alphapass-fgsave p {
    padding-left: 13px;
    padding-right: 42px;
  }
  /* line 5228, ../scss/module/_catalog-product.scss */
  .product-view .product-info .alphapass-fgsave p br {
    display: inline;
  }
  /* line 5233, ../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: #636363;
  }
  /* line 5239, ../scss/module/_catalog-product.scss */
  .product-view .compatibleWith span {
    color: #636363;
    font-weight: 700;
    font-style: italic;
  }
  /* line 5244, ../scss/module/_catalog-product.scss */
  .product-view .compatibleWith .printerSupplyLink {
    color: #134063;
    font-style: italic;
    display: block;
  }
  /* line 5252, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box.first {
    margin-left: 0;
    width: 100%;
  }
  /* line 5258, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box.first .product-name h1 {
    margin-bottom: 13px;
    padding: 0 14% 0 0;
    font-size: 37px;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    line-height: 38px;
    text-transform: none;
    border-bottom: none;
    color: #363636;
  }
  /* line 5270, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box.first .product-ids {
    display: block;
  }
  /* line 5273, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box.first .short-description {
    margin-top: 9px;
  }
  /* line 5278, ../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 #cccccc;
    background-color: #f4f4f4;
  }
  /* 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 #cccccc;
    border-left: 1px solid #cccccc;
  }
  /* 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: #134063;
  }
  /* 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 #cccccc;
    border-top: 0;
  }
  /* line 92, ../scss/mixin/_toggle-content.scss */
  .product-view #productInfoRow .product-collateral > dl > dd.current {
    display: block;
  }
  /* line 5283, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs {
    border: none;
  }
  /* line 5285, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li {
    border: none;
  }
  /* line 5287, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li > span {
    padding: 0 55px 0 23px;
    background-color: #e7e7e7;
    border: none;
    border-left: 3px solid #f3f3f3;
    height: 60px;
    line-height: 60px;
    font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
    font-size: 21px;
    color: #363636;
    font-weight: 700;
    bottom: 0;
  }
  /* line 5299, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li > span: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: 21px;
    top: 29px;
  }
  /* line 5304, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li > span:hover {
    color: #363636;
  }
  /* line 5306, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li.current {
    border: none;
  }
  /* line 5308, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li.current > span {
    background-color: #fff;
    border: none;
    border-left: 3px solid #d2d1d1;
    color: #636363;
  }
  /* line 5313, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .toggle-tabs li.current > span:after {
    display: none;
  }
  /* line 5319, ../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 5323, ../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 5329, ../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 5332, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_alphacare,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_alphacare,
  .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_alphacare,
  .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_alphacare {
    margin: 43px 39px 0 21px;
    border: 1px solid #d3d3d3;
    position: relative;
  }
  /* line 5336, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_alphacare .warranty_badge,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_alphacare .warranty_badge,
  .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_alphacare .warranty_badge,
  .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_alphacare .warranty_badge {
    width: 152px;
    position: absolute;
    right: -37px;
    top: -37px;
  }
  /* line 5342, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_alphacare .whatsincluded,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_alphacare .whatsincluded,
  .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_alphacare .whatsincluded,
  .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_alphacare .whatsincluded {
    margin: 19px 39px 0 31px;
    padding: 0 0 26px 0;
    border-bottom: 1px solid #f3f3f3;
  }
  /* line 5346, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_alphacare .whatsincluded h2,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_alphacare .whatsincluded h2,
  .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_alphacare .whatsincluded h2,
  .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_alphacare .whatsincluded h2 {
    color: #363636;
    font-size: 16px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
  }
  /* line 5354, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_alphacare .whatsincluded ul,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_alphacare .whatsincluded ul,
  .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_alphacare .whatsincluded ul,
  .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_alphacare .whatsincluded ul {
    list-style-position: inside;
    list-style-image: none;
    width: 285px;
  }
  /* line 5358, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_alphacare .whatsincluded ul li,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_alphacare .whatsincluded ul li,
  .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_alphacare .whatsincluded ul li,
  .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_alphacare .whatsincluded ul li {
    padding-left: 30px;
    text-indent: -30px;
  }
  /* line 5361, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_alphacare .whatsincluded ul li:before,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_alphacare .whatsincluded ul li:before,
  .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_alphacare .whatsincluded ul li:before,
  .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_alphacare .whatsincluded ul li:before {
    content: "";
    margin-right: 10px;
    width: 20px;
    height: 19px;
    background: url(../images/product/product_checkmark.png) no-repeat 0 0;
    background-size: contain;
    display: inline-block;
  }
  /* line 5373, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_alphacare a.alphacare,
  .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare,
  .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_alphacare a.alphacare {
    margin: 22px 1px 1px;
    padding: 0 38px 0 30px;
    background: url(../images/product/product_alphcare_bg.png) no-repeat right bottom;
    background-size: contain;
    text-decoration: none;
    display: block;
    width: 421px;
  }
  /* line 5384, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare .alphacare_logo,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_alphacare a.alphacare .alphacare_logo,
  .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare .alphacare_logo,
  .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_alphacare a.alphacare .alphacare_logo {
    width: 179px;
  }
  /* line 5387, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare ul,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_alphacare a.alphacare ul,
  .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare ul,
  .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_alphacare a.alphacare ul {
    margin: 7px 0 0 8px;
    padding-left: 1em;
    list-style-position: outside;
    list-style-type: disc;
    width: 266px;
  }
  /* line 5393, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare ul li,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_alphacare a.alphacare ul li,
  .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare ul li,
  .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_alphacare a.alphacare ul li {
    padding: 0 0 1px 0;
    text-decoration: none;
  }
  /* line 5396, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare ul li:hover,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_alphacare a.alphacare ul li:hover,
  .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare ul li:hover,
  .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_alphacare a.alphacare ul li:hover {
    text-decoration: none;
  }
  /* line 5403, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare.acBannerLink ul,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_alphacare a.alphacare.acBannerLink ul,
  .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare.acBannerLink ul,
  .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_alphacare a.alphacare.acBannerLink ul {
    width: 300px;
  }
  /* line 5407, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare .full_details,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_alphacare a.alphacare .full_details,
  .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare .full_details,
  .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_alphacare a.alphacare .full_details {
    margin: 8px 0 18px 7px;
    display: inline-block;
  }
  /* line 5410, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare .full_details:after,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_alphacare a.alphacare .full_details:after,
  .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare .full_details:after,
  .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_alphacare a.alphacare .full_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 #134063;
    border-right: none;
    display: inline-block;
    position: relative;
    margin-left: 10px;
  }
  /* line 5417, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare:hover,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_alphacare a.alphacare:hover,
  .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare:hover,
  .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_alphacare a.alphacare:hover {
    text-decoration: none !important;
  }
  /* line 5419, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare:hover ul,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_alphacare a.alphacare:hover ul,
  .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare:hover ul,
  .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_alphacare a.alphacare:hover ul {
    text-decoration: none !important;
  }
  /* line 5421, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare:hover ul li,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_alphacare a.alphacare:hover ul li,
  .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare:hover ul li,
  .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_alphacare a.alphacare:hover ul li {
    text-decoration: none !important;
  }
  /* line 5425, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare:hover .full_details,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_alphacare a.alphacare:hover .full_details,
  .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_alphacare a.alphacare:hover .full_details,
  .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_alphacare a.alphacare:hover .full_details {
    text-decoration: underline;
  }
  /* line 5432, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .printer_system_column .whatsincluded_alphacare a.acBannerLink .alphacare_logo,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .printer_system_column .whatsincluded_alphacare a.acBannerLink .alphacare_logo,
  .product-view #productInfoRow .product-collateral > dl .tab-container .printer_system_column .whatsincluded_alphacare a.acBannerLink .alphacare_logo,
  .product-view #productInfoRow .product-collateral > dl > dd .printer_system_column .whatsincluded_alphacare a.acBannerLink .alphacare_logo {
    width: 236px;
  }
  /* line 5441, ../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 5451, ../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 5455, ../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: #636363;
  }
  /* line 5457, ../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: 1em;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 36px;
    font-weight: 200;
    color: #636363;
    text-transform: none;
    display: block;
  }
  /* line 5468, ../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: "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #363636;
    margin-bottom: 0;
    text-transform: none;
  }
  /* line 5477, ../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 5481, ../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 5485, ../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 5490, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .tab-content.all-options,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .tab-content.all-options,
  .product-view #productInfoRow .product-collateral > dl .tab-container .tab-content.all-options,
  .product-view #productInfoRow .product-collateral > dl > dd .tab-content.all-options {
    padding: 0 0 50px 0;
  }
  /* line 5492, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .tab-content.all-options h2,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .tab-content.all-options h2,
  .product-view #productInfoRow .product-collateral > dl .tab-container .tab-content.all-options h2,
  .product-view #productInfoRow .product-collateral > dl > dd .tab-content.all-options h2 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #636363;
    text-transform: capitalize;
  }
  /* line 5504, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .tab-content.all-options ul .item .item-area .details .action .price-area,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .tab-content.all-options ul .item .item-area .details .action .price-area,
  .product-view #productInfoRow .product-collateral > dl .tab-container .tab-content.all-options ul .item .item-area .details .action .price-area,
  .product-view #productInfoRow .product-collateral > dl > dd .tab-content.all-options ul .item .item-area .details .action .price-area {
    float: left;
    margin-right: 15px;
  }
  /* line 5508, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral .collateral-tabs .tab-container .tab-content.all-options ul .item .item-area .details .action .view-details,
  .product-view #productInfoRow .product-collateral .collateral-tabs > dd .tab-content.all-options ul .item .item-area .details .action .view-details,
  .product-view #productInfoRow .product-collateral > dl .tab-container .tab-content.all-options ul .item .item-area .details .action .view-details,
  .product-view #productInfoRow .product-collateral > dl > dd .tab-content.all-options ul .item .item-area .details .action .view-details {
    margin-top: 5px;
  }
  /* line 5520, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral table.printerComparisonToolTable {
    float: left;
    font-size: 16px;
    line-height: 28px;
  }
  /* line 5525, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral table.printerComparisonToolTable th h3 {
    margin: 0;
    padding: 0 0 10px;
    line-height: 1em;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 36px;
    font-weight: 200;
    color: #636363;
    text-transform: capitalize;
    display: block;
  }
  /* line 5535, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral table.printerComparisonToolTable th h3 strong {
    font-weight: inherit;
    text-transform: inherit;
  }
  /* line 5540, ../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: #636363;
    text-transform: none;
    display: block;
  }
  /* line 5548, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral table.printerComparisonToolTable th h4 a {
    text-decoration: none;
  }
  /* line 5550, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral table.printerComparisonToolTable th h4 a:hover {
    text-decoration: underline;
  }
  /* line 5555, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral table.printerComparisonToolTable .sectionTitleRow td {
    line-height: 42px;
  }
  /* line 5558, ../scss/module/_catalog-product.scss */
  .product-view #productInfoRow .product-collateral table.printerComparisonToolTable .sectionTitleRow .sectionTitle {
    font-size: 18px;
    font-weight: 700;
    color: #363636;
  }
  /* line 5584, ../scss/module/_catalog-product.scss */
  .product-view .video_brochure_wrapper h2 {
    font-size: 39px;
    font-weight: 200;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    text-transform: capitalize;
  }
  /* line 5591, ../scss/module/_catalog-product.scss */
  .product-view .video_brochure_wrapper .tab-content-video .productVideoLink {
    max-width: 30%;
    margin: 0 3% 0 0;
    position: relative;
  }
  /* line 5595, ../scss/module/_catalog-product.scss */
  .product-view .video_brochure_wrapper .tab-content-video .productVideoLink img {
    padding-bottom: 30px;
  }
  /* line 5597, ../scss/module/_catalog-product.scss */
  .product-view .video_brochure_wrapper .tab-content-video .productVideoLink img.videomask {
    position: absolute;
  }
  /* line 5605, ../scss/module/_catalog-product.scss */
  .product-view .video_brochure_wrapper .tab-content-brochure .brochures_wrapper .productBrochurePdf {
    margin: 0;
    padding: 79px 2% 0;
    width: 32%;
    display: inline-block;
  }
  /* line 5614, ../scss/module/_catalog-product.scss */
  .product-view .complete_system_copy,
  .product-view .system_software_copy {
    padding: 0;
  }
  /* line 5619, ../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: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 36px;
    font-weight: 200;
    color: #636363;
    text-transform: capitalize;
    display: block;
  }
  /* line 5634, ../scss/module/_catalog-product.scss */
  .product-view .softwareCompOverlay {
    margin: 0 40px 80px;
    width: calc(100% - 80px);
  }
  /* line 5637, ../scss/module/_catalog-product.scss */
  .product-view .softwareCompOverlay:before {
    content: "";
    margin: 0 32px;
    border-top: 1px solid #ccc;
    display: block;
    position: relative;
    top: 60px;
    left: 0;
  }
  /* line 5647, ../scss/module/_catalog-product.scss */
  .product-view .softwareCompOverlay .compItem img {
    float: left;
    max-width: 167px;
  }
  /* line 5651, ../scss/module/_catalog-product.scss */
  .product-view .softwareCompOverlay .compItem h2,
  .product-view .softwareCompOverlay .compItem p,
  .product-view .softwareCompOverlay .compItem ul {
    margin-left: 187px;
  }
  /* line 5657, ../scss/module/_catalog-product.scss */
  .product-view .softwareCompOverlay .softwareCompareOverlayFooter .pdf span {
    display: inline;
  }

  /* line 5664, ../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 5665, ../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 5666, ../scss/module/_catalog-product.scss */
  .toolTipBubbleMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    z-index: 998;
  }

  /* line 5668, ../scss/module/_catalog-product.scss */
  #groupedProductItemsTable {
    padding: 0;
  }
  /* line 5670, ../scss/module/_catalog-product.scss */
  #groupedProductItemsTable h2 {
    line-height: 1em;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 36px;
    font-weight: 200;
    color: #636363;
    text-transform: none;
  }

  /* line 5682, ../scss/module/_catalog-product.scss */
  .product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 {
    padding: 16px 13px;
    width: 206px;
    background-color: #f1f7fb;
    border: 1px solid #c1c6c9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    float: right;
  }
  /* line 5683, ../scss/module/_catalog-product.scss */
  .product-view #groupedProductItemsTable #groupedProductItemsTablePrice2:before {
    display: none;
  }
  /* line 5692, ../scss/module/_catalog-product.scss */
  .product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 .price-label {
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    vertical-align: text-bottom;
  }
  /* line 5698, ../scss/module/_catalog-product.scss */
  .product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 .ac-price {
    vertical-align: middle;
  }
  /* line 5700, ../scss/module/_catalog-product.scss */
  .product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 .ac-price .price {
    padding-top: 0;
    font-size: 20px;
    vertical-align: text-bottom;
  }
  /* line 5706, ../scss/module/_catalog-product.scss */
  .product-view #groupedProductItemsTable #groupedProductItemsTablePrice2 .add-to-box {
    margin-left: 0;
  }

  /* line 5714, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemDiv {
    padding-top: 48px;
  }
  /* line 5716, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemDiv.first {
    margin-top: 34px;
  }
  /* line 5719, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemDiv table {
    width: 100%;
  }
  /* line 5722, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemDiv .groupedItemImgTtlQtyTable {
    width: 100%;
  }
  /* line 5726, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemTdInfoImg {
    margin: 0 0 16px 0;
    width: 170px;
    float: none;
  }
  /* line 5731, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemTdInfoImg .groupedItemInfoImg img {
    width: auto;
  }
  /* line 5736, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemTtlQty {
    padding-left: 0;
  }
  /* line 5739, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemInfoTt1 {
    margin-right: 36px;
    border-bottom: 1px dashed #bab9b9;
    padding: 0 0 6px;
  }
  /* line 5743, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemInfoTt1 a {
    font-size: 17px;
  }
  /* line 5747, ../scss/module/_catalog-product.scss */
  .grouped-items-table .group-item-product-copy {
    margin: 8px 36px 0 0;
    padding: 0;
  }
  /* line 5751, ../scss/module/_catalog-product.scss */
  .grouped-items-table .hasOptionsWrapper {
    margin-top: 16px;
    display: inline-block;
  }
  /* line 5755, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemTdInfoQuantity {
    display: inline-block;
    vertical-align: top;
  }
  /* line 5758, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemTdInfoQuantity .groupedItemInfoQuantity {
    margin-top: 28px;
    margin-right: 26px;
    vertical-align: top;
    display: inline-block;
  }
  /* line 5763, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemTdInfoQuantity .groupedItemInfoQuantity:before {
    content: "QTY";
    font-size: 15px;
    padding-right: 6px;
  }
  /* line 5768, ../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 5777, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemTdInfoOptions {
    text-align: left;
    display: inline-block;
  }
  /* line 5781, ../scss/module/_catalog-product.scss */
  .grouped-items-table .groupedItemTdInfoOptions .grouped-options-wrapper {
    padding: 0;
  }
  /* line 5783, ../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 5793, ../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 5808, ../scss/module/_catalog-product.scss */
  #whyPriceHiddenBubbleWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 168px;
    margin: 0;
    padding: 0;
    z-index: 2;
  }
  /* line 5816, ../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 5825, ../scss/module/_catalog-product.scss */
  #whyPriceHiddenBubbleWrapper #whyPriceHiddenBubble .whyPriceHiddenBubbleClose {
    position: absolute;
    top: -4px;
    right: 4px;
    text-decoration: none;
  }
  /* line 5830, ../scss/module/_catalog-product.scss */
  #whyPriceHiddenBubbleWrapper #whyPriceHiddenBubble .whyPriceHiddenBubbleClose:hover {
    text-decoration: none;
  }
  /* line 5832, ../scss/module/_catalog-product.scss */
  #whyPriceHiddenBubbleWrapper #whyPriceHiddenBubble #whyPriceHiddenBubbleInner {
    color: #0371a8;
    font-size: 10px;
    line-height: 14px;
    padding: 4px 6px 0;
    text-align: left;
  }
  /* line 5838, ../scss/module/_catalog-product.scss */
  #whyPriceHiddenBubbleWrapper #whyPriceHiddenBubble #whyPriceHiddenBubbleInner #whyPriceHiddenBubbleInner a {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #0371a8;
  }
  /* line 5843, ../scss/module/_catalog-product.scss */
  #whyPriceHiddenBubbleWrapper #whyPriceHiddenBubble #whyPriceHiddenBubbleInner #whyPriceHiddenBubbleInner a:hover {
    text-decoration: underline;
  }

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

  /* line 5854, ../scss/module/_catalog-product.scss */
  .alphacare_module .alphacare {
    padding: 0;
  }
  /* line 5856, ../scss/module/_catalog-product.scss */
  .alphacare_module .alphacare .full_details {
    text-align: center;
  }
  /* line 5861, ../scss/module/_catalog-product.scss */
  .alphacare_module .detail_points .set {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }
  /* line 5865, ../scss/module/_catalog-product.scss */
  .alphacare_module .detail_points .set .item {
    margin-right: 26px;
    padding-right: 30px;
    float: left;
  }
  /* line 5870, ../scss/module/_catalog-product.scss */
  .alphacare_module .detail_points .set .item:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 70px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  /* line 5880, ../scss/module/_catalog-product.scss */
  .alphacare_module .detail_points .set.first {
    width: 444px;
  }
  /* line 5883, ../scss/module/_catalog-product.scss */
  .alphacare_module .detail_points .set.first .item.last {
    margin-right: 0;
    padding-right: 0;
    width: 194px;
  }
  /* line 5887, ../scss/module/_catalog-product.scss */
  .alphacare_module .detail_points .set.first .item.last:after {
    content: "";
  }
  /* line 5893, ../scss/module/_catalog-product.scss */
  .alphacare_module .detail_points .set.last {
    width: 444px;
  }

  /* line 5901, ../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 5905, ../scss/module/_catalog-product.scss */
  .supplyfinder_module .supplyfinder_module_container {
    padding: 0;
  }
  /* line 5907, ../scss/module/_catalog-product.scss */
  .supplyfinder_module .supplyfinder_module_container .supplyfinder_module_bg {
    max-width: 365px;
    margin-top: 14%;
  }

  /* line 5915, ../scss/module/_catalog-product.scss */
  #learning_center_module {
    padding: 130px 0 107px 0;
  }
  /* line 5917, ../scss/module/_catalog-product.scss */
  #learning_center_module:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 86px solid transparent;
    border-left: 86px solid transparent;
    border-top: 86px solid #ffffff;
    border-bottom: none;
    border-top: 56px solid #ffffff;
  }
  /* line 5921, ../scss/module/_catalog-product.scss */
  #learning_center_module h3 {
    font-size: 37px;
    letter-spacing: 5px;
  }
  /* line 5924, ../scss/module/_catalog-product.scss */
  #learning_center_module h3 a {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #636363;
  }
  /* line 5930, ../scss/module/_catalog-product.scss */
  #learning_center_module .resource {
    width: 33%;
    padding-top: 115px;
  }
  /* line 5933, ../scss/module/_catalog-product.scss */
  #learning_center_module .resource.howtochoose {
    background-size: 194px 99px;
  }
  /* line 5934, ../scss/module/_catalog-product.scss */
  #learning_center_module .resource.howtouse {
    background-size: 194px 99px;
  }
  /* line 5935, ../scss/module/_catalog-product.scss */
  #learning_center_module .resource.techoptions {
    background-size: 194px 99px;
  }
  /* line 5936, ../scss/module/_catalog-product.scss */
  #learning_center_module .resource p {
    line-height: 18px;
  }
  /* line 5937, ../scss/module/_catalog-product.scss */
  #learning_center_module .resource p a {
    line-height: 29px;
  }

  /* line 5943, ../scss/module/_catalog-product.scss */
  #product-attribute-specs-table td {
    color: #636363;
  }
  /* line 5946, ../scss/module/_catalog-product.scss */
  #product-attribute-specs-table th,
  #product-attribute-specs-table td {
    border-color: #eae9e9;
  }

  /* line 5958, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails table th img {
    margin-top: 0;
  }

  /* line 5968, ../scss/module/_catalog-product.scss */
  .alphacare_plus_module .inner {
    padding-left: 4%;
    padding-right: 4%;
    position: relative;
  }
  /* line 5973, ../scss/module/_catalog-product.scss */
  .alphacare_plus_module .inner .starburst {
    position: absolute;
    top: -24px;
    right: 14px;
    width: 161px;
    display: block;
  }
  /* line 5980, ../scss/module/_catalog-product.scss */
  .alphacare_plus_module .inner h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #636363;
    font-size: 37px;
    text-transform: capitalize;
    text-align: left;
    background-position: 0 0;
    background-size: 315px auto;
    padding-left: 0;
    padding-top: 66px;
    margin-top: 8px;
    margin-bottom: 20px;
  }
  /* line 5996, ../scss/module/_catalog-product.scss */
  .alphacare_plus_module .inner .alphacard-detail-block img {
    float: left;
  }
  /* line 5999, ../scss/module/_catalog-product.scss */
  .alphacare_plus_module .inner .alphacard-detail-block.setup-assistance img {
    margin-left: 14px;
    margin-top: 12px;
  }
  /* line 6003, ../scss/module/_catalog-product.scss */
  .alphacare_plus_module .inner .alphacard-detail-block.priority-phone img {
    margin-left: 27px;
    margin-top: 14px;
  }
  /* line 6007, ../scss/module/_catalog-product.scss */
  .alphacare_plus_module .inner .alphacard-detail-block.return-protection img {
    margin-top: 14px;
  }
  /* line 6010, ../scss/module/_catalog-product.scss */
  .alphacare_plus_module .inner .alphacard-detail-block.free-annual-maintenance img {
    margin-left: 6px;
    margin-top: 14px;
  }
  /* line 6014, ../scss/module/_catalog-product.scss */
  .alphacare_plus_module .inner .alphacard-detail-block.free-software-updates img {
    margin-top: 13px;
  }
  /* line 6017, ../scss/module/_catalog-product.scss */
  .alphacare_plus_module .inner .alphacard-detail-block.vip-contacts img {
    margin-left: 2px;
  }
  /* line 6020, ../scss/module/_catalog-product.scss */
  .alphacare_plus_module .inner .alphacard-detail-block.advanced-printer-config img {
    margin-left: 6px;
  }
  /* line 6023, ../scss/module/_catalog-product.scss */
  .alphacare_plus_module .inner .alphacard-detail-block.twenty-five-percent-discount img {
    margin-top: 10px;
  }
  /* line 6026, ../scss/module/_catalog-product.scss */
  .alphacare_plus_module .inner .alphacard-detail-block div {
    padding-left: 128px;
  }
  /* line 6029, ../scss/module/_catalog-product.scss */
  .alphacare_plus_module .inner .alphacard-detail-block div h3 {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    color: #363636;
    font-size: 16px;
  }

  /* line 6042, ../scss/module/_catalog-product.scss */
  .alphaguard_module.is_system {
    padding-top: 140px;
  }
  /* line 6045, ../scss/module/_catalog-product.scss */
  .alphaguard_module.is_system: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 6053, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner {
    padding-left: 4%;
    padding-right: 4%;
  }
  /* line 6059, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-leadin .leadin-copy {
    width: 40%;
    float: left;
    display: inline;
    padding-left: 0;
  }
  /* line 6065, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-leadin .leadin-copy p {
    text-align: left;
  }
  /* line 6070, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-leadin .leadin-img {
    width: 60%;
    float: right;
  }
  /* line 6075, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more {
    margin-top: 36px;
  }
  /* line 6078, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span {
    padding-top: 138px;
  }
  /* line 6081, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span.option-globe {
    background-size: 220px auto;
  }
  /* line 6084, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span.option-geometricbox {
    background-size: 220px auto;
  }
  /* line 6087, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span.option-3dbox {
    background-size: 220px auto;
  }
  /* line 6090, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span.option-wavelength {
    background-size: 220px auto;
  }
  /* line 6093, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span.option-intricateuniverse {
    background-size: 220px auto;
  }
  /* line 6096, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span.option-4x6 {
    background-size: 220px auto;
  }
  /* line 6099, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span.option-fullface {
    background-size: 220px auto;
  }
  /* line 6103, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more:after {
    content: "";
    display: block;
    clear: both;
  }
  /* line 6111, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-more-details h3 {
    font-size: 39px;
    font-weight: 200;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    text-transform: none;
  }
  /* line 6120, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-customize h3 {
    font-size: 39px;
    line-height: 40px;
    font-weight: 200;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    text-transform: none;
  }
  /* line 6127, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-customize .wm-custom {
    padding: 40px 4%;
  }
  /* line 6130, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-customize .wm-custom p {
    padding-top: 207px;
  }
  /* line 6134, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-customize .wm-custom.grid p {
    background-size: 344px auto;
  }
  /* line 6140, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-customize .wm-custom.fullsize p {
    background-size: 344px auto;
  }
}
@media only screen and (min-width: 770px) {
  /* line 6156, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box.first {
    display: none;
  }
  /* line 6159, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box.second {
    width: calc(100% - 760px);
    padding-right: 0;
    display: inline-block;
    float: none;
    overflow: hidden;
    margin-bottom: 0;
  }
  /* line 6168, ../scss/module/_catalog-product.scss */
  .product-view .product-img-box.second .product-name,
  .product-view .product-img-box.second .product-ids {
    display: none;
  }
  /* line 6173, ../scss/module/_catalog-product.scss */
  .product-view .product-info {
    margin-left: 0;
    float: right;
    max-width: 760px;
  }
  /* line 6178, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-name {
    display: block;
  }
  /* line 6180, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-name h1 {
    padding: 0 5% 0 0;
    font-size: 35px;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    line-height: 35px;
    color: #363636;
    text-transform: none;
    border-bottom: none;
  }
  /* line 6191, ../scss/module/_catalog-product.scss */
  .product-view .product-info .mpn-and-rating {
    display: block;
  }
  /* line 6193, ../scss/module/_catalog-product.scss */
  .product-view .product-info .mpn-and-rating .product-ids {
    margin-right: 22px;
    display: inline-block;
  }
  /* line 6198, ../scss/module/_catalog-product.scss */
  .product-view .product-info .mpn-and-rating .ratings {
    display: inline-block;
  }
  /* line 6200, ../scss/module/_catalog-product.scss */
  .product-view .product-info .mpn-and-rating .ratings .rating-box {
    margin: 0;
    display: inline-block;
  }
  /* line 6204, ../scss/module/_catalog-product.scss */
  .product-view .product-info .mpn-and-rating .ratings .rating-links {
    float: none;
    display: inline;
  }
  /* line 6207, ../scss/module/_catalog-product.scss */
  .product-view .product-info .mpn-and-rating .ratings .rating-links a {
    color: #636363;
    font-size: 12px;
  }
  /* line 6211, ../scss/module/_catalog-product.scss */
  .product-view .product-info .mpn-and-rating .ratings .rating-links a:last-child,
  .product-view .product-info .mpn-and-rating .ratings .rating-links .separator {
    display: none;
  }
  /* line 6216, ../scss/module/_catalog-product.scss */
  .product-view .product-info .mpn-and-rating .no-rating {
    display: inline-block;
  }
  /* line 6218, ../scss/module/_catalog-product.scss */
  .product-view .product-info .mpn-and-rating .no-rating .rating-box {
    margin: 0;
    display: inline-block;
    width: 65px;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -615px;
    overflow: hidden;
    background-image: url(../images/icon_sprite_updated.png);
    text-indent: -9999px;
  }
  /* line 6228, ../scss/module/_catalog-product.scss */
  .product-view .product-info .mpn-and-rating .no-rating .rating-box .rating {
    float: left;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -600px;
  }
  /* line 6235, ../scss/module/_catalog-product.scss */
  .product-view .product-info .mpn-and-rating .no-rating a {
    color: #50a4cf;
    font-size: 12px;
  }
  /* line 6241, ../scss/module/_catalog-product.scss */
  .product-view .product-info .short-description {
    margin-top: 9px;
  }
  /* line 6244, ../scss/module/_catalog-product.scss */
  .product-view .product-info .productHighlights {
    margin-right: 208px;
    display: block;
    padding-right: 20px;
  }
  /* line 6248, ../scss/module/_catalog-product.scss */
  .product-view .product-info .productHighlights ul {
    margin-top: 10px;
  }
  /* line 6251, ../scss/module/_catalog-product.scss */
  .product-view .product-info .productHighlights.first {
    display: none;
  }
  /* line 6254, ../scss/module/_catalog-product.scss */
  .product-view .product-info .productHighlights.second {
    display: block;
  }
  /* line 6259, ../scss/module/_catalog-product.scss */
  .product-view .product-info.discontinued .productHighlights {
    margin-right: inherit;
    display: inherit;
    padding-right: inherit;
  }
  /* line 6263, ../scss/module/_catalog-product.scss */
  .product-view .product-info.discontinued .productHighlights ul {
    margin-top: inherit;
  }
  /* line 6266, ../scss/module/_catalog-product.scss */
  .product-view .product-info.discontinued .productHighlights.second {
    display: none;
  }
  /* line 6275, ../scss/module/_catalog-product.scss */
  .product-view .product-info .product-shop-wrap.prox .product-shop .options-container-big .product-options {
    width: 206px;
  }
  /* line 6283, ../scss/module/_catalog-product.scss */
  .product-view .videopdfshortcuts {
    margin-top: 0;
    margin-left: 60px;
  }
  /* line 6289, ../scss/module/_catalog-product.scss */
  .product-view .softwareCompOverlay .compItem img {
    max-width: 199px;
  }
  /* line 6292, ../scss/module/_catalog-product.scss */
  .product-view .softwareCompOverlay .compItem h2,
  .product-view .softwareCompOverlay .compItem p,
  .product-view .softwareCompOverlay .compItem ul {
    margin-left: 219px;
  }
  /* line 6298, ../scss/module/_catalog-product.scss */
  .product-view .softwareCompOverlay .softwareCompareOverlayFooter .tagline span {
    display: inline;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    color: #636363;
    font-size: 37px;
    font-weight: 300;
  }

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

  /* line 6322, ../scss/module/_catalog-product.scss */
  .supplyfinder_module .supplyfinder_module_container {
    padding: 0;
  }
  /* line 6324, ../scss/module/_catalog-product.scss */
  .supplyfinder_module .supplyfinder_module_container .supplyfinder_module_bg {
    max-width: calc(100% - 400px);
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    display: inline;
  }
  /* line 6331, ../scss/module/_catalog-product.scss */
  .supplyfinder_module .supplyfinder_module_container .supplyfinder_wrapper {
    margin: 14% 20px 9% 0;
    text-align: left;
    float: right;
  }
  /* line 6335, ../scss/module/_catalog-product.scss */
  .supplyfinder_module .supplyfinder_module_container .supplyfinder_wrapper h2 {
    text-align: left;
  }
  /* line 6338, ../scss/module/_catalog-product.scss */
  .supplyfinder_module .supplyfinder_module_container .supplyfinder_wrapper p {
    padding-right: 34px;
  }

  /* line 6346, ../scss/module/_catalog-product.scss */
  #learning_center_module .resource {
    padding-top: 159px;
  }
  /* line 6348, ../scss/module/_catalog-product.scss */
  #learning_center_module .resource.howtochoose {
    background-size: 264px 135px;
  }
  /* line 6351, ../scss/module/_catalog-product.scss */
  #learning_center_module .resource.howtouse {
    background-size: 264px 135px;
  }
  /* line 6354, ../scss/module/_catalog-product.scss */
  #learning_center_module .resource.techoptions {
    background-size: 264px 135px;
  }

  /* line 6367, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails .alphaCareProdDetailsFooter .tagline span {
    display: inline;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    color: #636363;
    font-size: 37px;
    font-weight: 300;
  }

  /* line 6383, ../scss/module/_catalog-product.scss */
  .alphacare_plus_module .inner .starburst {
    right: 26px;
  }
  /* line 6386, ../scss/module/_catalog-product.scss */
  .alphacare_plus_module .inner h3 {
    background-position: 50% 0;
    text-align: center;
  }
  /* line 6390, ../scss/module/_catalog-product.scss */
  .alphacare_plus_module .inner p {
    text-align: center;
  }
  /* line 6395, ../scss/module/_catalog-product.scss */
  .alphacare_plus_module .inner .alphacard-detail-block p {
    text-align: left;
  }

  /* line 6407, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-leadin .leadin-copy {
    max-width: 217px;
    padding-right: 0;
    padding-top: 40px;
  }
  /* line 6412, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-leadin .leadin-img {
    width: 61%;
  }
  /* line 6416, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-customize {
    margin-top: 30px;
  }
  /* line 6421, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-customize h3 br {
    display: none;
  }
}
@media only screen and (min-width: 850px) {
  /* line 6437, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more {
    text-align: center;
  }
  /* line 6440, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span {
    width: 24%;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding-top: 119px;
  }
  /* line 6447, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span.option-globe {
    background-size: 187px auto;
  }
  /* line 6450, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span.option-geometricbox {
    background-size: 187px auto;
  }
  /* line 6453, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span.option-3dbox {
    background-size: 187px auto;
  }
  /* line 6456, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span.option-wavelength {
    background-size: 187px auto;
  }
  /* line 6459, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span.option-intricateuniverse {
    background-size: 187px auto;
  }
  /* line 6462, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span.option-4x6 {
    background-size: 187px auto;
    width: 33%;
  }
  /* line 6466, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span.option-fullface {
    background-size: 187px auto;
    width: 33%;
  }
}
@media only screen and (min-width: 979px) {
  /* line 6481, ../scss/module/_catalog-product.scss */
  .product-view .video_brochure_wrapper .tab-content-brochure .brochures_wrapper {
    float: none;
  }
  /* line 6492, ../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 6494, ../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 6497, ../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 6503, ../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 6507, ../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 6514, ../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 6515, ../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 6521, ../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 6524, ../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 6528, ../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: #636363;
    text-transform: capitalize;
    display: block;
  }
  /* line 6540, ../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 6542, ../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 6546, ../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 6548, ../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 6554, ../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 6555, ../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 6558, ../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 6560, ../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 6566, ../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 6571, ../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 6576, ../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 6584, ../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: #17b5ee;
  }
  /* line 6589, ../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 6595, ../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 6597, ../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 6598, ../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 6599, ../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 6605, ../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 6608, ../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 6609, ../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 6616, ../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 6618, ../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 6622, ../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 6624, ../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 6635, ../scss/module/_catalog-product.scss */
  .product-view .complete_system_copy,
  .product-view .system_software_copy {
    margin: 0 40px 0 0;
  }
  /* line 6637, ../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% - 525px);
    float: left;
    color: #636363;
  }
  /* line 6642, ../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: 485px;
    float: right;
    display: table;
  }
  /* line 6651, ../scss/module/_catalog-product.scss */
  .product-view .softwareCompOverlay {
    margin: 0 20px 80px;
    width: calc(100% - 40px);
  }

  /* line 6658, ../scss/module/_catalog-product.scss */
  #learning_center_module p {
    width: 785px;
    margin: 0 auto 1.5em auto;
  }
  /* line 6662, ../scss/module/_catalog-product.scss */
  #learning_center_module .resource {
    padding-top: 200px;
  }
  /* line 6664, ../scss/module/_catalog-product.scss */
  #learning_center_module .resource.howtochoose {
    background-size: 331px 169px;
  }
  /* line 6666, ../scss/module/_catalog-product.scss */
  #learning_center_module .resource.howtochoose p {
    width: auto;
  }
  /* line 6668, ../scss/module/_catalog-product.scss */
  #learning_center_module .resource.howtouse {
    background-size: 331px 169px;
  }
  /* line 6670, ../scss/module/_catalog-product.scss */
  #learning_center_module .resource.howtouse p {
    width: auto;
  }
  /* line 6672, ../scss/module/_catalog-product.scss */
  #learning_center_module .resource.techoptions {
    background-size: 331px 169px;
  }
  /* line 6674, ../scss/module/_catalog-product.scss */
  #learning_center_module .resource.techoptions p {
    width: auto;
  }

  /* line 6681, ../scss/module/_catalog-product.scss */
  .alphacare_module .alphacare .full_details {
    padding: 0;
  }
  /* line 6686, ../scss/module/_catalog-product.scss */
  .alphacare_module .detail_points .set {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }
  /* line 6690, ../scss/module/_catalog-product.scss */
  .alphacare_module .detail_points .set .item {
    margin-right: 26px;
    padding-right: 30px;
    float: left;
  }
  /* line 6695, ../scss/module/_catalog-product.scss */
  .alphacare_module .detail_points .set .item:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 70px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  /* line 6705, ../scss/module/_catalog-product.scss */
  .alphacare_module .detail_points .set.first {
    width: 500px;
  }
  /* line 6708, ../scss/module/_catalog-product.scss */
  .alphacare_module .detail_points .set.first .item.last {
    margin-right: 26px;
    padding-right: 30px;
    width: 224px;
  }
  /* line 6712, ../scss/module/_catalog-product.scss */
  .alphacare_module .detail_points .set.first .item.last:after {
    content: "";
  }
  /* line 6718, ../scss/module/_catalog-product.scss */
  .alphacare_module .detail_points .set.last {
    width: 444px;
  }

  /* line 6728, ../scss/module/_catalog-product.scss */
  .alphacare_plus_module .inner h3 {
    background-size: 341px auto;
  }

  /* line 6741, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails table th.no-border-left {
    padding-top: 24px;
    padding-bottom: 0;
  }
  /* line 6745, ../scss/module/_catalog-product.scss */
  .product-view .alphacareProductDetails table th img {
    margin-bottom: 20px;
  }

  /* line 6755, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 6761, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-leadin .leadin-img {
    width: 100%;
  }
  /* line 6769, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-customize .wm-custom.grid {
    margin-right: 13px;
  }
  /* line 6777, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span {
    padding-top: 138px;
  }
  /* line 6780, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span.option-globe {
    background-size: 220px auto;
  }
  /* line 6783, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span.option-geometricbox {
    background-size: 220px auto;
  }
  /* line 6786, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span.option-3dbox {
    background-size: 220px auto;
  }
  /* line 6789, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span.option-wavelength {
    background-size: 220px auto;
  }
  /* line 6792, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span.option-intricateuniverse {
    background-size: 220px auto;
  }
  /* line 6795, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span.option-4x6 {
    background-size: 220px auto;
  }
  /* line 6798, ../scss/module/_catalog-product.scss */
  .alphaguard_module .inner .wm-options-more span.option-fullface {
    background-size: 220px auto;
  }

  /* line 6807, ../scss/module/_catalog-product.scss */
  .product-collateral .tab-container.all-options {
    padding: 70px 40px 0 !important;
  }
  /* line 6815, ../scss/module/_catalog-product.scss */
  .product-collateral .tab-container.all-options .tab-content.all-options ul .item .item-area .product-image img {
    width: 195px;
  }
  /* line 6819, ../scss/module/_catalog-product.scss */
  .product-collateral .tab-container.all-options .tab-content.all-options ul .item .item-area .details {
    margin-left: 213px;
  }
  /* line 6821, ../scss/module/_catalog-product.scss */
  .product-collateral .tab-container.all-options .tab-content.all-options ul .item .item-area .details .info {
    float: left;
    width: 58%;
  }
  /* line 6825, ../scss/module/_catalog-product.scss */
  .product-collateral .tab-container.all-options .tab-content.all-options ul .item .item-area .details .action {
    float: right;
    margin-top: 58px;
  }
  /* line 6829, ../scss/module/_catalog-product.scss */
  .product-collateral .tab-container.all-options .tab-content.all-options ul .item .item-area .details:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 6849, ../scss/module/_catalog-product.scss */
  .product-collateral .tab-container.all-options {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* line 6857, ../scss/module/_catalog-product.scss */
  .product-collateral .tab-container.all-options .tab-content.all-options ul .item .item-area .details {
    margin-left: 240px;
  }
  /* line 6859, ../scss/module/_catalog-product.scss */
  .product-collateral .tab-container.all-options .tab-content.all-options ul .item .item-area .details .info {
    width: 62%;
  }
  /* line 6862, ../scss/module/_catalog-product.scss */
  .product-collateral .tab-container.all-options .tab-content.all-options ul .item .item-area .details .action {
    width: 323px;
  }
  /* line 6864, ../scss/module/_catalog-product.scss */
  .product-collateral .tab-container.all-options .tab-content.all-options ul .item .item-area .details .action .price-area {
    margin-right: 0;
  }
  /* line 6867, ../scss/module/_catalog-product.scss */
  .product-collateral .tab-container.all-options .tab-content.all-options ul .item .item-area .details .action .view-details {
    float: right;
    margin-top: 3px;
  }

  /* line 6882, ../scss/module/_catalog-product.scss */
  #learning_center_module .resource {
    padding-top: 228px;
  }
  /* line 6884, ../scss/module/_catalog-product.scss */
  #learning_center_module .resource.howtochoose {
    background-size: 389px 199px;
  }
  /* line 6885, ../scss/module/_catalog-product.scss */
  #learning_center_module .resource.howtouse {
    background-size: 389px 199px;
  }
  /* line 6886, ../scss/module/_catalog-product.scss */
  #learning_center_module .resource.techoptions {
    background-size: 389px 199px;
  }
}
/* ============================================ *
 * 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 #cccccc;
  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;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
}

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

/* line 71, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cart {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 16px;
}
/* line 77, ../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: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #363636;
  text-shadow: inherit;
  background: inherit;
}
/* 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 #ededed;
}
/* 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: 13px;
  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 #5a5a5a;
  background-color: #f4f4f4;
}
/* line 220, ../scss/module/_checkout-cart.scss */
.cart .messages .success-msg li:before {
  border-left: 6px solid #5a5a5a;
}

/* 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;
}

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

  /* line 316, ../scss/module/_checkout-cart.scss */
  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
/* line 324, ../scss/module/_checkout-cart.scss */
.btn-checkout {
  max-width: 214px;
  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 337, ../scss/module/_checkout-cart.scss */
.btn-checkout:hover {
  background: #17b5ee !important;
  border: 1px solid #17b5ee !important;
}

/* line 344, ../scss/module/_checkout-cart.scss */
.cart-table {
  margin-top: 38px;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  color: #636363;
}
/* line 349, ../scss/module/_checkout-cart.scss */
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
/* line 357, ../scss/module/_checkout-cart.scss */
.cart-table h2 {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0;
}
/* line 365, ../scss/module/_checkout-cart.scss */
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/* line 372, ../scss/module/_checkout-cart.scss */
.cart-table thead th {
  padding-top: 0;
  font-size: 15px;
}
/* line 375, ../scss/module/_checkout-cart.scss */
.cart-table thead th span {
  font-size: 15px;
}
/* line 380, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
/* line 385, ../scss/module/_checkout-cart.scss */
.cart-table tr {
  border-bottom: 1px solid #ededed;
}
/* line 389, ../scss/module/_checkout-cart.scss */
.cart-table tfoot {
  display: none;
}
/* line 391, ../scss/module/_checkout-cart.scss */
.cart-table tfoot tr {
  background: none;
  border-bottom-width: 0;
}
/* line 396, ../scss/module/_checkout-cart.scss */
.cart-table tfoot tr > td:after {
  content: "";
  display: table;
  clear: both;
}
/* line 399, ../scss/module/_checkout-cart.scss */
.cart-table tfoot .checkout-types.bottom {
  margin: 0;
  float: right;
}
/* line 402, ../scss/module/_checkout-cart.scss */
.cart-table tfoot .checkout-types.bottom .btn-proceed-checkout {
  padding: 0 15px;
  color: #fff;
  float: right;
}
/* line 411, ../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 418, ../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 424, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image .cart-links {
  display: block;
}
/* line 428, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
/* line 432, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}
/* line 437, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
/* line 442, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-sku {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  margin: 0 0 12px;
}
/* line 448, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
/* line 453, ../scss/module/_checkout-cart.scss */
.cart-table .btn-empty {
  float: left;
}
/* line 457, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
  font-size: 15px;
}
/* line 463, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
/* line 467, ../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 #134063;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
/* line 475, ../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 #134063;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
/* line 483, ../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 491, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links > li > a {
  display: block;
}
/* line 495, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
/* line 500, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
/* line 504, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: #d3cdc8;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3.2em;
}
/* line 513, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
/* line 517, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions .cart-links {
  display: none;
}
/* line 522, ../scss/module/_checkout-cart.scss */
.cart-table .item-options {
  margin-left: 0 !important;
  padding-left: 0 !important;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
}
/* line 527, ../scss/module/_checkout-cart.scss */
.cart-table .item-options dt,
.cart-table .item-options dd {
  font-style: normal;
  font-weight: 700;
}
/* line 532, ../scss/module/_checkout-cart.scss */
.cart-table .item-options dd {
  margin-left: 0;
  font-size: 14px;
  font-weight: 400;
}

/* line 541, ../scss/module/_checkout-cart.scss */
.cartGuarantees {
  margin-top: 46px;
  padding: 51px 0 40px 0;
  background-color: #f3f3f3;
  text-align: center;
  display: inline-block;
}
/* line 547, ../scss/module/_checkout-cart.scss */
.cartGuarantees .guarantee {
  margin-bottom: 45px;
  padding: 92px 5% 0;
  width: 100%;
  color: #134063;
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  display: block;
}
/* line 555, ../scss/module/_checkout-cart.scss */
.cartGuarantees .guarantee h3 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #134063;
  text-transform: none;
}
/* line 563, ../scss/module/_checkout-cart.scss */
.cartGuarantees .satisfaction {
  background: url(../images/cart/cartGuarantee.png) no-repeat center 0;
  background-size: 78px 77px;
}
/* line 567, ../scss/module/_checkout-cart.scss */
.cartGuarantees .alphacare {
  background: url(../images/cart/cartService.png) no-repeat center 0;
  background-size: 77px 81px;
}
/* line 571, ../scss/module/_checkout-cart.scss */
.cartGuarantees .returns {
  background: url(../images/cart/cartReturns.png) no-repeat center 0;
  background-size: 68px 65px;
}

/* line 580, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cart-empty-wrapper {
  width: 100%;
  padding: 20px 2.5% 0;
  display: inline-block;
}
/* line 585, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cart-empty-wrapper .page-title h1 {
  padding-left: 0;
  padding-bottom: 13px;
  border-bottom: 1px solid #ededed;
}
/* line 591, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cart-empty-wrapper .cart-empty {
  margin-top: 20px;
  color: #636363;
  font-size: 16px;
}
/* line 595, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .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 608, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cart-empty-wrapper .cart-empty .button:hover {
  background: #17b5ee !important;
  border: 1px solid #17b5ee !important;
}
/* line 615, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartHelp.noitems {
  padding: 20px 2.5% 0;
  width: 100%;
  float: none;
}
/* line 619, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartHelp.noitems .cartHelpInner {
  min-height: 196px;
  background-position: left calc(100% - 4px);
}
/* line 623, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartHelp.noitems .cartHelpContent {
  padding-top: 12px;
}
/* line 625, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartHelp.noitems .cartHelpContent p {
  margin-top: 12px;
  line-height: 20px;
  color: #636363;
}
/* line 630, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartHelp.noitems .cartHelpContent .cartphone {
  margin-top: 13px;
}
/* line 633, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner {
  margin-top: 70px;
  padding: 0 2.5%;
  display: inline-block;
  width: 100%;
}
/* line 638, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategories {
  margin-bottom: 28px;
  width: 100%;
  float: left;
}
/* line 642, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .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 651, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategories .cartCategoryMain:hover {
  text-decoration: underline;
}
/* line 653, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategories ul {
  display: block !important;
  list-style-type: none;
  margin-top: 8px;
}
/* line 657, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategories ul li {
  line-height: 23px;
  padding-top: 16px;
}
/* line 660, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategories ul li a {
  padding-left: 0;
  font-size: 16px;
  text-align: center;
  line-height: 23px;
  display: block;
}
/* line 666, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategories ul li a.more-link {
  position: relative;
  font-weight: 700;
}
/* line 669, ../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 #901f18;
  border-right: none;
  display: inline;
  top: 3px;
  margin-left: 9px;
}
/* line 680, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategoriesCompleteIdSystems a {
  background: url(../images/cart/cartCategoryCompleteSystems.jpg) 50% 42px no-repeat;
  background-size: 157px 133px;
}
/* line 684, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategoriesIdCardPrinters a {
  background: url(../images/cart/cartCategoryIdCardPrinters.jpg) 50% 46px no-repeat;
  background-size: 181px 129px;
}
/* line 688, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategoriesIdSoftware a {
  background: url(../images/cart/cartCategoryIdSoftware.jpg) 50% 50px no-repeat;
  background-size: 169px 105px;
}
/* line 692, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategoriesRibbonsSupplies a {
  background: url(../images/cart/cartCategoryRibbonsSupplies.jpg) 50% 43px no-repeat;
  background-size: 163px 129px;
}
/* line 696, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategoriesLanyardsIdHolders a {
  background: url(../images/cart/cartCategoryLanyardsIdHolders.jpg) 50% 36px no-repeat;
  background-size: 168px 129px;
}
/* line 700, ../scss/module/_checkout-cart.scss */
.checkout-cart-index .cartCategoriesInner .cartCategoriesCards a {
  background: url(../images/cart/cartCategoryCards.jpg) 50% 48px no-repeat;
  background-size: 155px 114px;
}

@media only screen and (max-width: 600px) {
  /* line 711, ../scss/module/_checkout-cart.scss */
  .cart-table th {
    font-size: 12px;
  }
  /* line 715, ../scss/module/_checkout-cart.scss */
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  /* line 720, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  /* line 729, ../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 740, ../scss/module/_checkout-cart.scss */
  .cart-table colgroup,
  .cart-table thead {
    display: none;
  }
  /* line 744, ../scss/module/_checkout-cart.scss */
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
  }
  /* line 751, ../scss/module/_checkout-cart.scss */
  .cart-table tr:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 755, ../scss/module/_checkout-cart.scss */
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  /* line 760, ../scss/module/_checkout-cart.scss */
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  /* line 764, ../scss/module/_checkout-cart.scss */
  .cart-table td {
    border: none;
    display: block;
  }
  /* line 768, ../scss/module/_checkout-cart.scss */
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  /* line 772, ../scss/module/_checkout-cart.scss */
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }
  /* line 776, ../scss/module/_checkout-cart.scss */
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  /* line 785, ../scss/module/_checkout-cart.scss */
  .cart-table td.product-cart-price {
    text-align: left;
  }
  /* line 790, ../scss/module/_checkout-cart.scss */
  .cart-table h2 {
    font-size: 12px;
  }
  /* line 794, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  /* line 798, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  /* line 802, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  /* line 808, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  /* line 813, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  /* line 818, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  /* line 823, ../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 831, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }
  /* line 837, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  /* line 844, ../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 850, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  /* line 856, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions .button {
    display: none;
  }
  /* line 862, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: 8px 0px 2px 18px;
    background-image: none;
    text-indent: 0;
    width: auto;
    color: #134063;
    font-size: 13px;
    font-family: "Helvetica Neue", Arial, sans-serif;
  }
  /* line 873, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  /* line 878, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions {
    text-align: left;
  }
  /* line 881, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  /* line 887, ../scss/module/_checkout-cart.scss */
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: "Helvetica Neue", Arial, sans-serif;
  }
  /* line 894, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  /* line 898, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  /* line 902, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }
  /* line 906, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  /* line 918, ../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 933, ../scss/module/_checkout-cart.scss */
.shipping h2 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}
/* line 938, ../scss/module/_checkout-cart.scss */
.shipping h2: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;
  position: relative;
  display: inline-block;
  float: right;
  margin: 8px 12px 0 0;
}
/* line 947, ../scss/module/_checkout-cart.scss */
.shipping .shipping-form {
  margin-top: 5px;
}
/* line 951, ../scss/module/_checkout-cart.scss */
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #d3cdc8;
}
/* line 958, ../scss/module/_checkout-cart.scss */
.shipping select.validation-failed {
  border-color: #df280a;
}
/* line 962, ../scss/module/_checkout-cart.scss */
.shipping .shipping-desc {
  display: none;
}
/* line 966, ../scss/module/_checkout-cart.scss */
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
/* line 973, ../scss/module/_checkout-cart.scss */
.shipping .form-list:after {
  content: "";
  display: table;
  clear: both;
}
/* line 976, ../scss/module/_checkout-cart.scss */
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
/* line 981, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-country {
  width: 37%;
}
/* line 985, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-region {
  width: 41%;
}
/* line 989, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
/* line 993, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
/* line 998, ../scss/module/_checkout-cart.scss */
.shipping .form-list .input-box {
  padding-top: 0;
}
/* line 1002, ../scss/module/_checkout-cart.scss */
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
/* line 1007, ../scss/module/_checkout-cart.scss */
.shipping .form-list label {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}
/* line 1016, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
/* line 1020, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
/* line 1024, ../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 1030, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods label span {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
/* line 1038, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .buttons-set .button {
  margin-left: 0;
  font-weight: 700;
}
/* line 1043, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #cccccc;
  background-color: #ededed;
  min-width: 220px;
}
/* line 1048, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: gainsboro;
}

/* line 1056, ../scss/module/_checkout-cart.scss */
.discount h2 {
  margin-bottom: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
/* line 1061, ../scss/module/_checkout-cart.scss */
.discount h2: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;
  position: relative;
  display: inline-block;
  float: right;
  margin: 8px 12px 0 0;
}
/* line 1069, ../scss/module/_checkout-cart.scss */
.discount h3 {
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/* line 1072, ../scss/module/_checkout-cart.scss */
.discount #discount-coupon-form {
  margin-top: 10px;
}

/* line 1080, ../scss/module/_checkout-cart.scss */
.cart-forms .button,
.cart-forms .button2,
.product-cart-actions .button,
.product-cart-actions .button2 {
  min-height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  padding: 0px 16px !important;
  white-space: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-shadow: none;
  background: #636363 !important;
  border: 1px solid #636363 !important;
}
/* line 1093, ../scss/module/_checkout-cart.scss */
.cart-forms .button:hover,
.cart-forms .button2:hover,
.product-cart-actions .button:hover,
.product-cart-actions .button2:hover {
  background: #17b5ee !important;
  border: 1px solid #17b5ee !important;
}
/* line 1097, ../scss/module/_checkout-cart.scss */
.cart-forms .button span span,
.cart-forms .button2 span span,
.product-cart-actions .button span span,
.product-cart-actions .button2 span span {
  color: #fff;
  text-decoration: none;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
}

/* line 1106, ../scss/module/_checkout-cart.scss */
.product-cart-actions .button {
  background: #901f18 !important;
  font-weight: 700 !important;
  border-width: 0 !important;
}

@media only screen and (max-width: 600px) {
  /* line 1115, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  /* line 1119, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  /* line 1123, ../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 1131, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  /* line 1134, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  /* line 1135, ../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 1144, ../scss/module/_checkout-cart.scss */
  .cart-table tfoot {
    display: table-footer-group;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 1165, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li {
    float: left;
  }
  /* line 1167, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li.shipping-country {
    width: 37%;
  }
  /* line 1171, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li.shipping-region {
    width: 41%;
  }
  /* line 1175, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li.shipping-postcode {
    margin-right: 0;
    width: 18%;
  }
  /* line 1179, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li.shipping-postcode input {
    margin-top: 4px;
  }
}
/* line 1195, ../scss/module/_checkout-cart.scss */
.cart .cart-totals {
  text-align: right;
  background-color: #f1f7fb;
}
/* line 1199, ../scss/module/_checkout-cart.scss */
.cart .cart-totals:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1203, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
/* line 1210, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table td {
  padding: 2px 0px;
}
/* line 1213, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
/* line 1218, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}
/* line 1223, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
/* line 1226, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top;
}
/* line 1232, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/* line 1238, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot strong {
  font-weight: 400;
}
/* line 1243, ../scss/module/_checkout-cart.scss */
.cart .cart-totals .cart-grand-total-excl-tax-tr {
  display: none;
}

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

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

/* line 1275, ../scss/module/_checkout-cart.scss */
#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
/* line 1279, ../scss/module/_checkout-cart.scss */
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}
/* line 1283, ../scss/module/_checkout-cart.scss */
#discount-coupon-form label,
.cart .giftcard label {
  display: none;
}
/* line 1295, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}
/* line 1299, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: block;
}
/* line 1303, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
/* line 1307, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}
/* line 1312, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
}

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

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

/* line 1334, ../scss/module/_checkout-cart.scss */
.cartHelp {
  margin: 38px auto 0;
  padding: 0 0 5px 0;
  max-width: 405px;
  border-bottom: 1px solid #cccccc;
}
/* line 1339, ../scss/module/_checkout-cart.scss */
.cartHelp .cartHelpInner {
  min-height: 147px;
  background: #fff url(../images/cart/cart_help_bg.png) no-repeat left bottom;
  background-size: 216px 147px;
}
/* line 1344, ../scss/module/_checkout-cart.scss */
.cartHelp .cartHelpContent {
  padding: 23px 20px 0 0;
  text-align: right;
  float: right;
}
/* line 1348, ../scss/module/_checkout-cart.scss */
.cartHelp .cartHelpContent h3 {
  margin-bottom: 4px;
  font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 37px;
  color: #636363;
  font-weight: 200;
  line-height: normal;
  text-transform: none;
}
/* line 1356, ../scss/module/_checkout-cart.scss */
.cartHelp .cartHelpContent h3.alt {
  display: none;
}
/* line 1358, ../scss/module/_checkout-cart.scss */
.cartHelp .cartHelpContent .cartphone {
  text-decoration: none;
  color: #901f18;
  font-size: 21px;
  font-weight: 700;
  padding-left: 23px;
  background: url(../images/icons/icon_phone_large.png) 0 6px no-repeat;
  background-size: 19px 20px;
  clear: right;
  float: right;
}
/* line 1368, ../scss/module/_checkout-cart.scss */
.cartHelp .cartHelpContent .cartphone:hover {
  text-decoration: underline;
}
/* line 1370, ../scss/module/_checkout-cart.scss */
.cartHelp .cartHelpContent .cartChat {
  text-decoration: none;
  color: #134063;
  font-size: 18px;
  font-weight: 700;
  padding-left: 26px;
  background: url(../images/icons/icon_chat_large.png) 0 4px no-repeat;
  background-size: 21px 15px;
  float: right;
  clear: right;
}
/* line 1380, ../scss/module/_checkout-cart.scss */
.cartHelp .cartHelpContent .cartChat:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 851px) {
  /* line 1388, ../scss/module/_checkout-cart.scss */
  .cartHelp .cartHelpContent h3 {
    display: none;
  }
  /* line 1389, ../scss/module/_checkout-cart.scss */
  .cartHelp .cartHelpContent h3.alt {
    display: block;
  }
}
@media only screen and (min-width: 979px) {
  /* line 1396, ../scss/module/_checkout-cart.scss */
  .cartHelp .cartHelpContent h3 {
    display: block;
  }
  /* line 1397, ../scss/module/_checkout-cart.scss */
  .cartHelp .cartHelpContent h3.alt {
    display: none;
  }
}
/* line 1403, ../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: #636363;
}
/* line 1410, ../scss/module/_checkout-cart.scss */
.cartCerts .shopperapproved,
.cartCerts .bbb,
.cartCerts .norton {
  text-align: center;
  display: inline-table;
  width: 28%;
  vertical-align: middle;
}
/* line 1417, ../scss/module/_checkout-cart.scss */
.cartCerts .shopperapproved img,
.cartCerts .bbb img,
.cartCerts .norton img {
  width: 93%;
  text-align: center;
}
/* line 1422, ../scss/module/_checkout-cart.scss */
.cartCerts h3 {
  margin-top: 8px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #363636;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
/* line 1441, ../scss/module/_checkout-cart.scss */
.crosssell h2 {
  color: #134063;
}
/* line 1445, ../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 1453, ../scss/module/_checkout-cart.scss */
  .crosssell {
    /* Undo three-column config */
  }
  /* line 1454, ../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 1461, ../scss/module/_checkout-cart.scss */
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }
  /* line 1465, ../scss/module/_checkout-cart.scss */
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  /* line 1470, ../scss/module/_checkout-cart.scss */
  .crosssell .products-grid > li:nth-child(3n + 1) {
    clear: none;
  }
}
@media only screen and (max-width: 599px) {
  /* line 1479, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-tax-total:after {
    right: -9px;
  }
  /* line 1483, ../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 1494, ../scss/module/_checkout-cart.scss */
  .crosssell ul .item {
    padding: 0 0px 40px;
  }
  /* line 1498, ../scss/module/_checkout-cart.scss */
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 600px) {
  /* line 1516, ../scss/module/_checkout-cart.scss */
  .cart .page-title .cart_print_link {
    margin: 29px 12px 0 0;
    padding-right: 24px;
    background: url(../images/icons/cart_print_icon.png) no-repeat right 0;
    font-size: 12px;
    text-decoration: underline;
    float: right;
    display: inline-block;
  }
  /* line 1532, ../scss/module/_checkout-cart.scss */
  .cart .cart-table thead th,
  .cart .cart-table tbody td {
    background-color: transparent;
    padding: 10px 5px;
    font-family: "Helvetica Neue", Arial, sans-serif;
  }
  /* line 1539, ../scss/module/_checkout-cart.scss */
  .cart .cart-table .product-cart-remove .btn-remove2 {
    background-image: none;
    text-indent: 0;
    width: auto;
    color: #134063;
    font-size: 13px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    vertical-align: baseline;
  }
  /* line 1553, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals-wrapper .cart-totals {
    padding: 18px 20px 14px;
  }
  /* line 1555, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals-wrapper .cart-totals table {
    font-family: "Helvetica Neue", Arial, sans-serif;
  }
  /* line 1558, ../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: 15px;
  }
  /* line 1562, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals-wrapper .cart-totals .cart-subtotal {
    font-weight: 700;
  }
  /* line 1565, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals-wrapper .cart-totals .cart-discount {
    color: #636363;
    text-transform: none;
  }
  /* line 1568, ../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 1575, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals-wrapper .cart-totals .cart-discount-amount {
    padding-top: 0;
    vertical-align: top;
  }
  /* line 1579, ../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 1581, ../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 1583, ../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: 400;
    color: #901f18;
  }
  /* line 1589, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals-wrapper .checkout-types.bottom {
    float: right;
  }
  /* line 1597, ../scss/module/_checkout-cart.scss */
  .cart .cart-forms .shipping h2,
  .cart .cart-forms .discount h2 {
    font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #363636;
  }
  /* line 1603, ../scss/module/_checkout-cart.scss */
  .cart .cart-forms .shipping h3,
  .cart .cart-forms .discount h3 {
    font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #636363;
  }
  /* line 1609, ../scss/module/_checkout-cart.scss */
  .cart .cart-forms .shipping label,
  .cart .cart-forms .discount label {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    color: #636363;
  }
  /* line 1615, ../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: #636363;
  }
  /* line 1624, ../scss/module/_checkout-cart.scss */
  .cart .discount-form label {
    display: none;
  }
  /* line 1625, ../scss/module/_checkout-cart.scss */
  .cart .discount-form .input-box {
    display: inline-block;
  }
  /* line 1626, ../scss/module/_checkout-cart.scss */
  .cart .discount-form .buttons-set {
    float: right;
    clear: none;
    margin-top: 4px;
    padding-top: 0;
  }
  /* line 1631, ../scss/module/_checkout-cart.scss */
  .cart .discount-form .buttons-set .button {
    min-width: 0;
  }

  /* line 1640, ../scss/module/_checkout-cart.scss */
  .checkout-cart-index .cart-empty-wrapper {
    padding: 20px 0 0 15px;
    width: calc(100% - 397px);
    display: inline-block;
  }
  /* line 1645, ../scss/module/_checkout-cart.scss */
  .checkout-cart-index .cart-empty-wrapper .cart-empty p {
    padding-right: 17px;
  }
  /* line 1648, ../scss/module/_checkout-cart.scss */
  .checkout-cart-index .cartHelp.noitems {
    padding: 20px 0 0 0;
    float: right;
    width: 397px;
  }
  /* line 1653, ../scss/module/_checkout-cart.scss */
  .checkout-cart-index .cartCategoriesInner {
    padding: 0 15px;
  }
  /* line 1655, ../scss/module/_checkout-cart.scss */
  .checkout-cart-index .cartCategoriesInner .cartCategories {
    margin-bottom: 44px;
    width: 208px;
    min-height: 364px;
  }
  /* line 1659, ../scss/module/_checkout-cart.scss */
  .checkout-cart-index .cartCategoriesInner .cartCategories .cartCategoryMain {
    padding-left: 24px;
    text-align: left;
  }
  /* line 1664, ../scss/module/_checkout-cart.scss */
  .checkout-cart-index .cartCategoriesInner .cartCategories ul li {
    padding-top: 0;
  }
  /* line 1666, ../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 1684, ../scss/module/_checkout-cart.scss */
  .cart .page-title .checkout-types.top {
    display: none;
  }
  /* line 1689, ../scss/module/_checkout-cart.scss */
  .cart .discount-form .input-box {
    display: block;
  }
  /* line 1691, ../scss/module/_checkout-cart.scss */
  .cart .discount-form .input-box .input-text {
    width: 100%;
  }

  /* line 1704, ../scss/module/_checkout-cart.scss */
  .cartGuarantees .guarantee {
    margin-bottom: 0;
    padding: 92px 35px 0;
    width: auto;
    position: relative;
    float: left;
  }
  /* line 1711, ../scss/module/_checkout-cart.scss */
  .cartGuarantees .satisfaction {
    width: 30%;
  }
  /* line 1713, ../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 1723, ../scss/module/_checkout-cart.scss */
  .cartGuarantees .alphacare {
    width: 40%;
  }
  /* line 1725, ../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 1735, ../scss/module/_checkout-cart.scss */
  .cartGuarantees .returns {
    width: 30%;
  }
}
@media only screen and (min-width: 1005px) {
  /* line 1747, ../scss/module/_checkout-cart.scss */
  .cart .discount-form .input-box {
    display: inline-block;
  }
  /* line 1749, ../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: #636363;
    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: #636363;
  }
  /* 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(99, 99, 99, 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(99, 99, 99, 0.5) !important;
    color: rgba(99, 99, 99, 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: #134063;
}

/* 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: #134063;
}

/* 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: #901f18;
  -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: #636363;
}

@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: #636363;
}
/* 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: #636363;
  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: #134063;
  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: #134063;
  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: #636363;
}
/* 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: #636363;
}
/* 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: #636363;
}
/* 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: #636363;
  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: #636363;
  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: #901f18;
}
/* 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 #cccccc;
  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: "Oswald", "Helvetica Neue", Arial, 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: #636363;
}
/* 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: #636363;
  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: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, 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: #636363;
}
/* 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: 7px 35px;
  min-height: auto;
  line-height: 19px;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  background: #901f18;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/* ============================================ *
 * 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 #cccccc;
  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 150, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
/* line 155, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
/* line 158, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #134063;
}
/* line 162, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
/* line 172, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
/* line 178, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

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

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

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

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

/* line 251, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
/* line 257, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}
/* line 262, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
/* line 267, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #134063;
  padding-left: 5px;
}
/* line 275, ../scss/module/_configurableswatches.scss */
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}
/* line 280, ../scss/module/_configurableswatches.scss */
.product-view .product-options .select-label {
  display: none;
}
/* line 285, ../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: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, 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: #636363;
}
/* 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: 15px;
  font-style: normal;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #636363;
  margin-top: 20px;
}
/* line 77, ../scss/module/_customer.scss */
.customer-account-login .col2-set h2 {
  font-size: 16px;
  text-transform: none;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #f3f3f3;
  line-height: 42px;
  font-weight: bold;
  padding-left: 15px;
  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: 7px 35px;
  width: auto;
  min-width: auto;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #901f18;
  -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 107, ../scss/module/_customer.scss */
.customer-account-login .col2-set .buttons-set button:hover,
.customer-account-login .col2-set .buttons-set .button:hover {
  background-color: #17b5ee !important;
}
/* line 111, ../scss/module/_customer.scss */
.customer-account-login .col2-set .buttons-set a.f-left {
  font-style: italic;
  color: #134063;
  font-size: 14px;
}
/* line 119, ../scss/module/_customer.scss */
.customer-account-login .col2-set .col-1 ul {
  margin: 20px 0;
}
/* line 122, ../scss/module/_customer.scss */
.customer-account-login .col2-set .col-1 ul.form-list input {
  width: 100%;
}
/* line 127, ../scss/module/_customer.scss */
.customer-account-login .col2-set .col-2 {
  padding-top: 30px;
  border-top: 1px solid #ededed;
  margin-top: 44px;
}
/* line 132, ../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 138, ../scss/module/_customer.scss */
.customer-account-login .col2-set ul.benefits li {
  line-height: 1.4em;
  padding-bottom: 4px;
  font-size: 15px;
  color: #636363;
}

/* line 151, ../scss/module/_customer.scss */
.customer-account-changeforgotten .col-main {
  width: auto;
  float: none;
  padding: 20px 7% 0 7%;
  margin-bottom: 40px;
}
/* line 159, ../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: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-shadow: inherit;
  background-color: inherit;
  text-transform: none;
}
/* line 178, ../scss/module/_customer.scss */
.customer-account-changeforgotten .col-main form .fieldset {
  margin-top: 0 !important;
}
/* line 181, ../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: #901f18;
  -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 196, ../scss/module/_customer.scss */
.customer-account-changeforgotten .col-main form .button:hover {
  background-color: #17b5ee;
}

@media only screen and (min-width: 479px) {
  /* line 208, ../scss/module/_customer.scss */
  .customer-account-login .col-main {
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media only screen and (min-width: 600px) {
  /* line 221, ../scss/module/_customer.scss */
  .customer-account-login .col-main {
    padding-left: 4%;
    padding-right: 4%;
    max-width: 675px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 232, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
    padding-top: 0;
    margin-top: 20px;
  }
  /* line 237, ../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 #e8e8e8;
  }
  /* line 247, ../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 266, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-1 {
    padding-right: 30px;
  }
  /* line 269, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-2 {
    padding-left: 30px;
  }
}
/* line 283, ../scss/module/_customer.scss */
.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}

/* line 289, ../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: #636363;
}

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

/* line 306, ../scss/module/_customer.scss */
.remember-me-popup {
  display: none;
  border: 1px solid #cccccc;
  padding: 10px;
  position: relative;
}
/* line 312, ../scss/module/_customer.scss */
.remember-me-popup.show {
  display: block;
}
/* line 316, ../scss/module/_customer.scss */
.remember-me-popup p {
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/* line 320, ../scss/module/_customer.scss */
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
/* line 328, ../scss/module/_customer.scss */
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

/* line 336, ../scss/module/_customer.scss */
.customer-account-create .col-main {
  width: auto;
  float: none;
  padding: 20px 7% 0 7%;
  margin-bottom: 40px;
}
/* line 344, ../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: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-shadow: inherit;
  background-color: inherit;
  border-bottom: 1px solid #ededed;
  text-transform: none;
}
/* line 363, ../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 .buttons-set {
  margin: 20px 0;
  text-align: center;
  border: none;
}
/* line 375, ../scss/module/_customer.scss */
.customer-account-create .col-main .buttons-set button.button {
  float: right;
  padding: 7px 35px;
  width: auto;
  min-width: auto;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #901f18;
  -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 390, ../scss/module/_customer.scss */
.customer-account-create .col-main .buttons-set button.button:hover {
  background-color: #17b5ee !important;
}
/* line 398, ../scss/module/_customer.scss */
.customer-account-create .buttons-set {
  max-width: 455px;
}
/* line 401, ../scss/module/_customer.scss */
.customer-account-create .buttons-set .back-link {
  display: none;
}
/* line 406, ../scss/module/_customer.scss */
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 30px;
}
@media only screen and (max-width: 479px) {
  /* line 406, ../scss/module/_customer.scss */
  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }
}
/* line 416, ../scss/module/_customer.scss */
.customer-account-create .fieldset .hidden,
.customer-account-create .fieldset p.required {
  display: none;
}
/* line 419, ../scss/module/_customer.scss */
.customer-account-create .fieldset .form-instructions {
  font-size: 16px;
  font-style: normal;
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 25px;
}
/* line 427, ../scss/module/_customer.scss */
.customer-account-create .fieldset .form-list input {
  width: 100%;
}
/* line 432, ../scss/module/_customer.scss */
.customer-account-create .remember-me-box {
  display: none;
}
/* line 435, ../scss/module/_customer.scss */
.customer-account-create #remember-me-popup {
  max-width: 455px;
  display: none;
}
/* line 441, ../scss/module/_customer.scss */
.customer-account-create .scaffold-form label {
  font-size: 15px;
  color: #636363;
}

@media only screen and (min-width: 479px) {
  /* line 453, ../scss/module/_customer.scss */
  .customer-account-create .col-main {
    padding-left: 11%;
    padding-right: 11%;
  }
  /* line 457, ../scss/module/_customer.scss */
  .customer-account-create .fieldset {
    margin-left: 0;
  }
}
@media only screen and (min-width: 600px) {
  /* line 468, ../scss/module/_customer.scss */
  .customer-account-create .col-main {
    padding-left: 4%;
    padding-right: 4%;
    max-width: 485px;
    margin: 0 auto;
  }
}
/* line 480, ../scss/module/_customer.scss */
.customer-account-forgotpassword .col-main {
  width: 100%;
  padding: 20px 4% 0;
  display: inline-block;
  margin-bottom: 40px;
}
/* line 488, ../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: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, 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 505, ../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 505, ../scss/module/_customer.scss */
  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }
}
/* line 516, ../scss/module/_customer.scss */
.customer-account-forgotpassword .fieldset h2 {
  display: none;
}
/* line 521, ../scss/module/_customer.scss */
.customer-account-forgotpassword .fieldset p.form-instructions {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: #636363;
  font-style: normal;
}
/* line 528, ../scss/module/_customer.scss */
.customer-account-forgotpassword .fieldset ul.form-list {
  margin-top: 20px;
}
/* line 531, ../scss/module/_customer.scss */
.customer-account-forgotpassword .fieldset ul.form-list label {
  color: #636363;
}
/* line 535, ../scss/module/_customer.scss */
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}
/* line 541, ../scss/module/_customer.scss */
.customer-account-forgotpassword .buttons-set .button {
  line-height: 30px;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  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: #901f18 !important;
  border: 1px solid #901f18 !important;
  width: 45%;
}
/* line 554, ../scss/module/_customer.scss */
.customer-account-forgotpassword .buttons-set .button:hover {
  background: #17b5ee !important;
  border: 1px solid #17b5ee !important;
}
/* line 559, ../scss/module/_customer.scss */
.customer-account-forgotpassword .buttons-set .back-link {
  float: right;
  display: inline;
  margin-right: 20px;
}

@media only screen and (min-width: 479px) {
  /* line 570, ../scss/module/_customer.scss */
  .customer-account-forgotpassword .form-list,
  .customer-account-forgotpassword .buttons-set {
    width: 300px;
  }
}
/* ============================================ *
 * My Account Global Styles
 * ============================================ */
/* line 590, ../scss/module/_customer.scss */
body.customer-account .my-account {
  width: auto;
  float: none;
  padding: 23px 15px 0;
  color: #636363;
}
/* line 597, ../scss/module/_customer.scss */
body.customer-account .my-account .page-title h1 {
  float: none;
  border-bottom: none;
  margin-bottom: 4px;
  margin-right: 10px;
  padding-left: 0;
  padding-bottom: 0;
  position: relative;
  color: #363636;
  font-size: 28px;
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  text-shadow: inherit;
  font-weight: 700;
  background-color: inherit;
}
/* line 615, ../scss/module/_customer.scss */
body.customer-account .my-account .welcome-msg .hello strong {
  font-weight: 400;
}
/* line 619, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
/* line 623, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
  width: auto;
  display: table;
}
/* line 629, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 635, ../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 643, ../scss/module/_customer.scss */
body.customer-account .my-account .buttons-set {
  margin: 10px 0;
  text-align: center;
}
/* line 647, ../scss/module/_customer.scss */
body.customer-account .my-account .buttons-set button.button {
  float: right;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0 28px;
  min-height: 30px;
  min-width: 0;
  line-height: 30px;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  background: #83201a;
  border: 1px solid #83201a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* line 664, ../scss/module/_customer.scss */
body.customer-account .my-account .buttons-set button.button:hover {
  background: #17b5ee !important;
  border: 1px solid #17b5ee !important;
  text-decoration: none;
}
/* line 673, ../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 680, ../scss/module/_customer.scss */
body.customer-account .my-account .addresses-list h3 {
  margin-bottom: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  color: #636363;
}
/* line 689, ../scss/module/_customer.scss */
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 18px;
}
/* line 695, ../scss/module/_customer.scss */
body.customer-account .data-table {
  margin-top: 5px;
  color: #636363;
  font-size: 15px;
}
/* line 701, ../scss/module/_customer.scss */
body.customer-account .data-table thead th {
  background: transparent;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/* line 704, ../scss/module/_customer.scss */
body.customer-account .data-table thead th.number {
  padding-left: 14px;
}
/* line 709, ../scss/module/_customer.scss */
body.customer-account .data-table tbody tr {
  border-top: 1px solid #e8e8e8;
}
/* line 715, ../scss/module/_customer.scss */
body.customer-account .data-table td a {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}
/* line 723, ../scss/module/_customer.scss */
body.customer-account .data-table span.nobr {
  white-space: normal;
}
/* line 726, ../scss/module/_customer.scss */
body.customer-account .data-table span.nobr a {
  white-space: nowrap;
}
/* line 732, ../scss/module/_customer.scss */
body.customer-account .data-table td.view a {
  display: block;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/* line 736, ../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: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  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;
  display: inline-block;
}
/* line 751, ../scss/module/_customer.scss */
body.customer-account .data-table td.view .link-reorder:hover {
  background: #17b5ee !important;
  border: 1px solid #17b5ee !important;
  text-decoration: none;
}
/* line 758, ../scss/module/_customer.scss */
body.customer-account .data-table td.status em {
  font-style: normal;
}
/* line 760, ../scss/module/_customer.scss */
body.customer-account .data-table .separator {
  display: none;
}
/* line 768, ../scss/module/_customer.scss */
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
/* line 774, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
/* line 778, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
/* line 785, ../scss/module/_customer.scss */
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 790, ../scss/module/_customer.scss */
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
/* line 797, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
/* line 804, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 808, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
/* line 813, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}
/* line 820, ../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 845, ../scss/module/_customer.scss */
  body.customer-account .col-left {
    width: 209px;
    padding-right: 16px;
    margin-left: 15px;
  }
  /* line 851, ../scss/module/_customer.scss */
  body.customer-account .col-left-first .block-title {
    background-color: #f3f3f3;
  }
  /* line 853, ../scss/module/_customer.scss */
  body.customer-account .col-left-first .block-title strong {
    font-size: 17px;
    line-height: 39px;
  }
  /* line 859, ../scss/module/_customer.scss */
  body.customer-account .col-left-first .block-account ul {
    padding-left: 14px;
  }
  /* line 860, ../scss/module/_customer.scss */
  body.customer-account .col-left-first .block-account li {
    margin: 16px 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    text-transform: none;
    color: #636363;
    font-weight: 700;
  }
  /* line 867, ../scss/module/_customer.scss */
  body.customer-account .col-left-first .block-account li a {
    color: #636363;
  }
  /* line 868, ../scss/module/_customer.scss */
  body.customer-account .col-left-first .block-account li strong {
    font-weight: 700;
  }
  /* line 872, ../scss/module/_customer.scss */
  body.customer-account .col2-left-layout .col-main {
    margin-left: -224px;
    padding-left: 246px;
  }
}
/* line 883, ../scss/module/_customer.scss */
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
/* line 890, ../scss/module/_customer.scss */
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
/* line 905, ../scss/module/_customer.scss */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 0;
  padding: 0 0 0 14px;
  background: #f3f3f3;
  line-height: 39px;
}
/* line 912, ../scss/module/_customer.scss */
.dashboard .box-head h2 {
  font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
  color: #363636;
  font-size: 17px;
  font-weight: 400;
  line-height: inherit;
  display: inline-block;
  margin-bottom: 0;
}
/* line 922, ../scss/module/_customer.scss */
.dashboard .box-head a {
  padding: 0 0 0 9px;
}
/* line 924, ../scss/module/_customer.scss */
.dashboard .box-head a:before {
  content: "|";
  padding-right: 9px;
  color: #363636;
  text-decoration: none;
}
/* line 929, ../scss/module/_customer.scss */
.dashboard .box-head a:before:hover {
  text-decoration: none;
}
/* line 936, ../scss/module/_customer.scss */
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 13px;
}
/* line 942, ../scss/module/_customer.scss */
.dashboard .box-account {
  margin-bottom: 31px;
}
/* line 947, ../scss/module/_customer.scss */
.dashboard .box-account p,
.dashboard .box-account address {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-size: 15px;
}
/* line 956, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}
/* line 961, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box,
.dashboard .col2-set .col-2 .box {
  padding-left: 14px;
}
/* line 965, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}
/* line 969, ../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: 15px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 0;
  text-transform: none;
}
/* line 978, ../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 986, ../scss/module/_customer.scss */
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
/* line 990, ../scss/module/_customer.scss */
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #ededed;
}
/* line 994, ../scss/module/_customer.scss */
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
/* line 998, ../scss/module/_customer.scss */
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
/* line 1005, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
/* line 1008, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 0;
}
/* line 1012, ../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 1019, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
/* line 1033, ../scss/module/_customer.scss */
body.customer-address-index .my-account {
  max-width: 584px;
  margin-bottom: 68px;
}
/* line 1036, ../scss/module/_customer.scss */
body.customer-address-index .my-account .buttons-set {
  border-top: none;
  margin-top: 0;
  padding: 0 0 0 20px;
}
/* line 1040, ../scss/module/_customer.scss */
body.customer-address-index .my-account .buttons-set button.button {
  float: left;
}
/* line 1044, ../scss/module/_customer.scss */
body.customer-address-index .my-account .col2-set.addresses-list {
  margin-left: 20px;
  font-size: 15px;
}
/* line 1047, ../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: 39px;
  background: #f3f3f3;
  font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #363636;
}

/* line 1064, ../scss/module/_customer.scss */
.my-account .addresses-list {
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/* line 1067, ../scss/module/_customer.scss */
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
/* line 1072, ../scss/module/_customer.scss */
.my-account .addresses-list .item {
  margin: 0 0 10px 0;
  float: left;
  width: 50%;
  padding-right: 30px;
}
/* line 1078, ../scss/module/_customer.scss */
.my-account .addresses-list .item p {
  margin-top: 0;
}
/* line 1084, ../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 1090, ../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 1100, ../scss/module/_customer.scss */
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* line 1110, ../scss/module/_customer.scss */
body.customer-address-form p.required {
  display: none;
}
/* line 1111, ../scss/module/_customer.scss */
body.customer-address-form .fieldset {
  max-width: 584px;
}
/* line 1112, ../scss/module/_customer.scss */
body.customer-address-form h2 {
  padding: 0 0 0 14px;
  background: #f3f3f3;
  line-height: 39px;
  font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
  color: #363636;
  font-size: 17px;
  font-weight: 400;
}
/* line 1121, ../scss/module/_customer.scss */
body.customer-address-form .buttons-set {
  max-width: 584px;
}

/* ============================================ *
 * Order View
 * ============================================ */
/* line 1130, ../scss/module/_customer.scss */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  width: 100%;
  margin-bottom: 30px;
}
/* line 1136, ../scss/module/_customer.scss */
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
/* line 1143, ../scss/module/_customer.scss */
.order-info dt {
  margin-right: 20px;
}
/* line 1147, ../scss/module/_customer.scss */
.order-info li {
  margin: 0 0 0 20px;
}
/* line 1150, ../scss/module/_customer.scss */
.order-info li.current {
  font-weight: 600;
}
/* line 1154, ../scss/module/_customer.scss */
.order-info li:first-child {
  margin-left: 0;
}

/* line 1160, ../scss/module/_customer.scss */
body.sales-order-view .my-account {
  font-size: 15px;
}
/* line 1162, ../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: #f3f3f3;
  font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #363636;
}

/* line 1175, ../scss/module/_customer.scss */
.order-date {
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}

/* line 1180, ../scss/module/_customer.scss */
.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
/* line 1184, ../scss/module/_customer.scss */
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
/* line 1189, ../scss/module/_customer.scss */
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
/* line 1194, ../scss/module/_customer.scss */
.order-info-box .col-2 {
  width: 52%;
}
/* line 1198, ../scss/module/_customer.scss */
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 1205, ../scss/module/_customer.scss */
.order-info-box .box-title {
  width: 100%;
  padding-right: 10px;
  float: left;
}
/* line 1210, ../scss/module/_customer.scss */
.order-info-box .box-title h2 {
  color: #636363;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 4px;
}
/* line 1218, ../scss/module/_customer.scss */
.order-info-box .box-title h2:after {
  content: ":";
}
/* line 1224, ../scss/module/_customer.scss */
.order-info-box .box-content {
  float: left;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/* line 1228, ../scss/module/_customer.scss */
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.3;
}
/* line 1234, ../scss/module/_customer.scss */
.order-info-box .box-content th {
  padding-top: 10px;
}
/* line 1238, ../scss/module/_customer.scss */
.order-info-box .box-content td {
  padding-left: 15px;
}
/* line 1242, ../scss/module/_customer.scss */
.order-info-box .box-content strong {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 1251, ../scss/module/_customer.scss */
#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
/* line 1257, ../scss/module/_customer.scss */
#my-orders-table .option-value {
  margin-left: 20px;
}
/* line 1261, ../scss/module/_customer.scss */
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}
/* line 1265, ../scss/module/_customer.scss */
#my-orders-table .item-options {
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/* line 1267, ../scss/module/_customer.scss */
#my-orders-table .item-options dt {
  font-style: normal;
}

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

@media only screen and (max-width: 599px) {
  /* line 1290, ../scss/module/_customer.scss */
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  /* line 1294, ../scss/module/_customer.scss */
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  /* line 1299, ../scss/module/_customer.scss */
  #my-orders-table td[data-rwd-label="Qty"] .nobr br {
    display: none;
  }
  /* line 1303, ../scss/module/_customer.scss */
  #my-orders-table td[data-rwd-label="Qty"] .nobr strong {
    margin-right: 10px;
  }
  /* line 1308, ../scss/module/_customer.scss */
  #my-orders-table tr.bundle {
    border-color: #ededed;
  }
  /* line 1313, ../scss/module/_customer.scss */
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  /* line 1319, ../scss/module/_customer.scss */
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  /* line 1323, ../scss/module/_customer.scss */
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  /* line 1329, ../scss/module/_customer.scss */
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
/* line 1335, ../scss/module/_customer.scss */
.order-additional {
  margin: 40px 0;
}

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

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

  /* line 1358, ../scss/module/_customer.scss */
  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}
@media only screen and (min-width: 979px) {
  /* line 1368, ../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 1376, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  /* line 1379, ../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 1394, ../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 1405, ../scss/module/_customer.scss */
  .order-info-box .box-content {
    clear: left;
  }

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

  /* line 1425, ../scss/module/_customer.scss */
  .dashboard .page-title {
    margin-top: 20px;
  }
  /* line 1428, ../scss/module/_customer.scss */
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  /* line 1433, ../scss/module/_customer.scss */
  .dashboard .welcome-msg {
    font-family: Georgia, Times, "Times New Roman", serif;
  }
  /* line 1436, ../scss/module/_customer.scss */
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }
  /* line 1441, ../scss/module/_customer.scss */
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  /* line 1447, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 1454, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }
  /* line 1459, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  /* line 1470, ../scss/module/_customer.scss */
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1487, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  /* line 1490, ../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 1510, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons .button + .button {
    margin-left: 0px;
  }
  /* line 1517, ../scss/module/_customer.scss */
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  /* line 1522, ../scss/module/_customer.scss */
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  /* line 1526, ../scss/module/_customer.scss */
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  /* line 1531, ../scss/module/_customer.scss */
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  /* line 1538, ../scss/module/_customer.scss */
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

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

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

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

  /* line 1572, ../scss/module/_customer.scss */
  .order-info-box {
    margin: 0;
  }
  /* line 1575, ../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 1582, ../scss/module/_customer.scss */
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

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

/* line 1620, ../scss/module/_customer.scss */
.customer-account-edit .my-account .fieldset h2.legend,
.customer-account-edit .my-account p.required {
  display: none;
}
/* line 1622, ../scss/module/_customer.scss */
.customer-account-edit .my-account .form-list {
  max-width: 242px;
}
/* line 1624, ../scss/module/_customer.scss */
.customer-account-edit .my-account .form-list .control {
  margin-top: 16px;
}
/* line 1626, ../scss/module/_customer.scss */
.customer-account-edit .my-account .form-list .control label {
  min-width: 242px;
  color: #636363;
}
/* line 1632, ../scss/module/_customer.scss */
.customer-account-edit .my-account .fieldset {
  margin-bottom: 18px;
}
/* line 1633, ../scss/module/_customer.scss */
.customer-account-edit .my-account .buttons-set {
  margin-top: 0;
  padding-top: 0;
  max-width: 242px;
  border-top: none;
}
/* line 1638, ../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 #cccccc;
  border-bottom: 1px solid #cccccc;
  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: #134063;
  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: #134063;
}
/* 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 #cccccc;
  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 #cccccc;
  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 #cccccc;
  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: 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: "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  color: #363636;
}
/* line 185, ../scss/module/_review.scss */
.reviews-container #customer-reviews dl dd {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #636363;
  margin: 10px 0 60px;
}
/* line 192, ../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 197, ../scss/module/_review.scss */
.reviews-container #customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
  border-bottom: 1px solid #e8e8e8;
}
/* line 201, ../scss/module/_review.scss */
.reviews-container #customer-reviews dl dd .ratings-table tr:last-child {
  border-bottom: none;
}
/* line 206, ../scss/module/_review.scss */
.reviews-container #customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}
/* line 212, ../scss/module/_review.scss */
.reviews-container #customer-reviews dl dd table {
  margin: 15px 0;
}
/* line 216, ../scss/module/_review.scss */
.reviews-container #customer-reviews dl dd .review-meta {
  color: #636363;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  text-transform: capitalize;
}
/* line 225, ../scss/module/_review.scss */
.reviews-container #customer-reviews .no-rating {
  text-align: center;
}
/* line 228, ../scss/module/_review.scss */
.reviews-container #customer-reviews .no-rating a {
  color: #901f18;
}
/* line 233, ../scss/module/_review.scss */
.reviews-container .review_add_base {
  float: right;
  color: #901f18;
  margin-top: -45px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}

/* line 243, ../scss/module/_review.scss */
.review-summary-table {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px;
}
/* line 247, ../scss/module/_review.scss */
.review-summary-table thead {
  background: transparent;
}
/* line 250, ../scss/module/_review.scss */
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
/* line 258, ../scss/module/_review.scss */
.review-summary-table tbody th {
  background: #ffffff;
  font-size: 12px;
}
/* line 262, ../scss/module/_review.scss */
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
/* line 267, ../scss/module/_review.scss */
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
/* line 276, ../scss/module/_review.scss */
.review-summary-table .rating-box .rating-number {
  display: none;
}
/* line 279, ../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 297, ../scss/module/_review.scss */
.review-product-list #learning_center_module,
.review-product-list .alphacare_module,
.review-product-list .alphacare_plus_module,
.review-product-list .video_brochure_wrapper,
.review-product-list #reviews_module,
.review-product-list .review-heading,
.review-product-list .alphaguard_module,
.review-product-list .supplyfinder_module {
  display: none;
}
/* line 307, ../scss/module/_review.scss */
.review-product-list #customer-reviews {
  max-width: 450px;
  margin: 60px auto;
  padding: 0 4%;
}
/* line 312, ../scss/module/_review.scss */
.review-product-list #customer-reviews h2 {
  font-size: 21px;
  line-height: 26px;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  color: #363636;
}
/* line 320, ../scss/module/_review.scss */
.review-product-list #customer-reviews h3 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: #636363;
  text-transform: none;
}
/* line 328, ../scss/module/_review.scss */
.review-product-list #customer-reviews .fieldset h4 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
}
/* line 336, ../scss/module/_review.scss */
.review-product-list #customer-reviews .fieldset .review-summary-table th {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
}
/* line 342, ../scss/module/_review.scss */
.review-product-list #customer-reviews .fieldset .review-summary-table tbody th {
  font-weight: bold;
  color: #363636;
  font-size: 16px;
}
/* line 347, ../scss/module/_review.scss */
.review-product-list #customer-reviews .fieldset .review-summary-table tbody td {
  padding-left: 5%;
  padding-right: 5%;
}
/* line 354, ../scss/module/_review.scss */
.review-product-list #customer-reviews .fieldset ul {
  margin-top: 30px;
}
/* line 357, ../scss/module/_review.scss */
.review-product-list #customer-reviews .fieldset ul li {
  margin-bottom: 30px;
}
/* line 360, ../scss/module/_review.scss */
.review-product-list #customer-reviews .fieldset ul li input {
  width: 100%;
}
/* line 363, ../scss/module/_review.scss */
.review-product-list #customer-reviews .fieldset ul li textarea {
  max-width: none;
  border-color: #d3cdc8;
}
/* line 374, ../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: "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  color: #363636;
}
/* line 384, ../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: #636363;
  margin: 10px 0 60px;
}
/* line 391, ../scss/module/_review.scss */
.review-product-list #customer-reviews dl dd .ratings-table {
  margin: 15px 0;
  width: 100%;
}
/* line 395, ../scss/module/_review.scss */
.review-product-list #customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
  border-bottom: 1px solid #e8e8e8;
}
/* line 404, ../scss/module/_review.scss */
.review-product-list #customer-reviews .buttons-set button {
  min-height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  padding: 0 16px;
  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: #901f18;
  border: 1px solid #901f18;
  margin-left: 0;
}
/* line 421, ../scss/module/_review.scss */
.review-product-list #customer-reviews .buttons-set button:hover {
  background: #17b5ee;
  border: 1px solid #17b5ee;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
/* line 437, ../scss/module/_review.scss */
.ratings-table {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 442, ../scss/module/_review.scss */
.ratings-table th {
  padding: 5px 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: #363636;
  text-transform: uppercase;
  font-size: 16px;
}
/* line 452, ../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 462, ../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 479, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  /* line 483, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  /* line 487, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  /* line 491, ../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 507, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  /* line 511, ../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 526, ../scss/module/_review.scss */
  #customer-reviews .fieldset {
    width: 100%;
  }
  /* line 529, ../scss/module/_review.scss */
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  /* line 533, ../scss/module/_review.scss */
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  /* line 541, ../scss/module/_review.scss */
  #customer-reviews .buttons-set {
    width: 100%;
  }
  /* line 548, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 555, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 560, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
}
@media only screen and (max-width: 450px) {
  /* line 575, ../scss/module/_review.scss */
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
/* line 586, ../scss/module/_review.scss */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
/* line 591, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
/* line 595, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
/* line 599, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  /* line 609, ../scss/module/_review.scss */
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  /* line 623, ../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 630, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  /* line 633, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (min-width: 770px) {
  /* line 643, ../scss/module/_review.scss */
  .reviews-container {
    max-width: 590px;
    padding: 0;
  }

  /* line 649, ../scss/module/_review.scss */
  .review-product-list #customer-reviews {
    max-width: 590px;
    padding: 0;
  }
}
@media only screen and (min-width: 979px) {
  /* line 658, ../scss/module/_review.scss */
  .reviews-container {
    max-width: 690px;
  }
}
/* ============================================ *
 * 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: #17b5ee;
}
/* line 103, ../scss/module/_slideshow.scss */
.slideshow-pager span.cycle-pager-active:before {
  background-color: #0b2438;
}
/* 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 #17b5ee 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 #17b5ee;
}

/* 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: 0.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: #134063;
}
/* 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: #134063;
  margin-bottom: 3px;
}
/* line 190, ../scss/module/_wishlist.scss */
#wishlist-table .truncated .details {
  background: none;
  color: #134063;
}
/* 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: #134063;
}
/* 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: #134063;
  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: #134063;
}
/* 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 #134063;
  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: #134063;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}
/* line 94, ../scss/module/_search.scss */
.search-autocomplete ul li:hover {
  color: #0f324e;
}
/* line 98, ../scss/module/_search.scss */
.search-autocomplete ul li.selected {
  background-color: #134063;
  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 #134063;
  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: #636363;
  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(/skin/frontend/alphacard/alphacard_theme_three/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: #636363;
    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: #636363 !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 #cccccc;
  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 #cccccc;
  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 #cccccc;
  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,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}
/* line 45, ../scss/module/_cms.scss */
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}
/* line 49, ../scss/module/_cms.scss */
.cms-page-view .std p,
.cms-no-route .std p {
  color: #363636;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
/* line 56, ../scss/module/_cms.scss */
.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #134063;
}
/* line 60, ../scss/module/_cms.scss */
.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #134063;
}
/* line 64, ../scss/module/_cms.scss */
.cms-page-view .std li,
.cms-no-route .std li {
  color: #363636;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
/* line 74, ../scss/module/_cms.scss */
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: "";
  display: table;
  clear: both;
}

/* line 83, ../scss/module/_cms.scss */
.cms-no-route .std img {
  width: 100%;
}

/* line 92, ../scss/module/_cms.scss */
.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
/* line 95, ../scss/module/_cms.scss */
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
/* line 99, ../scss/module/_cms.scss */
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* line 126, ../scss/mixin/_toggle-content.scss */
#accordion .toggle-tabs {
  display: none;
}
/* line 131, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #363636;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica Neue", Arial, 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: 0px;
  padding: 20px 29px 20px 19px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #cacdd4;
  position: relative;
  background-color: #dfeaf2;
  display: block;
}
/* line 113, ../scss/mixin/_toggle-content.scss */
#accordion > 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 #6d6d6d;
  border-bottom: none;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
/* line 136, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dd {
  padding: 0;
  margin: 0;
  border-width: 0;
  border-style: solid;
  border-color: #cccccc;
}
/* line 143, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dd:last-child {
  border-width: 0 0 1px;
}
/* line 114, ../scss/module/_cms.scss */
#accordion li {
  position: relative;
  overflow: hidden;
}
/* line 118, ../scss/module/_cms.scss */
#accordion li .plusimage h2 {
  margin-right: 10px;
}

/* line 128, ../scss/module/_cms.scss */
.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
/* line 133, ../scss/module/_cms.scss */
.page-sitemap .links a {
  position: relative;
}
/* line 136, ../scss/module/_cms.scss */
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
/* line 141, ../scss/module/_cms.scss */
.page-sitemap .sitemap li {
  margin: 3px 0;
}

/* line 147, ../scss/module/_cms.scss */
#cmsFnaHeader,
div.catCmsHeader {
  display: none;
}

/* line 150, ../scss/module/_cms.scss */
#catCmsContent {
  padding: 35px 5% 40px 5%;
  float: left;
  display: inline;
  background: none;
  width: 100%;
  height: auto;
}

/* line 166, ../scss/module/_cms.scss */
.category-contact-us #catCmsContent {
  padding-bottom: 60px !important;
}
/* line 169, ../scss/module/_cms.scss */
.category-contact-us #catCmsContent #contactInfo {
  margin-top: 10px;
  width: 100%;
}
/* line 173, ../scss/module/_cms.scss */
.category-contact-us #catCmsContent #contactUsForm {
  width: 100%;
  padding-bottom: 40px;
  margin-top: 40px;
  background-color: #f4f4f4;
  float: left;
}
/* line 180, ../scss/module/_cms.scss */
.category-contact-us #catCmsContent #contactUsForm h2 {
  color: #363636;
  font-weight: bold;
  text-transform: uppercase !important;
  background-color: #e7e7e7;
  font-size: 16px !important;
  line-height: 47px;
  padding-left: 17px !important;
  margin: 0;
}
/* line 190, ../scss/module/_cms.scss */
.category-contact-us #catCmsContent #contactUsForm form {
  padding: 90px 4% 0 4%;
}
/* line 193, ../scss/module/_cms.scss */
.category-contact-us #catCmsContent #contactUsForm form ul {
  padding-left: 0 !important;
}
/* line 196, ../scss/module/_cms.scss */
.category-contact-us #catCmsContent #contactUsForm form ul li {
  list-style-type: none;
}
/* line 201, ../scss/module/_cms.scss */
.category-contact-us #catCmsContent #contactUsForm form ul li label.required:after {
  content: "";
}
/* line 205, ../scss/module/_cms.scss */
.category-contact-us #catCmsContent #contactUsForm form ul li input {
  width: 100%;
}
/* line 210, ../scss/module/_cms.scss */
.category-contact-us #catCmsContent #contactUsForm form .contact-pref-prompt {
  display: block;
  width: 100%;
}
/* line 216, ../scss/module/_cms.scss */
.category-contact-us #catCmsContent #contactUsForm form .input-box.contact-pref {
  margin: 15px 0;
  float: left;
  width: 50%;
}
/* line 221, ../scss/module/_cms.scss */
.category-contact-us #catCmsContent #contactUsForm form .input-box.contact-pref input {
  width: auto;
}
/* line 225, ../scss/module/_cms.scss */
.category-contact-us #catCmsContent #contactUsForm form .input-box label.error {
  font-size: 15px;
  color: #df280a;
  font-weight: normal;
}
/* line 230, ../scss/module/_cms.scss */
.category-contact-us #catCmsContent #contactUsForm form .input-box textarea {
  max-width: 100%;
}
/* line 234, ../scss/module/_cms.scss */
.category-contact-us #catCmsContent #contactUsForm form .buttons-set {
  border: none;
}
/* line 237, ../scss/module/_cms.scss */
.category-contact-us #catCmsContent #contactUsForm form .buttons-set button.button {
  margin: 0;
  padding: 7px 50px;
  width: auto;
  min-width: auto;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #901f18;
  -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;
}
/* line 253, ../scss/module/_cms.scss */
.category-contact-us #catCmsContent #contactUsForm form .buttons-set button.button:hover {
  background-color: #17b5ee;
}

/* line 266, ../scss/module/_cms.scss */
.cms-contact-us-thankyou .breadcrumbs {
  display: none;
}
/* line 269, ../scss/module/_cms.scss */
.cms-contact-us-thankyou .col1-layout .col-main {
  background-color: #fff;
  margin-bottom: 0;
}
/* line 273, ../scss/module/_cms.scss */
.cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper {
  float: left;
  padding: 0 2%;
  text-align: center;
}
/* line 278, ../scss/module/_cms.scss */
.cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper h1 {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 31px;
  font-weight: bold;
  color: #363636;
  margin: 30px 0 10px 0;
  line-height: 30px;
  text-transform: capitalize;
}
/* line 287, ../scss/module/_cms.scss */
.cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper p {
  font-style: normal;
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #636363;
}
/* line 293, ../scss/module/_cms.scss */
.cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper #homeCategories {
  display: inline-block;
  width: 100%;
}
/* line 297, ../scss/module/_cms.scss */
.cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper #homeCategories .homeCategory {
  margin-bottom: 28px;
  width: 100%;
  float: left;
}
/* line 302, ../scss/module/_cms.scss */
.cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper #homeCategories a.homeCategoryMain {
  padding-top: 204px;
  padding-left: 0;
  font-size: 21px;
  line-height: 24px;
  color: #363636;
  text-align: center;
  display: block;
  text-decoration: none;
}
/* line 314, ../scss/module/_cms.scss */
.cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper #homeCategories #homeCategoriesCompleteIdSystems a.homeCategoryMain {
  background: url(../images/cart/cartCategoryCompleteSystems.jpg) 50% 42px no-repeat;
  background-size: 157px 133px;
}
/* line 321, ../scss/module/_cms.scss */
.cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper #homeCategories #homeCategoriesIdCardPrinters a.homeCategoryMain {
  background: url(../images/cart/cartCategoryIdCardPrinters.jpg) 50% 46px no-repeat;
  background-size: 181px 129px;
}
/* line 328, ../scss/module/_cms.scss */
.cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper #homeCategories #homeCategoriesIdSoftware a.homeCategoryMain {
  background: url(../images/cart/cartCategoryIdSoftware.jpg) 50% 50px no-repeat;
  background-size: 169px 105px;
}
/* line 335, ../scss/module/_cms.scss */
.cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper #homeCategories #homeCategoriesRibbonsSupplies a.homeCategoryMain {
  background: url(../images/cart/cartCategoryRibbonsSupplies.jpg) 50% 43px no-repeat;
  background-size: 163px 129px;
}
/* line 342, ../scss/module/_cms.scss */
.cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper #homeCategories #homeCategoriesLanyardsIdHolders a.homeCategoryMain {
  background: url(../images/cart/cartCategoryLanyardsIdHolders.jpg) 50% 36px no-repeat;
  background-size: 168px 129px;
}
/* line 349, ../scss/module/_cms.scss */
.cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper #homeCategories #homeCategoriesCards a.homeCategoryMain {
  background: url(../images/cart/cartCategoryCards.jpg) 50% 48px no-repeat;
  background-size: 155px 114px;
}
/* line 354, ../scss/module/_cms.scss */
.cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper #homeCategories ul {
  display: block !important;
  list-style-type: none;
  margin-top: 8px;
}
/* line 359, ../scss/module/_cms.scss */
.cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper #homeCategories ul li {
  line-height: 23px;
  padding-top: 16px;
  font-style: normal;
  margin-left: 0;
}
/* line 365, ../scss/module/_cms.scss */
.cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper #homeCategories ul li a {
  padding-left: 0;
  font-size: 16px;
  text-align: center;
  line-height: 23px;
  display: block;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/* line 373, ../scss/module/_cms.scss */
.cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper #homeCategories ul li a.more-link {
  position: relative;
  font-weight: 700;
}
/* line 377, ../scss/module/_cms.scss */
.cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper #homeCategories 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 #901f18;
  border-right: none;
  display: inline;
  top: 5px;
  margin-left: 9px;
}

/* line 735, ../scss/module/_cms.scss */
#catCmsContent ul,
#catCmsContent ol {
  float: left;
  list-style-type: disc;
  padding-left: 17px;
}
/* line 741, ../scss/module/_cms.scss */
#catCmsContent ul li,
#catCmsContent ol li {
  line-height: 23px;
  margin-bottom: 5px;
  color: #636363;
}
/* line 747, ../scss/module/_cms.scss */
#catCmsContent ol {
  list-style-type: decimal;
}
/* line 750, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow {
  width: 100%;
  height: auto;
  background: none !important;
}
/* line 755, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem {
  width: 100%;
  background: none !important;
  margin: 0 auto 20px auto !important;
  float: left !important;
  height: auto !important;
  display: block !important;
}
/* line 763, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem p {
  background-size: 78px 60px !important;
  width: 100% !important;
  min-height: 80px;
  padding-left: 100px;
  color: #636363;
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
/* line 773, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem p#contact-us-grid-phone {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/cmsGridItem-phone.gif) 0 6px no-repeat;
}
/* line 776, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem p#contact-us-grid-chat {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/cmsGridItem-chat.gif) 0 6px no-repeat;
}
/* line 779, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem p#contact-us-grid-email {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/cmsGridItem-email.gif) 0 6px no-repeat;
}
/* line 782, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem p#contact-us-grid-support {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/cmsGridItem-techSupport.gif) 0 6px no-repeat;
}
/* line 785, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem p#contact-us-grid-fax {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/cmsGridItem-fax.gif) 12px 6px no-repeat;
}
/* line 788, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem p#contact-us-grid-address {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/cmsGridItem-mailAddress.gif) 0 6px no-repeat;
}
/* line 793, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem p span {
  color: #363636;
  font-size: 16px !important;
}
/* line 797, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem p span.kmPhoneNumber {
  display: inline !important;
}
/* line 802, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem div {
  width: 100%;
  padding-left: 100px;
  color: #363636;
  float: left;
}
/* line 808, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem div > span {
  font-weight: bold;
}
/* line 812, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem div#grid-item-about-alphacard {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/grid-item-icon-about-alphacard.gif) 5px 5px no-repeat;
  background-size: 66px 36px !important;
}
/* line 816, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem div#grid-item-our-customers,
#catCmsContent .cmsGridRow div.cmsGridItem div#grid-item-why-shop-alphacard {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/grid-item-icon-our-customers.gif) 5px 5px no-repeat;
  background-size: 65px 39px !important;
}
/* line 820, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem div#grid-item-our-customers p,
#catCmsContent .cmsGridRow div.cmsGridItem div#grid-item-why-shop-alphacard p {
  padding-left: 0;
  min-height: 0;
}
/* line 825, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem div#grid-item-why-shop-alphacard {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/grid-item-icon-why-shop-alphacard.gif) 5px 5px no-repeat;
  background-size: 55px 43px !important;
}
/* line 829, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem div#grid-item-your-id-experts {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/grid-item-icon-your-id-experts.gif) 0 2px no-repeat;
  background-size: 68px auto !important;
}
/* line 833, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem div#grid-item-guaranteed-satisfaction {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/grid-item-icon-guaranteed-satisfaction.gif) 0 3px no-repeat;
  background-size: 80px auto !important;
}
/* line 837, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem div#grid-item-fair-and-easy {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/grid-item-icon-easy-and-fair.gif) 0 6px no-repeat;
  background-size: 64px auto !important;
}
/* line 841, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem div#grid-item-lifetime-support {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/grid-item-icon-lifetime-support.gif) 8px 2px no-repeat;
  background-size: 64px auto !important;
}
/* line 845, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem div ul {
  list-style-type: disc;
  margin: 4px 0 0 0;
}
/* line 849, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem div ul li {
  line-height: 23px;
  margin-bottom: 5px;
}
/* line 855, ../scss/module/_cms.scss */
#catCmsContent .cmsGridRow div.cmsGridItem a {
  margin-bottom: 0 !important;
}
/* line 861, ../scss/module/_cms.scss */
#catCmsContent a.bold-arrow {
  font-weight: bold;
  line-height: 45px;
  position: relative;
}
/* line 866, ../scss/module/_cms.scss */
#catCmsContent a.bold-arrow: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: -14px;
}
/* line 880, ../scss/module/_cms.scss */
#catCmsContent .MagicScroll {
  margin: 20px 0 40px 0;
}
/* line 885, ../scss/module/_cms.scss */
#catCmsContent .MagicScroll .mcs-item img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* line 890, ../scss/module/_cms.scss */
#catCmsContent .MagicScroll .mcs-button-arrow-next {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/home/magicscroll-arrows-next.png) 85% 50% no-repeat;
  background-size: 17px 27px;
}
/* line 894, ../scss/module/_cms.scss */
#catCmsContent .MagicScroll .mcs-button-arrow-next:before {
  content: "";
}
/* line 898, ../scss/module/_cms.scss */
#catCmsContent .MagicScroll .mcs-button-arrow-prev {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/home/magicscroll-arrows-prev.png) 15% 50% no-repeat;
  background-size: 17px 27px;
}
/* line 902, ../scss/module/_cms.scss */
#catCmsContent .MagicScroll .mcs-button-arrow-prev:before {
  content: "";
}

/* line 927, ../scss/module/_cms.scss */
.category-our-customers-and-testimonials #catCmsContent .MagicScroll .mcs-item a {
  pointer-events: none;
}

/* line 940, ../scss/module/_cms.scss */
.category-career-center #catCmsContent #verticalTab {
  float: left;
  margin: 40px 0 !important;
}
/* line 944, ../scss/module/_cms.scss */
.category-career-center #catCmsContent #verticalTab .resp-tabs-list {
  display: none;
}
/* line 947, ../scss/module/_cms.scss */
.category-career-center #catCmsContent #verticalTab .resp-tabs-container {
  padding: 0;
  background-color: #fff;
  border: none;
  float: none;
  width: 100%;
  min-height: initial;
  clear: none;
}
/* line 956, ../scss/module/_cms.scss */
.category-career-center #catCmsContent #verticalTab .resp-tabs-container h2.resp-accordion {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  color: #636363;
  font-weight: bold;
  border: 1px solid #c1c1c1;
  border-top: 0 solid #c1c1c1;
  margin: 0;
  padding: 20px 34px;
  background-color: #e8e8e8;
  position: relative;
  clear: both;
  text-align: center;
  float: none;
  cursor: pointer;
}
/* line 973, ../scss/module/_cms.scss */
.category-career-center #catCmsContent #verticalTab .resp-tabs-container h2.resp-accordion:first-child {
  border-top: 1px solid #ccc !important;
}
/* line 976, ../scss/module/_cms.scss */
.category-career-center #catCmsContent #verticalTab .resp-tabs-container 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 990, ../scss/module/_cms.scss */
.category-career-center #catCmsContent #verticalTab .resp-tabs-container h2.resp-tab-active {
  margin-bottom: 0;
  padding: 20px 34px;
  position: relative;
  color: #363636;
  background: #fff !important;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  border-bottom: none;
}
/* line 1000, ../scss/module/_cms.scss */
.category-career-center #catCmsContent #verticalTab .resp-tabs-container 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: 0;
  margin-top: 0;
}
/* line 1015, ../scss/module/_cms.scss */
.category-career-center #catCmsContent #verticalTab .resp-tabs-container .resp-tab-content {
  display: none;
  padding: 15px;
  margin-bottom: 20px;
}
/* line 1020, ../scss/module/_cms.scss */
.category-career-center #catCmsContent #verticalTab .resp-tabs-container .resp-tab-content img {
  width: 90% !important;
}
/* line 1025, ../scss/module/_cms.scss */
.category-career-center #catCmsContent #verticalTab .resp-tabs-container .resp-tab-content ul li {
  color: #636363;
}
/* line 1030, ../scss/module/_cms.scss */
.category-career-center #catCmsContent #verticalTab .resp-tabs-container .resp-tab-content-active {
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  border-top: none;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
}
/* line 1039, ../scss/module/_cms.scss */
.category-career-center #catCmsContent #verticalTab .resp-tabs-container .resp-tab-content-active h2.tabContentH2 {
  display: none;
  float: none;
}
/* line 1043, ../scss/module/_cms.scss */
.category-career-center #catCmsContent #verticalTab .resp-tabs-container .resp-tab-content-active h3 {
  margin-top: -15px;
  padding-top: 30px;
  border-top: 1px solid #c1c1c1;
}
/* line 1048, ../scss/module/_cms.scss */
.category-career-center #catCmsContent #verticalTab .resp-tabs-container .resp-tab-content-active p {
  float: none;
}
/* line 1051, ../scss/module/_cms.scss */
.category-career-center #catCmsContent #verticalTab .resp-tabs-container .resp-tab-content-active:last-child {
  border-bottom: 1px solid #c1c1c1;
}

/* line 1074, ../scss/module/_cms.scss */
.cms-fargo .wrapper,
.cms-zebra-printers .wrapper,
.cms-evolis .wrapper,
.cms-magicard .wrapper,
.cms-datacard .wrapper,
.cms-landing-ppc .wrapper {
  background: url(../images/bodyBgBlue.gif) 0 155px repeat-x;
}
/* line 1077, ../scss/module/_cms.scss */
.cms-fargo .wrapper .breadcrumbs,
.cms-zebra-printers .wrapper .breadcrumbs,
.cms-evolis .wrapper .breadcrumbs,
.cms-magicard .wrapper .breadcrumbs,
.cms-datacard .wrapper .breadcrumbs,
.cms-landing-ppc .wrapper .breadcrumbs {
  display: none;
}
/* line 1080, ../scss/module/_cms.scss */
.cms-fargo .wrapper .col-main,
.cms-zebra-printers .wrapper .col-main,
.cms-evolis .wrapper .col-main,
.cms-magicard .wrapper .col-main,
.cms-datacard .wrapper .col-main,
.cms-landing-ppc .wrapper .col-main {
  margin-bottom: 0;
}
/* line 1084, ../scss/module/_cms.scss */
.cms-fargo .ppc-marquee-mobile,
.cms-zebra-printers .ppc-marquee-mobile,
.cms-evolis .ppc-marquee-mobile,
.cms-magicard .ppc-marquee-mobile,
.cms-datacard .ppc-marquee-mobile,
.cms-landing-ppc .ppc-marquee-mobile {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  text-align: right;
}
/* line 1091, ../scss/module/_cms.scss */
.cms-fargo .ppc-marquee-mobile h1,
.cms-zebra-printers .ppc-marquee-mobile h1,
.cms-evolis .ppc-marquee-mobile h1,
.cms-magicard .ppc-marquee-mobile h1,
.cms-datacard .ppc-marquee-mobile h1,
.cms-landing-ppc .ppc-marquee-mobile h1 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  top: 18%;
  right: 5%;
  color: #363636;
  font-size: 18px;
  width: 164px;
  line-height: 21px;
  font-weight: bold;
  text-transform: none;
}
/* line 1103, ../scss/module/_cms.scss */
.cms-fargo .ppc-marquee-mobile a.ppc-marquee-call-to-action,
.cms-zebra-printers .ppc-marquee-mobile a.ppc-marquee-call-to-action,
.cms-evolis .ppc-marquee-mobile a.ppc-marquee-call-to-action,
.cms-magicard .ppc-marquee-mobile a.ppc-marquee-call-to-action,
.cms-datacard .ppc-marquee-mobile a.ppc-marquee-call-to-action,
.cms-landing-ppc .ppc-marquee-mobile a.ppc-marquee-call-to-action {
  position: absolute;
  right: 5%;
  top: 41%;
  font-size: 18px;
  font-weight: bold;
  padding-right: 14px;
  color: #901f18;
}
/* line 1112, ../scss/module/_cms.scss */
.cms-fargo .ppc-marquee-mobile a.ppc-marquee-call-to-action span,
.cms-zebra-printers .ppc-marquee-mobile a.ppc-marquee-call-to-action span,
.cms-evolis .ppc-marquee-mobile a.ppc-marquee-call-to-action span,
.cms-magicard .ppc-marquee-mobile a.ppc-marquee-call-to-action span,
.cms-datacard .ppc-marquee-mobile a.ppc-marquee-call-to-action span,
.cms-landing-ppc .ppc-marquee-mobile a.ppc-marquee-call-to-action span {
  display: none;
}
/* line 1115, ../scss/module/_cms.scss */
.cms-fargo .ppc-marquee-mobile a.ppc-marquee-call-to-action:after,
.cms-zebra-printers .ppc-marquee-mobile a.ppc-marquee-call-to-action:after,
.cms-evolis .ppc-marquee-mobile a.ppc-marquee-call-to-action:after,
.cms-magicard .ppc-marquee-mobile a.ppc-marquee-call-to-action:after,
.cms-datacard .ppc-marquee-mobile a.ppc-marquee-call-to-action:after,
.cms-landing-ppc .ppc-marquee-mobile a.ppc-marquee-call-to-action:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #901f18;
  border-right: none;
  float: right;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -6px;
}
/* line 1131, ../scss/module/_cms.scss */
.cms-fargo .ppc-marquee-mobile img,
.cms-zebra-printers .ppc-marquee-mobile img,
.cms-evolis .ppc-marquee-mobile img,
.cms-magicard .ppc-marquee-mobile img,
.cms-datacard .ppc-marquee-mobile img,
.cms-landing-ppc .ppc-marquee-mobile img {
  width: 100%;
  height: auto;
}
/* line 1136, ../scss/module/_cms.scss */
.cms-fargo #tierOneTopProducts,
.cms-zebra-printers #tierOneTopProducts,
.cms-evolis #tierOneTopProducts,
.cms-magicard #tierOneTopProducts,
.cms-datacard #tierOneTopProducts,
.cms-landing-ppc #tierOneTopProducts {
  background-color: #fff;
  padding-bottom: 0;
  margin-top: 0;
}
/* line 1145, ../scss/module/_cms.scss */
.cms-fargo #tierOneTopProducts .topProductsContent .category-products .products-grid,
.cms-zebra-printers #tierOneTopProducts .topProductsContent .category-products .products-grid,
.cms-evolis #tierOneTopProducts .topProductsContent .category-products .products-grid,
.cms-magicard #tierOneTopProducts .topProductsContent .category-products .products-grid,
.cms-datacard #tierOneTopProducts .topProductsContent .category-products .products-grid,
.cms-landing-ppc #tierOneTopProducts .topProductsContent .category-products .products-grid {
  list-style: none;
}
/* line 1148, ../scss/module/_cms.scss */
.cms-fargo #tierOneTopProducts .topProductsContent .category-products .products-grid li,
.cms-zebra-printers #tierOneTopProducts .topProductsContent .category-products .products-grid li,
.cms-evolis #tierOneTopProducts .topProductsContent .category-products .products-grid li,
.cms-magicard #tierOneTopProducts .topProductsContent .category-products .products-grid li,
.cms-datacard #tierOneTopProducts .topProductsContent .category-products .products-grid li,
.cms-landing-ppc #tierOneTopProducts .topProductsContent .category-products .products-grid li {
  margin-left: 0;
}
/* line 1151, ../scss/module/_cms.scss */
.cms-fargo #tierOneTopProducts .topProductsContent .category-products .products-grid li .price-box .price,
.cms-fargo #tierOneTopProducts .topProductsContent .category-products .products-grid li .priceRow,
.cms-fargo #tierOneTopProducts .topProductsContent .category-products .products-grid li .actions .button,
.cms-zebra-printers #tierOneTopProducts .topProductsContent .category-products .products-grid li .price-box .price,
.cms-zebra-printers #tierOneTopProducts .topProductsContent .category-products .products-grid li .priceRow,
.cms-zebra-printers #tierOneTopProducts .topProductsContent .category-products .products-grid li .actions .button,
.cms-evolis #tierOneTopProducts .topProductsContent .category-products .products-grid li .price-box .price,
.cms-evolis #tierOneTopProducts .topProductsContent .category-products .products-grid li .priceRow,
.cms-evolis #tierOneTopProducts .topProductsContent .category-products .products-grid li .actions .button,
.cms-magicard #tierOneTopProducts .topProductsContent .category-products .products-grid li .price-box .price,
.cms-magicard #tierOneTopProducts .topProductsContent .category-products .products-grid li .priceRow,
.cms-magicard #tierOneTopProducts .topProductsContent .category-products .products-grid li .actions .button,
.cms-datacard #tierOneTopProducts .topProductsContent .category-products .products-grid li .price-box .price,
.cms-datacard #tierOneTopProducts .topProductsContent .category-products .products-grid li .priceRow,
.cms-datacard #tierOneTopProducts .topProductsContent .category-products .products-grid li .actions .button,
.cms-landing-ppc #tierOneTopProducts .topProductsContent .category-products .products-grid li .price-box .price,
.cms-landing-ppc #tierOneTopProducts .topProductsContent .category-products .products-grid li .priceRow,
.cms-landing-ppc #tierOneTopProducts .topProductsContent .category-products .products-grid li .actions .button {
  font-style: normal;
}
/* line 1154, ../scss/module/_cms.scss */
.cms-fargo #tierOneTopProducts .topProductsContent .category-products .products-grid li .ppcNoMapLink,
.cms-zebra-printers #tierOneTopProducts .topProductsContent .category-products .products-grid li .ppcNoMapLink,
.cms-evolis #tierOneTopProducts .topProductsContent .category-products .products-grid li .ppcNoMapLink,
.cms-magicard #tierOneTopProducts .topProductsContent .category-products .products-grid li .ppcNoMapLink,
.cms-datacard #tierOneTopProducts .topProductsContent .category-products .products-grid li .ppcNoMapLink,
.cms-landing-ppc #tierOneTopProducts .topProductsContent .category-products .products-grid li .ppcNoMapLink {
  color: #901f18;
  font-weight: bold;
}
/* line 1165, ../scss/module/_cms.scss */
.cms-fargo #tierOneHowToChoose,
.cms-zebra-printers #tierOneHowToChoose,
.cms-evolis #tierOneHowToChoose,
.cms-magicard #tierOneHowToChoose,
.cms-datacard #tierOneHowToChoose,
.cms-landing-ppc #tierOneHowToChoose {
  background-color: #fff;
  padding-top: 0;
  margin-bottom: 40px;
}
/* line 1170, ../scss/module/_cms.scss */
.cms-fargo #tierOneHowToChoose:before,
.cms-zebra-printers #tierOneHowToChoose:before,
.cms-evolis #tierOneHowToChoose:before,
.cms-magicard #tierOneHowToChoose:before,
.cms-datacard #tierOneHowToChoose:before,
.cms-landing-ppc #tierOneHowToChoose:before {
  display: none;
}
/* line 1173, ../scss/module/_cms.scss */
.cms-fargo #tierOneHowToChoose .howToChooseContent,
.cms-zebra-printers #tierOneHowToChoose .howToChooseContent,
.cms-evolis #tierOneHowToChoose .howToChooseContent,
.cms-magicard #tierOneHowToChoose .howToChooseContent,
.cms-datacard #tierOneHowToChoose .howToChooseContent,
.cms-landing-ppc #tierOneHowToChoose .howToChooseContent {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
/* line 1178, ../scss/module/_cms.scss */
.cms-fargo #tierOneHowToChoose .howToChooseContent p,
.cms-zebra-printers #tierOneHowToChoose .howToChooseContent p,
.cms-evolis #tierOneHowToChoose .howToChooseContent p,
.cms-magicard #tierOneHowToChoose .howToChooseContent p,
.cms-datacard #tierOneHowToChoose .howToChooseContent p,
.cms-landing-ppc #tierOneHowToChoose .howToChooseContent p {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
}
/* line 1183, ../scss/module/_cms.scss */
.cms-fargo #tierOneHowToChoose .howToChooseContent .buyersGuideLink,
.cms-zebra-printers #tierOneHowToChoose .howToChooseContent .buyersGuideLink,
.cms-evolis #tierOneHowToChoose .howToChooseContent .buyersGuideLink,
.cms-magicard #tierOneHowToChoose .howToChooseContent .buyersGuideLink,
.cms-datacard #tierOneHowToChoose .howToChooseContent .buyersGuideLink,
.cms-landing-ppc #tierOneHowToChoose .howToChooseContent .buyersGuideLink {
  margin-top: 0;
}
/* line 1188, ../scss/module/_cms.scss */
.cms-fargo div[class*="ppcSupplyFinderTool-"],
.cms-zebra-printers div[class*="ppcSupplyFinderTool-"],
.cms-evolis div[class*="ppcSupplyFinderTool-"],
.cms-magicard div[class*="ppcSupplyFinderTool-"],
.cms-datacard div[class*="ppcSupplyFinderTool-"],
.cms-landing-ppc div[class*="ppcSupplyFinderTool-"] {
  float: left;
  display: inline;
  width: 100%;
  height: auto;
  background-color: #f3f3f3;
  padding: 52px 2% 40px 2%;
  text-align: center;
  position: relative;
}
/* line 1198, ../scss/module/_cms.scss */
.cms-fargo div[class*="ppcSupplyFinderTool-"]:before,
.cms-zebra-printers div[class*="ppcSupplyFinderTool-"]:before,
.cms-evolis div[class*="ppcSupplyFinderTool-"]:before,
.cms-magicard div[class*="ppcSupplyFinderTool-"]:before,
.cms-datacard div[class*="ppcSupplyFinderTool-"]:before,
.cms-landing-ppc div[class*="ppcSupplyFinderTool-"]: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 1214, ../scss/module/_cms.scss */
.cms-fargo div[class*="ppcSupplyFinderTool-"] img,
.cms-zebra-printers div[class*="ppcSupplyFinderTool-"] img,
.cms-evolis div[class*="ppcSupplyFinderTool-"] img,
.cms-magicard div[class*="ppcSupplyFinderTool-"] img,
.cms-datacard div[class*="ppcSupplyFinderTool-"] img,
.cms-landing-ppc div[class*="ppcSupplyFinderTool-"] img {
  width: 70%;
  height: auto;
  margin: 0 auto;
}
/* line 1219, ../scss/module/_cms.scss */
.cms-fargo div[class*="ppcSupplyFinderTool-"] h3,
.cms-zebra-printers div[class*="ppcSupplyFinderTool-"] h3,
.cms-evolis div[class*="ppcSupplyFinderTool-"] h3,
.cms-magicard div[class*="ppcSupplyFinderTool-"] h3,
.cms-datacard div[class*="ppcSupplyFinderTool-"] h3,
.cms-landing-ppc div[class*="ppcSupplyFinderTool-"] h3 {
  font-size: 27px;
  font-weight: bold;
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.1em;
}
/* line 1225, ../scss/module/_cms.scss */
.cms-fargo div[class*="ppcSupplyFinderTool-"] p,
.cms-zebra-printers div[class*="ppcSupplyFinderTool-"] p,
.cms-evolis div[class*="ppcSupplyFinderTool-"] p,
.cms-magicard div[class*="ppcSupplyFinderTool-"] p,
.cms-datacard div[class*="ppcSupplyFinderTool-"] p,
.cms-landing-ppc div[class*="ppcSupplyFinderTool-"] p {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #636363;
}
/* line 1231, ../scss/module/_cms.scss */
.cms-fargo div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
.cms-zebra-printers div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
.cms-evolis div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
.cms-magicard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
.cms-datacard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
.cms-landing-ppc div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent {
  margin-top: 30px;
  padding: 0 2.5%;
}
/* line 1235, ../scss/module/_cms.scss */
.cms-fargo div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator,
.cms-zebra-printers div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator,
.cms-evolis div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator,
.cms-magicard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator,
.cms-datacard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator,
.cms-landing-ppc div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator {
  width: 100%;
  padding: 0 2%;
}
/* line 1239, ../scss/module/_cms.scss */
.cms-fargo div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator #selection,
.cms-zebra-printers div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator #selection,
.cms-evolis div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator #selection,
.cms-magicard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator #selection,
.cms-datacard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator #selection,
.cms-landing-ppc div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator #selection {
  display: none;
}
/* line 1242, ../scss/module/_cms.scss */
.cms-fargo div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator #selectionresult,
.cms-zebra-printers div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator #selectionresult,
.cms-evolis div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator #selectionresult,
.cms-magicard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator #selectionresult,
.cms-datacard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator #selectionresult,
.cms-landing-ppc div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator #selectionresult {
  width: 100%;
  margin-left: 0;
}
/* line 1250, ../scss/module/_cms.scss */
.cms-fargo #ppcBrandsWrapper,
.cms-zebra-printers #ppcBrandsWrapper,
.cms-evolis #ppcBrandsWrapper,
.cms-magicard #ppcBrandsWrapper,
.cms-datacard #ppcBrandsWrapper,
.cms-landing-ppc #ppcBrandsWrapper {
  width: 100%;
  height: auto;
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/elementTopGrayGradient.gif) 0 -1px repeat-x;
  padding-top: 52px;
  padding-bottom: 47px;
  display: block;
  float: left;
}
/* line 1259, ../scss/module/_cms.scss */
.cms-fargo #ppcBrandsWrapper #ppcBrands,
.cms-zebra-printers #ppcBrandsWrapper #ppcBrands,
.cms-evolis #ppcBrandsWrapper #ppcBrands,
.cms-magicard #ppcBrandsWrapper #ppcBrands,
.cms-datacard #ppcBrandsWrapper #ppcBrands,
.cms-landing-ppc #ppcBrandsWrapper #ppcBrands {
  width: 302px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 57px;
  position: relative;
  cursor: pointer;
}
/* line 1268, ../scss/module/_cms.scss */
.cms-fargo #ppcBrandsWrapper #ppcBrands h3,
.cms-zebra-printers #ppcBrandsWrapper #ppcBrands h3,
.cms-evolis #ppcBrandsWrapper #ppcBrands h3,
.cms-magicard #ppcBrandsWrapper #ppcBrands h3,
.cms-datacard #ppcBrandsWrapper #ppcBrands h3,
.cms-landing-ppc #ppcBrandsWrapper #ppcBrands h3 {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  color: #363636;
  font-weight: bold;
  font-size: 27px;
}
/* line 1274, ../scss/module/_cms.scss */
.cms-fargo #ppcBrandsWrapper #ppcBrands p,
.cms-zebra-printers #ppcBrandsWrapper #ppcBrands p,
.cms-evolis #ppcBrandsWrapper #ppcBrands p,
.cms-magicard #ppcBrandsWrapper #ppcBrands p,
.cms-datacard #ppcBrandsWrapper #ppcBrands p,
.cms-landing-ppc #ppcBrandsWrapper #ppcBrands p {
  padding: 0 2%;
  color: #636363;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
}
/* line 1281, ../scss/module/_cms.scss */
.cms-fargo #ppcBrandsWrapper #ppcBrands:after,
.cms-zebra-printers #ppcBrandsWrapper #ppcBrands:after,
.cms-evolis #ppcBrandsWrapper #ppcBrands:after,
.cms-magicard #ppcBrandsWrapper #ppcBrands:after,
.cms-datacard #ppcBrandsWrapper #ppcBrands:after,
.cms-landing-ppc #ppcBrandsWrapper #ppcBrands:after {
  content: "";
  position: absolute;
  background-image: url(/skin/frontend/alphacard/alphacard_theme_three/images/ppcBrandsLogos.png);
  width: 302px;
  height: 36px;
  bottom: 18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: 556px 36px;
}
/* line 1295, ../scss/module/_cms.scss */
.cms-fargo .needExpertHelp,
.cms-zebra-printers .needExpertHelp,
.cms-evolis .needExpertHelp,
.cms-magicard .needExpertHelp,
.cms-datacard .needExpertHelp,
.cms-landing-ppc .needExpertHelp {
  display: none;
}
/* line 1304, ../scss/module/_cms.scss */
.cms-fargo #tierOneExpertHelp .expertHelpInner .expertHelpContent p,
.cms-zebra-printers #tierOneExpertHelp .expertHelpInner .expertHelpContent p,
.cms-evolis #tierOneExpertHelp .expertHelpInner .expertHelpContent p,
.cms-magicard #tierOneExpertHelp .expertHelpInner .expertHelpContent p,
.cms-datacard #tierOneExpertHelp .expertHelpInner .expertHelpContent p,
.cms-landing-ppc #tierOneExpertHelp .expertHelpInner .expertHelpContent p {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 0;
}

/* line 1318, ../scss/module/_cms.scss */
.cms-magicard .ppc-marquee-mobile h1 {
  width: 180px;
}

/* line 1327, ../scss/module/_cms.scss */
.cms-datacard .ppc-marquee-mobile h1 {
  width: 180px;
}
/* line 1331, ../scss/module/_cms.scss */
.cms-datacard #tierOneHowToChoose {
  padding-top: 60px;
}

/* line 1339, ../scss/module/_cms.scss */
.cms-landing-ppc .ppc-marquee-mobile h1 {
  top: 10%;
}
/* line 1342, ../scss/module/_cms.scss */
.cms-landing-ppc .ppc-marquee-mobile a.ppc-marquee-call-to-action {
  top: 44%;
}
/* line 1345, ../scss/module/_cms.scss */
.cms-landing-ppc .ppc-marquee-mobile a.ppc-marquee-call-to-action span {
  display: none;
}
/* line 1350, ../scss/module/_cms.scss */
.cms-landing-ppc #tierOneProductCategories {
  padding-top: 0;
  margin-top: 0;
  background-color: #fff;
}
/* line 1357, ../scss/module/_cms.scss */
.cms-landing-ppc #tierOneProductCategories .itemContainer .item:nth-child(odd) {
  clear: left;
}
/* line 1362, ../scss/module/_cms.scss */
.cms-landing-ppc #tierOneHowToChoose {
  background-color: #f3f3f3;
  padding: 70px 2% 40px 2%;
  margin-bottom: 0;
  position: relative;
}
/* line 1368, ../scss/module/_cms.scss */
.cms-landing-ppc #tierOneHowToChoose: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 1385, ../scss/module/_cms.scss */
.cms-landing-ppc .alphacare_module {
  padding-top: 93px;
}
/* line 1388, ../scss/module/_cms.scss */
.cms-landing-ppc .alphacare_module .detail_points .set .item p {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
}
/* line 1394, ../scss/module/_cms.scss */
.cms-landing-ppc #ppcBrandsWrapper {
  padding: 52px 0 47px 0;
  background-color: #134063;
  background-image: none;
}
/* line 1399, ../scss/module/_cms.scss */
.cms-landing-ppc #ppcBrandsWrapper #ppcBrands {
  width: 285px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  background-size: 556px 36px;
  padding-bottom: 57px;
  position: relative;
  cursor: pointer;
}
/* line 1409, ../scss/module/_cms.scss */
.cms-landing-ppc #ppcBrandsWrapper #ppcBrands: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: -52px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* line 1425, ../scss/module/_cms.scss */
.cms-landing-ppc #ppcBrandsWrapper #ppcBrands:after {
  background-image: url(/skin/frontend/alphacard/alphacard_theme_three/images/home/homeBrandsLogos.png);
}
/* line 1428, ../scss/module/_cms.scss */
.cms-landing-ppc #ppcBrandsWrapper #ppcBrands h3 {
  color: #ffffff;
}
/* line 1431, ../scss/module/_cms.scss */
.cms-landing-ppc #ppcBrandsWrapper #ppcBrands p {
  color: #ffffff;
}
/* line 1436, ../scss/module/_cms.scss */
.cms-landing-ppc #tierOneLearningCenter {
  margin-top: 7px;
}
/* line 1439, ../scss/module/_cms.scss */
.cms-landing-ppc #tierOneLearningCenter:before {
  display: none;
}
/* line 1442, ../scss/module/_cms.scss */
.cms-landing-ppc #tierOneLearningCenter .learningCenterContent p,
.cms-landing-ppc #tierOneLearningCenter .resp-vtabs .resp-tab-content p,
.cms-landing-ppc #tierOneLearningCenter .resp-vtabs .resp-tabs-list li {
  font-style: normal;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: #636363;
}
/* line 1448, ../scss/module/_cms.scss */
.cms-landing-ppc #tierOneLearningCenter .resp-vtabs .resp-tabs-list li {
  color: #134063;
}

/* AlphaCare Guarantee / AlphaCare Plus */
/* line 1461, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent h1 {
  margin: 0 0 10px 0;
  color: #363636;
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 27px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  text-transform: uppercase;
}
/* line 1471, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent table {
  display: none;
}
/* line 1474, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent h3.alphacare-heading {
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-weight: bold !important;
  color: #363636 !important;
  font-size: 16px !important;
  padding-top: 63px !important;
}
/* line 1481, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent h3.alphacare-heading.standard {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/alphacare-heading-standard.jpg) 50% 0 no-repeat;
  background-size: 241px auto;
}
/* line 1485, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent h3.alphacare-heading.plus {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/alphacare-heading-plus.png) 50% 0 no-repeat;
  background-size: 248px auto;
  padding-top: 54px !important;
}
/* line 1491, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .alphacare-block {
  float: left;
  padding: 0 4%;
  margin-bottom: 68px;
}
/* line 1496, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .alphacare-block.plus {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/alphacare-block-plus-bg.gif) 0 0 repeat-x;
  padding-top: 30px;
  margin-top: 15px;
}
/* line 1501, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .alphacare-block.plus .starburst {
  display: none !important;
}
/* line 1505, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .alphacare-block p.lead-in {
  margin-bottom: 17px;
}
/* line 1508, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .alphacare-block .alphacard-detail-block {
  padding-left: 0;
}
/* line 1511, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .alphacare-block .alphacard-detail-block ul {
  list-style-type: disc;
  float: left;
}
/* line 1515, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .alphacare-block .alphacard-detail-block ul li {
  color: #636363;
}
/* line 1521, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .alphacare-block .alphacard-detail-block.setup-assistance img.inlineIcon {
  width: 68px !important;
  height: auto !important;
}
/* line 1528, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .alphacare-block .alphacard-detail-block.quick-call-support img.inlineIcon {
  width: 79px !important;
  height: auto !important;
}
/* line 1535, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .alphacare-block .alphacard-detail-block.free-troubleshooting img.inlineIcon {
  width: 66px !important;
  height: auto !important;
}
/* line 1542, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .alphacare-block .alphacard-detail-block.warranty-service img.inlineIcon {
  width: 82px !important;
  height: auto !important;
}
/* line 1549, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .alphacare-block .alphacard-detail-block.repair-facilitation img.inlineIcon {
  width: 95px !important;
  height: auto !important;
}
/* line 1556, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .alphacare-block .alphacard-detail-block.return-protection img.inlineIcon {
  width: 99px !important;
  height: auto !important;
}
/* line 1563, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .alphacare-block .alphacard-detail-block.priority-phone img.inlineIcon {
  width: 67px !important;
  height: auto !important;
}
/* line 1570, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .alphacare-block .alphacard-detail-block.free-software-updates img.inlineIcon {
  width: 99px !important;
  height: auto !important;
}
/* line 1577, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .alphacare-block .alphacard-detail-block.free-annual-maintenance img.inlineIcon {
  width: 83px !important;
  height: auto !important;
}
/* line 1584, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .alphacare-block .alphacard-detail-block.vip-contacts img.inlineIcon {
  width: 92px !important;
  height: auto !important;
}
/* line 1591, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .alphacare-block .alphacard-detail-block.advanced-printer-config img.inlineIcon {
  width: 87px !important;
  height: auto !important;
}
/* line 1598, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .alphacare-block .alphacard-detail-block.twenty-five-percent-discount img.inlineIcon {
  width: 87px !important;
  height: auto !important;
}
/* line 1607, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .extended-services {
  float: left;
  width: 100%;
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/alphacare-extended-benefits-bg.gif) 0 0 repeat-x;
  padding-top: 10px;
  margin-bottom: 100px;
}
/* line 1615, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .extended-services h3 {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: bold !important;
  color: #363636 !important;
  font-size: 27px !important;
  text-transform: uppercase !important;
  text-align: center;
  margin-bottom: 5px;
}
/* line 1624, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .extended-services p.rate {
  text-align: center;
  position: relative;
}
/* line 1628, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .extended-services p.rate:before {
  content: "";
  border-bottom: 1px solid #f3f3f3;
  width: 89%;
  display: inline-block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 5.5%;
  z-index: 1;
}
/* line 1639, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .extended-services p.rate span {
  font-style: italic;
  padding: 0 5%;
  z-index: 2;
  background-color: #fff;
  position: relative;
  letter-spacing: 1px;
}
/* line 1648, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .extended-services ul {
  list-style-type: disc;
  width: 85% !important;
  margin: 24px auto 0 auto !important;
  display: block;
  float: none;
  clear: left;
}
/* line 1656, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent .extended-services ul li {
  line-height: 21px !important;
  margin-bottom: 5px !important;
  color: #636363;
}
/* line 1663, ../scss/module/_cms.scss */
.category-alphacare-guarantee #catCmsContent p.details {
  font-style: italic;
}

/* line 1672, ../scss/module/_cms.scss */
.category-newsletter #catCmsContent #mc_embed_signup {
  float: left;
  margin-bottom: 20px;
}
/* line 1676, ../scss/module/_cms.scss */
.category-newsletter #catCmsContent #mc_embed_signup img {
  float: left;
  margin-top: 45px !important;
}
/* line 1683, ../scss/module/_cms.scss */
.category-newsletter #catCmsContent #mc-embedded-subscribe-form h2 {
  background-color: #f3f3f3;
  line-height: 38px;
  padding-left: 12px;
}
/* line 1688, ../scss/module/_cms.scss */
.category-newsletter #catCmsContent #mc-embedded-subscribe-form ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 15px;
}
/* line 1693, ../scss/module/_cms.scss */
.category-newsletter #catCmsContent #mc-embedded-subscribe-form ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 15px;
}
/* line 1698, ../scss/module/_cms.scss */
.category-newsletter #catCmsContent #mc-embedded-subscribe-form ul li .required-field {
  color: #901f18;
  position: absolute;
  top: 0;
  left: 2px;
}
/* line 1704, ../scss/module/_cms.scss */
.category-newsletter #catCmsContent #mc-embedded-subscribe-form ul li label,
.category-newsletter #catCmsContent #mc-embedded-subscribe-form ul li input {
  color: #636363;
  font-size: 14px;
}
/* line 1708, ../scss/module/_cms.scss */
.category-newsletter #catCmsContent #mc-embedded-subscribe-form ul li input {
  width: 100%;
}
/* line 1713, ../scss/module/_cms.scss */
.category-newsletter #catCmsContent #mc-embedded-subscribe-form button {
  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: 17px;
  background-color: #901f18;
  padding-left: 25px;
  padding-right: 25px;
}
/* line 1729, ../scss/module/_cms.scss */
.category-newsletter #catCmsContent #mc-embedded-subscribe-form button:hover {
  background-color: #17b5ee;
}
/* line 1734, ../scss/module/_cms.scss */
.category-newsletter #catCmsContent .display_archive {
  float: left;
}
/* line 1737, ../scss/module/_cms.scss */
.category-newsletter #catCmsContent .display_archive .campaign {
  margin-bottom: 10px;
}

/* line 1747, ../scss/module/_cms.scss */
.category-alphacard-cares #catCmsContent #acCaresForm,
.category-alphacard-cares-about-school-safety #catCmsContent #acCaresForm {
  float: left;
  display: inline;
  width: 100%;
  padding-bottom: 40px;
  margin-top: 40px;
  background-color: #f4f4f4;
}
/* line 1755, ../scss/module/_cms.scss */
.category-alphacard-cares #catCmsContent #acCaresForm h2,
.category-alphacard-cares-about-school-safety #catCmsContent #acCaresForm h2 {
  font-weight: bold;
  text-transform: uppercase;
  background-color: #e7e7e7;
  font-size: 16px;
  line-height: 47px;
  padding-left: 17px;
  margin: 0;
}
/* line 1764, ../scss/module/_cms.scss */
.category-alphacard-cares #catCmsContent #acCaresForm #caresForm,
.category-alphacard-cares-about-school-safety #catCmsContent #acCaresForm #caresForm {
  float: left;
  display: inline;
  padding: 20px 20px 0 20px;
}
/* line 1769, ../scss/module/_cms.scss */
.category-alphacard-cares #catCmsContent #acCaresForm #caresForm p,
.category-alphacard-cares-about-school-safety #catCmsContent #acCaresForm #caresForm p {
  font-style: italic;
  color: #363636;
}
/* line 1773, ../scss/module/_cms.scss */
.category-alphacard-cares #catCmsContent #acCaresForm #caresForm ul,
.category-alphacard-cares-about-school-safety #catCmsContent #acCaresForm #caresForm ul {
  list-style-type: none;
  padding-left: 0;
  margin: 10px 0 40px 0;
}
/* line 1780, ../scss/module/_cms.scss */
.category-alphacard-cares #catCmsContent #acCaresForm #caresForm ul li .field,
.category-alphacard-cares-about-school-safety #catCmsContent #acCaresForm #caresForm ul li .field {
  margin-bottom: 10px;
}
/* line 1783, ../scss/module/_cms.scss */
.category-alphacard-cares #catCmsContent #acCaresForm #caresForm ul li .field label,
.category-alphacard-cares-about-school-safety #catCmsContent #acCaresForm #caresForm ul li .field label {
  font-size: 15px;
}
/* line 1786, ../scss/module/_cms.scss */
.category-alphacard-cares #catCmsContent #acCaresForm #caresForm ul li .field label.error,
.category-alphacard-cares-about-school-safety #catCmsContent #acCaresForm #caresForm ul li .field label.error {
  font-weight: normal;
}
/* line 1789, ../scss/module/_cms.scss */
.category-alphacard-cares #catCmsContent #acCaresForm #caresForm ul li .field input,
.category-alphacard-cares #catCmsContent #acCaresForm #caresForm ul li .field textarea,
.category-alphacard-cares-about-school-safety #catCmsContent #acCaresForm #caresForm ul li .field input,
.category-alphacard-cares-about-school-safety #catCmsContent #acCaresForm #caresForm ul li .field textarea {
  width: 100%;
  max-width: 100%;
}
/* line 1793, ../scss/module/_cms.scss */
.category-alphacard-cares #catCmsContent #acCaresForm #caresForm ul li .field input.error,
.category-alphacard-cares #catCmsContent #acCaresForm #caresForm ul li .field textarea.error,
.category-alphacard-cares-about-school-safety #catCmsContent #acCaresForm #caresForm ul li .field input.error,
.category-alphacard-cares-about-school-safety #catCmsContent #acCaresForm #caresForm ul li .field textarea.error {
  color: #363636;
  font-weight: normal;
}
/* line 1801, ../scss/module/_cms.scss */
.category-alphacard-cares #catCmsContent #acCaresForm #caresForm button,
.category-alphacard-cares-about-school-safety #catCmsContent #acCaresForm #caresForm button {
  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: 17px;
  background-color: #901f18;
  padding-left: 25px;
  padding-right: 25px;
}
/* line 1818, ../scss/module/_cms.scss */
.category-alphacard-cares #catCmsContent #acCaresForm #caresForm button:hover,
.category-alphacard-cares-about-school-safety #catCmsContent #acCaresForm #caresForm button:hover {
  background-color: #17b5ee;
}

/* line 1830, ../scss/module/_cms.scss */
.cms-alphacard-cares-thank-you #catCmsContent p {
  text-align: center;
}
/* line 1833, ../scss/module/_cms.scss */
.cms-alphacard-cares-thank-you #catCmsContent h1 {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 33px;
  color: #363636;
  margin: 30px 0 10px 0;
  line-height: 30px;
  text-align: center;
}

/* line 1847, ../scss/module/_cms.scss */
.category-accreditations #catCmsContent .accreditation-logo {
  width: 50% !important;
  float: left;
  display: inline !important;
  margin-top: 40px !important;
}
/* line 1853, ../scss/module/_cms.scss */
.category-accreditations #catCmsContent .accreditation-logo:nth-child(even) {
  clear: left;
}
/* line 1856, ../scss/module/_cms.scss */
.category-accreditations #catCmsContent .accreditation-logo img {
  width: 150px !important;
  height: auto !important;
}

/* line 1868, ../scss/module/_cms.scss */
.cms-ac30 #catCmsContent h1,
.cms-care30 #catCmsContent h1 {
  text-align: center;
  color: #363636;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  line-height: 27px;
  margin: 0 0 15px 0;
}
/* line 1880, ../scss/module/_cms.scss */
.cms-ac30 #catCmsContent h1 span.brand,
.cms-care30 #catCmsContent h1 span.brand {
  color: #901f18;
}
/* line 1883, ../scss/module/_cms.scss */
.cms-ac30 #catCmsContent h1 span.reg,
.cms-care30 #catCmsContent h1 span.reg {
  font-size: 0.6em;
  vertical-align: top;
  line-height: 17px;
  margin-left: 1px;
  color: #901f18;
}
/* line 1892, ../scss/module/_cms.scss */
.cms-ac30 #catCmsContent p,
.cms-care30 #catCmsContent p {
  text-align: center;
  float: none;
  max-width: 785px;
}
/* line 1899, ../scss/module/_cms.scss */
.cms-ac30 #catCmsContent .ac-form-list-wrap .ac-form-wrap,
.cms-care30 #catCmsContent .ac-form-list-wrap .ac-form-wrap {
  width: 100%;
  max-width: 276px;
  border: 6px solid #eff0f5;
  padding: 25px;
  margin: 50px auto 0 auto;
}
/* line 1906, ../scss/module/_cms.scss */
.cms-ac30 #catCmsContent .ac-form-list-wrap .ac-form-wrap #fnaWebsite,
.cms-care30 #catCmsContent .ac-form-list-wrap .ac-form-wrap #fnaWebsite {
  display: none;
}
/* line 1909, ../scss/module/_cms.scss */
.cms-ac30 #catCmsContent .ac-form-list-wrap .ac-form-wrap ul,
.cms-care30 #catCmsContent .ac-form-list-wrap .ac-form-wrap ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  float: none;
}
/* line 1915, ../scss/module/_cms.scss */
.cms-ac30 #catCmsContent .ac-form-list-wrap .ac-form-wrap ul li,
.cms-care30 #catCmsContent .ac-form-list-wrap .ac-form-wrap ul li {
  margin-left: 0;
  margin-bottom: 10px;
  font-style: normal;
  position: relative;
  color: #636363;
  font-size: 15px;
}
/* line 1923, ../scss/module/_cms.scss */
.cms-ac30 #catCmsContent .ac-form-list-wrap .ac-form-wrap ul li:before,
.cms-care30 #catCmsContent .ac-form-list-wrap .ac-form-wrap ul li:before {
  content: " *";
  color: #901f18;
  font-weight: normal;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: -9px;
}
/* line 1935, ../scss/module/_cms.scss */
.cms-ac30 #catCmsContent .ac-form-list-wrap .ac-form-wrap ul li.not-req:before,
.cms-care30 #catCmsContent .ac-form-list-wrap .ac-form-wrap ul li.not-req:before {
  display: none;
}
/* line 1941, ../scss/module/_cms.scss */
.cms-ac30 #catCmsContent .ac-form-list-wrap .ac-form-wrap ul li label.error,
.cms-care30 #catCmsContent .ac-form-list-wrap .ac-form-wrap ul li label.error {
  font-weight: normal;
  font-size: 15px;
  opacity: 1 !important;
}
/* line 1949, ../scss/module/_cms.scss */
.cms-ac30 #catCmsContent .ac-form-list-wrap .ac-form-wrap ul li input.error,
.cms-care30 #catCmsContent .ac-form-list-wrap .ac-form-wrap ul li input.error {
  color: #636363;
  font-weight: normal;
}
/* line 1956, ../scss/module/_cms.scss */
.cms-ac30 #catCmsContent .ac-form-list-wrap .ac-form-wrap button,
.cms-care30 #catCmsContent .ac-form-list-wrap .ac-form-wrap button {
  padding: 7px 24px;
  width: auto;
  min-width: auto;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #901f18;
  -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: 10px;
}
/* line 1975, ../scss/module/_cms.scss */
.cms-ac30 #catCmsContent .ac-form-list-wrap .ac-form-wrap button:hover,
.cms-care30 #catCmsContent .ac-form-list-wrap .ac-form-wrap button:hover {
  background-color: #17b5ee;
}
/* line 1978, ../scss/module/_cms.scss */
.cms-ac30 #catCmsContent .ac-form-list-wrap .ac-form-wrap button.disabled,
.cms-care30 #catCmsContent .ac-form-list-wrap .ac-form-wrap button.disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
/* line 1984, ../scss/module/_cms.scss */
.cms-ac30 #catCmsContent .ac-form-list-wrap .ac30-benefits-list,
.cms-care30 #catCmsContent .ac-form-list-wrap .ac30-benefits-list {
  list-style-type: none;
  padding: 0;
  max-width: 340px;
  float: none;
  margin: 50px auto 0 auto;
}
/* line 1991, ../scss/module/_cms.scss */
.cms-ac30 #catCmsContent .ac-form-list-wrap .ac30-benefits-list li,
.cms-care30 #catCmsContent .ac-form-list-wrap .ac30-benefits-list li {
  font-style: normal;
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin-left: 0;
  margin-bottom: 10px;
  padding-left: 26px;
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/alphacare/ac30-beneftis-check.gif) 0 0 no-repeat;
}
/* line 2000, ../scss/module/_cms.scss */
.cms-ac30 #catCmsContent .ac-form-list-wrap .ac30-benefits-list li span,
.cms-care30 #catCmsContent .ac-form-list-wrap .ac30-benefits-list li span {
  font-size: 20px;
  color: #901f18;
}
/* line 2004, ../scss/module/_cms.scss */
.cms-ac30 #catCmsContent .ac-form-list-wrap .ac30-benefits-list li.plus,
.cms-care30 #catCmsContent .ac-form-list-wrap .ac30-benefits-list li.plus {
  text-align: center;
  background: none;
  font-size: 20px;
}
/* line 2011, ../scss/module/_cms.scss */
.cms-ac30 #catCmsContent .ac-form-list-wrap .accent-arrow,
.cms-care30 #catCmsContent .ac-form-list-wrap .accent-arrow {
  display: none !important;
}
/* line 2016, ../scss/module/_cms.scss */
.cms-ac30 #catCmsContent .accent-cards,
.cms-care30 #catCmsContent .accent-cards {
  max-width: 315px;
  clear: both;
  padding-top: 45px;
}
/* line 2023, ../scss/module/_cms.scss */
.cms-ac30 .alphacare-footer,
.cms-care30 .alphacare-footer {
  float: left;
  display: inline;
  width: 100%;
  height: auto;
  background-color: #f3f3f3;
  padding: 65px 2% 60px 2%;
  text-align: center;
}
/* line 2032, ../scss/module/_cms.scss */
.cms-ac30 .alphacare-footer img,
.cms-care30 .alphacare-footer img {
  width: 305px;
  height: auto;
  margin: 0 auto;
}
/* line 2038, ../scss/module/_cms.scss */
.cms-ac30 .needExpertHelp,
.cms-ac30 .footer .footer-benefits,
.cms-care30 .needExpertHelp,
.cms-care30 .footer .footer-benefits {
  display: none;
}
/* line 2041, ../scss/module/_cms.scss */
.cms-ac30 .footer .footer-upper,
.cms-care30 .footer .footer-upper {
  padding-top: 35px;
}
/* line 2044, ../scss/module/_cms.scss */
.cms-ac30 .footer-container,
.cms-care30 .footer-container {
  margin-top: 0;
}

/* line 2052, ../scss/module/_cms.scss */
.cms-ac30-success #catCmsContent .ac30-logo {
  margin: 0 auto 20px auto;
  max-width: 230px;
}
/* line 2056, ../scss/module/_cms.scss */
.cms-ac30-success #catCmsContent h1 {
  text-align: center;
  color: #363636;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  line-height: 27px;
  margin: 0 0 15px 0;
}
/* line 2068, ../scss/module/_cms.scss */
.cms-ac30-success #catCmsContent .ac-form-list-wrap .ac-form-wrap {
  width: 100%;
  max-width: 276px;
  border: 6px solid #eff0f5;
  padding: 17px 25px 43px 25px;
  margin: 50px auto 0 auto;
  position: relative;
}
/* line 2076, ../scss/module/_cms.scss */
.cms-ac30-success #catCmsContent .ac-form-list-wrap .ac-form-wrap h4 {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  color: #636363;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 6px;
  float: none;
}
/* line 2086, ../scss/module/_cms.scss */
.cms-ac30-success #catCmsContent .ac-form-list-wrap .ac-form-wrap span {
  font-size: 15px;
  color: #636363;
  display: block;
}
/* line 2091, ../scss/module/_cms.scss */
.cms-ac30-success #catCmsContent .ac-form-list-wrap .ac-form-wrap span span {
  font-weight: bold;
  color: #363636;
  display: inline;
}
/* line 2096, ../scss/module/_cms.scss */
.cms-ac30-success #catCmsContent .ac-form-list-wrap .ac-form-wrap span a {
  color: #636363;
}
/* line 2100, ../scss/module/_cms.scss */
.cms-ac30-success #catCmsContent .ac-form-list-wrap .ac-form-wrap p {
  float: none;
  font-size: 14px;
  line-height: 19px;
  border-top: 1px solid #d3cdc8;
  padding-top: 12px;
  margin-top: 12px;
}
/* line 2108, ../scss/module/_cms.scss */
.cms-ac30-success #catCmsContent .ac-form-list-wrap .ac-form-wrap .button {
  padding: 6px 24px;
  width: 185px;
  min-width: auto;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #901f18;
  -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: 22px auto 0 auto;
  display: block;
}
/* line 2128, ../scss/module/_cms.scss */
.cms-ac30-success #catCmsContent .ac-form-list-wrap .ac-form-wrap .button:hover {
  background-color: #17b5ee;
}
/* line 2133, ../scss/module/_cms.scss */
.cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list {
  list-style-type: none;
  padding: 0;
  max-width: 340px;
  float: none;
  margin: 50px auto 0 auto;
}
/* line 2140, ../scss/module/_cms.scss */
.cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource {
  margin-bottom: 40px;
}
/* line 2143, ../scss/module/_cms.scss */
.cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource h3 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #363636;
  font-weight: bold;
  text-transform: none;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
/* line 2153, ../scss/module/_cms.scss */
.cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource h3 a {
  color: #363636;
  position: relative;
}
/* line 2157, ../scss/module/_cms.scss */
.cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource h3 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 #901f18;
  border-right: none;
  top: 4px;
  right: -16px;
}
/* line 2171, ../scss/module/_cms.scss */
.cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource h3 br {
  display: none;
}
/* line 2175, ../scss/module/_cms.scss */
.cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource span {
  color: #901f18;
}
/* line 2178, ../scss/module/_cms.scss */
.cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource span span {
  font-weight: bold;
}
/* line 2182, ../scss/module/_cms.scss */
.cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource p {
  float: none;
}
/* line 2188, ../scss/module/_cms.scss */
.cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource.shipping p {
  font-size: 13px;
  line-height: 18px;
}
/* line 2193, ../scss/module/_cms.scss */
.cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource img {
  display: none;
}
/* line 2198, ../scss/module/_cms.scss */
.cms-ac30-success #catCmsContent .ac-form-list-wrap .accent-arrow,
.cms-ac30-success #catCmsContent .ac-form-list-wrap .accent-cards {
  display: none;
}
/* line 2205, ../scss/module/_cms.scss */
.cms-ac30-success .alphacare-footer {
  float: left;
  display: inline;
  width: 100%;
  height: auto;
  background-color: #f3f3f3;
  padding: 42px 2% 0 2%;
}
/* line 2213, ../scss/module/_cms.scss */
.cms-ac30-success .needExpertHelp,
.cms-ac30-success .footer .footer-benefits {
  display: none;
}
/* line 2216, ../scss/module/_cms.scss */
.cms-ac30-success .footer .footer-upper {
  padding-top: 35px;
}
/* line 2219, ../scss/module/_cms.scss */
.cms-ac30-success .footer-container {
  margin-top: 0;
}

@media only screen and (min-width: 479px) {
  /* line 2239, ../scss/module/_cms.scss */
  .cms-fargo .ppc-marquee-mobile h1,
  .cms-zebra-printers .ppc-marquee-mobile h1,
  .cms-evolis .ppc-marquee-mobile h1,
  .cms-magicard .ppc-marquee-mobile h1,
  .cms-datacard .ppc-marquee-mobile h1,
  .cms-landing-ppc .ppc-marquee-mobile h1 {
    font-size: 24px;
    width: 250px;
    line-height: 32px;
  }
  /* line 2244, ../scss/module/_cms.scss */
  .cms-fargo .ppc-marquee-mobile a.ppc-marquee-call-to-action,
  .cms-zebra-printers .ppc-marquee-mobile a.ppc-marquee-call-to-action,
  .cms-evolis .ppc-marquee-mobile a.ppc-marquee-call-to-action,
  .cms-magicard .ppc-marquee-mobile a.ppc-marquee-call-to-action,
  .cms-datacard .ppc-marquee-mobile a.ppc-marquee-call-to-action,
  .cms-landing-ppc .ppc-marquee-mobile a.ppc-marquee-call-to-action {
    top: 44%;
    font-size: 24px;
  }
  /* line 2248, ../scss/module/_cms.scss */
  .cms-fargo .ppc-marquee-mobile a.ppc-marquee-call-to-action span,
  .cms-zebra-printers .ppc-marquee-mobile a.ppc-marquee-call-to-action span,
  .cms-evolis .ppc-marquee-mobile a.ppc-marquee-call-to-action span,
  .cms-magicard .ppc-marquee-mobile a.ppc-marquee-call-to-action span,
  .cms-datacard .ppc-marquee-mobile a.ppc-marquee-call-to-action span,
  .cms-landing-ppc .ppc-marquee-mobile a.ppc-marquee-call-to-action span {
    display: inline;
  }
  /* line 2251, ../scss/module/_cms.scss */
  .cms-fargo .ppc-marquee-mobile a.ppc-marquee-call-to-action:after,
  .cms-zebra-printers .ppc-marquee-mobile a.ppc-marquee-call-to-action:after,
  .cms-evolis .ppc-marquee-mobile a.ppc-marquee-call-to-action:after,
  .cms-magicard .ppc-marquee-mobile a.ppc-marquee-call-to-action:after,
  .cms-datacard .ppc-marquee-mobile a.ppc-marquee-call-to-action:after,
  .cms-landing-ppc .ppc-marquee-mobile a.ppc-marquee-call-to-action:after {
    margin-top: -5px;
  }

  /* line 2262, ../scss/module/_cms.scss */
  .cms-landing-ppc .ppc-marquee-mobile a.ppc-marquee-call-to-action {
    top: 41%;
  }
  /* line 2265, ../scss/module/_cms.scss */
  .cms-landing-ppc .ppc-marquee-mobile a.ppc-marquee-call-to-action span {
    display: inline;
  }

  /* line 2283, ../scss/module/_cms.scss */
  .category-career-center #catCmsContent #verticalTab .resp-tabs-container .resp-tab-content.tab-1 {
    background-size: 307px auto;
  }
  /* line 2286, ../scss/module/_cms.scss */
  .category-career-center #catCmsContent #verticalTab .resp-tabs-container .resp-tab-content.tab-3 {
    background-size: 307px auto;
  }

  /* line 2302, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource {
    overflow: hidden;
  }
  /* line 2305, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource div {
    float: left;
    width: 195px;
  }
  /* line 2309, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource img {
    display: inline;
    float: right;
    width: 135px;
    height: auto;
    margin-top: 5px;
  }
  /* line 2318, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource h3 br {
    display: inline;
  }
  /* line 2322, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource.shop-cards {
    margin-bottom: 11px;
  }
  /* line 2331, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource.shop-supplies h3 a:after {
    top: 28px;
  }
}
@media only screen and (min-width: 600px) {
  /* line 2349, ../scss/module/_cms.scss */
  #catCmsContent {
    padding-left: 35px;
  }

  /* line 2360, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactInfo {
    margin-top: 40px;
  }

  /* line 2372, ../scss/module/_cms.scss */
  .cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper h1 {
    font-weight: bold;
    font-size: 31px;
    text-transform: capitalize;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  /* line 2382, ../scss/module/_cms.scss */
  .cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper #homeCategories .homeCategory {
    margin-bottom: 44px;
    width: 208px;
    min-height: 400px;
  }
  /* line 2387, ../scss/module/_cms.scss */
  .cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper #homeCategories .homeCategory a.homeCategoryMain {
    padding-left: 24px;
    text-align: left;
  }
  /* line 2394, ../scss/module/_cms.scss */
  .cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper #homeCategories ul li {
    padding-top: 0;
    text-align: left;
  }
  /* line 2398, ../scss/module/_cms.scss */
  .cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper #homeCategories ul li a {
    padding-left: 24px;
    display: inline;
  }

  /* line 2479, ../scss/module/_cms.scss */
  body[class*="cms-system-selector-"] .backToSelector a {
    color: #636363;
  }
  /* line 2485, ../scss/module/_cms.scss */
  body[class*="cms-system-selector-"] #fnaWrapper h1 {
    font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 31px;
    text-transform: capitalize;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  /* line 2494, ../scss/module/_cms.scss */
  body[class*="cms-system-selector-"] #fnaWrapper #recommendations {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  /* line 2500, ../scss/module/_cms.scss */
  body[class*="cms-system-selector-"] #fnaWrapper #recommendations .recModule {
    display: inline;
    float: left;
    margin: 20px 0 20px 49px;
  }

  /* line 2523, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile,
  .cms-zebra-printers .category-description.nomobile,
  .cms-evolis .category-description.nomobile,
  .cms-magicard .category-description.nomobile,
  .cms-datacard .category-description.nomobile,
  .cms-landing-ppc .category-description.nomobile {
    padding-right: 30px;
  }
  /* line 2526, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile h1,
  .cms-zebra-printers .category-description.nomobile h1,
  .cms-evolis .category-description.nomobile h1,
  .cms-magicard .category-description.nomobile h1,
  .cms-datacard .category-description.nomobile h1,
  .cms-landing-ppc .category-description.nomobile h1 {
    color: #363636;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 26px;
    padding-top: 0;
    text-align: right;
    line-height: 32px;
    margin-top: 30px;
    width: 355px;
  }
  /* line 2537, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile h1 span,
  .cms-zebra-printers .category-description.nomobile h1 span,
  .cms-evolis .category-description.nomobile h1 span,
  .cms-magicard .category-description.nomobile h1 span,
  .cms-datacard .category-description.nomobile h1 span,
  .cms-landing-ppc .category-description.nomobile h1 span {
    display: inline;
  }
  /* line 2541, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule,
  .cms-zebra-printers .category-description.nomobile .marqueemodule,
  .cms-evolis .category-description.nomobile .marqueemodule,
  .cms-magicard .category-description.nomobile .marqueemodule,
  .cms-datacard .category-description.nomobile .marqueemodule,
  .cms-landing-ppc .category-description.nomobile .marqueemodule {
    background-image: none;
    background-color: white;
    padding-top: 30px;
    padding-right: 7px;
    padding-left: 7px;
  }
  /* line 2548, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule h3,
  .cms-zebra-printers .category-description.nomobile .marqueemodule h3,
  .cms-evolis .category-description.nomobile .marqueemodule h3,
  .cms-magicard .category-description.nomobile .marqueemodule h3,
  .cms-datacard .category-description.nomobile .marqueemodule h3,
  .cms-landing-ppc .category-description.nomobile .marqueemodule h3 {
    font-size: 17px;
    line-height: 30px;
    background-color: #f0f0f0;
  }
  /* line 2553, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule p,
  .cms-zebra-printers .category-description.nomobile .marqueemodule p,
  .cms-evolis .category-description.nomobile .marqueemodule p,
  .cms-magicard .category-description.nomobile .marqueemodule p,
  .cms-datacard .category-description.nomobile .marqueemodule p,
  .cms-landing-ppc .category-description.nomobile .marqueemodule p {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    width: 175px;
    margin-bottom: 8px;
    font-size: 15px;
  }
  /* line 2560, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule form,
  .cms-zebra-printers .category-description.nomobile .marqueemodule form,
  .cms-evolis .category-description.nomobile .marqueemodule form,
  .cms-magicard .category-description.nomobile .marqueemodule form,
  .cms-datacard .category-description.nomobile .marqueemodule form,
  .cms-landing-ppc .category-description.nomobile .marqueemodule form {
    float: left;
    display: inline;
    padding-left: 20px;
    margin-bottom: 10px;
    margin-top: 8px;
  }
  /* line 2567, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule form dl,
  .cms-zebra-printers .category-description.nomobile .marqueemodule form dl,
  .cms-evolis .category-description.nomobile .marqueemodule form dl,
  .cms-magicard .category-description.nomobile .marqueemodule form dl,
  .cms-datacard .category-description.nomobile .marqueemodule form dl,
  .cms-landing-ppc .category-description.nomobile .marqueemodule form dl {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 0;
  }
  /* line 2573, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule form dl dt,
  .cms-fargo .category-description.nomobile .marqueemodule form dl dd label,
  .cms-zebra-printers .category-description.nomobile .marqueemodule form dl dt,
  .cms-zebra-printers .category-description.nomobile .marqueemodule form dl dd label,
  .cms-evolis .category-description.nomobile .marqueemodule form dl dt,
  .cms-evolis .category-description.nomobile .marqueemodule form dl dd label,
  .cms-magicard .category-description.nomobile .marqueemodule form dl dt,
  .cms-magicard .category-description.nomobile .marqueemodule form dl dd label,
  .cms-datacard .category-description.nomobile .marqueemodule form dl dt,
  .cms-datacard .category-description.nomobile .marqueemodule form dl dd label,
  .cms-landing-ppc .category-description.nomobile .marqueemodule form dl dt,
  .cms-landing-ppc .category-description.nomobile .marqueemodule form dl dd label {
    float: left;
    display: inline;
    font-size: 16px;
    color: #636363;
    cursor: pointer;
  }
  /* line 2580, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule form dl dt,
  .cms-zebra-printers .category-description.nomobile .marqueemodule form dl dt,
  .cms-evolis .category-description.nomobile .marqueemodule form dl dt,
  .cms-magicard .category-description.nomobile .marqueemodule form dl dt,
  .cms-datacard .category-description.nomobile .marqueemodule form dl dt,
  .cms-landing-ppc .category-description.nomobile .marqueemodule form dl dt {
    margin: 0 8px 0 0;
  }
  /* line 2585, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule form dl dd label,
  .cms-zebra-printers .category-description.nomobile .marqueemodule form dl dd label,
  .cms-evolis .category-description.nomobile .marqueemodule form dl dd label,
  .cms-magicard .category-description.nomobile .marqueemodule form dl dd label,
  .cms-datacard .category-description.nomobile .marqueemodule form dl dd label,
  .cms-landing-ppc .category-description.nomobile .marqueemodule form dl dd label {
    font-size: 14px;
  }
  /* line 2590, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule form a,
  .cms-zebra-printers .category-description.nomobile .marqueemodule form a,
  .cms-evolis .category-description.nomobile .marqueemodule form a,
  .cms-magicard .category-description.nomobile .marqueemodule form a,
  .cms-datacard .category-description.nomobile .marqueemodule form a,
  .cms-landing-ppc .category-description.nomobile .marqueemodule form a {
    background: #636363;
    border: 1px solid #636363;
    float: right;
    margin-top: -40px;
    margin-right: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 2599, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule form a:hover,
  .cms-zebra-printers .category-description.nomobile .marqueemodule form a:hover,
  .cms-evolis .category-description.nomobile .marqueemodule form a:hover,
  .cms-magicard .category-description.nomobile .marqueemodule form a:hover,
  .cms-datacard .category-description.nomobile .marqueemodule form a:hover,
  .cms-landing-ppc .category-description.nomobile .marqueemodule form a:hover {
    text-decoration: none;
    background: #17b5ee;
    border: 1px solid #17b5ee;
  }
  /* line 2606, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule .marqueemodule-phone,
  .cms-zebra-printers .category-description.nomobile .marqueemodule .marqueemodule-phone,
  .cms-evolis .category-description.nomobile .marqueemodule .marqueemodule-phone,
  .cms-magicard .category-description.nomobile .marqueemodule .marqueemodule-phone,
  .cms-datacard .category-description.nomobile .marqueemodule .marqueemodule-phone,
  .cms-landing-ppc .category-description.nomobile .marqueemodule .marqueemodule-phone {
    float: left;
    width: 188px;
    border-top: 1px solid #e8e8e8;
    padding-top: 5px;
    margin-top: 12px;
    margin-left: 1px;
  }
  /* line 2614, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule .marqueemodule-phone .kmPhoneNumber,
  .cms-zebra-printers .category-description.nomobile .marqueemodule .marqueemodule-phone .kmPhoneNumber,
  .cms-evolis .category-description.nomobile .marqueemodule .marqueemodule-phone .kmPhoneNumber,
  .cms-magicard .category-description.nomobile .marqueemodule .marqueemodule-phone .kmPhoneNumber,
  .cms-datacard .category-description.nomobile .marqueemodule .marqueemodule-phone .kmPhoneNumber,
  .cms-landing-ppc .category-description.nomobile .marqueemodule .marqueemodule-phone .kmPhoneNumber {
    color: #901f18;
    font-weight: bold;
    font-size: 20px;
    padding-left: 23px;
    background: url(../images/icons/icon_phone_large.png) 0 5px no-repeat;
    background-size: 20px 20px;
    border: none;
    letter-spacing: 0;
    margin: 0 auto;
  }
  /* line 2625, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule .marqueemodule-phone p,
  .cms-zebra-printers .category-description.nomobile .marqueemodule .marqueemodule-phone p,
  .cms-evolis .category-description.nomobile .marqueemodule .marqueemodule-phone p,
  .cms-magicard .category-description.nomobile .marqueemodule .marqueemodule-phone p,
  .cms-datacard .category-description.nomobile .marqueemodule .marqueemodule-phone p,
  .cms-landing-ppc .category-description.nomobile .marqueemodule .marqueemodule-phone p {
    font-size: 13px;
    position: relative;
    width: 100%;
  }
  /* line 2630, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule .marqueemodule-phone p:before,
  .cms-zebra-printers .category-description.nomobile .marqueemodule .marqueemodule-phone p:before,
  .cms-evolis .category-description.nomobile .marqueemodule .marqueemodule-phone p:before,
  .cms-magicard .category-description.nomobile .marqueemodule .marqueemodule-phone p:before,
  .cms-datacard .category-description.nomobile .marqueemodule .marqueemodule-phone p:before,
  .cms-landing-ppc .category-description.nomobile .marqueemodule .marqueemodule-phone p:before {
    content: "";
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    display: inline-block;
    height: 1px;
    position: absolute;
    top: 49%;
    left: 0;
    z-index: 1;
  }
  /* line 2641, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule .marqueemodule-phone p span,
  .cms-zebra-printers .category-description.nomobile .marqueemodule .marqueemodule-phone p span,
  .cms-evolis .category-description.nomobile .marqueemodule .marqueemodule-phone p span,
  .cms-magicard .category-description.nomobile .marqueemodule .marqueemodule-phone p span,
  .cms-datacard .category-description.nomobile .marqueemodule .marqueemodule-phone p span,
  .cms-landing-ppc .category-description.nomobile .marqueemodule .marqueemodule-phone p span {
    padding: 0 6%;
    z-index: 2;
    background-color: #fff;
    position: relative;
  }
  /* line 2651, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueeSelectorForm,
  .cms-zebra-printers .category-description.nomobile .marqueeSelectorForm,
  .cms-evolis .category-description.nomobile .marqueeSelectorForm,
  .cms-magicard .category-description.nomobile .marqueeSelectorForm,
  .cms-datacard .category-description.nomobile .marqueeSelectorForm,
  .cms-landing-ppc .category-description.nomobile .marqueeSelectorForm {
    width: 368px;
    height: 234px;
    position: absolute;
    bottom: 0;
    right: 20px;
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/ppcMarqueeLogo-Fargo.png) 100% 86% no-repeat;
    background-size: 209px 46px;
    padding-right: 12px;
  }
  /* line 2661, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueeSelectorForm .questionWrap,
  .cms-zebra-printers .category-description.nomobile .marqueeSelectorForm .questionWrap,
  .cms-evolis .category-description.nomobile .marqueeSelectorForm .questionWrap,
  .cms-magicard .category-description.nomobile .marqueeSelectorForm .questionWrap,
  .cms-datacard .category-description.nomobile .marqueeSelectorForm .questionWrap,
  .cms-landing-ppc .category-description.nomobile .marqueeSelectorForm .questionWrap {
    display: block;
    float: right;
    margin-bottom: 3px;
  }
  /* line 2666, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueeSelectorForm .questionWrap label,
  .cms-fargo .category-description.nomobile .marqueeSelectorForm .questionWrap select,
  .cms-zebra-printers .category-description.nomobile .marqueeSelectorForm .questionWrap label,
  .cms-zebra-printers .category-description.nomobile .marqueeSelectorForm .questionWrap select,
  .cms-evolis .category-description.nomobile .marqueeSelectorForm .questionWrap label,
  .cms-evolis .category-description.nomobile .marqueeSelectorForm .questionWrap select,
  .cms-magicard .category-description.nomobile .marqueeSelectorForm .questionWrap label,
  .cms-magicard .category-description.nomobile .marqueeSelectorForm .questionWrap select,
  .cms-datacard .category-description.nomobile .marqueeSelectorForm .questionWrap label,
  .cms-datacard .category-description.nomobile .marqueeSelectorForm .questionWrap select,
  .cms-landing-ppc .category-description.nomobile .marqueeSelectorForm .questionWrap label,
  .cms-landing-ppc .category-description.nomobile .marqueeSelectorForm .questionWrap select {
    float: right;
  }
  /* line 2669, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueeSelectorForm .questionWrap label,
  .cms-zebra-printers .category-description.nomobile .marqueeSelectorForm .questionWrap label,
  .cms-evolis .category-description.nomobile .marqueeSelectorForm .questionWrap label,
  .cms-magicard .category-description.nomobile .marqueeSelectorForm .questionWrap label,
  .cms-datacard .category-description.nomobile .marqueeSelectorForm .questionWrap label,
  .cms-landing-ppc .category-description.nomobile .marqueeSelectorForm .questionWrap label {
    font-size: 15px;
    margin-right: 7px;
    color: #636363;
  }
  /* line 2674, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueeSelectorForm .questionWrap select,
  .cms-zebra-printers .category-description.nomobile .marqueeSelectorForm .questionWrap select,
  .cms-evolis .category-description.nomobile .marqueeSelectorForm .questionWrap select,
  .cms-magicard .category-description.nomobile .marqueeSelectorForm .questionWrap select,
  .cms-datacard .category-description.nomobile .marqueeSelectorForm .questionWrap select,
  .cms-landing-ppc .category-description.nomobile .marqueeSelectorForm .questionWrap select {
    width: 145px;
  }
  /* line 2678, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueeSelectorForm .selectorSubmit,
  .cms-zebra-printers .category-description.nomobile .marqueeSelectorForm .selectorSubmit,
  .cms-evolis .category-description.nomobile .marqueeSelectorForm .selectorSubmit,
  .cms-magicard .category-description.nomobile .marqueeSelectorForm .selectorSubmit,
  .cms-datacard .category-description.nomobile .marqueeSelectorForm .selectorSubmit,
  .cms-landing-ppc .category-description.nomobile .marqueeSelectorForm .selectorSubmit {
    color: #ffffff;
    background: #901f18;
    border: 1px solid #901f18;
    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: 8px;
    text-transform: uppercase;
  }
  /* line 2691, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueeSelectorForm .selectorSubmit:hover,
  .cms-zebra-printers .category-description.nomobile .marqueeSelectorForm .selectorSubmit:hover,
  .cms-evolis .category-description.nomobile .marqueeSelectorForm .selectorSubmit:hover,
  .cms-magicard .category-description.nomobile .marqueeSelectorForm .selectorSubmit:hover,
  .cms-datacard .category-description.nomobile .marqueeSelectorForm .selectorSubmit:hover,
  .cms-landing-ppc .category-description.nomobile .marqueeSelectorForm .selectorSubmit:hover {
    background: #17b5ee;
    border: 1px solid #17b5ee;
  }
  /* line 2699, ../scss/module/_cms.scss */
  .cms-fargo #tierOneTopProducts,
  .cms-zebra-printers #tierOneTopProducts,
  .cms-evolis #tierOneTopProducts,
  .cms-magicard #tierOneTopProducts,
  .cms-datacard #tierOneTopProducts,
  .cms-landing-ppc #tierOneTopProducts {
    padding-top: 60px;
  }
  /* line 2702, ../scss/module/_cms.scss */
  .cms-fargo #tierOneTopProducts h3,
  .cms-zebra-printers #tierOneTopProducts h3,
  .cms-evolis #tierOneTopProducts h3,
  .cms-magicard #tierOneTopProducts h3,
  .cms-datacard #tierOneTopProducts h3,
  .cms-landing-ppc #tierOneTopProducts h3 {
    width: 553px;
  }
  /* line 2713, ../scss/module/_cms.scss */
  .cms-fargo #tierOneTopProducts .topProductsContent .category-products .products-grid li .product-info .price-box .priceRow span,
  .cms-fargo #tierOneTopProducts .topProductsContent .category-products .products-grid li .attribute-list li,
  .cms-zebra-printers #tierOneTopProducts .topProductsContent .category-products .products-grid li .product-info .price-box .priceRow span,
  .cms-zebra-printers #tierOneTopProducts .topProductsContent .category-products .products-grid li .attribute-list li,
  .cms-evolis #tierOneTopProducts .topProductsContent .category-products .products-grid li .product-info .price-box .priceRow span,
  .cms-evolis #tierOneTopProducts .topProductsContent .category-products .products-grid li .attribute-list li,
  .cms-magicard #tierOneTopProducts .topProductsContent .category-products .products-grid li .product-info .price-box .priceRow span,
  .cms-magicard #tierOneTopProducts .topProductsContent .category-products .products-grid li .attribute-list li,
  .cms-datacard #tierOneTopProducts .topProductsContent .category-products .products-grid li .product-info .price-box .priceRow span,
  .cms-datacard #tierOneTopProducts .topProductsContent .category-products .products-grid li .attribute-list li,
  .cms-landing-ppc #tierOneTopProducts .topProductsContent .category-products .products-grid li .product-info .price-box .priceRow span,
  .cms-landing-ppc #tierOneTopProducts .topProductsContent .category-products .products-grid li .attribute-list li {
    font-style: normal;
  }
  /* line 2716, ../scss/module/_cms.scss */
  .cms-fargo #tierOneTopProducts .topProductsContent .category-products .products-grid li .ppcNoMapLink,
  .cms-zebra-printers #tierOneTopProducts .topProductsContent .category-products .products-grid li .ppcNoMapLink,
  .cms-evolis #tierOneTopProducts .topProductsContent .category-products .products-grid li .ppcNoMapLink,
  .cms-magicard #tierOneTopProducts .topProductsContent .category-products .products-grid li .ppcNoMapLink,
  .cms-datacard #tierOneTopProducts .topProductsContent .category-products .products-grid li .ppcNoMapLink,
  .cms-landing-ppc #tierOneTopProducts .topProductsContent .category-products .products-grid li .ppcNoMapLink {
    color: #901f18;
    font-weight: bold;
    font-style: normal;
  }
  /* line 2721, ../scss/module/_cms.scss */
  .cms-fargo #tierOneTopProducts .topProductsContent .category-products .products-grid li .attribute-list li,
  .cms-zebra-printers #tierOneTopProducts .topProductsContent .category-products .products-grid li .attribute-list li,
  .cms-evolis #tierOneTopProducts .topProductsContent .category-products .products-grid li .attribute-list li,
  .cms-magicard #tierOneTopProducts .topProductsContent .category-products .products-grid li .attribute-list li,
  .cms-datacard #tierOneTopProducts .topProductsContent .category-products .products-grid li .attribute-list li,
  .cms-landing-ppc #tierOneTopProducts .topProductsContent .category-products .products-grid li .attribute-list li {
    font-family: "Helvetica Neue", Arial, sans-serif;
  }
  /* line 2731, ../scss/module/_cms.scss */
  .cms-fargo div[class*="ppcSupplyFinderTool-"],
  .cms-zebra-printers div[class*="ppcSupplyFinderTool-"],
  .cms-evolis div[class*="ppcSupplyFinderTool-"],
  .cms-magicard div[class*="ppcSupplyFinderTool-"],
  .cms-datacard div[class*="ppcSupplyFinderTool-"],
  .cms-landing-ppc div[class*="ppcSupplyFinderTool-"] {
    padding-top: 95px;
  }
  /* line 2734, ../scss/module/_cms.scss */
  .cms-fargo div[class*="ppcSupplyFinderTool-"]:before,
  .cms-zebra-printers div[class*="ppcSupplyFinderTool-"]:before,
  .cms-evolis div[class*="ppcSupplyFinderTool-"]:before,
  .cms-magicard div[class*="ppcSupplyFinderTool-"]:before,
  .cms-datacard div[class*="ppcSupplyFinderTool-"]:before,
  .cms-landing-ppc div[class*="ppcSupplyFinderTool-"]:before {
    border-right: 86px solid transparent;
    border-left: 86px solid transparent;
    border-bottom: none;
    border-top: 56px solid #ffffff;
  }
  /* line 2740, ../scss/module/_cms.scss */
  .cms-fargo div[class*="ppcSupplyFinderTool-"] img,
  .cms-zebra-printers div[class*="ppcSupplyFinderTool-"] img,
  .cms-evolis div[class*="ppcSupplyFinderTool-"] img,
  .cms-magicard div[class*="ppcSupplyFinderTool-"] img,
  .cms-datacard div[class*="ppcSupplyFinderTool-"] img,
  .cms-landing-ppc div[class*="ppcSupplyFinderTool-"] img {
    max-width: 365px;
  }
  /* line 2743, ../scss/module/_cms.scss */
  .cms-fargo div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
  .cms-zebra-printers div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
  .cms-evolis div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
  .cms-magicard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
  .cms-datacard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
  .cms-landing-ppc div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent {
    max-width: 380px;
    margin: 0 auto;
  }
  /* line 2747, ../scss/module/_cms.scss */
  .cms-fargo div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent h3,
  .cms-zebra-printers div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent h3,
  .cms-evolis div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent h3,
  .cms-magicard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent h3,
  .cms-datacard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent h3,
  .cms-landing-ppc div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #636363;
    font-size: 37px;
    text-transform: none;
    line-height: 38px;
  }
  /* line 2759, ../scss/module/_cms.scss */
  .cms-fargo #ppcBrandsWrapper #ppcBrands,
  .cms-zebra-printers #ppcBrandsWrapper #ppcBrands,
  .cms-evolis #ppcBrandsWrapper #ppcBrands,
  .cms-magicard #ppcBrandsWrapper #ppcBrands,
  .cms-datacard #ppcBrandsWrapper #ppcBrands,
  .cms-landing-ppc #ppcBrandsWrapper #ppcBrands {
    padding: 69px 0 119px 0;
    width: 95%;
  }
  /* line 2763, ../scss/module/_cms.scss */
  .cms-fargo #ppcBrandsWrapper #ppcBrands h3,
  .cms-zebra-printers #ppcBrandsWrapper #ppcBrands h3,
  .cms-evolis #ppcBrandsWrapper #ppcBrands h3,
  .cms-magicard #ppcBrandsWrapper #ppcBrands h3,
  .cms-datacard #ppcBrandsWrapper #ppcBrands h3,
  .cms-landing-ppc #ppcBrandsWrapper #ppcBrands h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #636363;
    font-size: 37px;
    letter-spacing: 5px;
    width: 524px;
    background-color: #fff;
    position: relative;
    z-index: 5;
    margin: 0 auto;
  }
  /* line 2775, ../scss/module/_cms.scss */
  .cms-fargo #ppcBrandsWrapper #ppcBrands #ppcBrandsInner,
  .cms-zebra-printers #ppcBrandsWrapper #ppcBrands #ppcBrandsInner,
  .cms-evolis #ppcBrandsWrapper #ppcBrands #ppcBrandsInner,
  .cms-magicard #ppcBrandsWrapper #ppcBrands #ppcBrandsInner,
  .cms-datacard #ppcBrandsWrapper #ppcBrands #ppcBrandsInner,
  .cms-landing-ppc #ppcBrandsWrapper #ppcBrands #ppcBrandsInner {
    margin-top: -26px;
    padding-top: 40px;
    border-top: 2px solid #f3f3f3;
  }
  /* line 2780, ../scss/module/_cms.scss */
  .cms-fargo #ppcBrandsWrapper #ppcBrands:after,
  .cms-zebra-printers #ppcBrandsWrapper #ppcBrands:after,
  .cms-evolis #ppcBrandsWrapper #ppcBrands:after,
  .cms-magicard #ppcBrandsWrapper #ppcBrands:after,
  .cms-datacard #ppcBrandsWrapper #ppcBrands:after,
  .cms-landing-ppc #ppcBrandsWrapper #ppcBrands:after {
    width: 448px;
    height: 52px;
    bottom: 49px;
    background-size: 851px 52px;
  }

  /* line 2798, ../scss/module/_cms.scss */
  .cms-zebra-printers .category-description.nomobile .marqueeSelectorForm {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/ppcMarqueeLogo-Zebra.png) 90% 86% no-repeat;
    background-size: 200px 70px;
  }

  /* line 2811, ../scss/module/_cms.scss */
  .cms-evolis .category-description.nomobile .marqueeSelectorForm {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/ppcMarqueeLogo-Evolis.png) 90% 86% no-repeat;
    background-size: 197px 55px;
  }

  /* line 2824, ../scss/module/_cms.scss */
  .cms-magicard .category-description.nomobile .marqueeSelectorForm {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/ppcMarqueeLogo-Magicard.png) 96% 86% no-repeat;
    background-size: 175px 80px;
  }
  /* line 2832, ../scss/module/_cms.scss */
  .cms-magicard #tierOneTopProducts h3 {
    width: 566px;
  }

  /* line 2843, ../scss/module/_cms.scss */
  .cms-datacard .category-description.nomobile .marqueeSelectorForm {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/ppcMarqueeLogo-Datacard.png) 98% 86% no-repeat;
    background-size: 206px 68px;
  }
  /* line 2851, ../scss/module/_cms.scss */
  .cms-datacard #tierOneTopProducts h3 {
    width: 566px;
  }

  /* line 2860, ../scss/module/_cms.scss */
  .cms-landing-ppc .category-description.nomobile {
    padding-right: 15px;
  }
  /* line 2863, ../scss/module/_cms.scss */
  .cms-landing-ppc .category-description.nomobile h1 {
    font-size: 41px;
    line-height: 41px;
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #636363;
    text-transform: inherit;
    float: right;
    text-align: right;
    margin-top: 24px;
  }
  /* line 2874, ../scss/module/_cms.scss */
  .cms-landing-ppc .category-description.nomobile .marqueeSelectorForm {
    width: 245px;
    height: 154px;
    bottom: 0;
    right: 15px;
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/home/Homepage-Marquee-Sliding-Printer.png) 0 100% no-repeat;
    background-size: 242px 104px;
    padding-right: 0;
  }
  /* line 2883, ../scss/module/_cms.scss */
  .cms-landing-ppc .category-description.nomobile .marqueeSelectorForm .questionWrap {
    display: none;
  }
  /* line 2886, ../scss/module/_cms.scss */
  .cms-landing-ppc .category-description.nomobile .marqueeSelectorForm .selectorSubmit {
    margin-top: 0;
  }
  /* line 2892, ../scss/module/_cms.scss */
  .cms-landing-ppc #tierOneProductCategories {
    padding-top: 30px;
  }
  /* line 2895, ../scss/module/_cms.scss */
  .cms-landing-ppc #tierOneProductCategories .itemContainer {
    margin-top: 0;
    border-top: 0;
  }
  /* line 2900, ../scss/module/_cms.scss */
  .cms-landing-ppc #tierOneHowToChoose {
    padding-top: 95px;
  }
  /* line 2903, ../scss/module/_cms.scss */
  .cms-landing-ppc #tierOneHowToChoose:before {
    border-right: 86px solid transparent;
    border-left: 86px solid transparent;
    border-bottom: none;
    border-top: 56px solid #ffffff;
  }
  /* line 2912, ../scss/module/_cms.scss */
  .cms-landing-ppc #ppcBrandsWrapper #ppcBrands {
    padding: 69px 0 119px 0;
    width: 95%;
  }
  /* line 2916, ../scss/module/_cms.scss */
  .cms-landing-ppc #ppcBrandsWrapper #ppcBrands: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 2923, ../scss/module/_cms.scss */
  .cms-landing-ppc #ppcBrandsWrapper #ppcBrands h3 {
    color: #ffffff;
    background-color: transparent;
    margin-bottom: 10px;
  }
  /* line 2928, ../scss/module/_cms.scss */
  .cms-landing-ppc #ppcBrandsWrapper #ppcBrands #ppcBrandsInner {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

  /* line 2942, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent h1 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #636363;
    font-size: 37px;
    text-transform: none;
    line-height: 38px;
  }
  /* line 2952, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent h3.alphacare-heading.standard {
    background-size: 201px auto;
  }
  /* line 2955, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent h3.alphacare-heading.plus {
    background-size: 201px auto;
  }

  /* line 2966, ../scss/module/_cms.scss */
  .cms-alphacard-cares-thank-you #catCmsContent h1 {
    font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 31px;
    text-transform: capitalize;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  /* line 2980, ../scss/module/_cms.scss */
  .cms-ac30 .breadcrumbs,
  .cms-care30 .breadcrumbs {
    display: none;
  }
  /* line 2985, ../scss/module/_cms.scss */
  .cms-ac30 #catCmsContent h1,
  .cms-care30 #catCmsContent h1 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 41px;
    line-height: 42px;
    font-weight: 200;
    color: #636363;
    display: inline-block;
    width: 100%;
    position: relative;
    text-transform: none;
  }
  /* line 2996, ../scss/module/_cms.scss */
  .cms-ac30 #catCmsContent h1:before,
  .cms-care30 #catCmsContent h1:before {
    content: "";
    border-bottom: 1px solid #f3f3f3;
    width: 95%;
    display: inline-block;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 2.5%;
    z-index: 1;
  }
  /* line 3007, ../scss/module/_cms.scss */
  .cms-ac30 #catCmsContent h1 span,
  .cms-care30 #catCmsContent h1 span {
    z-index: 2;
    background-color: #fff;
    position: relative;
  }
  /* line 3012, ../scss/module/_cms.scss */
  .cms-ac30 #catCmsContent h1 span.brand,
  .cms-care30 #catCmsContent h1 span.brand {
    position: static;
    background-color: transparent;
  }
  /* line 3016, ../scss/module/_cms.scss */
  .cms-ac30 #catCmsContent h1 span.reg,
  .cms-care30 #catCmsContent h1 span.reg {
    font-size: 14px;
    line-height: 26px;
    position: static;
    background-color: transparent;
  }
  /* line 3024, ../scss/module/_cms.scss */
  .cms-ac30 #catCmsContent p,
  .cms-care30 #catCmsContent p {
    margin: 0 auto;
  }
  /* line 3027, ../scss/module/_cms.scss */
  .cms-ac30 #catCmsContent .ac-form-list-wrap,
  .cms-care30 #catCmsContent .ac-form-list-wrap {
    max-width: 535px;
    margin: 0 auto;
  }
  /* line 3031, ../scss/module/_cms.scss */
  .cms-ac30 #catCmsContent .ac-form-list-wrap .ac-form-wrap,
  .cms-care30 #catCmsContent .ac-form-list-wrap .ac-form-wrap {
    float: left;
  }
  /* line 3034, ../scss/module/_cms.scss */
  .cms-ac30 #catCmsContent .ac-form-list-wrap .ac30-benefits-list,
  .cms-care30 #catCmsContent .ac-form-list-wrap .ac30-benefits-list {
    width: 45% !important;
    margin-left: 15px;
    float: left;
  }

  /* line 3044, ../scss/module/_cms.scss */
  .cms-ac30-success .breadcrumbs {
    display: none;
  }
  /* line 3049, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac30-logo {
    margin-bottom: 38px;
  }
  /* line 3052, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent h1 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 41px;
    line-height: 40px;
    font-weight: 200;
    color: #636363;
    display: block;
    width: 100%;
    position: relative;
    text-transform: none;
    margin: 0 auto;
  }
  /* line 3064, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent h1:before {
    content: "";
    border-bottom: 1px solid #f3f3f3;
    width: 95%;
    display: inline-block;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 2.5%;
    z-index: 1;
  }
  /* line 3075, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent h1 span {
    z-index: 2;
    background-color: #fff;
    position: relative;
    width: 460px;
    display: block;
    margin: 0 auto;
    padding: 0 2%;
  }
  /* line 3085, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap {
    max-width: 535px;
    margin: 0 auto;
  }
  /* line 3089, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .ac-form-wrap {
    float: left;
  }
  /* line 3092, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list {
    width: 38% !important;
    margin-left: 35px;
    float: left;
  }
  /* line 3097, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource {
    margin-bottom: 50px;
  }
  /* line 3100, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource div {
    float: none;
    width: auto;
  }
  /* line 3104, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource img {
    display: none;
  }
  /* line 3107, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource.shop-cards {
    margin-bottom: 40px;
  }
  /* line 3110, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource.shop-supplies {
    margin-bottom: 0;
  }
  /* line 3117, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource.shop-supplies h3 a:after {
    top: 28px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 3141, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent div.cmsGridItem {
    width: 66% !important;
  }

  /* line 3156, ../scss/module/_cms.scss */
  body[class*="cms-system-selector-"] #fnaWrapper #recommendations {
    max-width: 770px;
  }
  /* line 3159, ../scss/module/_cms.scss */
  body[class*="cms-system-selector-"] #fnaWrapper #recommendations .recModule {
    margin-left: 18px;
    margin-right: 0;
  }

  /* line 3173, ../scss/module/_cms.scss */
  .cms-fargo #tierOneHowToChoose,
  .cms-zebra-printers #tierOneHowToChoose,
  .cms-evolis #tierOneHowToChoose,
  .cms-magicard #tierOneHowToChoose,
  .cms-datacard #tierOneHowToChoose,
  .cms-landing-ppc #tierOneHowToChoose {
    padding-bottom: 80px;
  }
  /* line 3176, ../scss/module/_cms.scss */
  .cms-fargo #tierOneHowToChoose .howToChooseContent,
  .cms-zebra-printers #tierOneHowToChoose .howToChooseContent,
  .cms-evolis #tierOneHowToChoose .howToChooseContent,
  .cms-magicard #tierOneHowToChoose .howToChooseContent,
  .cms-datacard #tierOneHowToChoose .howToChooseContent,
  .cms-landing-ppc #tierOneHowToChoose .howToChooseContent {
    float: left;
    padding-right: 0;
  }
  /* line 3180, ../scss/module/_cms.scss */
  .cms-fargo #tierOneHowToChoose img,
  .cms-zebra-printers #tierOneHowToChoose img,
  .cms-evolis #tierOneHowToChoose img,
  .cms-magicard #tierOneHowToChoose img,
  .cms-datacard #tierOneHowToChoose img,
  .cms-landing-ppc #tierOneHowToChoose img {
    max-width: 336px;
  }
  /* line 3184, ../scss/module/_cms.scss */
  .cms-fargo div[class*="ppcSupplyFinderTool-"],
  .cms-zebra-printers div[class*="ppcSupplyFinderTool-"],
  .cms-evolis div[class*="ppcSupplyFinderTool-"],
  .cms-magicard div[class*="ppcSupplyFinderTool-"],
  .cms-datacard div[class*="ppcSupplyFinderTool-"],
  .cms-landing-ppc div[class*="ppcSupplyFinderTool-"] {
    padding-bottom: 60px;
  }
  /* line 3187, ../scss/module/_cms.scss */
  .cms-fargo div[class*="ppcSupplyFinderTool-"] img,
  .cms-zebra-printers div[class*="ppcSupplyFinderTool-"] img,
  .cms-evolis div[class*="ppcSupplyFinderTool-"] img,
  .cms-magicard div[class*="ppcSupplyFinderTool-"] img,
  .cms-datacard div[class*="ppcSupplyFinderTool-"] img,
  .cms-landing-ppc div[class*="ppcSupplyFinderTool-"] img {
    max-width: calc(100% - 450px);
    display: inline;
    margin-top: 34px;
  }
  /* line 3192, ../scss/module/_cms.scss */
  .cms-fargo div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
  .cms-zebra-printers div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
  .cms-evolis div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
  .cms-magicard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
  .cms-datacard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
  .cms-landing-ppc div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent {
    max-width: 365px;
    text-align: left;
    float: right;
  }
  /* line 3197, ../scss/module/_cms.scss */
  .cms-fargo div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator,
  .cms-zebra-printers div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator,
  .cms-evolis div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator,
  .cms-magicard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator,
  .cms-datacard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator,
  .cms-landing-ppc div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent #supplyLocator {
    padding: 0;
  }
  /* line 3206, ../scss/module/_cms.scss */
  .cms-fargo #ppcBrandsWrapper #ppcBrands,
  .cms-zebra-printers #ppcBrandsWrapper #ppcBrands,
  .cms-evolis #ppcBrandsWrapper #ppcBrands,
  .cms-magicard #ppcBrandsWrapper #ppcBrands,
  .cms-datacard #ppcBrandsWrapper #ppcBrands,
  .cms-landing-ppc #ppcBrandsWrapper #ppcBrands {
    padding-bottom: 153px;
  }
  /* line 3209, ../scss/module/_cms.scss */
  .cms-fargo #ppcBrandsWrapper #ppcBrands:after,
  .cms-zebra-printers #ppcBrandsWrapper #ppcBrands:after,
  .cms-evolis #ppcBrandsWrapper #ppcBrands:after,
  .cms-magicard #ppcBrandsWrapper #ppcBrands:after,
  .cms-datacard #ppcBrandsWrapper #ppcBrands:after,
  .cms-landing-ppc #ppcBrandsWrapper #ppcBrands:after {
    width: 718px;
    height: 52px;
    bottom: 72px;
    background-size: 851px 52px;
  }
  /* line 3223, ../scss/module/_cms.scss */
  .cms-fargo #tierOneExpertHelp .expertHelpInner .expertHelpContent p,
  .cms-zebra-printers #tierOneExpertHelp .expertHelpInner .expertHelpContent p,
  .cms-evolis #tierOneExpertHelp .expertHelpInner .expertHelpContent p,
  .cms-magicard #tierOneExpertHelp .expertHelpInner .expertHelpContent p,
  .cms-datacard #tierOneExpertHelp .expertHelpInner .expertHelpContent p,
  .cms-landing-ppc #tierOneExpertHelp .expertHelpInner .expertHelpContent p {
    font-size: 18px;
  }

  /* line 3236, ../scss/module/_cms.scss */
  .cms-landing-ppc .category-description.nomobile {
    background-position: 50% 0 !important;
  }
  /* line 3239, ../scss/module/_cms.scss */
  .cms-landing-ppc .category-description.nomobile h1 {
    width: 430px;
    margin-top: 36px;
    margin-right: 0;
    font-size: 42px;
    line-height: 40px;
  }
  /* line 3246, ../scss/module/_cms.scss */
  .cms-landing-ppc .category-description.nomobile h1 br {
    display: none;
  }
  /* line 3250, ../scss/module/_cms.scss */
  .cms-landing-ppc .category-description.nomobile .marqueeSelectorForm {
    width: 359px;
    height: 211px;
    background-size: 270px 122px;
    right: 14px;
  }
  /* line 3256, ../scss/module/_cms.scss */
  .cms-landing-ppc .category-description.nomobile .marqueeSelectorForm .questionWrap {
    display: block;
    float: right;
    margin-bottom: 3px;
  }
  /* line 3261, ../scss/module/_cms.scss */
  .cms-landing-ppc .category-description.nomobile .marqueeSelectorForm .selectorSubmit {
    margin-top: 10px;
  }
  /* line 3271, ../scss/module/_cms.scss */
  .cms-landing-ppc #tierOneProductCategories .itemContainer .item:nth-child(odd) {
    clear: none;
  }

  /* AlphaCare Guarantee */
  /* line 3284, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap {
    padding: 40px 0 65px 0;
    float: left;
  }
  /* line 3288, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap table {
    width: 100%;
    display: table;
  }
  /* line 3292, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap table th,
  .category-alphacare-guarantee #catCmsContent .table-wrap table td {
    font-size: 16px;
    width: 33%;
    line-height: 21px;
    border: 1px solid #dededf;
    padding: 1%;
  }
  /* line 3299, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap table th {
    font-weight: bold;
    color: #363636;
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 3306, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap table td {
    color: #636363;
  }
  /* line 3309, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap table th:nth-of-type(2),
  .category-alphacare-guarantee #catCmsContent .table-wrap table th:nth-of-type(3) {
    text-align: center;
  }
  /* line 3312, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap table .no-border-left {
    border-left: none;
  }
  /* line 3315, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap table .no-border-right {
    border-right: none;
  }
  /* line 3318, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap table th a span {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
  }
  /* line 3324, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap table th a span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #134063;
    border-right: none;
    top: 28%;
    right: -10px;
  }
  /* line 3338, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap table th a.mobile-hdr {
    display: block;
  }
  /* line 3341, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap table th a.desktop-hdr {
    display: none;
  }
  /* line 3344, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap table td.sub-label {
    font-size: 15px;
    font-style: italic;
    text-align: center;
  }
  /* line 3349, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap table td span.alphacare-feature-check {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/alphacare-feature-check.png) 0 0 no-repeat;
    height: 11px;
    width: 11px;
    display: block;
    margin: 0 auto;
  }
  /* line 3356, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap 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 3362, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap 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 3368, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap 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 3374, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap 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 3380, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap 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 3386, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap 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 3392, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap 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 3398, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap 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 3404, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap 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 3410, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap 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 3416, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap 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 3422, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap 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 3433, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent h3.alphacare-heading.standard {
    background-size: 241px auto;
  }
  /* line 3436, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent h3.alphacare-heading.plus {
    background-size: 322px auto;
    padding-top: 62px !important;
  }
  /* line 3443, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacard-detail-block img.inlineIcon {
    float: left;
  }
  /* line 3446, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacard-detail-block div {
    padding-left: 128px;
  }
  /* line 3449, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacard-detail-block div h3 {
    margin-top: 15px;
  }
  /* line 3455, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacard-detail-block.setup-assistance img.inlineIcon {
    margin-left: 14px !important;
  }
  /* line 3461, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacard-detail-block.quick-call-support img.inlineIcon {
    margin-left: 10px !important;
  }
  /* line 3467, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacard-detail-block.free-troubleshooting img.inlineIcon {
    margin-left: 24px !important;
  }
  /* line 3473, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacard-detail-block.warranty-service img.inlineIcon {
    margin-left: 3px !important;
  }
  /* line 3479, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacard-detail-block.priority-phone img.inlineIcon {
    margin-left: 27px !important;
  }
  /* line 3485, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacard-detail-block.free-annual-maintenance img.inlineIcon {
    margin-left: 6px !important;
  }
  /* line 3491, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacard-detail-block.vip-contacts img.inlineIcon {
    margin-left: 2px !important;
  }
  /* line 3497, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacard-detail-block.advanced-printer-config img.inlineIcon {
    margin-left: 6px !important;
  }

  /* line 3509, ../scss/module/_cms.scss */
  .category-accreditations #catCmsContent .accreditation-logo {
    width: 33% !important;
  }
  /* line 3512, ../scss/module/_cms.scss */
  .category-accreditations #catCmsContent .accreditation-logo:nth-child(even) {
    clear: none;
  }
  /* line 3515, ../scss/module/_cms.scss */
  .category-accreditations #catCmsContent .accreditation-logo img {
    width: 125px !important;
  }

  /* line 3524, ../scss/module/_cms.scss */
  .cms-ac30 #catCmsContent,
  .cms-care30 #catCmsContent {
    position: relative;
    padding-bottom: 122px;
  }
  /* line 3530, ../scss/module/_cms.scss */
  .cms-ac30 #catCmsContent h1 span,
  .cms-care30 #catCmsContent h1 span {
    padding: 0 2%;
  }
  /* line 3533, ../scss/module/_cms.scss */
  .cms-ac30 #catCmsContent h1 span.brand,
  .cms-care30 #catCmsContent h1 span.brand {
    padding: 0;
  }
  /* line 3536, ../scss/module/_cms.scss */
  .cms-ac30 #catCmsContent h1 span.reg,
  .cms-care30 #catCmsContent h1 span.reg {
    padding: 0;
  }
  /* line 3541, ../scss/module/_cms.scss */
  .cms-ac30 #catCmsContent .ac-form-list-wrap,
  .cms-care30 #catCmsContent .ac-form-list-wrap {
    max-width: 651px;
  }
  /* line 3544, ../scss/module/_cms.scss */
  .cms-ac30 #catCmsContent .ac-form-list-wrap .ac30-benefits-list,
  .cms-care30 #catCmsContent .ac-form-list-wrap .ac30-benefits-list {
    width: 53% !important;
    margin-left: 35px;
  }
  /* line 3548, ../scss/module/_cms.scss */
  .cms-ac30 #catCmsContent .ac-form-list-wrap .ac30-benefits-list li.plus,
  .cms-care30 #catCmsContent .ac-form-list-wrap .ac30-benefits-list li.plus {
    text-align: left;
    padding-left: 121px;
  }
  /* line 3554, ../scss/module/_cms.scss */
  .cms-ac30 #catCmsContent .accent-cards,
  .cms-care30 #catCmsContent .accent-cards {
    position: absolute;
    bottom: -76px;
    right: 36px;
  }

  /* line 3563, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent {
    padding-bottom: 60px;
  }
  /* line 3566, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap {
    position: relative;
    max-width: 640px;
    padding-left: 16px;
  }
  /* line 3571, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list {
    margin-left: 35px;
    width: 100% !important;
    max-width: 313px;
  }
  /* line 3578, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource div {
    float: left;
    width: 180px;
  }
  /* line 3582, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource img {
    width: 128px;
    display: inline;
  }
}
@media only screen and (min-width: 979px) {
  /* line 3606, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent {
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
  /* line 3610, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactInfo {
    width: 594px !important;
    margin: 0 auto;
    float: none;
    display: block;
  }
  /* line 3616, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactInfo div.cmsGridRow {
    float: none !important;
  }
  /* line 3619, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactInfo div.cmsGridRow div.cmsGridItem {
    width: 50% !important;
    max-width: 284px;
    margin: 0 13px 20px 0 !important;
    float: left !important;
  }
  /* line 3625, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactInfo div.cmsGridRow div.cmsGridItem.fax-row {
    clear: left;
  }
  /* line 3633, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactUsForm {
    clear: both;
    margin-top: 15px;
  }
  /* line 3637, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactUsForm form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 3646, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactUsForm form .form-list .field {
    float: left;
    width: 100%;
  }
  /* line 3650, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactUsForm form .form-list .field label,
  .category-contact-us #catCmsContent #contactUsForm form .form-list .field input {
    float: left;
  }
  /* line 3653, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactUsForm form .form-list .field label {
    text-align: right;
    width: 225px;
    font-size: 15px;
    color: #636363;
  }
  /* line 3659, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactUsForm form .form-list .field label.error {
    font-size: 15px;
    color: #df280a;
    margin-left: 144px;
  }
  /* line 3664, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactUsForm form .form-list .field input,
  .category-contact-us #catCmsContent #contactUsForm form .form-list .field textarea {
    width: 298px;
    margin-left: 10px;
  }
  /* line 3670, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactUsForm form .form-list .field .input-box.contact-pref {
    margin: 5px 0;
    width: 33%;
  }
  /* line 3675, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactUsForm form .form-list .field.contact-preference {
    width: 298px;
    margin-left: 235px;
  }
  /* line 3679, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactUsForm form .form-list .field.contact-preference label,
  .category-contact-us #catCmsContent #contactUsForm form .form-list .field.contact-preference input {
    width: auto;
  }
  /* line 3682, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactUsForm form .form-list .field.contact-preference input {
    margin-top: 4px;
    margin-right: 7px;
  }
  /* line 3689, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactUsForm form .buttons-set {
    margin-right: 68px;
  }

  /* line 3831, ../scss/module/_cms.scss */
  #catCmsContent div.cmsGridRow {
    float: none !important;
  }
  /* line 3834, ../scss/module/_cms.scss */
  #catCmsContent div.cmsGridRow div.cmsGridItem {
    width: 50% !important;
    max-width: 284px;
    margin: 0 13px 20px 0 !important;
    float: left !important;
  }

  /* line 3848, ../scss/module/_cms.scss */
  .category-why-shop-alphacard #catCmsContent div.cmsGridRow div.cmsGridItem {
    width: 100% !important;
    max-width: 100%;
    margin: 0 0 40px 0 !important;
  }

  /* line 3875, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile h1 span,
  .cms-zebra-printers .category-description.nomobile h1 span,
  .cms-evolis .category-description.nomobile h1 span,
  .cms-magicard .category-description.nomobile h1 span,
  .cms-datacard .category-description.nomobile h1 span,
  .cms-landing-ppc .category-description.nomobile h1 span {
    display: inline;
  }
  /* line 3881, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule h3,
  .cms-zebra-printers .category-description.nomobile .marqueemodule h3,
  .cms-evolis .category-description.nomobile .marqueemodule h3,
  .cms-magicard .category-description.nomobile .marqueemodule h3,
  .cms-datacard .category-description.nomobile .marqueemodule h3,
  .cms-landing-ppc .category-description.nomobile .marqueemodule h3 {
    margin-bottom: 5px;
    width: 212px !important;
    font-size: 19px;
  }
  /* line 3886, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule p,
  .cms-zebra-printers .category-description.nomobile .marqueemodule p,
  .cms-evolis .category-description.nomobile .marqueemodule p,
  .cms-magicard .category-description.nomobile .marqueemodule p,
  .cms-datacard .category-description.nomobile .marqueemodule p,
  .cms-landing-ppc .category-description.nomobile .marqueemodule p {
    text-align: left;
    width: 181px;
  }
  /* line 3890, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule form,
  .cms-zebra-printers .category-description.nomobile .marqueemodule form,
  .cms-evolis .category-description.nomobile .marqueemodule form,
  .cms-magicard .category-description.nomobile .marqueemodule form,
  .cms-datacard .category-description.nomobile .marqueemodule form,
  .cms-landing-ppc .category-description.nomobile .marqueemodule form {
    margin-top: 0;
    padding-left: 30px;
  }
  /* line 3894, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule form a,
  .cms-zebra-printers .category-description.nomobile .marqueemodule form a,
  .cms-evolis .category-description.nomobile .marqueemodule form a,
  .cms-magicard .category-description.nomobile .marqueemodule form a,
  .cms-datacard .category-description.nomobile .marqueemodule form a,
  .cms-landing-ppc .category-description.nomobile .marqueemodule form a {
    margin-right: 55px;
  }
  /* line 3898, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule .marqueemodule-phone,
  .cms-zebra-printers .category-description.nomobile .marqueemodule .marqueemodule-phone,
  .cms-evolis .category-description.nomobile .marqueemodule .marqueemodule-phone,
  .cms-magicard .category-description.nomobile .marqueemodule .marqueemodule-phone,
  .cms-datacard .category-description.nomobile .marqueemodule .marqueemodule-phone,
  .cms-landing-ppc .category-description.nomobile .marqueemodule .marqueemodule-phone {
    width: 216px;
    margin-left: 11px;
  }
  /* line 3902, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule .marqueemodule-phone .kmPhoneNumber,
  .cms-zebra-printers .category-description.nomobile .marqueemodule .marqueemodule-phone .kmPhoneNumber,
  .cms-evolis .category-description.nomobile .marqueemodule .marqueemodule-phone .kmPhoneNumber,
  .cms-magicard .category-description.nomobile .marqueemodule .marqueemodule-phone .kmPhoneNumber,
  .cms-datacard .category-description.nomobile .marqueemodule .marqueemodule-phone .kmPhoneNumber,
  .cms-landing-ppc .category-description.nomobile .marqueemodule .marqueemodule-phone .kmPhoneNumber {
    font-size: 26px;
    background-position: 0 12px;
  }
  /* line 3906, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule .marqueemodule-phone p,
  .cms-zebra-printers .category-description.nomobile .marqueemodule .marqueemodule-phone p,
  .cms-evolis .category-description.nomobile .marqueemodule .marqueemodule-phone p,
  .cms-magicard .category-description.nomobile .marqueemodule .marqueemodule-phone p,
  .cms-datacard .category-description.nomobile .marqueemodule .marqueemodule-phone p,
  .cms-landing-ppc .category-description.nomobile .marqueemodule .marqueemodule-phone p {
    text-align: center;
  }
  /* line 3916, ../scss/module/_cms.scss */
  .cms-fargo #tierOneHowToChoose .howToChooseContent,
  .cms-zebra-printers #tierOneHowToChoose .howToChooseContent,
  .cms-evolis #tierOneHowToChoose .howToChooseContent,
  .cms-magicard #tierOneHowToChoose .howToChooseContent,
  .cms-datacard #tierOneHowToChoose .howToChooseContent,
  .cms-landing-ppc #tierOneHowToChoose .howToChooseContent {
    background-image: none;
    background-color: #fff;
    min-height: 0;
    margin-top: 56px;
  }
  /* line 3922, ../scss/module/_cms.scss */
  .cms-fargo #tierOneHowToChoose img,
  .cms-zebra-printers #tierOneHowToChoose img,
  .cms-evolis #tierOneHowToChoose img,
  .cms-magicard #tierOneHowToChoose img,
  .cms-datacard #tierOneHowToChoose img,
  .cms-landing-ppc #tierOneHowToChoose img {
    display: inline;
    max-width: 530px;
    height: auto;
  }
  /* line 3930, ../scss/module/_cms.scss */
  .cms-fargo div[class*="ppcSupplyFinderTool-"] img,
  .cms-zebra-printers div[class*="ppcSupplyFinderTool-"] img,
  .cms-evolis div[class*="ppcSupplyFinderTool-"] img,
  .cms-magicard div[class*="ppcSupplyFinderTool-"] img,
  .cms-datacard div[class*="ppcSupplyFinderTool-"] img,
  .cms-landing-ppc div[class*="ppcSupplyFinderTool-"] img {
    display: none;
  }
  /* line 3933, ../scss/module/_cms.scss */
  .cms-fargo div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
  .cms-zebra-printers div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
  .cms-evolis div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
  .cms-magicard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
  .cms-datacard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
  .cms-landing-ppc div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent {
    max-width: 979px;
    min-height: 360px;
    text-align: left;
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/ppcSupplyFinderToolBg-Fargo.png) 0 27% no-repeat;
    background-size: 532px auto;
    margin: 0 auto;
    float: none;
  }
  /* line 3942, ../scss/module/_cms.scss */
  .cms-fargo div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent .supplyFinderToolCopy,
  .cms-zebra-printers div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent .supplyFinderToolCopy,
  .cms-evolis div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent .supplyFinderToolCopy,
  .cms-magicard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent .supplyFinderToolCopy,
  .cms-datacard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent .supplyFinderToolCopy,
  .cms-landing-ppc div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent .supplyFinderToolCopy {
    float: right;
    width: 330px;
    margin-top: 25px;
  }
  /* line 3955, ../scss/module/_cms.scss */
  .cms-fargo #ppcBrandsWrapper #ppcBrands p,
  .cms-zebra-printers #ppcBrandsWrapper #ppcBrands p,
  .cms-evolis #ppcBrandsWrapper #ppcBrands p,
  .cms-magicard #ppcBrandsWrapper #ppcBrands p,
  .cms-datacard #ppcBrandsWrapper #ppcBrands p,
  .cms-landing-ppc #ppcBrandsWrapper #ppcBrands p {
    width: 835px;
    margin: 0 auto 1.5em auto;
  }
  /* line 3959, ../scss/module/_cms.scss */
  .cms-fargo #ppcBrandsWrapper #ppcBrands:after,
  .cms-zebra-printers #ppcBrandsWrapper #ppcBrands:after,
  .cms-evolis #ppcBrandsWrapper #ppcBrands:after,
  .cms-magicard #ppcBrandsWrapper #ppcBrands:after,
  .cms-datacard #ppcBrandsWrapper #ppcBrands:after,
  .cms-landing-ppc #ppcBrandsWrapper #ppcBrands:after {
    width: 835px;
    height: 59px;
    bottom: 53px;
    background-size: 988px 59px;
  }

  /* line 3974, ../scss/module/_cms.scss */
  .cms-zebra-printers div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/ppcSupplyFinderToolBg-Zebra.png) 0 27% no-repeat;
    background-size: 532px auto;
  }

  /* line 3984, ../scss/module/_cms.scss */
  .cms-evolis div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/ppcSupplyFinderToolBg-Evolis.png) 0 27% no-repeat;
    background-size: 532px auto;
  }

  /* line 3994, ../scss/module/_cms.scss */
  .cms-magicard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/ppcSupplyFinderToolBg-Magicard.png) 0 27% no-repeat;
    background-size: 532px auto;
  }

  /* line 4004, ../scss/module/_cms.scss */
  .cms-datacard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent {
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/ppcSupplyFinderToolBg-Datacard.png) 0 27% no-repeat;
    background-size: 532px auto;
  }

  /* line 4016, ../scss/module/_cms.scss */
  .cms-landing-ppc .category-description.nomobile .marqueeSelectorForm {
    width: 425px;
  }
  /* line 4019, ../scss/module/_cms.scss */
  .cms-landing-ppc .category-description.nomobile .marqueeSelectorForm .questionWrap {
    width: 425px;
  }
  /* line 4027, ../scss/module/_cms.scss */
  .cms-landing-ppc #tierOneHowToChoose .howToChooseContent {
    background-color: #f3f3f3;
  }

  /* AlphaCare Guarantee */
  /* line 4043, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap table th a.mobile-hdr {
    display: none;
  }
  /* line 4046, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap table th a.desktop-hdr {
    display: block;
  }
  /* line 4049, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap table th a.desktop-hdr img {
    width: 80% !important;
  }
  /* line 4055, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap table th:nth-of-type(3) a.desktop-hdr img {
    width: 100% !important;
  }
  /* line 4064, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacare-block.plus {
    position: relative;
  }
  /* line 4067, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacare-block.plus .starburst {
    position: absolute;
    top: -53px;
    right: -33px;
    width: 205px !important;
    display: block !important;
  }
  /* line 4075, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacare-block h3.alphacare-heading {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 300 !important;
    color: #636363 !important;
    font-size: 37px !important;
    text-transform: capitalize !important;
    padding-top: 3px !important;
    padding-left: 252px !important;
    text-align: left !important;
  }
  /* line 4085, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacare-block h3.alphacare-heading.standard {
    background-position: 0 0;
  }
  /* line 4088, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacare-block h3.alphacare-heading.plus {
    background-position: 0 0;
    background-size: 315px auto;
    padding-left: 0 !important;
    margin-top: 8px;
    padding-top: 66px !important;
  }
  /* line 4095, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacare-block h3.alphacare-heading:before {
    content: "";
    display: block;
    width: 1px;
    height: 48px;
    background-color: #e8e8e8;
    float: left;
    margin-right: 13px;
  }
  /* line 4104, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacare-block h3.alphacare-heading.plus:before {
    display: none;
  }
  /* line 4108, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacare-block p.lead-in {
    width: 75% !important;
  }
  /* line 4115, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .extended-services h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 300 !important;
    color: #636363 !important;
    font-size: 37px !important;
    text-transform: capitalize !important;
  }
  /* line 4124, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .extended-services p.rate:before {
    width: 60%;
    left: 20%;
  }
  /* line 4129, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .extended-services ul {
    width: 85% !important;
  }

  /* line 4142, ../scss/module/_cms.scss */
  .category-career-center #catCmsContent #verticalTab .resp-tabs-list {
    display: block;
    width: 100%;
    padding-left: 0;
    position: relative;
  }
  /* line 4148, ../scss/module/_cms.scss */
  .category-career-center #catCmsContent #verticalTab .resp-tabs-list li {
    float: left;
    display: inline;
    width: 32%;
    max-width: 207px;
    height: 70px;
    background-color: #e8e8e8;
    margin-right: 6px;
    font-size: 21px;
    text-transform: uppercase;
    font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
    color: #636363;
    font-weight: bold;
    text-align: center;
    padding-top: 25px;
    margin-bottom: 6px;
    cursor: pointer;
  }
  /* line 4166, ../scss/module/_cms.scss */
  .category-career-center #catCmsContent #verticalTab .resp-tabs-list li:hover {
    background-color: #e4f0f8;
  }
  /* line 4169, ../scss/module/_cms.scss */
  .category-career-center #catCmsContent #verticalTab .resp-tabs-list li.resp-tab-active {
    font-size: 26px;
    color: #363636;
    background-color: #fafafa;
    margin-bottom: 0;
    height: 75px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  /* line 4179, ../scss/module/_cms.scss */
  .category-career-center #catCmsContent #verticalTab .resp-tabs-list li.resp-tab-active:hover {
    background-color: #fafafa;
  }
  /* line 4188, ../scss/module/_cms.scss */
  .category-career-center #catCmsContent #verticalTab .resp-tabs-container .resp-accordion {
    display: none;
  }
  /* line 4191, ../scss/module/_cms.scss */
  .category-career-center #catCmsContent #verticalTab .resp-tabs-container .resp-tab-content {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    /*background:url(/skin/frontend/alphacard/alphacard_theme_three/images/career-center-tabs-bg.gif) 0 0 repeat-x;*/
    background-color: #fafafa;
    margin-top: -2px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 20px;
  }
  /* line 4202, ../scss/module/_cms.scss */
  .category-career-center #catCmsContent #verticalTab .resp-tabs-container .resp-tab-content h3 {
    text-transform: none;
    letter-spacing: 0;
    border-top: none;
  }
  /* line 4207, ../scss/module/_cms.scss */
  .category-career-center #catCmsContent #verticalTab .resp-tabs-container .resp-tab-content h3:before {
    display: none;
  }

  /* line 4222, ../scss/module/_cms.scss */
  .category-newsletter #catCmsContent #mc_embed_signup img {
    margin-top: 20px !important;
    width: 35% !important;
  }
  /* line 4227, ../scss/module/_cms.scss */
  .category-newsletter #catCmsContent #mc-embedded-subscribe-form {
    max-width: 389px;
    float: left;
  }

  /* line 4247, ../scss/module/_cms.scss */
  .category-alphacard-cares #catCmsContent #acCaresForm #caresForm ul li .field.short,
  .category-alphacard-cares-about-school-safety #catCmsContent #acCaresForm #caresForm ul li .field.short {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  /* line 4252, ../scss/module/_cms.scss */
  .category-alphacard-cares #catCmsContent #acCaresForm #caresForm ul li .field.short.last,
  .category-alphacard-cares-about-school-safety #catCmsContent #acCaresForm #caresForm ul li .field.short.last {
    margin-right: 0;
  }

  /* line 4269, ../scss/module/_cms.scss */
  .category-accreditations #catCmsContent .accreditation-logo {
    width: 25% !important;
  }
  /* line 4272, ../scss/module/_cms.scss */
  .category-accreditations #catCmsContent .accreditation-logo:nth-child(5n + 1) {
    clear: left;
  }

  /* line 4283, ../scss/module/_cms.scss */
  .cms-ac30 #catCmsContent .ac-form-list-wrap,
  .cms-care30 #catCmsContent .ac-form-list-wrap {
    position: relative;
  }
  /* line 4286, ../scss/module/_cms.scss */
  .cms-ac30 #catCmsContent .ac-form-list-wrap .accent-arrow,
  .cms-care30 #catCmsContent .ac-form-list-wrap .accent-arrow {
    display: inline !important;
    position: absolute;
    top: -19px;
    left: -144px;
    max-width: 120px;
    height: auto;
  }
  /* line 4295, ../scss/module/_cms.scss */
  .cms-ac30 #catCmsContent .accent-cards,
  .cms-care30 #catCmsContent .accent-cards {
    right: 82px;
  }

  /* line 4305, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap {
    max-width: 774px;
    padding-left: 65px;
  }
  /* line 4309, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list {
    border-left: 1px solid #d3cdc8;
    max-width: 100%;
    width: 391px !important;
    padding-left: 42px;
  }
  /* line 4315, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource {
    overflow: hidden;
  }
  /* line 4318, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource h3 {
    letter-spacing: 0;
    line-height: 21px;
  }
  /* line 4322, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource h3:before {
    display: none;
  }
  /* line 4326, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource div {
    float: left;
    width: 210px;
  }
  /* line 4330, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource img {
    display: inline;
    float: right;
    width: 135px;
    height: auto;
    margin-top: 5px;
  }
  /* line 4337, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource.shop-cards {
    margin-bottom: 18px;
  }
  /* line 4344, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource.shop-supplies h3 a:after {
    top: 24px;
  }
  /* line 4348, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource.shop-supplies img {
    margin-bottom: 0;
  }
  /* line 4355, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .accent-arrow {
    display: inline;
    position: absolute;
    top: -19px;
    left: -84px;
    max-width: 120px;
    height: auto;
  }
  /* line 4363, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .accent-cards {
    display: inline;
    position: absolute;
    bottom: -446px;
    left: -62px;
    max-width: 221px;
    height: auto;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 4387, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactInfo {
    width: 100% !important;
  }
  /* line 4390, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactInfo .cmsGridRow {
    width: 891px !important;
    margin: 0 auto;
  }
  /* line 4394, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactInfo .cmsGridRow div.cmsGridItem {
    width: 33% !important;
    float: left !important;
  }
  /* line 4398, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactInfo .cmsGridRow div.cmsGridItem br {
    display: inline !important;
  }
  /* line 4401, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactInfo .cmsGridRow div.cmsGridItem.fax-row {
    clear: none;
  }
  /* line 4406, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactInfo .cmsGridRow div.cmsGridItem p span {
    display: inline !important;
  }
  /* line 4409, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactInfo .cmsGridRow div.cmsGridItem p#contact-us-grid-phone,
  .category-contact-us #catCmsContent #contactInfo .cmsGridRow div.cmsGridItem p#contact-us-grid-support {
    padding-left: 78px;
  }
  /* line 4412, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactInfo .cmsGridRow div.cmsGridItem p#contact-us-grid-email,
  .category-contact-us #catCmsContent #contactInfo .cmsGridRow div.cmsGridItem p#contact-us-grid-address {
    padding-left: 87px;
  }
  /* line 4415, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactInfo .cmsGridRow div.cmsGridItem p#contact-us-grid-email {
    /*br {
        display:none !important;
    }*/
  }
  /* line 4427, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactUsForm {
    margin-top: 30px;
  }
  /* line 4436, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactUsForm form .form-list .field input,
  .category-contact-us #catCmsContent #contactUsForm form .form-list .field textarea {
    width: 330px;
  }
  /* line 4441, ../scss/module/_cms.scss */
  .category-contact-us #catCmsContent #contactUsForm form .buttons-set {
    margin-right: 35px;
  }

  /* line 4454, ../scss/module/_cms.scss */
  .cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper {
    padding: 0;
  }

  /* line 4462, ../scss/module/_cms.scss */
  #catCmsContent .cmsGridRow {
    width: 891px !important;
    margin: 0 auto;
  }
  /* line 4466, ../scss/module/_cms.scss */
  #catCmsContent .cmsGridRow div.cmsGridItem {
    width: 33% !important;
    float: left !important;
  }

  /* line 4558, ../scss/module/_cms.scss */
  .cms-contact-us-thankyou .col1-layout .col-main #fnaWrapper {
    padding: 0;
  }

  /* line 4573, ../scss/module/_cms.scss */
  .cms-system-selector #system-selector-wrap {
    background-size: 652px auto;
    background-position: 90% 45px;
  }
  /* line 4577, ../scss/module/_cms.scss */
  .cms-system-selector #system-selector-wrap #form-wrap {
    max-width: 546px;
  }

  /* line 4600, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule form,
  .cms-zebra-printers .category-description.nomobile .marqueemodule form,
  .cms-evolis .category-description.nomobile .marqueemodule form,
  .cms-magicard .category-description.nomobile .marqueemodule form,
  .cms-datacard .category-description.nomobile .marqueemodule form,
  .cms-landing-ppc .category-description.nomobile .marqueemodule form {
    padding-left: 41px;
  }
  /* line 4603, ../scss/module/_cms.scss */
  .cms-fargo .category-description.nomobile .marqueemodule .marqueemodule-phone,
  .cms-zebra-printers .category-description.nomobile .marqueemodule .marqueemodule-phone,
  .cms-evolis .category-description.nomobile .marqueemodule .marqueemodule-phone,
  .cms-magicard .category-description.nomobile .marqueemodule .marqueemodule-phone,
  .cms-datacard .category-description.nomobile .marqueemodule .marqueemodule-phone,
  .cms-landing-ppc .category-description.nomobile .marqueemodule .marqueemodule-phone {
    margin-left: 23px;
  }
  /* line 4612, ../scss/module/_cms.scss */
  .cms-fargo #tierOneHowToChoose .howToChooseContent,
  .cms-zebra-printers #tierOneHowToChoose .howToChooseContent,
  .cms-evolis #tierOneHowToChoose .howToChooseContent,
  .cms-magicard #tierOneHowToChoose .howToChooseContent,
  .cms-datacard #tierOneHowToChoose .howToChooseContent,
  .cms-landing-ppc #tierOneHowToChoose .howToChooseContent {
    margin-left: 64px;
    padding-right: 0;
    margin-top: 89px;
  }
  /* line 4617, ../scss/module/_cms.scss */
  .cms-fargo #tierOneHowToChoose .howToChooseContent .howToChooseCopy,
  .cms-zebra-printers #tierOneHowToChoose .howToChooseContent .howToChooseCopy,
  .cms-evolis #tierOneHowToChoose .howToChooseContent .howToChooseCopy,
  .cms-magicard #tierOneHowToChoose .howToChooseContent .howToChooseCopy,
  .cms-datacard #tierOneHowToChoose .howToChooseContent .howToChooseCopy,
  .cms-landing-ppc #tierOneHowToChoose .howToChooseContent .howToChooseCopy {
    margin-right: 0;
  }
  /* line 4621, ../scss/module/_cms.scss */
  .cms-fargo #tierOneHowToChoose img,
  .cms-zebra-printers #tierOneHowToChoose img,
  .cms-evolis #tierOneHowToChoose img,
  .cms-magicard #tierOneHowToChoose img,
  .cms-datacard #tierOneHowToChoose img,
  .cms-landing-ppc #tierOneHowToChoose img {
    width: 680px;
    max-width: 100%;
    height: auto;
  }
  /* line 4629, ../scss/module/_cms.scss */
  .cms-fargo div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
  .cms-zebra-printers div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
  .cms-evolis div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
  .cms-magicard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
  .cms-datacard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent,
  .cms-landing-ppc div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent {
    max-width: 1280px;
    background-size: 604px auto;
    background-position: 12% 27%;
  }
  /* line 4634, ../scss/module/_cms.scss */
  .cms-fargo div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent .supplyFinderToolCopy,
  .cms-zebra-printers div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent .supplyFinderToolCopy,
  .cms-evolis div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent .supplyFinderToolCopy,
  .cms-magicard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent .supplyFinderToolCopy,
  .cms-datacard div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent .supplyFinderToolCopy,
  .cms-landing-ppc div[class*="ppcSupplyFinderTool-"] .supplyFinderToolContent .supplyFinderToolCopy {
    margin-right: 127px;
  }
  /* line 4641, ../scss/module/_cms.scss */
  .cms-fargo #ppcBrandsWrapper #ppcBrands,
  .cms-zebra-printers #ppcBrandsWrapper #ppcBrands,
  .cms-evolis #ppcBrandsWrapper #ppcBrands,
  .cms-magicard #ppcBrandsWrapper #ppcBrands,
  .cms-datacard #ppcBrandsWrapper #ppcBrands,
  .cms-landing-ppc #ppcBrandsWrapper #ppcBrands {
    width: 100%;
  }
  /* line 4644, ../scss/module/_cms.scss */
  .cms-fargo #ppcBrandsWrapper #ppcBrands:after,
  .cms-zebra-printers #ppcBrandsWrapper #ppcBrands:after,
  .cms-evolis #ppcBrandsWrapper #ppcBrands:after,
  .cms-magicard #ppcBrandsWrapper #ppcBrands:after,
  .cms-datacard #ppcBrandsWrapper #ppcBrands:after,
  .cms-landing-ppc #ppcBrandsWrapper #ppcBrands:after {
    width: 1184px;
    height: 72px;
    bottom: 57px;
    background-size: 1184px 72px;
  }

  /* line 4659, ../scss/module/_cms.scss */
  .cms-zebra-printers .ppcSupplyFinderTool-Zebra .supplyFinderToolContent {
    background-position: 12% 27% !important;
    background-size: 604px auto !important;
  }

  /* line 4671, ../scss/module/_cms.scss */
  .cms-landing-ppc .category-description.nomobile .marqueeSelectorForm {
    width: 472px;
  }
  /* line 4674, ../scss/module/_cms.scss */
  .cms-landing-ppc .category-description.nomobile .marqueeSelectorForm .questionWrap {
    width: 472px;
  }

  /* AlphaCare Guarantee */
  /* line 4694, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap table th a.desktop-hdr img {
    width: 66% !important;
  }
  /* line 4700, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .table-wrap table th:nth-of-type(3) a.desktop-hdr img {
    width: 90% !important;
  }
  /* line 4707, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacare-block.plus {
    padding-top: 46px;
  }
  /* line 4712, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacare-block.plus h3.alphacare-heading.plus {
    background-position: 0 -3px;
    padding-left: 331px !important;
    margin-top: 0;
    padding-top: 0 !important;
  }
  /* line 4718, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacare-block.plus h3.alphacare-heading.plus:before {
    display: block;
    background-color: #d7e0e3;
  }
  /* line 4724, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .alphacare-block.plus p.lead-in {
    width: 85% !important;
  }
  /* line 4730, ../scss/module/_cms.scss */
  .category-alphacare-guarantee #catCmsContent .extended-services ul {
    width: 59% !important;
  }

  /* line 4748, ../scss/module/_cms.scss */
  .category-career-center #catCmsContent #verticalTab .resp-tabs-container .resp-tab-content h3 {
    text-align: left;
  }
  /* line 4751, ../scss/module/_cms.scss */
  .category-career-center #catCmsContent #verticalTab .resp-tabs-container .resp-tab-content img {
    width: 55% !important;
    float: right;
    margin-top: -36px !important;
  }
  /* line 4758, ../scss/module/_cms.scss */
  .category-career-center #catCmsContent #verticalTab .resp-tabs-container .resp-tab-content.tab-2 p {
    clear: left;
  }
  /* line 4761, ../scss/module/_cms.scss */
  .category-career-center #catCmsContent #verticalTab .resp-tabs-container .resp-tab-content.tab-2 img {
    margin-top: -301px !important;
  }
  /* line 4767, ../scss/module/_cms.scss */
  .category-career-center #catCmsContent #verticalTab .resp-tabs-container .resp-tab-content.tab-3 img {
    margin-top: -269px !important;
  }
  /* line 4774, ../scss/module/_cms.scss */
  .category-career-center #catCmsContent #verticalTab .resp-tabs-container .resp-tab-content-active p {
    float: left;
    width: 45% !important;
  }

  /* line 4790, ../scss/module/_cms.scss */
  .category-newsletter #catCmsContent #mc_embed_signup img {
    max-width: 454px;
    margin-left: 35px !important;
    width: 100% !important;
  }

  /* line 4803, ../scss/module/_cms.scss */
  .category-our-story #catCmsContent img {
    width: 80% !important;
  }

  /* line 4812, ../scss/module/_cms.scss */
  .category-accreditations #catCmsContent .accreditation-logo {
    width: 20% !important;
  }
  /* line 4815, ../scss/module/_cms.scss */
  .category-accreditations #catCmsContent .accreditation-logo:nth-child(5n + 1) {
    clear: none;
  }
  /* line 4818, ../scss/module/_cms.scss */
  .category-accreditations #catCmsContent .accreditation-logo img {
    width: 140px !important;
  }

  /* line 4827, ../scss/module/_cms.scss */
  .cms-ac30 #catCmsContent,
  .cms-care30 #catCmsContent {
    padding-bottom: 87px;
  }
  /* line 4830, ../scss/module/_cms.scss */
  .cms-ac30 #catCmsContent .accent-cards,
  .cms-care30 #catCmsContent .accent-cards {
    right: 211px;
  }

  /* line 4840, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap {
    max-width: 866px;
    padding-left: 116px;
  }
  /* line 4844, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list {
    width: 425px !important;
  }
  /* line 4849, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .resource-list .resource img {
    width: 171px;
    margin-top: 0;
  }
  /* line 4856, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .accent-arrow {
    left: -30px;
  }
  /* line 4859, ../scss/module/_cms.scss */
  .cms-ac30-success #catCmsContent .ac-form-list-wrap .accent-cards {
    left: -13px;
  }
}
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
/* line 32, ../scss/module/_pricing_conditions.scss */
.price-box .minimal-price-link .label {
  color: #901f18;
  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 #cccccc;
  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 500, ../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 503, ../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 506, ../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: 2.22222%;
  }
  /* line 512, ../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: 2.22222%;
  }
  /* line 515, ../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: 2.22222%;
  }
  /* line 519, ../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 522, ../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 500, ../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 503, ../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 506, ../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: 2.22222%;
  }
  /* line 512, ../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: 2.22222%;
  }
  /* line 515, ../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: 2.22222%;
  }
  /* line 519, ../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 522, ../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 500, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  /* line 503, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n + 1) {
    clear: none;
  }
  /* line 506, ../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: 2.22222%;
  }
  /* line 512, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  /* line 515, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  /* line 519, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n + 1) {
    clear: left;
  }
  /* line 522, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  /* line 500, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  /* line 503, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n + 1) {
    clear: none;
  }
  /* line 506, ../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: 2.22222%;
  }
  /* line 512, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  /* line 515, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  /* line 519, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n + 1) {
    clear: left;
  }
  /* line 522, ../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 #cccccc;
  border-right: 1px solid #cccccc;
  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 #cccccc;
  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 #cccccc;
  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 5, ../scss/module/_learning-center.scss */
div.catCmsHeader,
#cmsFnaHeader,
#cmsSubCatHeader {
  width: 100% !important;
  height: 95px !important;
  background: #040a15 !important;
  background: -webkit-linear-gradient(left, #040a15, #627897) !important;
  background: linear-gradient(to right, #040a15, #627897) !important;
  padding: 0 !important;
}

/* line 12, ../scss/module/_learning-center.scss */
#cmsFnaHeader {
  display: none;
}

/* line 14, ../scss/module/_learning-center.scss */
div.catCmsHeader {
  padding-top: 0 !important;
  display: none;
}

/* line 18, ../scss/module/_learning-center.scss */
div.catCmsHeader h1,
#cmsFooterCallout,
.parentCategoryName,
#downloadGuide,
#stepTwoProductModuleWrap,
#productModuleDetails,
div.catCmsHeader img,
div.catCmsHeader p,
.cmsPageHighlightBlockTall,
.cmsPageHighlightBlockShort,
#cmsSubCatHeader img,
#cmsSubCatHeader h1,
#cmsFnaHeader img,
#catCmsContent #cmsFnaHeader,
#wayToUseIdCardsFooter,
#cmsFna .header,
#catCmsContent .grayBoxChecklist img,
#cmsFooterCallout-v2,
.topmargin20,
.topmargin10,
#ribbonLegend,
#customerLogos,
#industryBaseCopyTrigger,
#industrySystemRecommend,
#industrySystemRecommend + a,
.industryUsesGridItem .img-link,
#cmsFnaHeader h1,
#didYouKnowBox,
#cardTemplateGallery .cardTemplateGalleryRow .cardTemplateGalleryItem .previewCardTemplateTrigger,
#alphaCareFooter,
#testimonialMarquee,
#careerCenterTabShellNav,
#careerCenterTabShellNav,
#careerCenterTabShellWhoWeAre .careerCenterTestimonials {
  display: none !important;
}

/* line 21, ../scss/module/_learning-center.scss */
.iconItem div,
.iconItem p,
#catCmsContent h2,
.checklist-row,
.checklist-row h3,
.checklist-row div textarea,
.checklist-row div,
.catCmsContentCol,
.catCmsContentColItem,
.catWhatIsSystemRow,
.catWhatIsSystemItem,
.photoListItemH3,
.photoListItemH3 div,
.catCmsContentColItemLeft,
.catCmsContentColItemRight,
#cmsFna,
#cmsFna form dl,
#catCmsContent ul,
.iconListItem,
.iconListItem div,
.grayBoxChecklist,
div.ribbon-block,
#catCmsContent .rb-sub-block img,
#industryUsesGridWrapper,
#industryUsesGrid,
.industryUsesGridRow,
.industryUsesGridItem,
#aboutUsHomeLinks,
.aboutLinksModule,
#industryTemplateGalleryCopy,
#templateDownloadSteps,
#templateDownloadSteps h3,
#cardTemplateGallery,
#cardTemplateGallery .cardTemplateGalleryRow,
ul.brandGrid,
ul.brandCatGrid,
div.caseStudyBlockWrap,
.caseStudyBlock,
#glossaryWrapper,
#glossarySubHeader,
#glossaryContent,
div.glossaryColumn,
#contactInfo,
#catCmsContent .alphacard-detail-block,
#premiumServices,
#whyChooseTestimonials,
.custTestimonial,
#careerCenterCmsHeader,
#careerCenterTabShell,
#careerCenterTabShell .tabShellItem,
#careerCenterTabShellWhoWeAre p {
  width: 100% !important;
}

/* line 25, ../scss/module/_learning-center.scss */
div.cmsGridRow {
  width: 100% !important;
  height: auto !important;
}

/* line 29, ../scss/module/_learning-center.scss */
#aboutUsHomeLinks,
#glossaryWrapper,
#careerCenterCmsHeader {
  padding: 35px 5% 40px 5%;
  float: left !important;
  display: inline !important;
}

/* line 34, ../scss/module/_learning-center.scss */
div.cmsGridRow {
  background: none !important;
  height: auto !important;
}

/* line 38, ../scss/module/_learning-center.scss */
div.cmsGridItem,
div.cmsGridItem a {
  width: 100% !important;
}

/* line 41, ../scss/module/_learning-center.scss */
div.cmsGridItem {
  float: none !important;
  height: auto !important;
  margin: 0 auto 20px auto !important;
  display: block !important;
  background: none !important;
}

/* line 48, ../scss/module/_learning-center.scss */
div.cmsGridItem br {
  display: none !important;
}

/* line 51, ../scss/module/_learning-center.scss */
div.cmsGridItem a {
  height: auto !important;
  margin-bottom: 20px !important;
}

/* line 55, ../scss/module/_learning-center.scss */
div.cmsGridItem.last a {
  height: auto !important;
}

/* line 58, ../scss/module/_learning-center.scss */
div.cmsGridItem ul li {
  width: 100% !important;
}

/* line 61, ../scss/module/_learning-center.scss */
#catCmsContent h2,
.aboutLinksModule h2 a {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 21px;
  line-height: 26px;
  text-transform: none;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 6px;
  color: #363636;
  float: left;
}

/* line 72, ../scss/module/_learning-center.scss */
#catCmsContent h3 {
  margin-top: 40px;
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 30px;
  padding: 0;
  width: 100%;
  font-weight: 700;
  color: #363636;
  text-align: center;
  float: left;
}

/* line 83, ../scss/module/_learning-center.scss */
#catCmsContent h4 {
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #363636;
  font-weight: bold;
  margin: 20px 0 0 0;
  float: left;
  text-transform: none;
}

/* line 92, ../scss/module/_learning-center.scss */
#catCmsContent h4 + ul {
  margin-top: 5px;
}

/* line 95, ../scss/module/_learning-center.scss */
#catCmsContent ul + p {
  margin-top: 10px;
}

/* line 98, ../scss/module/_learning-center.scss */
div.cmsGridItem h2 {
  margin-left: 0 !important;
}

/* line 101, ../scss/module/_learning-center.scss */
#lc_what-is-a-photo-id-system {
  background-position: 100% 9px !important;
}

/* line 104, ../scss/module/_learning-center.scss */
#lc_ways-to-use-your-id-cards {
  background-position: 100% 13px !important;
}

/* line 107, ../scss/module/_learning-center.scss */
#lc_starting-an-id-card-program {
  background-position: 100% 15px !important;
}

/* line 110, ../scss/module/_learning-center.scss */
#lc_id-card-solutions {
  background-position: 100% 14px !important;
}

/* line 113, ../scss/module/_learning-center.scss */
#lc_id-printer-manufacturers {
  background-position: 100% 8px !important;
}

/* line 116, ../scss/module/_learning-center.scss */
#lc_id-case-studies {
  background-position: 100% 11px !important;
}

/* line 119, ../scss/module/_learning-center.scss */
#lc_glossary {
  background-position: 100% 4px !important;
}

/* line 122, ../scss/module/_learning-center.scss */
#lc_design-resources {
  background-position: 100% 5px !important;
}

/* line 125, ../scss/module/_learning-center.scss */
#lc_free-id-guides {
  background-position: 100% 10px !important;
}

/* line 128, ../scss/module/_learning-center.scss */
.catCmsIconList,
.iconItem {
  width: 100% !important;
}

/* line 131, ../scss/module/_learning-center.scss */
.iconItem {
  padding-left: 0 !important;
}

/* line 134, ../scss/module/_learning-center.scss */
.iconItem img {
  width: 22% !important;
  height: 22% !important;
}

/* line 138, ../scss/module/_learning-center.scss */
#catCmsContent img,
#catCmsContent img.float-left,
#catCmsContent img.float-right {
  width: 48%;
  height: auto;
  margin: 20px auto;
  display: block;
}

/* line 144, ../scss/module/_learning-center.scss */
#catCmsContent img.float-left {
  margin-right: 20px !important;
}

/* line 147, ../scss/module/_learning-center.scss */
#catCmsContent img.float-right {
  margin-left: 20px !important;
}

/* line 150, ../scss/module/_learning-center.scss */
#catCmsContent img {
  width: 100%;
}

/* line 153, ../scss/module/_learning-center.scss */
#catCmsContent p {
  width: 100% !important;
  line-height: 23px;
  color: #636363;
  margin-bottom: 10px;
  float: left;
}
/* line 159, ../scss/module/_learning-center.scss */
#catCmsContent p strong {
  color: #363636;
}

/* line 161, ../scss/module/_learning-center.scss */
a.toNextStepBtn {
  margin-right: 0 !important;
}

/* line 164, ../scss/module/_learning-center.scss */
#catCmsContent a.toNextStepBtn img {
  width: 100% !important;
}

/* line 169, ../scss/module/_learning-center.scss */
#catCmsContent .alphacard-detail-block {
  float: left;
  display: inline;
  margin-bottom: 7px;
  padding-left: 102px;
  /*&.setup-assistance {
    background: url(/skin/frontend/alphacard/alphacard_theme_two/images/cms_pages/detail-block-img-setup-assistance.gif) 24px 21px no-repeat;
  }
  &.quick-call-support {
    background: url(/skin/frontend/alphacard/alphacard_theme_two/images/cms_pages/detail-block-img-quick-call-support.gif) 36px 23px no-repeat;
  }
  &.free-troubleshooting {
    background: url(/skin/frontend/alphacard/alphacard_theme_two/images/cms_pages/detail-block-img-free-troubleshooting.gif) 30px 23px no-repeat;
  }
  &.warranty-service {
    background: url(/skin/frontend/alphacard/alphacard_theme_two/images/cms_pages/detail-block-img-warranty-service.gif) 27px 20px no-repeat;
  }
  &.repair-facilitation {
    background: url(/skin/frontend/alphacard/alphacard_theme_two/images/cms_pages/detail-block-img-repair-facilitation.gif) 27px 21px no-repeat;
  }
  &.return-protection {
    background: url(/skin/frontend/alphacard/alphacard_theme_two/images/cms_pages/detail-block-img-return-protection.gif) 27px 21px no-repeat;
  }*/
}
/* line 175, ../scss/module/_learning-center.scss */
#catCmsContent .alphacard-detail-block h3 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  text-transform: none;
  font-weight: bold;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 184, ../scss/module/_learning-center.scss */
#catCmsContent .alphacard-detail-block p {
  padding: 0;
}

/* line 207, ../scss/module/_learning-center.scss */
.checklist-row div {
  margin-left: 0 !important;
  margin-top: 15px !important;
}

/* line 211, ../scss/module/_learning-center.scss */
.checklist-row label {
  font-size: 16px !important;
}

/* line 214, ../scss/module/_learning-center.scss */
.catCmsContentCol {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 218, ../scss/module/_learning-center.scss */
.catCmsContentColItem {
  float: left !important;
  height: auto !important;
}

/* line 222, ../scss/module/_learning-center.scss */
.catCmsContentColItem p.catCmsDescription.photo-identification,
.catCmsContentColItem p.catCmsDescription.passes-tickets,
.catCmsContentColItem p.catCmsDescription.key-tag,
.catCmsContentColItem p.catCmsDescription.holiday-cards,
.catCmsContentColItem p.catCmsDescription.event-cards,
.catCmsContentColItem p.catCmsDescription.cashless-payment {
  height: auto !important;
}

/* line 225, ../scss/module/_learning-center.scss */
.catWhatIsSystemItem {
  margin: 40px 0 0 0 !important;
  padding-top: 83px !important;
  background-position: 50% 0 !important;
}

/* line 230, ../scss/module/_learning-center.scss */
.catWhatIsSystemItem p {
  line-height: 21px !important;
  font-family: Helvetica, Arial, sans-serif !important;
}

/* line 234, ../scss/module/_learning-center.scss */
.photoListItemH3 div {
  padding-left: 0 !important;
}

/* line 237, ../scss/module/_learning-center.scss */
#catCmsContent .photoListItemH3 img {
  float: none !important;
  display: block !important;
  width: 65% !important;
  margin: 0 auto !important;
}

/* line 243, ../scss/module/_learning-center.scss */
#catCmsContent .iconItem img {
  float: none !important;
  display: block;
  margin: 0 auto 17px !important;
}

/* line 248, ../scss/module/_learning-center.scss */
.iconItem div {
  padding-left: 0 !important;
}

/* line 251, ../scss/module/_learning-center.scss */
#catCmsContent .catCmsContentColItemRight img,
#catCmsContent .catCmsContentColItemLeft img {
  width: 60% !important;
  display: block !important;
  margin: 20px auto 10px auto !important;
}

/* line 256, ../scss/module/_learning-center.scss */
#cmsFna {
  padding: 12px 0 26px 0;
  position: relative;
  height: 305px;
  background: #ebf1f6 url(/skin/frontend/alphacard/alphacard_theme_three/images/mobileBlockBaseGradientBg.gif) 0 100% repeat-x;
  margin-bottom: 0 !important;
  margin-top: 35px;
}

/* line 264, ../scss/module/_learning-center.scss */
#cmsFna p.question {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding-left: 10px;
  margin-bottom: 15px;
}

/* line 271, ../scss/module/_learning-center.scss */
#cmsFna form {
  display: block;
  width: 250px;
  margin: 0 auto;
}

/* line 276, ../scss/module/_learning-center.scss */
#cmsFna form dl,
#cmsFna form dt,
#cmsFna form dd {
  float: left;
}

/* line 279, ../scss/module/_learning-center.scss */
#cmsFna form dl {
  margin-bottom: 15px;
}

/* line 282, ../scss/module/_learning-center.scss */
#cmsFna form dd {
  width: 91px;
  margin-left: 4px;
}

/* line 286, ../scss/module/_learning-center.scss */
.cmsFnaCard {
  width: 147px;
  margin: 0 auto;
  display: block;
}

/* line 291, ../scss/module/_learning-center.scss */
#catCmsContent .cmsFnaCard img {
  width: auto !important;
  height: initial !important;
  margin: 0 !important;
}

/* line 296, ../scss/module/_learning-center.scss */
#submitBtn {
  position: absolute;
  bottom: 43px;
  left: 0 !important;
  right: 0 !important;
  display: block;
  margin: 0 auto 0 auto;
  padding: 0 28px 0 28px;
  height: 24px;
  line-height: 22px;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  border: 1px solid #c73626;
  border-top: 1px solid #c73626;
  border-bottom: 1px solid #c73626;
  background-color: #c73626;
  background: #c73626;
  -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: 2px 2px 2px -1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.5);
  outline: 0;
  behavior: url(/js/PIE.htc);
  cursor: pointer;
  width: 56%;
  text-align: center;
}

/* line 330, ../scss/module/_learning-center.scss */
.iconListItem div {
  padding-left: 0;
}

/* line 333, ../scss/module/_learning-center.scss */
#catCmsContent .iconListItem img {
  display: block !important;
  float: none !important;
  margin: 0 auto !important;
}

/* line 338, ../scss/module/_learning-center.scss */
#catCmsContent .iconListItem div ul li {
  line-height: 30px !important;
}

/* line 341, ../scss/module/_learning-center.scss */
#catCmsContent .iconListItem div a {
  font-size: 16px !important;
}

/* line 344, ../scss/module/_learning-center.scss */
#catCmsContent .catCmsContentCol div img {
  float: none !important;
  display: block !important;
  margin: 20px auto !important;
  width: 48% !important;
}

/* line 350, ../scss/module/_learning-center.scss */
.grayBoxChecklist {
  margin: 20px auto !important;
  float: none !important;
  display: block !important;
}

/* line 355, ../scss/module/_learning-center.scss */
div.ribbon-block {
  margin-left: 0 !important;
}

/* line 358, ../scss/module/_learning-center.scss */
#industryResourcesBlock {
  margin-top: 20px;
}

/* line 361, ../scss/module/_learning-center.scss */
.resource-link {
  margin-bottom: 20px;
}

/* line 364, ../scss/module/_learning-center.scss */
#customerList ul {
  list-style-type: disc !important;
}

/* line 367, ../scss/module/_learning-center.scss */
.industryUsesGridRow,
.industryUsesGridItem,
#industryLearnMore,
#aboutUsHomeLinks,
.aboutLinksModule {
  height: auto !important;
}

/* line 370, ../scss/module/_learning-center.scss */
.industryUsesGridItem,
#industryLearnMore p {
  margin-top: 20px;
}

/* line 373, ../scss/module/_learning-center.scss */
#industryLearnMore ul {
  list-style-type: disc;
}

/* line 376, ../scss/module/_learning-center.scss */
#industryLearnMore ul li {
  margin-bottom: 5px !important;
}

/* line 379, ../scss/module/_learning-center.scss */
#aboutUsHomeLinks {
  background: none !important;
}

/* line 382, ../scss/module/_learning-center.scss */
#aboutUsHomeLinks ul {
  padding-left: 7% !important;
  margin-top: 5px !important;
}

/* line 386, ../scss/module/_learning-center.scss */
#aboutUsHomeLinks ul li {
  font-size: 16px;
}

/* line 389, ../scss/module/_learning-center.scss */
.printerSupport h2,
.printerSupport ul,
.softwareSupport h2,
.softwareSupport ul,
.suppliesSupport h2,
.suppliesSupport ul {
  margin: 0 !important;
}

/* line 392, ../scss/module/_learning-center.scss */
.img-float-right,
.img-float-left {
  float: none !important;
}

/* line 395, ../scss/module/_learning-center.scss */
#toAllDesignsLink {
  padding: 0 !important;
  background: none !important;
}

/* line 399, ../scss/module/_learning-center.scss */
#two-columns-left-cms-fna #toAllDesignsLink p {
  line-height: 18px !important;
}

/* line 402, ../scss/module/_learning-center.scss */
#catCmsContent #designHelpLinkedList {
  padding-left: 0 !important;
}

/* line 405, ../scss/module/_learning-center.scss */
#templateDownloadSteps {
  margin-top: 0 !important;
}

/* line 408, ../scss/module/_learning-center.scss */
#templateDownloadSteps ol {
  margin-left: 6% !important;
}

/* line 411, ../scss/module/_learning-center.scss */
#templateDownloadSteps ol li {
  margin-left: 2% !important;
  font-size: 16px !important;
}

/* line 415, ../scss/module/_learning-center.scss */
#templateDownloadSteps h3 {
  padding-right: 11px !important;
  background-position: 100% 5px !important;
}

/* line 419, ../scss/module/_learning-center.scss */
#cardTemplateGallery .cardTemplateGalleryRow .cardTemplateGalleryItem {
  display: block !important;
  margin: 30px auto !important;
  float: none !important;
}

/* line 424, ../scss/module/_learning-center.scss */
#cardTemplateGallery .cardTemplateGalleryRow .cardTemplateGalleryItem a {
  display: block !important;
}

/* line 427, ../scss/module/_learning-center.scss */
#cardTemplateGallery .cardTemplateGalleryRow .cardTemplateGalleryItem span,
#cardTemplateGallery .cardTemplateGalleryRow .cardTemplateGalleryItem a {
  font-size: 16px;
}

/* line 430, ../scss/module/_learning-center.scss */
#catCmsContent ul.brandGrid,
#catCmsContent ul.brandCatGrid {
  padding-left: 0 !important;
}

/* line 433, ../scss/module/_learning-center.scss */
#catCmsContent ul.brandGrid li,
#catCmsContent ul.brandCatGrid li {
  width: 185px;
  display: block !important;
  float: none !important;
  margin: 0 auto !important;
}

/* line 439, ../scss/module/_learning-center.scss */
#catCmsContent ul.brandCatGrid li a {
  line-height: 21px !important;
  color: #636363 !important;
}

/* line 443, ../scss/module/_learning-center.scss */
#catCmsContent ul.brandCatGrid li {
  margin-bottom: 100px !important;
}

/* line 446, ../scss/module/_learning-center.scss */
#catCmsContent .caseStudyBlock {
  padding-right: 0 !important;
}

/* line 449, ../scss/module/_learning-center.scss */
#catCmsContent .caseStudyBlock img {
  width: auto !important;
  float: none !important;
}

/* line 453, ../scss/module/_learning-center.scss */
.caseStudyBlock p {
  margin-left: 0 !important;
  line-height: 21px !important;
}

/* line 457, ../scss/module/_learning-center.scss */
#glossaryWrapper {
  margin-left: 0 !important;
}

/* line 460, ../scss/module/_learning-center.scss */
#subHeaderLinks {
  margin-bottom: 20px;
}

/* line 463, ../scss/module/_learning-center.scss */
#subHeaderLinks li {
  padding-right: 20px !important;
}

/* line 466, ../scss/module/_learning-center.scss */
#subHeaderLinks li a,
div.glossaryColumn ul li a {
  font-size: 16px !important;
}

/* line 469, ../scss/module/_learning-center.scss */
a.linkGroupHeader {
  font-size: 18px !important;
}

/* line 472, ../scss/module/_learning-center.scss */
#glossarySubHeader h2,
h2.aboutLinksHeader {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 475, ../scss/module/_learning-center.scss */
h2.aboutLinksHeader {
  color: #636363 !important;
  text-transform: none !important;
}

/* line 479, ../scss/module/_learning-center.scss */
h2.aboutLinksHeader {
  padding: 0 !important;
}

/* line 482, ../scss/module/_learning-center.scss */
.aboutLinksModule {
  margin-top: 40px;
}

/* line 485, ../scss/module/_learning-center.scss */
.aboutLinksModule span#contactModuleCopy,
.aboutLinksModule span#contactModulePhone,
.aboutLinksModule a#contactModuleChat {
  margin: 0 0 10px 0 !important;
  font-size: 16px !important;
}

/* line 489, ../scss/module/_learning-center.scss */
ul.aboutLinksList li a,
div.cmsGridItem p span,
.aboutLinksModule span.contactModuleCopy {
  font-size: 16px !important;
}

/* line 492, ../scss/module/_learning-center.scss */
div.cmsGridItem p span {
  display: block !important;
}

/* line 495, ../scss/module/_learning-center.scss */
#contact-us-grid-email a {
  display: block !important;
  margin-bottom: 5px !important;
}

/* line 499, ../scss/module/_learning-center.scss */
#contact-us-grid-support {
  height: auto !important;
}

/* line 502, ../scss/module/_learning-center.scss */
#catCmsContent .alphacard-detail-block,
#premiumServices,
.aboutLinksModule span.contactModuleCopy {
  margin-left: 0 !important;
}

/* line 505, ../scss/module/_learning-center.scss */
.aboutLinksModule span.contactModuleCopy {
  line-height: 21px !important;
}

/* line 508, ../scss/module/_learning-center.scss */
.aboutLinksModule span.contactModuleCopy a {
  display: block;
  margin-top: 10px;
}

/* line 512, ../scss/module/_learning-center.scss */
#catCmsContent .alphacard-detail-block ul li {
  line-height: 21px !important;
  margin-bottom: 5px !important;
}

/* line 516, ../scss/module/_learning-center.scss */
#catCmsContent .alphacard-detail-block.your-id-experts {
  background-position: 17px 18px !important;
}

/* line 519, ../scss/module/_learning-center.scss */
#catCmsContent .alphacard-detail-block.guarantee-your-satisfaction {
  background-position: 6px 18px !important;
}

/* line 522, ../scss/module/_learning-center.scss */
#catCmsContent .alphacard-detail-block.easy-shopping-fair-prices {
  background-position: 17px 22px !important;
}

/* line 525, ../scss/module/_learning-center.scss */
#catCmsContent .alphacard-detail-block.lifetime-alphacare-support {
  background-position: 18px 22px !important;
}

/* line 528, ../scss/module/_learning-center.scss */
#whyChooseTestimonials {
  margin-top: 0;
  float: left;
  min-height: 350px;
  position: relative;
}

/* line 534, ../scss/module/_learning-center.scss */
#careerCenterTabShellWhoWeAre .careerCenterTestimonials,
#careerCenterTabShell .tabShellItem {
  position: static !important;
}

/* line 537, ../scss/module/_learning-center.scss */
.custTestimonial {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 542, ../scss/module/_learning-center.scss */
.custTestimonial p {
  font-size: 16px !important;
  padding: 0 !important;
  font-style: italic;
}
/* line 547, ../scss/module/_learning-center.scss */
.custTestimonial span {
  margin: 20px 0 0 0 !important;
  font-size: 16px !important;
  font-style: italic;
  color: #636363;
}

/* line 554, ../scss/module/_learning-center.scss */
#catCmsContent ul.testmonialBrandsRow {
  padding-left: 0 !important;
}

/* line 557, ../scss/module/_learning-center.scss */
ul.testmonialBrandsRow li {
  margin: 0 auto !important;
  float: none !important;
  display: block !important;
}

/* line 562, ../scss/module/_learning-center.scss */
#catCmsContent ul.testmonialBrandsRow li img {
  width: auto !important;
}

/* line 565, ../scss/module/_learning-center.scss */
#careerCenterTabShell #careerCenterTabShellWhoWeAre {
  background: none !important;
}

/* line 568, ../scss/module/_learning-center.scss */
#careerCenterTabShellWhoWeAre h1,
#careerCenterTabShellOurCulture h1,
#careerCenterTabShellThePerks h1,
#careerCenterTabShellWhoWeAre p,
#careerCenterTabShellOurCulture p,
#careerCenterTabShellThePerks p {
  margin: 0 !important;
}

/* line 571, ../scss/module/_learning-center.scss */
#careerCenterTabShellWhoWeAre p {
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  color: #363636 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

/* line 577, ../scss/module/_learning-center.scss */
#careerCenterCmsHeader {
  margin-bottom: 20px !important;
}

/* line 580, ../scss/module/_learning-center.scss */
#careerCenterCmsHeader,
#careerCenterTabShell,
#careerCenterTabShell .tabShellItem {
  height: auto !important;
}

/* line 583, ../scss/module/_learning-center.scss */
#careerCenterCmsHeader h1,
h1.careerCenterH1 {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 21px !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  text-rendering: optimizeLegibility !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  color: #363636 !important;
  text-shadow: none !important;
  margin-bottom: 0.7em !important;
}

/* line 595, ../scss/module/_learning-center.scss */
.catalogsearch-term-popular .tags-list {
  margin-top: 67px;
  padding: 14px 5% 0 5%;
}

/* line 599, ../scss/module/_learning-center.scss */
.pager-no-toolbar {
  margin-top: 67px;
  padding-left: 5%;
}

/* line 603, ../scss/module/_learning-center.scss */
.page-sitemap .links a {
  color: #fff !important;
}

/* line 606, ../scss/module/_learning-center.scss */
.page-sitemap ul li {
  margin-bottom: 10px !important;
}

/* line 609, ../scss/module/_learning-center.scss */
.page-sitemap ul li a,
.catalogsearch-term-popular .tags-list li a {
  font-size: 16px !important;
}

/* line 612, ../scss/module/_learning-center.scss */
.catalogsearch-term-popular .tags-list li {
  float: none !important;
  height: auto !important;
  margin-bottom: 10px !important;
}

/* line 617, ../scss/module/_learning-center.scss */
.suppress-for-mobile {
  display: none;
}

@media only screen and (min-width: 979px) {
  /* line 625, ../scss/module/_learning-center.scss */
  #catCmsContent h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 37px;
    font-weight: 200;
    letter-spacing: 5px;
    color: #636363;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    margin-top: 65px;
  }
  /* line 638, ../scss/module/_learning-center.scss */
  #catCmsContent h3:before {
    content: "";
    border-bottom: 1px solid #f3f3f3;
    width: 95%;
    display: inline-block;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 2.5%;
    z-index: 1;
  }
  /* line 649, ../scss/module/_learning-center.scss */
  #catCmsContent h3 span {
    padding: 0 5%;
    z-index: 2;
    background-color: #fff;
    position: relative;
  }
  /* line 658, ../scss/module/_learning-center.scss */
  #catCmsContent .alphacare-block h3.alphacare-heading {
    letter-spacing: 0;
  }
  /* line 661, ../scss/module/_learning-center.scss */
  #catCmsContent .alphacare-block h3.alphacare-heading:before {
    position: static;
  }
  /* line 668, ../scss/module/_learning-center.scss */
  #catCmsContent .alphacard-detail-block h3 {
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-transform: none;
    letter-spacing: 0;
    color: #363636;
  }
  /* line 674, ../scss/module/_learning-center.scss */
  #catCmsContent .alphacard-detail-block h3:before {
    display: none;
  }
  /* line 683, ../scss/module/_learning-center.scss */
  #catCmsContent .extended-services h3:before {
    display: none;
  }
  /* line 689, ../scss/module/_learning-center.scss */
  #catCmsContent .custTestimonial {
    padding-left: 80px;
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/testimonialsTopQuote.png) 0 0 no-repeat;
  }
  /* line 693, ../scss/module/_learning-center.scss */
  #catCmsContent .custTestimonial div {
    padding-right: 70px;
    padding-top: 15px;
    background: url(/skin/frontend/alphacard/alphacard_theme_three/images/testimonialsBottomQuote.png) 100% 48% no-repeat;
    float: right;
  }
  /* line 699, ../scss/module/_learning-center.scss */
  #catCmsContent .custTestimonial div p {
    width: 100% !important;
  }
  /* line 702, ../scss/module/_learning-center.scss */
  #catCmsContent .custTestimonial div span.signature {
    float: right;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 714, ../scss/module/_learning-center.scss */
  .custTestimonial {
    width: 90% !important;
    left: 46px;
  }
}
/* line 2, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy {
  padding: 40px 4%;
}
/* line 3, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy:after {
  content: "";
  display: block;
  clear: both;
}
/* line 8, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy .copy-block {
  float: left;
  margin-bottom: 50px;
}
/* line 11, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy .copy-block div {
  float: left;
}
/* line 13, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy .copy-block div > div {
  float: none;
}
/* line 19, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy h2 {
  font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  color: #636363;
  font-size: 37px;
  text-transform: none;
}
/* line 26, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy h3 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 21px;
  line-height: 26px;
  text-transform: none;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 6px;
  color: #363636;
}
/* line 35, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy h3 + h4 {
  margin-top: 10px;
}
/* line 39, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy h4 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #636363;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
}
/* line 48, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy p {
  color: #636363;
  margin-bottom: 10px;
}
/* line 51, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy p + h2 {
  margin-top: 25px;
}
/* line 54, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy p a {
  text-decoration: underline;
}
/* line 58, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy ul {
  list-style-type: disc;
  padding-left: 17px;
}
/* line 61, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy ul li {
  line-height: 23px;
  margin-bottom: 5px;
  color: #636363;
}
/* line 66, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy ul + p {
  margin-top: 10px;
}
/* line 69, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy ul.item-list {
  list-style: none;
  margin-top: 40px;
  padding-left: 0;
}
/* line 73, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy ul.item-list li {
  margin-bottom: 50px;
}
/* line 75, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy ul.item-list li a {
  display: block;
  padding-top: 160px;
  text-align: center;
  font-weight: bold;
}
/* line 80, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy ul.item-list li a.pro100 {
  background: url(../images/seo/seo-item-pro-100@1x.jpg) 50% 0/272px auto no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-pro-100@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-pro-100@2x.jpg) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-pro-100@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-pro-100@2x.jpg) 2x);
}
/* line 93, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy ul.item-list li a.dtc1250e {
  background: url(../images/seo/seo-item-dtc1250e@1x.jpg) 50% 0/272px auto no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-dtc1250e@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-dtc1250e@2x.jpg) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-dtc1250e@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-dtc1250e@2x.jpg) 2x);
}
/* line 106, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy ul.item-list li a.zc100 {
  background: url(../images/seo/seo-item-zc100@1x.jpg) 50% 0/272px auto no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-zc100@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-zc100@2x.jpg) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-zc100@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-zc100@2x.jpg) 2x);
}
/* line 119, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy ul.item-list li a.ss-card-maker {
  background: url(../images/seo/seo-item-single-sided-card-makers@1x.jpg) 50% 0/243px auto no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-single-sided-card-makers@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-single-sided-card-makers@2x.jpg) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-single-sided-card-makers@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-single-sided-card-makers@2x.jpg) 2x);
}
/* line 132, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy ul.item-list li a.ds-card-maker {
  background: url(../images/seo/seo-item-dual-sided-card-makers@1x.jpg) 50% 0/243px auto no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-dual-sided-card-makers@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-dual-sided-card-makers@2x.jpg) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-dual-sided-card-makers@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-dual-sided-card-makers@2x.jpg) 2x);
}
/* line 145, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy ul.item-list li a.lam-card-maker {
  background: url(../images/seo/seo-item-laminating-card-makers@1x.jpg) 50% 0/243px auto no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-laminating-card-makers@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-laminating-card-makers@2x.jpg) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-laminating-card-makers@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-laminating-card-makers@2x.jpg) 2x);
}
/* line 158, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy ul.item-list li a.rt-card-maker {
  background: url(../images/seo/seo-item-reverse-transfer-card-makers@1x.jpg) 50% 0/243px auto no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-reverse-transfer-card-makers@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-reverse-transfer-card-makers@2x.jpg) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-reverse-transfer-card-makers@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-reverse-transfer-card-makers@2x.jpg) 2x);
}
/* line 171, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy ul.item-list li a.os-card-maker {
  background: url(../images/seo/seo-item-oversized-card-makers@1x.jpg) 50% 0/200px auto no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-oversized-card-makers@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-oversized-card-makers@2x.jpg) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-oversized-card-makers@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-oversized-card-makers@2x.jpg) 2x);
}
/* line 184, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy ul.item-list li a.brand-card-maker {
  background: url(../images/seo/seo-item-card-makers-by-manufacturer@1x.jpg) 50% 0/243px auto no-repeat;
  background-image: -webkit-image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-card-makers-by-manufacturer@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-card-makers-by-manufacturer@2x.jpg) 2x);
  background-image: image-set(url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-card-makers-by-manufacturer@1x.jpg) 1x, url(/skin/frontend/alphacard/alphacard_theme_three/images/seo/seo-item-card-makers-by-manufacturer@2x.jpg) 2x);
}
@media only screen and (min-width: 979px) {
  /* line 200, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy ul.item-list li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 207, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy ul.item-list li {
    width: 29%;
    margin-right: 46px;
  }
  /* line 210, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy ul.item-list li:nth-child(3n) {
    margin-right: 0;
  }
  /* line 213, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy ul.item-list li a {
    text-align: left;
  }
}
/* line 220, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy ul.item-list.common-printers li a {
  padding-top: 142px;
}
/* line 222, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy ul.item-list.common-printers li a.os-card-maker {
  padding-top: 212px;
}
@media only screen and (min-width: 979px) {
  /* line 226, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy ul.item-list.common-printers li a.brand-card-maker {
    padding-top: 212px;
    background-position: 50% 65px;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 234, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy ul.item-list.common-printers li {
    margin-bottom: 30px;
  }
  /* line 236, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy ul.item-list.common-printers li a {
    text-align: center;
  }
  /* line 238, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy ul.item-list.common-printers li a.rt-card-maker,
  .seo-top-content .seo-main-copy ul.item-list.common-printers li a.os-card-maker,
  .seo-top-content .seo-main-copy ul.item-list.common-printers li a.brand-card-maker {
    padding-top: 203px;
  }
  /* line 243, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy ul.item-list.common-printers li a.rt-card-maker {
    background-position: 50% 65px;
  }
}
/* line 252, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy .image-block {
  width: 100%;
  max-width: 260px;
  margin: 40px auto;
  text-align: center;
}
/* line 257, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy .image-block img {
  display: block;
  margin: 0 auto 20px;
}
/* line 262, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy .image-block div h4 {
  line-height: 13px;
  margin-top: 0;
  margin-bottom: 7px;
}
/* line 269, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy .main-copy-float-left,
.seo-top-content .seo-main-copy .main-copy-no-float {
  width: 100%;
  max-width: 330px;
  margin: 20px auto;
}
/* line 275, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy .main-copy-no-float {
  max-width: 294px;
  margin: 40px auto;
}
/* line 278, ../scss/module/_seo.scss */
.seo-top-content .seo-main-copy .main-copy-no-float.medium,
.seo-top-content .seo-main-copy .main-copy-no-float.large {
  display: none;
}
@media only screen and (min-width: 979px) {
  /* line 284, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy .copy-block {
    margin-bottom: 60px;
  }
  /* line 287, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy .main-copy-float-left {
    float: left;
    margin: 0;
    max-width: 220px;
  }
  /* line 293, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy .main-copy-no-float.small {
    display: none;
  }
  /* line 296, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy .main-copy-no-float.medium {
    display: block;
    max-width: 440px;
  }
  /* line 302, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy.image-template p {
    padding-left: 235px;
  }
  /* line 304, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy.image-template p.no-indent {
    padding-left: 0;
  }
  /* line 310, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy.image-template.id-card-sizes p,
  .seo-top-content .seo-main-copy.image-template.floating-copy p {
    padding-left: 0;
  }
  /* line 315, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy.image-template.floating-copy .main-copy-float-left {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 322, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy .main-copy-float-left {
    max-width: 363px;
  }
  /* line 326, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy .main-copy-no-float.medium {
    display: none;
  }
  /* line 329, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy .main-copy-no-float.large {
    display: block;
    max-width: 812px;
  }
  /* line 335, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy.image-template p {
    padding-left: 385px;
  }
}
/* line 341, ../scss/module/_seo.scss */
.seo-top-content .icon-block {
  margin-top: 60px;
}
/* line 343, ../scss/module/_seo.scss */
.seo-top-content .icon-block img {
  width: 100%;
  max-width: 103px;
  display: block;
  margin: 0 auto;
}
/* line 350, ../scss/module/_seo.scss */
.seo-top-content .icon-block.image-icon img {
  max-width: 151px;
}
/* line 355, ../scss/module/_seo.scss */
.seo-top-content .icon-block div h3 {
  margin-top: 0;
}
@media only screen and (min-width: 479px) {
  /* line 361, ../scss/module/_seo.scss */
  .seo-top-content .icon-block {
    margin-top: 25px;
  }
  /* line 363, ../scss/module/_seo.scss */
  .seo-top-content .icon-block img {
    margin-top: 5px;
    float: left;
  }
  /* line 367, ../scss/module/_seo.scss */
  .seo-top-content .icon-block div {
    padding-left: 125px;
  }
  /* line 371, ../scss/module/_seo.scss */
  .seo-top-content .icon-block.image-icon div {
    padding-left: 180px;
  }
}
/* line 377, ../scss/module/_seo.scss */
.seo-top-content .seo-right-sidebar {
  width: 100%;
  max-width: 338px;
  margin: 40px auto 20px;
  padding: 0 4%;
}
/* line 383, ../scss/module/_seo.scss */
.seo-top-content .seo-right-sidebar .sidebar__inner .needs-callout {
  width: 100%;
  height: 350px;
  background: #f4f4f4;
  text-align: center;
  padding-top: 40px;
}
/* line 389, ../scss/module/_seo.scss */
.seo-top-content .seo-right-sidebar .sidebar__inner .needs-callout h4 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  line-height: 27px;
  font-weight: bold;
  color: #363636;
  text-transform: none;
}
/* line 397, ../scss/module/_seo.scss */
.seo-top-content .seo-right-sidebar .sidebar__inner .needs-callout p {
  color: #636363;
}
/* line 400, ../scss/module/_seo.scss */
.seo-top-content .seo-right-sidebar .sidebar__inner .needs-callout form {
  width: 100%;
  max-width: 230px;
  margin: 15px auto 0;
}
/* line 404, ../scss/module/_seo.scss */
.seo-top-content .seo-right-sidebar .sidebar__inner .needs-callout form select {
  width: 100%;
  margin-bottom: 10px;
}
/* line 407, ../scss/module/_seo.scss */
.seo-top-content .seo-right-sidebar .sidebar__inner .needs-callout form select + select {
  margin-left: 0;
}
/* line 412, ../scss/module/_seo.scss */
.seo-top-content .seo-right-sidebar .sidebar__inner .needs-callout form dl dt,
.seo-top-content .seo-right-sidebar .sidebar__inner .needs-callout form dl dd label {
  float: left;
  display: inline;
  font-size: 16px;
  color: #636363;
  cursor: pointer;
}
/* line 420, ../scss/module/_seo.scss */
.seo-top-content .seo-right-sidebar .sidebar__inner .needs-callout form dl dt {
  margin: 2px 14px 0 0;
}
/* line 423, ../scss/module/_seo.scss */
.seo-top-content .seo-right-sidebar .sidebar__inner .needs-callout form dl:after {
  content: "";
  display: block;
  clear: both;
}
/* line 429, ../scss/module/_seo.scss */
.seo-top-content .seo-right-sidebar .sidebar__inner .needs-callout form button,
.seo-top-content .seo-right-sidebar .sidebar__inner .needs-callout form .button {
  color: #ffffff;
  background: #901f18;
  border: 1px solid #901f18;
  font-family: "Helvetica Neue", Arial, sans-serif;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* line 442, ../scss/module/_seo.scss */
.seo-top-content .seo-right-sidebar .sidebar__inner .needs-callout form button:hover,
.seo-top-content .seo-right-sidebar .sidebar__inner .needs-callout form .button:hover {
  background-color: #17b5ee;
  border-color: #17b5ee;
}
/* line 449, ../scss/module/_seo.scss */
.seo-top-content .seo-right-sidebar .sidebar__inner .contact-us {
  width: 100%;
  margin-top: 10px;
}
/* line 452, ../scss/module/_seo.scss */
.seo-top-content .seo-right-sidebar .sidebar__inner .contact-us .contact-us-inner {
  min-height: 147px;
  background: #fff url(../images/cart/cart_help_bg.png) no-repeat left bottom;
  background-size: 216px auto;
}
/* line 456, ../scss/module/_seo.scss */
.seo-top-content .seo-right-sidebar .sidebar__inner .contact-us .contact-us-inner .contact-us-content {
  padding: 23px 20px 0 0;
  text-align: right;
  float: right;
}
/* line 460, ../scss/module/_seo.scss */
.seo-top-content .seo-right-sidebar .sidebar__inner .contact-us .contact-us-inner .contact-us-content h3 {
  margin-bottom: 4px;
  font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 37px;
  color: #636363;
  font-weight: 200;
  line-height: normal;
  text-transform: none;
}
/* line 469, ../scss/module/_seo.scss */
.seo-top-content .seo-right-sidebar .sidebar__inner .contact-us .contact-us-inner .contact-us-content .phone {
  text-decoration: none;
  color: #901f18;
  font-size: 21px;
  font-weight: 700;
  padding-left: 23px;
  background: url(../images/icons/icon_phone_large.png) 0 6px no-repeat;
  background-size: 19px 20px;
  clear: right;
  float: right;
}
/* line 480, ../scss/module/_seo.scss */
.seo-top-content .seo-right-sidebar .sidebar__inner .contact-us .contact-us-inner .contact-us-content .chat {
  text-decoration: none;
  color: #134063;
  font-size: 18px;
  font-weight: 700;
  padding-left: 26px;
  background: url(../images/icons/icon_chat_large.png) 0 4px no-repeat;
  background-size: 21px auto;
  float: right;
  clear: right;
}
/* line 498, ../scss/module/_seo.scss */
.seo-top-content .seo-right-sidebar.prox .sidebar__inner .needs-callout {
  height: 306px;
}
/* line 500, ../scss/module/_seo.scss */
.seo-top-content .seo-right-sidebar.prox .sidebar__inner .needs-callout form {
  width: 200px;
}
/* line 502, ../scss/module/_seo.scss */
.seo-top-content .seo-right-sidebar.prox .sidebar__inner .needs-callout form dl {
  padding-left: 20px;
}
/* line 505, ../scss/module/_seo.scss */
.seo-top-content .seo-right-sidebar.prox .sidebar__inner .needs-callout form .button {
  padding-left: 29px;
  padding-right: 29px;
}

/* line 515, ../scss/module/_seo.scss */
.seo-product-categories {
  width: 100%;
  margin: 50px 0 105px;
  text-align: center;
}
/* line 519, ../scss/module/_seo.scss */
.seo-product-categories.gradient-border {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/elementTopGrayGradient.gif) 0 -1px repeat-x;
  padding-top: 28px;
  margin-top: 0;
}
/* line 524, ../scss/module/_seo.scss */
.seo-product-categories h3 {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: #363636;
  font-size: 27px;
}
/* line 530, ../scss/module/_seo.scss */
.seo-product-categories .itemContainer {
  width: 100%;
}
/* line 532, ../scss/module/_seo.scss */
.seo-product-categories .itemContainer .item {
  width: 50%;
  height: auto;
  display: block;
  float: left;
  margin-top: 50px;
}
/* line 538, ../scss/module/_seo.scss */
.seo-product-categories .itemContainer .item img {
  margin: 0 auto 20px auto;
  width: 85%;
  height: auto;
}
/* line 543, ../scss/module/_seo.scss */
.seo-product-categories .itemContainer .item span {
  color: #636363;
}
/* line 547, ../scss/module/_seo.scss */
.seo-product-categories .itemContainer:after {
  content: "";
  display: block;
  clear: both;
}
/* line 556, ../scss/module/_seo.scss */
.seo-product-categories.prox-cards .itemContainer .item img {
  width: 70%;
}
/* line 559, ../scss/module/_seo.scss */
.seo-product-categories.prox-cards .itemContainer .item span {
  font-weight: bold;
  color: #363636;
  font-size: 15px;
}

/* line 568, ../scss/module/_seo.scss */
.seo-shop-by-brand {
  width: 100%;
  background-color: #f3f3f3;
  padding: 52px 2% 40px 2%;
  text-align: center;
  position: relative;
}
/* line 574, ../scss/module/_seo.scss */
.seo-shop-by-brand h3 {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 27px;
}
/* line 579, ../scss/module/_seo.scss */
.seo-shop-by-brand .brandItemWrapper {
  padding-left: 2%;
  padding-right: 2%;
  width: 100%;
}
/* line 583, ../scss/module/_seo.scss */
.seo-shop-by-brand .brandItemWrapper .brandItem {
  width: 49%;
  height: auto;
  display: block;
  float: left;
  margin-top: 7px;
  background-color: #fff;
  padding: 15px 0;
}
/* line 591, ../scss/module/_seo.scss */
.seo-shop-by-brand .brandItemWrapper .brandItem img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
/* line 596, ../scss/module/_seo.scss */
.seo-shop-by-brand .brandItemWrapper .brandItem .label {
  display: block;
  line-height: 18px;
  margin-top: 7px;
  color: #636363;
}
/* line 602, ../scss/module/_seo.scss */
.seo-shop-by-brand .brandItemWrapper .brandItem ul {
  display: none;
}
/* line 605, ../scss/module/_seo.scss */
.seo-shop-by-brand .brandItemWrapper .brandItem:nth-child(2n + 1) {
  margin-right: 2%;
}
/* line 609, ../scss/module/_seo.scss */
.seo-shop-by-brand .brandItemWrapper:after {
  content: "";
  display: block;
  clear: both;
}
/* line 615, ../scss/module/_seo.scss */
.seo-shop-by-brand:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 52px solid transparent;
  border-left: 52px solid transparent;
  border-top: 32px solid #ffffff;
  border-bottom: none;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

/* line 631, ../scss/module/_seo.scss */
.seo-top-products {
  width: 100%;
  text-align: center;
  padding-bottom: 55px;
  padding-top: 28px;
}
/* line 636, ../scss/module/_seo.scss */
.seo-top-products.gradient-border {
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/elementTopGrayGradient.gif) 0 -1px repeat-x;
}
/* line 639, ../scss/module/_seo.scss */
.seo-top-products h3 {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 27px;
}

/* line 645, ../scss/module/_seo.scss */
.seo-inline-fna {
  width: 100%;
  background-color: #f3f3f3;
  padding: 52px 2% 50px 2%;
  margin-top: 10px;
  text-align: center;
  position: relative;
}
/* line 652, ../scss/module/_seo.scss */
.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: 32px solid #ffffff;
  border-bottom: none;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* line 667, ../scss/module/_seo.scss */
.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 673, ../scss/module/_seo.scss */
.seo-inline-fna form {
  text-align: left;
  width: 100%;
  max-width: 248px;
  margin: 25px auto 0 auto;
}
/* line 678, ../scss/module/_seo.scss */
.seo-inline-fna form .questionWrap {
  margin-bottom: 10px;
}
/* line 680, ../scss/module/_seo.scss */
.seo-inline-fna form .questionWrap ol {
  list-style: decimal;
  margin: 0 0 5px 0;
  padding-left: 17px;
  line-height: 21px;
  font-size: 16px;
  color: #636363;
}
/* line 688, ../scss/module/_seo.scss */
.seo-inline-fna form .questionWrap select {
  margin-left: 17px;
  cursor: pointer;
}
/* line 693, ../scss/module/_seo.scss */
.seo-inline-fna form button {
  color: #ffffff;
  background: #901f18;
  border: 1px solid #901f18;
  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;
}
/* line 703, ../scss/module/_seo.scss */
.seo-inline-fna form button:hover {
  background: #17b5ee;
  border: 1px solid #17b5ee;
}
/* line 709, ../scss/module/_seo.scss */
.seo-inline-fna img {
  display: none;
}

/* line 713, ../scss/module/_seo.scss */
.seo-compare-prox-brands {
  width: 100%;
  text-align: center;
  margin-bottom: 105px;
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/home/homeShopByBrandMobileBg.gif) 0 -1px repeat-x;
  padding-top: 28px;
  overflow: hidden;
}
/* line 720, ../scss/module/_seo.scss */
.seo-compare-prox-brands h3 {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 27px;
  line-height: 1.1em;
  font-weight: bold;
}
/* line 726, ../scss/module/_seo.scss */
.seo-compare-prox-brands table {
  width: 100%;
  max-width: 1050px;
  margin: 40px auto 0;
  line-height: 1.2;
}
/* line 733, ../scss/module/_seo.scss */
.seo-compare-prox-brands table thead tr.desktop {
  display: none;
}
/* line 736, ../scss/module/_seo.scss */
.seo-compare-prox-brands table thead tr.mobile {
  display: table-row;
}
/* line 739, ../scss/module/_seo.scss */
.seo-compare-prox-brands table thead tr th {
  width: 33%;
  padding: 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
/* line 745, ../scss/module/_seo.scss */
.seo-compare-prox-brands table thead tr th img {
  width: 85px;
  height: auto;
  margin: 0 auto;
}
/* line 751, ../scss/module/_seo.scss */
.seo-compare-prox-brands table thead tr:last-child {
  background-color: #f3f3f3;
}
/* line 757, ../scss/module/_seo.scss */
.seo-compare-prox-brands table tbody tr {
  border-bottom: 1px solid #d9d9d9;
}
/* line 759, ../scss/module/_seo.scss */
.seo-compare-prox-brands table tbody tr td {
  width: 33%;
  padding: 5px;
  font-size: 15px;
  text-align: center;
}
/* line 764, ../scss/module/_seo.scss */
.seo-compare-prox-brands table tbody tr td a {
  color: #901f18;
  font-weight: bold;
}
/* line 768, ../scss/module/_seo.scss */
.seo-compare-prox-brands table tbody tr td:nth-of-type(1) {
  font-weight: bold;
  text-align: left;
}
/* line 772, ../scss/module/_seo.scss */
.seo-compare-prox-brands table tbody tr td.highlight {
  color: #901f18;
}
/* line 774, ../scss/module/_seo.scss */
.seo-compare-prox-brands table tbody tr td.highlight.savings {
  font-style: italic;
  padding-top: 0;
}
/* line 780, ../scss/module/_seo.scss */
.seo-compare-prox-brands table tbody tr.no-border,
.seo-compare-prox-brands table tbody tr:last-child {
  border-bottom: none;
}

/* line 788, ../scss/module/_seo.scss */
.seo-navigation {
  width: 100%;
  text-align: center;
  padding-bottom: 55px;
  padding-top: 28px;
  background: url(/skin/frontend/alphacard/alphacard_theme_three/images/elementTopGrayGradient.gif) 0 -1px repeat-x;
}
/* line 794, ../scss/module/_seo.scss */
.seo-navigation h3 {
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 27px;
}
/* line 798, ../scss/module/_seo.scss */
.seo-navigation h3 br {
  display: none;
}
/* line 802, ../scss/module/_seo.scss */
.seo-navigation .navScrollWrapper {
  width: 100%;
  max-width: 309px;
  height: 284px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10%;
  position: relative;
}
/* line 810, ../scss/module/_seo.scss */
.seo-navigation .navScrollWrapper .navScrollContainer {
  width: 100%;
  max-width: 240px;
  min-height: 284px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  position: absolute;
  top: 20px;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 823, ../scss/module/_seo.scss */
.seo-navigation .navScrollWrapper .navScrollContainer ul {
  width: 100%;
  max-width: 220px;
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
/* line 830, ../scss/module/_seo.scss */
.seo-navigation .navScrollWrapper .navScrollContainer ul li {
  margin-bottom: 9px;
}
/* line 832, ../scss/module/_seo.scss */
.seo-navigation .navScrollWrapper .navScrollContainer ul li a {
  font-size: 15px;
  line-height: 23px;
  display: inline-block;
}
/* line 840, ../scss/module/_seo.scss */
.seo-navigation .navScrollWrapper .navScrollLeft {
  display: block;
  position: absolute;
  top: 120px;
  left: 7px;
  width: 17px;
  height: 27px;
  cursor: pointer;
  background: url(../images/topnav/navScrollLeft.png) 0 0/17px 27px no-repeat;
}
/* line 850, ../scss/module/_seo.scss */
.seo-navigation .navScrollWrapper .navScrollRight {
  display: block;
  position: absolute;
  top: 120px;
  left: 286px;
  width: 17px;
  height: 27px;
  cursor: pointer;
  background: url(../images/topnav/navScrollRight.png) 0 0/17px 27px no-repeat;
}

@media only screen and (min-width: 479px) {
  /* line 867, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy .image-block {
    max-width: 100%;
    text-align: left;
  }
  /* line 870, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy .image-block img {
    float: left;
    display: inline;
    margin-bottom: 0;
  }
  /* line 875, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy .image-block div {
    padding-left: 142px;
  }
  /* line 878, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy .image-block:after {
    content: "";
    display: block;
    clear: both;
  }

  /* line 889, ../scss/module/_seo.scss */
  .seo-top-products .topProductsContent .products-grid li {
    width: 50%;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 0;
    position: relative;
  }
  /* line 896, ../scss/module/_seo.scss */
  .seo-top-products .topProductsContent .products-grid > li:nth-child(3n + 1) {
    clear: none;
  }

  /* line 902, ../scss/module/_seo.scss */
  .seo-compare-prox-brands {
    padding-left: 2%;
    padding-right: 2%;
  }
  /* line 905, ../scss/module/_seo.scss */
  .seo-compare-prox-brands table {
    width: 100%;
    margin-top: 40px;
  }
  /* line 910, ../scss/module/_seo.scss */
  .seo-compare-prox-brands table thead tr th {
    border-left: 1px solid #d9d9d9;
    color: #363636;
  }
  /* line 913, ../scss/module/_seo.scss */
  .seo-compare-prox-brands table thead tr th:nth-of-type(1) {
    border-left: none;
  }
  /* line 919, ../scss/module/_seo.scss */
  .seo-compare-prox-brands table thead tr.mobile th img {
    width: 130px;
  }
  /* line 928, ../scss/module/_seo.scss */
  .seo-compare-prox-brands table tbody tr td {
    border-left: 1px solid #d9d9d9;
    color: #636363;
  }
  /* line 931, ../scss/module/_seo.scss */
  .seo-compare-prox-brands table tbody tr td:nth-of-type(1) {
    border-left: none;
    color: #363636;
  }
}
@media only screen and (min-width: 600px) {
  /* line 945, ../scss/module/_seo.scss */
  .seo-top-content .seo-right-sidebar {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 951, ../scss/module/_seo.scss */
  .seo-product-categories.gradient-border {
    padding-top: 60px;
  }
  /* line 954, ../scss/module/_seo.scss */
  .seo-product-categories h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #636363;
    font-size: 37px;
    letter-spacing: 5px;
    display: inline-block;
    padding: 0 25px;
    background-color: #fff;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    line-height: 1.4;
  }
  /* line 968, ../scss/module/_seo.scss */
  .seo-product-categories .itemContainer {
    margin-top: -28px;
    border-top: 2px solid #f3f3f3;
    padding-top: 30px;
  }
  /* line 973, ../scss/module/_seo.scss */
  .seo-product-categories .itemContainer .item span {
    font-size: 21px;
    line-height: 21px;
  }
  /* line 982, ../scss/module/_seo.scss */
  .seo-product-categories.prox-cards .itemContainer .item img {
    width: 60%;
  }

  /* line 989, ../scss/module/_seo.scss */
  .seo-shop-by-brand {
    padding-bottom: 90px;
  }
  /* line 991, ../scss/module/_seo.scss */
  .seo-shop-by-brand h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #636363;
    font-size: 37px;
    letter-spacing: 5px;
    width: 568px;
    position: relative;
    z-index: 5;
    margin: 60px auto 0 auto;
    background-color: #f3f3f3;
  }
  /* line 1003, ../scss/module/_seo.scss */
  .seo-shop-by-brand .brandItemWrapper {
    margin-top: -26px;
    border-top: 2px solid #e8e8e8;
    padding-top: 50px;
  }
  /* line 1007, ../scss/module/_seo.scss */
  .seo-shop-by-brand .brandItemWrapper .brandItem {
    padding: 20px 0;
    margin-top: 10px;
  }
  /* line 1010, ../scss/module/_seo.scss */
  .seo-shop-by-brand .brandItemWrapper .brandItem .label {
    display: block;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    color: #363636;
    margin: 7px 0;
  }
  /* line 1018, ../scss/module/_seo.scss */
  .seo-shop-by-brand .brandItemWrapper .brandItem ul {
    display: block;
  }
  /* line 1022, ../scss/module/_seo.scss */
  .seo-shop-by-brand .brandItemWrapper .brandItem ul li a.more {
    font-weight: bold;
    padding-right: 14px;
    position: relative;
  }
  /* line 1026, ../scss/module/_seo.scss */
  .seo-shop-by-brand .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 1045, ../scss/module/_seo.scss */
  .seo-shop-by-brand:before {
    border-right: 86px solid transparent;
    border-left: 86px solid transparent;
    border-top: 56px solid #ffffff;
    border-bottom: none;
  }

  /* line 1052, ../scss/module/_seo.scss */
  .seo-top-products {
    padding-top: 60px;
  }
  /* line 1054, ../scss/module/_seo.scss */
  .seo-top-products.gradient-border {
    padding-top: 110px;
  }
  /* line 1057, ../scss/module/_seo.scss */
  .seo-top-products h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #636363;
    font-size: 37px;
    text-transform: uppercase;
    line-height: 38px;
    letter-spacing: 5px;
    background-color: #fff;
    display: inline-block;
    padding: 0 25px;
    margin: 0 auto;
  }
  /* line 1070, ../scss/module/_seo.scss */
  .seo-top-products .topProductsContent {
    margin-top: -19px;
    border-top: 2px solid #f3f3f3;
    padding-top: 30px;
  }
  /* line 1074, ../scss/module/_seo.scss */
  .seo-top-products .topProductsContent .products-grid {
    padding-top: 0;
    background: none;
  }
  /* line 1080, ../scss/module/_seo.scss */
  .seo-top-products .topProductsContent .products-grid li .product-info .attribute-list li {
    padding: 0;
    width: 100%;
  }

  /* line 1090, ../scss/module/_seo.scss */
  .seo-inline-fna {
    padding-bottom: 90px;
  }
  /* line 1092, ../scss/module/_seo.scss */
  .seo-inline-fna:before {
    border-right: 86px solid transparent;
    border-left: 86px solid transparent;
    border-top: 56px solid #ffffff;
    border-bottom: none;
  }
  /* line 1098, ../scss/module/_seo.scss */
  .seo-inline-fna h3 {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #636363;
    font-size: 37px;
    display: inline-block;
    text-transform: none;
    margin: 60px auto 0 auto;
  }

  /* line 1108, ../scss/module/_seo.scss */
  .seo-navigation {
    padding-top: 110px;
  }
  /* line 1110, ../scss/module/_seo.scss */
  .seo-navigation h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #636363;
    font-size: 37px;
    text-transform: uppercase;
    line-height: 38px;
    letter-spacing: 5px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 25px;
    margin: 0 auto;
  }
  /* line 1124, ../scss/module/_seo.scss */
  .seo-navigation h3 br {
    display: inline;
  }
  /* line 1128, ../scss/module/_seo.scss */
  .seo-navigation .navScrollWrapper {
    padding-left: 0;
    padding-right: 0;
    margin-top: -39px;
    border-top: 2px solid #f3f3f3;
    height: 360px;
  }
  /* line 1134, ../scss/module/_seo.scss */
  .seo-navigation .navScrollWrapper .navScrollContainer {
    top: 80px;
  }
  /* line 1137, ../scss/module/_seo.scss */
  .seo-navigation .navScrollWrapper .navScrollLeft,
  .seo-navigation .navScrollWrapper .navScrollRight {
    top: 160px;
  }

  /* line 1143, ../scss/module/_seo.scss */
  .seo-compare-prox-brands {
    background: none;
    padding-top: 60px;
  }
  /* line 1146, ../scss/module/_seo.scss */
  .seo-compare-prox-brands h3 {
    font-family: "nimbus-sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #636363;
    font-size: 37px;
    text-transform: uppercase;
    line-height: 38px;
    letter-spacing: 5px;
    padding: 0 25px;
    background-color: #fff;
    display: inline-block;
    margin: 0 auto;
  }
  /* line 1159, ../scss/module/_seo.scss */
  .seo-compare-prox-brands .tableWrapper {
    margin-top: -21px;
    border-top: 2px solid #f3f3f3;
    padding-top: 30px;
  }
  /* line 1166, ../scss/module/_seo.scss */
  .seo-compare-prox-brands .tableWrapper table thead tr.desktop {
    display: table-row;
  }
  /* line 1169, ../scss/module/_seo.scss */
  .seo-compare-prox-brands .tableWrapper table thead tr.mobile {
    display: none;
  }
  /* line 1172, ../scss/module/_seo.scss */
  .seo-compare-prox-brands .tableWrapper table thead tr th {
    padding: 10px;
    font-size: 16px;
  }
  /* line 1175, ../scss/module/_seo.scss */
  .seo-compare-prox-brands .tableWrapper table thead tr th img {
    width: 150px;
    height: auto;
    margin: 0 auto;
  }
  /* line 1181, ../scss/module/_seo.scss */
  .seo-compare-prox-brands .tableWrapper table thead tr th.hid img {
    width: 140px;
  }
  /* line 1190, ../scss/module/_seo.scss */
  .seo-compare-prox-brands .tableWrapper table tbody tr td {
    padding: 10px;
    font-size: 16px;
  }
  /* line 1193, ../scss/module/_seo.scss */
  .seo-compare-prox-brands .tableWrapper table tbody tr td:nth-of-type(1) {
    padding-left: 30px;
  }
  /* line 1196, ../scss/module/_seo.scss */
  .seo-compare-prox-brands .tableWrapper table tbody tr td a {
    color: #ffffff;
    background: #901f18;
    border: 1px solid #901f18;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    display: block;
    max-width: 168px;
    margin: 8px auto 0;
    text-transform: uppercase;
  }
  /* line 1210, ../scss/module/_seo.scss */
  .seo-compare-prox-brands .tableWrapper table tbody tr td a:hover {
    background: #17b5ee;
    border: 1px solid #17b5ee;
    text-decoration: none;
  }
}
@media only screen and (min-width: 770px) {
  /* line 1228, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy {
    max-width: 60%;
    min-height: 550px;
  }
  /* line 1232, ../scss/module/_seo.scss */
  .seo-top-content .seo-right-sidebar {
    max-width: 319px;
    padding-right: 10px;
    margin-bottom: 0;
    float: right;
  }

  /* line 1241, ../scss/module/_seo.scss */
  .seo-product-categories .itemContainer .item {
    width: 25%;
  }
  /* line 1243, ../scss/module/_seo.scss */
  .seo-product-categories .itemContainer .item img {
    width: 90%;
  }
  /* line 1246, ../scss/module/_seo.scss */
  .seo-product-categories .itemContainer .item span {
    font-size: 20px;
  }
  /* line 1254, ../scss/module/_seo.scss */
  .seo-product-categories.prox-cards .itemContainer .item img {
    width: 80%;
  }

  /* line 1263, ../scss/module/_seo.scss */
  .seo-shop-by-brand .brandItemWrapper .brandItem {
    width: 32%;
    margin-right: 2%;
  }
  /* line 1266, ../scss/module/_seo.scss */
  .seo-shop-by-brand .brandItemWrapper .brandItem:nth-child(3n) {
    margin-right: 0;
  }

  /* line 1273, ../scss/module/_seo.scss */
  .seo-inline-fna .inner {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
  /* line 1277, ../scss/module/_seo.scss */
  .seo-inline-fna .inner div:not([class]) {
    float: right;
    width: 321px;
    text-align: left;
  }
  /* line 1281, ../scss/module/_seo.scss */
  .seo-inline-fna .inner div:not([class]) h3 {
    font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
    color: #363636;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 1.1em;
    font-weight: bold;
  }
  /* line 1289, ../scss/module/_seo.scss */
  .seo-inline-fna .inner div:not([class]) form {
    float: left;
  }
  /* line 1291, ../scss/module/_seo.scss */
  .seo-inline-fna .inner div:not([class]) form button {
    margin-left: 17px;
  }
  /* line 1296, ../scss/module/_seo.scss */
  .seo-inline-fna .inner img {
    float: right;
    width: 43%;
    max-width: 410px;
    margin-right: 5%;
    margin-top: 115px;
    height: auto;
    display: inline;
  }
  /* line 1305, ../scss/module/_seo.scss */
  .seo-inline-fna .inner:after {
    content: "";
    display: block;
    clear: both;
  }

  /* line 1315, ../scss/module/_seo.scss */
  .seo-navigation h3 br {
    display: none;
  }
  /* line 1319, ../scss/module/_seo.scss */
  .seo-navigation .navScrollWrapper {
    margin-top: -20px;
    max-width: 525px;
  }
  /* line 1322, ../scss/module/_seo.scss */
  .seo-navigation .navScrollWrapper .navScrollContainer {
    top: 62px;
    max-width: 458px;
  }
  /* line 1326, ../scss/module/_seo.scss */
  .seo-navigation .navScrollWrapper .navScrollRight {
    left: 505px;
  }

  /* line 1337, ../scss/module/_seo.scss */
  .seo-compare-prox-brands .tableWrapper table thead tr th img {
    width: 253px;
  }
  /* line 1341, ../scss/module/_seo.scss */
  .seo-compare-prox-brands .tableWrapper table thead tr th.hid img {
    width: 218px;
  }
}
@media only screen and (min-width: 850px) {
  /* line 1356, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy {
    padding-right: 0;
  }
  /* line 1359, ../scss/module/_seo.scss */
  .seo-top-content .seo-right-sidebar {
    padding: 0 10px 0 20px;
    border-left: 1px solid #ccc;
  }
}
@media only screen and (min-width: 979px) {
  /* line 1370, ../scss/module/_seo.scss */
  .seo-top-content .seo-right-sidebar {
    max-width: 368px;
  }

  /* line 1377, ../scss/module/_seo.scss */
  .seo-product-categories.prox-cards .itemContainer .item {
    width: 20%;
  }

  /* line 1385, ../scss/module/_seo.scss */
  .seo-shop-by-brand .brandItemWrapper .brandItem {
    width: 24%;
    margin-right: 1%;
  }
  /* line 1388, ../scss/module/_seo.scss */
  .seo-shop-by-brand .brandItemWrapper .brandItem:nth-child(3n) {
    margin-right: 1%;
  }
  /* line 1391, ../scss/module/_seo.scss */
  .seo-shop-by-brand .brandItemWrapper .brandItem:nth-child(4n) {
    margin-right: 0;
  }

  /* line 1402, ../scss/module/_seo.scss */
  .seo-top-products .topProductsContent .products-grid li.item {
    width: 25%;
  }

  /* line 1410, ../scss/module/_seo.scss */
  .seo-inline-fna .inner {
    max-width: 930px;
  }
  /* line 1412, ../scss/module/_seo.scss */
  .seo-inline-fna .inner div:not([class]) {
    width: 400px;
  }
  /* line 1414, ../scss/module/_seo.scss */
  .seo-inline-fna .inner div:not([class]) h3 {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    color: #636363;
    font-size: 37px;
    display: inline-block;
    text-transform: none;
    margin: 60px auto 0 auto;
  }
  /* line 1423, ../scss/module/_seo.scss */
  .seo-inline-fna .inner div:not([class]) form {
    margin-top: 15px;
  }
  /* line 1427, ../scss/module/_seo.scss */
  .seo-inline-fna .inner img {
    width: 100%;
    max-width: 482px;
    margin-top: 95px;
  }

  /* line 1435, ../scss/module/_seo.scss */
  .seo-navigation .navScrollWrapper {
    max-width: 778px;
  }
  /* line 1437, ../scss/module/_seo.scss */
  .seo-navigation .navScrollWrapper .navScrollContainer {
    max-width: 682px;
  }
  /* line 1440, ../scss/module/_seo.scss */
  .seo-navigation .navScrollWrapper .navScrollRight {
    left: 755px;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 1450, ../scss/module/_seo.scss */
  .seo-top-content .seo-main-copy {
    max-width: 67%;
    padding-left: 35px;
  }

  /* line 1459, ../scss/module/_seo.scss */
  .seo-product-categories.prox-cards .itemContainer .item img {
    width: 75%;
  }
  /* line 1468, ../scss/module/_seo.scss */
  .seo-product-categories.software .itemContainer .item img {
    width: 80%;
  }

  /* line 1476, ../scss/module/_seo.scss */
  .seo-shop-by-brand .brandItemWrapper {
    padding-left: 18px;
    padding-right: 0;
  }
  /* line 1479, ../scss/module/_seo.scss */
  .seo-shop-by-brand .brandItemWrapper .brandItem {
    width: 232px;
    margin-right: 21px;
  }
  /* line 1482, ../scss/module/_seo.scss */
  .seo-shop-by-brand .brandItemWrapper .brandItem:nth-child(3n) {
    margin-right: 21px;
  }
  /* line 1485, ../scss/module/_seo.scss */
  .seo-shop-by-brand .brandItemWrapper .brandItem:nth-child(4n) {
    margin-right: 21px;
  }
  /* line 1488, ../scss/module/_seo.scss */
  .seo-shop-by-brand .brandItemWrapper .brandItem:last-child {
    margin-right: 0;
  }

  /* line 1495, ../scss/module/_seo.scss */
  .seo-navigation .navScrollWrapper {
    max-width: 1220px;
  }
  /* line 1497, ../scss/module/_seo.scss */
  .seo-navigation .navScrollWrapper .navScrollContainer {
    max-width: 1115px;
  }
  /* line 1499, ../scss/module/_seo.scss */
  .seo-navigation .navScrollWrapper .navScrollContainer ul:first-child {
    padding-left: 0;
  }
  /* line 1503, ../scss/module/_seo.scss */
  .seo-navigation .navScrollWrapper .navScrollRight {
    left: 1192px;
  }
}
/* 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: #636363;
  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: #17b5ee !important;
  border: 1px solid #17b5ee !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 #901f18;
  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: auto;
  height: auto;
  padding: 0 4px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 21px;
  position: absolute;
  top: 13px;
  right: 13px;
  background-image: none;
}
/* line 31, ../scss/content/_toploginregister.scss */
#login-overlay .col2-set {
  padding-top: 55px;
}
/* line 34, ../scss/content/_toploginregister.scss */
#login-overlay .col2-set .login-benefit {
  text-align: center;
  font-style: italic;
  padding: 0 2%;
}
/* line 39, ../scss/content/_toploginregister.scss */
#login-overlay .col2-set .login-benefit span {
  display: none;
}
/* line 45, ../scss/content/_toploginregister.scss */
#login-overlay .col-1.registered-users,
#login-overlay .col-2.new-users {
  padding: 0;
}
/* line 52, ../scss/content/_toploginregister.scss */
#login-overlay .col-2.new-users {
  margin-top: 44px;
  border-top: 1px solid #ededed;
  padding-top: 4px;
}
/* line 59, ../scss/content/_toploginregister.scss */
#login-overlay h2 {
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 700;
  background-color: #f3f3f3;
  line-height: 42px;
  padding-left: 11px;
  font-family: "nimbus-sans-condensed", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 29px;
  color: #363636;
  display: inherit;
}
/* line 72, ../scss/content/_toploginregister.scss */
#login-overlay ul.form-list {
  margin-top: 28px;
  width: inherit;
}
/* line 76, ../scss/content/_toploginregister.scss */
#login-overlay ul.form-list label {
  font-size: 15px;
  color: #636363;
}
/* line 80, ../scss/content/_toploginregister.scss */
#login-overlay ul.form-list input {
  width: 100%;
}
/* line 87, ../scss/content/_toploginregister.scss */
#login-overlay .buttons-set {
  border-top: 0 solid #fff;
  width: inherit;
}
/* line 91, ../scss/content/_toploginregister.scss */
#login-overlay .buttons-set .button {
  float: right;
  padding: 7px 35px;
  width: auto;
  min-width: auto;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #901f18;
  -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 106, ../scss/content/_toploginregister.scss */
#login-overlay .buttons-set .button:hover {
  background-color: #17b5ee !important;
}
/* line 111, ../scss/content/_toploginregister.scss */
#login-overlay .buttons-set a.f-left {
  float: right;
  font-style: italic;
  color: #134063;
  text-decoration: none;
  font-size: 14px;
}
/* line 118, ../scss/content/_toploginregister.scss */
#login-overlay .buttons-set a.f-left:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 479px) {
  /* line 131, ../scss/content/_toploginregister.scss */
  #login-overlay #loginOverlayWrapper {
    padding-left: 11%;
    padding-right: 11%;
  }
  /* line 141, ../scss/content/_toploginregister.scss */
  #login-overlay .col2-set .login-benefit span {
    display: inline;
  }
  /* line 162, ../scss/content/_toploginregister.scss */
  #login-overlay ul.form-list div.name-firstname,
  #login-overlay ul.form-list div.name-lastname {
    float: left;
  }
  /* line 165, ../scss/content/_toploginregister.scss */
  #login-overlay ul.form-list div.name-firstname {
    width: 48%;
    margin-right: 2%;
  }
  /* line 169, ../scss/content/_toploginregister.scss */
  #login-overlay ul.form-list div.name-lastname {
    width: 50%;
  }
}
@media only screen and (min-width: 600px) {
  /* line 191, ../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 201, ../scss/content/_toploginregister.scss */
  #login-overlay #loginOverlayWrapper {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 35px;
    box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 20px 0px;
  }
  /* line 208, ../scss/content/_toploginregister.scss */
  #login-overlay .col2-set {
    padding-top: 0;
  }
  /* line 211, ../scss/content/_toploginregister.scss */
  #login-overlay .col2-set .login-benefit {
    float: left;
    padding: 50px 0 0 0;
  }
  /* line 215, ../scss/content/_toploginregister.scss */
  #login-overlay .col2-set .login-benefit span {
    display: inline;
  }
  /* line 222, ../scss/content/_toploginregister.scss */
  #login-overlay .buttons-set a.f-left {
    margin-top: 10px;
  }
  /* line 226, ../scss/content/_toploginregister.scss */
  #login-overlay .col-1.registered-users {
    padding-right: 20px;
    margin-top: 20px;
  }
  /* line 231, ../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 #e8e8e8;
  }
  /* line 239, ../scss/content/_toploginregister.scss */
  #login-overlay h2 {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 770px) {
  /* line 250, ../scss/content/_toploginregister.scss */
  #login-overlay {
    max-width: 670px;
  }
  /* line 269, ../scss/content/_toploginregister.scss */
  #login-overlay .col-1.registered-users {
    padding-right: 30px;
  }
  /* line 273, ../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 7, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper {
  background: #fff;
  width: 100%;
  min-height: 620px;
  padding: 0 7% 71px;
  position: relative;
}
/* line 14, ../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 30, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper {
  padding-top: 50px;
}
/* line 32, ../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 44, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper p {
  text-align: center;
  color: #636363;
}
/* line 48, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form {
  padding-top: 30px;
}
/* line 51, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form #fnaWebsite {
  display: none;
}
/* line 54, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form li {
  position: relative;
  margin-bottom: 20px;
}
/* line 58, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form li span.required-field {
  color: #df280a;
  position: absolute;
  top: 1px;
  left: -12px;
  font-weight: bold;
}
/* line 65, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form li label {
  color: #636363;
  font-size: 15px;
}
/* line 69, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form li label.error {
  color: #df280a;
  font-weight: normal;
}
/* line 74, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form li input {
  color: #636363;
  font-weight: normal;
  width: 100%;
}
/* line 80, ../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: #901f18;
  -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 96, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form button.button:hover {
  background-color: #17b5ee;
}
/* line 99, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form button.button.disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
/* line 106, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner img.bgFlairImg,
#buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner span.bgFlairMsg {
  display: none;
}
/* line 111, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideSuccessWrapper {
  padding-top: 170px;
  display: none;
  position: relative;
}
/* line 115, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideSuccessWrapper .processing {
  width: 75px;
  height: auto;
  position: absolute;
  top: 208px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 124, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideSuccessWrapper div {
  display: none;
}
/* line 126, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideSuccessWrapper div 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 141, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideSuccessWrapper div p {
  text-align: center;
}
/* line 144, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideSuccessWrapper div a.button {
  padding: 7px 35px;
  width: 53%;
  display: block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #901f18;
  -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: 25px auto 0;
}
/* line 159, ../scss/content/_buyersguideoverlay.scss */
#buyersGuideOverlay #buyersGuideSuccessWrapper div a.button:hover {
  background-color: #17b5ee;
}

@media only screen and (min-width: 600px) {
  /* line 171, ../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 183, ../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 189, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner {
    background: #e4f0f8 url(/skin/frontend/alphacard/alphacard_theme_three/images/buyersGuideOverlayBg.jpg) 100% 100% no-repeat;
    background-size: 671px 529px;
    float: right;
    width: 100%;
    padding-bottom: 40px;
    position: relative;
  }
  /* line 196, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideOverlayClose {
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    z-index: 10;
    padding-top: 2px;
    background-color: #fff;
  }
  /* line 205, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper {
    float: right;
    width: 478px;
    padding-right: 37px;
    padding-top: 22px;
  }
  /* line 211, ../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: #636363;
    text-transform: capitalize;
    margin-bottom: 3px;
  }
  /* line 220, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form {
    width: 330px;
    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 228, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form li {
    margin-bottom: 11px;
  }
  /* line 231, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner #buyersGuideFormWrapper #bg_form button.button {
    margin-top: 8px;
  }
  /* line 236, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner span.bgFlairMsg {
    display: block;
    position: absolute;
    bottom: 8px;
    right: 192px;
    font-weight: bold;
  }
  /* line 243, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideOverlayWrapper #buyersGuideFormInner img.bgFlairImg {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 176px;
    height: 108px;
  }
  /* line 254, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideSuccessWrapper {
    padding-top: 176px;
  }
  /* line 257, ../scss/content/_buyersguideoverlay.scss */
  #buyersGuideOverlay #buyersGuideSuccessWrapper h2 {
    font-size: 31px;
    padding-bottom: 13px;
    width: 96%;
    margin: 0 auto 13px auto;
  }
}
