<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.clearfix:after, nav[role="navigation"]:after, .level-2 &gt; ul:after, .category-switch:after, .form-row:after, .cart-recommendations .product-listing:after, .menu-category:after, .level-1 &gt; li:after, .product-tile:after, .compare-items-panel:after, .pdp-main:after, .pdp-main .product-review:after, .pdp-main .product-actions:after, .product-thumbnails ul:after, .bonus-product-list .bonus-product-item:after, .bonus-product-list .bonus-product-list-footer:after, .cart-footer:after, .cart-actions:after, .cart-empty:after, .cart-empty .product-listing:after, .list-share:after, .gift-registry-advanced:after, .search-suggestion-wrapper:after, .product-suggestion:after, .store-list-pdp-container .store-list-item:after {
  content: "";
  display: table;
  clear: both; }

.visually-hidden, .month label,
.year label,
.day label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.menu {
  float: left;
  margin: 0;
  padding: 0; }
  .menu li {
    float: left;
    list-style: none outside none !important; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../icons/fontawesome-webfont.eot");
  src: url("../icons/fontawesome-webfont.eot?#iefix&amp;v=4.3.0") format("embedded-opentype"), url("../icons/fontawesome-webfont.woff") format("woff2"), url("../icons/fontawesome-webfont.woff") format("woff"), url("../icons/fontawesome-webfont.ttf") format("truetype"), url("../icons/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul &gt; li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

@font-face {
  font-family: 'Scholastic_Icons';
  src: url("../icons/Scholastic_Icons.eot?-gggnt1");
  src: url("../icons/Scholastic_Icons.eot?#iefix-gggnt1") format("embedded-opentype"), url("../icons/Scholastic_Icons.ttf?-gggnt1") format("truetype"), url("../icons/Scholastic_Icons.woff?-gggnt1") format("woff"), url("../icons/Scholastic_Icons.svg?-gggnt1#Scholastic_Icons") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'rating';
  src: url("../icons/rating.eot?6351049");
  src: url("../icons/rating.eot?6351049#iefix") format("embedded-opentype"), url("../icons/rating.woff?6351049") format("woff"), url("../icons/rating.ttf?6351049") format("truetype"), url("../icons/rating.svg?6351049#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'Scholastic_Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-left-thin:before {
  content: "\e904"; }

.icon-right-thin:before {
  content: "\e905"; }

.icon-checkout:before {
  content: "\e903"; }

.icon-arrow:before {
  content: "\e901"; }

.continue-shopping-link .icon-arrow:before {
  content: "\e901";
  color: #B90000; }

.icon-signout:before {
  content: "\e902"; }

.icon-mixer:before {
  content: "\e900"; }

.icon-check2:before {
  content: "\e807"; }

.icon-audio:before {
  content: "\21"; }

.icon-book1:before {
  content: "\22"; }

.icon-book2:before {
  content: "\23"; }

.icon-book3:before {
  content: "\24"; }

.icon-bubble:before {
  content: "\25"; }

.icon-bug:before {
  content: "\26"; }

.icon-calendar:before {
  content: "\27"; }

.icon-cart:before {
  content: "\28"; }

.icon-check:before {
  content: "\29"; }

.icon-crafts:before {
  content: "\2a"; }

.icon-down:before {
  content: "\2b"; }

.icon-flake:before {
  content: "\2c"; }

.icon-flower:before {
  content: "\2d"; }

.icon-glasses:before {
  content: "\2e"; }

.icon-heart:before {
  content: "\2f"; }

.icon-home:before {
  content: "\30"; }

.icon-idea:before {
  content: "\31"; }

.icon-leaf:before {
  content: "\32"; }

.icon-list:before {
  content: "\33"; }

.icon-lock:before {
  content: "\34"; }

.icon-magic:before {
  content: "\35"; }

.icon-materials:before {
  content: "\36"; }

.icon-menu:before {
  content: "\37"; }

.icon-message:before {
  content: "\38"; }

.icon-notebook:before {
  content: "\39"; }

.icon-notes:before {
  content: "\3a"; }

.icon-parents:before {
  content: "\3b"; }

.icon-pencil:before {
  content: "\3c"; }

.icon-plus:before {
  content: "\3d"; }

.icon-print:before {
  content: "\3e"; }

.icon-printables:before {
  content: "\3f"; }

.icon-puzzle:before {
  content: "\40"; }

.icon-search:before {
  content: "\41"; }

.icon-settings:before {
  content: "\42"; }

.icon-share:before {
  content: "\43"; }

.icon-slideshow:before {
  content: "\44"; }

.icon-star:before {
  content: "\45"; }

.icon-student:before {
  content: "\46"; }

.icon-sun:before {
  content: "\47"; }

.icon-time:before {
  content: "\48"; }

.icon-toolbox:before {
  content: "\49"; }

.icon-trash:before {
  content: "\4a"; }

.icon-video:before {
  content: "\4b"; }

.icon-community:before {
  content: "\4c"; }

.icon-librarian:before {
  content: "\4d"; }

.icon-teacher:before {
  content: "\4e"; }

.icon-admin:before {
  content: "\4f"; }

.icon-facebook:before {
  content: "\50"; }

.icon-googleplus:before {
  content: "\51"; }

.icon-pinterest:before {
  content: "\52"; }

.icon-twitter:before {
  content: "\53"; }

.icon-shop2:before {
  content: "\54"; }

.icon-browse:before {
  content: "\55"; }

.icon-bulk:before {
  content: "\56"; }

.icon-like:before {
  content: "\57"; }

.icon-question:before {
  content: "\58"; }

.icon-videogame:before {
  content: "\59"; }

.icon-poll:before {
  content: "\5a"; }

.icon-blog:before {
  content: "\5b"; }

.icon-book_kit:before {
  content: "\5c"; }

.icon-close:before {
  content: "\5d"; }

.icon-download:before {
  content: "\5e"; }

.icon-fullscreen:before {
  content: "\5f"; }

.icon-graphic_org:before {
  content: "\60"; }

.icon-grid:before {
  content: "\61"; }

.icon-instagram:before {
  content: "\62"; }

.icon-left:before {
  content: "\63"; }

.icon-link:before {
  content: "\64"; }

.icon-play:before {
  content: "\65"; }

.icon-premium_kit:before {
  content: "\66"; }

.icon-related_content:before {
  content: "\67"; }

.icon-related1:before {
  content: "\68"; }

.icon-right:before {
  content: "\69"; }

.icon-sale:before {
  content: "\6a"; }

.icon-summer:before {
  content: "\6b"; }

.icon-teaching_guide:before {
  content: "\6c"; }

.icon-thematic_kits:before {
  content: "\6d"; }

.icon-unit_plan:before {
  content: "\6e"; }

.icon-up:before {
  content: "\6f"; }

.icon-writing:before {
  content: "\70"; }

.icon-trending:before {
  content: "\71"; }

.icon-apple:before {
  content: "\72"; }

.icon-news:before {
  content: "\73"; }

.icon-flag:before {
  content: "\74"; }

.icon-GOTO:before {
  content: "\75"; }

.icon-linkedinOK:before {
  content: "\76"; }

.icon-rss:before {
  content: "\77"; }

.icon-magazines:before {
  content: "\78"; }

.icon-birthday:before {
  content: "\79"; }

.icon-balloon:before {
  content: "\7a"; }

.icon-admin2:before {
  content: "\7b"; }

.icon-admin3:before {
  content: "\7c"; }

.icon-other:before {
  content: "\e800"; }

.icon-dvd:before {
  content: "\e801"; }

.icon-cd:before {
  content: "\e802"; }

.icon-more:before {
  content: "\e803"; }

.icon-unlock:before {
  content: "\e804"; }

.icon-key:before {
  content: "\e805"; }

.icon-keyhole:before {
  content: "\e806"; }

[class^="icon-rating-"]:before, [class*=" icon-rating-"]:before {
  font-family: "rating";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-rating-star:before {
  content: '\e800'; }

/* '' */
.icon-rating-star-empty:before {
  content: '\e801'; }

/* '' */
.icon-rating-star-half:before {
  content: '\e802'; }

/* '' */
.icon-rating-star-half-alt:before {
  content: '\e803'; }

/* '' */
@font-face {
  font-family: museo-serif-100;
  src: url("../fonts/museo-serif-100.eot?#iefix");
  src: url("../fonts/museo-serif-100.eot?#iefix") format("eot"), url("../fonts/museo-serif-100.woff"), url("../fonts/museo-serif-100.woff2") format("woff2"), url("../fonts/museo-serif-100.ttf") format("truetype"), url("../fonts/museo-serif-100.svg#museo-sans-serif-100") format("svg");
  font-weight: 100; }

@font-face {
  font-family: museo-serif-300;
  src: url("../fonts/museo-serif-300.eot?#iefix");
  src: url("../fonts/museo-serif-300.eot?#iefix") format("eot"), url("../fonts/museo-serif-300.woff"), url("../fonts/museo-serif-300.woff2") format("woff2"), url("../fonts/museo-serif-300.ttf") format("truetype"), url("../fonts/museo-serif-300.svg#museo-sans-serif-300") format("svg");
  font-weight: 300; }

@font-face {
  font-family: museo-serif-700;
  src: url("../fonts/museo-serif-700.eot?#iefix");
  src: url("../fonts/museo-serif-700.eot?#iefix") format("eot"), url("../fonts/museo-serif-700.woff"), url("../fonts/museo-serif-700.woff2") format("woff2"), url("../fonts/museo-serif-700.ttf") format("truetype"), url("../fonts/museo-serif-700.svg#museo-sans-serif-700") format("svg");
  font-weight: 700; }

@font-face {
  font-family: museo-sans-100;
  src: url("../fonts/museo-sans-serif-100.eot?#iefix");
  src: url("../fonts/museo-sans-serif-100.eot?#iefix") format("eot"), url("../fonts/museo-sans-serif-100.woff"), url("../fonts/museo-sans-serif-100.woff2") format("woff2"), url("../fonts/museo-sans-serif-100.ttf") format("truetype"), url("../fonts/museo-sans-serif-100.svg#museo-sans-serif-100") format("svg");
  font-weight: 100; }

@font-face {
  font-family: museo-sans-300;
  src: url("../fonts/museo-sans-serif-300.eot?#iefix");
  src: url("../fonts/museo-sans-serif-300.eot?#iefix") format("eot"), url("../fonts/museo-sans-serif-300.woff"), url("../fonts/museo-sans-serif-300.woff2") format("woff2"), url("../fonts/museo-sans-serif-300.ttf") format("truetype"), url("../fonts/museo-sans-serif-300.svg#museo-sans-serif-300") format("svg");
  font-weight: 300; }

@font-face {
  font-family: museo-sans-400;
  src: url("../fonts/museo-sans-serif-400.eot?#iefix");
  src: url("../fonts/museo-sans-serif-400.eot?#iefix") format("eot"), url("../fonts/museo-sans-serif-400.woff"), url("../fonts/museo-sans-serif-400.woff2") format("woff2"), url("../fonts/museo-sans-serif-400.ttf") format("truetype"), url("../fonts/museo-sans-serif-400.svg#museo-sans-serif-300") format("svg");
  font-weight: 300; }

@font-face {
  font-family: museo-sans-500;
  src: url("../fonts/museo-sans-serif-500.eot?#iefix");
  src: url("../fonts/museo-sans-serif-500.eot?#iefix") format("eot"), url("../fonts/museo-sans-serif-500.woff"), url("../fonts/museo-sans-serif-500.woff2") format("woff2"), url("../fonts/museo-sans-serif-500.ttf") format("truetype"), url("../fonts/museo-sans-serif-500.svg#museo-sans-serif-500") format("svg");
  font-weight: 500; }

@font-face {
  font-family: museo-sans-700;
  src: url("../fonts/museo-sans-serif-700.eot?#iefix");
  src: url("../fonts/museo-sans-serif-700.eot?#iefix") format("eot"), url("../fonts/museo-sans-serif-700.woff"), url("../fonts/museo-sans-serif-700.woff2") format("woff2"), url("../fonts/museo-sans-serif-700.ttf") format("truetype"), url("../fonts/museo-sans-serif-700.svg#museo-sans-serif-700") format("svg");
  font-weight: 700; }

@font-face {
  font-family: museo-sans-900;
  src: url("../fonts/museo-sans-serif-900.eot?#iefix");
  src: url("../fonts/museo-sans-serif-900.eot?#iefix") format("eot"), url("../fonts/museo-sans-serif-900.woff"), url("../fonts/museo-sans-serif-900.woff2") format("woff2"), url("../fonts/museo-sans-serif-900.ttf") format("truetype"), url("../fonts/museo-sans-serif-900.svg#museo-sans-serif-900") format("svg");
  font-weight: 900; }

body {
  background: none repeat scroll 0 0 #333333;
  color: #333333;
  font-family: Arial, sans-serif;
  font-size: 12px; }

a {
  color: #84bd00;
  outline: medium none;
  overflow: hidden;
  text-decoration: none; }

fieldset {
  border: 0 none;
  margin: 0;
  padding: 0; }

table {
  width: 100%; }

th {
  text-align: left; }

td {
  padding: 1em;
  vertical-align: top; }

button,
.button,
.buttonstyle,
input[type="button"] {
  background-color: #84bd00;
  border-color: #608a00;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 400;
  padding: 0.5em 2em;
  text-align: center;
  transition: all 0.3s ease; }
  button.large,
  .button.large,
  .button-fancy-large,
  .buttonstyle.large,
  input[type="button"].large {
    font-size: 1.35em;
    text-transform: uppercase; }
  button:hover,
  .button:hover,
  .buttonstyle:hover,
  input[type="button"]:hover {
    background-color: #fff;
    border-color: #84bd00;
    color: #84bd00; }
  button.raised,
  .button.raised,
  .buttonstyle.raised,
  input[type="button"].raised {
    border-width: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
    button.raised:hover,
    .button.raised:hover,
    .buttonstyle.raised:hover,
    input[type="button"].raised:hover {
      background-color: #608a00;
      color: #fff; }
  button.simple, .store-tile.selected .select-store-button,
  .button.simple,
  .buttonstyle.simple,
  input[type="button"].simple {
    background-color: #fff;
    color: #608a00; }
  button[disabled], button.disabled,
  .button[disabled],
  .button.disabled,
  .buttonstyle[disabled],
  .buttonstyle.disabled,
  input[type="button"][disabled],
  input[type="button"].disabled {
    background-color: #ccc;
    border-color: #ccc;
    color: #666;
    opacity: 0.5; }
  button a,
  .button a,
  .buttonstyle a,
  input[type="button"] a {
    color: #fff; }
    button a:hover,
    .button a:hover,
    .buttonstyle a:hover,
    input[type="button"] a:hover {
      color: #84bd00; }
  button i.left,
  .button i.left,
  .buttonstyle i.left,
  input[type="button"] i.left {
    margin-right: 0.6em; }
  button i.right,
  .button i.right,
  .buttonstyle i.right,
  input[type="button"] i.right {
    margin-left: 0.6em; }

.button-text {
  background-color: transparent;
  border-width: 0;
  color: #84bd00;
  padding: 0; }
  .button-text:hover {
    background-color: transparent;
    text-decoration: underline; }

.button-full-width {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%; }

#wrapper {
  background-color: #fff;
  border: 0;
  left: 0;
  margin: auto;
  position: relative;
  transition: left 0.2s ease-in;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #wrapper {
      width: 760px; } }
  @media screen and (min-width: 960px) {
    #wrapper {
      width: 960px; } }
  #wrapper.pt_storefront, #wrapper.pt_order-confirmation {
    width: 100%; }
  #wrapper.pt_categorylanding {
    width: 100%; }
    #wrapper.pt_categorylanding .primary-content {
      padding-bottom: 0; }
      @media screen and (min-width: 768px) {
        #wrapper.pt_categorylanding .primary-content {
          width: 80%; } }
    #wrapper.pt_categorylanding .refinements {
      border-right: 0;
      display: none;
      width: 0; }
      @media screen and (min-width: 768px) {
        #wrapper.pt_categorylanding .refinements {
          display: block;
          width: 20%; } }
  #wrapper.pt_product-details .primary-content {
    padding-top: 1rem; }
  #wrapper.menu-active {
    left: 50%; }
  @media screen and (min-width: 768px) {
    #wrapper.menu-active {
      left: auto; } }

.primary-content {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .primary-content {
      border-left: 1px solid #e0e0e0;
      float: right;
      margin-left: -1px;
      padding: 0 0 20px;
      position: relative;
      width: 787px; }
      .primary-focus .primary-content {
        border: none;
        float: left;
        margin: 0;
        width: 76%; }
      .full-width .primary-content {
        border: none;
        width: 100%; } }

#secondary {
  border: 0;
  float: none;
  font-size: 1.1em;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #secondary {
      background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
      border-right: 1px solid #e0e0e0;
      float: left;
      width: 172px;
      position: relative; }
      #secondary nav {
        padding-left: 10px;
        padding-right: 10px; }
        #secondary nav a {
          display: block; }
      .primary-focus #secondary {
        background: none;
        border: none;
        box-sizing: border-box;
        float: left;
        padding-left: .4rem;
        width: 24%; } }
  .pt_content-search-result #secondary,
  .pt_order #secondary {
    display: none; }
    @media screen and (min-width: 768px) {
      .pt_content-search-result #secondary,
      .pt_order #secondary {
        display: block; } }

.secondary-content {
  clear: both; }

.ui-widget-overlay {
  background: url("../images/interface/ui-overlay-shadow.png") repeat scroll 50% 50% #333333;
  opacity: 0.4; }

.ui-dialog {
  background-color: #fff;
  padding: 0; }
  .ui-dialog .ui-widget-header {
    background-color: #efefef;
    border: 0 none;
    border-radius: 0 0 0 0;
    height: 23px;
    text-transform: uppercase; }
  .ui-dialog .ui-dialog-title {
    color: #333333;
    font-weight: bold; }
  .ui-dialog .ui-icon-closethick {
    background-image: url("../images/interface/icon-ui-close.png");
    background-position: left top;
    height: 32px;
    width: 32px;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0; }
  .ui-dialog .ui-dialog-titlebar-close {
    background-color: transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    height: 32px;
    margin: 0;
    opacity: .5;
    padding: 0;
    right: 0;
    top: 0;
    width: 32px; }
    .ui-dialog .ui-dialog-titlebar-close:hover {
      opacity: 1; }
    .ui-dialog .ui-dialog-titlebar-close span {
      margin: 0;
      padding: 0; }
  .ui-dialog h1,
  .ui-dialog h2 {
    font-size: 1.8em;
    font-style: italic;
    font-weight: 400;
    margin: 5px 158px 5px 0; }

.no-close .ui-dialog-titlebar-close {
  display: none; }

.ui-accordion .ui-accordion-content {
  padding: 0; }

.ui-tabs .ui-tabs-nav {
  height: 2.45em;
  padding: 0; }
  .ui-tabs .ui-tabs-nav li {
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 3px 0; }
    .ui-tabs .ui-tabs-nav li.ui-state-active {
      border-bottom-color: #84bd00; }
      .ui-tabs .ui-tabs-nav li.ui-state-active a {
        color: #000;
        font-weight: 700; }
    .ui-tabs .ui-tabs-nav li a {
      color: #999; }

.ui-tabs .ui-tabs-panel {
  background-color: #fff;
  border: 1px solid #fff;
  line-height: 1.5em;
  margin: 0;
  padding: 20px 10px; }
  @media screen and (min-width: 768px) {
    .ui-tabs .ui-tabs-panel h3 {
      display: none; } }

#vertical-carousel {
  height: 19rem;
  position: relative;
  overflow: hidden; }
  #vertical-carousel ul {
    height: 10000em;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    #vertical-carousel ul li {
      float: left;
      height: 19rem;
      width: 100%; }
      #vertical-carousel ul li .capture-product-id {
        display: none; }
  #vertical-carousel .jcarousel-nav {
    color: #999;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 700;
    position: absolute;
    right: 0;
    text-transform: uppercase; }
    #vertical-carousel .jcarousel-nav:hover {
      color: #84bd00; }
    #vertical-carousel .jcarousel-nav.inactive {
      display: none; }
  #vertical-carousel .jcarousel-prev {
    bottom: 30px; }
  #vertical-carousel .jcarousel-next {
    bottom: 0; }

.js .simple-submit {
  display: none; }

legend {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #efefef;
  border-bottom: 1em solid #fff;
  font-size: 1.1em;
  font-weight: 700;
  margin: 0;
  padding: 1.16em 2% .83em;
  position: relative;
  text-transform: uppercase;
  width: 96%; }
  .ie7 legend {
    width: 94%; }
  legend span {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    text-transform: none;
    padding: 0 .5em; }
    legend span em {
      color: #333333; }

label {
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: .3rem; }
  .form-horizontal label {
    float: left;
    margin-top: .5rem;
    margin-bottom: 0;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .form-horizontal label {
        text-align: right;
        width: 25%; } }
  .label-inline label {
    display: inline;
    float: none;
    font-size: 1em;
    font-weight: 400;
    margin-top: 0;
    text-align: left;
    width: auto; }
  .label-above label {
    margin-bottom: .3rem;
    width: auto; }

.form-label-text {
  float: left;
  font-size: 1.1em;
  font-weight: 700;
  padding: 0.75em 0 0;
  text-align: right;
  width: 25%; }

.form-row {
  margin: .5rem 0 1rem; }

.form-row-button {
  clear: left; }
  @media screen and (min-width: 768px) {
    .form-horizontal .form-row-button {
      margin-left: 27%;
      width: 62%; } }

.field-wrapper {
  box-sizing: border-box;
  margin-bottom: .5rem;
  width: 100%; }
  .form-horizontal .field-wrapper {
    float: left;
    width: 76%; }
    @media screen and (min-width: 768px) {
      .form-horizontal .field-wrapper {
        padding-left: 2%;
        width: 50%; } }
  .label-inline .field-wrapper {
    float: left;
    padding-left: 0;
    width: auto; }
  .label-above .field-wrapper {
    float: none;
    padding-left: 0;
    width: auto; }

input[type="text"],
input[type="number"],
input[type="password"],
input[type="date"] textarea {
  border: 1px solid #aaa;
  box-sizing: border-box;
  padding: 0.7em 0.5em;
  text-indent: 0;
  width: 100%; }

select {
  background-color: #fff;
  width: 100%;
  height: 2rem; }

input[type="checkbox"],
input[type="radio"] {
  margin: 1em 1% 1em 2%; }
  .label-inline input[type="checkbox"], .label-inline
  input[type="radio"] {
    margin: 0 .3rem 0 0; }

.form-caption {
  clear: left;
  width: auto; }
  @media screen and (min-width: 768px) {
    .form-horizontal .form-caption {
      margin-left: 27%; } }
  .label-above .form-caption {
    margin-left: 0; }
  .form-indent .form-caption {
    margin-left: 0; }

@media screen and (min-width: 768px) {
  .form-indent {
    margin-left: 27%; } }

.error-message {
  border: 2px solid #a10a0a;
  background-color: #faeded;
  padding: 0.7em 0.5em;
  text-indent: 0;
  width: 49.5966%; }

.error {
  background-color: #faeded;
  border-color: #a10a0a;
  color: #a10a0a; }

span.error,
div.error {
  background: none; }

.error-form {
  background-color: #cebdb3;
  border: 1px solid #a10a0a;
  border-radius: .5em;
  color: #a10a0a;
  margin: 0.5em 0;
  padding: 0.8em; }

.form-inline form {
  padding: 0 0 2em;
  width: 98%; }

.form-inline label {
  padding: 0 0 0.75em;
  text-transform: uppercase;
  width: auto; }

.form-inline input[type="text"], .form-inline select {
  margin-left: 0;
  width: 95%; }

.form-inline button {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

.row-inline {
  display: inline; }
  .row-inline label {
    width: auto; }

.dialog-required {
  display: inline;
  position: relative;
  padding: 0 .5em; }
  .dialog-required em {
    color: #a10a0a;
    font-size: .65rem;
    font-style: normal;
    text-transform: uppercase; }

.required-indicator {
  color: #a10a0a;
  font-size: 1rem;
  padding: 0; }

.form-field-tooltip {
  float: left;
  margin-left: 3%;
  padding-top: .75em;
  width: 20%; }

.item-list {
  margin-bottom: 1em; }
  .item-list tr {
    border-bottom: 1px solid #e0e0e0; }
    .item-list tr.last {
      border: 0 none; }
    .item-list tr.headings {
      display: none; }
  .item-list td {
    padding: 1em;
    vertical-align: top; }

.item-details .product-list-item .name {
  font-size: 1.2em;
  font-style: italic; }

.item-details .product-list-item .value {
  font-weight: 700; }

.item-details .product-list-item .promo {
  color: #a10a0a; }

.item-details .product-list-item .price-standard {
  color: #999;
  text-decoration: line-through; }

.item-availability ul,
.item-quantity-details ul {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.item-dashboard {
  color: #aaa;
  width: 16rem; }
  .item-dashboard label {
    font-weight: normal;
    width: auto; }
  .item-dashboard .field-wrapper {
    width: auto; }
  .item-dashboard .option-quantity-desired input {
    width: 3rem; }
  .item-dashboard .value {
    margin-top: .5rem; }
  .item-dashboard .form-row {
    margin: 0; }
  .item-dashboard input,
  .item-dashboard .value,
  .item-dashboard select .option-toggle-public label {
    color: #333333; }
  .item-dashboard .input-checkbox {
    margin: 0 5px; }
  .item-dashboard .option-add-to-cart {
    margin-top: .5rem;
    width: 18rem;
    width: max-content; }
    .item-dashboard .option-add-to-cart label {
      color: #333333;
      float: left;
      font-weight: 700;
      margin: .5rem .5rem 0 0;
      text-transform: uppercase;
      width: auto; }
    .item-dashboard .option-add-to-cart input {
      width: 3rem;
      margin-right: 1em; }
    .item-dashboard .option-add-to-cart button {
      padding: 0.5em 1.5em; }
  .item-dashboard .option-quantity-purchased span.exceeded {
    color: #a10a0a; }

.tooltip {
  cursor: help;
  position: relative; }
  .tooltip.product-tile {
    cursor: pointer; }

.tooltip-content {
  display: none; }

.ui-tooltip.ui-widget-content {
  background: #333333;
  border-radius: 3px;
  box-shadow: 2px 3px 3px 0 #999;
  color: #fff; }

.ui-tooltip-content {
  padding: 0.3em; }
  .ui-tooltip-content .recommendation-tooltip-header {
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.5em; }
    .ui-tooltip-content .recommendation-tooltip-header .product-price {
      font-weight: 400; }
      .ui-tooltip-content .recommendation-tooltip-header .product-price .price-standard {
        color: #999;
        text-decoration: line-through; }
  .ui-tooltip-content .recommendation-tooltip-description,
  .ui-tooltip-content .recommendation-tooltip-attributes {
    padding: 0.8em; }
  .ui-tooltip-content .shipping-method-cost,
  .ui-tooltip-content .surcharge-product,
  .ui-tooltip-content .promo {
    text-align: right;
    padding-bottom: .3rem; }
  .ui-tooltip-content .shippingtotal {
    clear: right;
    text-align: right;
    margin-top: .3rem; }
    .ui-tooltip-content .shippingtotal .value {
      border-top: 1px solid #424242;
      padding-top: .3rem; }

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

.slot-grid-header p {
  margin: 0;
  padding: 0; }

.product-listing-1x4 {
  background: none repeat scroll 0 0 #fff;
  overflow: hidden;
  padding: .83em 0; }
  .product-listing-1x4 .search-result-items .grid-tile {
    margin: 0 1% 0 2%;
    width: 18%; }

.account-nav-asset {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
  line-height: 1.5em;
  margin: 3.33em .83em;
  padding: .83em 0; }
  .account-nav-asset h2 {
    font-style: italic;
    font-weight: 400;
    margin: 1.16em 0 1.66em; }

.content-asset p {
  line-height: 1.6em;
  margin: 1em 0; }

.content-asset ul,
.content-asset ol {
  line-height: 1.6em;
  margin: 1em 0;
  padding: 0 1.5em; }

.content-asset address {
  margin: 1em 0; }

.content-asset ul li {
  list-style: square outside none; }

.content-asset ol li {
  list-style: decimal outside none; }

.content-asset .account-options {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0; }
  .content-asset .account-options li {
    background-color: #666;
    border: 3px solid #ccc;
    border-radius: 5px;
    list-style-type: none;
    margin: 1rem;
    text-align: center;
    width: 35%;
    transition: all 1000ms ease; }
    .content-asset .account-options li:hover {
      background-color: #64772d;
      border-color: #64772d; }
    .content-asset .account-options li a {
      color: #fff;
      display: block;
      padding: 1rem; }
      .content-asset .account-options li a i {
        font-size: 6rem; }

.browser-compatibility-alert {
  background-color: #a10a0a;
  color: #fff;
  font-size: 1.3em;
  line-height: 2em;
  padding: 0.8em;
  top: 112px;
  position: absolute;
  width: 100%;
  z-index: 1; }

.folder-slot {
  border-style: solid;
  border-color: #019328;
  border-width: 1px;
  background-color: white;
  padding: 0.5em 0.5em; }
  .folder-slot h2 {
    color: #019328;
    margin: 0.5em 0em; }

.menu-slot {
  display: none;
  border-top: 1px solid #faeded;
  margin-top: 0.5em;
  padding-top: 1.5em; }
  .menu-slot .social-links {
    padding-left: 0; }
    .menu-slot .social-links li {
      display: inline-block;
      padding-left: 0; }
  @media screen and (min-width: 768px) {
    .menu-slot {
      width: 13.5rem;
      display: block; } }

#homepage-slides {
  margin: 0;
  position: relative;
  width: 20000em; }
  #homepage-slides .slide {
    float: left;
    overflow: hidden;
    position: relative; }
    #homepage-slides .slide img {
      height: auto;
      max-width: 160%; }
      @media screen and (min-width: 768px) {
        #homepage-slides .slide img {
          max-width: 100%; } }
    #homepage-slides .slide .banner-message {
      position: absolute;
      top: 10%; }
      @media screen and (min-width: 768px) {
        #homepage-slides .slide .banner-message {
          top: 2%; } }
      #homepage-slides .slide .banner-message .banner-text1 {
        font-family: Lato, sans-serif;
        font-size: 2rem;
        font-weight: 300;
        text-transform: uppercase; }
        @media screen and (min-width: 768px) {
          #homepage-slides .slide .banner-message .banner-text1 {
            font-size: 5rem;
            font-weight: 200; } }
      #homepage-slides .slide .banner-message .banner-text2 {
        font-family: Crete Round, serif;
        font-size: 1.5rem;
        font-style: italic;
        text-transform: lowercase; }
        @media screen and (min-width: 768px) {
          #homepage-slides .slide .banner-message .banner-text2 {
            font-size: 4rem; } }
      #homepage-slides .slide .banner-message .banner-text3 {
        font-family: Lato, sans-serif;
        font-size: 0.5rem;
        font-weight: 400;
        text-transform: uppercase; }
        @media screen and (min-width: 768px) {
          #homepage-slides .slide .banner-message .banner-text3 {
            font-size: 1.3rem;
            font-weight: 200; } }
  #homepage-slides .slide1 .banner-message {
    left: 3%; }
    #homepage-slides .slide1 .banner-message .banner-text1 {
      color: #00629b;
      display: inline; }
    #homepage-slides .slide1 .banner-message .banner-text2 {
      color: #fff;
      display: inline; }
    #homepage-slides .slide1 .banner-message .banner-text3 {
      color: #fff;
      text-align: right; }
  #homepage-slides .slide2 .banner-message {
    left: 3%; }
    #homepage-slides .slide2 .banner-message .banner-text1 {
      color: #84bd00;
      display: inline;
      letter-spacing: -0.1rem; }
    #homepage-slides .slide2 .banner-message .banner-text2 {
      color: #aaa;
      display: inline; }
    #homepage-slides .slide2 .banner-message .banner-text3 {
      color: #000; }
  #homepage-slides .slide3 .banner-message {
    left: 3%; }
    #homepage-slides .slide3 .banner-message .banner-text1 {
      color: #84bd00;
      display: inline;
      margin-top: -2rem; }
    #homepage-slides .slide3 .banner-message .banner-text2 {
      color: #fff;
      display: inline; }
    #homepage-slides .slide3 .banner-message .banner-text3 {
      color: #000; }
  #homepage-slides .slide4 .banner-message {
    right: 3%; }
    #homepage-slides .slide4 .banner-message .banner-text1 {
      color: #84bd00;
      margin-top: 0rem;
      text-indent: 3rem; }
      @media screen and (min-width: 768px) {
        #homepage-slides .slide4 .banner-message .banner-text1 {
          margin-top: -1rem; } }
    #homepage-slides .slide4 .banner-message .banner-text2 {
      color: #fff; }
    #homepage-slides .slide4 .banner-message .banner-text3 {
      color: #fff; }
  #homepage-slides .slide5 .banner-message {
    left: 15%; }
    #homepage-slides .slide5 .banner-message .banner-text1 {
      color: #00629b;
      display: inline; }
    #homepage-slides .slide5 .banner-message .banner-text2 {
      color: #a10a0a;
      display: inline; }
    #homepage-slides .slide5 .banner-message .banner-text3 {
      color: #fff; }

#home-bottom-left {
  margin: auto;
  max-width: 320px;
  position: relative;
  text-align: center;
  width: 100%; }
  #home-bottom-left h2 {
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 2rem;
    font-weight: 100;
    margin: 0;
    padding: 1rem 0;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      #home-bottom-left h2 {
        font-size: 2.3rem; } }
  #home-bottom-left ul {
    margin: -.5em 0 .5em 0; }
    #home-bottom-left ul li {
      border-right: 1px solid #666;
      color: #666;
      display: inline;
      font-family: Lato, sans-serif;
      font-size: .8rem;
      font-weight: 400;
      list-style: none outside none;
      margin: 0 5px 0 0;
      padding: 0 5px 0 0;
      text-transform: uppercase; }
      #home-bottom-left ul li:last-child {
        border: 0 none; }
      #home-bottom-left ul li span {
        margin: 0 10px 0 0; }
  #home-bottom-left img {
    display: block; }

#home-bottom-center {
  width: 100%;
  margin: auto;
  max-width: 320px;
  position: relative; }
  #home-bottom-center .home-bottom-center-text {
    position: absolute;
    text-align: center;
    top: 18%;
    width: 100%; }
    #home-bottom-center .home-bottom-center-text h1 {
      color: #00629b;
      font-family: Crete Round, serif;
      font-size: 4rem;
      font-style: italic;
      font-weight: normal;
      margin: 0;
      padding: 0;
      text-transform: lowercase; }
    #home-bottom-center .home-bottom-center-text h2 {
      color: #666;
      font-family: Lato, sans-serif;
      font-size: 1.3rem;
      font-weight: 100;
      letter-spacing: .2em;
      margin-top: -.05rem;
      text-transform: uppercase; }
    #home-bottom-center .home-bottom-center-text h3 {
      color: #666;
      font-family: Crete Round, serif;
      font-size: .8rem;
      font-weight: normal;
      margin-top: -1rem;
      text-transform: uppercase; }
  #home-bottom-center img {
    display: block; }

.home-bottom-right {
  font-family: Lato, sans-serif;
  width: 100%;
  margin: auto;
  max-width: 320px;
  position: relative;
  text-align: center; }
  .home-bottom-right .home-bottom-right-header h2 {
    color: #666;
    font-size: 0.7rem;
    font-weight: 400;
    padding: .5em 0 0 0;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .home-bottom-right .home-bottom-right-header h2 {
        font-size: 2.3rem;
        font-weight: 200; } }
  .home-bottom-right .home-bottom-right-header h3 {
    color: #64772d;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 200;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .home-bottom-right .home-bottom-right-header h3 {
        font-size: 2.3rem; } }
  .home-bottom-right .home-bottom-right-header img {
    display: block; }
  .home-bottom-right .product-tile {
    border: 0 none;
    margin: 1em auto 0;
    min-height: 255px;
    width: 90%; }
    .home-bottom-right .product-tile img {
      box-shadow: 0px 0px 5px 3px #ccc;
      max-width: 90%; }
    .home-bottom-right .product-tile .product-name {
      height: auto; }
    .home-bottom-right .product-tile .product-sales-price {
      color: #000; }

.cart-recommendations {
  margin-top: 1rem; }
  .cart-recommendations .product-listing {
    background-color: #efefef;
    padding: 1rem 0; }

.cart-recommendations .tiles-container,
.category-slot .tiles-container,
.product-slot .tiles-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
  .cart-recommendations .tiles-container .grid-tile,
  .category-slot .tiles-container .grid-tile,
  .product-slot .tiles-container .grid-tile {
    box-shadow: none;
    margin: 1rem;
    padding: 1rem;
    width: 25%; }

.cart-recommendations h1,
.category-slot h1,
.product-slot h1 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  position: absolute;
  text-align: right;
  bottom: 2%;
  left: 2%; }
  @media screen and (min-width: 768px) {
    .cart-recommendations h1,
    .category-slot h1,
    .product-slot h1 {
      font-weight: 100; } }

.cart-recommendations h2,
.category-slot h2,
.product-slot h2 {
  color: #008578;
  font-family: Crete Round, serif;
  font-size: 1.5rem;
  font-style: italic;
  margin: 0;
  padding: .1rem .5rem; }

.cart-recommendations h3,
.category-slot h3,
.product-slot h3 {
  background-color: #fff;
  bottom: 0;
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  margin: 0;
  opacity: .6;
  padding: 2rem;
  position: absolute;
  text-transform: uppercase;
  width: 100%; }

.cart-recommendations .catlanding-banner,
.category-slot .catlanding-banner,
.product-slot .catlanding-banner {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .cart-recommendations .catlanding-banner img,
  .category-slot .catlanding-banner img,
  .product-slot .catlanding-banner img {
    height: auto;
    width: 100%; }

.cart-recommendations .category-tile,
.category-slot .category-tile,
.product-slot .category-tile {
  float: left;
  overflow: hidden;
  padding: 0 .15%;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .cart-recommendations .category-tile,
    .category-slot .category-tile,
    .product-slot .category-tile {
      width: 33%; } }
  .cart-recommendations .category-tile img,
  .category-slot .category-tile img,
  .product-slot .category-tile img {
    height: auto;
    width: 100%; }

.cart-recommendations .cat-banner,
.category-slot .cat-banner,
.product-slot .cat-banner {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .cart-recommendations .cat-banner img,
  .category-slot .cat-banner img,
  .product-slot .cat-banner img {
    height: auto;
    width: 100%; }
  .cart-recommendations .cat-banner h1,
  .category-slot .cat-banner h1,
  .product-slot .cat-banner h1 {
    color: #333333;
    right: 2%; }

.cart-recommendations .search-result-items .grid-tile,
.category-slot .search-result-items .grid-tile,
.product-slot .search-result-items .grid-tile {
  box-shadow: none;
  margin: 0;
  padding: 0 .15%;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .cart-recommendations .search-result-items .grid-tile,
    .category-slot .search-result-items .grid-tile,
    .product-slot .search-result-items .grid-tile {
      width: 33%; } }
  .cart-recommendations .search-result-items .grid-tile .product-tile,
  .category-slot .search-result-items .grid-tile .product-tile,
  .product-slot .search-result-items .grid-tile .product-tile {
    margin: 0 .15%;
    padding: 1rem 0;
    width: 100%; }
    .cart-recommendations .search-result-items .grid-tile .product-tile .product-name,
    .category-slot .search-result-items .grid-tile .product-tile .product-name,
    .product-slot .search-result-items .grid-tile .product-tile .product-name {
      font-family: Lato, sans-serif;
      font-size: 1.2rem;
      font-weight: 100;
      height: auto;
      margin-top: .5em;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .cart-recommendations .search-result-items .grid-tile .product-tile .product-name a,
      .category-slot .search-result-items .grid-tile .product-tile .product-name a,
      .product-slot .search-result-items .grid-tile .product-tile .product-name a {
        color: #00629b; }
    .cart-recommendations .search-result-items .grid-tile .product-tile .product-pricing,
    .category-slot .search-result-items .grid-tile .product-tile .product-pricing,
    .product-slot .search-result-items .grid-tile .product-tile .product-pricing {
      font-family: Lato, sans-serif;
      font-size: 1rem; }

.html-slot {
  background-color: #efefef;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 1px 0; }
  .html-slot h1 {
    color: #00629b;
    font-family: Lato, sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 1rem;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .html-slot h1 {
        font-weight: 100; } }
    .html-slot h1 a {
      font-family: Crete Round, serif; }

nav[role="navigation"] {
  color: #fff;
  left: -50%;
  margin-top: 0;
  position: absolute;
  width: 50%;
  top: 0; }
  @media screen and (min-width: 768px) {
    nav[role="navigation"] {
      color: #333333;
      left: auto;
      margin-top: -4em;
      position: static;
      width: 100%; } }

.menu-toggle {
  background-color: transparent;
  border: none;
  color: #333333;
  display: block;
  float: left;
  margin-left: 0.2em;
  padding: 0.5em; }
  @media screen and (min-width: 768px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle:hover {
    background-color: transparent; }
  .menu-toggle .menu-icon {
    font-size: 2em; }

.menu-category {
  border-bottom: 5px solid #4d4c4c;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .menu-category {
      border-bottom: 1px solid #ccc;
      margin: 1.35em auto 0;
      width: 100%; } }
  .menu-category li {
    border-top: 1px solid #1a1919;
    list-style: none; }
    @media screen and (min-width: 768px) {
      .menu-category li {
        border: none;
        float: left; }
        .menu-category li:hover &gt; a {
          background-color: transparent; } }
  .menu-category a {
    color: #84bd00;
    display: inline-block;
    font-size: .9rem;
    padding: .9rem 1rem;
    overflow: visible;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .menu-category a {
        font-size: .75rem;
        width: auto; } }
    @media screen and (min-width: 960px) {
      .menu-category a {
        padding: 1em 2rem; } }

.level-1 &gt; li {
  background-color: transparent; }
  .level-1 &gt; li:first-child {
    border: none; }
  .level-1 &gt; li .menu-item-toggle {
    color: #84bd00;
    cursor: pointer;
    float: left;
    line-height: 1.1;
    padding: 1rem 0.8rem;
    transition: background-color 0.3s;
    width: 2.1rem; }
    .level-1 &gt; li .menu-item-toggle:hover {
      background-color: #1a1919; }
    @media screen and (min-width: 768px) {
      .level-1 &gt; li .menu-item-toggle {
        display: none; } }
  .level-1 &gt; li a {
    transition: background-color 0.3s, color 0.3s; }
    .level-1 &gt; li a:hover {
      background-color: #1a1919; }
    @media screen and (min-width: 768px) {
      .level-1 &gt; li a:hover {
        background-color: transparent; } }
  .level-1 &gt; li &gt; a {
    float: left;
    padding-left: 0.8rem; }
    .level-1 &gt; li &gt; a.has-sub-menu {
      width: calc(100% - 2.1rem); }
    @media screen and (min-width: 768px) {
      .level-1 &gt; li &gt; a {
        float: none;
        padding-left: 1rem;
        width: 100%; }
        .level-1 &gt; li &gt; a.has-sub-menu {
          width: 100%; }
        .level-1 &gt; li &gt; a:hover {
          background-color: #608a00;
          color: #fff; } }
    @media screen and (min-width: 960px) {
      .level-1 &gt; li &gt; a {
        padding-left: 2rem; } }

.level-2 {
  clear: left;
  display: none; }
  .level-2 &gt; ul {
    padding-bottom: .5em;
    padding-left: 2.1rem; }
  .level-1 &gt; .active .level-2 {
    display: block; }
  @media screen and (min-width: 768px) {
    .level-2 {
      background-color: #fff;
      box-shadow: 0 3px 3px 2px rgba(66, 66, 66, 0.3);
      color: #333333;
      padding: 0;
      position: absolute;
      z-index: 1; }
      .level-1 li:hover .level-2 {
        display: block; }
      .level-2 a {
        color: #84bd00; }
        .level-2 a:hover {
          text-decoration: underline; }
      .level-2 &gt; ul {
        float: left;
        padding-left: 0; }
        .level-2 &gt; ul &gt; li {
          float: none;
          min-width: 12em; }
          .level-2 &gt; ul &gt; li &gt; a {
            padding: 0.5em 1rem;
            text-transform: none; }
      .level-2 .menu-vertical &gt; li &gt; a:first-child {
        padding-top: 1em; }
      .level-2 .menu-horizontal {
        float: none; }
        .level-2 .menu-horizontal &gt; li {
          border-right: 1px solid #e0e0e0;
          float: left;
          padding-right: 2rem; }
          .level-2 .menu-horizontal &gt; li:last-child {
            border-right: none; }
      .level-2 .banner {
        float: left; } }
  .level-2 .banner {
    display: none; }
    @media screen and (min-width: 768px) {
      .level-2 .banner {
        display: block; } }
    .level-2 .banner img {
      vertical-align: top; }

.level-3 {
  display: none;
  padding-left: 2em; }
  .level-2 .active .level-3 {
    display: block; }
  @media screen and (min-width: 768px) {
    .level-3 {
      display: block; }
      .level-3 a {
        color: #3d5700;
        font-weight: normal;
        font-size: 1em;
        padding: 0; }
      .level-3 li {
        float: none;
        padding: 0.4em; } }

.menu-utility-user {
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .menu-utility-user {
      position: absolute;
      right: 9.7em;
      top: .2em; } }
  .menu-utility-user li {
    border-top: 1px solid #1a1919;
    list-style: none;
    padding: 0.8em 1rem; }
    .menu-utility-user li:first-child {
      border: none; }
    .menu-utility-user li i {
      font-size: 1.5em;
      padding: 0 8px 0 0; }
    @media screen and (min-width: 768px) {
      .menu-utility-user li {
        background-color: transparent;
        border-color: transparent;
        float: left;
        margin: 0;
        padding: 0.1em 1.5em 0;
        text-align: center; }
        .menu-utility-user li:first-child {
          border: none; } }
    .menu-utility-user li a {
      color: #fff;
      text-decoration: none; }
      .menu-utility-user li a:active {
        color: #84bd00; }
      @media screen and (min-width: 768px) {
        .menu-utility-user li a {
          color: #999;
          transition: color .5s ease; }
          .menu-utility-user li a:hover {
            color: #84bd00;
            text-decoration: none; }
          .menu-utility-user li a i {
            display: block;
            font-size: 3em;
            padding: 0; }
          .menu-utility-user li a span {
            display: none; } }
  @media screen and (min-width: 768px) {
    .menu-utility-user .user-info {
      position: relative;
      transition: color .5s ease; }
      .menu-utility-user .user-info.active .user-login {
        color: #84bd00; }
      .menu-utility-user .user-info.active .user-panel {
        opacity: 1;
        visibility: visible; } }
  .menu-utility-user .user-info .user-panel {
    box-sizing: content-box;
    margin-top: .5rem;
    text-align: left;
    transition: all .3s ease;
    width: 10rem;
    width: max-content; }
    .menu-utility-user .user-info .user-panel h3 {
      display: none;
      margin: 0;
      padding-bottom: .7em;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) {
        .menu-utility-user .user-info .user-panel h3 {
          display: block; } }
    @media screen and (min-width: 768px) {
      .menu-utility-user .user-info .user-panel {
        background-color: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        box-shadow: 0 2px 5px 0 #ccc;
        margin-top: 0;
        opacity: 0;
        padding: 1em;
        position: absolute;
        right: -1.5rem;
        visibility: hidden;
        z-index: 20; } }
    .menu-utility-user .user-info .user-panel .user-links {
      padding-left: 1.5rem;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .menu-utility-user .user-info .user-panel .user-links {
          padding-left: 0; } }
    .menu-utility-user .user-info .user-panel a {
      color: #84bd00;
      display: block;
      padding: .5rem 0; }
      @media screen and (min-width: 768px) {
        .menu-utility-user .user-info .user-panel a {
          padding: 0;
          margin-bottom: .5rem; } }
    .menu-utility-user .user-info .user-panel .user-logout {
      color: #fff;
      margin-top: .5rem;
      padding: 0.5em 2em;
      text-transform: uppercase; }
      .menu-utility-user .user-info .user-panel .user-logout:hover {
        color: #84bd00; }

.country-selector {
  border-bottom: 5px solid #4d4c4c;
  color: #fff;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .country-selector {
      border-bottom: none;
      padding: 0;
      position: absolute;
      top: -1rem;
      right: .2rem;
      z-index: 30;
      width: auto; } }
  .country-selector .selector {
    display: none;
    margin-top: .5rem;
    padding-left: 2rem; }
    .country-selector .selector.active {
      display: block; }
    @media screen and (min-width: 768px) {
      .country-selector .selector {
        background-color: #fff;
        border-radius: 3px;
        box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.3);
        margin-top: 1rem;
        padding: 1rem; } }
  .country-selector .current-country {
    cursor: pointer;
    padding: .8em 1rem; }
    .country-selector .current-country.selector-active {
      border-bottom: 1px solid #1a1919; }
      .country-selector .current-country.selector-active .selector-icon {
        transform: rotate(270deg); }
    @media screen and (min-width: 768px) {
      .country-selector .current-country {
        padding: 0; }
        .country-selector .current-country.selector-active {
          border-bottom: none;
          padding-bottom: 0;
          position: absolute;
          right: 0; } }
    .country-selector .current-country .selector-icon {
      margin-right: .3rem; }
      @media screen and (min-width: 768px) {
        .country-selector .current-country .selector-icon {
          float: right;
          margin-right: 0;
          margin-left: .3rem;
          transform: rotate(90deg); } }
    .country-selector .current-country .flag-icon {
      border: none; }
  .country-selector .continent-name {
    margin-top: 0;
    margin-bottom: .5rem; }
    @media screen and (min-width: 768px) {
      .country-selector .continent-name {
        color: #a10a0a; } }
  .country-selector .country {
    margin-bottom: .5rem; }
  .country-selector .locale {
    border-right: 1px solid #e0e0e0;
    display: inline-block;
    padding: 0 .3rem;
    vertical-align: middle; }
    .country-selector .locale:first-of-type {
      padding-left: 0; }
    .country-selector .locale:last-of-type {
      border-right: none;
      padding-right: 0; }
  .country-selector .flag-icon {
    border: 1px solid #e0e0e0;
    margin-right: .3rem; }

.top-banner {
  position: relative; }
  .top-banner * {
    box-sizing: border-box; }

.primary-logo {
  height: 38px;
  padding: .1em 0 0 0;
  margin: 0 auto;
  width: 200px;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .primary-logo {
      margin: 0;
      padding: 0.3em 0 0 .5em; } }

.header-banner {
  display: block; }
  .header-banner .header-promotion {
    background-color: #64772d;
    color: #fff;
    padding: 3px 0 2px;
    text-align: center; }

.header-search {
  color: #fff;
  width: 100%;
  background-color: #666; }
  @media screen and (min-width: 768px) {
    .header-search {
      background-color: #fff;
      border: 1px solid #999;
      border-radius: 10px;
      color: #999;
      height: 2.5em;
      margin: 1.6em auto 0;
      position: relative;
      width: 300px;
      z-index: 1; } }
  .header-search form {
    margin-bottom: 1px; }
  .header-search input[type="text"] {
    background-color: transparent;
    border: none;
    float: left;
    margin: 0;
    padding-left: 1rem;
    height: 2.3rem;
    width: 85%;
    width: calc(100% - 2.5rem); }
    @media screen and (min-width: 768px) {
      .header-search input[type="text"] {
        height: 1.75rem;
        padding: 0 1rem; } }
  .header-search button {
    background-color: transparent;
    border: none;
    color: #999;
    padding: .7em .5em; }
    @media screen and (min-width: 768px) {
      .header-search button {
        padding: .4em .5em; } }
    .header-search button:hover {
      color: #84bd00; }
    .header-search button i {
      font-size: 1.4em; }

#mini-cart {
  position: absolute;
  right: 1.6em;
  top: .2em;
  z-index: 20; }
  @media screen and (min-width: 768px) {
    #mini-cart {
      right: 5.7em;
      top: .5em; } }
  #mini-cart .mini-cart-name a {
    color: #84bd00; }

.mini-cart-total {
  position: relative; }
  .mini-cart-total .mini-cart-link {
    color: #84bd00;
    text-transform: uppercase; }
    .mini-cart-total .mini-cart-link i {
      font-size: 3em; }
    .mini-cart-total .mini-cart-link .minicart-quantity {
      background-color: #a10a0a;
      border-radius: 10px;
      color: #fff;
      padding: 1px 4px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0; }

.mini-cart-total .mini-cart-empty {
  color: #999;
  transition: color 500ms ease; }
  .mini-cart-total .mini-cart-empty:hover {
    color: #84bd00;
    text-decoration: none; }
  .mini-cart-total .mini-cart-empty .minicart-quantity {
    background-color: #fff;
    border: 1px solid #999;
    color: #999; }

.mini-cart-content {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: -2px 3px 3px rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  right: 0;
  top: 2.5em;
  width: 18rem; }
  #mini-cart:hover .mini-cart-content {
    display: block; }

.mini-cart-header {
  font-size: 1.1em;
  font-weight: 700;
  padding: 1em 1em 0.5em;
  text-transform: uppercase; }

.mini-cart-products {
  max-height: 360px;
  padding: 0.5em;
  overflow: auto; }

.mini-cart-product {
  border-bottom: 1px solid #aaa;
  overflow: hidden;
  padding: 0.5em;
  position: relative; }
  .mini-cart-product:last-of-type {
    border: none; }
  .mini-cart-product.collapsed .mini-cart-name,
  .mini-cart-product.collapsed .mini-cart-attributes,
  .mini-cart-product.collapsed .mini-cart-pricing,
  .mini-cart-product.collapsed .product-availability-list {
    width: 90%; }
  .mini-cart-product.collapsed .mini-cart-image {
    display: none; }
  .mini-cart-product .mini-cart-toggle {
    cursor: pointer;
    font-size: 1.5em;
    position: absolute;
    left: 0;
    top: 0; }

.mini-cart-image {
  float: left;
  width: 50%; }
  .mini-cart-image img {
    max-width: 90%; }

.mini-cart-name {
  float: right;
  font-style: italic;
  width: 50%; }

.mini-cart-attributes, .mini-cart-product .product-availability-list {
  float: right;
  font-size: 0.9em;
  font-weight: bold;
  width: 50%; }

.mini-cart-pricing {
  clear: right;
  float: right;
  font-size: 0.9em;
  width: 50%; }

.mini-cart-totals {
  text-align: center; }
  .mini-cart-totals button,
  .mini-cart-totals .button {
    height: 30px;
    line-height: 1;
    overflow: inherit; }

.mini-cart-subtotals {
  font-weight: 700;
  margin: 0 auto;
  padding-top: .5em;
  width: 16rem;
  width: max-content; }
  .mini-cart-subtotals .label {
    margin: 0 .5rem; }
  .mini-cart-subtotals .value {
    margin-right: .5rem; }

.mini-cart-slot {
  background: none repeat scroll 0 0 #e0e0e0;
  border: 1px solid #e0e0e0;
  font-size: 0.9em;
  font-style: italic;
  margin: 1em 1em; }

.mini-cart-link-checkout {
  clear: both;
  display: block;
  margin: 1em 0;
  text-align: center; }

.breadcrumb {
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  padding: .5em 1%; }
  .breadcrumb li {
    display: inline;
    list-style: none outside none; }

.paging-current-page {
  left: -999em;
  position: absolute; }

.breadcrumb-element:after {
  color: #ccc;
  content: '/';
  margin-left: .4em; }

.breadcrumb-element:last-child {
  font-weight: 700; }
  .breadcrumb-element:last-child:after {
    content: ''; }

.breadcrumb-refinement {
  font-weight: 700; }
  .breadcrumb-refinement:after {
    content: attr(data-divider);
    font-style: normal; }
  .breadcrumb-refinement:last-of-type:after {
    content: ''; }

.breadcrumb-refinement-value {
  background-color: rgba(132, 189, 0, 0.3);
  display: inline-block;
  border-radius: 3px;
  margin: 0 .42em .42em 0;
  padding: 0 .42em; }

.breadcrumb-relax {
  background: none;
  color: #a10a0a;
  font-style: normal;
  padding: 0 0 0 .4em; }

.breadcrumb-result-text a,
.breadcrumb .searchphraselink {
  background: none;
  color: #84bd00;
  padding: 0; }

h1 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: .625rem 0; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 1.75em;
      margin: 0 0 14px; } }

h2 {
  font-size: 1.3em;
  text-transform: uppercase; }

h3 {
  font-size: 1.15em; }

#secondary h1 {
  font-size: 1.75em;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 14px; }

.primary-content dl {
  clear: both;
  overflow: hidden; }
  .primary-content dl dt {
    clear: both;
    float: left;
    margin: 2% 0 0;
    min-width: 15%; }
  .primary-content dl dd {
    float: left;
    margin: 2% 0 0;
    padding: 0 0 0 5%; }

.col-1 {
  float: left;
  margin: 4px 0;
  width: 48%; }

.col-2 {
  float: right;
  margin: 4px 0;
  width: 48%; }

.content-header {
  font-size: 1.75em;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 14px !important; }
  .content-header span {
    font-size: 0.75em;
    font-style: normal;
    font-weight: 400; }

.section-header {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #efefef;
  border-bottom: 1px solid #fff;
  font-size: 1.1em !important;
  font-weight: 700;
  margin: 0;
  padding: 1em;
  position: relative;
  text-transform: uppercase; }

.section-header-note {
  font-size: 0.9em;
  font-weight: 400;
  text-transform: none; }

.back {
  display: block;
  margin: 0 0 10px; }

/*@import "secondary_region_elements";*/
.footer-container .footer-item {
  box-sizing: border-box;
  display: block;
  padding: .5em 1.5em;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .footer-container .footer-item {
      display: table-cell;
      padding: 1.5em;
      width: 25%; } }

.footer-container h3 {
  text-transform: uppercase; }

.footer-container .menu-footer {
  float: none;
  margin: .5em;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .footer-container .menu-footer {
      margin: 1em 0; } }
  .footer-container .menu-footer li {
    float: none;
    line-height: 2.5em;
    list-style: none !important; }

.footer-container a {
  color: #fff; }
  .footer-container a:hover {
    color: #ccc;
    text-decoration: none; }

.social-links {
  padding-left: 0; }
  .social-links li {
    display: inline;
    float: none;
    padding-right: 0.5em; }

#email-alert-signup {
  white-space: nowrap; }
  #email-alert-signup input[type="text"] {
    border: none;
    margin-left: 0;
    width: 15em; }
  #email-alert-signup button {
    background-color: #aaa;
    border: none;
    color: #fff;
    height: 31px;
    padding: 0;
    width: 31px; }

.copyright {
  background-color: #84bd00;
  color: #fff;
  text-align: center; }

.postscript {
  background-color: #84bd00;
  color: #fff;
  font-style: italic;
  text-align: center; }

.embedded-messaging &gt; #embeddedMessagingFrame.embeddedMessagingFrame[class~="isMaximized"] {
  width: 600px; }

.swatch-black a {
  background-color: #000000 !important; }

.swatch-beige a {
  background-color: #f5f5dc !important; }

.swatch-blue a {
  background-color: blue !important; }

.swatch-purple a {
  background-color: purple !important; }

.swatch-red a {
  background-color: red !important; }

.swatch-brown a {
  background-color: #783201 !important; }

.swatch-green a {
  background-color: green !important; }

.swatch-grey a {
  background-color: #8f979d !important; }

.swatch-pink a {
  background-color: #fe249a !important; }

.swatch-orange a {
  background-color: orange !important; }

.swatch-white a {
  background-color: #ffffff !important; }

.swatch-yellow a {
  background-color: #ffff00 !important; }

.swatch-navy a {
  background-color: navy !important; }

.swatch-miscellaneous a {
  background: url("../images/interface/icon-color-swatch-misc.png") no-repeat scroll left top transparent; }

.unselectable.swatch-miscellaneous a {
  background: url("../images/interface/icon-color-swatch-misc-unselectable.png") no-repeat scroll left top transparent !important; }

.product-tile {
  color: #999;
  position: relative;
  text-align: center; }
  .product-tile img {
    max-width: 100%; }
  .product-tile .product-image {
    height: auto;
    position: relative; }
    .product-tile .product-image .quickview {
      background-color: rgba(132, 189, 0, 0.8);
      color: #fff;
      display: none;
      width: 55%;
      width: max-content;
      max-width: 75%;
      top: 50%;
      left: 50%;
      padding: 0.5em;
      position: absolute;
      transform: translate(-50%, -50%); }
      .product-tile .product-image .quickview i {
        margin-left: 0.5em; }
    .product-tile .product-image:hover .quickview {
      display: block; }
  .product-tile .product-name {
    font-size: 1.2em;
    margin-top: 1em;
    height: 3em;
    overflow: auto; }
  .product-tile .product-pricing {
    margin: 0.5em 0; }
    .product-tile .product-pricing .product-standard-price {
      text-decoration: line-through; }
  .grid-tile .product-tile .product-swatches {
    float: right; }
  .product-tile .product-swatches-all {
    cursor: pointer;
    font-size: 0.9em; }
  .product-tile .product-swatches {
    display: none; }
    .product-tile .product-swatches ul {
      list-style: none outside none;
      margin: 0;
      overflow: hidden;
      padding: 0; }
      .product-tile .product-swatches ul.swatch-toggle {
        background: none repeat scroll 0 0 #fff;
        display: none;
        position: absolute; }
    .pt_product-search-result .product-tile .product-swatches, .pt_product-compare .product-tile .product-swatches {
      display: block; }
    .product-tile .product-swatches:hover ul.swatch-toggle {
      display: block; }
    .product-tile .product-swatches li {
      float: left; }
    .product-tile .product-swatches .swatch {
      display: block;
      width: 16px; }
      .product-tile .product-swatches .swatch img {
        border: 1px solid #fff;
        height: 12px;
        padding: 1px;
        width: 12px; }
    .product-tile .product-swatches .selected img, .product-tile .product-swatches img:hover {
      border-color: #84bd00; }
  .product-tile .product-promo {
    font-size: 0.8em;
    margin: 0.5em 0;
    text-transform: uppercase; }
  .product-tile .product-compare {
    float: left;
    line-height: 11px; }
    .product-tile .product-compare label {
      font-weight: 400;
      line-height: 1;
      padding: 0 0 0 .5em;
      width: auto; }
    .product-tile .product-compare input {
      float: left;
      margin: 0; }
  .product-tile .product-review {
    margin-bottom: 1em; }
    .product-tile .product-review .rating-title {
      display: inline-block;
      margin-right: 1em; }
    .product-tile .product-review .rating {
      display: inline-block; }
  .wide-tiles .product-tile {
    height: auto !important; }
    .wide-tiles .product-tile .product-image {
      float: left;
      padding-right: 2em; }
    .wide-tiles .product-tile .product-name,
    .wide-tiles .product-tile .product-pricing,
    .wide-tiles .product-tile .product-promo,
    .wide-tiles .product-tile .product-swatches,
    .wide-tiles .product-tile .product-review {
      float: left;
      text-align: left;
      width: 65%; }
    .wide-tiles .product-tile .product-name {
      font-size: 1.5em;
      height: auto;
      margin-top: 0; }
    .wide-tiles .product-tile .product-pricing {
      font-size: 1.3em; }
    .wide-tiles .product-tile .product-swatches {
      margin-bottom: 1em; }

.capture-product-id {
  left: -999em;
  position: absolute; }

.pt_product-search-result .primary-content h1.content-header {
  padding-left: 15px; }

.pt_content-search-result .primary-content &gt; h1,
.pt_content-search-result .primary-content &gt; h2,
.pt_content-search-result .primary-content &gt; p,
.pt_product-search-noresult .primary-content &gt; h1,
.pt_product-search-noresult .primary-content &gt; h2,
.pt_product-search-noresult .primary-content &gt; p {
  margin: 0;
  padding: .1em 1%; }

.pt_content-search-result .primary-content .no-hits-help,
.pt_content-search-result .primary-content .no-hits-search,
.pt_content-search-result .primary-content .no-hits-footer,
.pt_product-search-noresult .primary-content .no-hits-help,
.pt_product-search-noresult .primary-content .no-hits-search,
.pt_product-search-noresult .primary-content .no-hits-footer {
  padding: .1em 1%; }

.pt_content-search-result .primary-content .pagination,
.pt_product-search-noresult .primary-content .pagination {
  float: none;
  padding: .1em 1%; }

.category-main-banner img {
  max-width: 100%; }

.no-hits-search-term,
.no-hits-search-term-suggest {
  color: #a10a0a;
  font-style: italic; }

.no-hits-footer {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
  margin: 20px 0;
  padding: 20px 0; }

.search-result-bookmarks {
  margin: 15px; }
  .search-result-bookmarks .first {
    border-right: 1px solid #999;
    padding-right: 5px; }

.search-result-options {
  padding: 1em 0.5em;
  overflow: hidden; }
  .search-result-options .sort-by {
    padding-bottom: 1em; }
    @media screen and (min-width: 768px) {
      .search-result-options .sort-by {
        float: left;
        margin-right: .5em;
        padding-bottom: 0; } }
  .search-result-options .items-per-page {
    float: left;
    margin-right: .5em; }
  .search-result-options form {
    margin-bottom: 0; }
  .search-result-options label {
    display: none; }
  .search-result-options select {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    color: #666;
    padding: .5em; }
  .search-result-options .pagination {
    float: right; }
    @media screen and (min-width: 768px) {
      .search-result-options .pagination {
        padding-top: .8em; } }
    .search-result-options .pagination .results-hits {
      color: #666;
      float: left;
      display: none; }
      @media screen and (min-width: 768px) {
        .search-result-options .pagination .results-hits {
          display: block; } }
    .search-result-options .pagination ul {
      border: 1px solid #e0e0e0;
      border-radius: 5px;
      background-color: #fff;
      float: right;
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 768px) {
        .search-result-options .pagination ul {
          background-color: transparent;
          border: none; } }
    .search-result-options .pagination li {
      border-right: 1px solid #e0e0e0;
      float: left; }
      @media screen and (min-width: 768px) {
        .search-result-options .pagination li {
          border: none;
          padding: 0 .5em; } }
      .search-result-options .pagination li a, .search-result-options .pagination li.current-page,
      .search-result-options .pagination li i {
        display: block;
        font-size: 1rem;
        height: 32px;
        line-height: 2.1rem;
        text-align: center;
        width: 32px; }
        @media screen and (min-width: 768px) {
          .search-result-options .pagination li a, .search-result-options .pagination li.current-page,
          .search-result-options .pagination li i {
            font-size: inherit;
            height: auto;
            line-height: inherit;
            width: auto; } }

.search-result-items {
  margin: 0;
  padding: 0; }
  .search-result-items li {
    list-style: none outside none; }
  .search-result-items .new-row {
    clear: both; }
  .search-result-items .grid-tile {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 9px #ccc;
    float: left;
    list-style: none outside none;
    margin: 0 0 2% 20px;
    padding: 2%;
    width: 26%; }
  .search-result-items .invisible {
    display: none; }

.search-result-content {
  clear: both; }
  .search-result-content .product-price .price-standard {
    color: #999;
    font-weight: 100;
    text-decoration: line-through; }

.search-promo {
  padding: 20px; }

#results-content {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
  padding-top: 30px; }

.folder-content-list {
  align-items: stretch;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  padding: .5em 1%; }
  .folder-content-list li {
    background-color: #efefef;
    border: 1px solid #ccc;
    flex-basis: 100%;
    flex-grow: 1;
    list-style-type: none;
    margin: .25rem;
    padding: 1rem; }
    @media screen and (min-width: 480px) {
      .folder-content-list li {
        flex-basis: 40%; } }
  .folder-content-list p {
    line-height: 1.1rem; }
  .folder-content-list .content-title {
    display: block;
    font-size: 1.2em; }
  .folder-content-list .readmore {
    font-style: italic;
    padding-left: .3rem; }

.no-results {
  padding: 20px; }

.toggle-grid {
  display: block;
  float: left;
  margin-right: 0.5em; }
  .toggle-grid i {
    cursor: pointer;
    margin-right: 0.3em; }
  .toggle-grid [data-option="column"] {
    color: #84bd00; }
  .toggle-grid.wide [data-option="wide"] {
    color: #84bd00; }
  .toggle-grid.wide [data-option="column"] {
    color: #666; }

.wide-tiles .search-result-items .grid-tile {
  width: 91%; }

.wide-tiles .product-tile .product-swatches {
  bottom: auto;
  left: auto;
  position: relative;
  right: auto;
  margin-top: 5px; }
  .wide-tiles .product-tile .product-swatches li {
    float: left; }

.infinite-scroll .search-result-content .infinite-scroll-loading {
  text-align: center;
  background: url("../images/infinite-loading-indicator.gif") center no-repeat;
  height: 35px;
  width: 100%; }

.disable-infinite-scroll .search-result-content .page-element {
  display: none; }

.pt_product-compare .full-width {
  padding: 0 1.25em; }
  .pt_product-compare .full-width .back {
    padding: 1em 0; }

.compare-items {
  clear: both;
  margin: 3.5em 2em 0;
  overflow: hidden;
  padding: 0 1em 1em; }
  .compare-items h2 {
    font-size: 0.9em;
    margin: 0.5em 0;
    text-transform: uppercase; }
  .compare-items button {
    padding: .5em 1em; }

.compare-items-panel {
  float: left; }

.compare-item {
  background-color: #e0e0e0;
  float: left;
  height: 55px;
  margin-right: 1.08em;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 55px; }
  .compare-item .compare-item-remove {
    background-color: #84bd00;
    color: #fff;
    cursor: pointer;
    display: none;
    padding: 0 .16em;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .compare-item.active .compare-item-remove {
    display: block; }
  .compare-item .compare-item-number {
    color: #ccc;
    font-size: 3em;
    margin-top: .5em; }

.compare-item-image {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.compare-buttons {
  float: left;
  padding: 0.7em 0 0; }

.category-switch {
  margin-bottom: 2em; }
  .category-switch label {
    float: left;
    margin: 0;
    width: 45%; }
    @media (min-width: 410px) {
      .category-switch label {
        width: 11em; } }
  .category-switch select {
    float: left;
    margin: 0;
    width: 55%; }
    @media (min-width: 410px) {
      .category-switch select {
        margin-left: 1em;
        width: 15em; } }

#compare-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%; }
  #compare-table th {
    overflow: hidden;
    padding: .5em; }
    #compare-table th:first-of-type {
      background-color: #e0e0e0;
      width: 4rem; }
  #compare-table td {
    overflow: hidden; }
  #compare-table a:hover {
    text-decoration: underline; }
  #compare-table .attribute-row {
    border-bottom: 1px solid #ccc; }
    #compare-table .attribute-row:first-of-type {
      border-top: 1px solid #ccc; }
    #compare-table .attribute-row:last-of-type {
      border-bottom: none; }
    #compare-table .attribute-row:nth-child(2n) {
      background-color: #efefef; }
  #compare-table .product-attribute {
    border-right: 1px solid #ccc;
    word-break: break-all; }
  #compare-table .action {
    display: block;
    padding: 0.5em 0; }
  #compare-table .remove-link {
    color: #999;
    float: right;
    padding: .3rem;
    z-index: 1;
    position: relative;
    transition: color .5s ease; }
    #compare-table .remove-link:hover {
      color: #84bd00;
      text-decoration: none; }
  #compare-table .value,
  #compare-table .product {
    border-left: 1px solid #ccc; }
  #compare-table .product {
    font-weight: normal;
    text-align: center; }
  #compare-table .value .value-item:after {
    content: ', '; }
  #compare-table .value .value-item:last-child:after {
    content: ''; }
  #compare-table .product-tile .product-name {
    height: auto;
    margin: .2em 0 1em 0; }
  #compare-table .product-tile .swatch-list {
    display: inline-block; }
  #compare-table .product-image {
    height: auto; }
    #compare-table .product-image img {
      height: auto; }
  #compare-table .section-header {
    font-size: 0.9em;
    padding: 1em;
    text-transform: none; }
  #compare-table .selectcategory label {
    display: block;
    font-size: 0.9em;
    margin: 1em 0;
    text-transform: none; }
  #compare-table .selectcategory select {
    margin: 0;
    width: 100px; }
  #compare-table .comparelists {
    padding: 0; }
  #compare-table .compare-lists label,
  #compare-table .compare-lists select {
    float: none;
    text-align: left;
    width: 100%; }

#product-nav-container {
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 160px; }
  #product-nav-container div {
    float: left;
    text-align: center;
    width: 77px; }
  #product-nav-container img {
    max-height: 100%;
    max-width: 80%; }
  #product-nav-container span {
    display: block;
    height: 65px; }
  #product-nav-container .divided span {
    border-right: 1px solid #e0e0e0;
    padding-right: 5px; }

.pdp-main {
  font-family: Lato, sans-serif;
  margin: 0 1%; }
  .pdp-main ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .pdp-main label {
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: auto; }
  @media screen and (min-width: 480px) {
    .pdp-main .product-col-1 {
      float: left;
      width: 37%; } }
  @media screen and (min-width: 480px) {
    .pdp-main .product-col-2 {
      float: right;
      width: 59.5%; } }
  .pdp-main .product-col-2 .price-standard {
    border-right: 1px solid #e0e0e0;
    padding-right: .5rem; }
  .pdp-main .product-name {
    margin-bottom: .3rem; }
    @media screen and (min-width: 768px) {
      .pdp-main .product-name {
        width: 65%; } }
  .pdp-main .product-number {
    color: #ccc;
    font-size: .65rem;
    margin-bottom: .5rem; }
  .pdp-main .product-price {
    font-size: 1.5rem;
    margin-bottom: .5em; }
    .pdp-main .product-price .price-standard {
      color: #999;
      font-weight: 100;
      text-decoration: line-through; }
    .pdp-main .product-price .price-tiered {
      color: #a10a0a;
      font-size: .6em;
      line-height: 1.5em; }
  .pdp-main .product-review {
    margin-bottom: .5rem; }
  .pdp-main .product-main-attributes .attribute {
    padding: .2em 0; }
  .pdp-main .product-main-attributes .label {
    padding: 0; }
  .pdp-main .product-primary-image {
    max-width: 100%;
    text-align: center; }
  .pdp-main .product-info {
    clear: both;
    padding-top: 1em; }
    @media screen and (min-width: 768px) {
      .pdp-main .product-info {
        height: 25em; } }
    .pdp-main .product-info ul {
      font-size: .8rem;
      list-style: square;
      padding: 0 5em; }
      @media screen and (min-width: 768px) {
        .pdp-main .product-info ul {
          padding-bottom: 1em;
          padding-top: 1em; } }
  .pdp-main .product-add-to-cart {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: block;
    margin: 0;
    padding: 1em .5em;
    overflow: hidden; }
    .pdp-main .product-add-to-cart .inventory {
      float: left;
      white-space: nowrap; }
      .pdp-main .product-add-to-cart .inventory label {
        display: inline;
        float: none;
        text-align: right; }
      .pdp-main .product-add-to-cart .inventory input {
        font-size: 1.5em;
        height: 50px;
        width: 50px;
        margin-right: .4em;
        text-align: center; }
        @media screen and (min-width: 768px) {
          .pdp-main .product-add-to-cart .inventory input {
            height: 37px;
            width: 37px; } }
    .pdp-main .product-add-to-cart button {
      float: left;
      font-weight: 600;
      height: 50px;
      padding: .5em .7em;
      white-space: nowrap;
      width: 36.5%; }
      .pdp-main .product-add-to-cart button.add-all-to-cart {
        width: auto; }
      @media screen and (min-width: 768px) {
        .pdp-main .product-add-to-cart button {
          height: 37px;
          padding: .5em 2em;
          width: auto; } }
    .pdp-main .product-add-to-cart .dw-apple-pay-button {
      margin-left: .5rem; }
      @media screen and (min-width: 768px) {
        .pdp-main .product-add-to-cart .dw-apple-pay-button {
          width: 172px; } }
  .pdp-main .promotion {
    background-color: #efefef;
    border-top: 1px solid #ccc;
    overflow: hidden;
    padding: 1.5em; }
    .pdp-main .promotion .promotion-title {
      font-weight: bold;
      margin-bottom: .3rem;
      text-transform: uppercase; }
    .pdp-main .promotion .promotion-callout {
      color: #64772d;
      font-size: 1rem; }
      .pdp-main .promotion .promotion-callout .tooltip {
        font-size: .7rem;
        margin-left: .2rem; }
  .pdp-main .product-actions {
    padding: 1em .5em; }
    .pdp-main .product-actions .socialsharing {
      float: none;
      margin-right: 1rem;
      padding-top: 1em; }
      @media screen and (min-width: 960px) {
        .pdp-main .product-actions .socialsharing {
          float: left;
          padding-top: 0; } }
    .pdp-main .product-actions a {
      margin-right: .1rem; }
      .pdp-main .product-actions a.share-icon {
        color: #999; }
        .pdp-main .product-actions a.share-icon:hover {
          color: #84bd00; }
        .pdp-main .product-actions a.share-icon i {
          font-size: 3rem; }
          @media screen and (min-width: 768px) {
            .pdp-main .product-actions a.share-icon i {
              font-size: 2rem; } }
  .pdp-main .product-set .product-set-list {
    border-top: 1px solid #ccc; }
    .pdp-main .product-set .product-set-list .product-set-details {
      float: left;
      padding-left: .5rem;
      width: 75%; }
    .pdp-main .product-set .product-set-list .product-set-item {
      clear: both;
      overflow: hidden;
      padding: 1em 0 0; }
    .pdp-main .product-set .product-set-list .product-set-image {
      float: left;
      width: 22%; }
      .pdp-main .product-set .product-set-list .product-set-image img {
        width: 100%; }
    .pdp-main .product-set .product-set-list .product-name {
      float: none;
      font-size: 1.3em;
      margin-bottom: 0;
      width: auto; }
    .pdp-main .product-set .product-set-list .product-price {
      font-size: 1rem;
      margin: .5em 0; }
    .pdp-main .product-set .product-set-list .attribute h3 {
      width: 25%; }
    .pdp-main .product-set .product-set-list .attribute .label {
      width: 25%;
      white-space: nowrap; }
  .pdp-main .product-set .product-add-to-cart {
    border-top: none;
    padding-top: 0; }
    .pdp-main .product-set .product-add-to-cart label {
      float: left;
      font-size: .75rem;
      padding-top: .3em;
      padding-right: .5em; }
    .pdp-main .product-set .product-add-to-cart .availability-web label {
      float: none;
      padding: top; }
  .pdp-main .recommendations {
    clear: left;
    padding: 2em 0; }
    .pdp-main .recommendations .recommendation-tooltip {
      background: none repeat scroll 0 0 #fff;
      border: 1px solid;
      left: 50%;
      position: absolute;
      text-align: left;
      top: 50%;
      width: 300px;
      z-index: 100; }
    .pdp-main .recommendations h2 {
      font-size: 2em;
      font-style: italic;
      font-weight: 400;
      margin-left: 14px; }
    .pdp-main .recommendations #carousel-recommendations {
      margin: auto;
      position: relative;
      overflow: hidden;
      width: 250px; }
      @media screen and (min-width: 690px) {
        .pdp-main .recommendations #carousel-recommendations {
          width: 500px; } }
      @media screen and (min-width: 768px) {
        .pdp-main .recommendations #carousel-recommendations {
          width: 750px; } }
    .pdp-main .recommendations ul {
      list-style-type: none;
      position: relative;
      width: 2000em; }
    .pdp-main .recommendations li {
      float: left;
      width: 250px; }
    .pdp-main .recommendations .product-tile {
      padding: 0 2em; }
    .pdp-main .recommendations .product-name {
      font-size: 1em;
      margin: .2em 0;
      width: 100%; }
    .pdp-main .recommendations .product-price {
      font-size: 1em; }
    .pdp-main .recommendations .jcarousel-clip {
      margin: auto;
      overflow: hidden;
      width: 300px; }
    .pdp-main .recommendations .jcarousel-nav {
      cursor: pointer;
      position: absolute;
      top: 20%; }
      .pdp-main .recommendations .jcarousel-nav.inactive {
        display: none; }
    .pdp-main .recommendations .jcarousel-prev {
      left: 0; }
    .pdp-main .recommendations .jcarousel-next {
      right: 0; }
    .pdp-main .recommendations .product-tile:hover .recommendation-tooltip {
      display: block !important; }

.main-image {
  display: block; }

.primary-image {
  max-width: 100%; }

.product-thumbnails .thumb {
  border-bottom: 5px solid #fff;
  float: left;
  margin-right: .5rem;
  padding-top: 1px;
  width: 3.4375rem; }
  .product-thumbnails .thumb.selected {
    border-color: #84bd00; }

.product-thumbnails img {
  border: 1px solid #ccc;
  box-sizing: border-box;
  cursor: pointer;
  max-width: 100%;
  height: auto; }

.product-thumbnails h2 {
  margin: 1rem 0 .3rem; }

.rating {
  color: #64772d; }
  .product-info .rating {
    font-size: 2em; }

.product-variations .attribute,
.product-options .attribute {
  margin: 1em 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .product-variations .attribute h3,
  .product-variations .attribute .label,
  .product-options .attribute h3,
  .product-options .attribute .label {
    font-weight: bold;
    margin-bottom: .3rem;
    text-transform: uppercase; }
  .product-variations .attribute .value,
  .product-options .attribute .value {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .product-variations .attribute .value,
      .product-options .attribute .value {
        width: 75%; } }
  .product-variations .attribute ul,
  .product-options .attribute ul {
    float: right;
    width: 100%; }
  .product-variations .attribute .selected-value,
  .product-options .attribute .selected-value {
    border: 0 none;
    color: #84bd00;
    font-weight: bold;
    padding: 1.3em 0 0 .4em;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .product-variations .attribute .selected-value,
      .product-options .attribute .selected-value {
        padding-top: .8em; } }
  .product-variations .attribute .size-chart-link,
  .product-options .attribute .size-chart-link {
    clear: both;
    float: none; }
    .product-variations .attribute .size-chart-link a,
    .product-options .attribute .size-chart-link a {
      border-color: #fff !important;
      padding: 0; }

.product-variations .swatches li,
.product-options .swatches li {
  float: left; }
  .product-variations .swatches li:hover a, .product-variations .swatches li.selected a,
  .product-options .swatches li:hover a,
  .product-options .swatches li.selected a {
    border-color: #84bd00; }
  .product-variations .swatches li.unselectable a,
  .product-options .swatches li.unselectable a {
    color: #e0e0e0;
    opacity: .8; }
  .product-variations .swatches li.unselectable:hover a,
  .product-options .swatches li.unselectable:hover a {
    border-color: #e0e0e0; }
  .product-variations .swatches li a,
  .product-options .swatches li a {
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px 1px 3px;
    display: block;
    line-height: 3.5;
    min-height: 2.625rem;
    min-width: 2.625rem;
    margin: 0 .5rem .5rem 0;
    padding: 1px;
    text-align: center;
    white-space: nowrap; }
    @media screen and (min-width: 768px) {
      .product-variations .swatches li a,
      .product-options .swatches li a {
        line-height: 2.7;
        min-height: 2rem;
        min-width: 2rem; } }

.product-variations .color li a,
.product-options .color li a {
  line-height: 0;
  width: 2.625rem;
  height: 2.625rem; }
  @media screen and (min-width: 768px) {
    .product-variations .color li a,
    .product-options .color li a {
      width: 2rem;
      height: 2rem; } }
  .product-variations .color li a img,
  .product-options .color li a img {
    width: 100%;
    height: 100%; }

.product-variations select,
.product-options select {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  height: 42px;
  width: 100%;
  margin-left: 0; }
  @media screen and (min-width: 768px) {
    .product-variations select,
    .product-options select {
      height: 32px; } }

.tabs {
  position: relative;
  text-align: center; }

@media screen and (min-width: 768px) {
  .tab {
    display: inline-block;
    float: none; } }

.tab .tab-switch {
  display: none; }
  @media screen and (min-width: 768px) {
    .tab .tab-switch:checked + .tab-label {
      background: #fff;
      border-bottom-color: #84bd00;
      color: #000;
      font-weight: 700;
      top: -0.0625rem;
      transition: all 0.35s;
      z-index: 1; } }
  .tab .tab-switch:checked + label + .tab-content {
    opacity: 1;
    transition: all 0.35s;
    z-index: 2; }

.tab .tab-label {
  border-bottom: 3px solid #fff;
  color: #999;
  display: block;
  font-weight: 400;
  line-height: 2.5em;
  margin-bottom: 0;
  position: relative;
  text-transform: none;
  top: 0;
  transition: all 0.25s; }
  @media screen and (min-width: 768px) {
    .tab .tab-label {
      cursor: pointer;
      padding: 0 1.25rem; }
      .tab .tab-label:hover {
        border-bottom-color: #999;
        top: -0.25rem;
        transition: top 0.25s; } }

.tab .tab-content {
  padding: 1em 0;
  text-align: left;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .tab .tab-content {
      left: 0;
      opacity: 0;
      position: absolute;
      top: 2.75em;
      transition: all 0.35s;
      width: 100%; } }

.bonus-product-list .bonus-product-item {
  border-bottom: 1px solid #e0e0e0; }
  @media screen and (max-width: 768px) {
    .bonus-product-list .bonus-product-item .product-col-1,
    .bonus-product-list .bonus-product-item .product-col-2 {
      float: left;
      clear: none; } }

.bonus-product-list .product-add-to-cart {
  padding-bottom: 0; }
  .bonus-product-list .product-add-to-cart .inventory {
    width: auto; }

.bonus-product-list .product-name {
  float: none;
  margin: 1em 0; }

.bonus-product-list .quantity-error {
  color: red;
  text-transform: inherit; }

.bonus-product-list .bonus-product-list-footer {
  padding-top: 1em;
  padding-bottom: 1em; }
  .bonus-product-list .bonus-product-list-footer .add-to-cart-bonus {
    float: right; }

.bonus-product-list .selected-bonus-item {
  margin: 1em 0 1em 1em;
  position: relative; }
  .bonus-product-list .selected-bonus-item .item-name {
    font-weight: bold; }
  .bonus-product-list .selected-bonus-item .remove-link {
    cursor: pointer;
    color: #a10a0a;
    left: -1em;
    position: absolute; }
    .bonus-product-list .selected-bonus-item .remove-link:hover {
      color: #424242; }

.bonus-discount-container .promo-details {
  display: none; }
  .bonus-discount-container .promo-details.visible {
    display: block; }

.sizinginformation {
  border: 0 none;
  padding: 10px; }
  .sizinginformation th {
    background: none repeat scroll 0 0 #efefef; }
  .sizinginformation td, .sizinginformation th {
    border-bottom: 1px solid #efefef;
    padding: 10px; }
  .sizinginformation td {
    border-left: 1px solid #efefef; }
  .sizinginformation .ui-tabs-nav {
    height: 33px; }
  .sizinginformation .sizing-charts {
    border: 0 none; }
  .sizinginformation .tips-list {
    padding: 0 !important; }
    .sizinginformation .tips-list li {
      list-style: none outside none !important; }

.dw-apple-pay-button,
.dw-apple-pay-button:hover {
  margin: 0; }

#cart-table thead {
  display: none; }
  @media screen and (min-width: 768px) {
    #cart-table thead {
      display: table-header-group; } }

#cart-table td {
  box-sizing: border-box;
  display: block;
  padding: 5px; }
  @media screen and (min-width: 768px) {
    #cart-table td {
      display: table-cell; } }

#cart-table .cart-row {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    #cart-table .cart-row {
      display: table-row; } }

#cart-table .header-total-price {
  text-align: right; }

#cart-table .item-image {
  float: left;
  order: 1;
  text-align: center;
  flex-basis: 40%; }
  @media screen and (min-width: 768px) {
    #cart-table .item-image {
      float: none;
      width: 7rem; } }

#cart-table .item-details {
  float: left;
  order: 2;
  flex-basis: 60%; }
  @media screen and (min-width: 768px) {
    #cart-table .item-details {
      float: none; } }
  #cart-table .item-details .name {
    font-size: 1rem; }
  #cart-table .item-details .item-edit-details {
    display: none; }
    @media screen and (min-width: 768px) {
      #cart-table .item-details .item-edit-details {
        display: block; } }

#cart-table .item-delivery-options {
  order: 6;
  text-align: center;
  flex-basis: 50%; }
  @media screen and (min-width: 768px) {
    #cart-table .item-delivery-options {
      text-align: left;
      width: 8rem; } }
  #cart-table .item-delivery-options .form-row {
    margin-top: 0; }

#cart-table .item-quantity {
  float: left;
  order: 4;
  text-align: center;
  flex-basis: 33.3333%; }
  @media screen and (min-width: 768px) {
    #cart-table .item-quantity {
      float: none;
      text-align: left; } }
  #cart-table .item-quantity input {
    width: 2.7rem; }

#cart-table .item-quantity-details {
  float: left;
  order: 3;
  text-align: center;
  flex-basis: 33.3333%; }
  @media screen and (min-width: 768px) {
    #cart-table .item-quantity-details {
      float: none;
      text-align: left; } }
  #cart-table .item-quantity-details .product-availability-list {
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 768px) {
      #cart-table .item-quantity-details .product-availability-list {
        width: 5em;
        width: max-content; } }
    #cart-table .item-quantity-details .product-availability-list .on-order, #cart-table .item-quantity-details .product-availability-list .not-available {
      color: #a10a0a;
      font-size: 0.9em; }
  #cart-table .item-quantity-details .item-user-actions a,
  #cart-table .item-quantity-details .item-user-actions button {
    display: block;
    font-size: 1em;
    width: 100%;
    margin: .3rem 0; }
    @media screen and (min-width: 768px) {
      #cart-table .item-quantity-details .item-user-actions a,
      #cart-table .item-quantity-details .item-user-actions button {
        width: auto; } }

#cart-table .item-price {
  order: 5;
  text-align: center;
  flex-basis: 33.3333%; }
  @media screen and (min-width: 768px) {
    #cart-table .item-price {
      text-align: left; } }

#cart-table .price-promotion .price-sales {
  color: #a10a0a; }

#cart-table .price-promotion .price-standard {
  margin: 0 1em 0 0;
  text-decoration: line-through; }

#cart-table .item-total {
  flex-grow: 2;
  font-size: 1rem;
  font-weight: 700;
  order: 7;
  text-align: right;
  flex-basis: 50%;
  word-wrap: break-word; }
  @media screen and (min-width: 768px) {
    #cart-table .item-total {
      float: none;
      font-size: 1em; } }
  @media screen and (min-width: 768px) {
    #cart-table .item-total .promo-adjustment {
      width: 100%;
      float: right; } }

#cart-table .price-unadjusted {
  color: #666;
  display: block;
  margin: 0 0 .42em; }
  #cart-table .price-unadjusted span {
    text-decoration: line-through; }

#cart-table .price-adjusted-total {
  color: #666;
  display: block;
  margin: .42em 0 0; }
  #cart-table .price-adjusted-total span {
    color: #a10a0a; }

#cart-table .gift-cert-delivery {
  color: #a10a0a; }

.cart-promo {
  background: url("../images/interface/ui-promo-bg-gray-diag.png") repeat scroll 0 0 transparent;
  color: #333333;
  font-style: italic;
  margin: 0.3em 0;
  padding: 1em; }
  .cart-promo .bonus-item-actions {
    font-size: 1em !important;
    text-align: right;
    vertical-align: middle; }

.cart-footer {
  margin: .83em 0; }

@media screen and (min-width: 768px) {
  .cart-coupon-code {
    float: left;
    width: 60%; } }

.cart-coupon-code input {
  margin-bottom: .5rem;
  width: 34%; }
  @media screen and (min-width: 768px) {
    .cart-coupon-code input {
      width: 45%; } }

.cart-coupon-code .error {
  padding-top: 0.4em; }

.cart-coupon-code button {
  margin-left: .2rem; }

.errorMsg {
  color: #E81111;
  padding: 2px 40px; }

.cart-order-totals {
  margin: 1rem 0; }
  @media screen and (min-width: 768px) {
    .cart-order-totals {
      float: right;
      margin-top: 0;
      width: 40%; } }

.order-totals-table td {
  padding: .3rem;
  text-align: right; }

.order-totals-table .order-totals-item {
  width: 60%; }

.order-totals-table .order-totals-value {
  width: 40%; }

.order-totals-table .order-subtotal {
  font-weight: 700; }

.order-totals-table .order-total {
  font-size: 1rem;
  font-weight: 700; }

.order-value {
  white-space: nowrap; }

.cart-actions .dw-apple-pay-button {
  font-size: 1.35em;
  padding: .5em 2em; }

.cart-action-checkout {
  float: right; }

@media screen and (min-width: 768px) {
  .cart-action-continue-shopping {
    float: right; } }

.cart-action-continue-shopping .button-text {
  margin-top: .2rem;
  margin-right: 1rem; }
  @media screen and (min-width: 768px) {
    .cart-action-continue-shopping .button-text {
      margin-top: .6rem; } }

.cart-actions-top {
  margin-top: .5rem;
  margin-bottom: 1rem; }
  .cart-actions-top .cart-action-continue-shopping {
    float: none; }

.cart-empty {
  margin-top: 4rem; }
  .cart-empty h1 {
    text-align: center; }
  .cart-empty .cart-action-continue-shopping {
    float: none;
    text-align: center;
    margin-bottom: 4rem; }
  .cart-empty .product-listing {
    background-color: #efefef;
    padding: 1rem 0; }
    .cart-empty .product-listing h2 {
      margin-left: 1.3rem; }
    .cart-empty .product-listing .search-result-items {
      margin-top: 1em; }

.promo-adjustment {
  color: #a10a0a; }

.account-welcome .welcome-message {
  font-size: 1.2em;
  font-style: italic; }

.account-welcome .not-user {
  margin: .83em 0; }

#password-reset {
  white-space: nowrap; }

.clearCartConfirmationOverlayContainer {
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(20, 20, 20, 0.95);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0; }

.clearCartConfirmation {
  max-width: 680px;
  display: block;
  background-color: #fff;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -340px;
  max-height: 250px;
  margin-top: -125px; }
  .clearCartConfirmation .clearCartConfirmationContainer .loadingDiv {
    top: 0px; }
    .clearCartConfirmation .clearCartConfirmationContainer .loadingDiv .gly-spin {
      top: 40%;
      font-size: 40px; }

.clearCartConfirmation span {
  font-family: 'museo-sans-700', Helvetica, Arial, sans-serif;
  font-size: 26px;
  text-align: center;
  display: block;
  width: 90%;
  margin: auto; }

.clearCartConfirmationButtonRow {
  margin-top: 34px;
  text-align: center; }

.clearCartConfirmationTextButtonContainer {
  display: inline-block; }

.clearCartConfirmationTextButton {
  line-height: 47px;
  text-decoration: underline;
  font-size: 12px;
  color: #444;
  text-transform: uppercase;
  font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
  letter-spacing: 0.12em; }

.clearCartConfirmationRedButtonContainer {
  display: inline-block;
  margin-left: 30px; }

.clearCartConfirmationOverlayClose {
  position: fixed;
  right: 80px;
  top: 55px;
  cursor: pointer;
  color: #fff;
  width: 40px;
  height: 40px; }

.clearCartConfirmationOverlayClose:before, .clearCartConfirmationOverlayClose:after {
  position: absolute;
  left: 20px;
  top: -5px;
  content: ' ';
  height: 50px;
  width: 2px;
  background-color: #fff; }

.clearCartConfirmationOverlayClose:before {
  transform: rotate(45deg); }

.clearCartConfirmationOverlayClose:after {
  transform: rotate(-45deg); }

.natBalanceOverlayContainer {
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(20, 20, 20, 0.95);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0; }

.natBalance {
  max-width: 680px;
  display: block;
  background-color: #fff;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -340px;
  max-height: 330px;
  margin-top: -125px; }

.natBalance span {
  font-family: 'museo-sans-700', Helvetica, Arial, sans-serif;
  font-size: 26px;
  text-align: center;
  display: block;
  width: 90%;
  margin: auto; }
  .natBalance span span#natDiff {
    display: inline;
    width: auto; }

.natBalanceOverlayClose {
  position: fixed;
  right: 80px;
  top: 55px;
  cursor: pointer;
  color: #fff;
  width: 40px;
  height: 40px; }

.natBalanceOverlayClose:before, .natBalanceOverlayClose:after {
  position: absolute;
  left: 20px;
  top: -5px;
  content: ' ';
  height: 50px;
  width: 2px;
  background-color: #fff; }

.natBalanceOverlayClose:before {
  transform: rotate(45deg); }

.natBalanceOverlayClose:after {
  transform: rotate(-45deg); }

.sales-tax-msg {
  font-size: 12px;
  line-height: normal;
  display: table-row; }

.list-cart-total .sales-tax-msg {
  width: 250px;
  display: table-cell; }

.partnertypenatamt {
  vertical-align: bottom !important; }

#cartSummaryModal.modal::-webkit-scrollbar {
  width: 0px; }

#cartSummaryModal #cartsummary-modalheading {
  font-size: 22px;
  font-style: normal;
  font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
  line-height: 24px;
  padding-top: 33px; }
  @media screen and (min-width: 520px) {
    #cartSummaryModal #cartsummary-modalheading {
      font-size: 24px;
      line-height: 28px; } }

#cartSummaryModal #cartsummary-modaldescription {
  font-size: 13px;
  line-height: 15px;
  max-width: 675px;
  padding-top: 12px;
  font-family: "museo-sans-500", Helvetica, Arial, sans-serif; }

#cartSummaryModal .modal-content {
  padding-bottom: 28px;
  border-radius: 8px; }
  @media screen and (max-width: 719px) {
    #cartSummaryModal .modal-content {
      border-radius: 0px;
      border: 0px; } }

#cartSummaryModal .modal-dialog {
  max-width: 1048px;
  width: 100%; }
  @media screen and (max-width: 1279px) {
    #cartSummaryModal .modal-dialog {
      margin: 30px auto; } }
  @media (min-width: 720px) and (max-width: 1279px) {
    #cartSummaryModal .modal-dialog {
      width: calc(100% - 80px);
      max-width: calc(100% - 80px); } }
  @media screen and (max-width: 719px) {
    #cartSummaryModal .modal-dialog {
      margin: 0px auto; } }

#cartSummaryModal .modal-header {
  border-bottom: none;
  padding: 32px 0px;
  position: relative; }
  #cartSummaryModal .modal-header .close {
    opacity: 1;
    padding: 8px;
    box-sizing: content-box;
    position: absolute;
    top: 16px;
    right: 16px; }
    #cartSummaryModal .modal-header .close img {
      height: 24px;
      width: 24px; }
  #cartSummaryModal .modal-header .close:focus {
    outline: 2px solid #0280ff !important;
    outline-offset: 2px;
    opacity: 1; }

#cartSummaryModal .modal-body,
#cartSummaryModal .modal-title {
  margin: 0 auto;
  padding: 0; }
  @media screen and (min-width: 720px) {
    #cartSummaryModal .modal-body,
    #cartSummaryModal .modal-title {
      width: calc(100% - 48px); } }
  @media screen and (min-width: 960px) {
    #cartSummaryModal .modal-body,
    #cartSummaryModal .modal-title {
      width: calc(100% - 128px); } }
  @media screen and (max-width: 719px) {
    #cartSummaryModal .modal-body,
    #cartSummaryModal .modal-title {
      width: calc(100% - 40px); } }
  #cartSummaryModal .modal-body .cart-summary-container,
  #cartSummaryModal .modal-title .cart-summary-container {
    width: 100%;
    overflow-x: scroll; }
    #cartSummaryModal .modal-body .cart-summary-container::-webkit-scrollbar-thumb,
    #cartSummaryModal .modal-title .cart-summary-container::-webkit-scrollbar-thumb {
      background-color: #666; }
    #cartSummaryModal .modal-body .cart-summary-container .cart-summary-table,
    #cartSummaryModal .modal-title .cart-summary-container .cart-summary-table {
      font-size: 16px;
      line-height: 19px;
      font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
      border: 1px solid #d7d7d7;
      min-width: 594px; }
      #cartSummaryModal .modal-body .cart-summary-container .cart-summary-table .table-row,
      #cartSummaryModal .modal-title .cart-summary-container .cart-summary-table .table-row {
        display: flex; }
        #cartSummaryModal .modal-body .cart-summary-container .cart-summary-table .table-row:not(.last),
        #cartSummaryModal .modal-title .cart-summary-container .cart-summary-table .table-row:not(.last) {
          border-bottom: 1px solid #d7d7d7; }
    #cartSummaryModal .modal-body .cart-summary-container .cart-summary-table,
    #cartSummaryModal .modal-body .cart-summary-container .order-summary-table,
    #cartSummaryModal .modal-body .cart-summary-container .head-div,
    #cartSummaryModal .modal-title .cart-summary-container .cart-summary-table,
    #cartSummaryModal .modal-title .cart-summary-container .order-summary-table,
    #cartSummaryModal .modal-title .cart-summary-container .head-div {
      border-collapse: collapse;
      border-top: none; }
    #cartSummaryModal .modal-body .cart-summary-container .head-div,
    #cartSummaryModal .modal-title .cart-summary-container .head-div {
      background-color: #4A4A4A;
      color: #fff;
      padding: 16px;
      text-align: center; }
      #cartSummaryModal .modal-body .cart-summary-container .head-div.row-heading,
      #cartSummaryModal .modal-title .cart-summary-container .head-div.row-heading {
        text-align: left;
        vertical-align: middle; }
      #cartSummaryModal .modal-body .cart-summary-container .head-div.first,
      #cartSummaryModal .modal-title .cart-summary-container .head-div.first {
        text-align: left;
        border-bottom: none; }
      #cartSummaryModal .modal-body .cart-summary-container .head-div.row-heading, #cartSummaryModal .modal-body .cart-summary-container .head-div.first,
      #cartSummaryModal .modal-title .cart-summary-container .head-div.row-heading,
      #cartSummaryModal .modal-title .cart-summary-container .head-div.first {
        width: calc((100% + 128px)* .3);
        min-width: 264px; }
        @media (min-width: 720px) and (max-width: 959px) {
          #cartSummaryModal .modal-body .cart-summary-container .head-div.row-heading, #cartSummaryModal .modal-body .cart-summary-container .head-div.first,
          #cartSummaryModal .modal-title .cart-summary-container .head-div.row-heading,
          #cartSummaryModal .modal-title .cart-summary-container .head-div.first {
            width: calc((100% + 48px)* .3);
            min-width: 180px; } }
        @media (max-width: 719px) {
          #cartSummaryModal .modal-body .cart-summary-container .head-div.row-heading, #cartSummaryModal .modal-body .cart-summary-container .head-div.first,
          #cartSummaryModal .modal-title .cart-summary-container .head-div.row-heading,
          #cartSummaryModal .modal-title .cart-summary-container .head-div.first {
            width: calc((100% + 40px)* .3);
            min-width: 180px; } }
      #cartSummaryModal .modal-body .cart-summary-container .head-div.column,
      #cartSummaryModal .modal-title .cart-summary-container .head-div.column {
        min-width: 103px;
        flex-basis: 103px;
        flex-grow: 1;
        border-bottom: none; }
    #cartSummaryModal .modal-body .cart-summary-container .head-div,
    #cartSummaryModal .modal-body .cart-summary-container .cell-div,
    #cartSummaryModal .modal-title .cart-summary-container .head-div,
    #cartSummaryModal .modal-title .cart-summary-container .cell-div {
      display: flex;
      align-items: center; }
      #cartSummaryModal .modal-body .cart-summary-container .head-div:not(.first),
      #cartSummaryModal .modal-body .cart-summary-container .cell-div:not(.first),
      #cartSummaryModal .modal-title .cart-summary-container .head-div:not(.first),
      #cartSummaryModal .modal-title .cart-summary-container .cell-div:not(.first) {
        justify-content: center; }
      #cartSummaryModal .modal-body .cart-summary-container .head-div:not(.last),
      #cartSummaryModal .modal-body .cart-summary-container .cell-div:not(.last),
      #cartSummaryModal .modal-title .cart-summary-container .head-div:not(.last),
      #cartSummaryModal .modal-title .cart-summary-container .cell-div:not(.last) {
        border-right: 1px solid #d7d7d7; }
    #cartSummaryModal .modal-body .cart-summary-container .cell-div,
    #cartSummaryModal .modal-body .cart-summary-container .row-heading,
    #cartSummaryModal .modal-title .cart-summary-container .cell-div,
    #cartSummaryModal .modal-title .cart-summary-container .row-heading {
      background-color: #fff;
      color: #333333;
      padding: 16px;
      border-collapse: collapse; }
    #cartSummaryModal .modal-body .cart-summary-container .cell-div,
    #cartSummaryModal .modal-title .cart-summary-container .cell-div {
      min-width: 103px;
      flex-basis: 103px;
      flex-grow: 1;
      text-align: center;
      display: flex;
      flex-direction: column; }
      #cartSummaryModal .modal-body .cart-summary-container .cell-div span.reader-data,
      #cartSummaryModal .modal-title .cart-summary-container .cell-div span.reader-data {
        opacity: 0;
        position: absolute; }
      #cartSummaryModal .modal-body .cart-summary-container .cell-div span.bonusbook-count,
      #cartSummaryModal .modal-title .cart-summary-container .cell-div span.bonusbook-count {
        display: block;
        color: #008018;
        margin-top: 8px; }
    #cartSummaryModal .modal-body .cart-summary-container .footer-row,
    #cartSummaryModal .modal-title .cart-summary-container .footer-row {
      background-color: #F4F4F4; }
      #cartSummaryModal .modal-body .cart-summary-container .footer-row .row-heading,
      #cartSummaryModal .modal-body .cart-summary-container .footer-row .cell-div,
      #cartSummaryModal .modal-title .cart-summary-container .footer-row .row-heading,
      #cartSummaryModal .modal-title .cart-summary-container .footer-row .cell-div {
        font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
        background-color: #F4F4F4; }

@media screen and (max-width: 634px) {
  #cartSummaryModal .modal-body {
    width: calc(100% - 20px);
    margin: 0 auto 0 20px; } }

@media screen and (max-width: 634px) {
  #cartSummaryModal .modal-body .cart-summary-container .cart-summary-table {
    margin-right: 20px; } }

#cartSummaryModal .order-summary-container {
  overflow-x: scroll; }
  #cartSummaryModal .order-summary-container::-webkit-scrollbar-thumb {
    background-color: #666; }
  #cartSummaryModal .order-summary-container .order-summary-table {
    margin-top: 32px;
    margin-right: 20px;
    width: 464px;
    font-size: 16px;
    font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 19px;
    border: 1px solid #d7d7d7; }
    @media screen and (min-width: 520px) {
      #cartSummaryModal .order-summary-container .order-summary-table {
        max-width: 464px !important; } }
    #cartSummaryModal .order-summary-container .order-summary-table .table-row {
      display: flex;
      align-items: center; }
      #cartSummaryModal .order-summary-container .order-summary-table .table-row:not(.last) {
        border-bottom: 1px solid #d7d7d7; }
    #cartSummaryModal .order-summary-container .order-summary-table .head-div {
      background-color: #4A4A4A;
      color: #fff;
      padding: 16px;
      text-align: left;
      flex-grow: 1; }
      #cartSummaryModal .order-summary-container .order-summary-table .head-div:not(.first) {
        border-right: 1px solid #d7d7d7; }
      #cartSummaryModal .order-summary-container .order-summary-table .head-div.row-heading {
        text-align: left;
        vertical-align: middle;
        background-color: #fff;
        color: #333; }
      #cartSummaryModal .order-summary-container .order-summary-table .head-div .order-summary-title {
        border: 1px solid #4A4A4A;
        text-align: left; }
    #cartSummaryModal .order-summary-container .order-summary-table .cell-div {
      min-width: 120px !important;
      padding: 16px;
      text-align: right; }
      #cartSummaryModal .order-summary-container .order-summary-table .cell-div.avg-price {
        color: #008018; }
      @media screen and (min-width: 520px) {
        #cartSummaryModal .order-summary-container .order-summary-table .cell-div {
          min-width: 150px !important; } }
    #cartSummaryModal .order-summary-container .order-summary-table .footer-row {
      background-color: #F4F4F4; }
      #cartSummaryModal .order-summary-container .order-summary-table .footer-row .row-heading,
      #cartSummaryModal .order-summary-container .order-summary-table .footer-row .cell-div {
        font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
        background-color: #F4F4F4; }

#aemTopBanner {
  visibility: hidden; }

#cartLoader {
  min-height: 100px;
  position: relative; }
  #cartLoader .loadingDiv {
    border-radius: 16px; }
    #cartLoader .loadingDiv .gly-spin {
      font-size: 50px;
      top: 0%; }
    #cartLoader .loadingDiv .glyphicon-refresh {
      font-family: 'Glyphicons Halflings'; }

.checkout-progress-indicator {
  overflow: hidden; }
  .checkout-progress-indicator div {
    display: inline;
    padding: 0 .83em 0 0; }
  .checkout-progress-indicator span {
    text-transform: uppercase; }
  .checkout-progress-indicator .active span {
    font-weight: 700;
    color: #000; }
  .checkout-progress-indicator a {
    color: #333333; }
  .checkout-progress-indicator i {
    padding-left: .83em;
    color: #ccc; }
  .checkout-progress-indicator .step-3 {
    padding-right: 0; }

.gift-message-text {
  overflow: visible;
  opacity: 1;
  transition: all 1s ease; }
  .gift-message-text.hidden {
    height: 0;
    opacity: 0;
    overflow: hidden; }
  .gift-message-text textarea {
    width: 100%; }

.billing-coupon-code .form-row,
.billing-coupon-code .coupon-apply,
.billing-coupon-code .giftcert-apply {
  display: inline-block; }

.billing-coupon-code .form-row {
  margin: 0;
  width: 45%; }

.billing-coupon-code .tooltip {
  padding-left: 1rem; }

.redemption {
  color: #a10a0a; }
  .redemption .success {
    color: #019328; }
  .redemption span.error {
    margin-left: 0; }

.payment-method-options .form-row {
  clear: none;
  float: left;
  width: 30%; }

.payment-method {
  clear: both;
  display: none; }

.payment-method-expanded {
  display: block; }

.month,
.year,
.day {
  clear: none;
  float: left;
  margin: 0 0 2% 2%; }
  .month select,
  .year select,
  .day select {
    width: auto; }

.month .form-caption {
  margin-left: 0; }

.cvn {
  clear: left; }
  .cvn .field-wrapper {
    width: 50px; }

.ssn {
  clear: left; }

.bml-terms-and-conditions {
  border: 1px solid #aaa;
  font-size: 0.8em;
  height: 400px;
  overflow: auto;
  padding: 1em; }

.bml-table-col-1 {
  width: 25%; }

.pt_checkout h3 {
  padding-bottom: 1em; }

.checkout-mini-cart {
  background-color: #efefef;
  max-height: 330px;
  overflow: auto; }

.checkout-order-totals {
  background-color: #efefef;
  padding: 0.3rem .5rem; }

.place-order-totals {
  clear: both; }
  .place-order-totals .order-totals-table {
    float: right;
    width: 50%; }

.order-component-block {
  margin: 1.67em 0; }
  .order-component-block .section-header a {
    float: right;
    font-weight: normal; }
  .order-component-block .details {
    background: none repeat scroll 0 0 #e0e0e0;
    color: #aaa;
    padding: 0.5em 1em; }

.order-summary-footer {
  position: relative; }
  .order-summary-footer h2 {
    font-size: 2em;
    font-style: italic;
    font-weight: normal; }

.summary-help {
  float: right;
  font-size: 0.8em;
  margin: 1em 0; }

.submit-order {
  clear: both;
  display: block;
  padding: 1.67em 0 0;
  text-align: right; }
  .submit-order .back-to-cart {
    font-size: 1.1em; }
    .submit-order .back-to-cart:hover {
      text-decoration: underline; }
  .submit-order button {
    margin-left: 1.5em; }

.order-discount {
  color: #a10a0a; }

.gift-cert-used {
  padding: .83em 0; }

.summary .edit {
  position: absolute;
  text-transform: uppercase;
  right: 10px;
  font-size: 0.9em;
  line-height: 1.5em; }

.pt_checkout #main,
.pt_cart #main {
  padding: 0 1.15em; }

.pt_cart .breadcrumb {
  padding-left: 0; }

.item-shipping-address {
  min-width: 120px; }

.billing-error {
  color: red;
  margin: 0 0 .83em 24%; }

.cvn-tooltip {
  font-weight: bold;
  margin: 5px;
  text-align: center; }
  .cvn-tooltip img {
    height: 150px;
    width: 110px; }

#shipping-method-list {
  position: relative; }

#partnerTypeVal ~ .form-row {
  margin: 0px; }
  #partnerTypeVal ~ .form-row label, #partnerTypeVal ~ .form-row .field-wrapper {
    margin: 0px; }

.order-history-header {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #efefef;
  overflow: hidden;
  padding: 10px; }
  .order-history-header .label {
    font-weight: 700; }
  .order-history-header button {
    float: right; }
  .order-history-header .order-date, .order-history-header .order-status, .order-history-header .order-number {
    float: left;
    margin: 2px 0;
    width: 60%; }

.order-history-items {
  margin: 20px 0; }
  .order-history-items .order-history-table th, .order-history-items .order-history-table td {
    padding: 5px 10px; }
  .order-history-items .order-history-table ul {
    margin: 0;
    padding: 0; }
  .order-history-items .order-history-table li {
    list-style-position: inside;
    list-style-type: square; }
  .order-history-items .order-history-table .order-shipped-to,
  .order-history-items .order-history-table .order-items,
  .order-history-items .order-history-table .order-total-price {
    width: 33%; }
  .order-history-items .order-history-table .toggle {
    cursor: pointer;
    display: block; }

.js .order-history-table .hidden {
  display: none; }

.orderdetails {
  font-family: Lato, sans-serif;
  margin: 0 1%; }
  .orderdetails h2 {
    clear: both; }
  .orderdetails .label {
    font-weight: bold;
    margin-bottom: .3rem;
    margin-top: .3rem;
    text-transform: uppercase; }
  .orderdetails .order-shipment-table {
    background-color: #efefef;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 1em; }
  .orderdetails .order-shipment-details .order-shipment-address {
    float: right; }
  .orderdetails .line-items {
    clear: both;
    padding-top: 1rem; }
    .orderdetails .line-items .line-item {
      padding-bottom: 1rem; }
      .orderdetails .line-items .line-item .line-item-details,
      .orderdetails .line-items .line-item .line-item-quantity,
      .orderdetails .line-items .line-item .line-item-price {
        display: inline-block;
        vertical-align: top; }
      .orderdetails .line-items .line-item .line-item-quantity,
      .orderdetails .line-items .line-item .line-item-price {
        width: 14%; }
      .orderdetails .line-items .line-item .line-item-details {
        width: 70%; }
        .orderdetails .line-items .line-item .line-item-details a {
          font-size: 1.1rem; }
      .orderdetails .line-items .line-item .line-item-quantity {
        text-align: center; }
      .orderdetails .line-items .line-item .line-item-price {
        text-align: right; }
  @media screen and (min-width: 480px) {
    .orderdetails .order-payment-summary {
      float: right; } }
  .orderdetails .order-information {
    padding-bottom: .5em;
    padding-top: .5em; }
    .orderdetails .order-information .label {
      color: #999;
      font-weight: 300;
      text-transform: none; }
    .orderdetails .order-information .value {
      font-weight: 700; }
    .orderdetails .order-information .order-number {
      font-size: 1.75rem; }
  .orderdetails .payment-amount .label {
    font-weight: normal;
    text-transform: none; }
  .orderdetails .order-totals-table td:first-child {
    padding-right: 5rem;
    text-align: left; }

.pt_order .actions,
.confirmation .actions {
  padding: .5em 1%; }
  .pt_order .actions a,
  .confirmation .actions a {
    margin-right: 2rem; }

.confirmation-message {
  border-bottom: 3px solid #84bd00;
  padding: 1rem 1%; }

.confirmation.create-account .login-create-account,
.confirmation.create-account .order-confirmation-details {
  display: inline-block;
  vertical-align: top; }

.confirmation.create-account .login-create-account {
  float: right;
  padding: 0 1%;
  width: 25%; }

.confirmation.create-account .order-confirmation-details {
  width: 73%; }

.confirmation.create-account .login-box-content {
  background-color: #efefef;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 1em; }
  .confirmation.create-account .login-box-content p {
    margin-top: 0;
    margin-bottom: 0; }
  .confirmation.create-account .login-box-content .form-row {
    margin: 0; }

.shippingaddress .select-address {
  width: 100%;
  margin-left: 0; }

.shippingaddress .edit-address {
  margin-top: 0.5em; }
  .shippingaddress .edit-address span {
    color: #84bd00;
    cursor: pointer; }

.formactions {
  margin-top: 20px;
  text-align: right; }

.item-list .multi-shipment-row {
  border-bottom: none; }

.minishipments-method {
  padding-top: 10px; }

.multishipprogress div, .multishipprogress .step-3 {
  display: inline;
  padding: 1em; }

.multishipprogress .step-4 {
  padding-right: 0; }

.pt_checkout #cart-table .cart-row .shipment-label {
  font-weight: 700;
  margin-top: 35px;
  font-size: 1.4em; }

.campaign-fund-container, .gift-card-container {
  margin: 0px 0px 25px; }
  .campaign-fund-container label, .gift-card-container label {
    float: left;
    padding-top: 5px; }
  .campaign-fund-container .currency-symbol, .gift-card-container .currency-symbol {
    position: absolute;
    padding: 8px 5px; }
  .campaign-fund-container .input-field, .gift-card-container .input-field {
    display: inline-block;
    margin-left: 20px;
    margin-top: 0px;
    color: #333333;
    font-size: 13px;
    font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
    font-weight: normal;
    position: relative; }
    .campaign-fund-container .input-field.error, .gift-card-container .input-field.error {
      border-color: #e15544; }
    @media only screen and (max-width: 768px) {
      .campaign-fund-container .input-field, .gift-card-container .input-field {
        margin-top: 10px;
        margin-left: 30px; } }
  .campaign-fund-container .campaign-amount-error, .gift-card-container .campaign-amount-error {
    margin-left: 185px;
    font-weight: bold;
    margin-top: 5px; }
    @media only screen and (max-width: 768px) {
      .campaign-fund-container .campaign-amount-error, .gift-card-container .campaign-amount-error {
        margin-left: 20px; } }
  .campaign-fund-container .giftCard-amount-error, .gift-card-container .giftCard-amount-error {
    margin-left: 125px;
    font-weight: bold;
    margin-top: 5px; }
    @media only screen and (max-width: 768px) {
      .campaign-fund-container .giftCard-amount-error, .gift-card-container .giftCard-amount-error {
        margin-left: 20px; } }
  .campaign-fund-container .campaign-enter-amount,
  .campaign-fund-container .gift-card-enter-amount, .gift-card-container .campaign-enter-amount,
  .gift-card-container .gift-card-enter-amount {
    display: block;
    font-size: 13px;
    color: #e15544;
    width: 100%;
    font-weight: bold;
    margin-top: 5px; }
  .campaign-fund-container .gift-card-enter-amount, .gift-card-container .gift-card-enter-amount {
    margin-left: 154px; }
  .campaign-fund-container .campaign-enter-amount, .gift-card-container .campaign-enter-amount {
    margin-left: 223px; }
  .campaign-fund-container .apply-campaign-funds, .campaign-fund-container .apply-gift-card, .gift-card-container .apply-campaign-funds, .gift-card-container .apply-gift-card {
    padding: 0px 20px;
    line-height: 35px;
    height: 35px;
    margin-left: 10px; }
    @media only screen and (max-width: 768px) {
      .campaign-fund-container .apply-campaign-funds, .campaign-fund-container .apply-gift-card, .gift-card-container .apply-campaign-funds, .gift-card-container .apply-gift-card {
        margin-top: 15px;
        margin-left: 25px; } }
  .campaign-fund-container .campaign-funds-amount-mask,
  .campaign-fund-container .campaign-funds-unchecked-mask,
  .campaign-fund-container .gift-cards-amount-mask,
  .campaign-fund-container .gift-card-unchecked-mask, .gift-card-container .campaign-funds-amount-mask,
  .gift-card-container .campaign-funds-unchecked-mask,
  .gift-card-container .gift-cards-amount-mask,
  .gift-card-container .gift-card-unchecked-mask {
    color: #333333;
    font-size: 13px;
    font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 8px;
    display: inline-block; }
    .campaign-fund-container .campaign-funds-amount-mask.hide,
    .campaign-fund-container .campaign-funds-unchecked-mask.hide,
    .campaign-fund-container .gift-cards-amount-mask.hide,
    .campaign-fund-container .gift-card-unchecked-mask.hide, .gift-card-container .campaign-funds-amount-mask.hide,
    .gift-card-container .campaign-funds-unchecked-mask.hide,
    .gift-card-container .gift-cards-amount-mask.hide,
    .gift-card-container .gift-card-unchecked-mask.hide {
      opacity: 0;
      position: absolute;
      pointer-events: none; }
    .campaign-fund-container .campaign-funds-amount-mask .red,
    .campaign-fund-container .campaign-funds-unchecked-mask .red,
    .campaign-fund-container .gift-cards-amount-mask .red,
    .campaign-fund-container .gift-card-unchecked-mask .red, .gift-card-container .campaign-funds-amount-mask .red,
    .gift-card-container .campaign-funds-unchecked-mask .red,
    .gift-card-container .gift-cards-amount-mask .red,
    .gift-card-container .gift-card-unchecked-mask .red {
      color: #E81111; }
      .campaign-fund-container .campaign-funds-amount-mask .red.remove-color-red,
      .campaign-fund-container .campaign-funds-unchecked-mask .red.remove-color-red,
      .campaign-fund-container .gift-cards-amount-mask .red.remove-color-red,
      .campaign-fund-container .gift-card-unchecked-mask .red.remove-color-red, .gift-card-container .campaign-funds-amount-mask .red.remove-color-red,
      .gift-card-container .campaign-funds-unchecked-mask .red.remove-color-red,
      .gift-card-container .gift-cards-amount-mask .red.remove-color-red,
      .gift-card-container .gift-card-unchecked-mask .red.remove-color-red {
        color: #6d6e70; }
    .campaign-fund-container .campaign-funds-amount-mask .campaign-applied-value,
    .campaign-fund-container .campaign-funds-amount-mask .giftCard-applied-value,
    .campaign-fund-container .campaign-funds-unchecked-mask .campaign-applied-value,
    .campaign-fund-container .campaign-funds-unchecked-mask .giftCard-applied-value,
    .campaign-fund-container .gift-cards-amount-mask .campaign-applied-value,
    .campaign-fund-container .gift-cards-amount-mask .giftCard-applied-value,
    .campaign-fund-container .gift-card-unchecked-mask .campaign-applied-value,
    .campaign-fund-container .gift-card-unchecked-mask .giftCard-applied-value, .gift-card-container .campaign-funds-amount-mask .campaign-applied-value,
    .gift-card-container .campaign-funds-amount-mask .giftCard-applied-value,
    .gift-card-container .campaign-funds-unchecked-mask .campaign-applied-value,
    .gift-card-container .campaign-funds-unchecked-mask .giftCard-applied-value,
    .gift-card-container .gift-cards-amount-mask .campaign-applied-value,
    .gift-card-container .gift-cards-amount-mask .giftCard-applied-value,
    .gift-card-container .gift-card-unchecked-mask .campaign-applied-value,
    .gift-card-container .gift-card-unchecked-mask .giftCard-applied-value {
      color: #E81111;
      text-decoration: underline;
      font-weight: bold; }
      .campaign-fund-container .campaign-funds-amount-mask .campaign-applied-value.remove-anchor-link,
      .campaign-fund-container .campaign-funds-amount-mask .giftCard-applied-value.remove-anchor-link,
      .campaign-fund-container .campaign-funds-unchecked-mask .campaign-applied-value.remove-anchor-link,
      .campaign-fund-container .campaign-funds-unchecked-mask .giftCard-applied-value.remove-anchor-link,
      .campaign-fund-container .gift-cards-amount-mask .campaign-applied-value.remove-anchor-link,
      .campaign-fund-container .gift-cards-amount-mask .giftCard-applied-value.remove-anchor-link,
      .campaign-fund-container .gift-card-unchecked-mask .campaign-applied-value.remove-anchor-link,
      .campaign-fund-container .gift-card-unchecked-mask .giftCard-applied-value.remove-anchor-link, .gift-card-container .campaign-funds-amount-mask .campaign-applied-value.remove-anchor-link,
      .gift-card-container .campaign-funds-amount-mask .giftCard-applied-value.remove-anchor-link,
      .gift-card-container .campaign-funds-unchecked-mask .campaign-applied-value.remove-anchor-link,
      .gift-card-container .campaign-funds-unchecked-mask .giftCard-applied-value.remove-anchor-link,
      .gift-card-container .gift-cards-amount-mask .campaign-applied-value.remove-anchor-link,
      .gift-card-container .gift-cards-amount-mask .giftCard-applied-value.remove-anchor-link,
      .gift-card-container .gift-card-unchecked-mask .campaign-applied-value.remove-anchor-link,
      .gift-card-container .gift-card-unchecked-mask .giftCard-applied-value.remove-anchor-link {
        text-decoration: none;
        color: #6d6e70;
        pointer-events: none;
        font-weight: normal; }
      .campaign-fund-container .campaign-funds-amount-mask .campaign-applied-value:focus,
      .campaign-fund-container .campaign-funds-amount-mask .giftCard-applied-value:focus,
      .campaign-fund-container .campaign-funds-unchecked-mask .campaign-applied-value:focus,
      .campaign-fund-container .campaign-funds-unchecked-mask .giftCard-applied-value:focus,
      .campaign-fund-container .gift-cards-amount-mask .campaign-applied-value:focus,
      .campaign-fund-container .gift-cards-amount-mask .giftCard-applied-value:focus,
      .campaign-fund-container .gift-card-unchecked-mask .campaign-applied-value:focus,
      .campaign-fund-container .gift-card-unchecked-mask .giftCard-applied-value:focus, .gift-card-container .campaign-funds-amount-mask .campaign-applied-value:focus,
      .gift-card-container .campaign-funds-amount-mask .giftCard-applied-value:focus,
      .gift-card-container .campaign-funds-unchecked-mask .campaign-applied-value:focus,
      .gift-card-container .campaign-funds-unchecked-mask .giftCard-applied-value:focus,
      .gift-card-container .gift-cards-amount-mask .campaign-applied-value:focus,
      .gift-card-container .gift-cards-amount-mask .giftCard-applied-value:focus,
      .gift-card-container .gift-card-unchecked-mask .campaign-applied-value:focus,
      .gift-card-container .gift-card-unchecked-mask .giftCard-applied-value:focus {
        outline-offset: 4px; }
  @media only screen and (max-width: 768px) {
    .campaign-fund-container .campaign-funds-amount-mask,
    .campaign-fund-container .campaign-funds-unchecked-mask, .gift-card-container .campaign-funds-amount-mask,
    .gift-card-container .campaign-funds-unchecked-mask {
      margin-left: 25px; } }
  .campaign-fund-container .CAMPAIGN_FUNDS-Detail.hide,
  .campaign-fund-container .GIFT-Detail.hide, .gift-card-container .CAMPAIGN_FUNDS-Detail.hide,
  .gift-card-container .GIFT-Detail.hide {
    opacity: 0;
    position: absolute; }
  .campaign-fund-container #campaignFundsAmount-error,
  .campaign-fund-container #giftCardFundsAmount-error, .gift-card-container #campaignFundsAmount-error,
  .gift-card-container #giftCardFundsAmount-error {
    position: absolute;
    margin-left: -5px;
    font-weight: bold; }

.radio.stored-value-separator {
  padding-top: 30px; }
  .radio.stored-value-separator:after {
    content: "";
    position: absolute;
    left: -30px;
    margin-top: -30px;
    width: calc(100% + 60px);
    border-top: 1px solid #eee; }
    @media only screen and (max-width: 480px) {
      .radio.stored-value-separator:after {
        left: -15px;
        width: calc(100% + 30px); } }

a.glyphicon-info-sign, span.glyphicon-info-sign {
  color: white;
  margin: 0 2px 3px 6px;
  outline-offset: 2px; }
  a.glyphicon-info-sign:before, span.glyphicon-info-sign:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../icons/imageIcons/info.png") no-repeat scroll left center transparent;
    background-size: contain;
    vertical-align: middle; }
  a.glyphicon-info-sign:hover, span.glyphicon-info-sign:hover {
    text-decoration: none; }

.multipayment-error {
  color: #e15544;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold; }

.label-text {
  display: inline-block; }

.charge-remainder {
  font-size: 13px;
  padding: 6px 6px 6px 0;
  display: inline-block; }

.multipayment-not-applicable {
  display: block;
  padding: 5px 0 0;
  margin: 20px 0 0;
  color: #757575;
  font-size: 13px;
  font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
  opacity: 1; }

.single-checkout .section .sec-content .campaign-fund-container .input-field input.campaign-fund-input {
  padding: 7px 7px 7px 15px;
  display: inline-block;
  max-width: 90px; }

.single-checkout .section .sec-content .gift-card-container .input-field input.gift-card-input {
  padding: 7px 7px 7px 15px;
  display: inline-block;
  max-width: 90px; }

@media only screen and (max-width: 768px) {
  .add-gift-card-sec {
    margin-top: 12px; } }

.add-gift-card-sec span:before {
  content: ' \002B';
  padding: 5px;
  padding-right: 10px;
  font-size: 26px;
  font-family: "museo-sans-100", Helvetica, Arial, sans-serif;
  vertical-align: -10%;
  text-decoration: none;
  display: inline; }

.add-gift-card-sec a:hover, .add-gift-card-sec a:focus {
  color: #E81111; }

.add-gift-card-sec a .add-gift-card {
  color: #E81111;
  font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
  font-size: 13px; }

#modaladdgiftcard iframe {
  width: 100%;
  min-height: 630px; }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    #modaladdgiftcard iframe {
      height: 100vh; } }

@media only screen and (max-width: 767px) and (orientation: portrait) {
  #modaladdgiftcard .modal-dialog {
    margin: 0; } }

@media only screen and (max-width: 767px) and (orientation: portrait) {
  #modaladdgiftcard .modal-body {
    height: 100vh; } }

.myscholastic-modal iframe {
  width: 100%;
  height: 800px; }

.myscholastic-modal .modal-dialog {
  width: 900px; }
  @media (min-width: 0px) and (orientation: portrait) {
    .myscholastic-modal .modal-dialog {
      width: 100vw;
      margin: 0; } }
  @media (min-width: 0px) and (orientation: landscape) {
    .myscholastic-modal .modal-dialog {
      width: 100vw; } }
  @media (min-width: 992px) {
    .myscholastic-modal .modal-dialog {
      width: 750px; } }
  @media (min-width: 1200px) {
    .myscholastic-modal .modal-dialog {
      width: 900px; } }
  .myscholastic-modal .modal-dialog .modal-header {
    border: none; }
  .myscholastic-modal .modal-dialog .modal-body {
    padding-top: 0; }

@media only screen and (max-width: 767px) {
  .wishlist-modal.modal {
    top: 10px;
    right: 10px;
    bottom: 50px;
    left: 10px; } }

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .wishlist-modal.modal {
    bottom: 10px; } }

@media only screen and (max-width: 767px) {
  .wishlist-modal .modal-dialog {
    margin: 0 auto; } }

.wishlist-modal .modal-dialog .modal-content {
  border-radius: 0;
  border: none; }
  .wishlist-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
    min-height: 464px; }
    @media only screen and (max-width: 767px) {
      .wishlist-modal .modal-dialog .modal-content .modal-body {
        min-height: auto;
        height: auto; } }
    .wishlist-modal .modal-dialog .modal-content .modal-body iframe {
      width: 100%;
      min-height: 464px; }
      @media only screen and (max-width: 767px) {
        .wishlist-modal .modal-dialog .modal-content .modal-body iframe {
          min-height: 554px; } }
      @media only screen and (max-width: 767px) and (orientation: landscape) {
        .wishlist-modal .modal-dialog .modal-content .modal-body iframe {
          min-height: auto;
          height: calc(100vh - 24px) !important; } }

.partner-login-modal.modal {
  height: 100%; }
  .partner-login-modal.modal::-webkit-scrollbar {
    width: 0px; }
  @media only screen and (max-width: 655px) {
    .partner-login-modal.modal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%; } }
  @media only screen and (max-width: 655px) and (orientation: landscape) {
    .partner-login-modal.modal {
      bottom: 10px; } }

.partner-login-modal .modal-dialog {
  width: 100%;
  max-width: 1000px;
  margin: 64px auto; }
  @media only screen and (max-width: 1279px) {
    .partner-login-modal .modal-dialog {
      margin: 64px auto;
      max-width: 784px; } }
  @media only screen and (max-width: 959px) {
    .partner-login-modal .modal-dialog {
      margin: 64px auto;
      max-width: 656px; } }
  @media only screen and (max-width: 959px) and (orientation: landscape) {
    .partner-login-modal .modal-dialog {
      margin: 0px auto;
      width: 100%;
      max-width: none; } }
  @media only screen and (max-width: 655px) {
    .partner-login-modal .modal-dialog {
      margin: 0; } }
  .partner-login-modal .modal-dialog .modal-content {
    border-radius: 0;
    border: none; }
    .partner-login-modal .modal-dialog .modal-content .modal-body {
      padding: 0;
      min-height: 600px; }
      @media only screen and (max-width: 655px) {
        .partner-login-modal .modal-dialog .modal-content .modal-body {
          min-height: 967px;
          height: 967px; } }
      .partner-login-modal .modal-dialog .modal-content .modal-body iframe {
        width: 100%;
        min-height: 600px; }
        @media only screen and (max-width: 655px) {
          .partner-login-modal .modal-dialog .modal-content .modal-body iframe {
            min-height: 100%; } }
        @media only screen and (max-width: 655px) and (orientation: landscape) {
          .partner-login-modal .modal-dialog .modal-content .modal-body iframe {
            min-height: 100%; } }

#PasswordResetForm fieldset {
  position: relative; }

#PasswordResetForm button {
  float: right;
  top: 0px;
  left: 63%; }

h1 .account-logout {
  font-size: 0.6em;
  float: none; }

.registration-selection input, .registration-selection label {
  display: inline;
  float: none; }

.address-list,
.payment-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  .address-list li,
  .payment-list li {
    list-style-type: none;
    padding: 1em;
    width: 90%; }
    @media screen and (min-width: 768px) {
      .address-list li,
      .payment-list li {
        width: 25%; } }
    .address-list li.default,
    .payment-list li.default {
      background-color: #efefef;
      border: 1px solid #ccc;
      border-radius: 5px;
      margin-top: 1em;
      width: 85%; }
    .address-list li address,
    .payment-list li address {
      color: #666;
      font-style: normal; }
    .address-list li a,
    .address-list li .button-text,
    .payment-list li a,
    .payment-list li .button-text {
      line-height: 2rem;
      padding-right: .2rem; }
  .address-list .mini-address-title,
  .payment-list .mini-address-title {
    font-style: italic;
    line-height: 2rem; }
  .address-list .cc-owner,
  .payment-list .cc-owner {
    font-weight: 700; }

.pt_wish-list .list-table-header {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #efefef;
  overflow: hidden;
  padding: 2em; }
  .pt_wish-list .list-table-header p {
    color: #999;
    float: right;
    margin: 0;
    overflow: hidden;
    width: 40%; }

.pt_wish-list .primary-content .list-table-header h2 {
  float: left; }

.list-share {
  border-top: 1px solid #d6d5d5;
  padding: 2em; }
  .list-share .share-option {
    box-sizing: border-box;
    display: block;
    margin-bottom: .5rem;
    float: left; }
  .list-share .share-options {
    text-align: center;
    margin-bottom: .5rem;
    font-size: 1.7em;
    float: left;
    margin-left: 1rem;
    margin-top: 0.3rem; }
    .list-share .share-options .share-title {
      display: inline; }
  .list-share .list-title {
    float: left; }
  .list-share .share-link {
    cursor: pointer; }
  .list-share .share-link-content {
    display: none; }
    .list-share .share-link-content.active {
      display: block;
      float: left; }

.event-info {
  margin: 1em; }

.wishlist-search .form-row,
.registry-search .form-row {
  clear: none;
  margin: .5rem 0 .5rem 1%;
  float: left;
  width: 32.666666667%; }
  .wishlist-search .form-row:nth-of-type(3n + 1),
  .registry-search .form-row:nth-of-type(3n + 1) {
    margin-left: 0; }

.wishlist-search .form-row-button,
.registry-search .form-row-button {
  margin-left: 0; }

/* AEM Nav integration styles */
#tsoWrapper .announcementbar ~ #contentcolumn #aemTopNav {
  top: 40px; }
  #tsoWrapper .announcementbar ~ #contentcolumn #aemTopNav .loadingDiv {
    display: none !important; }

#tsoWrapper .announcementbar ~ #contentcolumn #wishlist_manage {
  margin-top: 80px; }

#tsoWrapper .announcementbar ~ #contentcolumn #dwwishlist {
  margin-top: 90px; }

#tsoWrapper .announcementbar ~ #contentcolumn #aemTopBanner {
  margin-top: 40px; }

#tsoWrapper #aemTopNav .aso-navigation {
  left: 0;
  width: 100%; }

/* print formatting -- hide TSO navbars and related margins */
@media print {
  #tsoWrapper #aemTopNav, #tsoWrapper #aemLeftNav, #tsoWrapper #aemBotNav, #tsoWrapper .announcementbar {
    display: none; }
  #tsoWrapper #contentcolumn {
    margin: 0; } }

/* manage wishlists page styles */
#wishlist_manage {
  margin: 30px auto;
  width: 90%;
  min-height: 70vh; }
  @media screen and (min-width: 768px), print {
    #wishlist_manage {
      margin: 40px 21.7% 40px 4.35%;
      flex-direction: row;
      width: 80%; } }
  #wishlist_manage .wishlist_manage__heading {
    font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 40px;
    color: #333333;
    text-align: center; }
  #wishlist_manage .wishlist_manage__create-cta {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 24px; }
    @media screen and (min-width: 768px), print {
      #wishlist_manage .wishlist_manage__create-cta {
        margin-top: 20px;
        text-align: right;
        max-width: 1000px; } }
    #wishlist_manage .wishlist_manage__create-cta .btnShowCreateWishlistModal {
      width: 230px;
      font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
      text-align: center;
      padding: 0 20px;
      font-size: 11px;
      letter-spacing: 1.5px;
      background-color: #fff;
      border: 1px solid #E81111;
      color: #E81111; }
      #wishlist_manage .wishlist_manage__create-cta .btnShowCreateWishlistModal:focus:not(:active):not(.active) {
        border: 3px solid transparent;
        box-shadow: 0 0 0 1px #E81111;
        background-clip: padding-box;
        outline: none;
        line-height: 41px; }
      #wishlist_manage .wishlist_manage__create-cta .btnShowCreateWishlistModal:focus, #wishlist_manage .wishlist_manage__create-cta .btnShowCreateWishlistModal:hover {
        background-color: #E81111;
        color: #fff; }
      #wishlist_manage .wishlist_manage__create-cta .btnShowCreateWishlistModal:active, #wishlist_manage .wishlist_manage__create-cta .btnShowCreateWishlistModal.active {
        background-color: #B90000;
        color: #fff;
        outline: none; }
  #wishlist_manage .wishlist_manage__container {
    display: flex;
    flex-direction: column; }
    #wishlist_manage .wishlist_manage__container .wishlist_manage__wishlist-summary {
      padding: 22px 16px 30px 16px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-bottom: solid 1px #e0e0e0; }
      #wishlist_manage .wishlist_manage__container .wishlist_manage__wishlist-summary.isDefaultList {
        flex-direction: row;
        align-items: center; }
        #wishlist_manage .wishlist_manage__container .wishlist_manage__wishlist-summary.isDefaultList .wishlist_manage__wishlist-title {
          padding-bottom: 0px; }
      #wishlist_manage .wishlist_manage__container .wishlist_manage__wishlist-summary:last-child, #wishlist_manage .wishlist_manage__container .wishlist_manage__wishlist-summary.empty-list {
        border-bottom: 0px; }
      @media screen and (min-width: 768px), print {
        #wishlist_manage .wishlist_manage__container .wishlist_manage__wishlist-summary {
          max-width: 1000px; } }
      #wishlist_manage .wishlist_manage__container .wishlist_manage__wishlist-summary .wishlist_manage__wishlist-title {
        font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
        font-size: 21px;
        line-height: 24px;
        padding-bottom: 14px; }
        @media screen and (min-width: 768px), print {
          #wishlist_manage .wishlist_manage__container .wishlist_manage__wishlist-summary .wishlist_manage__wishlist-title {
            font-size: 24px;
            line-height: 28px; } }
        #wishlist_manage .wishlist_manage__container .wishlist_manage__wishlist-summary .wishlist_manage__wishlist-title .wishlist_manage__wishlist-title-cta {
          color: #333333;
          text-decoration: underline 1.2px;
          text-underline-offset: 1.8px;
          text-decoration-skip-ink: none; }
          #wishlist_manage .wishlist_manage__container .wishlist_manage__wishlist-summary .wishlist_manage__wishlist-title .wishlist_manage__wishlist-title-cta:focus {
            outline: 5px auto -webkit-focus-ring-color !important;
            outline-offset: 4px; }
      #wishlist_manage .wishlist_manage__container .wishlist_manage__wishlist-summary .shipping-msg {
        color: #ff0000; }
      #wishlist_manage .wishlist_manage__container .wishlist_manage__wishlist-summary .wishlist_manage__wishlist-info {
        display: flex;
        justify-content: space-between; }
        #wishlist_manage .wishlist_manage__container .wishlist_manage__wishlist-summary .wishlist_manage__wishlist-info .wishlist_manage__wishlist-edit-cta {
          font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
          font-size: 13px;
          line-height: normal;
          color: #666666;
          letter-spacing: 1.5px;
          text-transform: uppercase;
          text-decoration: none;
          padding-top: 2px; }
          #wishlist_manage .wishlist_manage__container .wishlist_manage__wishlist-summary .wishlist_manage__wishlist-info .wishlist_manage__wishlist-edit-cta:focus {
            outline: 5px auto -webkit-focus-ring-color !important;
            outline-offset: 4px; }
        #wishlist_manage .wishlist_manage__container .wishlist_manage__wishlist-summary .wishlist_manage__wishlist-info .wishlist_manage__wishlist-length {
          font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
          font-size: 16px;
          line-height: normal;
          color: #333333; }

/* individual wishlist page styles */
#dwwishlist {
  margin: 30px auto;
  width: 90%;
  min-height: 540px;
  /* wishlist modal styles */ }
  @media screen and (min-width: 768px), print {
    #dwwishlist {
      margin: 50px auto 80px auto;
      flex-direction: row;
      width: 80%; } }
  #dwwishlist .dwwishlist__manageWishlistsLink {
    padding-bottom: 12px; }
    @media screen and (min-width: 768px), print {
      #dwwishlist .dwwishlist__manageWishlistsLink {
        padding-bottom: 44px; } }
    #dwwishlist .dwwishlist__manageWishlistsLink a {
      display: flex;
      align-items: center;
      width: fit-content;
      padding: 0px 1px;
      text-decoration: none; }
      #dwwishlist .dwwishlist__manageWishlistsLink a:focus {
        outline-offset: 2px; }
      #dwwishlist .dwwishlist__manageWishlistsLink a .icon-wishlist-list {
        padding-right: 6px; }
      #dwwishlist .dwwishlist__manageWishlistsLink a span {
        padding-top: 2px;
        color: #E81111;
        font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
        font-size: 11px;
        letter-spacing: 1.5px;
        text-transform: uppercase; }
    @media print {
      #dwwishlist .dwwishlist__manageWishlistsLink {
        display: none; } }
  #dwwishlist .dwwishlist__header-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding-bottom: 8px;
    border-bottom: 1px solid #666; }
    #dwwishlist .dwwishlist__header-container.empty-list {
      border-bottom: none; }
    @media screen and (min-width: 768px) {
      #dwwishlist .dwwishlist__header-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 38px; } }
    #dwwishlist .dwwishlist__header-container .dwwishlist__heading-wrapper .dwwishlist__heading {
      font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
      font-size: 28px;
      line-height: 40px;
      color: #333333;
      flex-grow: 4; }
      @media screen and (min-width: 768px), print {
        #dwwishlist .dwwishlist__header-container .dwwishlist__heading-wrapper .dwwishlist__heading {
          font-size: 32px;
          margin: 0px; } }
    #dwwishlist .dwwishlist__header-container .dwwishlist__heading-wrapper .dwwishlist-edit-cta {
      font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
      font-size: 13px;
      color: #666;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      line-height: normal;
      display: inline-block;
      margin: 20px 0px; }
      @media screen and (min-width: 768px) {
        #dwwishlist .dwwishlist__header-container .dwwishlist__heading-wrapper .dwwishlist-edit-cta {
          width: auto;
          margin: 20px 0px 0px 0px; } }
      #dwwishlist .dwwishlist__header-container .dwwishlist__heading-wrapper .dwwishlist-edit-cta:focus {
        outline-offset: 2px; }
      @media print {
        #dwwishlist .dwwishlist__header-container .dwwishlist__heading-wrapper .dwwishlist-edit-cta {
          display: none; } }
    #dwwishlist .dwwishlist__header-container .dwwishlist__cta-wrapper {
      display: flex;
      align-items: center;
      width: 100%; }
      @media screen and (min-width: 768px) {
        #dwwishlist .dwwishlist__header-container .dwwishlist__cta-wrapper {
          width: auto;
          padding-top: 20px; }
          #dwwishlist .dwwishlist__header-container .dwwishlist__cta-wrapper.isDefaultList {
            padding-top: 0px; } }
      #dwwishlist .dwwishlist__header-container .dwwishlist__cta-wrapper .dwwishlist__wishlist-count {
        font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
        font-size: 16px;
        color: #333333;
        padding: 0 15px;
        line-height: 0px; }
        @media print {
          #dwwishlist .dwwishlist__header-container .dwwishlist__cta-wrapper .dwwishlist__wishlist-count {
            display: none; } }
      #dwwishlist .dwwishlist__header-container .dwwishlist__cta-wrapper .dwwishlist__ctas {
        display: flex;
        justify-content: space-evenly;
        flex-grow: 1; }
        @media screen and (min-width: 768px) {
          #dwwishlist .dwwishlist__header-container .dwwishlist__cta-wrapper .dwwishlist__ctas {
            justify-content: center; } }
        #dwwishlist .dwwishlist__header-container .dwwishlist__cta-wrapper .dwwishlist__ctas a {
          padding: 15px;
          border-radius: 50%;
          position: relative; }
          #dwwishlist .dwwishlist__header-container .dwwishlist__cta-wrapper .dwwishlist__ctas a:first-child, #dwwishlist .dwwishlist__header-container .dwwishlist__cta-wrapper .dwwishlist__ctas a:last-child {
            display: none; }
            @media screen and (min-width: 768px), print {
              #dwwishlist .dwwishlist__header-container .dwwishlist__cta-wrapper .dwwishlist__ctas a:first-child, #dwwishlist .dwwishlist__header-container .dwwishlist__cta-wrapper .dwwishlist__ctas a:last-child {
                display: inline-block; } }
          #dwwishlist .dwwishlist__header-container .dwwishlist__cta-wrapper .dwwishlist__ctas a .dwwishlist__ctas-tooltip {
            font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
            font-size: 12px;
            visibility: hidden;
            width: max-content;
            background-color: #333333;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 5px 15px;
            position: absolute;
            z-index: 1;
            top: 58px;
            left: 50%;
            transform: translateX(-50%); }
          #dwwishlist .dwwishlist__header-container .dwwishlist__cta-wrapper .dwwishlist__ctas a:hover, #dwwishlist .dwwishlist__header-container .dwwishlist__cta-wrapper .dwwishlist__ctas a:focus {
            background-color: #efefef;
            outline: none; }
            #dwwishlist .dwwishlist__header-container .dwwishlist__cta-wrapper .dwwishlist__ctas a:hover .dwwishlist__ctas-tooltip, #dwwishlist .dwwishlist__header-container .dwwishlist__cta-wrapper .dwwishlist__ctas a:focus .dwwishlist__ctas-tooltip {
              visibility: visible; }
        @media print {
          #dwwishlist .dwwishlist__header-container .dwwishlist__cta-wrapper .dwwishlist__ctas {
            display: none; } }
  #dwwishlist .dwwishlist__container {
    display: flex;
    flex-direction: column; }
    #dwwishlist .dwwishlist__container .dwwishlist__item {
      padding: 40px 0px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-bottom: solid 1px #e0e0e0; }
      #dwwishlist .dwwishlist__container .dwwishlist__item:last-child, #dwwishlist .dwwishlist__container .dwwishlist__item.empty-list {
        border-bottom: 0px; }
      #dwwishlist .dwwishlist__container .dwwishlist__item.empty-list {
        padding: 0px; }
      @media screen and (min-width: 768px), print {
        #dwwishlist .dwwishlist__container .dwwishlist__item {
          flex-direction: row;
          padding: 60px 0px;
          max-width: 1000px; } }
      #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-empty-list-message {
        font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
        font-size: 18px;
        line-height: 25px;
        color: #333333; }
      #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-details {
        width: 100%;
        display: block;
        margin: 25px 0px; }
        #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-details div {
          display: flex;
          justify-content: space-between;
          border-bottom: solid 1px #e0e0e0;
          font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
          font-size: 13px;
          line-height: 30px;
          color: #333333; }
          #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-details div:first-child {
            border-top: solid 1px #e0e0e0; }
        @media screen and (min-width: 768px), print {
          #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-details {
            display: none; } }
      #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-price-details {
        display: block;
        max-width: 250px; }
        #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-price-details .dwwishlist__item-price-detail,
        #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-price-details .dwwishlist__item-message {
          font-size: 13px;
          line-height: 20px;
          color: #333333; }
        #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-price-details .dwwishlist__item-price-detail {
          font-family: "museo-sans-500", Helvetica, Arial, sans-serif; }
          #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-price-details .dwwishlist__item-price-detail:first-child {
            font-size: 18px;
            line-height: 36px; }
          #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-price-details .dwwishlist__item-price-detail:nth-child(2).isDiscounted span + span {
            text-decoration: line-through; }
        #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-price-details .dwwishlist__item-message {
          font-family: "museo-sans-700", Helvetica, Arial, sans-serif; }
      #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-wrapper {
        display: flex;
        justify-content: flex-start; }
        @media screen and (min-width: 768px), print {
          #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-wrapper {
            justify-content: unset;
            justify-content: space-evenly; } }
        #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-wrapper .dwwishlist__item-img {
          height: 120px;
          width: 120px;
          position: relative;
          display: inline-flex;
          cursor: pointer; }
          #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-wrapper .dwwishlist__item-img:focus {
            outline-offset: 2px; }
          @media screen and (min-width: 768px), print {
            #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-wrapper .dwwishlist__item-img {
              height: 180px;
              width: 180px; } }
          @media print {
            #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-wrapper .dwwishlist__item-img[href]:after {
              content: none !important; } }
          #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-wrapper .dwwishlist__item-img img {
            max-height: 120px;
            max-width: 120px;
            margin: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
            @media screen and (min-width: 768px), print {
              #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-wrapper .dwwishlist__item-img img {
                max-height: 180px;
                max-width: 180px; } }
        #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-wrapper .dwwishlist__item-content {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          margin-left: 18px;
          width: 100%;
          max-width: 155px; }
          @media screen and (min-width: 768px), print {
            #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-wrapper .dwwishlist__item-content {
              margin: 0 40px;
              width: calc(100% - 260px);
              max-width: none; } }
          #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-wrapper .dwwishlist__item-content .dwwishlist__item-content-general {
            max-width: 320px; }
            #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-wrapper .dwwishlist__item-content .dwwishlist__item-content-general .dwwishlist__product-type {
              font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
              font-size: 11px;
              line-height: 10px;
              color: #333333;
              text-transform: uppercase; }
            #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-wrapper .dwwishlist__item-content .dwwishlist__item-content-general .dwwishlist__product-title {
              font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
              font-size: 13px;
              line-height: 20px;
              color: #333333;
              text-decoration: underline;
              margin-top: 10px;
              display: block; }
              #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-wrapper .dwwishlist__item-content .dwwishlist__item-content-general .dwwishlist__product-title:focus {
                outline-offset: 2px; }
              @media screen and (min-width: 768px), print {
                #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-wrapper .dwwishlist__item-content .dwwishlist__item-content-general .dwwishlist__product-title {
                  font-size: 18px;
                  line-height: 25px; } }
              @media print {
                #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-wrapper .dwwishlist__item-content .dwwishlist__item-content-general .dwwishlist__product-title[href]:after {
                  content: none !important; } }
          #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-wrapper .dwwishlist__item-content .dwwishlist__item-content-details {
            display: none; }
            @media screen and (min-width: 768px), print {
              #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-wrapper .dwwishlist__item-content .dwwishlist__item-content-details {
                display: block;
                width: 200px; } }
          @media screen and (min-width: 768px), print {
            #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-content-wrapper .dwwishlist__item-content .dwwishlist__item-price-details {
              display: none; } }
      #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0px; }
        #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-price-details {
          display: none; }
          @media screen and (min-width: 768px), print {
            #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-price-details {
              display: block;
              margin-top: 22px; } }
          #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-price-details .dwwishlist__item-your-price {
            line-height: 20px; }
        #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-cta {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          @media print {
            #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-cta {
              display: none; } }
          #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-cta svg {
            cursor: pointer; }
          #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-cta .btnRemoveFromWishlist:focus {
            outline-offset: 2px; }
          #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-cta .btnAddToCart, #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-cta .btnAddToCartSubscribe {
            width: 180px;
            font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
            text-align: center;
            padding: 0 20px;
            margin-left: 28px;
            font-size: 11px;
            letter-spacing: 2px;
            background-color: #E81111; }
            #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-cta .btnAddToCart[disabled], #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-cta .btnAddToCart.disabled, #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-cta .btnAddToCart.out-of-stock, #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-cta .btnAddToCartSubscribe[disabled], #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-cta .btnAddToCartSubscribe.disabled, #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-cta .btnAddToCartSubscribe.out-of-stock {
              background-color: #999;
              border-color: #999;
              color: #fff;
              cursor: auto;
              pointer-events: none; }
            #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-cta .btnAddToCart:not(.out-of-stock):focus:not(:active):not(.active), #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-cta .btnAddToCartSubscribe:not(.out-of-stock):focus:not(:active):not(.active) {
              border: 3px solid transparent;
              box-shadow: 0 0 0 1px #B90000;
              background-clip: padding-box;
              outline: none;
              line-height: 41px; }
            #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-cta .btnAddToCart:not(.out-of-stock):focus, #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-cta .btnAddToCart:not(.out-of-stock):hover, #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-cta .btnAddToCartSubscribe:not(.out-of-stock):focus, #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-cta .btnAddToCartSubscribe:not(.out-of-stock):hover {
              background-color: #B90000; }
            #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-cta .btnAddToCart:not(.out-of-stock):active, #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-cta .btnAddToCart:not(.out-of-stock).active, #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-cta .btnAddToCartSubscribe:not(.out-of-stock):active, #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-cta .btnAddToCartSubscribe:not(.out-of-stock).active {
              background-color: #a10a0a;
              outline: none; }
        @media screen and (min-width: 768px), print {
          #dwwishlist .dwwishlist__container .dwwishlist__item .dwwishlist__item-info .dwwishlist__item-content-details {
            display: none; } }
      #dwwishlist .dwwishlist__container .dwwishlist__item.unavailable .dwwishlist__item-content-wrapper .dwwishlist__item-img {
        background-color: #efefef; }
      #dwwishlist .dwwishlist__container .dwwishlist__item.unavailable .dwwishlist__item-content-wrapper .dwwishlist__item-content .dwwishlist__product-title {
        text-decoration: none;
        margin-top: 25px; }
      #dwwishlist .dwwishlist__container .dwwishlist__item.unavailable .dwwishlist__item-info .dwwishlist__item-cta {
        margin-top: 25px; }
    #dwwishlist .dwwishlist__container #dwwishlist__pagination {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between;
      margin-top: 20px;
      max-width: 1000px; }
      @media screen and (min-width: 768px) {
        #dwwishlist .dwwishlist__container #dwwishlist__pagination {
          display: flex;
          flex-direction: row;
          align-items: center; } }
      @media print {
        #dwwishlist .dwwishlist__container #dwwishlist__pagination {
          display: none; } }
      #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-tabs #dwwishlist__pagination-tab-selectors {
        color: #373737;
        font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
        font-size: 14px; }
        #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-tabs #dwwishlist__pagination-tab-selectors #curr-pagination-tab {
          width: 66px;
          height: 32px;
          border: 1px solid #919191;
          border-radius: 4px;
          text-align: center;
          /* Chrome, Safari, Edge, Opera */
          /* Firefox */ }
          #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-tabs #dwwishlist__pagination-tab-selectors #curr-pagination-tab::-webkit-outer-spin-button, #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-tabs #dwwishlist__pagination-tab-selectors #curr-pagination-tab::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0; }
          #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-tabs #dwwishlist__pagination-tab-selectors #curr-pagination-tab[type=number] {
            -moz-appearance: textfield; }
        #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-tabs #dwwishlist__pagination-tab-selectors &gt; span {
          padding: 0px 10px;
          font-family: "museo-sans-700", Helvetica, Arial, sans-serif; }
        #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-tabs #dwwishlist__pagination-tab-selectors button {
          border: none;
          background-color: transparent;
          padding: 2px 7px;
          margin: 0px 10px;
          color: #5680ca; }
          #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-tabs #dwwishlist__pagination-tab-selectors button:active, #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-tabs #dwwishlist__pagination-tab-selectors button.active {
            color: #fff;
            background-color: #5680ca;
            border-radius: 4px; }
      #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-details {
        display: flex;
        align-items: center;
        color: #373737;
        font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 17px;
        margin-top: 20px; }
        @media screen and (min-width: 768px) {
          #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-details {
            margin-top: 0px; } }
        #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-details &gt; span {
          padding: 0px 10px; }
          #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-details &gt; span:first-child {
            border-right: solid 1px #919191;
            padding-left: 0px; }
            @media screen and (min-width: 768px) {
              #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-details &gt; span:first-child {
                padding: 0px 10px; } }
        #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-details .dwwishlist__pagination-dropdown .dropdown {
          position: relative;
          width: 66px; }
          #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-details .dwwishlist__pagination-dropdown .dropdown button {
            width: 100%;
            height: 32px;
            background-color: transparent;
            border: 1px solid #919191;
            text-align: left;
            color: #373737;
            font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
            font-size: 13px; }
            #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-details .dwwishlist__pagination-dropdown .dropdown button:focus {
              outline: 5px auto -webkit-focus-ring-color !important;
              outline-offset: 2px; }
          #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-details .dwwishlist__pagination-dropdown .dropdown .fa {
            position: absolute;
            top: 8px;
            right: 10px;
            pointer-events: none; }
            #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-details .dwwishlist__pagination-dropdown .dropdown .fa::before {
              font-size: 14px;
              color: #5680ca; }
            #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-details .dwwishlist__pagination-dropdown .dropdown .fa.fa-chevron-up {
              display: none; }
          #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-details .dwwishlist__pagination-dropdown .dropdown.open .fa-chevron-down {
            display: none; }
          #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-details .dwwishlist__pagination-dropdown .dropdown.open .fa-chevron-up {
            display: block; }
          #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-details .dwwishlist__pagination-dropdown .dropdown .dropdown-menu {
            min-width: unset;
            width: 64px; }
            #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-details .dwwishlist__pagination-dropdown .dropdown .dropdown-menu .dropdown-item {
              color: #373737;
              font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
              font-size: 13px;
              padding: 2px 10px; }
              #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-details .dwwishlist__pagination-dropdown .dropdown .dropdown-menu .dropdown-item:hover, #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-details .dwwishlist__pagination-dropdown .dropdown .dropdown-menu .dropdown-item:focus {
                color: #0b4fc7;
                background-color: #ECF3FF;
                cursor: pointer;
                outline: 0; }
              #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-details .dwwishlist__pagination-dropdown .dropdown .dropdown-menu .dropdown-item:active, #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-details .dwwishlist__pagination-dropdown .dropdown .dropdown-menu .dropdown-item.active {
                color: #0b4fc7;
                background-color: #c3dafa; }
            #dwwishlist .dwwishlist__container #dwwishlist__pagination #dwwishlist__pagination-details .dwwishlist__pagination-dropdown .dropdown .dropdown-menu.menu-close {
              display: none; }
  #dwwishlist .modal  .modal-content {
    box-shadow: none;
    border: none;
    border-radius: 0px;
    padding: 28px 50px 70px 50px; }
    @media screen and (min-width: 768px) {
      #dwwishlist .modal  .modal-content {
        padding: 28px 80px 70px 80px; } }
    #dwwishlist .modal  .modal-content .btn-close {
      background-color: transparent;
      border: 0px;
      padding: 0px;
      position: absolute;
      top: 15px;
      right: 15px; }
      #dwwishlist .modal  .modal-content .btn-close:focus {
        outline: 5px auto -webkit-focus-ring-color !important; }
    #dwwishlist .modal  .modal-content .modal-body {
      padding: 0px; }
      #dwwishlist .modal  .modal-content .modal-body .modal-heading {
        font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
        font-size: 28px;
        line-height: 32px;
        color: #444444; }
        #dwwishlist .modal  .modal-content .modal-body .modal-heading + .btn-red {
          margin-top: 34px; }
      #dwwishlist .modal  .modal-content .modal-body .modal-message .content-txt {
        font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 18px;
        color: #444444;
        padding-bottom: 20px;
        max-width: 360px;
        margin: auto; }
        #dwwishlist .modal  .modal-content .modal-body .modal-message .content-txt:only-child {
          padding-bottom: 50px; }
        #dwwishlist .modal  .modal-content .modal-body .modal-message .content-txt:last-child {
          padding-bottom: 40px; }
      #dwwishlist .modal  .modal-content .modal-body .btn-red {
        width: 200px;
        font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
        text-align: center;
        padding: 0 20px;
        font-size: 11px;
        letter-spacing: 2px;
        background-color: #E81111; }
        #dwwishlist .modal  .modal-content .modal-body .btn-red:focus:not(:active):not(.active) {
          border: 3px solid transparent;
          box-shadow: 0 0 0 1px #B90000;
          background-clip: padding-box;
          outline: none;
          line-height: 41px; }
        #dwwishlist .modal  .modal-content .modal-body .btn-red:focus, #dwwishlist .modal  .modal-content .modal-body .btn-red:hover {
          background-color: #B90000; }
        #dwwishlist .modal  .modal-content .modal-body .btn-red:active, #dwwishlist .modal  .modal-content .modal-body .btn-red.active {
          background-color: #a10a0a;
          outline: none; }

/* shared multi-page editwishlist modal styles */
#wishlist_manage .modal[id^="editWishlist"] .modal-content, #wishlist_manage .modal#createWishlist__modal .modal-content,
#dwwishlist .modal[id^="editWishlist"] .modal-content,
#dwwishlist .modal#createWishlist__modal .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0px;
  padding: 72px 34px 60px 34px; }
  @media screen and (min-width: 768px) {
    #wishlist_manage .modal[id^="editWishlist"] .modal-content, #wishlist_manage .modal#createWishlist__modal .modal-content,
    #dwwishlist .modal[id^="editWishlist"] .modal-content,
    #dwwishlist .modal#createWishlist__modal .modal-content {
      padding: 44px 80px 60px 80px; } }
  #wishlist_manage .modal[id^="editWishlist"] .modal-content .btn-close, #wishlist_manage .modal#createWishlist__modal .modal-content .btn-close,
  #dwwishlist .modal[id^="editWishlist"] .modal-content .btn-close,
  #dwwishlist .modal#createWishlist__modal .modal-content .btn-close {
    background-color: transparent;
    border: 0px;
    padding: 0px;
    position: absolute;
    top: 15px;
    right: 15px; }
    #wishlist_manage .modal[id^="editWishlist"] .modal-content .btn-close:focus, #wishlist_manage .modal#createWishlist__modal .modal-content .btn-close:focus,
    #dwwishlist .modal[id^="editWishlist"] .modal-content .btn-close:focus,
    #dwwishlist .modal#createWishlist__modal .modal-content .btn-close:focus {
      outline: 5px auto -webkit-focus-ring-color !important; }
  #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body, #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body,
  #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body,
  #dwwishlist .modal#createWishlist__modal .modal-content .modal-body {
    padding: 0px; }
    #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-heading, #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-heading,
    #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-heading,
    #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-heading {
      font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
      font-size: 28px;
      line-height: 32px;
      color: #444444; }
      #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-heading + .btn-red, #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-heading + .btn-red,
      #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-heading + .btn-red,
      #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-heading + .btn-red {
        margin-top: 34px; }
    #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form, #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form,
    #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form,
    #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form {
      width: 302px;
      margin: auto; }
      #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form label, #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form label,
      #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form label,
      #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form label {
        display: inline-block;
        margin-bottom: 0px;
        margin-top: 20px;
        font-family: 'museo-sans-500';
        font-size: 13px;
        font-weight: 500;
        text-align: left;
        color: #333333;
        width: 100%; }
      #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form input, #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form input,
      #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form input,
      #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form input {
        width: 100%;
        height: 50px;
        margin-top: 8px;
        padding: 16px 16px 15px;
        border-radius: 4px;
        font-size: 16px;
        font-family: 'museo-sans-300';
        color: #333333; }
        #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form input#wishlistName, #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form input#wishlistName,
        #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form input#wishlistName,
        #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form input#wishlistName {
          margin-bottom: 32px; }
        #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form input:focus, #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form input:focus,
        #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form input:focus,
        #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form input:focus {
          border: solid 2px #0b4fc7; }
      #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .createWishlist__error-msg-container, #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .createWishlist__error-msg-container,
      #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .createWishlist__error-msg-container,
      #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .createWishlist__error-msg-container {
        font-size: 13px;
        font-family: 'museo-sans-700';
        color: #e15544;
        line-height: 16px;
        height: 32px;
        position: relative;
        margin: 14px 0px; }
        #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .createWishlist__error-msg-container [class^="createWishlist__error-msg"], #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .createWishlist__error-msg-container [class^="createWishlist__error-msg"],
        #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .createWishlist__error-msg-container [class^="createWishlist__error-msg"],
        #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .createWishlist__error-msg-container [class^="createWishlist__error-msg"] {
          position: absolute;
          display: none;
          left: 0;
          right: 0; }
      #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .btnDeleteWishlist, #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .btnDeleteWishlist,
      #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .btnDeleteWishlist,
      #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .btnDeleteWishlist {
        font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
        font-size: 11px;
        color: #E81111;
        line-height: 1.09;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 22px; }
        #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .btnDeleteWishlist:focus, #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .btnDeleteWishlist:focus,
        #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .btnDeleteWishlist:focus,
        #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .btnDeleteWishlist:focus {
          text-decoration: none;
          outline-offset: 4px; }
      #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .wishlist_manage__wishlist-length, #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .wishlist_manage__wishlist-length,
      #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .wishlist_manage__wishlist-length,
      #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .wishlist_manage__wishlist-length {
        font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #333333;
        opacity: 0.8;
        margin-bottom: 32px; }
      #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .wishlist_add__error-msg-container, #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .wishlist_add__error-msg-container,
      #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .wishlist_add__error-msg-container,
      #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .wishlist_add__error-msg-container {
        font-size: 13px;
        font-family: 'museo-sans-700';
        color: #e15544;
        line-height: 16px;
        height: 32px;
        position: relative;
        margin: 14px 0px; }
        #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .wishlist_add__error-msg-container [class^="wishlist_add__error-msg"], #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .wishlist_add__error-msg-container [class^="wishlist_add__error-msg"],
        #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .wishlist_add__error-msg-container [class^="wishlist_add__error-msg"],
        #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .wishlist_add__error-msg-container [class^="wishlist_add__error-msg"] {
          position: absolute;
          display: none;
          left: 0;
          right: 0; }
        #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .wishlist_add__error-msg-container .wishlist_add__error-msg-validate, #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .wishlist_add__error-msg-container .wishlist_add__error-msg-validate,
        #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .wishlist_add__error-msg-container .wishlist_add__error-msg-validate,
        #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .wishlist_add__error-msg-container .wishlist_add__error-msg-validate {
          max-width: 300px;
          margin: 2px auto; }
      #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .createWishlist__modal-ctas,
      #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .editWishlist__modal-ctas, #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .createWishlist__modal-ctas,
      #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .editWishlist__modal-ctas,
      #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .createWishlist__modal-ctas,
      #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .editWishlist__modal-ctas,
      #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .createWishlist__modal-ctas,
      #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .editWishlist__modal-ctas {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red,
        #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red, #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red,
        #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red,
        #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red,
        #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red,
        #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red,
        #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red {
          width: 150px;
          font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
          text-align: center;
          padding: 0 20px;
          font-size: 11px;
          letter-spacing: 2px;
          background-color: #E81111; }
          #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red:focus:not(:active):not(.active),
          #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red:focus:not(:active):not(.active), #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red:focus:not(:active):not(.active),
          #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red:focus:not(:active):not(.active),
          #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red:focus:not(:active):not(.active),
          #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red:focus:not(:active):not(.active),
          #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red:focus:not(:active):not(.active),
          #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red:focus:not(:active):not(.active) {
            border: 3px solid transparent;
            box-shadow: 0 0 0 1px #B90000;
            background-clip: padding-box;
            outline: none;
            line-height: 41px; }
          #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red:focus, #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red:hover,
          #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red:focus,
          #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red:hover, #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red:focus, #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red:hover,
          #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red:focus,
          #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red:hover,
          #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red:focus,
          #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red:hover,
          #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red:focus,
          #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red:hover,
          #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red:focus,
          #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red:hover,
          #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red:focus,
          #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red:hover {
            background-color: #B90000; }
          #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red:active, #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red.active,
          #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red:active,
          #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red.active, #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red:active, #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red.active,
          #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red:active,
          #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red.active,
          #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red:active,
          #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red.active,
          #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red:active,
          #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red.active,
          #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red:active,
          #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-red.active,
          #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red:active,
          #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-red.active {
            background-color: #a10a0a;
            outline: none; }
        #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-cancel,
        #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-cancel, #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-cancel,
        #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-cancel,
        #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-cancel,
        #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-cancel,
        #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-cancel,
        #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-cancel {
          font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
          font-size: 11px;
          color: #333333;
          line-height: 1.09;
          letter-spacing: 1.5px;
          text-transform: uppercase; }
          #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-cancel:focus,
          #wishlist_manage .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-cancel:focus, #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-cancel:focus,
          #wishlist_manage .modal#createWishlist__modal .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-cancel:focus,
          #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-cancel:focus,
          #dwwishlist .modal[id^="editWishlist"] .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-cancel:focus,
          #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .createWishlist__modal-ctas .btn-cancel:focus,
          #dwwishlist .modal#createWishlist__modal .modal-content .modal-body .modal-form .editWishlist__modal-ctas .btn-cancel:focus {
            text-decoration: none;
            outline-offset: 4px; }

#WishlistPage {
  width: 100%;
  overflow: overlay; }

#view-quote {
  width: 100vw; }

#manage_quotes {
  margin: 30px auto;
  width: 90%;
  min-height: 70vh; }
  @media screen and (min-width: 768px), print {
    #manage_quotes {
      margin: 40px 14% 40px 11%;
      flex-direction: row;
      width: 80%;
      max-width: 1000px; } }
  #manage_quotes .manage_quotes__heading {
    font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: #333333;
    text-align: center;
    height: auto;
    padding-top: 55px; }
  #manage_quotes .manage_quotes__subheading {
    font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
    padding-top: 16px;
    font-size: 24px;
    text-align: center; }
  #manage_quotes .manage_quotes__faq {
    text-align: center;
    display: block;
    margin: 15px 0px 25px 0px; }
    #manage_quotes .manage_quotes__faq a {
      font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
      font-size: 11px;
      line-height: 12px;
      letter-spacing: 1.5;
      color: #E81111; }
  #manage_quotes .learn-create-quote {
    text-align: center; }
    #manage_quotes .learn-create-quote .btn-red {
      margin-top: 60px;
      line-height: 40px;
      height: 40px;
      font-weight: 600;
      padding: 0 40px; }
      @media screen and (min-width: 768px) {
        #manage_quotes .learn-create-quote .btn-red {
          padding: 0 60px; } }
  #manage_quotes .manage_quotes__container {
    display: flex;
    flex-direction: column; }
    #manage_quotes .manage_quotes__container .manage_quotes__quote-summary {
      padding: 26px 0px 20px 0px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-bottom: solid 1px #e0e0e0;
      position: relative; }
      #manage_quotes .manage_quotes__container .manage_quotes__quote-summary:last-child, #manage_quotes .manage_quotes__container .manage_quotes__quote-summary.empty-list {
        border-bottom: 0px; }
      @media screen and (min-width: 720px), print {
        #manage_quotes .manage_quotes__container .manage_quotes__quote-summary {
          max-width: 1000px; } }
      #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__quote-title-container {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding-bottom: 14px; }
        #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__quote-title-container .manage_quotes__quote-title {
          font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
          font-size: 21px;
          line-height: 24px;
          padding-bottom: 14px; }
          @media screen and (min-width: 720px), print {
            #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__quote-title-container .manage_quotes__quote-title {
              font-size: 24px;
              line-height: 28px;
              padding-bottom: 0px;
              display: flex;
              align-items: center; } }
          #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__quote-title-container .manage_quotes__quote-title .manage_quotes__quote-title-cta {
            color: #333333;
            text-decoration: underline 1.2px;
            text-underline-offset: 1.8px;
            text-decoration-skip-ink: none; }
            #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__quote-title-container .manage_quotes__quote-title .manage_quotes__quote-title-cta:focus {
              outline: 5px auto -webkit-focus-ring-color !important;
              outline-offset: 4px; }
        #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__quote-title-container .manage_quotes__quote-details {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          min-width: 130px;
          color: #333333;
          font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
          font-size: 13px;
          line-height: 15px; }
          #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__quote-title-container .manage_quotes__quote-details .manage_quotes__quote-status {
            display: flex;
            align-items: center; }
            #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__quote-title-container .manage_quotes__quote-details .manage_quotes__quote-status .ellipse {
              height: 8px;
              width: 8px;
              border-radius: 50%;
              margin-right: 5px; }
              #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__quote-title-container .manage_quotes__quote-details .manage_quotes__quote-status .ellipse.active {
                background-color: #35B94E; }
              #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__quote-title-container .manage_quotes__quote-details .manage_quotes__quote-status .ellipse.expired {
                background-color: #919191; }
              #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__quote-title-container .manage_quotes__quote-details .manage_quotes__quote-status .ellipse.ordered {
                background-color: #116EEE; }
          #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__quote-title-container .manage_quotes__quote-details .pipe {
            height: 16px;
            width: 1px;
            background-color: #d7d7d7;
            margin: 0px 20px; }
            @media screen and (min-width: 720px), print {
              #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__quote-title-container .manage_quotes__quote-details .pipe {
                margin: auto; } }
          @media screen and (min-width: 720px), print {
            #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__quote-title-container .manage_quotes__quote-details {
              justify-content: space-between; } }
        @media screen and (min-width: 720px), print {
          #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__quote-title-container {
            flex-direction: row; } }
      #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__quote-info-container {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__quote-info-container .manage_quotes__quote-info {
          font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
          font-size: 11px;
          line-height: 16px;
          color: #333333; }
        #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__quote-info-container .manage_quotes__quote-ctas {
          display: flex;
          position: absolute;
          right: 5px;
          bottom: 52px; }
          @media screen and (min-width: 720px), print {
            #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__quote-info-container .manage_quotes__quote-ctas {
              position: initial; } }
          #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__quote-info-container .manage_quotes__quote-ctas .manage_quotes__delete-cta {
            margin-left: 26px; }
          #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__quote-info-container .manage_quotes__quote-ctas .manage_quotes__edit-cta:focus, #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__quote-info-container .manage_quotes__quote-ctas .manage_quotes__delete-cta:focus {
            outline: 5px auto -webkit-focus-ring-color !important;
            outline-offset: 4px; }
      #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__order-ids {
        font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
        font-size: 11px;
        line-height: 12px;
        color: #333333;
        margin: 0px; }
        #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__order-ids.desktop {
          display: none; }
        #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__order-ids.mobile {
          display: block;
          line-height: 16px; }
        #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__order-ids .manage_quotes__order-ids__pipe {
          padding: 0 2px; }
        @media screen and (min-width: 720px), print {
          #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__order-ids {
            margin: 0 10px; }
            #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__order-ids.desktop {
              display: block; }
            #manage_quotes .manage_quotes__container .manage_quotes__quote-summary .manage_quotes__order-ids.mobile {
              display: none; } }
    #manage_quotes .manage_quotes__container #manage_quotes__pagination {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin: 60px 0 100px 0;
      max-width: 1000px;
      align-items: center; }
      @media screen and (min-width: 768px) {
        #manage_quotes .manage_quotes__container #manage_quotes__pagination {
          display: flex;
          flex-direction: row; } }
      @media print {
        #manage_quotes .manage_quotes__container #manage_quotes__pagination {
          display: none; } }
      #manage_quotes .manage_quotes__container #manage_quotes__pagination #manage_quotes__pagination-tabs #manage_quotes__pagination-tab-selectors {
        color: #373737;
        font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 16px; }
        #manage_quotes .manage_quotes__container #manage_quotes__pagination #manage_quotes__pagination-tabs #manage_quotes__pagination-tab-selectors #curr-pagination-tab {
          width: 66px;
          height: 32px;
          border: 1px solid #919191;
          border-radius: 4px;
          text-align: center;
          font-size: 14px;
          /* Chrome, Safari, Edge, Opera */
          /* Firefox */ }
          #manage_quotes .manage_quotes__container #manage_quotes__pagination #manage_quotes__pagination-tabs #manage_quotes__pagination-tab-selectors #curr-pagination-tab::-webkit-outer-spin-button, #manage_quotes .manage_quotes__container #manage_quotes__pagination #manage_quotes__pagination-tabs #manage_quotes__pagination-tab-selectors #curr-pagination-tab::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0; }
          #manage_quotes .manage_quotes__container #manage_quotes__pagination #manage_quotes__pagination-tabs #manage_quotes__pagination-tab-selectors #curr-pagination-tab[type=number] {
            -moz-appearance: textfield; }
        #manage_quotes .manage_quotes__container #manage_quotes__pagination #manage_quotes__pagination-tabs #manage_quotes__pagination-tab-selectors &gt; span {
          padding: 0px 10px;
          font-family: "museo-sans-500", Helvetica, Arial, sans-serif; }
        #manage_quotes .manage_quotes__container #manage_quotes__pagination #manage_quotes__pagination-tabs #manage_quotes__pagination-tab-selectors button {
          border: none;
          background-color: transparent;
          padding: 2px 7px;
          margin: 0px 10px;
          color: #5680ca; }
          #manage_quotes .manage_quotes__container #manage_quotes__pagination #manage_quotes__pagination-tabs #manage_quotes__pagination-tab-selectors button:active, #manage_quotes .manage_quotes__container #manage_quotes__pagination #manage_quotes__pagination-tabs #manage_quotes__pagination-tab-selectors button.active {
            color: #fff;
            background-color: #5680ca;
            border-radius: 4px; }
          #manage_quotes .manage_quotes__container #manage_quotes__pagination #manage_quotes__pagination-tabs #manage_quotes__pagination-tab-selectors button .fa::before {
            font-size: 11px;
            color: #000; }
      #manage_quotes .manage_quotes__container #manage_quotes__pagination #manage_quotes__pagination-details {
        display: flex;
        align-items: center;
        color: #373737;
        font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 16px;
        margin-top: 20px; }
        @media screen and (min-width: 768px) {
          #manage_quotes .manage_quotes__container #manage_quotes__pagination #manage_quotes__pagination-details {
            margin-top: 0px; } }
        #manage_quotes .manage_quotes__container #manage_quotes__pagination #manage_quotes__pagination-details &gt; span {
          padding: 0px 10px; }
          #manage_quotes .manage_quotes__container #manage_quotes__pagination #manage_quotes__pagination-details &gt; span:first-child {
            border-right: solid 1px #919191;
            padding-left: 0px; }
            @media screen and (min-width: 768px) {
              #manage_quotes .manage_quotes__container #manage_quotes__pagination #manage_quotes__pagination-details &gt; span:first-child {
                padding: 0px 10px; } }
    #manage_quotes .manage_quotes__container .manage_quotes__pagination-dropdown .dropdown,
    #manage_quotes .manage_quotes__container .manage_quotes__filter-dropdown .dropdown {
      position: relative;
      width: 66px; }
      #manage_quotes .manage_quotes__container .manage_quotes__pagination-dropdown .dropdown button,
      #manage_quotes .manage_quotes__container .manage_quotes__filter-dropdown .dropdown button {
        width: 100%;
        height: 32px;
        background-color: transparent;
        border: 1px solid #919191;
        text-align: left;
        color: #373737;
        font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
        font-size: 13px;
        text-transform: capitalize; }
        #manage_quotes .manage_quotes__container .manage_quotes__pagination-dropdown .dropdown button:focus,
        #manage_quotes .manage_quotes__container .manage_quotes__filter-dropdown .dropdown button:focus {
          outline: 5px auto -webkit-focus-ring-color !important;
          outline-offset: 2px; }
      #manage_quotes .manage_quotes__container .manage_quotes__pagination-dropdown .dropdown .fa,
      #manage_quotes .manage_quotes__container .manage_quotes__filter-dropdown .dropdown .fa {
        position: absolute;
        top: 10px;
        right: 10px;
        pointer-events: none; }
        #manage_quotes .manage_quotes__container .manage_quotes__pagination-dropdown .dropdown .fa::before,
        #manage_quotes .manage_quotes__container .manage_quotes__filter-dropdown .dropdown .fa::before {
          font-size: 11px;
          color: #000; }
        #manage_quotes .manage_quotes__container .manage_quotes__pagination-dropdown .dropdown .fa.fa-chevron-up,
        #manage_quotes .manage_quotes__container .manage_quotes__filter-dropdown .dropdown .fa.fa-chevron-up {
          display: none; }
      #manage_quotes .manage_quotes__container .manage_quotes__pagination-dropdown .dropdown.open .fa-chevron-down,
      #manage_quotes .manage_quotes__container .manage_quotes__filter-dropdown .dropdown.open .fa-chevron-down {
        display: none; }
      #manage_quotes .manage_quotes__container .manage_quotes__pagination-dropdown .dropdown.open .fa-chevron-up,
      #manage_quotes .manage_quotes__container .manage_quotes__filter-dropdown .dropdown.open .fa-chevron-up {
        display: block; }
      #manage_quotes .manage_quotes__container .manage_quotes__pagination-dropdown .dropdown .dropdown-menu,
      #manage_quotes .manage_quotes__container .manage_quotes__filter-dropdown .dropdown .dropdown-menu {
        min-width: unset;
        width: 64px;
        padding: 5px; }
        #manage_quotes .manage_quotes__container .manage_quotes__pagination-dropdown .dropdown .dropdown-menu .dropdown-item,
        #manage_quotes .manage_quotes__container .manage_quotes__filter-dropdown .dropdown .dropdown-menu .dropdown-item {
          color: #373737;
          font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
          font-size: 13px;
          padding: 5px 10px;
          display: block; }
          #manage_quotes .manage_quotes__container .manage_quotes__pagination-dropdown .dropdown .dropdown-menu .dropdown-item:hover, #manage_quotes .manage_quotes__container .manage_quotes__pagination-dropdown .dropdown .dropdown-menu .dropdown-item:focus,
          #manage_quotes .manage_quotes__container .manage_quotes__filter-dropdown .dropdown .dropdown-menu .dropdown-item:hover,
          #manage_quotes .manage_quotes__container .manage_quotes__filter-dropdown .dropdown .dropdown-menu .dropdown-item:focus {
            color: #0b4fc7;
            background-color: #ECF3FF;
            cursor: pointer;
            outline: 0;
            text-decoration: none; }
          #manage_quotes .manage_quotes__container .manage_quotes__pagination-dropdown .dropdown .dropdown-menu .dropdown-item:active, #manage_quotes .manage_quotes__container .manage_quotes__pagination-dropdown .dropdown .dropdown-menu .dropdown-item.active,
          #manage_quotes .manage_quotes__container .manage_quotes__filter-dropdown .dropdown .dropdown-menu .dropdown-item:active,
          #manage_quotes .manage_quotes__container .manage_quotes__filter-dropdown .dropdown .dropdown-menu .dropdown-item.active {
            color: #0b4fc7;
            background-color: #c3dafa; }
        #manage_quotes .manage_quotes__container .manage_quotes__pagination-dropdown .dropdown .dropdown-menu.menu-close,
        #manage_quotes .manage_quotes__container .manage_quotes__filter-dropdown .dropdown .dropdown-menu.menu-close {
          display: none; }
    #manage_quotes .manage_quotes__container .manage_quotes__filter-dropdown {
      display: flex;
      justify-content: center; }
      #manage_quotes .manage_quotes__container .manage_quotes__filter-dropdown .dropdown {
        width: 100px; }
        #manage_quotes .manage_quotes__container .manage_quotes__filter-dropdown .dropdown .dropdown-menu {
          width: 98px; }
      @media screen and (min-width: 720px) {
        #manage_quotes .manage_quotes__container .manage_quotes__filter-dropdown {
          justify-content: flex-end; } }
  #manage_quotes .emptyQuotes {
    display: flex;
    justify-content: center;
    font-size: 13px;
    font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
    text-transform: capitalize; }

/* shared multi-page editquote modal styles */
#manage_quotes .modal[id^="editQuote"] .modal-dialog, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog, #manage_quotes .modal#createQuote__modal .modal-dialog, #manage_quotes .modal#backorderQuote__modal .modal-dialog,
#ShoppingCartPage .modal[id^="editQuote"] .modal-dialog,
#ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog,
#ShoppingCartPage .modal#createQuote__modal .modal-dialog,
#ShoppingCartPage .modal#backorderQuote__modal .modal-dialog,
#PrintQuote .modal[id^="editQuote"] .modal-dialog,
#PrintQuote .modal[id^="deleteQuote"] .modal-dialog,
#PrintQuote .modal#createQuote__modal .modal-dialog,
#PrintQuote .modal#backorderQuote__modal .modal-dialog {
  margin: 0px; }
  @media screen and (min-width: 480px) {
    #manage_quotes .modal[id^="editQuote"] .modal-dialog, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog, #manage_quotes .modal#createQuote__modal .modal-dialog, #manage_quotes .modal#backorderQuote__modal .modal-dialog,
    #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog,
    #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog,
    #ShoppingCartPage .modal#createQuote__modal .modal-dialog,
    #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog,
    #PrintQuote .modal[id^="editQuote"] .modal-dialog,
    #PrintQuote .modal[id^="deleteQuote"] .modal-dialog,
    #PrintQuote .modal#createQuote__modal .modal-dialog,
    #PrintQuote .modal#backorderQuote__modal .modal-dialog {
      margin: 30px auto; } }
  @media (min-width: 480px) and (orientation: landscape) {
    #manage_quotes .modal[id^="editQuote"] .modal-dialog, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog, #manage_quotes .modal#createQuote__modal .modal-dialog, #manage_quotes .modal#backorderQuote__modal .modal-dialog,
    #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog,
    #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog,
    #ShoppingCartPage .modal#createQuote__modal .modal-dialog,
    #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog,
    #PrintQuote .modal[id^="editQuote"] .modal-dialog,
    #PrintQuote .modal[id^="deleteQuote"] .modal-dialog,
    #PrintQuote .modal#createQuote__modal .modal-dialog,
    #PrintQuote .modal#backorderQuote__modal .modal-dialog {
      margin: 0px; } }
  @media (min-width: 768px) and (orientation: landscape) {
    #manage_quotes .modal[id^="editQuote"] .modal-dialog, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog, #manage_quotes .modal#createQuote__modal .modal-dialog, #manage_quotes .modal#backorderQuote__modal .modal-dialog,
    #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog,
    #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog,
    #ShoppingCartPage .modal#createQuote__modal .modal-dialog,
    #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog,
    #PrintQuote .modal[id^="editQuote"] .modal-dialog,
    #PrintQuote .modal[id^="deleteQuote"] .modal-dialog,
    #PrintQuote .modal#createQuote__modal .modal-dialog,
    #PrintQuote .modal#backorderQuote__modal .modal-dialog {
      margin: 30px auto; } }
  #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content,
  #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content,
  #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content,
  #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content,
  #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content,
  #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content,
  #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content,
  #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content,
  #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content {
    box-shadow: none;
    border: none;
    padding: 72px 34px 60px 34px;
    border-radius: 0px;
    width: 100vw;
    height: 100vh; }
    @media screen and (min-width: 768px) {
      #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content,
      #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content,
      #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content,
      #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content,
      #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content,
      #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content,
      #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content,
      #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content,
      #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content {
        padding: 44px 80px 60px 80px; } }
    @media screen and (min-width: 480px) {
      #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content,
      #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content,
      #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content,
      #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content,
      #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content,
      #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content,
      #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content,
      #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content,
      #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content {
        border-radius: 8px;
        width: auto;
        height: auto; } }
    @media (min-width: 480px) and (orientation: landscape) {
      #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content,
      #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content,
      #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content,
      #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content,
      #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content,
      #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content,
      #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content,
      #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content,
      #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content {
        border-radius: 0px;
        width: 100vw;
        height: 100vh; } }
    @media (min-width: 768px) and (orientation: landscape) {
      #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content,
      #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content,
      #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content,
      #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content,
      #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content,
      #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content,
      #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content,
      #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content,
      #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content {
        border-radius: 8px;
        width: auto;
        height: auto; } }
    #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .btn-close, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .btn-close, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .btn-close, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .btn-close,
    #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .btn-close,
    #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .btn-close,
    #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .btn-close,
    #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .btn-close,
    #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .btn-close,
    #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .btn-close,
    #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .btn-close,
    #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .btn-close {
      background-color: transparent;
      border: 0px;
      padding: 0px;
      position: absolute;
      top: 15px;
      right: 15px; }
      #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .btn-close:focus, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .btn-close:focus, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .btn-close:focus, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .btn-close:focus,
      #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .btn-close:focus,
      #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .btn-close:focus,
      #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .btn-close:focus,
      #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .btn-close:focus,
      #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .btn-close:focus,
      #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .btn-close:focus,
      #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .btn-close:focus,
      #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .btn-close:focus {
        outline: 5px auto -webkit-focus-ring-color !important; }
    #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body,
    #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body,
    #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body,
    #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body,
    #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body,
    #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body,
    #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body,
    #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body,
    #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body {
      padding: 0px; }
      #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-heading, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-heading, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-heading, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-heading,
      #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-heading,
      #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-heading,
      #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-heading,
      #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-heading,
      #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-heading,
      #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-heading,
      #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-heading,
      #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-heading {
        font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
        font-size: 28px;
        line-height: 32px;
        color: #333333; }
        #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-heading + .btn-red, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-heading + .btn-red, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-heading + .btn-red, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-heading + .btn-red,
        #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-heading + .btn-red,
        #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-heading + .btn-red,
        #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-heading + .btn-red,
        #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-heading + .btn-red,
        #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-heading + .btn-red,
        #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-heading + .btn-red,
        #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-heading + .btn-red,
        #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-heading + .btn-red {
          margin-top: 34px; }
      #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form,
      #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form,
      #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form,
      #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form,
      #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form,
      #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form,
      #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form,
      #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form,
      #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form {
        width: 260px;
        margin: auto; }
        #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form label, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form label, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form label, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form label,
        #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form label,
        #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form label,
        #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form label,
        #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form label,
        #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form label,
        #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form label,
        #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form label,
        #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form label {
          display: inline-block;
          margin-bottom: 0px;
          margin-top: 20px;
          font-family: 'museo-sans-500';
          font-size: 13px;
          font-weight: 500;
          text-align: left;
          color: #333333;
          width: 100%; }
        #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form input, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form input, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form input, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form input,
        #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form input,
        #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form input,
        #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form input,
        #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form input,
        #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form input,
        #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form input,
        #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form input,
        #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form input {
          width: 100%;
          height: 50px;
          margin-top: 8px;
          padding: 16px 16px 15px;
          border-radius: 4px;
          font-size: 16px;
          font-family: 'museo-sans-300';
          color: #333333; }
          #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form input#quoteName, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form input#quoteName, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form input#quoteName, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form input#quoteName,
          #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form input#quoteName,
          #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form input#quoteName,
          #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form input#quoteName,
          #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form input#quoteName,
          #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form input#quoteName,
          #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form input#quoteName,
          #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form input#quoteName,
          #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form input#quoteName {
            margin-bottom: 32px; }
          #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form input:focus, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form input:focus, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form input:focus, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form input:focus,
          #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form input:focus,
          #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form input:focus,
          #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form input:focus,
          #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form input:focus,
          #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form input:focus,
          #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form input:focus,
          #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form input:focus,
          #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form input:focus {
            border: solid 2px #0b4fc7; }
        #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container,
        #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container,
        #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container,
        #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container,
        #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container,
        #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container,
        #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container,
        #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container,
        #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container {
          font-size: 13px;
          font-family: 'museo-sans-700';
          color: #e15544;
          line-height: 16px;
          height: 24px;
          position: relative;
          margin: 10px 0px; }
          #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container [class^="quote_create__error-msg"], #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container [class^="quote_create__error-msg"], #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container [class^="quote_create__error-msg"], #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container [class^="quote_create__error-msg"],
          #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container [class^="quote_create__error-msg"],
          #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container [class^="quote_create__error-msg"],
          #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container [class^="quote_create__error-msg"],
          #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container [class^="quote_create__error-msg"],
          #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container [class^="quote_create__error-msg"],
          #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container [class^="quote_create__error-msg"],
          #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container [class^="quote_create__error-msg"],
          #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_create__error-msg-container [class^="quote_create__error-msg"] {
            position: absolute;
            display: none;
            left: 0;
            right: 0; }
        #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_manage__quote-length, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_manage__quote-length, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_manage__quote-length, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_manage__quote-length,
        #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_manage__quote-length,
        #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_manage__quote-length,
        #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_manage__quote-length,
        #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_manage__quote-length,
        #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_manage__quote-length,
        #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_manage__quote-length,
        #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_manage__quote-length,
        #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_manage__quote-length {
          font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
          font-size: 14px;
          color: #333333;
          opacity: 0.8;
          margin-bottom: 32px; }
        #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container,
        #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container,
        #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container,
        #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container,
        #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container,
        #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container,
        #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container,
        #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container,
        #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container {
          font-size: 13px;
          font-family: 'museo-sans-700';
          color: #e15544;
          line-height: 16px;
          height: 32px;
          position: relative;
          margin: 14px 0px; }
          #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container [class^="quote_edit__error-msg"], #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container [class^="quote_edit__error-msg"], #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container [class^="quote_edit__error-msg"], #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container [class^="quote_edit__error-msg"],
          #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container [class^="quote_edit__error-msg"],
          #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container [class^="quote_edit__error-msg"],
          #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container [class^="quote_edit__error-msg"],
          #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container [class^="quote_edit__error-msg"],
          #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container [class^="quote_edit__error-msg"],
          #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container [class^="quote_edit__error-msg"],
          #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container [class^="quote_edit__error-msg"],
          #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .quote_edit__error-msg-container [class^="quote_edit__error-msg"] {
            position: absolute;
            display: none;
            left: 0;
            right: 0; }
        #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas,
        #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas,
        #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas,
        #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas,
        #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas,
        #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas,
        #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas,
        #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas,
        #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas,
        #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas,
        #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas,
        #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas,
        #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas,
        #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas,
        #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas,
        #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas,
        #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas,
        #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas,
        #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas,
        #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas,
        #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas,
        #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas,
        #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas,
        #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas,
        #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas,
        #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas,
        #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas,
        #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas,
        #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas,
        #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas,
        #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas,
        #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas,
        #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas,
        #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas,
        #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas,
        #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas,
        #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas,
        #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas,
        #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas,
        #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas,
        #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas,
        #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas,
        #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas,
        #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas,
        #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red,
          #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red,
          #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red,
          #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red,
          #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red,
          #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red,
          #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red,
          #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red,
          #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red,
          #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red,
          #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red,
          #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red,
          #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red,
          #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red,
          #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red,
          #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red,
          #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red,
          #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red,
          #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red,
          #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red,
          #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red,
          #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red,
          #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red,
          #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red,
          #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red,
          #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red,
          #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red,
          #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red,
          #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red,
          #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red,
          #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red,
          #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red,
          #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red,
          #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red,
          #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red,
          #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red,
          #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red,
          #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red,
          #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red,
          #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red,
          #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red,
          #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red,
          #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red,
          #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red,
          #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red {
            width: 150px;
            font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
            text-align: center;
            padding: 0 20px;
            font-size: 11px;
            letter-spacing: 2px;
            background-color: #E81111;
            color: #fff; }
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus:not(:active):not(.active), #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus:not(:active):not(.active), #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus:not(:active):not(.active), #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus:not(:active):not(.active),
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus:not(:active):not(.active) {
              border: 3px solid transparent;
              box-shadow: 0 0 0 1px #B90000;
              background-clip: padding-box;
              outline: none;
              line-height: 41px; }
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus, #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:hover,
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus,
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:hover,
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus,
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:hover,
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus,
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:hover, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:hover,
            #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus,
            #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:hover,
            #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus,
            #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:hover,
            #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus,
            #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:hover, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:hover,
            #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus,
            #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:hover,
            #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus,
            #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:hover,
            #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus,
            #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:hover, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:hover,
            #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus,
            #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:hover,
            #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus,
            #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:hover,
            #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus,
            #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:hover,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:hover,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:hover,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:hover,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:hover,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:hover,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:hover,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:hover,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:hover,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:hover,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:hover,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:hover,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:hover,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:hover,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:hover,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:hover,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:hover,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:hover,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:hover,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:hover,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:hover,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:hover,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:hover,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:hover,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:hover,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:hover,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:hover,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:hover,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:hover,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:focus,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:hover,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:focus,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:hover,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:focus,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:hover,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:focus,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:hover {
              background-color: #B90000; }
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:active, #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red.active,
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:active,
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red.active,
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:active,
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red.active,
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:active,
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red.active, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:active, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red.active,
            #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:active,
            #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red.active,
            #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:active,
            #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red.active,
            #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:active,
            #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red.active, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:active, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red.active,
            #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:active,
            #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red.active,
            #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:active,
            #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red.active,
            #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:active,
            #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red.active, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:active, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red.active,
            #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:active,
            #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red.active,
            #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:active,
            #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red.active,
            #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:active,
            #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red.active,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:active,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red.active,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:active,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red.active,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:active,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red.active,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:active,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red.active,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:active,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red.active,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:active,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red.active,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:active,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red.active,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:active,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red.active,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:active,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red.active,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:active,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red.active,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:active,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red.active,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:active,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red.active,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:active,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red.active,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:active,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red.active,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:active,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red.active,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:active,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red.active,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:active,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red.active,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:active,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red.active,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:active,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red.active,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:active,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red.active,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:active,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red.active,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:active,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red.active,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:active,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red.active,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:active,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red.active,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:active,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red.active,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:active,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red.active,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:active,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red.active,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:active,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red.active,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red:active,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-red.active,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red:active,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-red.active,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red:active,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-red.active,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red:active,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-red.active {
              background-color: #a10a0a;
              outline: none; }
          #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel,
          #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel,
          #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel,
          #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel,
          #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel,
          #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel,
          #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel,
          #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel,
          #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel,
          #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel,
          #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel,
          #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel,
          #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel,
          #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel,
          #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel,
          #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel,
          #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel,
          #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel,
          #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel,
          #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel,
          #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel,
          #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel,
          #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel,
          #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel,
          #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel,
          #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel,
          #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel,
          #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel,
          #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel,
          #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel,
          #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel,
          #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel,
          #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel,
          #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel,
          #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel,
          #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel,
          #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel,
          #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel,
          #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel,
          #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel,
          #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel,
          #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel,
          #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel,
          #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel,
          #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel {
            font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
            font-size: 11px;
            color: #333333;
            line-height: 1.09;
            letter-spacing: 1.5px;
            text-transform: uppercase; }
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel:focus,
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel:focus,
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel:focus,
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel:focus, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel:focus,
            #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel:focus,
            #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel:focus,
            #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel:focus, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel:focus,
            #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel:focus,
            #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel:focus,
            #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel:focus, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel:focus,
            #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel:focus,
            #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel:focus,
            #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel:focus,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel:focus,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel:focus,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel:focus,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel:focus,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel:focus,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel:focus,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel:focus,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel:focus,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel:focus,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel:focus,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel:focus,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel:focus,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel:focus,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel:focus,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel:focus,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel:focus,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel:focus,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel:focus,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel:focus,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel:focus,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel:focus,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel:focus,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel:focus,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel:focus,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel:focus,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel:focus,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel:focus,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel:focus,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .createQuote__modal-ctas .btn-cancel:focus,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .editQuote__modal-ctas .btn-cancel:focus,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas .btn-cancel:focus,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .backorderQuote__modal-ctas .btn-cancel:focus {
              text-decoration: none;
              outline-offset: 4px; }
        #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas,
        #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas,
        #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas,
        #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas,
        #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas,
        #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas,
        #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas,
        #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas,
        #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .deleteQuote__modal-ctas {
          margin-top: 60px; }
        #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .content-txt, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .content-txt, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .content-txt, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .content-txt,
        #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .content-txt,
        #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .content-txt,
        #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .content-txt,
        #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .content-txt,
        #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .content-txt,
        #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .content-txt,
        #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .content-txt,
        #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .content-txt {
          font-size: 13px;
          font-family: "museo-sans-400", Helvetica, Arial, sans-serif;
          line-height: 15px;
          margin-bottom: 37px; }
        #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer,
        #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer,
        #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer,
        #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer,
        #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer,
        #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer,
        #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer,
        #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer,
        #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer {
          margin: 40px 0 0px; }
          #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a,
          #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a,
          #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a,
          #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a,
          #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a,
          #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a,
          #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a,
          #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a,
          #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a {
            text-transform: none;
            text-decoration: none; }
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.privacylink, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.privacylink, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.privacylink, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.privacylink,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.privacylink,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.privacylink,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.privacylink,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.privacylink,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.privacylink,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.privacylink,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.privacylink,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.privacylink {
              color: #E81111;
              font-size: 13px;
              font-style: normal;
              font-weight: 600;
              line-height: 15px;
              letter-spacing: 1.5px;
              margin-right: 15px;
              font-family: "museo-sans-700", Helvetica, Arial, sans-serif; }
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse {
              font-size: 13px;
              margin-left: 13px;
              font-family: "museo-sans-400", Helvetica, Arial, sans-serif;
              font-weight: 400; }
              #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse:hover, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse:hover, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse:hover, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse:hover,
              #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse:hover,
              #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse:hover,
              #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse:hover,
              #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse:hover,
              #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse:hover,
              #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse:hover,
              #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse:hover,
              #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a.termsofuse:hover {
                color: #333333; }
            #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a:hover, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a:hover, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a:hover, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a:hover,
            #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a:hover,
            #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a:hover,
            #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a:hover,
            #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a:hover,
            #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a:hover,
            #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a:hover,
            #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a:hover,
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links a:hover {
              text-decoration: none; }
          #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links .link-divider, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links .link-divider, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links .link-divider, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links .link-divider,
          #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links .link-divider,
          #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links .link-divider,
          #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links .link-divider,
          #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links .link-divider,
          #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links .link-divider,
          #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links .link-divider,
          #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links .link-divider,
          #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .footer-links .link-divider {
            width: 2px;
            background-color: #d7d7d7;
            display: inline-block;
            min-height: 11px; }
          #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .copyright, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .copyright, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .copyright, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .copyright,
          #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .copyright,
          #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .copyright,
          #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .copyright,
          #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .copyright,
          #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .copyright,
          #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .copyright,
          #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .copyright,
          #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-form .printquote-modal-footer .copyright {
            font-size: 11px;
            color: #666;
            text-transform: none;
            text-decoration: none;
            margin-top: 11px;
            line-height: 12px; }
      #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-msg-copy, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-msg-copy, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-msg-copy, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-msg-copy,
      #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-msg-copy,
      #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-msg-copy,
      #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-msg-copy,
      #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-msg-copy,
      #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-msg-copy,
      #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-msg-copy,
      #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-msg-copy,
      #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-msg-copy {
        font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
        font-size: 11px;
        line-height: 12px;
        color: #333333;
        width: 45%;
        text-align: left;
        display: none; }
        @media screen and (min-width: 480px) {
          #manage_quotes .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-msg-copy, #manage_quotes .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-msg-copy, #manage_quotes .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-msg-copy, #manage_quotes .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-msg-copy,
          #ShoppingCartPage .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-msg-copy,
          #ShoppingCartPage .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-msg-copy,
          #ShoppingCartPage .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-msg-copy,
          #ShoppingCartPage .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-msg-copy,
          #PrintQuote .modal[id^="editQuote"] .modal-dialog .modal-content .modal-body .modal-msg-copy,
          #PrintQuote .modal[id^="deleteQuote"] .modal-dialog .modal-content .modal-body .modal-msg-copy,
          #PrintQuote .modal#createQuote__modal .modal-dialog .modal-content .modal-body .modal-msg-copy,
          #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-msg-copy {
            display: block; } }

/* quote history tooltip styles */
body .ui-tooltip.ui-widget-content.order-history-tooltip-content {
  color: #fff;
  font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
  font-size: 11px; }

.btn-red-outline {
  border-radius: 30px;
  background: #ffff;
  line-height: 40px;
  padding: 0px 40px;
  margin: 0px;
  height: 40px;
  border: 1px solid #E81111;
  text-transform: uppercase;
  display: inline-block;
  color: #E81111; }

#printquote-scholastic-banner {
  background-color: #ec1d25; }
  #printquote-scholastic-banner .scholastic-homepage-link {
    text-decoration: none;
    display: block;
    width: 180px; }

#PrintQuote_error .bodyWrapper {
  padding-top: 10%; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: landscape) {
    #PrintQuote_error .bodyWrapper {
      padding-top: 4%; } }
  #PrintQuote_error .bodyWrapper .content-asset,
  #PrintQuote_error .bodyWrapper .PrintQuote_error__subheading,
  #PrintQuote_error .bodyWrapper .learn-create-quote {
    text-align: center; }
  #PrintQuote_error .bodyWrapper .PrintQuote_error__subheading h3 {
    font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 28px;
    padding: 20px 10%;
    color: #333333; }
    @media only screen and (min-width: 768px) {
      #PrintQuote_error .bodyWrapper .PrintQuote_error__subheading h3 {
        font-size: 32px;
        line-height: 35px;
        padding: 20px 30%; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: landscape) {
      #PrintQuote_error .bodyWrapper .PrintQuote_error__subheading h3 {
        font-size: 22px;
        line-height: 28px;
        padding: 20px 20%; } }
  #PrintQuote_error .bodyWrapper .learn-create-quote {
    padding-top: 50px; }
    #PrintQuote_error .bodyWrapper .learn-create-quote .ses-homepage-link {
      padding: 0 10px;
      width: 320px;
      font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
      letter-spacing: 1.5px;
      font-size: 9px; }
      @media only screen and (min-width: 768px) {
        #PrintQuote_error .bodyWrapper .learn-create-quote .ses-homepage-link {
          width: 380px;
          font-size: 11px; } }
    @media only screen and (orientation: landscape) {
      #PrintQuote_error .bodyWrapper .learn-create-quote {
        padding-top: 30px; } }

/* un-shared modal styles */
#PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content {
  min-height: 440px;
  display: flex;
  padding: 72px 34px; }
  @media screen and (min-width: 768px) {
    #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content {
      padding: 40px; } }
  #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .modal-heading {
      margin-bottom: 14px;
      color: #333333;
      font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
      font-size: 18px;
      line-height: 21px; }
    #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .backorderQuote__modal-ctas__wrapper {
      height: 100%;
      display: flex;
      flex-direction: column;
      padding: 20px 0px; }
      @media screen and (min-width: 480px) {
        #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .backorderQuote__modal-ctas__wrapper {
          flex-direction: row; } }
      #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .backorderQuote__modal-ctas__wrapper .backorderQuote__modal-ctas__available-only,
      #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .backorderQuote__modal-ctas__wrapper .backorderQuote__modal-ctas__available {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding-bottom: 20px; }
        @media screen and (min-width: 480px) {
          #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .backorderQuote__modal-ctas__wrapper .backorderQuote__modal-ctas__available-only,
          #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .backorderQuote__modal-ctas__wrapper .backorderQuote__modal-ctas__available {
            width: 50%; } }
        #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .backorderQuote__modal-ctas__wrapper .backorderQuote__modal-ctas__available-only .modal-form,
        #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .backorderQuote__modal-ctas__wrapper .backorderQuote__modal-ctas__available .modal-form {
          margin: 0; }
          #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .backorderQuote__modal-ctas__wrapper .backorderQuote__modal-ctas__available-only .modal-form .btn-red,
          #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .backorderQuote__modal-ctas__wrapper .backorderQuote__modal-ctas__available .modal-form .btn-red {
            margin: auto; }
      #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .backorderQuote__modal-ctas__wrapper .backorderQuote__modal-ctas__available {
        border-bottom: 1px solid #d7d7d7;
        border-right: none; }
        @media screen and (min-width: 480px) {
          #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .backorderQuote__modal-ctas__wrapper .backorderQuote__modal-ctas__available {
            border-right: 1px solid #d7d7d7;
            border-bottom: none; } }
        #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .backorderQuote__modal-ctas__wrapper .backorderQuote__modal-ctas__available .backorderQuote__modal-cta {
          font-size: 21px;
          line-height: 24px;
          padding: 0px;
          margin: 20px 0px; }
          @media screen and (min-width: 480px) {
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .backorderQuote__modal-ctas__wrapper .backorderQuote__modal-ctas__available .backorderQuote__modal-cta {
              padding: 20px 30px 0 10px;
              font-size: 24px;
              line-height: 28px; } }
        #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .backorderQuote__modal-ctas__wrapper .backorderQuote__modal-ctas__available .modal-msg-copy.mobile {
          display: block;
          width: 100%;
          font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
          font-size: 11px;
          line-height: 12px;
          color: #333333;
          text-align: center;
          padding-right: 10px;
          margin: 20px 0 10px 0; }
          @media screen and (min-width: 480px) {
            #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .backorderQuote__modal-ctas__wrapper .backorderQuote__modal-ctas__available .modal-msg-copy.mobile {
              display: none; } }
      #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .backorderQuote__modal-ctas__wrapper .backorderQuote__modal-ctas__available-only .backorderQuote__modal-cta {
        font-size: 21px;
        line-height: 24px;
        padding: 0px;
        margin: 20px 0px; }
        @media screen and (min-width: 480px) {
          #PrintQuote .modal#backorderQuote__modal .modal-dialog .modal-content .modal-body .backorderQuote__modal-ctas__wrapper .backorderQuote__modal-ctas__available-only .backorderQuote__modal-cta {
            padding: 20px 0 10px 30px;
            font-size: 24px;
            line-height: 28px; } }

.pt_gift-registry .create-new-registry {
  margin: 1em 0; }
  .pt_gift-registry .create-new-registry button {
    float: left;
    margin-right: 2em; }
  .pt_gift-registry .create-new-registry p {
    font-size: 1.3em; }

.pt_gift-registry .add-gift-cert {
  border: 1px solid #efefef;
  margin-bottom: -1px;
  overflow: auto;
  padding: .83em; }
  .pt_gift-registry .add-gift-cert p {
    color: #999;
    font-style: italic;
    line-height: 1.5em; }

.pt_gift-registry .hdr-options {
  width: 9%; }

.page-content-tab-navigaton button {
  background-color: #e0e0e0;
  border-color: #efefef;
  border-width: 1px;
  color: #999;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 -1px; }
  .page-content-tab-navigaton button.selected {
    background-color: #fff;
    border-bottom: 1px solid #fff; }

.page-content-tab-wrapper {
  border: 1px solid #efefef;
  padding: .42em; }

.gift-reg-purchases .item-purchased-by dd {
  float: left;
  font-weight: bold;
  margin: 0 1em 0 0;
  position: relative;
  width: auto; }

.gift-reg-purchases .item-purchased-by dt {
  clear: both;
  float: left;
  margin: 0 1em 0 0;
  position: relative;
  width: auto; }

.gift-reg-purchases .quantity-purchased {
  color: #a10a0a; }

.gift-registry-advanced .toggle-content {
  display: none; }

.gift-certificate-purchase {
  background-color: #efefef;
  margin-bottom: 1em;
  padding: .83em; }
  @media (min-width: 768px) {
    .gift-certificate-purchase .content-asset {
      box-sizing: border-box;
      float: left;
      padding-right: 1rem;
      width: 50%; } }
  .gift-certificate-purchase .content-asset img {
    margin: 1.66em 0; }
  .gift-certificate-purchase form {
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 1.66em 1.66em;
    width: 100%; }
    @media (min-width: 768px) {
      .gift-certificate-purchase form {
        float: left;
        width: 50%; } }
    .gift-certificate-purchase form .cert-amount {
      clear: none;
      float: left;
      margin: 0;
      width: 40%; }
    .gift-certificate-purchase form button {
      margin-top: -4px;
      width: 12em;
      width: max-content; }
    .gift-certificate-purchase form .form-row-button {
      clear: none;
      float: left;
      margin: 2.1em 0 0 1.66em;
      width: 50%; }
  .gift-certificate-purchase .cert-amount .form-caption {
    margin: 1.66em 0 0;
    position: absolute;
    width: 40%; }
  .gift-certificate-purchase .cert-amount.error {
    padding-bottom: 2.92em; }
  .gift-certificate-purchase span.error {
    margin-left: 2%; }

.check-balance {
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 1.66em;
  padding: 0 0 1.66em; }

.gift-cert-balance {
  float: left;
  width: 40%; }
  .gift-cert-balance label {
    display: none; }
  .gift-cert-balance input {
    margin-top: 0;
    width: 93%; }
  .gift-cert-balance .form-caption {
    margin-left: 0; }

.gift-cert-balance-submit {
  clear: none;
  float: left; }

.gift-cert-balance .label {
  display: none; }

.checkoutlogin {
  margin: 4em auto;
  width: 80%; }
  @media screen and (min-width: 768px) {
    .checkoutlogin .col-1 {
      border-right: 1px solid #e0e0e0; } }

.login-box h3 {
  margin: 0; }

.login-box p {
  margin: 1em 0; }

.login-box .error {
  margin-left: 0; }

.login-rememberme {
  display: inline-block;
  margin-left: .5em; }

.login-oauth p:first-child {
  font-size: 2em;
  text-align: center;
  margin: 0;
  text-transform: uppercase; }

#OAuthProvider {
  display: block;
  margin-bottom: 1em;
  width: 80%; }

.bottom-banner-container {
  overflow: hidden; }
  .bottom-banner-container .bottom-banner-cell {
    float: left;
    overflow: hidden;
    text-align: center; }
  .bottom-banner-container .banner-cell-1 {
    width: 33%; }
  .bottom-banner-container .banner-cell-2 {
    width: 34%; }
  .bottom-banner-container .banner-cell-3 {
    width: 33%; }

.store-locator-header {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
  font-size: 1.75em;
  font-style: italic;
  font-weight: 400;
  margin: 20px 0 0;
  padding: 20px 0; }

.store-information {
  background: none repeat scroll 0 0 #e0e0e0;
  border-bottom: 1px solid #fff; }

.store-name {
  font-weight: bold;
  margin: 0 0 10px; }

.store-map {
  border-bottom: 1px solid #e0e0e0; }

.store-locator-details {
  float: left;
  width: 44%; }
  .store-locator-details img {
    max-width: 100%; }
  .store-locator-details h1, .store-locator-details p {
    margin: 0.25em 0; }

.store-locator-details-map {
  float: right;
  width: 50%; }
  .store-locator-details-map img {
    max-width: 100%; }

.js .loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.js .loader-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7; }

.js .loader-indicator {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  background: url("../images/loading-small.gif") no-repeat; }

.search-suggestion-wrapper {
  background-color: #fff;
  border: 1px solid #999;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 100%;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .search-suggestion-wrapper.full {
      margin-left: -75%;
      width: 175%; }
      .search-suggestion-wrapper.full .phrase-suggestions {
        width: 42.8571429%;
        float: left; }
      .search-suggestion-wrapper.full .product-suggestions {
        width: 57.1428571%;
        float: right; } }
  .search-suggestion-wrapper .hitgroup {
    color: #666;
    margin: .7rem 0 .7rem .7rem; }
    .search-suggestion-wrapper .hitgroup .header {
      margin: 0 0 .5rem 0; }
    .search-suggestion-wrapper .hitgroup .hit {
      display: block;
      margin-left: 1rem;
      margin-bottom: .5rem; }
      .search-suggestion-wrapper .hitgroup .hit:hover {
        text-decoration: underline; }
    .search-suggestion-wrapper .hitgroup .parent-category {
      color: #999; }

.phrase-suggestions {
  border-top: 1px solid #ccc; }
  @media screen and (min-width: 768px) {
    .phrase-suggestions {
      border-top: none; } }

.product-suggestion {
  border: 1px solid #fff;
  border-top: 1px solid #ccc;
  padding: .5em; }
  .product-suggestion:hover, .product-suggestion:focus {
    background-color: #e0e0e0;
    border: 1px solid #ccc; }
  .product-suggestion .product-image {
    float: left;
    text-align: center;
    width: 25%; }
    .product-suggestion .product-image img {
      max-width: 100%; }
  .product-suggestion .product-details {
    float: right;
    padding-top: .5em;
    width: 70%; }
    .product-suggestion .product-details .product-price {
      color: #000; }

.search-phrase {
  color: #999;
  margin: 1em; }
  .search-phrase .completed {
    font-style: italic; }
    .search-phrase .completed .original {
      text-decoration: underline;
      font-weight: bold; }
  .search-phrase .corrected {
    font-weight: bold; }

.js .ui-dialog-content .product-col-1 {
  padding: 13px 1%;
  width: 39%; }
  .js .ui-dialog-content .product-col-1 .product-image {
    max-width: 100%; }

.js .ui-dialog-content .product-col-2 {
  padding: 20px 0;
  width: 58%; }

.js .ui-dialog-content .pdp-main .product-set-list {
  height: 500px;
  overflow: auto; }

.js .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
  width: 100%; }

.js .zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333333;
  font-size: 12px;
  font-family: Arial, sans-serif;
  text-decoration: none;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 8px;
  text-align: center;
  background-image: url(../images/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
  *width: 100px;
  *height: 49px; }

.js .zoomPup {
  overflow: hidden;
  background-color: #fff;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #ccc;
  z-index: 101;
  cursor: crosshair; }

.js .zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101; }

.js .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #fff;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110; }

.js .zoomWrapper {
  position: relative;
  border: 1px solid #999;
  z-index: 110; }

.js .zoomWrapperTitle {
  display: block;
  background: #999;
  color: #fff;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60); }

.js .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110; }
  .js .zoomWrapperImage img {
    border: 0px;
    display: block;
    position: absolute;
    z-index: 101; }

.js .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position: absolute;
  display: block; }

.quickview-nav .quickview-next {
  float: right; }

#homepage-slider {
  position: relative;
  overflow: hidden;
  width: 100%; }
  #homepage-slider .jcarousel-control {
    bottom: 0.5rem;
    right: 0.5rem;
    position: absolute; }
    #homepage-slider .jcarousel-control a {
      background: none repeat scroll 0 0 #e0e0e0;
      border: 1px solid #ccc;
      display: block;
      float: left;
      height: 24px;
      margin: 0 3px;
      opacity: .5;
      text-indent: -999em;
      width: 24px; }
      #homepage-slider .jcarousel-control a.active {
        background-color: #666; }
      #homepage-slider .jcarousel-control a:hover {
        background-color: #666;
        opacity: .7; }

.home-bottom-slots {
  margin: auto;
  max-width: 960px; }
  .home-bottom-slots .home-bottom-left,
  .home-bottom-slots .home-bottom-center,
  .home-bottom-slots .home-bottom-right {
    clear: none;
    width: 100%; }
    @media screen and (min-width: 960px) {
      .home-bottom-slots .home-bottom-left,
      .home-bottom-slots .home-bottom-center,
      .home-bottom-slots .home-bottom-right {
        float: left;
        width: 33.33333333333333333%; } }

.ui-dialog #listings-nav {
  float: right;
  margin-top: 2%; }
  .ui-dialog #listings-nav a {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px; }
    .ui-dialog #listings-nav a.active {
      font-weight: bold; }

.pdp-main .product-add-to-cart .online-stock span {
  float: left; }

.pdp-main .product-add-to-cart .store-stock {
  display: block;
  clear: left; }

.availability-web {
  padding-bottom: 1rem; }
  .availability-web label {
    float: none; }
  .availability-web p {
    margin: 0; }
  .availability-web .availability-novariation {
    color: #999;
    font-style: italic; }

.availability-storepickup .availability-instore,
.availability-storepickup .availability-web {
  background-color: #e0e0e0;
  padding: 1rem; }

.availability-storepickup .availability-web {
  float: none; }

.availability-storepickup .availability-instore {
  margin-bottom: 1rem; }

.in-stock-msg,
.is-in-stock,
[data-status="store-in-stock"] {
  color: #64772d;
  font-weight: 700; }

.not-available-msg,
.in-stock-date-msg,
.not-available,
.out-of-stock,
.store-error {
  color: #008578; }

.on-order,
.preorder-msg,
.backorder-msg {
  color: #008578;
  font-weight: 700; }

#user-zip {
  display: block;
  margin: 1rem auto 0; }

.store-list-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 565px; }

.store-list {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.store-tile {
  border: 1px dashed #ccc;
  box-sizing: border-box;
  float: left;
  list-style: none outside none;
  margin: 0.3rem 0.4rem;
  padding: 0.8rem;
  text-align: center;
  width: 175px; }
  .store-tile.selected {
    background-color: rgba(132, 189, 0, 0.5); }
  .store-tile .store-status {
    display: block;
    font-size: 0.9em;
    margin: 1rem 0; }

.store-list-pdp-container {
  margin-top: 1em; }
  .store-list-pdp-container .store-list-pdp {
    margin-top: 0.5em; }
  .store-list-pdp-container .store-list-item {
    display: none;
    padding: 0.5em  0.8em; }
    .store-list-pdp-container .store-list-item:last-of-type {
      border: none; }
    .store-list-pdp-container .store-list-item.selected {
      display: block;
      font-weight: bold; }
    .store-list-pdp-container .store-list-item.visible {
      display: block; }
    .store-list-pdp-container .store-list-item .store-address {
      float: left; }
    .store-list-pdp-container .store-list-item .store-status {
      float: right; }

.selected-store-address {
  margin-top: 0.5em; }

.selected-store-availability {
  margin: 0.3em 0 0.5em; }

.multishipprogress div, .multishipprogress .step-3 {
  display: inline;
  padding: 1em; }

.multishipprogress .step-4 {
  padding-right: 0; }

.multishipaddressestable {
  margin: 9px 0px 20px 0px;
  width: 706px; }

.multi-ship-shipments-table {
  margin: 0 0 20px;
  width: 706px; }
  .multi-ship-shipments-table .section-header {
    font-size: 10px;
    font-weight: bold;
    padding: 9px 6px 11px; }
  .multi-ship-shipments-table .shipping-address .details {
    padding: 0 10px 0 22px; }
  .multi-ship-shipments-table .gift-options label {
    float: left;
    padding: 0; }
  .multi-ship-shipments-table .gift-options input {
    margin: 0 10px; }

.multi-shipping-addresses {
  margin-bottom: 20px !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0; }
  .multi-shipping-addresses .shipping-address {
    text-align: right; }
    .multi-shipping-addresses .shipping-address select {
      margin: 4px 0 0;
      width: 260px; }

.header-product-shipping {
  width: 276px; }

.header-qty-shipping {
  width: 45px; }

.header-location-shipping {
  text-indent: 70px;
  width: 307px; }

.header-shipment-index {
  width: 409px; }

.header-shipment-qty {
  width: 27px; }

.header-shipment-details {
  text-indent: 22px; }

.multi-shipping-methods {
  position: absolute;
  top: 30px; }
  .multi-shipping-methods .form-row {
    clear: none;
    float: left;
    display: none; }
  .multi-shipping-methods select {
    width: 250px;
    margin: -5px 0 0 15px; }

.multi-shipping-option {
  border-bottom: 2px dotted #999;
  left: 0;
  padding: 0 0 12px;
  position: absolute;
  text-indent: 10px;
  top: 48px;
  width: 95%; }

.multi-shipping-addresses .shipping-qty,
.multi-ship-shipments-table .shipping-qty {
  background: none repeat scroll 0 0 #efefef; }

.multiship .label {
  font-weight: bold; }

.hide {
  display: none; }

.loading {
  background: url("../images/loading-progress-98x22.gif") no-repeat scroll left center transparent; }

.instore-shipping-option {
  width: 100%; }

.pt_checkout .instore-shipment-header {
  width: 100%; }

.pt_checkout .instore-shipment-method {
  width: 100%;
  padding: 1em; }
  .pt_checkout .instore-shipment-method span {
    font-weight: bold; }

.pt_checkout .instore-shipment-address {
  width: 40%;
  float: left;
  padding-left: 1em; }

.pt_checkout .instore-shipment-message {
  clear: both; }

.pt_checkout .instore-shipment-messagetxt {
  width: 50%;
  float: right; }

.checkout-shipping fieldset .instore-continue-button {
  margin-left: 61.5%; }

@media screen and (max-width: 767px) {
  img {
    max-width: 100%; }
  .tooltip {
    font-size: .9em; }
  .form-field-tooltip {
    float: none;
    margin: 0 0 10px 5px;
    width: auto; }
  .ui-dialog {
    max-width: 98%; }
  .col-1,
  .col-2 {
    float: none;
    width: 100%; }
  .scrollable {
    height: auto; }
    .scrollable li {
      float: left; }
      .scrollable li a {
        border: 1px solid #d9d9d9;
        border-radius: 6px;
        display: block;
        padding: .2em .8em; }
  #header {
    height: auto;
    padding: 1% 1% 30px; }
    #header .primary-logo {
      float: left;
      position: relative;
      top: auto;
      width: 65%; }
      #header .primary-logo img {
        max-width: 100%; }
  .mini-cart-products {
    max-height: 100%; }
  .mini-cart-content {
    max-width: 220px; }
  #quickviewbutton {
    display: none !important; }
  ul.search-result-items .grid-tile {
    margin: 2%;
    width: 92%; }
  .search-result-options {
    margin: .5em 0; }
    .search-result-options .sort-by {
      margin: 0; }
      .search-result-options .sort-by select {
        width: 120px; }
    .search-result-options .items-per-page {
      display: none; }
    .search-result-options .pagination {
      margin: 0; }
      .search-result-options .pagination .results-hits {
        display: none; }
  .product-tile {
    height: auto !important; }
  .wide-tiles .product-tile .product-image {
    width: 41%; }
  .wide-tiles .product-tile .product-name,
  .wide-tiles .product-tile .product-pricing,
  .wide-tiles .product-tile .product-promo,
  .wide-tiles .product-tile .pr_stars,
  .wide-tiles .product-tile .product-swatches {
    float: right; }
  .wide-tiles .product-tile .product-name h2 {
    margin-top: 0px; }
  .product-tile .product-swatches .swatch img {
    height: 2em;
    width: 2em; }
  .product-listing-1x4 ul.search-result-items .grid-tile {
    margin: 2%;
    width: 92%; }
  .product-compare,
  .compareitems {
    display: none !important; }
  .pt_product-details .primary-content {
    padding-bottom: 68px; }
  .pt_product-details .breadcrumb .last {
    display: none; }
  #product-nav-container {
    bottom: 0;
    width: 100%; }
    #product-nav-container div {
      width: 60px; }
      #product-nav-container div.product-next {
        float: right; }
    #product-nav-container .divided span {
      border: 0; }
  .sizinginformation {
    padding: 0; }
    .sizinginformation th {
      font-weight: normal;
      padding: 0 0 0 2px; }
    .sizinginformation td {
      background: #ffffff;
      padding: 5px;
      text-align: center; }
    .sizinginformation .sizechart {
      padding: 0 !important; }
  .ui-dialog .ui-dialog-content {
    padding: .25em; }
  .pt_cart #secondary {
    display: none; }
  .checkout-progress-indicator {
    clear: both;
    font-size: .8em;
    margin-bottom: 3%;
    position: relative;
    overflow: hidden;
    text-align: left;
    top: auto; }
    .checkout-progress-indicator div {
      padding: 0 2%; }
  .order-summary-footer h2 {
    width: 50%; }
  .place-order-totals .order-totals-table {
    width: 100%; }
  .payment-method-options {
    padding: 0; }
    .payment-method-options .form-row {
      width: 100%; }
      .payment-method-options .form-row label {
        float: left;
        margin: 0;
        padding: 0 0 0 1em;
        width: 150px; }
      .payment-method-options .form-row .input-radio {
        margin: 0; }
  .pt_order-confirmation .item-list th {
    display: none; }
  .pt_order-confirmation .item-list td {
    float: left;
    padding: 1em 0;
    width: 98%; }
  .pt_order-confirmation .item-list .order-totals-table td {
    float: left;
    width: 48%; }
  .pt_order-confirmation .order-shipment-table th {
    display: none; }
  .pt_order-confirmation .order-shipment-table td {
    font-size: .9em;
    box-sizing: border-box;
    float: left; }
  .pt_order-confirmation .order-shipment-table .line-item-details {
    width: 70%; }
  .pt_order-confirmation .order-shipment-table .line-item-quantity {
    width: 10%; }
  .pt_order-confirmation .order-shipment-table .line-item-price {
    width: 20%; }
  .pt_order-confirmation .order-shipment-table .order-shipment-details {
    border: none;
    width: 100%; }
  .pt_order-confirmation .order-shipment-table .scrollable {
    height: auto; }
    .pt_order-confirmation .order-shipment-table .scrollable li {
      float: left; }
      .pt_order-confirmation .order-shipment-table .scrollable li a {
        border: 1px solid #d9d9d9;
        border-radius: 6px;
        display: block;
        padding: .2em .8em; }
  .pt_order-confirmation .order-shipment-table #header {
    height: auto;
    padding: 1% 1% 30px; }
    .pt_order-confirmation .order-shipment-table #header .primary-logo {
      float: left;
      position: relative;
      top: auto;
      width: 65%; }
      .pt_order-confirmation .order-shipment-table #header .primary-logo img {
        max-width: 100%; }
  .pt_order-confirmation .order-shipment-table .mini-cart-products {
    max-height: 100%; }
  .pt_order-confirmation .order-shipment-table .mini-cart-content {
    max-width: 220px; }
  .pt_order-confirmation .order-shipment-table #quickviewbutton {
    display: none !important; }
  .pt_order-confirmation .order-shipment-table ul.search-result-items .grid-tile {
    margin: 2%;
    width: 92%; }
  .pt_order-confirmation .order-shipment-table .product-tile {
    height: auto !important; }
  .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-image {
    width: 41%; }
  .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-name,
  .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-pricing,
  .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-promo,
  .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .pr_stars,
  .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-swatches {
    float: right; }
  .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-name h2 {
    margin-top: 0px; }
  .pt_order-confirmation .order-shipment-table .product-tile .product-swatches .swatch img {
    height: 2em;
    width: 2em; }
  .pt_order-confirmation .order-shipment-table .product-listing-1x4 ul.search-result-items .grid-tile {
    margin: 2%;
    width: 92%; }
  .pt_order-confirmation .order-shipment-table .product-compare,
  .pt_order-confirmation .order-shipment-table .compareitems {
    display: none !important; }
  .pt_order-confirmation .order-shipment-table .pt_product-details .primary-content {
    padding-bottom: 68px; }
  .pt_order-confirmation .order-shipment-table .pt_product-details .breadcrumb .last {
    display: none; }
  .pt_order-confirmation .order-shipment-table #product-nav-container {
    bottom: 0;
    width: 100%; }
  .pt_order-confirmation .create-new-registry {
    overflow: hidden; }
    .pt_order-confirmation .create-new-registry p {
      display: none; }
  .pt_order-confirmation .checkout-progress-indicator {
    clear: both;
    font-size: .8em;
    margin-bottom: 3%;
    position: relative;
    overflow: hidden;
    text-align: left;
    top: auto; }
    .pt_order-confirmation .checkout-progress-indicator div {
      padding: 0 2%; }
  .pt_order-confirmation .order-summary-footer h2 {
    width: 50%; }
  .pt_order-confirmation .place-order-totals .order-totals-table {
    width: 100%; }
  .pt_order-confirmation .payment-method-options {
    padding: 0; }
    .pt_order-confirmation .payment-method-options .form-row {
      width: 100%; }
      .pt_order-confirmation .payment-method-options .form-row label {
        float: left;
        margin: 0;
        padding: 0 0 0 1em;
        width: 150px; }
      .pt_order-confirmation .payment-method-options .form-row .input-radio {
        margin: 0; }
  .pt_order-confirmation .pt_order-confirmation .item-list th {
    display: none; }
  .pt_order-confirmation .pt_order-confirmation .item-list td {
    float: left;
    padding: 1em 0;
    width: 98%; }
  .pt_order-confirmation .pt_order-confirmation .item-list .order-totals-table td {
    float: left;
    width: 48%; }
  .pt_order-confirmation .pt_order-confirmation .order-shipment-table th {
    display: none; }
  .pt_order-confirmation .pt_order-confirmation .order-shipment-table td {
    font-size: .9em;
    box-sizing: border-box;
    float: left; }
  .pt_order-confirmation .pt_order-confirmation .order-shipment-table .line-item-details {
    width: 70%; }
  .pt_order-confirmation .pt_order-confirmation .order-shipment-table .line-item-quantity {
    width: 10%; }
  .pt_order-confirmation .pt_order-confirmation .order-shipment-table .line-item-price {
    width: 20%; }
  .pt_order-confirmation .pt_order-confirmation .order-shipment-table .order-shipment-details {
    border: none;
    width: 100%; }
  .pt_order-confirmation .order-history-header button {
    font-size: 1em;
    padding: .25em; }
  .pt_order-confirmation .page-content-tab-navigaton button {
    width: 100%; }
  .pt_order-confirmation .pt_gift-registry .add-gift-cert p {
    width: 100%; }
  .pt_order-confirmation .pt_gift-registry .create-new-registry {
    overflow: hidden; }
    .pt_order-confirmation .pt_gift-registry .create-new-registry p {
      display: none; }
  .pt_order-confirmation .pt_gift-registry .item-list {
    width: 98%; }
    .pt_order-confirmation .pt_gift-registry .item-list th {
      display: none; }
  .pt_order-confirmation .order-shipment-table .section-header {
    font-size: .9em !important;
    padding: .3em; }
  .pt_order-confirmation table.item-list .section-header,
  .pt_order-confirmation .order-shipment-table .section-header {
    background-image: none; }
  .pt_order-confirmation table.item-list .item-image,
  .pt_order-confirmation table.item-list .item-details,
  .pt_order-confirmation table.item-list .item-availability,
  .pt_order-confirmation table.item-list .item-dashboard {
    display: inline-block; }
  .pt_order-confirmation table.item-list .item-image {
    width: 30%; }
  .pt_order-confirmation table.item-list .item-details {
    width: 50%; }
  .pt_order-confirmation table.item-list .item-availability,
  .pt_order-confirmation table.item-list .item-dashboard {
    width: 97%; }
  .pt_order-confirmation table.item-list .delete-registry {
    text-align: center; }
  .pt_order-confirmation .list-table-header {
    padding: 1em !important; }
    .pt_order-confirmation .list-table-header .button {
      display: block;
      margin: 20px 0;
      width: 196px; }
    .pt_order-confirmation .list-table-header p {
      display: none; }
    .pt_order-confirmation .list-table-header button {
      display: block;
      width: 260px; }
  .pt_order-confirmation .home-bottom-left,
  .pt_order-confirmation .home-bottom-center {
    width: 100% !important; }
  .pt_order-confirmation .home-bottom-right {
    clear: both;
    float: none;
    width: 100% !important; }
    .pt_order-confirmation .home-bottom-right .product-tile {
      min-height: 0; }
  .pt_order-confirmation .product-tile .product-image {
    height: auto; }
  .pt_order-confirmation #email-alert-signup {
    margin: 0;
    width: 100%; }
    .pt_order-confirmation #email-alert-signup label {
      text-align: center;
      width: 100%; }
    .pt_order-confirmation #email-alert-signup input [type="text"] {
      float: none;
      margin: 0;
      width: 50%; }
    .pt_order-confirmation #email-alert-signup input[type="image"] {
      float: none;
      vertical-align: bottom; }
  .pt_order-confirmation .facebook-registration {
    left: -3px;
    position: relative;
    width: 100.7% !important; }
    .pt_order-confirmation .facebook-registration iframe {
      position: relative;
      width: 100.7% !important; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .product-tile .pr_stars {
    left: 40px; }
  .wide-tiles .product-tile .product-name h2 {
    margin-top: 10px; }
  .wide-tiles .product-tile .product-image {
    width: 38%; }
  .facebook-registration {
    left: 0px;
    position: relative;
    width: 100% !important; }
    .facebook-registration .fb_iframe_widget {
      position: relative;
      width: 100% !important; }
      .facebook-registration .fb_iframe_widget span {
        position: relative;
        width: 100% !important; }
        .facebook-registration .fb_iframe_widget span iframe {
          position: relative;
          width: 100% !important; }
  #preferred-store-panel input[type="text"] {
    width: 49.5966%; } }

@media screen and (min-width: 768px) and (max-width: 959px) {
  #secondary {
    width: 171px; }
  .primary-content {
    width: 588px; }
  .primary-focus .primary-content {
    width: 540px; }
  .primary-focus #secondary {
    width: 190px; }
  .html-slot-container img,
  .bottom-banner-cell img {
    max-width: 100%; }
  .ui-dialog {
    max-width: 98%; }
  .scrollable {
    height: auto; }
  .mini-cart-total-label {
    display: none; }
  .mini-cart-products {
    max-height: 100%; }
  ul.search-result-items .new-row {
    clear: none; }
  ul.search-result-items .grid-tile {
    width: 41.5%; }
  table .section-header {
    font-size: 1em !important; }
  #compare-table td .product-tile {
    width: 79px; }
  .pt_gift-registry .add-gift-cert p {
    width: auto; }
  #cart-table .item-user-actions {
    width: 72px; }
  #cart-table .item-total .promo-adjustment {
    width: 77px; }
  .home-bottom-right .product-tile {
    min-height: 0; }
  #email-alert-signup {
    margin: 0;
    width: 100%; }
    #email-alert-signup label {
      float: none;
      display: block;
      text-align: center;
      width: 100%; }
    #email-alert-signup input[type="text"] {
      width: 73%; }
  .facebook-registration {
    left: 0px;
    position: relative;
    width: 100% !important; }
    .facebook-registration .fb_iframe_widget {
      position: relative;
      width: 100% !important; }
      .facebook-registration .fb_iframe_widget span {
        position: relative;
        width: 100% !important; }
        .facebook-registration .fb_iframe_widget span iframe {
          position: relative;
          width: 100% !important; }
  .mini-cart-item-word span {
    display: none; } }

@media screen and (max-width: 480px) {
  #preferred-store-panel input[type="text"] {
    width: 49.5966%; } }

@media print {
  .pt_order-confirmation #mini-cart,
  .pt_order-confirmation .menu-utility-user,
  .pt_order-confirmation .menu-utility,
  .pt_order-confirmation .header-banner,
  .pt_order-confirmation #navigation {
    display: none; } }

body {
  font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
  font-size: 12px !important;
  line-height: 1.2;
  background: #fff;
  -ms-overflow-style: scrollbar; }
  body.nonScrollable {
    overflow: hidden; }

a:focus,
*:focus {
  outline-color: #116EEE; }

body, html {
  height: auto; }

body.cart-page {
  height: auto !important; }
  body.cart-page.loading .loadingDiv {
    z-index: 111;
    position: fixed;
    opacity: 0.8;
    top: 0;
    left: 0; }
    body.cart-page.loading .loadingDiv .gly-spin {
      top: 50% !important;
      left: 50% !important;
      margin-left: -30px !important;
      position: fixed; }

a {
  color: #404041;
  cursor: pointer;
  overflow: visible; }

.table-div, .nest-table {
  display: table;
  width: 100%; }

.table-cell, .nest-table-cell {
  display: table-cell;
  vertical-align: top;
  position: relative; }

h1, h2, h3, .title {
  font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
  text-transform: none;
  margin: 0;
  line-height: 1.1; }

.flex-div {
  display: flex; }

.gly-spin {
  -webkit-animation: spin 0.5s infinite linear;
  -moz-animation: spin 0.5s infinite linear;
  -o-animation: spin 0.5s infinite linear;
  animation: spin 0.5s infinite linear; }

.single-checkout .section .sec-content input[readonly], .single-checkout .section .sec-content input:disabled, .single-checkout .section .sec-content select:disabled {
  background: #fff !important;
  border: 1px solid #d7d7d7 !important;
  cursor: not-allowed; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.error-message {
  border: 0px;
  display: block;
  font-size: 14px;
  color: #e15544;
  padding-bottom: 10px;
  background: none;
  width: 100%; }

.error, .error-backend {
  background: none;
  border: 1px solid #e15544;
  color: inherit; }

.error-place-order {
  color: #e15544;
  padding: 20px 20px 0px 20px;
  font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
  font-size: 17px; }

#secCreditCardDetails .error-place-order {
  padding-left: 60px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee; }

#secInvoiceMe .content-asset {
  font-size: 18px; }

.loadingDiv {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  opacity: 0.7;
  z-index: 1;
  background: #fff;
  text-align: center; }
  .loadingDiv .gly-spin {
    top: 50%;
    font-size: 50px; }

#divCart .section {
  padding: 25px 40px; }
  #divCart .section .icon {
    font-size: 25px;
    vertical-align: middle;
    margin-right: 7px; }

.section-cart-info {
  padding: 25px 40px; }

.bg-gray-gradient {
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ededed 0%, #f5f5f5 2%, #f5f5f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ededed 0%, #f5f5f5 2%, #f5f5f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ededed 0%, #f5f5f5 2%, #f5f5f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#f5f5f5',GradientType=1 );
  /* IE6-9 */ }

.cols-2 .table-cell {
  width: 49.5%; }

.cols-3 .table-cell {
  width: 33%; }

.checkbox,
.radio {
  /* Enable absolute positioning of the hidden form controls */
  position: relative;
  padding-left: 0px;
  /* Position and hide the real checkboxes and radio buttons.
	The inputs are made transparent instead of completely hidden to preserve
	clickability in browsers that don't have clickable labels, like Safari for
	iOS 5 and older.
	*/
  /*
	Insert a pseudo element inside each label and give it a background
	image that will become the custom checkbox or radio button.
	Using inline-block lets you use vertical-align to adjust it vertically
	as needed.
	*/
  /*
	Position the background image differently depending on the state of each
	checkbox and radio button.
	*/ }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"],
  .radio input[type="checkbox"],
  .radio input[type="radio"] {
    position: absolute;
    /* Match the image dimensions */
    width: 20px;
    height: 20px;
    /* Reset anything that could peek out or interfere with dimensions */
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    opacity: 0; }
  .checkbox input[type="checkbox"] + label:before,
  .radio input[type="checkbox"] + label:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    content: " ";
    vertical-align: top;
    border: 1px solid #919191;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    float: left; }
  .checkbox input[type="checkbox"] + label:before,
  .radio input[type="checkbox"] + label:before {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  .checkbox input[type="checkbox"]:focus + label:before,
  .radio input[type="checkbox"]:focus + label:before {
    border: 2px solid #79abfe;
    outline-offset: 4px;
    outline-color: #116EEE; }
  .checkbox input[type="checkbox"]:checked + label:before,
  .radio input[type="checkbox"]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    color: #fff;
    background-color: #0280ff;
    text-align: center;
    line-height: 18px;
    border: 2px solid #0280ff !important; }
  .checkbox input[type="radio"]:checked:focus + label:before, .checkbox input[type="checkbox"]:checked:focus + label:before,
  .radio input[type="radio"]:checked:focus + label:before,
  .radio input[type="checkbox"]:checked:focus + label:before {
    border: 2px solid #79abfe;
    outline-offset: 4px;
    outline-color: #116EEE; }
  .checkbox input[type="radio"] + label .label-text, .checkbox input[type="checkbox"] + label .label-text,
  .radio input[type="radio"] + label .label-text,
  .radio input[type="checkbox"] + label .label-text {
    display: block;
    padding-left: 30px;
    line-height: 20px; }
    .checkbox input[type="radio"] + label .label-text.card-data, .checkbox input[type="checkbox"] + label .label-text.card-data,
    .radio input[type="radio"] + label .label-text.card-data,
    .radio input[type="checkbox"] + label .label-text.card-data {
      min-height: 40px; }

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

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

.pd-left-30 {
  padding-left: 30px; }

#tsoWrapper {
  margin: 0 auto;
  box-shadow: 0 0 18px -4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 0 18px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 18px -4px rgba(0, 0, 0, 0.75); }
  @media screen and (min-width: 919px) {
    #tsoWrapper {
      width: 100%; } }
  @media screen and (min-width: 960px) {
    #tsoWrapper {
      width: 100%; } }
  #tsoWrapper .tooltip {
    opacity: 1;
    cursor: pointer;
    display: inherit; }
  #tsoWrapper #contentcolumn {
    margin-left: 0px; }
    @media screen and (min-width: 960px) {
      #tsoWrapper #contentcolumn {
        margin-left: 200px; } }

#aemTopNav {
  min-height: 116px;
  position: relative; }
  @media (max-width: 959px) {
    #aemTopNav {
      min-height: 159px; } }

#aemTopBanner {
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333; }
  #aemTopBanner h1 {
    font-size: 38px;
    font-family: "museo-serif-300", Helvetica, Arial, sans-serif; }
    @media (max-width: 768px) {
      #aemTopBanner h1 {
        font-size: 20px; } }

#aemLeftNav, #aemTopNav {
  font-size: 16pt; }
  #aemLeftNav .loadingDiv .gly-spin, #aemTopNav .loadingDiv .gly-spin {
    font-size: 20px;
    top: 30%; }

#aemTopBanner .loadingDiv .gly-spin {
  font-size: 20px;
  top: 30%; }

#aemBotNav {
  width: 100%;
  min-height: 570px; }
  @media (max-width: 959px) {
    #aemBotNav {
      min-height: 590px; } }

.ror #aemBotNav, .nat #aemBotNav, .cos #aemBotNav {
  min-height: auto; }

#divCart + #aemBotNav {
  width: calc(100% - 200px); }
  @media (max-width: 959px) {
    #divCart + #aemBotNav {
      width: 100%; } }

#aemBotNav footer {
  display: block !important; }

footer {
  display: none; }

.navLoading {
  float: left;
  width: 200px;
  min-height: 200px;
  position: relative; }

@media (max-width: 919px) {
  #tsoContent, #contentcolumn {
    cursor: pointer; } }

.col-sm-7.col-xs-12.sec-checkout {
  float: right; }

.sec-cart-items.headings {
  margin-bottom: 20px; }

.productData {
  display: block;
  float: left; }

.sec-cart-items #cartItems {
  position: relative; }

.sec-cart-items #cartItems .productRow:first-child .productData {
  border-top: none; }

.sec-cart-items #cartItems .productRow .productData {
  border-top: 1px solid #d7d7d7;
  padding: 20px 0px;
  vertical-align: middle; }

.sec-cart-items #cartItems .productRow .item-space {
  border-top: 0px;
  width: 60px; }

.sec-cart-items #cartItems .productRow .item-list-price {
  color: #6d6e70;
  font-size: 20px;
  font-family: "museo-sans-700", Helvetica, Arial, sans-serif; }
  @media (min-width: 1280px) and (max-width: 1600px) {
    .sec-cart-items #cartItems .productRow .item-list-price {
      font-size: 16px; } }

.sec-cart-items #cartItems .productRow .item-your-price, .sec-cart-items #cartItems .productRow .item-qty span, .sec-cart-items #cartItems .productRow .item-total {
  font-size: 20px;
  font-family: "museo-sans-700", Helvetica, Arial, sans-serif; }
  @media (min-width: 1280px) and (max-width: 1599px) {
    .sec-cart-items #cartItems .productRow .item-your-price, .sec-cart-items #cartItems .productRow .item-qty span, .sec-cart-items #cartItems .productRow .item-total {
      font-size: 16px; } }

.sec-cart-items #cartItems .productRow .item-your-price {
  text-align: center; }

.sec-cart-items #cartItems .productRow .item-qty input {
  display: inline-block;
  width: 45px;
  text-align: center;
  font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
  border: 0px;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  height: 32px;
  position: relative;
  background-color: #fff; }

.sec-cart-items #cartItems .productRow .item-qty .qty-wrapper {
  display: inline-block;
  border: 1px solid #d7d7d7;
  border-radius: 10px; }

.sec-cart-items #cartItems .productRow .item-qty .plus, .sec-cart-items #cartItems .productRow .item-qty .minus {
  display: inline-block;
  font-size: 10px;
  width: 22px;
  height: 30px;
  font-family: "museo-sans-900", Helvetica, Arial, sans-serif;
  line-height: 30px;
  text-align: center;
  vertical-align: top; }
  .sec-cart-items #cartItems .productRow .item-qty .plus:focus, .sec-cart-items #cartItems .productRow .item-qty .minus:focus {
    outline-offset: 1px; }

.sec-cart-items #cartItems .productRow .item-qty .isdisabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5; }

.mobileOnly {
  display: none !important; }

.mobileOnlyCartSummary {
  display: none !important; }

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

.sec-cart-items #cartItems .productRow:first-child {
  border-top: 0px; }

#divCart .lp-approaching {
  background: #005fcd;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  min-height: 72px;
  margin-bottom: 15px;
  padding: 30px;
  width: 100%;
  text-align: center; }
  #divCart .lp-approaching p {
    display: inline-block; }
  #divCart .lp-approaching:first-of-type {
    margin-top: 15px; }

#divCart .sec-cart-actions-mobile {
  position: absolute; }

#divCart .item-image {
  width: 15%;
  display: flex;
  justify-content: center; }
  #divCart .item-image .item-image-container {
    width: 100px;
    min-height: 100px;
    height: auto; }
    #divCart .item-image .item-image-container img {
      background: linear-gradient(135deg, #f5f5f5 0%, #ebebe4 100%); }

#divCart .item-details {
  width: 28%;
  text-align: left; }

#divCart .item-details.productData {
  padding-left: 40px; }

#divCart .item-list-price {
  width: 15%;
  text-align: center; }

#divCart .item-your-price {
  width: 15%;
  text-align: center; }

#divCart .item-qty {
  width: 14.5%;
  text-align: center; }

#divCart .item-total {
  width: 8.3%;
  text-align: center; }

#divCart .item-actions {
  width: 4.2%;
  text-align: center; }

.navbar-nav .audience {
  display: none; }

#divCart span.icon-empty-cart {
  font-size: 20px;
  display: inline;
  text-decoration: none;
  padding-right: 10px; }

#divCart .mobileOnly span.icon-empty-cart {
  padding-right: 10px; }

/* standardize icon right-spacing in black cart CTAs on desktop and mobile */
#divCart .section.bg-gray-gradient .sec-cart-actions-mobile .icon, #divCart .section.bg-gray-gradient .sec-cart-actions .icon {
  margin-right: 0px;
  padding-right: 10px; }

@media (max-width: 719px) {
  .navbar-nav .audience {
    display: block; }
  .promo-input {
    padding-left: 0px;
    width: 100% !important; }
  #divCart input[type="text"]:focus, #divCart input[type="text"]:active, #secPersonal input[type="text"]:focus, #secPersonal input[type="text"]:active, #ccAddrFormDiv input[type="text"]:focus, #ccAddrFormDiv input[type="text"]:active, #secPO input[type="text"]:focus, #secPO input[type="text"]:active {
    font-size: 16px; }
  #divCart ul {
    margin-bottom: 0px; }
    #divCart ul li {
      margin-top: 5px; }
      #divCart ul li.number {
        margin-top: 5px !important; }
      #divCart ul li.title {
        margin-top: 0px; }
        #divCart ul li.title a {
          line-height: 1.3; }
  #divCart .item-list-price, #divCart .item-your-price, #divCart .item-total.mobileOnly {
    margin-top: 5px; }
  #divCart .sec-cart-actions-mobile {
    position: relative;
    margin-bottom: 30px; } }
  @media (max-width: 719px) and (max-width: 719px) {
    #divCart .sec-cart-actions-mobile .mobileOnly {
      display: block !important;
      margin: 10px 0px;
      max-width: fit-content; } }

@media (max-width: 719px) {
  .sec-cart-total ul {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    .sec-cart-total ul li label {
      font-size: 14px;
      text-align: left;
      padding-right: 15px; }
    .sec-cart-total ul li span.amount {
      font-size: 18px; } }

.productRow {
  width: 100%;
  clear: both; }

@media (max-width: 919px) {
  .clearCartConfirmation, .natBalance {
    margin: 0;
    max-width: 80%;
    margin-left: -40%;
    max-height: 340px;
    margin-top: -150px; }
    .clearCartConfirmation .btn-red, .natBalance .btn-red {
      padding: 0 30px; }
  .natBalance {
    max-height: 470px;
    margin-top: -230px; }
  .natBalance span {
    font-size: 22px; }
  .clearCartConfirmationOverlayClose, .natBalanceOverlayClose {
    right: 15px;
    top: 20px; } }

@media (max-width: 400px) {
  .clearCartConfirmationRedButtonContainer {
    display: inline-block;
    margin-left: 10px; } }

@media (max-width: 919px) {
  #tsoContent, #contentcolumn {
    padding-left: 0px; }
  #divCart .top-content-container .cart-items {
    text-align: center !important; }
  .productRow {
    position: relative;
    background: #fff; }
  #divCart .continue-shopping-link-container-top, #divCart .continue-shopping-link-container {
    text-align: center !important;
    margin-bottom: 10px; }
  .sec-promo-code {
    padding-right: 0px !important; }
  .sec-cart-total {
    padding-right: 0px !important; }
  .sec-btn-continue {
    padding-right: 0px !important; }
  .sec-cart-checkout {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  #btnCheckout {
    width: 100%;
    text-align: center; }
  .col-sm-7.col-xs-12.sec-checkout {
    padding-left: 0px;
    padding-right: 0px; }
  .sec-cart-items.headings {
    display: none; }
  #divCart .item-total {
    display: none; }
  #divCart .item-total.mobileOnly {
    display: block; }
  #divCart .item-image {
    width: 35%;
    text-align: center;
    padding: 20px 0px 50% 0 !important; }
    #divCart .item-image a {
      display: inline-block;
      min-height: 100px;
      position: relative; }
    #divCart .item-image .item-image-container img {
      max-height: 100px;
      position: absolute;
      top: 50%;
      left: auto;
      transform: translate(-50%, -90%); }
  #divCart .item-details {
    width: 65%;
    text-align: left !important;
    padding: 20px 0 0 0 !important; }
  #divCart .item-details.productData {
    padding-left: 40px; }
  #divCart .item-list-price {
    width: 65%;
    text-align: left !important;
    padding: 0 0 0 40px !important;
    border: none !important;
    font-size: 12px !important; }
  #divCart .item-your-price {
    width: 65%;
    text-align: left !important;
    padding: 0 0 0 40px !important;
    border: none !important;
    font-size: 12px !important; }
  #divCart .item-qty {
    width: 35%;
    position: absolute;
    top: 130px;
    border: none !important; }
  #divCart .item-total {
    width: 65%;
    text-align: left !important;
    padding: 0 0 0 40px !important;
    border: none !important;
    font-size: 12px !important; }
  #divCart .remove-item-div {
    position: absolute;
    right: -130px;
    height: 100%;
    width: 130px;
    padding: 0 !important; }
  #divCart .remove-item-link,
  #divCart .remove-item-link:hover {
    font-size: 15px;
    position: relative;
    height: 100%;
    background-color: #E81111;
    color: #fff; }
    #divCart .remove-item-link span,
    #divCart .remove-item-link:hover span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .mobileOnly {
    display: inline-block !important; }
  .desktopOnly {
    display: none !important; }
  .item-total.productData .mobileOnly, .item-your-price.productData .mobileOnly, .item-list-price.productData .mobileOnly {
    text-transform: uppercase; }
  .productRow {
    height: 230px; }
  #divCart .section {
    padding: 30px 15px 15px 15px;
    display: block; } }

/*we use AEM footer*/
#divCart h2 {
  font-size: 36px; }

#divCart ul {
  list-style: none; }
  #divCart ul li {
    margin-top: 5px; }
    #divCart ul li:first-child {
      border-top: 0px; }
    #divCart ul li.number {
      margin-top: 8px; }
    #divCart ul li.format {
      text-transform: uppercase; }
    #divCart ul li.partner {
      color: #B90000;
      font-family: "museo-sans-300", Helvetica, Arial, sans-serif; }
      #divCart ul li.partner .partner-type {
        text-transform: uppercase; }
    #divCart ul li.title a,
    #divCart ul li.title span {
      font-family: "museo-serif-300", Helvetica, Arial, sans-serif;
      font-size: 16px;
      border-bottom: 1px dotted #404041;
      color: #333333; }
      #divCart ul li.title a:hover,
      #divCart ul li.title span:hover {
        color: #333333;
        text-decoration: none;
        border-bottom: 1px dotted #333333; }
    #divCart ul li.msg-offer {
      color: #E81111;
      font-size: 13px;
      font-weight: 600;
      line-height: 15px; }

#divCart a.link-wishlist {
  text-decoration: underline;
  font-size: 14px;
  font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
  color: #333333; }

#divCart .top-content-container {
  padding: 15px 30px;
  background: #e9e9e9; }
  #divCart .top-content-container .partner-info {
    font-size: 16px;
    color: #404041;
    text-align: center; }
    #divCart .top-content-container .partner-info .highlight {
      font-family: "museo-sans-700", Helvetica, Arial, sans-serif; }
  #divCart .top-content-container .cart-items {
    text-align: right;
    font-size: 16px;
    color: #404041; }
    #divCart .top-content-container .cart-items span {
      color: #404041;
      font-weight: 700; }

#divCart .row {
  margin: 0; }

#divCart .continue-shopping-link-container-top {
  margin-top: 5px; }

#divCart .continue-shopping-link-container {
  margin-top: 10px;
  text-align: left; }

#divCart .continue-shopping-link {
  font-size: 12px;
  color: #444;
  text-transform: uppercase;
  font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
  letter-spacing: 0.12em;
  white-space: nowrap; }
  #divCart .continue-shopping-link .backArrow {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #444;
    margin-bottom: 3px;
    font-size: 18px;
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle; }
  #divCart .continue-shopping-link:hover, #divCart .continue-shopping-link:hover &gt; .backArrow {
    color: #EA1C2B; }

#divCart .sec-btn-continue .sec-left {
  padding-left: 0; }

#cartItems td {
  vertical-align: top; }

#cartItems .item-your-price .you-save {
  font-size: 13px;
  font-style: normal;
  font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
  margin-top: 5px; }

#cartItems .item-your-price .bonus {
  text-decoration: line-through; }

.sec-cart-total {
  text-align: right; }
  .sec-cart-total label {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    color: #333333;
    padding-right: 20px;
    font-family: "museo-sans-500", Helvetica, Arial, sans-serif; }
  .sec-cart-total span.amount {
    font-size: 13px;
    font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
    text-align: right; }
  .sec-cart-total span.order-total {
    font-size: 18px; }
  .sec-cart-total ul {
    display: table;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 30px;
    min-width: 85%; }
    .sec-cart-total ul li:not(.summary-payment-method) {
      display: table-row; }
      .sec-cart-total ul li:not(.summary-payment-method) label, .sec-cart-total ul li:not(.summary-payment-method) span.amount {
        display: table-cell;
        padding-top: 12px;
        vertical-align: top; }
      .sec-cart-total ul li:not(.summary-payment-method):first-child label, .sec-cart-total ul li:not(.summary-payment-method):first-child span.amount {
        padding-top: 0px; }

.btn-black, .btn-black:hover, .btn-black:focus {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background: #28282a;
  color: #eee;
  padding: 12px 30px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  font-family: "museo-sans-500", Helvetica, Arial, sans-serif; }
  .btn-black span, .btn-black:hover span, .btn-black:focus span {
    vertical-align: middle;
    display: inline-block; }
    .btn-black span.btn-label, .btn-black:hover span.btn-label, .btn-black:focus span.btn-label {
      text-align: left;
      font-size: 11px;
      letter-spacing: 1.8px;
      font-family: "museo-sans-300",Helvetica,Arial,sans-serif;
      line-height: normal; }
  .btn-black.btn-disabled, .btn-black:hover.btn-disabled, .btn-black:focus.btn-disabled {
    background: #7f7f77;
    cursor: not-allowed; }
  @media (max-width: 719px) {
    .btn-black.clearCart.mobileOnly, .btn-black.btn-print-cart.mobileOnly, .btn-black:hover.clearCart.mobileOnly, .btn-black:hover.btn-print-cart.mobileOnly, .btn-black:focus.clearCart.mobileOnly, .btn-black:focus.btn-print-cart.mobileOnly {
      margin-top: 10px;
      margin-bottom: 10px; } }
  .btn-black.cart-summary, .btn-black:hover.cart-summary, .btn-black:focus.cart-summary {
    padding: 17px 30px;
    border: none; }
    .btn-black.cart-summary span.btn-label, .btn-black:hover.cart-summary span.btn-label, .btn-black:focus.cart-summary span.btn-label {
      font-family: "museo-sans-700", Helvetica, Arial, sans-serif; }
    .btn-black.cart-summary:focus, .btn-black:hover.cart-summary:focus, .btn-black:focus.cart-summary:focus {
      outline-offset: 4px; }
    @media (min-width: 920px) and (max-width: 1080px) {
      .btn-black.cart-summary.desktopOnly, .btn-black:hover.cart-summary.desktopOnly, .btn-black:focus.cart-summary.desktopOnly {
        display: block !important;
        margin: 10px 0px; } }
    @media (max-width: 919px) {
      .btn-black.cart-summary.mobileOnly, .btn-black:hover.cart-summary.mobileOnly, .btn-black:focus.cart-summary.mobileOnly {
        display: block !important;
        margin: 10px 0px; } }

.btn-wish-list {
  margin-right: 0px; }

.btn-red {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background: #E81111;
  color: #fff;
  line-height: 47px;
  padding: 0 60px;
  margin: 0px;
  height: 47px;
  border: 0px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 11px;
  font-family: "museo-sans-500", Helvetica, Arial, sans-serif; }
  .btn-red:hover, .btn-red:focus {
    color: #fff;
    background: #dd131a;
    text-decoration: none; }
  .btn-red:focus {
    outline-offset: 4px; }
  .btn-red[disabled], .btn-red.disabled {
    background-color: #ccc;
    border-color: #ccc;
    color: #666; }
  .btn-red .icon-arrow {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-left: 10px; }

.btn-white {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background: #fff;
  color: #404041;
  line-height: 47px;
  padding: 0 60px;
  margin: 0px;
  height: 47px;
  border: 0px;
  text-transform: uppercase;
  display: inline-block;
  font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
  font-size: 11px;
  border: 1px solid #404041; }
  .btn-white:hover {
    color: #000;
    text-decoration: none; }
  .btn-white .icon-arrow {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-left: 10px; }

.btn-clear {
  line-height: 47px;
  padding: 0 60px;
  height: 47px;
  display: inline-block;
  font-size: 11px;
  font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  .btn-clear:hover {
    color: #E81111; }
  .btn-clear .icon-arrow {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 10px;
    color: #E81111; }

.back-arrow {
  transform: rotate(180deg); }

.sec-cart-info {
  display: table;
  color: #666666;
  width: 100%;
  font-size: 18px; }
  .sec-cart-info .highlight {
    font-family: "museo-sans-700", Helvetica, Arial, sans-serif; }
    .sec-cart-info .highlight.cart-items {
      text-transform: uppercase; }
  .sec-cart-info .partner-info {
    display: table-cell;
    vertical-align: top; }
  .sec-cart-info .item-info {
    margin-left: 20px;
    width: 320px;
    display: inline-block; }
    .sec-cart-info .item-info a, .sec-cart-info .item-info a:hover, .sec-cart-info .item-info a:visited, .sec-cart-info .item-info a:active {
      text-decoration: underline;
      color: #6d6e70; }
  .sec-cart-info .link-mini-cart {
    display: none;
    text-align: center;
    font-size: 16px;
    margin-top: 5px; }
    .sec-cart-info .link-mini-cart a {
      text-decoration: underline;
      text-transform: uppercase;
      font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
      color: #6d6e70; }

.sec-cart-actions-holder {
  float: left; }

.sec-cart-actions {
  float: left;
  text-align: left;
  width: 100%; }

.msg-bonus-books {
  font-size: 16px;
  margin-bottom: 20px; }
  .msg-bonus-books span {
    font-family: "museo-sans-700", Helvetica, Arial, sans-serif; }

.sec-btn-continue {
  text-align: right;
  padding-top: 30px; }

.sec-btn-continue .sec-checkout, #CheckoutButtonContainer .sec-cart-checkout {
  padding-right: 0px; }

.itemsTableContainer {
  display: block;
  max-height: 690px;
  overflow-y: auto;
  overflow-x: hidden;
  clear: both; }

@media (max-width: 768px) {
  .itemsTableContainer {
    max-height: none; } }

.sec-cart-items.headings {
  width: 100%; }

.sec-cart-items .item-image {
  text-align: center;
  width: 100px; }

.sec-cart-items th.item-details {
  padding-left: 40px; }

.sec-cart-items .item-list-price, .sec-cart-items .item-total {
  text-align: right; }

.sec-cart-items .item-list-price, .sec-cart-items .item-your-price, .sec-cart-items .item-total {
  width: 150px; }

.sec-cart-items .item-actions {
  width: 50px;
  text-align: center; }

.sec-cart-items .item-qty {
  width: 120px;
  text-align: center; }

.sec-cart-items .icon-trash {
  font-size: 22px; }

.sec-cart-items thead tr {
  border-bottom: 1px solid #d7d7d7; }
  .sec-cart-items thead tr th {
    color: #666666;
    font-weight: normal;
    text-transform: uppercase;
    padding: 12px 0; }
    .sec-cart-items thead tr th.item-your-price {
      text-align: center; }
    .sec-cart-items thead tr th.item-space {
      width: 60px; }

.sec-cart-items tbody tr:first-child td {
  border-top: none; }

.sec-cart-items tbody tr td {
  border-top: 1px solid #d7d7d7;
  padding: 20px 0px;
  vertical-align: middle; }
  .sec-cart-items tbody tr td.item-space {
    border-top: 0px;
    width: 60px; }
  .sec-cart-items tbody tr td.item-list-price {
    color: #6d6e70;
    font-size: 20px;
    font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
    text-decoration: line-through; }
  .sec-cart-items tbody tr td.item-your-price, .sec-cart-items tbody tr td.item-total {
    font-size: 20px;
    font-family: "museo-sans-700", Helvetica, Arial, sans-serif; }
  .sec-cart-items tbody tr td.item-your-price {
    text-align: center; }
  .sec-cart-items tbody tr td.item-qty input {
    display: inline-block;
    width: 45px;
    text-align: center;
    font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
    border: 0px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    height: 32px; }
  .sec-cart-items tbody tr td.item-qty .qty-wrapper {
    display: inline-block;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
  .sec-cart-items tbody tr td.item-qty .plus, .sec-cart-items tbody tr td.item-qty .minus {
    display: inline-block;
    font-size: 10px;
    width: 28px;
    height: 30px;
    font-family: "museo-sans-900", Helvetica, Arial, sans-serif;
    line-height: 30px;
    text-align: center;
    vertical-align: top; }

.sec-cart-items tbody tr:first-child {
  border-top: 0px; }

.sec-promo-code {
  position: relative; }
  .sec-promo-code .coupon-error {
    color: #B90000;
    font-size: 14px;
    margin-top: 15px;
    max-width: 100%;
    text-align: right;
    width: 100%;
    display: none; }
  .sec-promo-code input {
    display: inline-block;
    font-size: 16px;
    border: 1px solid #d7d7d7;
    padding: 20px 25px;
    max-width: 435px; }
    .sec-promo-code input::-webkit-input-placeholder {
      color: #666; }
    .sec-promo-code input:-moz-placeholder {
      /* Firefox 18- */
      color: #666; }
    .sec-promo-code input::-moz-placeholder {
      /* Firefox 19+ */
      color: #666; }
    .sec-promo-code input:-ms-input-placeholder {
      color: #666; }
  .sec-promo-code input#PromoCodeInputField {
    border-radius: 0;
    box-shadow: none;
    border-right: 0 none;
    padding: 6px 20px;
    z-index: 0;
    max-width: 100%;
    height: 54px; }
    @media (min-width: 320px) and (max-width: 919px) {
      .sec-promo-code input#PromoCodeInputField {
        padding: 6px 10px; } }
    .sec-promo-code input#PromoCodeInputField:focus {
      border-color: #CCC; }
    .sec-promo-code input#PromoCodeInputField, .sec-promo-code input#PromoCodeInputField::placeholder {
      font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #666666; }
  .sec-promo-code .error input#PromoCodeInputField, .sec-promo-code .error input#PromoCodeInputField::placeholder {
    color: #Ec1d25; }
  .sec-promo-code .input-group-addon {
    background-color: #FFF;
    border-radius: 0;
    font-size: 11px; }
  .sec-promo-code a#add-coupon {
    color: #eaeaea;
    font-size: 12px;
    background: #666;
    text-transform: uppercase;
    font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
    border-radius: 30px;
    border: 0px;
    padding: 8px 25px; }
    .sec-promo-code a#add-coupon.active {
      background: #E81111; }
  .sec-promo-code .promo-input, .sec-promo-code .promo-items {
    padding-left: 0;
    padding-right: 0; }
  .sec-promo-code .promo-items {
    border-top: 1px solid #e2e2e2; }
  .sec-promo-code .promo-item {
    padding: 10px 0; }
  .sec-promo-code .btn-apply {
    position: absolute;
    right: 120px;
    width: 60px;
    display: inline-block;
    color: black;
    height: 45px;
    line-height: 45px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: "museo-sans-500", Helvetica, Arial, sans-serif; }
  .sec-promo-code .promo-each {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px !important; }
  .sec-promo-code a.remove-code-link {
    color: #404041;
    font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: black;
    text-decoration: underline; }
    .sec-promo-code a.remove-code-link:hover {
      text-decoration: underline;
      color: #ec1d25; }
  .sec-promo-code .promo-applied {
    font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #666666; }
  .sec-promo-code .promo-code-label {
    color: #F29024;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px; }
  .sec-promo-code .promo-code-amount {
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 20px;
    margin-right: 31px;
    padding-left: 8px;
    vertical-align: top; }
  .sec-promo-code span.promo-code-amount {
    margin: 0; }
  .sec-promo-code .promo-code-description {
    font-size: 14px;
    color: #000;
    font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
    margin-bottom: 5px; }
    .sec-promo-code .promo-code-description .help-tooltip, .sec-promo-code .promo-code-description .help-tooltip:hover {
      color: #666666; }

.divBonusItems {
  font-size: 16px; }
  .divBonusItems span {
    display: inline-block; }
    .divBonusItems span.hd {
      font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
      margin-right: 20px; }
    .divBonusItems span.msg {
      color: #B90000; }
  .divBonusItems .gift_item_container {
    padding-bottom: 25px;
    min-height: 100px;
    padding-right: 0;
    border: 1px #f5f5f5 solid;
    padding: 10px; }
    .divBonusItems .gift_item_container label {
      cursor: pointer; }
  .divBonusItems .free-pick-prod {
    display: table; }
  .divBonusItems .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .divBonusItems .checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-right: 15px;
    font-size: 13px; }
  .divBonusItems .selection.checkbox label {
    font-size: 16px; }
  .divBonusItems .selection, .divBonusItems .image, .divBonusItems .product_info {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px; }
  .divBonusItems .product_info {
    font-family: Lato;
    font-size: 14px;
    color: #2c3e50; }
    .divBonusItems .product_info span {
      font-size: 16px;
      cursor: pointer; }
  .divBonusItems .image img {
    cursor: pointer; }
  .divBonusItems #submitGiftButton {
    margin-right: 10px;
    display: none; }
  .divBonusItems a.btn-green {
    font-family: "museo-serif-100", Helvetica, Arial, sans-serif;
    color: #FFF;
    border: 0px none;
    font-size: 11px;
    height: auto;
    background: none repeat scroll 0% 0% #28282a;
    padding: 10px 20px;
    border-radius: 27px;
    width: 220px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.12em; }
  .divBonusItems .msg-freepick-items {
    color: #B90000 !important;
    font-size: 16px; }
  .divBonusItems .disabled {
    opacity: .7; }
  .divBonusItems .table-div {
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5; }
  .divBonusItems .table-cell {
    border-left: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5; }
  .divBonusItems .nest-table-cell {
    vertical-align: middle; }
  .divBonusItems label {
    font-weight: normal;
    font-size: 16px; }
  .divBonusItems .table-cell {
    padding: 10px; }
  .divBonusItems .selection {
    width: 75px; }
    .divBonusItems .selection input[type="text"] {
      width: 30px;
      height: 25px;
      position: absolute;
      top: 0;
      font-size: 16px;
      padding: 0.5em 0.3em;
      text-align: center; }
  .divBonusItems .image {
    width: 100px;
    text-align: center; }

.single-checkout {
  min-height: calc(100vh - 265px);
  padding: 25px 40px; }
  .single-checkout .sc-main {
    padding-right: 20px; }
  .single-checkout .sc-cart, .single-checkout .sc-promo {
    width: 310px; }

.sec-inner-prg {
  padding: 20px 0;
  background: #f5f5f5; }

.list-progress {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  white-space: nowrap;
  margin: 0 20px; }

.list-progress #prg-payment {
  padding-left: 0; }

.list-progress #prg-shipping-billing {
  text-align: center;
  padding: 0; }

.list-progress #prg-confirm {
  text-align: right;
  padding-right: 0; }

.list-progress .progress-pill {
  color: #666666;
  display: inline-block;
  padding: 10px;
  font-size: 12px;
  padding: 10px 30px;
  font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: -3px; }

.list-progress .on .progress-pill {
  background-color: #116EEE;
  color: #fff;
  cursor: default;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.list-progress .none .progress-pill {
  cursor: default; }

#sec-progress.isPartner .list-progress .on .progress-pill {
  background-color: #3864CC; }

.print-quote-fields-section span.error, .email-dropdown-form span.error {
  border: 0;
  color: #e15544;
  font-size: 14px;
  margin-top: 3px;
  display: block; }

.single-checkout span.error {
  border: 0;
  color: #e15544;
  font-size: 14px;
  margin-top: 3px;
  display: block; }

.single-checkout .section {
  padding: 0px;
  padding-top: 25px; }
  .single-checkout .section .sec-hd {
    color: #333333;
    font-size: 18px;
    padding: 15px 30px;
    background: #f5f5f5;
    font-family: "museo-sans-500", Helvetica, Arial, sans-serif; }
  .single-checkout .section .sec-content {
    padding: 25px 30px;
    border: 1px solid #eee;
    border-top: 0px;
    position: relative; }
    .single-checkout .section .sec-content .spacer {
      width: 15px;
      min-width: 15px; }
    .single-checkout .section .sec-content label {
      color: #333333;
      font-size: 13px;
      font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
      font-weight: normal;
      display: inline-block; }
    .single-checkout .section .sec-content .label {
      font-size: 13px;
      color: #333333;
      font-weight: normal;
      margin-bottom: 10px;
      font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
      display: block;
      text-align: left;
      padding: 0px; }
    .single-checkout .section .sec-content .label-padding {
      padding-left: 30px; }
    .single-checkout .section .sec-content .no-label-padding {
      padding-left: 0px; }
    .single-checkout .section .sec-content .no-bot-padding {
      padding-bottom: 0px !important; }
    .single-checkout .section .sec-content .no-bot-padding {
      padding-bottom: 0px !important; }
    .single-checkout .section .sec-content .sub-sec {
      margin-top: 20px; }
      .single-checkout .section .sec-content .sub-sec:first-child {
        margin-top: 0px; }
    .single-checkout .section .sec-content input,
    .single-checkout .section .sec-content select {
      padding: 15px 20px;
      font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
      font-size: 13px;
      line-height: 1.2;
      height: auto;
      border: 1px solid #919191;
      border-radius: 5px;
      color: #333333; }
      .single-checkout .section .sec-content input.error, .single-checkout .section .sec-content input.error-backend,
      .single-checkout .section .sec-content select.error,
      .single-checkout .section .sec-content select.error-backend {
        border-color: #e15544; }
    .single-checkout .section .sec-content input {
      background-color: #fff; }
    @media (min-width: 320px) and (max-width: 719px) {
      .single-checkout .section .sec-content input::placeholder,
      .single-checkout .section .sec-content select {
        font-size: 12px; }
      .single-checkout .section .sec-content input:active,
      .single-checkout .section .sec-content select:active {
        font-size: 16px; } }
    .single-checkout .section .sec-content select {
      height: 50px; }
      .single-checkout .section .sec-content select#boAllwoed {
        width: 302px; }
      .single-checkout .section .sec-content select::-ms-expand {
        display: none; }
    .single-checkout .section .sec-content .style-select {
      position: relative; }
      .single-checkout .section .sec-content .style-select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: #666;
        background: none; }
      .single-checkout .section .sec-content .style-select:after {
        content: '\25BC';
        color: #000;
        font-size: 12px;
        position: absolute;
        right: 8px;
        top: 18px;
        z-index: -1; }
    .single-checkout .section .sec-content .addr-padding {
      padding-left: 15px; }
    .single-checkout .section .sec-content .sign-ext {
      vertical-align: top;
      text-align: center;
      width: 20px;
      top: 18px; }
    .single-checkout .section .sec-content .alt-addr-phone {
      width: 50%; }
    .single-checkout .section .sec-content .alt-addr-state {
      width: 50%; }
    .single-checkout .section .sec-content .form-row {
      margin: 0; }
      .single-checkout .section .sec-content .form-row label {
        display: none; }
    .single-checkout .section .sec-content .field-wrapper {
      margin: 0; }
    .single-checkout .section .sec-content .link-addr {
      padding-left: 30px; }
      .single-checkout .section .sec-content .link-addr.ror-alt-addr {
        padding-left: 0;
        margin-top: 12px;
        font-family: "museo-sans-400", Helvetica, Arial, sans-serif; }
      .single-checkout .section .sec-content .link-addr#linkAddAltAddr a, .single-checkout .section .sec-content .link-addr#linkAddOrg a {
        color: #333333; }
        .single-checkout .section .sec-content .link-addr#linkAddAltAddr a:hover, .single-checkout .section .sec-content .link-addr#linkAddOrg a:hover {
          color: #333333; }
      .single-checkout .section .sec-content .link-addr a {
        color: #0280ff;
        font-size: 13px;
        text-decoration: underline; }
        .single-checkout .section .sec-content .link-addr a:hover {
          color: #0280ff; }
        .single-checkout .section .sec-content .link-addr a:focus {
          outline-offset: 4px; }
    .single-checkout .section .sec-content .link-cancel-form {
      line-height: 47px;
      text-decoration: underline;
      text-transform: uppercase; }
    .single-checkout .section .sec-content .info-addr,
    .single-checkout .section .sec-content .info-method {
      padding-bottom: 20px; }
      .single-checkout .section .sec-content .info-addr .shipping-name,
      .single-checkout .section .sec-content .info-method .shipping-name {
        text-transform: uppercase;
        font-family: "museo-sans-700", Helvetica, Arial, sans-serif; }
      .single-checkout .section .sec-content .info-addr .shipping-details,
      .single-checkout .section .sec-content .info-method .shipping-details {
        display: block;
        font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
        font-size: 13px;
        color: #757575; }
    .single-checkout .section .sec-content .info-addr {
      width: 50%;
      padding-bottom: 0;
      margin: 20px 0px; }
      .single-checkout .section .sec-content .info-addr.ship-addr {
        width: 50%; }
    .single-checkout .section .sec-content #secShippingAddr .address-action .info-div {
      width: 100%;
      padding-top: 12px; }
    .single-checkout .section .sec-content #secShippingAddr .info-div {
      display: flex;
      width: 50%;
      margin: 20px 0px; }
      .single-checkout .section .sec-content #secShippingAddr .info-div .info-edit,
      .single-checkout .section .sec-content #secShippingAddr .info-div .info-delete {
        width: 50%;
        text-align: right; }
    .single-checkout .section .sec-content .info-edit,
    .single-checkout .section .sec-content .info-delete {
      text-align: right; }
      .single-checkout .section .sec-content .info-edit a,
      .single-checkout .section .sec-content .info-delete a {
        color: #000;
        text-decoration: underline;
        text-transform: uppercase;
        font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
        vertical-align: middle;
        color: #333333;
        font-size: 13px; }
        .single-checkout .section .sec-content .info-edit a:hover,
        .single-checkout .section .sec-content .info-delete a:hover {
          color: #000; }
        .single-checkout .section .sec-content .info-edit a:focus,
        .single-checkout .section .sec-content .info-delete a:focus {
          outline-offset: 4px; }
    .single-checkout .section .sec-content .info-edit {
      padding-top: 3px; }
    .single-checkout .section .sec-content .info-delete a span.link {
      text-decoration: underline;
      display: inline-block;
      margin-left: 8px; }
    .single-checkout .section .sec-content .info-delete span.icon-trash {
      font-size: 22px;
      vertical-align: middle; }
    .single-checkout .section .sec-content .info-po span.requiredMsg {
      color: #E81111;
      margin-left: 20px;
      font-weight: normal; }
    .single-checkout .section .sec-content .info-po input[type="text"] {
      width: 260px; }
    .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm,
    .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm,
    .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm,
    .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm {
      font-size: 13px;
      color: #333333;
      font-family: "museo-sans-500", Helvetica, Arial, sans-serif; }
      .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .input-fields .input-field,
      .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .input-fields .input-field,
      .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .input-fields .input-field,
      .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .input-fields .input-field {
        width: 50%; }
        .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .input-fields .input-field:last-child,
        .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .input-fields .input-field:last-child,
        .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .input-fields .input-field:last-child,
        .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .input-fields .input-field:last-child {
          padding: 25px 0px; }
        .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .input-fields .input-field label,
        .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .input-fields .input-field label,
        .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .input-fields .input-field label,
        .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .input-fields .input-field label {
          margin-bottom: 10px; }
        .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .input-fields .input-field:not(.poNumber) label,
        .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .input-fields .input-field:not(.poNumber) label,
        .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .input-fields .input-field:not(.poNumber) label,
        .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .input-fields .input-field:not(.poNumber) label {
          font-family: "museo-sans-700", Helvetica, Arial, sans-serif; }
        .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .input-fields .input-field #poBillingAddr input + label,
        .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .input-fields .input-field #poBillingAddr_invoiceMe input + label,
        .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .input-fields .input-field #poBillingAddr input + label,
        .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .input-fields .input-field #poBillingAddr_invoiceMe input + label,
        .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .input-fields .input-field #poBillingAddr input + label,
        .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .input-fields .input-field #poBillingAddr_invoiceMe input + label,
        .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .input-fields .input-field #poBillingAddr input + label,
        .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .input-fields .input-field #poBillingAddr_invoiceMe input + label {
          display: none; }
        .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .input-fields .input-field #poBillingAddr #schlBillingAddr,
        .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .input-fields .input-field #poBillingAddr_invoiceMe #schlBillingAddr,
        .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .input-fields .input-field #poBillingAddr #schlBillingAddr,
        .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .input-fields .input-field #poBillingAddr_invoiceMe #schlBillingAddr,
        .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .input-fields .input-field #poBillingAddr #schlBillingAddr,
        .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .input-fields .input-field #poBillingAddr_invoiceMe #schlBillingAddr,
        .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .input-fields .input-field #poBillingAddr #schlBillingAddr,
        .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .input-fields .input-field #poBillingAddr_invoiceMe #schlBillingAddr {
          border: 0px;
          padding: 0px; }
          .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .input-fields .input-field #poBillingAddr #schlBillingAddr li,
          .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .input-fields .input-field #poBillingAddr_invoiceMe #schlBillingAddr li,
          .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .input-fields .input-field #poBillingAddr #schlBillingAddr li,
          .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .input-fields .input-field #poBillingAddr_invoiceMe #schlBillingAddr li,
          .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .input-fields .input-field #poBillingAddr #schlBillingAddr li,
          .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .input-fields .input-field #poBillingAddr_invoiceMe #schlBillingAddr li,
          .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .input-fields .input-field #poBillingAddr #schlBillingAddr li,
          .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .input-fields .input-field #poBillingAddr_invoiceMe #schlBillingAddr li {
            margin: 0px; }
        .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .input-fields .input-field #poBillingAddr .info-div .info-edit,
        .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .input-fields .input-field #poBillingAddr_invoiceMe .info-div .info-edit,
        .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .input-fields .input-field #poBillingAddr .info-div .info-edit,
        .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .input-fields .input-field #poBillingAddr_invoiceMe .info-div .info-edit,
        .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .input-fields .input-field #poBillingAddr .info-div .info-edit,
        .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .input-fields .input-field #poBillingAddr_invoiceMe .info-div .info-edit,
        .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .input-fields .input-field #poBillingAddr .info-div .info-edit,
        .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .input-fields .input-field #poBillingAddr_invoiceMe .info-div .info-edit {
          text-align: left;
          padding-top: 16px; }
        .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .input-fields .input-field #linkChangeBillingAddr,
        .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .input-fields .input-field #linkChangeBillingAddr_invoiceMe,
        .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .input-fields .input-field #linkChangeBillingAddr,
        .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .input-fields .input-field #linkChangeBillingAddr_invoiceMe,
        .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .input-fields .input-field #linkChangeBillingAddr,
        .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .input-fields .input-field #linkChangeBillingAddr_invoiceMe,
        .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .input-fields .input-field #linkChangeBillingAddr,
        .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .input-fields .input-field #linkChangeBillingAddr_invoiceMe {
          text-transform: uppercase;
          text-decoration: underline; }
          .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .input-fields .input-field #linkChangeBillingAddr a:hover, .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .input-fields .input-field #linkChangeBillingAddr a:active, .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .input-fields .input-field #linkChangeBillingAddr a:focus,
          .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .input-fields .input-field #linkChangeBillingAddr_invoiceMe a:hover,
          .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .input-fields .input-field #linkChangeBillingAddr_invoiceMe a:active,
          .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .input-fields .input-field #linkChangeBillingAddr_invoiceMe a:focus,
          .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .input-fields .input-field #linkChangeBillingAddr a:hover,
          .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .input-fields .input-field #linkChangeBillingAddr a:active,
          .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .input-fields .input-field #linkChangeBillingAddr a:focus,
          .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .input-fields .input-field #linkChangeBillingAddr_invoiceMe a:hover,
          .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .input-fields .input-field #linkChangeBillingAddr_invoiceMe a:active,
          .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .input-fields .input-field #linkChangeBillingAddr_invoiceMe a:focus,
          .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .input-fields .input-field #linkChangeBillingAddr a:hover,
          .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .input-fields .input-field #linkChangeBillingAddr a:active,
          .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .input-fields .input-field #linkChangeBillingAddr a:focus,
          .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .input-fields .input-field #linkChangeBillingAddr_invoiceMe a:hover,
          .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .input-fields .input-field #linkChangeBillingAddr_invoiceMe a:active,
          .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .input-fields .input-field #linkChangeBillingAddr_invoiceMe a:focus,
          .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .input-fields .input-field #linkChangeBillingAddr a:hover,
          .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .input-fields .input-field #linkChangeBillingAddr a:active,
          .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .input-fields .input-field #linkChangeBillingAddr a:focus,
          .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .input-fields .input-field #linkChangeBillingAddr_invoiceMe a:hover,
          .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .input-fields .input-field #linkChangeBillingAddr_invoiceMe a:active,
          .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .input-fields .input-field #linkChangeBillingAddr_invoiceMe a:focus {
            color: #333333;
            font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
            outline-offset: 2px; }
      .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .payment-certification,
      .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .payment-certification,
      .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .payment-certification,
      .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .payment-certification {
        position: relative; }
        .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .payment-certification label.sub-label,
        .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .payment-certification label.sub-label,
        .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .payment-certification label.sub-label,
        .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .payment-certification label.sub-label {
          position: relative;
          left: 30px;
          width: calc(100% - 30px);
          display: block; }
          .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .payment-certification label.sub-label .content-asset,
          .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .payment-certification label.sub-label .content-asset,
          .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .payment-certification label.sub-label .content-asset,
          .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .payment-certification label.sub-label .content-asset {
            font-size: 13px;
            color: #333333;
            font-family: "museo-sans-500", Helvetica, Arial, sans-serif; }
          .single-checkout .section .sec-content .info-prepaid #prepaidBalanceForm .payment-certification label.sub-label::before,
          .single-checkout .section .sec-content .info-prepaid #secInvoiceMeForm .payment-certification label.sub-label::before,
          .single-checkout .section .sec-content .info-invoice-me #prepaidBalanceForm .payment-certification label.sub-label::before,
          .single-checkout .section .sec-content .info-invoice-me #secInvoiceMeForm .payment-certification label.sub-label::before {
            position: absolute;
            transform: translateX(-30px); }
    .single-checkout .section .sec-content .info-new-card a {
      color: #000;
      text-decoration: underline;
      text-transform: uppercase;
      font-family: "museo-sans-500", Helvetica, Arial, sans-serif; }
      .single-checkout .section .sec-content .info-new-card a:hover {
        color: #000; }
    .single-checkout .section .sec-content .info-new-card .icon-card-display {
      padding-top: 10px; }
      .single-checkout .section .sec-content .info-new-card .icon-card-display .card-img {
        display: inline-block;
        width: 27px;
        margin-left: 10px; }
        .single-checkout .section .sec-content .info-new-card .icon-card-display .card-img:first-child {
          margin-left: 0; }
        .single-checkout .section .sec-content .info-new-card .icon-card-display .card-img img {
          width: 100%;
          height: auto; }
    .single-checkout .section .sec-content .link-info-modal {
      float: right;
      margin-top: -24px;
      color: #000;
      text-decoration: underline;
      text-transform: uppercase;
      font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
      color: #333333;
      font-size: 13px; }
      .single-checkout .section .sec-content .link-info-modal:focus {
        outline-offset: 4px; }
      .single-checkout .section .sec-content .link-info-modal:hover {
        color: #000; }
    .single-checkout .section .sec-content #boForm {
      margin-bottom: 20px; }
    .single-checkout .section .sec-content .desc-text {
      display: block;
      font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #666666; }
    .single-checkout .section .sec-content .nonverified-address-error {
      margin: 10px 0 0 30px; }
  .single-checkout .section ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .single-checkout .section ul li {
      margin-top: 15px; }
      .single-checkout .section ul li:first-child {
        margin-top: 0px; }
      .single-checkout .section ul li.partial-hide {
        opacity: .5;
        pointer-events: none; }
  .single-checkout .section .card-data .card-label {
    font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
    .single-checkout .section .card-data .card-label span {
      display: block; }
  .single-checkout .section .cc-addr {
    padding-left: 30px;
    font-size: 13px;
    font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-top: 10px; }
    .single-checkout .section .cc-addr li {
      margin-top: 0px; }
  .single-checkout .section .billing-addr {
    border: 1px solid #d7d7d7;
    padding: 15px 25px;
    font-size: 13px;
    margin-top: 10px; }
    .single-checkout .section .billing-addr li {
      margin-top: 10px; }
      .single-checkout .section .billing-addr li:first-child {
        margin-top: 0px; }
  .single-checkout .section .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px; }
  .single-checkout .section .ship-address-dropdown {
    padding-left: 0; }
  .single-checkout .section .ror-shipping-wrapper .address-action .info-div {
    width: 100%; }
    .single-checkout .section .ror-shipping-wrapper .address-action .info-div .info-edit {
      padding-top: 0; }
    .single-checkout .section .ror-shipping-wrapper .address-action .info-div .info-delete a span.link {
      margin-left: 0px; }
  .single-checkout .section .select.custom-select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 13px;
    line-height: 19px;
    color: #333333;
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #919191;
    border-radius: 5px;
    padding: 8px 36px 8px 15px; }
    .single-checkout .section .select.custom-select:focus {
      border: 1px solid #116EEE;
      border-radius: 5px; }
  .single-checkout .section .select-styled {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 100%; }
    .single-checkout .section .select-styled:after {
      content: "";
      width: 18px;
      height: 16px;
      background: url("../images/select-down-arrow.svg") no-repeat;
      position: absolute;
      top: 13px;
      right: 16px; }
    .single-checkout .section .select-styled:active:after, .single-checkout .section .select-styled.active:after {
      top: 6px;
      background: url("../images/select-down-arrow.svg") no-repeat;
      transform: rotate(180deg); }
  .single-checkout .section ul.select-options {
    display: none;
    position: absolute;
    top: 39px;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 8px 16px;
    list-style: none;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px -1px 0px 1px #919191;
    border-radius: 0px 0px 4px 4px;
    max-height: 120px;
    overflow-y: scroll;
    margin: 0 auto;
    scrollbar-color: #919191 #fff;
    scrollbar-width: 8px;
    scrollbar-face-color: #919191;
    scrollbar-track-color: #fff; }
    .single-checkout .section ul.select-options::-webkit-scrollbar {
      width: 8px;
      background-color: transparent; }
    .single-checkout .section ul.select-options::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: #919191;
      height: 60px;
      border: 4px; }
    .single-checkout .section ul.select-options::-webkit-scrollbar-track {
      border-radius: 4px;
      background-color: transparent; }
    .single-checkout .section ul.select-options li {
      margin: 0;
      padding: 8px 16px; }
      .single-checkout .section ul.select-options li.is-selected {
        color: #fff;
        background: #116EEE;
        padding: 8px 16px;
        border-radius: 5px; }
      .single-checkout .section ul.select-options li[rel="hide"] {
        display: none; }
  .single-checkout .section .ror-shipping-label input[type="radio"] + label .label-text, .single-checkout .section .ror-shipping-label input[type="checkbox"] + label .label-text {
    padding-left: 0;
    font-size: 13px;
    line-height: 16px; }
  .single-checkout .section .ror-shipping-label .nonverified-address-error {
    margin-left: 0; }
  .single-checkout .section .ror-shipping-label .info-addr {
    padding-bottom: 0; }
  .single-checkout .section .ror-shipping-label span.error {
    font-size: 13px; }

.single-checkout #secPayment .info-delete {
  width: 50%; }

.single-checkout #secPayment .sec-content label {
  color: #333333;
  display: inline-block; }

.single-checkout #secPayment .funds-order-total-error {
  font-weight: bold;
  margin-left: -7px; }

.single-checkout #secAgreement {
  vertical-align: middle; }
  .single-checkout #secAgreement .div-agreement {
    max-width: 330px;
    margin: 0 auto;
    line-height: 20px; }
  .single-checkout #secAgreement.checkbox label:before {
    margin-top: -9px; }
  .single-checkout #secAgreement span.terms {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #333333; }
    .single-checkout #secAgreement span.terms a {
      font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      text-decoration: underline; }
      .single-checkout #secAgreement span.terms a:hover {
        color: #333333; }

.single-checkout #secBtns {
  text-align: right; }

.sum-cart-items {
  border: 1px solid #eee; }
  .sum-cart-items .sec-cart-hd {
    padding: 20px;
    background-color: #f5f5f5; }
    .sum-cart-items .sec-cart-hd h2 {
      font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
      color: #333333;
      font-size: 18px; }
    .sum-cart-items .sec-cart-hd .sec-edit {
      float: right;
      font-size: 13px;
      color: #333333;
      font-family: "museo-sans-500", Helvetica, Arial, sans-serif; }
      .sum-cart-items .sec-cart-hd .sec-edit a {
        color: #000;
        text-decoration: underline;
        text-transform: uppercase;
        font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
        font-size: 13px;
        color: #333333; }
        .sum-cart-items .sec-cart-hd .sec-edit a:hover {
          color: #000; }
  .sum-cart-items .sec-cart-items {
    max-height: 240px;
    overflow-y: auto;
    margin-left: 20px;
    padding-bottom: 10px; }
    .sum-cart-items .sec-cart-items tbody tr td {
      border-top: 0px;
      padding-bottom: 0;
      padding-top: 10px;
      padding-left: 5px; }
    .sum-cart-items .sec-cart-items .item-image {
      text-align: left;
      width: 67px; }
      .sum-cart-items .sec-cart-items .item-image img {
        width: 50px;
        height: auto; }
    .sum-cart-items .sec-cart-items .title {
      font-size: 13px;
      font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
      color: #28282a;
      margin-bottom: 5px; }
      .sum-cart-items .sec-cart-items .title a,
      .sum-cart-items .sec-cart-items .title span {
        line-height: 1.6;
        padding-bottom: 2px;
        color: #333333; }
      .sum-cart-items .sec-cart-items .title:not(.quote) a, .sum-cart-items .sec-cart-items .title:not(.quote) span {
        border-bottom: 1px dotted #6d6e70; }
        .sum-cart-items .sec-cart-items .title:not(.quote) a:hover, .sum-cart-items .sec-cart-items .title:not(.quote) span:hover {
          color: #6d6e70;
          border-bottom: 1px dotted #6d6e70;
          text-decoration: none; }
    .sum-cart-items .sec-cart-items .msg-offer, .sum-cart-items .sec-cart-items .partner {
      color: #E81111;
      margin-top: 3px; }
    .sum-cart-items .sec-cart-items .detail {
      margin-bottom: 5px; }
    .sum-cart-items .sec-cart-items .item-qty, .sum-cart-items .sec-cart-items .item-divider, .sum-cart-items .sec-cart-items .item-list-price, .sum-cart-items .sec-cart-items .item-your-price {
      display: inline-block; }
    .sum-cart-items .sec-cart-items .item-qty {
      width: 20px; }
    .sum-cart-items .sec-cart-items .item-list-price, .sum-cart-items .sec-cart-items .item-your-price {
      text-align: right;
      font-family: "museo-sans-700", Helvetica, Arial, sans-serif; }
    .sum-cart-items .sec-cart-items .item-list-price {
      color: #6d6e70;
      text-decoration: line-through;
      width: 60px; }
    .sum-cart-items .sec-cart-items .item-your-price {
      color: #404041;
      font-size: 13px;
      width: 70px; }
  .sum-cart-items ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .sum-cart-items .sec-cart-items {
    border-top: 0px; }

.item-qty input[type=number]::-webkit-outer-spin-button,
.item-qty input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.item-qty input[type=number] {
  -moz-appearance: textfield; }

#miniCartSummary {
  min-height: 100px;
  position: relative;
  width: 310px; }
  #miniCartSummary #cartTotal {
    position: relative;
    border: 1px solid #eee;
    border-top: 0px; }
  #miniCartSummary button {
    width: 100%;
    position: relative; }
    #miniCartSummary button .loadingDiv {
      left: 0; }
      #miniCartSummary button .loadingDiv .gly-spin {
        font-size: 25px;
        top: 15%; }
  #miniCartSummary .gly-spin {
    font-size: 32px; }
  #miniCartSummary .sec-cart-total {
    padding-right: 0;
    padding: 25px 20px; }
    #miniCartSummary .sec-cart-total label {
      position: relative;
      text-align: left; }
      #miniCartSummary .sec-cart-total label .glyphicon-question-sign, #miniCartSummary .sec-cart-total label .minicart-info-glyph {
        font-size: 20px;
        color: #bfc5ca;
        position: absolute;
        right: 20px;
        top: 12px;
        line-height: 20px; }
      #miniCartSummary .sec-cart-total label a.glyphicon-question-sign {
        text-decoration: none; }
      #miniCartSummary .sec-cart-total label .label-padding {
        padding-right: 68px;
        display: block; }
    #miniCartSummary .sec-cart-total ul {
      padding: 0; }
    #miniCartSummary .sec-cart-total a.help-question {
      color: #bfc5ca; }
      #miniCartSummary .sec-cart-total a.help-question:hover {
        color: #bfc5ca;
        text-decoration: none; }
  #miniCartSummary.sticky {
    position: fixed;
    top: 0; }
    #miniCartSummary.sticky.sticky-bottom {
      position: absolute;
      bottom: 0;
      top: inherit; }

.sec-btn-submit {
  padding: 30px 20px;
  text-align: center; }
  .sec-btn-submit a.btn-red {
    display: block; }

/*Checkout Content styles*/
.sec-logo {
  height: 60px;
  background: #E81111; }

.sec-logo-container {
  padding-top: 6px; }

.sec-store-name {
  height: 92px;
  background-color: #116EEE;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-family: "museo-serif-300", Helvetica, Arial, sans-serif;
  padding-top: 20px; }
  .sec-store-name.isPartner {
    background-color: #3864CC; }

#coContent {
  display: none; }

#secShippingAddrDiv, #secCeditCardList, #secCreditCard, #poBillingAddrDiv {
  position: relative;
  min-height: 100px; }
  #secShippingAddrDiv .gly-spin, #secCeditCardList .gly-spin, #secCreditCard .gly-spin, #poBillingAddrDiv .gly-spin {
    font-size: 32px;
    top: 30%; }

#secShippingAddrDiv .sec-content.secShippingAddr {
  border-bottom: 0px; }

#secCreditCardList .sec-content {
  border-bottom: 0px; }

#secShipping.grey-out-shipping-section,
#secCreditCard.grey-out-credit-card-section,
#secPrepaidBalance.grey-out-prepaid-balance-section,
#secInvoiceMe.grey-out-invoice-me-section {
  opacity: 0.5;
  pointer-events: none; }

#secShippingAddr .address div {
  margin-top: 5px; }
  #secShippingAddr .address div:first-child {
    margin-top: 0px; }

#secShippingAddr .address .addr-name {
  display: none; }

#secShippingAddr .address .addr-name {
  display: none; }

#secShippingAddr .address .addr-name {
  display: none; }

#secShippingAddr .address .addr-name {
  display: none; }

.po-ppo-detail {
  display: none;
  font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
  color: #757575;
  font-size: 13px;
  padding-left: 30px;
  margin-top: 8px; }
  .po-ppo-detail a {
    text-decoration: underline;
    font-family: "museo-sans-500", Helvetica, Arial, sans-serif; }
    .po-ppo-detail a:active, .po-ppo-detail a:hover {
      color: #404041; }

#secShipping {
  min-height: 355px; }

#secPaymentOptions {
  min-height: 245px; }

#schoolAddrFormDiv {
  display: none; }
  #schoolAddrFormDiv .table-div {
    padding-bottom: 10px; }
  #schoolAddrFormDiv .sub-label {
    font-size: 14px;
    color: #404041;
    line-height: 20px; }
  #schoolAddrFormDiv .sec-city-state-zip {
    margin-top: 10px; }
  #schoolAddrFormDiv button {
    width: 100%; }
  #schoolAddrFormDiv .label-primary-edit {
    display: none;
    font-size: 14px;
    color: #b2b2b2;
    font-weight: normal;
    margin-bottom: 10px;
    font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
    text-align: left;
    padding: 0px; }

#altAddrForm {
  margin-top: 0; }
  @media screen and (max-width: 480px) {
    #altAddrForm {
      margin-top: 10px; } }

#altAddrFormDiv, #ccAddrFormDiv {
  display: none; }
  #altAddrFormDiv .table-div, #ccAddrFormDiv .table-div {
    padding-bottom: 18px; }
  #altAddrFormDiv .sub-label, #ccAddrFormDiv .sub-label {
    font-size: 14px;
    color: #404041;
    line-height: 20px; }
  #altAddrFormDiv .sec-city-state-zip, #ccAddrFormDiv .sec-city-state-zip {
    margin-top: 10px; }
  #altAddrFormDiv button, #ccAddrFormDiv button {
    width: 100%; }
  #altAddrFormDiv .label-primary-edit, #ccAddrFormDiv .label-primary-edit {
    display: none; }
  #altAddrFormDiv .shipping-title, #ccAddrFormDiv .shipping-title {
    font-weight: 600;
    display: block;
    margin-bottom: 16px; }

#altAddrFormDiv form .label, #ccAddrFormDiv form .label, #secPersonal form .label {
  font-family: "museo-sans-500", Helvetica, Arial, sans-serif; }

.pca-auto-country {
  display: none; }

#nysError {
  margin-bottom: 10px; }

#ccNumber {
  padding-right: 240px; }

#ccAddrFormDiv .icon-card-display {
  position: absolute;
  right: 10px;
  top: 10px; }
  #ccAddrFormDiv .icon-card-display.Master .Master svg image {
    opacity: 0; }
  #ccAddrFormDiv .icon-card-display.Visa .Visa svg image {
    opacity: 0; }
  #ccAddrFormDiv .icon-card-display.Amex .Amex svg image {
    opacity: 0; }
  #ccAddrFormDiv .icon-card-display.Discover .Discover svg image {
    opacity: 0; }

#ccAddrFormDiv .cvn {
  padding-left: 15px;
  width: 33%; }

#ccAddrFormDiv .exp-date {
  width: 66%; }

#secShippingMehtodDiv {
  position: relative; }
  #secShippingMehtodDiv .gly-spin {
    font-size: 32px;
    top: 35%; }

#secOneTimeCreditCard .sec-content, #deleteCreditCardWarning .sec-content {
  background: #f2faf7; }

#secOneTimeCreditCard .msg-temp-card {
  font-weight: bold;
  padding: 0 0 10px 30px; }

#deleteCreditCardWarning {
  display: none; }

#deleteCreditCardWarning .sec-content {
  border-top: 1px solid #eee; }
  #deleteCreditCardWarning .sec-content h3 {
    color: #E81111;
    text-align: center;
    font-size: 16px;
    fotn-family: "museo-sans-700", Helvetica, Arial, sans-serif;
    margin-bottom: 10px; }
  #deleteCreditCardWarning .sec-content a {
    text-decoration: underline;
    text-transform: uppercase;
    line-height: 47px; }

#secCCListAddNewCard {
  position: relative; }
  #secCCListAddNewCard.disabled {
    opacity: 0.5; }

#maskDeletCCModal {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%; }

body .ui-tooltip.ui-widget-content.help-tooltip-content {
  border: 0px;
  background: #000;
  max-width: 200px;
  height: auto;
  font-size: 12px;
  color: #666666;
  text-align: center;
  box-shadow: none;
  color: #fff;
  width: 270px;
  border-radius: 5px;
  font-family: "museo-sans-700", Helvetica, Arial, sans-serif; }
  body .ui-tooltip.ui-widget-content.help-tooltip-content .content-asset p {
    line-height: 1.3em; }
  body .ui-tooltip.ui-widget-content.help-tooltip-content:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #000;
    border-right: 10px solid transparent;
    left: 92px;
    top: -10px; }
  body .ui-tooltip.ui-widget-content.help-tooltip-content h4 {
    font-size: 10px;
    font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
    margin-top: 0; }

.label-add, .label-edit {
  display: none; }
  .label-add.sub-hd, .label-edit.sub-hd {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 10px;
    font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
    text-align: left;
    padding: 0px; }

.add .label-add, .edit .label-edit {
  display: block; }

#miniCartItems {
  background: #fff; }

#btnSubmitOrderMain {
  margin: 10px 0;
  display: none; }

.ui-dialog h1 {
  margin: 0px; }

.dialog-NATEstimatedSH {
  color: #666;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  .dialog-NATEstimatedSH .ui-widget-header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    height: 50px; }
  .dialog-NATEstimatedSH .ui-dialog-title {
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    padding-top: 10px; }
  .dialog-NATEstimatedSH .ui-dialog-content {
    padding: 20px;
    font-size: 14px; }
    .dialog-NATEstimatedSH .ui-dialog-content h1 {
      text-align: center;
      font-style: normal; }
  .dialog-NATEstimatedSH .ui-dialog-titlebar-close span.ui-button-text {
    display: none; }
  .dialog-NATEstimatedSH .ui-dialog-titlebar-close {
    top: 8px;
    right: 10px; }
  .dialog-NATEstimatedSH .ui-icon-closethick {
    background-image: url(../images/interface/icon-close.png); }

.dialog-product-terms {
  max-width: 900px;
  position: fixed;
  color: #666;
  background: #fff !important;
  border: 0px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  border-radius: 10px !important;
  padding: 0 !important; }
  .dialog-product-terms .ui-widget-header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    height: 50px; }
  .dialog-product-terms .ui-dialog-title {
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    padding-top: 10px; }
  .dialog-product-terms .dialogTax.hidden {
    display: block !important;
    visibility: visible !important; }
  .dialog-product-terms .ui-dialog-titlebar-close {
    top: 8px !important;
    right: 10px !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important; }
    .dialog-product-terms .ui-dialog-titlebar-close span.ui-button-text {
      display: none; }
    .dialog-product-terms .ui-dialog-titlebar-close:hover {
      border: 0;
      padding: 0; }
    .dialog-product-terms .ui-dialog-titlebar-close span {
      left: 0;
      top: 0; }
  .dialog-product-terms .ui-state-default {
    border: 0px !important;
    box-shadow: none !important; }
  .dialog-product-terms .ui-dialog-content {
    padding: 20px !important;
    font-size: 14px;
    color: #666;
    font-family: "museo-sans-300", Helvetica, Arial, sans-serif; }
    .dialog-product-terms .ui-dialog-content h1 {
      text-align: center;
      font-style: normal; }
  .dialog-product-terms .ui-widget-header .ui-icon-closethick {
    background-image: url(../images/interface/icon-close.png); }
  .dialog-product-terms .ui-dialog-buttonpane {
    border-top: 1px solid #eee; }
    .dialog-product-terms .ui-dialog-buttonpane button {
      background: #3276b1;
      color: #fff;
      border: 1px solid #285e8e; }
      .dialog-product-terms .ui-dialog-buttonpane button:hover {
        background: #2a6496;
        color: #fff;
        border: 1px solid #285e8e; }

#ShoppingCartPage .ui-widget-overlay {
  width: 100% !important; }

/* confirmation Page */
.sec-inner {
  padding: 25px 65px; }

.sec-confirmation {
  border-bottom: 1px solid #bdbdbd;
  padding: 20px 0; }
  .sec-confirmation h1 {
    text-transform: uppercase;
    font-size: 24px;
    font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
    color: #E81111; }
  .sec-confirmation h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
    color: #666;
    margin-bottom: 10px; }
  .sec-confirmation p {
    font-size: 18px;
    color: #333333;
    text-transform: none;
    font-family: "museo-sans-700", Helvetica, Arial, sans-serif; }
  .sec-confirmation .partner-info {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "museo-sans-500", Helvetica, Arial, sans-serif; }
    .sec-confirmation .partner-info span {
      display: inline-block; }
  .sec-confirmation span {
    display: block; }
    .sec-confirmation span.hd {
      margin-bottom: 5px; }
    .sec-confirmation span.order-number {
      font-size: 16px;
      font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
      color: #E81111; }
    .sec-confirmation span.email {
      font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
      margin-bottom: 10px; }
  .sec-confirmation .sec-order-number {
    margin-top: 15px; }
  .sec-confirmation span.icon-print {
    font-size: 20px;
    display: inline;
    text-decoration: none;
    padding-right: 5px;
    vertical-align: middle; }
  .sec-confirmation a.printable-receipt {
    text-transform: uppercase;
    color: #333333;
    text-decoration: underline; }
    .sec-confirmation a.printable-receipt:hover {
      color: #333333; }
  .sec-confirmation #digitalDownloads {
    margin-top: 10px; }
  .sec-confirmation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    color: #404041; }
    .sec-confirmation ul:first {
      margin-top: 0; }
    .sec-confirmation ul .item-name {
      font-size: 16px;
      font-family: "museo-sans-700", Helvetica, Arial, sans-serif; }
    .sec-confirmation ul .item-format {
      font-size: 14px;
      font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
      margin-top: 3px; }
    .sec-confirmation ul .item-num {
      font-size: 12px;
      color: #666;
      margin-top: 10px; }

.sec-keepShopping {
  padding-top: 25px; }
  .sec-keepShopping a#confirmation-keepshopping {
    letter-spacing: 2px;
    font-weight: 600; }

.sc-promo img {
  width: 100%; }

/* Ajax Cart Page */
#ShoppingCartPage {
  width: 100%; }
  #ShoppingCartPage #cartTotal .list-cart-total .help-question, #ShoppingCartPage #cartTotal .list-cart-total .help-tooltip {
    color: #999; }

/*AEM related override styles*/
.global-nav, .sch-global-menu-container .sch-global-menu, #aemTopNav .horizontalNav {
  max-width: 1400px; }

#aemTopNav .sch-global-menu-container .sch-global-menu {
  z-index: 13 !important; }

@media (max-width: 919px) {
  #collapseMobile.navbar-collapse {
    max-height: 100%;
    margin-top: 55px; } }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.copyright {
  background-color: transparent; }

#registration-screens #registration-close {
  padding: 0; }

#registration-screens #checkoutMsg {
  display: block !important; }

#registration-screens .form-element input[type=text], #registration-screens .form-element input[type=password] {
  height: auto; }

#registration-screens .heading a {
  font-family: "museo-sans-300", Helvetica, Arial, sans-serif; }

#miniCart .quntity-input {
  padding: 0; }

/* Cart Printable View */
body#Teacherstore {
  padding: 0;
  margin: 0;
  background: url(../images/printable/bg_tso_v2.jpg) repeat-x #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; }

#PrintableOrder {
  font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
  width: 643px;
  margin: 10px auto 0 auto;
  padding: 0; }
  #PrintableOrder .topBorder {
    width: 100%;
    height: 6px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: url(../images/printable/PrintableOrder_top.png) no-repeat; }
  #PrintableOrder .content-asset p {
    line-height: inherit;
    margin: inherit; }
  #PrintableOrder .botBorder {
    width: 100%;
    height: 7px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: url(../images/printable/PrintableOrder_bot.png) no-repeat; }
  #PrintableOrder .bodyWrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(../images/printable/PrintableOrder_body.png) repeat-y #ffffff; }
  #PrintableOrder .bodyContainer {
    width: 100%; }
    #PrintableOrder .bodyContainer .headerArea {
      width: 100%;
      position: relative; }
      #PrintableOrder .bodyContainer .headerArea .logoArea_partner {
        position: absolute;
        right: 10px;
        top: 10px; }
        #PrintableOrder .bodyContainer .headerArea .logoArea_partner img {
          max-width: 125px; }
        #PrintableOrder .bodyContainer .headerArea .logoArea_partner.print_quote_heading {
          font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
          font-size: 32px;
          line-height: 35px;
          max-width: 417px; }
      #PrintableOrder .bodyContainer .headerArea .logoArea {
        padding: 25px 10px; }
        #PrintableOrder .bodyContainer .headerArea .logoArea img {
          max-width: 125px; }
        #PrintableOrder .bodyContainer .headerArea .logoArea .rorPartnerLogo {
          font-size: 30px;
          font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
          font-weight: normal;
          color: #333333;
          text-align: center;
          margin: 0px; }
      #PrintableOrder .bodyContainer .headerArea h1 {
        color: #0A4B7D;
        font-weight: bold;
        font-size: 24px;
        position: absolute;
        left: 220px;
        top: 20px;
        padding: 0;
        margin: 0; }
  #PrintableOrder #PPOSteps {
    width: 100%;
    padding: 30px 0 0 0;
    margin: 0; }
    #PrintableOrder #PPOSteps table {
      width: 620px;
      margin: 0;
      padding: 0;
      border: none; }
      #PrintableOrder #PPOSteps table td {
        margin: 0;
        padding: 0;
        vertical-align: top; }
        #PrintableOrder #PPOSteps table td.heading {
          width: 89px; }
          #PrintableOrder #PPOSteps table td.heading span {
            color: #333333;
            width: 80px; }
        #PrintableOrder #PPOSteps table td.divider {
          width: 19px; }
        #PrintableOrder #PPOSteps table td.step1 {
          width: 81px; }
          #PrintableOrder #PPOSteps table td.step1 span {
            width: 70px; }
        #PrintableOrder #PPOSteps table td.step2 {
          width: 134px; }
          #PrintableOrder #PPOSteps table td.step2 span {
            width: 125px; }
        #PrintableOrder #PPOSteps table td.fax {
          width: 114px; }
          #PrintableOrder #PPOSteps table td.fax span {
            width: 100px; }
        #PrintableOrder #PPOSteps table td.mail {
          width: 126px; }
          #PrintableOrder #PPOSteps table td.mail span {
            width: 121px; }
        #PrintableOrder #PPOSteps table td span {
          display: block;
          color: #999999;
          font-size: 13px;
          margin: 0 0 0 5px;
          padding: 0; }
  #PrintableOrder .helpArea {
    font-size: 12px;
    text-align: left;
    background: #67bcff;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding-left: 30px; }
    #PrintableOrder .helpArea a {
      color: #FFFFFF;
      text-decoration: underline; }
  #PrintableOrder #TopOrderInfo {
    width: 100%;
    border: 0 none;
    margin: 0; }
    #PrintableOrder #TopOrderInfo div.infoRow:first-child {
      border: 0 none;
      height: 45px;
      line-height: 45px; }
    #PrintableOrder #TopOrderInfo div.infoRow {
      border: 0 none; }
    #PrintableOrder #TopOrderInfo div.infoRow div.dataContainer {
      width: 100%;
      margin: 0 auto 0 auto; }
    #PrintableOrder #TopOrderInfo .nameRow {
      font-size: 14px; }
    #PrintableOrder #TopOrderInfo .infoRow span.data {
      font-weight: bold; }
    #PrintableOrder #TopOrderInfo div.infoRow div.dataContainer table {
      padding: 0;
      margin: 0;
      border: none;
      width: 100%; }
    #PrintableOrder #TopOrderInfo div.infoRow div.dataContainer table tr:first-child td {
      padding-top: 0; }
  #PrintableOrder #BottomOrderInfo .itemsArea table tr th {
    text-transform: uppercase;
    color: #666;
    padding: 10px;
    font-size: 12px;
    border-bottom: 1px solid #DADADA;
    font-family: "museo-sans-100", Helvetica, Arial, sans-serif; }
  #PrintableOrder #BottomOrderInfo .right-column {
    background: #f5f5f5; }
  #PrintableOrder .estimated {
    padding: 10px 30px;
    color: #666; }
  #PrintableOrder .lpMessaging {
    color: #f29024;
    font-weight: bold;
    margin-top: 5px; }
  #PrintableOrder .order-item-free-shipping-label {
    color: #f29024;
    font-weight: bold;
    margin-top: 5px; }
  #PrintableOrder .row {
    margin: 0; }
  #PrintableOrder .promo-each {
    margin-top: 10px;
    height: 20px; }

#PrintableOrder #TopOrderInfo div.infoRow div.dataContainer table tr td {
  padding: 10px 0 0 0;
  margin: 0; }

#PrintableOrder #TopOrderInfo .shipping-billing-header {
  background: #f5f5f5; }

#PrintableOrder #TopOrderInfo .shipping-billing-header &gt; div:first-child {
  border-right: 1px solid #DADADA; }

#PrintableOrder #TopOrderInfo .shipping-billing-header &gt; div {
  padding: 0; }

#PrintableOrder #TopOrderInfo .shipping-billing-header h2 {
  padding-left: 30px;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px; }

#PrintableOrder #TopOrderInfo .shipping-billing-header td {
  padding: 0; }

#PrintableOrder #TopOrderInfo div.nameRow div.dataContainer,
#PrintableOrder #TopOrderInfo div.secondRow div.dataContainer {
  padding: 10px 30px; }

#PrintableOrder #TopOrderInfo div.nameRow div.dataContainer {
  position: relative; }

#PrintableOrder #TopOrderInfo div.secondRow div.dataContainer table tr td {
  color: #262626;
  font-size: 13px;
  vertical-align: top; }

#PrintableOrder #TopOrderInfo div.secondRow div.dataContainer table tr td.leftCol,
#PrintableOrder #TopOrderInfo div.secondRow div.dataContainer table tr td.rightCol {
  width: 297px; }

#PrintableOrder #TopOrderInfo div.secondRow div.dataContainer table tr td.leftCol {
  text-align: left; }

#PrintableOrder #TopOrderInfo div.nameRow div.dataContainer table tr td.rightCol,
#PrintableOrder #TopOrderInfo div.secondRow div.dataContainer table tr td.rightCol {
  text-align: right; }

#PrintableOrder #TopOrderInfo div.nameRow div.dataContainer .face-contract-id {
  text-align: right;
  font-weight: bold; }

#PrintableOrder #TopOrderInfo div.shippingBillingRow div.dataContainer table tr td {
  color: #666666;
  font-size: 12px;
  vertical-align: top; }

#PrintableOrder #TopOrderInfo div.shippingBillingRow div.dataContainer table tr td h2 {
  padding: 10px 0 0 0;
  margin: 0;
  color: #262626;
  font-size: 13px;
  font-weight: bold; }

#PrintableOrder #TopOrderInfo div.shippingBillingRow div.dataContainer table tr td .dataArea {
  width: 100%;
  padding: 10px 0 10px 0;
  margin: 0; }

#PrintableOrder #TopOrderInfo div.shippingBillingRow div.dataContainer table tr td.leftCol {
  width: 49.7%;
  border-right: 1px solid #dadada; }

#PrintableOrder #TopOrderInfo div.shippingBillingRow div.dataContainer table tr td.rightCol {
  width: 50%;
  padding-left: 10px; }

#PrintableOrder #TopOrderInfo div.shippingBillingRow div.dataContainer table tr td.leftCol,
#PrintableOrder #TopOrderInfo div.shippingBillingRow div.dataContainer table tr td.rightCol {
  text-align: left;
  padding: 10px 30px;
  font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
  color: #000;
  line-height: 16px; }

#PrintableOrder #BottomOrderInfo {
  width: 100%;
  margin: 0; }

#PrintableOrder #BottomOrderInfo h2 {
  color: #666666;
  background: #F5F5F5;
  font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 15px 30px;
  height: auto; }

#PrintableOrder #BottomOrderInfo .itemsArea {
  padding: 0; }

#PrintableOrder #BottomOrderInfo .itemsArea table {
  width: 100%;
  border: 0 none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #DADADA;
  border-bottom: 0 none; }

#PrintableOrder #BottomOrderInfo .itemsArea table th:first-child,
#PrintableOrder #BottomOrderInfo .itemsArea table td:first-child {
  border-left: none; }

#PrintableOrder #BottomOrderInfo .itemsArea table th {
  vertical-align: middle;
  text-align: center;
  color: #000;
  font-size: 12px;
  height: 30px;
  border-left: 1px solid #dadada; }

#PrintableOrder #BottomOrderInfo .itemsArea table td {
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  vertical-align: top;
  padding: 10px;
  text-align: center;
  font-size: 16px; }

#PrintableOrder #BottomOrderInfo .itemsArea table tr td:first-child {
  text-align: left; }

#PrintableOrder #BottomOrderInfo .itemsArea table .item {
  width: 120px; }

#PrintableOrder #BottomOrderInfo .itemsArea table th.description {
  width: 35%; }

#PrintableOrder #BottomOrderInfo .itemsArea table th.quantity {
  width: 15%; }

#PrintableOrder #BottomOrderInfo .itemsArea table th.listprice {
  width: 15%; }

#PrintableOrder #BottomOrderInfo .itemsArea table th.yourprice {
  width: 15%; }

#PrintableOrder #BottomOrderInfo .itemsArea table th.price {
  /*width: 20%;*/ }

#PrintableOrder #BottomOrderInfo .itemsArea table th.itemtotal {
  width: 20%; }

#PrintableOrder #BottomOrderInfo .itemsArea table td.item {
  text-align: center; }

#PrintableOrder #BottomOrderInfo .itemsArea table td span {
  display: block;
  padding: 10px 0 10px 0; }

#PrintableOrder #BottomOrderInfo .itemsArea table td.list-price span {
  color: #666; }

#PrintableOrder #BottomOrderInfo .itemsArea table td.strike-price span {
  text-decoration: line-through; }

#PrintableOrder #BottomOrderInfo .itemsArea table td span.salesDate {
  padding: 0; }

#PrintableOrder #BottomOrderInfo .itemsArea table td.description {
  text-align: left;
  padding: 15px 0 15px 30px; }

#PrintableOrder #BottomOrderInfo .itemsArea table td.description .SpecialSalesMessage {
  color: #cc0000; }

#PrintableOrder #BottomOrderInfo .itemsArea table td.description .dataContainer {
  width: 146px;
  margin: 0 auto 0 auto;
  padding: 10px 0 10px 0; }

#PrintableOrder #BottomOrderInfo .itemsArea table td.description .dataContainer h3 {
  color: #262626;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0; }

#PrintableOrder #BottomOrderInfo .itemsArea table td.description .dataContainer .dataLine {
  color: #666666;
  font-size: 11px; }

#PrintableOrder #BottomOrderInfo .itemsArea table td.description .product-title {
  font-size: 15px;
  color: #404041;
  font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 19px;
  text-decoration: none; }

#PrintableOrder #BottomOrderInfo .itemsArea table td.description .item-number,
#PrintableOrder #BottomOrderInfo .itemsArea table td.description .product-email {
  color: #666;
  font-size: 11px;
  margin-top: 5px; }
  #PrintableOrder #BottomOrderInfo .itemsArea table td.description .item-number a,
  #PrintableOrder #BottomOrderInfo .itemsArea table td.description .product-email a {
    color: #666;
    text-decoration: underline; }
    #PrintableOrder #BottomOrderInfo .itemsArea table td.description .item-number a:hover,
    #PrintableOrder #BottomOrderInfo .itemsArea table td.description .product-email a:hover {
      color: #666;
      text-decoration: underline; }

#PrintableOrder #BottomOrderInfo .itemsArea table td.description .item-number .product-type {
  color: #666;
  margin-top: 10px;
  margin-top: 5px; }

#PrintableOrder #BottomOrderInfo .itemsArea table td.quantity {
  text-align: center; }

#PrintableOrder #BottomOrderInfo .itemsArea table td.price,
#PrintableOrder #BottomOrderInfo .itemsArea table td.totalPrice {
  text-align: center; }

#PrintableOrder #BottomOrderInfo .itemsArea table td.price span {
  margin: 0 auto 0 auto; }

#PrintableOrder #BottomOrderInfo .itemsArea table td.totalPrice span {
  margin: 0 auto 0 auto; }

#PrintableOrder #BottomOrderInfo .itemizedTotalArea {
  margin: 0;
  padding: 0; }

#BonusBooksAmtSummaryDisplayContainer {
  float: left;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 20px; }

#PrintableOrder #BottomOrderInfo .itemizedTotalArea table {
  padding: 0;
  margin: 0; }

#PrintableOrder #BottomOrderInfo .itemizedTotalArea table td {
  height: 39px;
  vertical-align: middle; }

#PrintableOrder #BottomOrderInfo .itemizedTotalArea table td.hd {
  width: 180px; }

#PrintableOrder #BottomOrderInfo .itemizedTotalArea table .label {
  width: 184px;
  text-align: right; }

#PrintableOrder #BottomOrderInfo .itemizedTotalArea table .price {
  /*    text-align: left;
	width: 119px*/ }

#PrintableOrder #BottomOrderInfo .itemizedTotalArea table td.hd div.label-copy {
  display: block !important;
  width: 274px !important;
  color: #72430a;
  font-size: 14px;
  float: left; }

#PrintableOrder #BottomOrderInfo .itemizedTotalArea table td.price div.price-data {
  display: block;
  width: 100px;
  color: #666666;
  font-size: 14px;
  margin-left: 43px; }

#PrintableOrder #BottomOrderInfo .itemizedTotalArea table tr.totalRow td.hd div.label-copy,
#PrintableOrder #BottomOrderInfo .itemizedTotalArea table tr.totalRow td.price div.price-data {
  color: #0A4B7D;
  font-weight: bold; }

#PrintableOrder .bottomCopy {
  margin: 0;
  padding: 30px; }
  #PrintableOrder .bottomCopy a {
    color: #666666;
    text-decoration: underline; }
    #PrintableOrder .bottomCopy a:hover {
      color: #666666; }

#PrintableOrder .bottomCopy h2 {
  color: #666;
  font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  height: auto; }

#PrintableOrder .bottomCopy p {
  padding: 8px 0 0 0;
  margin: 0;
  color: #666666;
  font-size: 12px; }

#PrintableOrder .itemizedTotalArea tr.tax-item-row div.copy-container {
  width: 196px;
  float: left;
  font-size: 10px;
  text-align: left;
  padding: 3px 0 3px 5px;
  line-height: 1.2em; }

#PrintableOrder .itemizedTotalArea tr.tax-item-row div.label-container {
  width: 30px;
  float: right;
  height: 32px;
  margin-right: 12px;
  padding: 15px 0 0 0; }

#PrintableOrder #BottomOrderInfo .itemizedTotalArea table tr.tax-item-row td.hd {
  height: 32px; }

#PrintableOrder #BottomOrderInfo .itemizedTotalArea table tr.tax-item-row td.hd div.label-copy {
  width: 30px !important;
  margin: 0; }

#OrderSummaryDisplayContainer {
  padding: 15px 15px 15px 0;
  background: #f5f5f5; }

#OrderSummaryDisplay .lowinventory-msg {
  color: #E81111; }

#OrderSummaryDisplay table {
  border: 0 none;
  border-collapse: collapse;
  text-align: right; }

#OrderSummaryDisplay table td {
  padding: 10px;
  border: 0 none;
  text-align: left; }

#OrderSummaryDisplay table tr {
  border: 0 none; }

#OrderSummaryDisplay table tr:first-child {
  border: 0 none; }

#OrderSummaryDisplay td.hd {
  color: #666;
  font-weight: 100;
  font-family: "museo-sans-100", Helvetica, Arial, sans-serif; }

#Order-Total-Container table {
  border: 0px; }

#Order-Total-Container table td {
  border: 0px; }

#OrderSummaryDisplay table .order-total td.price {
  color: #B90000; }

#OrderSummaryDisplay table td.price {
  font-size: 16px;
  font-weight: bold; }

#OrderSummaryDisplay table td.hd {
  width: 161px;
  white-space: nowrap; }

#PromotionsDisplay {
  border: 1px solid #dadada;
  padding: 10px;
  margin-top: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #efefef; }
  @media screen and (max-width: 780px) {
    #PromotionsDisplay {
      padding-left: 0; } }

#PrintableOrder #PromotionsDisplay {
  width: 230px;
  position: absolute;
  margin-left: 20px; }

#PrintableOrder .price {
  width: 125px;
  margin-top: 0; }

#PromotionsDisplay h2#promotions-title {
  color: #0A4B7D;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-family: "museo-sans-100", Helvetica, Arial, sans-serif; }

#PromotionsDisplay .promos-list {
  color: #000;
  font-size: 14px;
  font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important; }

#PromotionsDisplay .promo-each {
  height: auto !important; }

#PromotionsDisplay .promo-item {
  padding: 0; }

#PromotionsDisplay h3 {
  margin-top: 0; }

#PromotionsDisplay ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#PromotionsDisplay ul li {
  margin-top: 5px; }

#PromotionsDisplay ul li:first-child {
  margin-top: 0px; }

#TopOrderInfo .infoRow td {
  padding-left: 30px;
  font-size: 14px; }

#TopOrderInfo .infoRow td label {
  color: #666;
  display: inline-block; }

@media (max-width: 719px) {
  #aemTopBanner {
    min-height: 80px; } }

.category-page-wrapper .category-page-banner.pageBanners .teacherNavBanner .welcomeBannerText h1 {
  -webkit-transform: translate(50%, 50%); }

@media (max-width: 919px) {
  #aemTopBanner .category-page-banner.pageBanners .teacherNavBanner {
    margin-top: 0px; } }

.strike-price {
  text-decoration: line-through; }

/* webchat */
#webChatIframeContainer {
  position: fixed;
  right: 0;
  bottom: 50%;
  background: #4d6175;
  display: none;
  z-index: 1000; }
  #webChatIframeContainer .webchatHolder {
    line-height: 12px;
    border: none;
    display: inline-block;
    position: absolute;
    right: 217px;
    top: 32px; }
  #webChatIframeContainer .vertical-text {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
  #webChatIframeContainer #webChatIframe {
    display: inline-block;
    position: absolute;
    right: 0; }

#ma_wrapper {
  overflow: visible !important; }
  #ma_wrapper .my-scholastic-close-btn {
    position: absolute;
    left: 15px;
    top: 15px;
    cursor: pointer; }
  @media (max-width: 719px) {
    #ma_wrapper {
      width: 100% !important;
      margin-left: 0 !important;
      left: 0 !important; } }
  @media (max-width: 719px) {
    #ma_wrapper #GB_frame {
      width: 100% !important; } }

/* error page */
.error-page-message {
  text-align: center;
  font-size: 20px;
  padding-top: 45px; }
  .error-page-message h1 {
    font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 40px; }
  .error-page-message p {
    margin-top: 0px;
    margin-bottom: 35px; }
  .error-page-message a {
    text-decoration: underline;
    font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
    color: #333; }
    .error-page-message a:hover {
      text-decoration: underline; }

.dialog-myscholastic {
  max-width: 459px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
  .dialog-myscholastic .ui-dialog-titlebar-close {
    right: 10px;
    top: 10px; }
  .dialog-myscholastic .ui-icon-closethick {
    background-image: url(../images/interface/icon-close.png); }
  .dialog-myscholastic .ui-widget-header {
    height: auto;
    padding-top: 40px;
    text-transform: none;
    background-color: none;
    padding-bottom: 0px;
    background-color: #fff; }
  .dialog-myscholastic .ui-dialog-title {
    color: #333333;
    font-size: 20px;
    ling-height: 25px;
    font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
    width: 100%; }
  .dialog-myscholastic .loadingDiv {
    min-height: auto; }
    .dialog-myscholastic .loadingDiv .gly-spin {
      top: 45%;
      font-size: 32px; }
  .dialog-myscholastic #dialog-container {
    padding: 16px 40px 40px 40px; }
    .dialog-myscholastic #dialog-container p {
      font-size: 15px;
      font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
      color: #7f7f77;
      margin-bottom: 20px; }
      .dialog-myscholastic #dialog-container p.steps {
        color: #333333;
        font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
        margin-bottom: 7px; }
    .dialog-myscholastic #dialog-container #linkMyScholastic {
      margin-bottom: 16px; }
    .dialog-myscholastic #dialog-container a.btn-red {
      width: 213px;
      color: #fff;
      font-size: 11px;
      height: 40px;
      line-height: 40px;
      padding: 0;
      font-family: "museo-sans-700", Helvetica, Arial, sans-serif; }
      .dialog-myscholastic #dialog-container a.btn-red:focus, .dialog-myscholastic #dialog-container a.btn-red:active {
        text-decoration: none; }
      .dialog-myscholastic #dialog-container a.btn-red.disabled {
        opacity: 0.25;
        background-color: #E81111;
        cursor: default; }

.error-page-footer {
  background: #2ba0ff;
  padding: 24px 0 18px; }
  .error-page-footer .copyright {
    font-size: 14px;
    font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
    padding: 10px 0;
    padding-bottom: 40px;
    color: #333333; }
  .error-page-footer a.privacy {
    color: #e82028;
    font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline; }
  .error-page-footer a.terms {
    color: #333;
    font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline; }
  .error-page-footer div.terms {
    text-align: center; }
  .error-page-footer ul.list-terms {
    margin: 0 0 6px 0; }
  .error-page-footer ul.list-terms li {
    display: inline-block; }
  .error-page-footer ul.list-terms li a {
    padding: 0 20px; }

.aem-rec-sec {
  position: relative; }
  .aem-rec-sec .section {
    padding: 25px 0; }

#aemRecConfirmation {
  margin: 0 40px; }

.productPageCarousel .column .columnContent .product-card-img {
  min-height: 180px; }

.productPageCarouselCO {
  visibility: hidden; }

.sec-hd-shiptext {
  font-size: 14px;
  padding-top: 10px;
  font-weight: bold; }

#PrintQuote {
  width: 100%;
  max-width: 1000px;
  font-size: 13px;
  font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333333;
  margin: 30px auto;
  position: relative; }
  #PrintQuote a {
    font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #116eee; }
  #PrintQuote .partner-info {
    font-weight: bold;
    padding-bottom: 20px; }
  #PrintQuote .bodyContainer {
    padding: 0 10px; }
  #PrintQuote .headerArea {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 20px; }
    @media print {
      #PrintQuote .headerArea {
        border-bottom: 2px solid #d7d7d7; } }
    @media screen and (min-width: 780px) {
      #PrintQuote .headerArea {
        padding: 0px; } }
  #PrintQuote .logoArea_partner {
    margin-top: 22px; }
    #PrintQuote .logoArea_partner img {
      max-width: 125px; }
    #PrintQuote .logoArea_partner.print_quote_heading {
      font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
      font-size: 32px;
      line-height: 35px;
      max-width: 417px;
      min-height: 70px;
      display: flex;
      align-items: center; }
      @media print {
        #PrintQuote .logoArea_partner.print_quote_heading {
          min-height: auto; } }
      @media screen and (max-width: 780px) {
        #PrintQuote .logoArea_partner.print_quote_heading {
          min-height: auto; } }
  #PrintQuote .header-disclaimer {
    position: relative;
    font-size: 11px;
    padding: 20px 0px 0px; }
    #PrintQuote .header-disclaimer .print-quote-heading-disclaimer, #PrintQuote .header-disclaimer .print-quote-heading-expired-disclaimer {
      line-height: 12px;
      margin-top: 0;
      max-width: 330px;
      display: inline-block;
      position: relative; }
      @media screen and (min-width: 780px) {
        #PrintQuote .header-disclaimer .print-quote-heading-disclaimer, #PrintQuote .header-disclaimer .print-quote-heading-expired-disclaimer {
          top: -16px; } }
    @media screen and (min-width: 780px) {
      #PrintQuote .header-disclaimer {
        text-align: right;
        padding: 0px; } }
    #PrintQuote .header-disclaimer.teacher-store .print-quote-heading-disclaimer, #PrintQuote .header-disclaimer.teacher-store .print-quote-heading-expired-disclaimer {
      top: 0; }
      @media screen and (min-width: 780px) {
        #PrintQuote .header-disclaimer.teacher-store .print-quote-heading-disclaimer, #PrintQuote .header-disclaimer.teacher-store .print-quote-heading-expired-disclaimer {
          top: -30px; } }
    #PrintQuote .header-disclaimer.partner-store .print-quote-heading-disclaimer, #PrintQuote .header-disclaimer.partner-store .print-quote-heading-expired-disclaimer {
      top: 0; }
      @media screen and (min-width: 780px) {
        #PrintQuote .header-disclaimer.partner-store .print-quote-heading-disclaimer, #PrintQuote .header-disclaimer.partner-store .print-quote-heading-expired-disclaimer {
          top: -25px; } }
  #PrintQuote .manage-quotes {
    padding-top: 10px; }
    #PrintQuote .manage-quotes .edit-quotes {
      display: inline-block;
      padding-right: 10px; }
    #PrintQuote .manage-quotes .view-quotes {
      display: inline-block;
      padding-left: 14px;
      border-left: 1px solid #d7d7d7;
      line-height: 14px; }
    @media print {
      #PrintQuote .manage-quotes {
        display: none; } }
  #PrintQuote .quoteTopInfo {
    padding-bottom: 20px; }
    #PrintQuote .quoteTopInfo div {
      padding-bottom: 5px; }
  #PrintQuote .topLinks {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 20px;
    padding-left: 20px;
    font-size: 14px;
    text-align: right; }
    @media screen and (min-width: 780px) {
      #PrintQuote .topLinks.teacher-store {
        top: 20px; } }
    #PrintQuote .topLinks a {
      padding: 0 7px; }
      #PrintQuote .topLinks a div {
        display: inline-block;
        vertical-align: top;
        padding-right: 3px; }
    #PrintQuote .topLinks label {
      font-size: 12px;
      font-weight: bold; }
    #PrintQuote .topLinks .top-links-subdiv {
      padding: 10px 0; }
      #PrintQuote .topLinks .top-links-subdiv .email-dropdown-link {
        display: inline-block; }
        #PrintQuote .topLinks .top-links-subdiv .email-dropdown-link .email-dropdown-form {
          padding: 20px 30px;
          width: 450px;
          margin-right: -50px;
          margin-top: 20px;
          text-align: left;
          color: #333333;
          border-radius: 8px;
          -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.28);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.28); }
          @media screen and (max-width: 480px) {
            #PrintQuote .topLinks .top-links-subdiv .email-dropdown-link .email-dropdown-form {
              width: 100vw; } }
          #PrintQuote .topLinks .top-links-subdiv .email-dropdown-link .email-dropdown-form:after, #PrintQuote .topLinks .top-links-subdiv .email-dropdown-link .email-dropdown-form:before {
            bottom: 100%;
            right: 56px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          #PrintQuote .topLinks .top-links-subdiv .email-dropdown-link .email-dropdown-form:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #ffffff;
            border-width: 10px;
            right: 57px;
            background-clip: padding-box; }
          #PrintQuote .topLinks .top-links-subdiv .email-dropdown-link .email-dropdown-form:before {
            border-color: rgba(184, 184, 184, 0);
            border-bottom-color: #ccc;
            border-width: 11px;
            background-clip: padding-box; }
          #PrintQuote .topLinks .top-links-subdiv .email-dropdown-link .email-dropdown-form .printquote-email-header {
            padding-bottom: 20px; }
            #PrintQuote .topLinks .top-links-subdiv .email-dropdown-link .email-dropdown-form .printquote-email-header h1 {
              font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
              font-size: 13px;
              letter-spacing: 2px;
              padding-left: 15px; }
            #PrintQuote .topLinks .top-links-subdiv .email-dropdown-link .email-dropdown-form .printquote-email-header .printquote-email-close-btn {
              margin-top: -5px; }
          #PrintQuote .topLinks .top-links-subdiv .email-dropdown-link .email-dropdown-form .printquote-email-formfields {
            padding: 5px 0; }
            #PrintQuote .topLinks .top-links-subdiv .email-dropdown-link .email-dropdown-form .printquote-email-formfields .printquote-email-privacylink {
              padding-bottom: 15px; }
              #PrintQuote .topLinks .top-links-subdiv .email-dropdown-link .email-dropdown-form .printquote-email-formfields .printquote-email-privacylink a {
                font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
                font-size: 14px; }
          #PrintQuote .topLinks .top-links-subdiv .email-dropdown-link .email-dropdown-form input {
            height: 40px;
            padding: 0 15px; }
          #PrintQuote .topLinks .top-links-subdiv .email-dropdown-link .email-dropdown-form textarea {
            border: 1px solid #aaa;
            height: 100px;
            padding: 15px; }
      #PrintQuote .topLinks .top-links-subdiv.print-share-delete {
        position: absolute;
        right: 0;
        top: 0; }
        #PrintQuote .topLinks .top-links-subdiv.print-share-delete a img {
          width: 20px; }
        @media screen and (min-width: 780px) {
          #PrintQuote .topLinks .top-links-subdiv.print-share-delete {
            position: relative; } }
    @media screen and (max-width: 780px) {
      #PrintQuote .topLinks {
        position: relative;
        text-align: left;
        padding-left: 0px; } }
  #PrintQuote .quote-validity {
    margin-top: 30px;
    margin-bottom: 40px;
    color: #666666; }
    @media print {
      #PrintQuote .quote-validity {
        margin-top: 20px;
        margin-bottom: 20px; } }
  #PrintQuote .dynamicPrintableContent {
    position: relative; }
    #PrintQuote .dynamicPrintableContent .order-quote, #PrintQuote .dynamicPrintableContent .backorder-ctas {
      padding-bottom: 20px;
      position: relative; }
      @media screen and (min-width: 780px) {
        #PrintQuote .dynamicPrintableContent .order-quote, #PrintQuote .dynamicPrintableContent .backorder-ctas {
          position: absolute;
          right: 0;
          top: 0; } }
      #PrintQuote .dynamicPrintableContent .order-quote a, #PrintQuote .dynamicPrintableContent .backorder-ctas a {
        text-align: center;
        height: 40px;
        line-height: 40px;
        padding: 0px 26px; }
        #PrintQuote .dynamicPrintableContent .order-quote a:hover, #PrintQuote .dynamicPrintableContent .backorder-ctas a:hover {
          text-decoration: none; }
      @media print {
        #PrintQuote .dynamicPrintableContent .order-quote, #PrintQuote .dynamicPrintableContent .backorder-ctas {
          display: none; } }
    #PrintQuote .dynamicPrintableContent .order-quote a {
      color: #fff; }
    #PrintQuote .dynamicPrintableContent .backorder-ctas .available-items-cta {
      margin-top: 16px; }
    #PrintQuote .dynamicPrintableContent .backorder-ctas a {
      color: #E81111;
      font-size: 11px;
      font-weight: 600px; }
      @media screen and (min-width: 1023px) {
        #PrintQuote .dynamicPrintableContent .backorder-ctas a {
          padding: 0px 40px; } }
  #PrintQuote .itemsArea {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 20px; }
    #PrintQuote .itemsArea tr {
      border-top: 1px solid #d7d7d7; }
      #PrintQuote .itemsArea tr .productImage.heading {
        visibility: hidden; }
      #PrintQuote .itemsArea tr:first-child {
        border-top: 0px; }
        @media print {
          #PrintQuote .itemsArea tr:first-child {
            border-top: 0px; } }
      #PrintQuote .itemsArea tr:nth-child(2) {
        border-top: 1px solid #d7d7d7; }
        @media print {
          #PrintQuote .itemsArea tr:nth-child(2) {
            border-top: 2px solid #d7d7d7; } }
      @media print {
        #PrintQuote .itemsArea tr {
          border-top: 2px solid #d7d7d7;
          min-height: 120px; } }
      #PrintQuote .itemsArea tr.outofstock td:not(.itemtotal) {
        opacity: .3; }
      #PrintQuote .itemsArea tr.outofstock .itemtotal span:not(.outofstock-msg) {
        opacity: .3; }
      #PrintQuote .itemsArea tr.outofstock .itemtotal .outofstock-msg {
        color: #E81111; }
    #PrintQuote .itemsArea .lowinventory-msg {
      color: #E81111; }
    #PrintQuote .itemsArea .outofstock .productImage,
    #PrintQuote .itemsArea .outofstock .product-title,
    #PrintQuote .itemsArea .outofstock .item-number {
      opacity: .3; }
    #PrintQuote .itemsArea .outofstock .quote-details &gt; ul, #PrintQuote .itemsArea .outofstock .quote-details &gt; div:not(.itemtotal) {
      opacity: .3; }
    #PrintQuote .itemsArea .outofstock .itemtotal span:not(.outofstock-msg) {
      opacity: .3; }
    #PrintQuote .itemsArea .outofstock .itemtotal .outofstock-msg {
      color: #E81111; }
    #PrintQuote .itemsArea th {
      font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
      font-size: 11px;
      padding-bottom: 10px; }
      #PrintQuote .itemsArea th.quantity {
        padding-left: 20px; }
    #PrintQuote .itemsArea td {
      padding: 20px 0px;
      vertical-align: top;
      font-size: 14px; }
      #PrintQuote .itemsArea td.yourprice, #PrintQuote .itemsArea td.itemtotal, #PrintQuote .itemsArea td.quantity, #PrintQuote .itemsArea td.unavailable {
        padding: 20px 0px 20px 20px; }
      #PrintQuote .itemsArea td.productImage .unavailable-img-overlay {
        width: 70px;
        height: 70px;
        background-color: #d7d7d7; }
      #PrintQuote .itemsArea td.productImage img {
        max-width: 70px; }
      @media print {
        #PrintQuote .itemsArea td.productImage {
          max-width: 90px;
          padding-right: 20px; }
          #PrintQuote .itemsArea td.productImage img {
            max-width: 60px; } }
      #PrintQuote .itemsArea td .product-attribute {
        font-size: 11px; }
        #PrintQuote .itemsArea td .product-attribute ul {
          padding: 0;
          margin: 0; }
          #PrintQuote .itemsArea td .product-attribute ul li {
            list-style: none; }
      #PrintQuote .itemsArea td.description {
        max-width: 340px; }
        #PrintQuote .itemsArea td.description .product-attribute.product-title {
          font-size: 16px;
          margin-bottom: 6px;
          padding-right: 20px; }
        #PrintQuote .itemsArea td.description .product-attribute.item-number, #PrintQuote .itemsArea td.description .product-attribute.item-number {
          font-size: 13px;
          margin-bottom: 6px; }
        @media print {
          #PrintQuote .itemsArea td.description {
            max-width: 250px; } }
    @media print {
      #PrintQuote .itemsArea {
        border-bottom: 2px solid #d7d7d7; } }
    #PrintQuote .itemsArea.desktop-version {
      display: none; }
      @media screen and (min-width: 780px) {
        #PrintQuote .itemsArea.desktop-version {
          display: block; } }
      @media print {
        #PrintQuote .itemsArea.desktop-version {
          display: block; } }
    #PrintQuote .itemsArea.mobile-version {
      display: block; }
      #PrintQuote .itemsArea.mobile-version .product-details-row {
        padding: 15px 0px;
        margin: 0;
        border-bottom: 1px solid #d7d7d7; }
      @media screen and (min-width: 780px) {
        #PrintQuote .itemsArea.mobile-version {
          display: none; } }
      @media print {
        #PrintQuote .itemsArea.mobile-version {
          display: none; } }
      #PrintQuote .itemsArea.mobile-version .product-details {
        padding-left: 20px;
        font-size: 13px;
        line-height: 15px; }
        #PrintQuote .itemsArea.mobile-version .product-details .product-title {
          font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
          font-size: 16px;
          line-height: 19px;
          font-weight: bold;
          margin-top: 0;
          padding-right: 50px; }
        #PrintQuote .itemsArea.mobile-version .product-details div {
          margin: 5px 0px;
          font-family: "museo-sans-400", Helvetica, Arial, sans-serif; }
      #PrintQuote .itemsArea.mobile-version .productImage {
        padding-left: 20px;
        width: 90px;
        max-width: 90px; }
        #PrintQuote .itemsArea.mobile-version .productImage img {
          max-width: 100%; }
        #PrintQuote .itemsArea.mobile-version .productImage .unavailable-img-overlay {
          width: 100%;
          height: 70px;
          background-color: #d7d7d7; }
  #PrintQuote .text-area label {
    font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
    padding-bottom: 12px; }
  #PrintQuote .text-area .row {
    margin-left: 0px;
    margin-right: 0px; }
  #PrintQuote .text-area .address-columns .print-quote-shipping div, #PrintQuote .text-area .address-columns .print-quote-billing div {
    padding: 3px;
    color: #666666;
    text-transform: uppercase; }
  #PrintQuote .text-area .address-columns .edit-link {
    padding: 3px;
    height: auto;
    padding-top: 12px;
    margin-left: -3px;
    display: inline-block; }
    #PrintQuote .text-area .address-columns .edit-link div {
      height: 22px;
      display: inline-block;
      padding-right: 3px;
      vertical-align: middle;
      margin-bottom: -4px; }
    @media print {
      #PrintQuote .text-area .address-columns .edit-link {
        display: none; } }
  #PrintQuote .text-area .address-columns.shipping {
    border-right: 1px solid #d7d7d7; }
    @media print {
      #PrintQuote .text-area .address-columns.shipping {
        border-right: 2px solid #d7d7d7; } }
    @media screen and (max-width: 780px) {
      #PrintQuote .text-area .address-columns.shipping {
        border-right: none;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 0px;
        padding-bottom: 50px;
        border-bottom: 1px solid #d7d7d7; } }
  #PrintQuote .text-area .address-columns.billing {
    padding-left: 50px; }
    @media screen and (max-width: 780px) {
      #PrintQuote .text-area .address-columns.billing {
        padding-top: 50px;
        padding-left: 20px; } }
    @media print {
      #PrintQuote .text-area .address-columns.billing {
        padding-left: 50px; } }
  @media print {
    #PrintQuote .text-area .address-columns {
      width: 320px;
      max-width: 350px;
      display: inline-block; } }
  #PrintQuote #OrderSummaryDisplayContainer {
    padding: 0px;
    background: none;
    margin: 0px; }
    @media print {
      #PrintQuote #OrderSummaryDisplayContainer {
        break-inside: avoid; } }
  #PrintQuote #OrderSummaryDisplay ul {
    list-style: none;
    margin-right: 0;
    margin-left: auto;
    padding: 0;
    display: table; }
    #PrintQuote #OrderSummaryDisplay ul li:not(.summary-payment-method) {
      line-height: 30px;
      font-size: 12px;
      text-align: right;
      display: table-row; }
      #PrintQuote #OrderSummaryDisplay ul li:not(.summary-payment-method) .summary-label {
        font-size: 13px;
        padding-right: 50px;
        display: table-cell; }
        @media screen and (max-width: 780px) {
          #PrintQuote #OrderSummaryDisplay ul li:not(.summary-payment-method) .summary-label {
            display: inline;
            padding-right: 10px; } }
      #PrintQuote #OrderSummaryDisplay ul li:not(.summary-payment-method) .summary-amt {
        font-size: 14px;
        display: table-cell; }
        @media screen and (max-width: 780px) {
          #PrintQuote #OrderSummaryDisplay ul li:not(.summary-payment-method) .summary-amt {
            display: inline-block; } }
      #PrintQuote #OrderSummaryDisplay ul li:not(.summary-payment-method):last-of-type {
        font-family: "museo-sans-700", Helvetica, Arial, sans-serif; }
      @media screen and (max-width: 780px) {
        #PrintQuote #OrderSummaryDisplay ul li:not(.summary-payment-method) {
          text-align: left; } }
    @media screen and (max-width: 780px) {
      #PrintQuote #OrderSummaryDisplay ul {
        margin-right: auto;
        margin-left: 0px; } }
  #PrintQuote #PromotionsDisplay {
    border: none;
    background: none;
    margin-top: 0; }
    #PrintQuote #PromotionsDisplay h2#promotions-title {
      font-family: arial;
      height: auto;
      color: #000;
      font-size: 14px;
      margin-bottom: 10px; }
  #PrintQuote .bottomCopy {
    margin-top: 60px;
    font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
    font-size: 13px; }
    #PrintQuote .bottomCopy p {
      margin: 0 0 20px; }
    #PrintQuote .bottomCopy b {
      font-family: "museo-sans-700", Helvetica, Arial, sans-serif; }
    @media print {
      #PrintQuote .bottomCopy {
        break-inside: avoid; } }
  #PrintQuote .listprice, #PrintQuote .yourprice, #PrintQuote .itemtotal, #PrintQuote .unavailable {
    text-align: right; }
    @media screen and (max-width: 780px) {
      #PrintQuote .listprice, #PrintQuote .yourprice, #PrintQuote .itemtotal, #PrintQuote .unavailable {
        text-align: left; } }
  #PrintQuote .quantity {
    text-align: center; }
    @media screen and (max-width: 780px) {
      #PrintQuote .quantity {
        text-align: left; } }
  #PrintQuote .shipping-billing-area {
    padding-bottom: 50px;
    border-bottom: 1px solid #d7d7d7; }
    #PrintQuote .shipping-billing-area textarea {
      overflow: hidden;
      color: #999; }
    @media print {
      #PrintQuote .shipping-billing-area {
        padding-bottom: 20px;
        border-bottom: 2px solid #d7d7d7; } }
    #PrintQuote .shipping-billing-area.backorder-quote {
      padding-top: 54px; }
      @media print {
        #PrintQuote .shipping-billing-area.backorder-quote {
          padding-top: 10px; } }

#editBillingQuote__modal .modal-dialog, #editShippingQuote__modal .modal-dialog {
  color: #333333; }
  @media screen and (min-width: 720px) {
    #editBillingQuote__modal .modal-dialog, #editShippingQuote__modal .modal-dialog {
      min-width: calc(100% - 20px); } }
  @media screen and (min-width: 920px) {
    #editBillingQuote__modal .modal-dialog, #editShippingQuote__modal .modal-dialog {
      min-width: unset;
      width: 900px; } }
  #editBillingQuote__modal .modal-dialog .modal-content, #editShippingQuote__modal .modal-dialog .modal-content {
    padding: 20px; }
    #editBillingQuote__modal .modal-dialog .modal-content .modal-header, #editShippingQuote__modal .modal-dialog .modal-content .modal-header {
      border: none; }
      #editBillingQuote__modal .modal-dialog .modal-content .modal-header h1, #editShippingQuote__modal .modal-dialog .modal-content .modal-header h1 {
        text-align: center;
        font-size: 24px;
        font-family: "museo-sans-500", Helvetica, Arial, sans-serif; }
        #editBillingQuote__modal .modal-dialog .modal-content .modal-header h1 span, #editShippingQuote__modal .modal-dialog .modal-content .modal-header h1 span {
          display: inline-block;
          max-width: 500px; }
      #editBillingQuote__modal .modal-dialog .modal-content .modal-header .header-sub-txt, #editShippingQuote__modal .modal-dialog .modal-content .modal-header .header-sub-txt {
        font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
        font-size: 14px;
        text-align: center;
        padding-top: 20px; }
      #editBillingQuote__modal .modal-dialog .modal-content .modal-header .close-printquote-edit-modal, #editShippingQuote__modal .modal-dialog .modal-content .modal-header .close-printquote-edit-modal {
        position: absolute;
        top: 25px;
        right: 25px; }
        #editBillingQuote__modal .modal-dialog .modal-content .modal-header .close-printquote-edit-modal:focus, #editShippingQuote__modal .modal-dialog .modal-content .modal-header .close-printquote-edit-modal:focus {
          outline: none; }
    #editBillingQuote__modal .modal-dialog .modal-content .modal-body .address-sections, #editShippingQuote__modal .modal-dialog .modal-content .modal-body .address-sections {
      padding-bottom: 30px; }
      #editBillingQuote__modal .modal-dialog .modal-content .modal-body .address-sections .address-sections-header, #editShippingQuote__modal .modal-dialog .modal-content .modal-body .address-sections .address-sections-header {
        font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
        font-size: 14px;
        padding: 0 0 20px 5px;
        letter-spacing: 1px; }
      #editBillingQuote__modal .modal-dialog .modal-content .modal-body .address-sections .row, #editShippingQuote__modal .modal-dialog .modal-content .modal-body .address-sections .row {
        padding: 5px; }
        #editBillingQuote__modal .modal-dialog .modal-content .modal-body .address-sections .row.state-zip, #editShippingQuote__modal .modal-dialog .modal-content .modal-body .address-sections .row.state-zip {
          padding: 0; }
      #editBillingQuote__modal .modal-dialog .modal-content .modal-body .address-sections label, #editShippingQuote__modal .modal-dialog .modal-content .modal-body .address-sections label {
        margin-bottom: 10px; }
      #editBillingQuote__modal .modal-dialog .modal-content .modal-body .address-sections input, #editShippingQuote__modal .modal-dialog .modal-content .modal-body .address-sections input {
        height: 40px; }
      #editBillingQuote__modal .modal-dialog .modal-content .modal-body .address-sections select, #editShippingQuote__modal .modal-dialog .modal-content .modal-body .address-sections select {
        height: 40px;
        font-size: 16px;
        line-height: 1.2;
        border: 1px solid #aaa;
        border-radius: 5px;
        padding: 10px;
        outline: none; }
        #editBillingQuote__modal .modal-dialog .modal-content .modal-body .address-sections select:focus, #editShippingQuote__modal .modal-dialog .modal-content .modal-body .address-sections select:focus {
          border-color: #66afe9;
          outline: 0;
          -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
    #editBillingQuote__modal .modal-dialog .modal-content .modal-body .address-sections-btns .col, #editShippingQuote__modal .modal-dialog .modal-content .modal-body .address-sections-btns .col {
      display: inline-block;
      padding: 20px 20px 0 20px; }

.btn-red-new {
  width: 150px;
  height: 40px;
  text-transform: uppercase;
  font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 40px;
  font-weight: 400;
  padding: 0;
  border-radius: 20px;
  border: 0;
  background-color: #e81111;
  color: #FFFFFF;
  letter-spacing: 2px;
  cursor: pointer; }
  .btn-red-new.btn-outline, .btn-red-new.btn-outline:hover {
    background: #FFFFFF;
    color: #e81111;
    border: 1px solid #e81111; }
  .btn-red-new:hover {
    background-color: #e81111;
    border: 0;
    color: #FFFFFF; }

#modalQuoteTerms .modal-dialog .modal-content .modal-header, #modalTempEditDisclaimer .modal-dialog .modal-content .modal-header {
  border: none;
  text-align: center; }
  #modalQuoteTerms .modal-dialog .modal-content .modal-header div, #modalTempEditDisclaimer .modal-dialog .modal-content .modal-header div {
    display: inline-block;
    margin-right: -40px;
    padding-top: 20px; }
    #modalQuoteTerms .modal-dialog .modal-content .modal-header div.disclaimer-modal-logo-scholastic, #modalTempEditDisclaimer .modal-dialog .modal-content .modal-header div.disclaimer-modal-logo-scholastic {
      margin-right: -10px; }
  #modalQuoteTerms .modal-dialog .modal-content .modal-header .close-quote-terms-modal, #modalTempEditDisclaimer .modal-dialog .modal-content .modal-header .close-quote-terms-modal {
    font-size: 50px;
    font-family: 'Lato';
    font-weight: 100;
    color: #000;
    opacity: 1; }
    #modalQuoteTerms .modal-dialog .modal-content .modal-header .close-quote-terms-modal.edits-disclaimer-close-btn, #modalTempEditDisclaimer .modal-dialog .modal-content .modal-header .close-quote-terms-modal.edits-disclaimer-close-btn {
      font-family: inherit;
      font-size: 30px; }

#modalQuoteTerms .modal-dialog .modal-content .modal-body h1, #modalTempEditDisclaimer .modal-dialog .modal-content .modal-body h1 {
  font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
  font-size: 28px;
  color: #3859a2;
  text-transform: none;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 5px auto; }

#modalQuoteTerms .modal-dialog .modal-content .modal-body .content-txt, #modalTempEditDisclaimer .modal-dialog .modal-content .modal-body .content-txt {
  padding: 20px 0;
  margin: auto;
  max-width: 330px;
  color: #5a3487;
  font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
  font-size: 18px; }

#modalQuoteTerms .modal-dialog .modal-content .modal-body .continue-print-quote, #modalTempEditDisclaimer .modal-dialog .modal-content .modal-body .continue-print-quote {
  border-radius: 20px;
  width: 134px;
  height: 40px;
  margin: 20px;
  outline: 0;
  letter-spacing: 1.5px;
  background-color: #5a388a;
  border: 1px solid #5a388a;
  cursor: pointer;
  font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none; }
  #modalQuoteTerms .modal-dialog .modal-content .modal-body .continue-print-quote:hover, #modalTempEditDisclaimer .modal-dialog .modal-content .modal-body .continue-print-quote:hover {
    border: 1px solid #875ccb;
    background-color: #875ccb; }

.topNav_teacher, .topNav_administrator, .topNav_partner, .topNav_parent {
  height: 60px; }

#global-search-input #searchModalText, #global-search-input .search-button {
  height: 60px !important; }

#global-search-input .search-button {
  line-height: 60px !important; }

.nav-root-container .main-sidebar .sidebar ul#submenu .left-nav-sub-section li.sidebar-submenu-option.natBalanceText {
  display: none !important; }

#costSummaryMobile .help-tooltip, #costSummaryMobile .help-question {
  display: none; }

.single-checkout .sec-cost-summary-mobile {
  width: 100%; }
  .single-checkout .sec-cost-summary-mobile .sec-content {
    padding: 20px 15px !important; }
    .single-checkout .sec-cost-summary-mobile .sec-content .sec-cart-total label {
      color: #808080; }
    .single-checkout .sec-cost-summary-mobile .sec-content .sec-cart-total label.lable-order-total, .single-checkout .sec-cost-summary-mobile .sec-content h2 {
      font-size: 18px;
      font-family: "museo-sans-700", Helvetica, Arial, sans-serif; }
    .single-checkout .sec-cost-summary-mobile .sec-content h2 {
      margin-bottom: 15px; }
    .single-checkout .sec-cost-summary-mobile .sec-content .label-padding {
      padding-left: 0; }

.partner-store.rif .nat-balance, .partner-store.rif .global-footer ul li a.privacy, .rif .nat-balance, .rif .global-footer ul li a.privacy {
  color: #00a2e3; }

.partner-store.rif .continue-shopping-link .icon-arrow:before, .partner-store.rif .sec-cart-total span.order-total, .rif .continue-shopping-link .icon-arrow:before, .rif .sec-cart-total span.order-total {
  color: #004EB9; }

.partner-store.rif .sec-confirmation h1, .partner-store.rif .sec-confirmation span.order-number, .rif .sec-confirmation h1, .rif .sec-confirmation span.order-number {
  color: #116EEE; }

.partner-store.rif #divCart .continue-shopping-link, .rif #divCart .continue-shopping-link {
  color: #333; }

.partner-store.rif #divCart .continue-shopping-link:hover, .partner-store.rif #divCart .continue-shopping-link:hover &gt; .backArrow, .partner-store.rif #divCart ul li.title a:hover, .rif #divCart .continue-shopping-link:hover, .rif #divCart .continue-shopping-link:hover &gt; .backArrow, .rif #divCart ul li.title a:hover {
  color: #00a2e3; }

.partner-store.rif #divCart ul li.title a:hover, .rif #divCart ul li.title a:hover {
  border-bottom: 1px dotted #00a2e3; }

.partner-store.rif .btn-red, .rif .btn-red {
  background: #00a2e3; }
  .partner-store.rif .btn-red:hover, .rif .btn-red:hover {
    background: #3864CC; }

.partner-store.rif .btn-red[disabled], .partner-store.rif .btn-red.disabled, .rif .btn-red[disabled], .rif .btn-red.disabled {
  background-color: #ccc;
  border-color: #ccc;
  color: #666; }

.partner-store.rif .sec-cart-total label, .rif .sec-cart-total label {
  color: #333; }

.partner-store.rif .list-progress .progress-pill, .rif .list-progress .progress-pill {
  color: #333; }

.partner-store.rif .list-progress .on .progress-pill, .rif .list-progress .on .progress-pill {
  background: #3864CC;
  color: #FFF; }

.partner-store.rif .sec-cart-info, .rif .sec-cart-info {
  color: #333; }

#secDeliveryByDate {
  display: none;
  padding-left: 30px;
  padding-bottom: 30px; }
  #secDeliveryByDate .table-cell {
    width: 300px; }
  #secDeliveryByDate label {
    font-size: 14px;
    color: #333333;
    font-family: "museo-sans-500", Helvetica, Arial, sans-serif; }
  #secDeliveryByDate #deliveryDate {
    width: 159px;
    padding-left: 42px; }
  #secDeliveryByDate #deliveryDate-error {
    position: absolute; }
  #secDeliveryByDate .ui-datepicker-trigger {
    border: 0px;
    background: transparent;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 12px;
    margin-top: 15px;
    cursor: pointer; }
    @media only screen and (max-width: 1023px) {
      #secDeliveryByDate .ui-datepicker-trigger {
        margin-top: 9px; } }

.ui-datepicker {
  width: 277px;
  background: #fff;
  padding: 0;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1); }
  .ui-datepicker .ui-datepicker-title {
    font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #333333;
    margin: 11px 57px;
    line-height: 20px; }
  .ui-datepicker .ui-datepicker-header {
    background-color: #e0ebfc;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 0; }
  .ui-datepicker .ui-datepicker-buttonpane {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 17px; }
    .ui-datepicker .ui-datepicker-buttonpane button {
      background: transparent;
      border: 0px;
      border-radius: 0;
      padding: 0;
      margin: 0;
      color: #666666;
      font-size: 17px;
      font-weight: bold; }
  .ui-datepicker th {
    font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
    font-size: 12px; }
  .ui-datepicker td {
    width: 38px;
    vertical-align: middle; }
    .ui-datepicker td span, .ui-datepicker td a {
      font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
      font-size: 12px;
      text-align: center;
      width: 27px;
      height: 27px;
      padding: 0;
      line-height: 27px; }
    .ui-datepicker td a:hover {
      border-radius: 50%;
      background: #e0ebfc; }
    .ui-datepicker td a.ui-state-active {
      border-radius: 50%;
      background: #023177;
      color: #fff; }
    .ui-datepicker td.ui-state-disabled span {
      color: #c0c0c0; }
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    width: auto;
    height: auto;
    top: 7px; }
    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
      display: inline-block;
      position: relative;
      left: auto;
      margin-left: auto;
      top: auto;
      margin-top: auto;
      font-size: 24px;
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-indent: 0; }
      .ui-datepicker .ui-datepicker-prev span:before, .ui-datepicker .ui-datepicker-next span:before {
        font-size: 24px; }
  .ui-datepicker .ui-datepicker-prev {
    left: 57px; }
    .ui-datepicker .ui-datepicker-prev span:before {
      content: "\f104"; }
    .ui-datepicker .ui-datepicker-prev.ui-state-disabled span {
      color: #c0c0c0; }
  .ui-datepicker .ui-datepicker-next {
    right: 57px; }
    .ui-datepicker .ui-datepicker-next span:before {
      content: "\f105"; }
    .ui-datepicker .ui-datepicker-next.ui-state-disabled span {
      color: #c0c0c0; }

#schoolAddrFormDiv #altAddrForm select[readonly] {
  pointer-events: none;
  touch-action: none; }

#schoolAddrFormDiv #altAddrForm .checkbox {
  pointer-events: none;
  touch-action: none;
  cursor: none; }

#schoolAddrFormDiv #altAddrForm input[readonly] {
  pointer-events: none;
  touch-action: none; }

.shipping-msg,
.editaddress-error {
  font-size: 14px;
  color: #333333;
  text-transform: none;
  font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
  margin-top: 15px; }

.editaddress-error {
  color: #e15544; }

.editaddress-error[id^="address-"] {
  margin-top: 0; }

#divCart .item-image img {
  max-width: 100px; }

.alert-generic {
  display: none;
  padding: 30px !important;
  background-color: #C9F0CA !important;
  color: black !important;
  font-size: 14px !important;
  margin: 0; }
  .alert-generic button {
    margin-right: 20px; }
    @media only screen and (max-width: 767px) and (orientation: portrait) {
      .alert-generic button {
        margin-right: 0;
        margin-top: -10px; } }

.printquote-alerts button {
  margin: -4px 0 0 0; }

#live-chat-link {
  display: none;
  position: fixed;
  color: #fff;
  border: 1px solid #ccc;
  font-size: 15px;
  font-family: Arial;
  line-height: 15px;
  opacity: 1;
  z-index: 999995;
  cursor: pointer;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg) scale(1.02);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  background-color: #008484; }
  #live-chat-link .screen-reader {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; }
  #live-chat-link.tab-right {
    right: -8px;
    top: 15%;
    padding: 5px 14px 14px;
    border-bottom: 0;
    color: #fff;
    border-radius: 9px 9px 0 0;
    -moz-border-radius: 9px 9px 0 0;
    -webkit-border-radius: 9px 9px 0 0;
    transform-origin: 100% 100% 0;
    -webkit-transform-origin: 100% 100% 0;
    -ms-transform-origin: 100% 100% 0; }
    #live-chat-link.tab-right:active, #live-chat-link.tab-right:focus, #live-chat-link.tab-right:hover {
      -ms-transform: rotate(-90deg) scale(1.02) translateY(-5px);
      -webkit-transform: rotate(-90deg) translateY(-5px);
      -moz-transform: rotate(-90deg) translateY(-5px); }
  #live-chat-link img {
    width: 9px;
    height: 9px;
    margin-right: 7px;
    margin-bottom: 1px;
    color: transparent;
    border: 0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0); }
  @media only screen and (max-width: 980px) {
    #live-chat-link {
      display: none !important; } }
  @media print {
    #live-chat-link {
      display: none !important; } }

.embedded-messaging &gt; .embeddedMessagingFrame[class~="isMinimized"] {
  border-radius: 8px !important; }

@media print {
  @page {
    size: auto;
    /* auto is the initial value */
    margin: 3mm 0mm 3mm 0mm;
    /* this affects the margin in the printer settings */ }
  html {
    background-color: #FFFFFF;
    margin: 0px;
    /* this affects the margin on the html before sending to printer */ }
  body {
    margin: 10mm 15mm 10mm 15mm;
    /* margin you want for the content */ }
  .noprint {
    visibility: hidden; } }

.loqate-modal .modal-dialog {
  color: #000;
  font-size: 14px;
  max-width: 450px; }
  .loqate-modal .modal-dialog .modal-header {
    border: none; }
    .loqate-modal .modal-dialog .modal-header .close {
      font-size: 50px;
      font-family: 'Lato';
      font-weight: 100;
      opacity: 1; }
  .loqate-modal .modal-dialog .modal-body {
    clear: both;
    padding-top: 0; }
    .loqate-modal .modal-dialog .modal-body h4 {
      font-size: 20px;
      font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
      margin-top: 0; }
    .loqate-modal .modal-dialog .modal-body .non-verifiable-address-header-subtxt {
      font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
      padding-top: 10px; }
    .loqate-modal .modal-dialog .modal-body .address-section {
      padding-top: 20px; }
      .loqate-modal .modal-dialog .modal-body .address-section.non-verifiable-address {
        padding-bottom: 20px; }
      .loqate-modal .modal-dialog .modal-body .address-section .address-header {
        display: inline-block;
        padding-left: 40px;
        font-family: "museo-sans-500", Helvetica, Arial, sans-serif; }
      .loqate-modal .modal-dialog .modal-body .address-section .address-values {
        list-style: none;
        line-height: 22px;
        margin-top: 10px;
        font-weight: lighter; }
        .loqate-modal .modal-dialog .modal-body .address-section .address-values.non-verifiable-address-list {
          padding-left: 0;
          margin: 0;
          font-size: 16px; }
    .loqate-modal .modal-dialog .modal-body .loqate-modal-btn-div {
      padding-top: 10px; }
      .loqate-modal .modal-dialog .modal-body .loqate-modal-btn-div.no-padding {
        padding: 0; }
      .loqate-modal .modal-dialog .modal-body .loqate-modal-btn-div button {
        letter-spacing: 2px; }
    .loqate-modal .modal-dialog .modal-body .loqate-modal-link-div {
      padding-top: 30px; }
      .loqate-modal .modal-dialog .modal-body .loqate-modal-link-div .non-verifiable-address-link {
        font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
        color: #E81111;
        text-decoration: none;
        letter-spacing: 2px;
        font-size: 13px; }
  .loqate-modal .modal-dialog .modal-footer {
    border: none; }

.radio-btn-label {
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radio-btn-label .gc-card-radio-subdiv {
    padding: 0 10px; }

/* Create a custom radio button */
input[type="radio"] {
  opacity: 0;
  cursor: pointer; }
  input[type="radio"] + label {
    position: relative;
    display: inline-block;
    margin: 0px; }
    input[type="radio"] + label .custom-radio-btn {
      position: absolute;
      top: 0;
      left: 0;
      height: 20px;
      width: 20px;
      background-color: #fff;
      border-radius: 50%;
      border: 1px solid #919191; }
      input[type="radio"] + label .custom-radio-btn.ror-shipping {
        display: none; }
      input[type="radio"] + label .custom-radio-btn:focus {
        outline: 2px solid #0280ff;
        outline-offset: 4px; }

#label-addr1, #label-addr-site {
  display: block; }

/* hide payment method on order summary */
.summary-payment-method {
  display: none; }

/* On mouse-over, add a grey background color */
.radio-btn-label:hover input ~ .custom-radio-btn {
  background-color: #fff; }

/* When the radio button is checked, add a grey background */
.radio-btn-label input:checked ~ .custom-radio-btn, .radio input[type="radio"]:checked + label .custom-radio-btn {
  background-color: #fff;
  border: #0280ff solid 2px; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio-btn:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.radio-btn-label input:checked ~ .custom-radio-btn:after, .radio input[type="radio"]:checked + label .custom-radio-btn:after {
  display: block; }

/* Style the indicator (dot/circle) */
.radio-btn-label .custom-radio-btn:after, .radio input[type="radio"]:checked + label .custom-radio-btn:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0280ff; }

/* Accessiblity Styles */
.add-gift-card-sec a {
  outline-offset: 5px;
  text-decoration: none; }

a:focus {
  outline-offset: 4px; }

/* Replace and Merge Modal on Cart Page */
#replaceMergeModal {
  top: calc(50% - 150px); }
  #replaceMergeModal .loadingDiv {
    border-radius: 16px; }
    #replaceMergeModal .loadingDiv .gly-spin {
      font-size: 50px;
      top: 38%; }
  #replaceMergeModal .modal-header {
    padding-bottom: 0px;
    border-bottom: none; }
  #replaceMergeModal .modal-body {
    padding: 0px 20px 16px;
    font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-style: normal;
    line-height: 25px; }
    #replaceMergeModal .modal-body h5 {
      font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 19px; }
  #replaceMergeModal .modal-dialog {
    width: auto; }
    @media screen and (min-width: 720px) {
      #replaceMergeModal .modal-dialog {
        width: 594px; } }
    #replaceMergeModal .modal-dialog .modal-content {
      border-radius: 16px; }
    #replaceMergeModal .modal-dialog .merge-cartlimit {
      display: none; }
    #replaceMergeModal .modal-dialog .modal-footer.merge-cartlimit {
      flex-direction: column-reverse;
      justify-content: center; }
      @media screen and (min-width: 720px) {
        #replaceMergeModal .modal-dialog .modal-footer.merge-cartlimit {
          flex-direction: row;
          justify-content: right; } }
  #replaceMergeModal .modal-footer {
    border-top: none;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 16px 20px 25px;
    margin: 0; }
    #replaceMergeModal .modal-footer :nth-child(2) {
      order: 1; }
    #replaceMergeModal .modal-footer .btn {
      border-radius: 40px;
      padding: 0px 30px;
      margin: 0px;
      height: 40px;
      display: inline-block;
      font-size: 14px;
      font-style: normal;
      text-transform: none;
      font-weight: 400;
      line-height: 18px;
      width: 100%;
      max-width: 232px;
      margin: 8px 0px; }
      @media screen and (min-width: 720px) {
        #replaceMergeModal .modal-footer .btn {
          margin: 0px;
          width: 150px; } }
      #replaceMergeModal .modal-footer .btn:focus {
        outline: 2px solid #0280ff;
        outline-offset: 2px; }
      #replaceMergeModal .modal-footer .btn:hover {
        color: #fff;
        background: #dd131a;
        text-decoration: none; }
    #replaceMergeModal .modal-footer .btn-red-outline {
      background: #ffff;
      border: 1px solid #E81111;
      display: inline-block;
      color: #E81111;
      margin-right: 0px; }
    @media screen and (min-width: 720px) {
      #replaceMergeModal .modal-footer .btn-red {
        margin-right: 16px; } }
    #replaceMergeModal .modal-footer.merge-cartlimit .btn-red-outline {
      margin-right: 0px; }
      @media screen and (min-width: 720px) {
        #replaceMergeModal .modal-footer.merge-cartlimit .btn-red-outline {
          margin-right: 16px; } }
    #replaceMergeModal .modal-footer.merge-cartlimit .btn-red {
      margin-right: 0px; }
    #replaceMergeModal .modal-footer .close {
      opacity: 1; }
      #replaceMergeModal .modal-footer .close:focus {
        outline: 2px solid #0280ff;
        outline-offset: 2px;
        opacity: 1; }
    @media screen and (min-width: 720px) {
      #replaceMergeModal .modal-footer {
        display: block; }
        #replaceMergeModal .modal-footer :nth-child(2) {
          order: 2; } }
    #replaceMergeModal .modal-footer.replace-merge .btn-cancel {
      border: none;
      background: none;
      color: #E81111; }
      #replaceMergeModal .modal-footer.replace-merge .btn-cancel:hover {
        color: #E81111;
        text-decoration: underline; }
      #replaceMergeModal .modal-footer.replace-merge .btn-cancel:focus {
        border-radius: 40px;
        height: 40px; }

/* tablet */
@media only screen and (max-width: 1023px) {
  .single-checkout {
    padding: 10px 25px; }
  #sec-progress {
    border: 1px solid #cacaca; }
  .list-progress {
    margin: 0 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }
    .list-progress a {
      padding: 7px 12px 5px 12px;
      line-height: 12px;
      font-size: 10px; }
  .sec-inner-prg {
    background: none;
    padding: 12px 0 14px 0; }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"],
  .radio input[type="checkbox"],
  .radio input[type="radio"] {
    width: 18px;
    height: 18px; }
  .checkbox input[type="checkbox"] + label:before,
  .radio input[type="checkbox"] + label:before {
    width: 18px;
    height: 18px; }
  .checkbox input[type="checkbox"]:focus + label:before,
  .radio input[type="checkbox"]:focus + label:before {
    border: 2px solid #79abfe; }
  .checkbox input[type="checkbox"]:checked + label:before,
  .radio input[type="checkbox"]:checked + label:before {
    font-size: 13px;
    line-height: 15px; }
  .single-checkout .section {
    padding: 0px;
    padding-top: 10px; }
    .single-checkout .section .sec-hd {
      font-size: 15px;
      padding: 12px 30px; }
    .single-checkout .section .sec-content {
      padding: 14px 30px; }
      .single-checkout .section .sec-content .spacer {
        width: 10px;
        min-width: 10px; }
      .single-checkout .section .sec-content label {
        font-size: 15px; }
      .single-checkout .section .sec-content .label {
        font-family: "museo-sans-300", Helvetica, Arial, sans-serif; }
      .single-checkout .section .sec-content input,
      .single-checkout .section .sec-content select {
        padding: 8px 10px;
        font-size: 13px;
        height: 38px; }
      .single-checkout .section .sec-content .style-select:after {
        top: 12px; }
      .single-checkout .section .sec-content .addr-padding {
        padding-left: 10px; }
      .single-checkout .section .sec-content .sign-ext {
        width: 15px;
        top: 12px; }
      .single-checkout .section .sec-content .alt-addr-phone {
        width: 65%; }
      .single-checkout .section .sec-content .alt-addr-state {
        width: 65%; }
      .single-checkout .section .sec-content .info-addr.ship-addr {
        width: 50%; }
      .single-checkout .section .sec-content #secShippingAddr .flex-div {
        flex-direction: column; }
        .single-checkout .section .sec-content #secShippingAddr .flex-div .info-div {
          display: flex;
          width: 100%; }
          .single-checkout .section .sec-content #secShippingAddr .flex-div .info-div .info-edit, .single-checkout .section .sec-content #secShippingAddr .flex-div .info-div .info-delete {
            width: 50%;
            text-align: left; }
      .single-checkout .section .sec-content .info-addr .shipping-details,
      .single-checkout .section .sec-content .info-method .shipping-details {
        font-size: 11px; }
      .single-checkout .section .sec-content .link-info-modal {
        float: none;
        margin-bottom: 15px;
        font-size: 12px;
        display: inline-block;
        margin-top: 5px; }
    .single-checkout .section .cc-addr {
      font-size: 15px; }
    .single-checkout .section .tablet-block {
      display: block; }
      .single-checkout .section .tablet-block spacer.tablet-block {
        display: none; }
      .single-checkout .section .tablet-block .table-div {
        width: auto;
        margin-left: 30px; }
      .single-checkout .section .tablet-block .info-edit, .single-checkout .section .tablet-block .info-delete {
        text-align: left; }
  .single-checkout #secBtns {
    text-align: center; }
  #secShippingMehtodDiv .label {
    margin-bottom: 5px; }
  .btn-red {
    font-size: 10px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    min-width: 138px; }
    .btn-red#confirmation-keepshopping {
      padding: 0 30px; }
  #divCart #btnCheckout.btn-red {
    font-size: 11px;
    line-height: 47px;
    padding: 0 60px; }
  #ccAddrFormDiv .icon-card-display {
    position: relative;
    right: auto;
    padding-bottom: 10px; }
  #ccNumber {
    padding-right: 10px; }
  #btnContinue {
    width: 200px; }
  .po-ppo-detail {
    font-size: 10px; }
  .sec-inner {
    padding: 10px 25px; }
  #miniCartTotal .sec-cart-total {
    padding-right: 20px !important; }
    #miniCartTotal .sec-cart-total ul li span {
      float: none; }
    #miniCartTotal .sec-cart-total label {
      float: none; }
  #secCreditCardList .sec-content .info-addr, #secOneTimeCreditCard .sec-content .info-addr {
    width: 100%; }
  .error-page-message {
    padding-top: 105px; } }

/* Mobile */
@media only screen and (max-width: 767px) {
  #tsoWrapper {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }
  .single-checkout #secAgreement span.terms {
    font-size: 12px; }
    .single-checkout #secAgreement span.terms a {
      font-size: 10px; }
  .mobileOnlyCartSummary {
    display: inline-block !important; }
  #secCreditCardDetails .error-place-order {
    padding-left: 20px; }
  .mobile-block {
    display: block; }
  .single-checkout .sc-main {
    padding-right: 0px; }
  .single-checkout #miniCartSummary {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0; }
    .single-checkout #miniCartSummary a#closeCheckoutCart {
      display: inline-block; }
  .single-checkout .sum-cart-items .sec-cart-hd {
    margin-top: 10px; }
  .single-checkout .sc-promo {
    padding: 10px 25px;
    text-align: center;
    width: 100%; }
    .single-checkout .sc-promo img {
      max-width: 460px; }
  .single-checkout #deleteCreditCardWarning .btn-red {
    width: 100%;
    height: 34px;
    line-height: 34px; }
  .single-checkout #deleteCreditCardWarning .sec-content a {
    line-height: 34px; }
  .single-checkout #deleteCreditCardWarning .btn-red {
    width: 100%;
    height: 34px;
    line-height: 34px; }
  .single-checkout #deleteCreditCardWarning .sec-content a {
    line-height: 34px; }
  .single-checkout .section .sec-content select#boAllwoed {
    width: 270px; }
  .sec-cart-info {
    display: block; }
    .sec-cart-info .partner-info {
      display: block;
      text-align: center;
      width: 100%;
      font-size: 16px; }
    .sec-cart-info .link-mini-cart {
      display: block; }
    .sec-cart-info .link-cart-desktop {
      display: none; }
    .sec-cart-info .text-align-right {
      text-align: center; }
    .sec-cart-info .item-info {
      display: block;
      width: auto;
      margin-left: 0; }
  #cartInfo {
    padding-top: 20px; }
  /*mini-cart*/
  .dialog-minicart {
    min-width: 100%;
    left: 0 !important; }
    .dialog-minicart .ui-widget-header {
      background-color: #fff; }
    .dialog-minicart .ui-dialog-titlebar-close {
      right: auto;
      left: 0; }
      .dialog-minicart .ui-dialog-titlebar-close span.ui-button-text {
        display: none; }
    .dialog-minicart .ui-icon-closethick {
      background-image: url(../images/interface/icon-close.png); }
    .dialog-minicart .ui-dialog-content {
      padding: 0; }
    .dialog-minicart #miniCartSummary {
      width: 100%; }
    .dialog-minicart .sum-cart-items {
      border: 0px; }
    .dialog-minicart h2 {
      font-size: inherit;
      font-style: normal;
      font-weight: normal;
      margin: 0; }
  #btnSubmitOrderMain {
    display: block;
    width: 100%; }
  #poBillingAddrDiv .cols-2 .table-cell {
    width: 100%; }
  .phone-cols-2 .table-cell {
    width: 49.5%; }
  #ccAddrFormDiv .exp-date, #ccAddrFormDiv .cvn {
    width: 100%;
    padding-left: 0; }
  #divCart .top-content-container {
    padding: 15px; }
    #divCart .top-content-container .continue-top {
      padding-left: 0; } }

@media only screen and (max-width: 480px) {
  .sec-store-name {
    height: 63px;
    font-size: 24px;
    font-family: "museo-serif-100", Helvetica, Arial, sans-serif;
    padding-top: 17px; }
  #cartInfo {
    padding: 10px; }
  .sec-cart-info .partner-info, .sec-cart-info .item-info, .sec-cart-info .label-partner, .sec-cart-info cart-available-balance {
    font-size: 15px; }
  .sec-cart-info .link-mini-cart {
    font-size: 12px; }
  .single-checkout {
    padding: 10px; }
    .single-checkout .section {
      padding: 10px 0; }
  .list-progress .progress-pill {
    padding: 5px 8px 4px 8px;
    font-size: 9px; }
  .single-checkout .section .sec-hd {
    padding: 12px 15px; }
  .single-checkout .section .sec-content {
    padding: 14px 15px; }
  .single-checkout .section .sec-content .info-addr {
    width: 80%; }
    .single-checkout .section .sec-content .info-addr.ship-addr {
      width: 100%;
      display: table-caption;
      padding-bottom: 0; }
  #secShippingAddr .info-div {
    display: flex;
    width: 100%;
    margin-left: 30px; }
    #secShippingAddr .info-div .info-edit, #secShippingAddr .info-div .info-delete {
      width: 50%; }
  .sec-confirmation h1 {
    font-size: 20px; }
  .sec-confirmation p {
    font-size: 15px; }
  .sec-inner {
    padding: 10px; } }

@media only screen and (max-width: 719px) {
  #divCart .top-content-container .partner-info {
    text-align: center !important; }
  #divCart a#submitGiftButton.btn.btn-green {
    margin: 10px 0; } }

@media only screen and (max-width: 768px) {
  .topNav_teacher, .topNav_partner, .topNav_administrator, .topNav_parent {
    min-height: 0px !important;
    max-height: 60px !important;
    height: auto !important; } }

@media only screen and (max-width: 1024px) {
  #divCart .top-content-container .cartItems {
    font-size: 15px; }
  .sec-promo-code input#PromoCodeInputField {
    -webkit-appearance: none;
    -moz-appearance: none; }
    .sec-promo-code input#PromoCodeInputField:focus {
      font-size: 16px; }
  #secShippingAddr .info-div {
    margin-left: 30px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #divCart .top-content-container {
    padding-left: 0; }
    #divCart .top-content-container .cart-items {
      padding-left: 0;
      padding-right: 0; }
  #divCart .divBonusItems .checkbox {
    padding-left: 0; }
    #divCart .divBonusItems .checkbox label {
      margin-right: 0; }
  #divCart .divBonusItems .product_info label {
    font-size: 14px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #divCart .top-content-container {
    padding: 15px 0; }
  #divCart .item-details.productData {
    padding-left: 10px; }
  #divCart .item-list-price, #divCart .item-your-price {
    width: 12%; }
  #divCart .item-total {
    width: 14.3%; }
  #divCart #cartItems .list-item-details {
    padding-left: 10px; }
  #divCart #cartItems .item-list-price, #divCart #cartItems .item-your-price {
    width: 12%;
    font-size: 16px; }
  #divCart #cartItems .item-total {
    width: 14.3%;
    font-size: 16px; }
  #divCart .divBonusItems .checkbox {
    padding-left: 0; }
    #divCart .divBonusItems .checkbox label {
      margin-right: 0; }
  .single-checkout .section .sec-content .info-addr.ship-addr {
    width: 70%; } }

@media (min-width: 960px) {
  #tsoWrapper .col-md-9 {
    width: 75%; }
  #tsoWrapper .col-md-2 {
    width: 16.6666666667%; }
  #tsoWrapper .col-md-10 {
    width: 83.3333333333%; } }

@media (min-width: 760px) {
  #tsoWrapper .col-sm-6 {
    width: 50%; }
  #tsoWrapper .col-sm-3 {
    width: 25%; } }

@media only screen and (max-width: 340px) {
  .btn-wish-list.mobileOnly, .btn-print-cart.mobileOnly {
    margin-top: 20px; } }

/* COMMON MODAL STYLES */
#wishlist_add .btn-close,
#login-partner .btn-close {
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 0px;
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transition: border 0s;
  -moz-transition: border 0s;
  -o-transition: border 0s;
  transition: border 0s;
  outline: none !important; }
  #wishlist_add .btn-close:focus,
  #login-partner .btn-close:focus {
    border-color: #0b4fc7; }
    #wishlist_add .btn-close:focus:active,
    #login-partner .btn-close:focus:active {
      border-color: transparent; }
  #wishlist_add .btn-close.isDisabled,
  #login-partner .btn-close.isDisabled {
    display: none; }

#wishlist_add .btnSaveToAWishlist,
#wishlist_add .btnViewWishlist,
#wishlist_add .btnLogin-partner,
#login-partner .btnSaveToAWishlist,
#login-partner .btnViewWishlist,
#login-partner .btnLogin-partner {
  font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 0 20px;
  font-size: 11px;
  letter-spacing: 1.5px;
  background-color: #E81111;
  color: #fff;
  width: 100%;
  height: 40px;
  line-height: 42px; }
  @media only screen and (min-width: 656px) {
    #wishlist_add .btnSaveToAWishlist,
    #wishlist_add .btnViewWishlist,
    #wishlist_add .btnLogin-partner,
    #login-partner .btnSaveToAWishlist,
    #login-partner .btnViewWishlist,
    #login-partner .btnLogin-partner {
      width: 160px; } }
  #wishlist_add .btnSaveToAWishlist:focus:not(:active):not(.active),
  #wishlist_add .btnViewWishlist:focus:not(:active):not(.active),
  #wishlist_add .btnLogin-partner:focus:not(:active):not(.active),
  #login-partner .btnSaveToAWishlist:focus:not(:active):not(.active),
  #login-partner .btnViewWishlist:focus:not(:active):not(.active),
  #login-partner .btnLogin-partner:focus:not(:active):not(.active) {
    border: 3px solid transparent;
    box-shadow: 0 0 0 1px #E81111;
    background-clip: padding-box;
    outline: none;
    line-height: 36px; }
  #wishlist_add .btnSaveToAWishlist:focus, #wishlist_add .btnSaveToAWishlist:hover,
  #wishlist_add .btnViewWishlist:focus,
  #wishlist_add .btnViewWishlist:hover,
  #wishlist_add .btnLogin-partner:focus,
  #wishlist_add .btnLogin-partner:hover,
  #login-partner .btnSaveToAWishlist:focus,
  #login-partner .btnSaveToAWishlist:hover,
  #login-partner .btnViewWishlist:focus,
  #login-partner .btnViewWishlist:hover,
  #login-partner .btnLogin-partner:focus,
  #login-partner .btnLogin-partner:hover {
    background-color: #E81111;
    color: #fff; }
  #wishlist_add .btnSaveToAWishlist:active, #wishlist_add .btnSaveToAWishlist.active,
  #wishlist_add .btnViewWishlist:active,
  #wishlist_add .btnViewWishlist.active,
  #wishlist_add .btnLogin-partner:active,
  #wishlist_add .btnLogin-partner.active,
  #login-partner .btnSaveToAWishlist:active,
  #login-partner .btnSaveToAWishlist.active,
  #login-partner .btnViewWishlist:active,
  #login-partner .btnViewWishlist.active,
  #login-partner .btnLogin-partner:active,
  #login-partner .btnLogin-partner.active {
    background-color: #B90000;
    color: #fff;
    outline: none; }

#wishlist_add .btn-cancel,
#login-partner .btn-cancel {
  font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #333333;
  line-height: 1.09;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 140px;
  padding: 4px;
  border: 2px solid transparent;
  -moz-transition: border 0s;
  -webkit-transition: border 0s;
  -o-transition: border 0s;
  transition: border 0s; }
  @media screen and (min-width: 480px) {
    #wishlist_add .btn-cancel,
    #login-partner .btn-cancel {
      width: auto; } }
  #wishlist_add .btn-cancel:focus,
  #login-partner .btn-cancel:focus {
    outline: none;
    border-color: #0b4fc7;
    border-radius: 4px; }
    #wishlist_add .btn-cancel:focus:active,
    #login-partner .btn-cancel:focus:active {
      border-color: transparent; }

/* ADD TO WISHLIST STYLES */
#wishlist_add {
  padding: 62px 20px;
  width: 100%;
  text-align: center;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative; }
  @media screen and (min-width: 600px) and (orientation: portrait) {
    #wishlist_add {
      width: 600px; } }
  @media screen and (min-width: 480px) {
    #wishlist_add {
      padding: 42px 30px 70px 30px; } }
  #wishlist_add.new-list {
    justify-content: start; }
    #wishlist_add.new-list .wishlist_add__ctas {
      height: 360px; }
      @media screen and (min-width: 480px) {
        #wishlist_add.new-list .wishlist_add__ctas {
          height: 190px; } }
  #wishlist_add [class^='wishlist_add__info'] {
    width: auto;
    text-align: center;
    margin: 0 auto; }
    @media screen and (min-width: 480px) {
      #wishlist_add [class^='wishlist_add__info'] {
        width: 100%; } }
    #wishlist_add [class^='wishlist_add__info'] .wishlist_add__heading {
      font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
      font-size: 28px;
      line-height: 32px;
      color: #444444;
      margin-bottom: 20px; }
    #wishlist_add [class^='wishlist_add__info'] .wishlist_add__title {
      font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
      font-size: 18px;
      line-height: 24px;
      color: #444444;
      margin: 0px auto;
      width: auto; }
      @media screen and (min-width: 480px) {
        #wishlist_add [class^='wishlist_add__info'] .wishlist_add__title {
          margin: 0px auto 40px auto;
          width: 100%; } }
  #wishlist_add .wishlist_add__info.multiple-products {
    margin-top: 45px; }
  #wishlist_add .wishlist_add__info__new-list {
    display: none;
    width: auto;
    text-align: center;
    margin: 0 auto; }
    @media screen and (min-width: 480px) {
      #wishlist_add .wishlist_add__info__new-list {
        margin: 0 auto; } }
    @media screen and (min-width: 480px) {
      #wishlist_add .wishlist_add__info__new-list .wishlist_add__title {
        margin: 0 auto; } }
    #wishlist_add .wishlist_add__info__new-list + .wishlist_add__ctas {
      justify-content: space-between; }
  #wishlist_add .wishlist_add__info__success {
    display: none; }
    #wishlist_add .wishlist_add__info__success .wishlist_add__success-message {
      font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
      font-size: 18px;
      line-height: 21px;
      font-weight: 600;
      padding: 15px 22px;
      color: #004EB9;
      background-color: #C3DAFA;
      border-radius: 8px;
      width: fit-content;
      margin: 0 auto 24px auto; }
  #wishlist_add .wishlist_add__ctas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 360px; }
    @media screen and (min-width: 480px) {
      #wishlist_add .wishlist_add__ctas {
        height: 144px;
        justify-content: space-between; } }
    #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection {
      display: flex;
      justify-content: space-evenly;
      flex-direction: column;
      align-items: center;
      width: 100%;
      height: 256px; }
      @media screen and (min-width: 480px) {
        #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection {
          flex-direction: row;
          height: auto;
          justify-content: space-between; } }
      #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection #wishlist_add__create-cta {
        color: #E81111;
        font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
        font-size: 11px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        border: 2px solid transparent;
        border-radius: 4px;
        padding: 40px 4px 16px 4px;
        -webkit-transition: border 0s;
        -moz-transition: border 0s;
        -o-transition: border 0s;
        transition: border 0s;
        outline: none !important; }
        #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection #wishlist_add__create-cta:focus {
          border-color: #0b4fc7; }
          #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection #wishlist_add__create-cta:focus:active {
            border-color: transparent; }
        #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection #wishlist_add__create-cta + span {
          color: #373737;
          font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
          font-size: 16px; }
        @media screen and (min-width: 480px) {
          #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection #wishlist_add__create-cta {
            padding: 4px; } }
      #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection .wishlist_add__wishlist-dropdown {
        width: 100%;
        padding-top: 20px; }
        @media screen and (min-width: 480px) {
          #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection .wishlist_add__wishlist-dropdown {
            padding-top: 0;
            width: 280px; } }
        #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection .wishlist_add__wishlist-dropdown .dropdown {
          position: relative; }
          #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection .wishlist_add__wishlist-dropdown .dropdown button {
            width: 100%;
            height: 46px;
            background-color: transparent;
            border: 1px solid #919191;
            text-align: left;
            color: #373737;
            font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
            font-size: 16px;
            -webkit-transition: border 0s;
            -moz-transition: border 0s;
            -o-transition: border 0s;
            transition: border 0s;
            outline: none !important; }
            #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection .wishlist_add__wishlist-dropdown .dropdown button:focus {
              border: 2px solid #0b4fc7;
              padding: 5px 11px;
              outline: none; }
              #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection .wishlist_add__wishlist-dropdown .dropdown button:focus:active {
                border-color: transparent; }
          #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection .wishlist_add__wishlist-dropdown .dropdown .fa {
            position: absolute;
            top: 14.5px;
            right: 12px;
            pointer-events: none; }
            #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection .wishlist_add__wishlist-dropdown .dropdown .fa::before {
              font-size: 15px;
              color: #666; }
            #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection .wishlist_add__wishlist-dropdown .dropdown .fa.fa-chevron-up {
              display: none; }
          #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection .wishlist_add__wishlist-dropdown .dropdown.open .fa-chevron-down {
            display: none; }
          #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection .wishlist_add__wishlist-dropdown .dropdown.open .fa-chevron-up {
            display: block; }
          #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection .wishlist_add__wishlist-dropdown .dropdown .dropdown-menu {
            min-width: unset;
            width: 100%;
            max-height: none;
            overflow-y: auto;
            text-align: left;
            max-height: 144px; }
            @media screen and (min-width: 480px) {
              #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection .wishlist_add__wishlist-dropdown .dropdown .dropdown-menu {
                width: 280px; } }
            #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection .wishlist_add__wishlist-dropdown .dropdown .dropdown-menu .dropdown-item {
              font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
              font-size: 15px;
              line-height: 40px;
              color: #666;
              padding: 2px 10px;
              margin: 1px; }
              #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection .wishlist_add__wishlist-dropdown .dropdown .dropdown-menu .dropdown-item:hover, #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection .wishlist_add__wishlist-dropdown .dropdown .dropdown-menu .dropdown-item:focus {
                color: #0b4fc7;
                background-color: #ECF3FF;
                cursor: pointer;
                outline: 0;
                border-radius: 4px; }
              #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection .wishlist_add__wishlist-dropdown .dropdown .dropdown-menu .dropdown-item:active, #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection .wishlist_add__wishlist-dropdown .dropdown .dropdown-menu .dropdown-item.active {
                color: #fff;
                background-color: #116EEE;
                border-radius: 4px; }
            #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection .wishlist_add__wishlist-dropdown .dropdown .dropdown-menu.menu-close {
              display: none; }
    #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection__new-list {
      display: none;
      width: 100%; }
      @media screen and (min-width: 480px) {
        #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection__new-list {
          width: 280px; } }
      #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection__new-list label {
        display: inline-block;
        margin-bottom: 8px;
        margin-top: 20px;
        font-family: 'museo-sans-500';
        font-size: 13px;
        font-weight: 500;
        text-align: left;
        color: #333333;
        width: 100%; }
      #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection__new-list input {
        width: 100%;
        height: 50px;
        border-radius: 4px;
        font-size: 16px;
        font-family: 'museo-sans-300';
        color: #333333;
        -moz-transition: border 0s;
        -webkit-transition: border 0s;
        -o-transition: border 0s;
        transition: border 0s; }
        #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection__new-list input#wishlistName {
          margin-bottom: 32px; }
        #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection__new-list input:focus {
          border: solid 2px #0b4fc7;
          padding: 7px 11px; }
          #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-selection__new-list input:focus:active {
            border-color: transparent; }
    #wishlist_add .wishlist_add__ctas .wishlist_add__error-msg-container {
      font-size: 13px;
      height: 32px;
      width: 100%;
      position: relative;
      font-family: 'museo-sans-700';
      color: #e15544; }
      #wishlist_add .wishlist_add__ctas .wishlist_add__error-msg-container [class^="wishlist_add__error-msg"] {
        position: absolute;
        display: none;
        left: 0;
        right: 0; }
      #wishlist_add .wishlist_add__ctas .wishlist_add__error-msg-container.quantity_error {
        top: -34px; }
      #wishlist_add .wishlist_add__ctas .wishlist_add__error-msg-container .wishlist_add__error-msg-validate {
        max-width: 300px;
        margin: 2px auto; }
    #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-confirmation {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (min-width: 480px) {
        #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-confirmation {
          width: auto; } }
      #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-confirmation .btnSaveToAWishlist {
        width: 140px; }
        @media screen and (min-width: 480px) {
          #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-confirmation .btnSaveToAWishlist {
            width: 175px;
            margin-right: 32px; } }
      #wishlist_add .wishlist_add__ctas .wishlist_add__ctas-confirmation .btnViewWishlist {
        display: none;
        width: 200px; }
    #wishlist_add .wishlist_add__ctas .wishlist_add__quantity {
      font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
      font-size: 13px; }
      #wishlist_add .wishlist_add__ctas .wishlist_add__quantity .add_quantity_label {
        padding-top: 34px;
        padding-bottom: 8px; }
      #wishlist_add .wishlist_add__ctas .wishlist_add__quantity input.wishlist_item_quantity {
        width: 130px;
        padding: 14px 22px;
        font-family: "museo-sans-500", Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 1.2;
        height: auto;
        border: 1px solid #919191;
        border-radius: 5px;
        color: #333333;
        margin-bottom: 37px;
        display: block; }
    #wishlist_add .wishlist_add__ctas input[type=number]::-webkit-outer-spin-button,
    #wishlist_add .wishlist_add__ctas input[type=number]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }

/* PARTNER LOGIN STYLES */
#login-partner {
  margin: auto;
  position: relative;
  max-width: 1000px;
  height: 600px; }
  @media only screen and (max-width: 655px) {
    #login-partner {
      height: 100%; }
      #login-partner .btn-close img {
        width: 40px;
        height: 40px; } }
  #login-partner .login-partner__content__wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%; }
    @media only screen and (min-width: 656px) {
      #login-partner .login-partner__content__wrapper {
        flex-direction: row; } }
    #login-partner .login-partner__content__wrapper .login-partner__logo__wrapper {
      padding: 6.4% 4%;
      min-width: 260px;
      background-color: #F4F4F4;
      width: 100%;
      max-width: 400px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media only screen and (max-width: 784px) {
        #login-partner .login-partner__content__wrapper .login-partner__logo__wrapper {
          max-width: 40%; } }
      @media only screen and (max-width: 655px) {
        #login-partner .login-partner__content__wrapper .login-partner__logo__wrapper {
          max-width: none; } }
      #login-partner .login-partner__content__wrapper .login-partner__logo__wrapper .login-partner__logo {
        max-width: 240px; }
        #login-partner .login-partner__content__wrapper .login-partner__logo__wrapper .login-partner__logo img {
          max-width: 240px; }
        @media only screen and (max-width: 959px) {
          #login-partner .login-partner__content__wrapper .login-partner__logo__wrapper .login-partner__logo {
            max-width: 204px; }
            #login-partner .login-partner__content__wrapper .login-partner__logo__wrapper .login-partner__logo img {
              max-width: 204px; } }
        @media only screen and (max-width: 655px) {
          #login-partner .login-partner__content__wrapper .login-partner__logo__wrapper .login-partner__logo {
            max-width: 128px; }
            #login-partner .login-partner__content__wrapper .login-partner__logo__wrapper .login-partner__logo img {
              max-width: 128px; } }
      #login-partner .login-partner__content__wrapper .login-partner__logo__wrapper .login-partner__intro {
        font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        color: #333333;
        flex-direction: column;
        justify-content: space-around;
        padding-top: 16px; }
        #login-partner .login-partner__content__wrapper .login-partner__logo__wrapper .login-partner__intro &gt; div, #login-partner .login-partner__content__wrapper .login-partner__logo__wrapper .login-partner__intro ul {
          padding-top: 24px;
          margin: 0px; }
        @media only screen and (max-width: 655px) {
          #login-partner .login-partner__content__wrapper .login-partner__logo__wrapper .login-partner__intro {
            padding-top: 8px; }
            #login-partner .login-partner__content__wrapper .login-partner__logo__wrapper .login-partner__intro &gt; div, #login-partner .login-partner__content__wrapper .login-partner__logo__wrapper .login-partner__intro ul {
              padding-top: 16px;
              margin: 0px; } }
        #login-partner .login-partner__content__wrapper .login-partner__logo__wrapper .login-partner__intro ul {
          list-style-type: disc;
          align-self: flex-start;
          padding-inline-start: 13px; }
        #login-partner .login-partner__content__wrapper .login-partner__logo__wrapper .login-partner__intro .applyLink-partner {
          color: #004EB9; }
          #login-partner .login-partner__content__wrapper .login-partner__logo__wrapper .login-partner__intro .applyLink-partner:focus {
            outline-offset: 2px;
            text-decoration: none; }
    #login-partner .login-partner__content__wrapper .login-partner__info__wrapper {
      padding: 6.4% 8% 3.2% 4%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media only screen and (max-width: 655px) {
        #login-partner .login-partner__content__wrapper .login-partner__info__wrapper {
          padding: 24px 20px; } }
      #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__info .login-partner__heading {
        font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
        font-size: 28px;
        line-height: 32px;
        color: #333333; }
      #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__info .login-partner__title {
        font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        color: #333333;
        padding-top: 16px; }
        @media only screen and (max-width: 655px) {
          #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__info .login-partner__title {
            padding-top: 8px; } }
      #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__info .login-partner__contractNumber {
        padding-top: 40px;
        padding-right: 4%; }
        @media only screen and (max-width: 655px) {
          #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__info .login-partner__contractNumber {
            padding-top: 24px;
            padding-right: 0px; } }
        #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__info .login-partner__contractNumber label {
          font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
          font-size: 13px;
          line-height: 15px;
          color: #333333;
          margin-bottom: 8px; }
        #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__info .login-partner__contractNumber input {
          font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
          font-size: 16px;
          line-height: 19px;
          color: #333333;
          border: 1px solid #919191;
          border-radius: 4px;
          padding: 16px;
          min-width: 280px;
          height: 40px;
          text-transform: uppercase; }
      #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__info .login-partner__error-msg-container {
        font-size: 13px;
        font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
        color: #e15544;
        line-height: 16px;
        height: 16px;
        margin: 6px 0 18px 0;
        text-align: left;
        position: relative; }
        #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__info .login-partner__error-msg-container [class^="login-partner__error-msg"] {
          position: absolute;
          display: none; }
        #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__info .login-partner__error-msg-container.cos-error {
          margin: 6px 0 26px 0; }
        @media only screen and (max-width: 720px) {
          #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__info .login-partner__error-msg-container {
            margin: 4px 0px; }
            #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__info .login-partner__error-msg-container.cos-error {
              margin: 4px 0px 35px; } }
      #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__info .login-partner__contact {
        padding: 32px 0px 16px 0px;
        font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        color: #333333; }
        @media only screen and (max-width: 655px) {
          #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__info .login-partner__contact {
            padding: 0;
            padding-top: 24px; } }
        #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__info .login-partner__contact .accountLink-partner {
          color: #004EB9; }
          #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__info .login-partner__contact .accountLink-partner:focus {
            outline-offset: 2px;
            text-decoration: none; }
      #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__footer {
        padding: 0; }
        @media only screen and (max-width: 655px) {
          #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__footer {
            padding-top: 16px; } }
        #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__footer .login-partner__legal-links {
          font-family: "museo-sans-300", Helvetica, Arial, sans-serif; }
          #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__footer .login-partner__legal-links .privacyLink-partner {
            font-weight: 600;
            font-size: 16px;
            line-height: 19px;
            color: #5A3487; }
            #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__footer .login-partner__legal-links .privacyLink-partner:focus {
              outline-offset: 2px;
              text-decoration: none; }
          #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__footer .login-partner__legal-links .termsLink-partner {
            font-size: 14px;
            line-height: 17px;
            margin-left: 20px;
            color: #5A3487; }
            #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__footer .login-partner__legal-links .termsLink-partner:focus {
              outline-offset: 2px;
              text-decoration: none; }
          @media only screen and (max-width: 655px) {
            #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__footer .login-partner__legal-links {
              display: flex;
              justify-content: space-between;
              flex-wrap: wrap; }
              #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__footer .login-partner__legal-links a.privacyLink-partner {
                line-height: 32px; }
              #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__footer .login-partner__legal-links a.termsLink-partner {
                line-height: 32px;
                margin: 0;
                margin-right: 40px; } }
        #login-partner .login-partner__content__wrapper .login-partner__info__wrapper .login-partner__footer .login-partner__legal-disclaimer {
          font-family: "museo-sans-300", Helvetica, Arial, sans-serif;
          font-size: 12px;
          line-height: 13px;
          color: #666;
          padding-top: 16px; }

/* Warning Display Modal */
.warning-display .modal-backdrop {
  background-color: #fff;
  opacity: 0.2; }

#warningDisplayModal .modal-dialog {
  top: 70px; }

#warningDisplayModal .modal-content {
  width: 370px;
  min-height: 56px;
  background: #FFE8E8;
  border: 1px solid #E81111;
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    #warningDisplayModal .modal-content {
      width: 280px; } }

#warningDisplayModal .modal-body {
  text-align: left;
  padding: 13px 50px; }
  @media only screen and (min-width: 768px) {
    #warningDisplayModal .modal-body {
      text-align: center;
      padding: 20px; } }
  #warningDisplayModal .modal-body .warning-icon {
    position: absolute;
    left: 17px;
    top: 17px;
    width: 20px;
    height: 20px; }
    @media only screen and (min-width: 768px) {
      #warningDisplayModal .modal-body .warning-icon {
        left: 20px; } }
  @media only screen and (min-width: 768px) {
    #warningDisplayModal .modal-body .warning-txt {
      margin: 0 20px;
      display: inline-block; } }
  #warningDisplayModal .modal-body .content-txt {
    font-family: "museo-sans-700", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #660000; }
    @media only screen and (max-width: 768px) {
      #warningDisplayModal .modal-body .content-txt {
        max-width: 175px; } }
  #warningDisplayModal .modal-body .close {
    position: absolute;
    top: 14px;
    right: 16px; }
  #warningDisplayModal .modal-body button:hover {
    background-color: transparent; }

/*# sourceMappingURL=style.css.map */</pre></body></html>