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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
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; }

/**
 * Common devices screen size
 */
/**
 * Transitions and animations
 */
/**
 * Overall maximum site width for elements that are constrained
 */
/**
 * This is the font size that is used during the px to em conversions when coding the PSD as HTML.
 * This should never be changed! 16px is always the default browser font size that we assume.
 */
/**
 * Color variables.
 *
 * Colors defined here are solely for layout use only, which means they will act as default color.
 * Not all components will have colors defined here, but from _normalize.scss (such as link color).
 * Child themes that overwrite these color values will still have to redefine the css styles that
 * are use them.
 * Note that we're not using sass !default here, child theme will simply redeclare the variables
 * to overwrite values.
 */
/*
$black: #000;
$white: #fff;
$lightGray: #eee;
$hoverGray: #707372;
$link: #7F939C;
*/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.4.0#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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-feed:before,
.fa-rss:before {
  content: ""; }

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

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

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

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

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

@font-face {
  font-family: 'Kumbh Sans';
  src: url("../fonts/kumbh-sans/kumbh-sans-v20-latin-300.woff2") format("woff2"), url("../fonts/kumbh-sans/kumbh-sans-v20-latin-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Kumbh Sans';
  src: url("../fonts/kumbh-sans/kumbh-sans-v20-latin-300.woff2") format("woff2"), url("../fonts/kumbh-sans/kumbh-sans-v20-latin-300.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Kumbh Sans';
  src: url("../fonts/kumbh-sans/kumbh-sans-v20-latin-regular.woff2") format("woff2"), url("../fonts/kumbh-sans/kumbh-sans-v20-latin-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Kumbh Sans';
  src: url("../fonts/kumbh-sans/kumbh-sans-v20-latin-500.woff2") format("woff2"), url("../fonts/kumbh-sans/kumbh-sans-v20-latin-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Kumbh Sans';
  src: url("../fonts/kumbh-sans/kumbh-sans-v20-latin-500.woff2") format("woff2"), url("../fonts/kumbh-sans/kumbh-sans-v20-latin-500.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Kumbh Sans';
  src: url("../fonts/kumbh-sans/kumbh-sans-v20-latin-600.woff2") format("woff2"), url("../fonts/kumbh-sans/kumbh-sans-v20-latin-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Kumbh Sans';
  src: url("../fonts/kumbh-sans/kumbh-sans-v20-latin-600.woff2") format("woff2"), url("../fonts/kumbh-sans/kumbh-sans-v20-latin-600.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Kumbh Sans';
  src: url("../fonts/kumbh-sans/kumbh-sans-v20-latin-700.woff2") format("woff2"), url("../fonts/kumbh-sans/kumbh-sans-v20-latin-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Kumbh Sans';
  src: url("../fonts/kumbh-sans/kumbh-sans-v20-latin-700.woff2") format("woff2"), url("../fonts/kumbh-sans/kumbh-sans-v20-latin-700.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

/**
 * Common devices screen size
 */
/**
 * Transitions and animations
 */
/**
 * Overall maximum site width for elements that are constrained
 */
/**
 * This is the font size that is used during the px to em conversions when coding the PSD as HTML.
 * This should never be changed! 16px is always the default browser font size that we assume.
 */
/**
 * Color variables.
 *
 * Colors defined here are solely for layout use only, which means they will act as default color.
 * Not all components will have colors defined here, but from _normalize.scss (such as link color).
 * Child themes that overwrite these color values will still have to redefine the css styles that
 * are use them.
 * Note that we're not using sass !default here, child theme will simply redeclare the variables
 * to overwrite values.
 */
/*
$black: #000;
$white: #fff;
$lightGray: #eee;
$hoverGray: #707372;
$link: #7F939C;
*/
/**
 * Set the maximum width to the site's maximum width.
 */
/**
 * Undo the changes by site-width.
 */
/**
 * Force a given aspect ratio, as defined by the provided width and height. Since this mixin
 * uses the vertical padding trick, you're also able to specify the expected width of the element.
 * In most examples, the element will be full width, so the default 100% will suffice. However, if you're
 * forcing an aspect ratio for an element that's, let's say, half width, pass in 50% for $p.
 * @param  {mixed} $w  Aspect ratio numerator (usually width, i.e. the 4 of 4:3)
 * @param  {mixed} $h  Aspect ratio denominator (usually height, i.e. the 3 of 4:3)
 * @param  {mixed} $p: 100%          Expected element size
 * @return {null}
 */
/**
 * Resets any aspect ratio imposed by aspect-ratio()
 */
/**
 * Micro clearfix
 */
/**
 * Reset Micro clearfix
 */
/**
 * Disables page scrolling. Must be applied to the html element.
 */
/**
 * Transition shortcut which utilizes default duration and easing.
 */
/**
 * Setup style for fluid columns layout.
 * Create fluid equal N-columns layout for a specific element (parent).
 */
/**
 * Pop effect
 */
@-webkit-keyframes keyframe-effect-pop {
  50% {
    transform: scale(1.3); } }

@-moz-keyframes keyframe-effect-pop {
  50% {
    transform: scale(1.3); } }

@-ms-keyframes keyframe-effect-pop {
  50% {
    transform: scale(1.3); } }

@-o-keyframes keyframe-effect-pop {
  50% {
    transform: scale(1.3); } }

@keyframes keyframe-effect-pop {
  50% {
    transform: scale(1.3); } }

/**
 * Hanging effect
 */
@-webkit-keyframes keyframe-hang {
  0% {
    transform: translateY(6px); }
  50% {
    transform: translateY(2px); }
  100% {
    transform: translateY(6px); } }

@-moz-keyframes keyframe-hang {
  0% {
    transform: translateY(6px); }
  50% {
    transform: translateY(2px); }
  100% {
    transform: translateY(6px); } }

@-ms-keyframes keyframe-hang {
  0% {
    transform: translateY(6px); }
  50% {
    transform: translateY(2px); }
  100% {
    transform: translateY(6px); } }

@-o-keyframes keyframe-hang {
  0% {
    transform: translateY(6px); }
  50% {
    transform: translateY(2px); }
  100% {
    transform: translateY(6px); } }

@keyframes keyframe-hang {
  0% {
    transform: translateY(6px); }
  50% {
    transform: translateY(2px); }
  100% {
    transform: translateY(6px); } }

/**
 * Spinning
 */
@-webkit-keyframes keyframe-effect-spin {
  0% {
    transform: rotate(0); }
  7.99% {
    transform: rotate(0deg); }
  8% {
    transform: rotate(30deg); }
  15.99% {
    transform: rotate(30deg); }
  16% {
    transform: rotate(60deg); }
  24.99% {
    transform: rotate(60deg); }
  25% {
    transform: rotate(90deg); }
  32.99% {
    transform: rotate(90deg); }
  33% {
    transform: rotate(120deg); }
  40.99% {
    transform: rotate(120deg); }
  41% {
    transform: rotate(150deg); }
  49.99% {
    transform: rotate(150deg); }
  50% {
    transform: rotate(180deg); }
  57.99% {
    transform: rotate(180deg); }
  58% {
    transform: rotate(210deg); }
  65.99% {
    transform: rotate(210deg); }
  66% {
    transform: rotate(240deg); }
  74.99% {
    transform: rotate(240deg); }
  75% {
    transform: rotate(270deg); }
  82.99% {
    transform: rotate(270deg); }
  83% {
    transform: rotate(300deg); }
  90.99% {
    transform: rotate(300deg); }
  91% {
    transform: rotate(330deg); }
  99.99% {
    transform: rotate(330deg); }
  100% {
    transform: rotate(360deg); } }

@-moz-keyframes keyframe-effect-spin {
  0% {
    transform: rotate(0); }
  7.99% {
    transform: rotate(0deg); }
  8% {
    transform: rotate(30deg); }
  15.99% {
    transform: rotate(30deg); }
  16% {
    transform: rotate(60deg); }
  24.99% {
    transform: rotate(60deg); }
  25% {
    transform: rotate(90deg); }
  32.99% {
    transform: rotate(90deg); }
  33% {
    transform: rotate(120deg); }
  40.99% {
    transform: rotate(120deg); }
  41% {
    transform: rotate(150deg); }
  49.99% {
    transform: rotate(150deg); }
  50% {
    transform: rotate(180deg); }
  57.99% {
    transform: rotate(180deg); }
  58% {
    transform: rotate(210deg); }
  65.99% {
    transform: rotate(210deg); }
  66% {
    transform: rotate(240deg); }
  74.99% {
    transform: rotate(240deg); }
  75% {
    transform: rotate(270deg); }
  82.99% {
    transform: rotate(270deg); }
  83% {
    transform: rotate(300deg); }
  90.99% {
    transform: rotate(300deg); }
  91% {
    transform: rotate(330deg); }
  99.99% {
    transform: rotate(330deg); }
  100% {
    transform: rotate(360deg); } }

@-ms-keyframes keyframe-effect-spin {
  0% {
    transform: rotate(0); }
  7.99% {
    transform: rotate(0deg); }
  8% {
    transform: rotate(30deg); }
  15.99% {
    transform: rotate(30deg); }
  16% {
    transform: rotate(60deg); }
  24.99% {
    transform: rotate(60deg); }
  25% {
    transform: rotate(90deg); }
  32.99% {
    transform: rotate(90deg); }
  33% {
    transform: rotate(120deg); }
  40.99% {
    transform: rotate(120deg); }
  41% {
    transform: rotate(150deg); }
  49.99% {
    transform: rotate(150deg); }
  50% {
    transform: rotate(180deg); }
  57.99% {
    transform: rotate(180deg); }
  58% {
    transform: rotate(210deg); }
  65.99% {
    transform: rotate(210deg); }
  66% {
    transform: rotate(240deg); }
  74.99% {
    transform: rotate(240deg); }
  75% {
    transform: rotate(270deg); }
  82.99% {
    transform: rotate(270deg); }
  83% {
    transform: rotate(300deg); }
  90.99% {
    transform: rotate(300deg); }
  91% {
    transform: rotate(330deg); }
  99.99% {
    transform: rotate(330deg); }
  100% {
    transform: rotate(360deg); } }

@-o-keyframes keyframe-effect-spin {
  0% {
    transform: rotate(0); }
  7.99% {
    transform: rotate(0deg); }
  8% {
    transform: rotate(30deg); }
  15.99% {
    transform: rotate(30deg); }
  16% {
    transform: rotate(60deg); }
  24.99% {
    transform: rotate(60deg); }
  25% {
    transform: rotate(90deg); }
  32.99% {
    transform: rotate(90deg); }
  33% {
    transform: rotate(120deg); }
  40.99% {
    transform: rotate(120deg); }
  41% {
    transform: rotate(150deg); }
  49.99% {
    transform: rotate(150deg); }
  50% {
    transform: rotate(180deg); }
  57.99% {
    transform: rotate(180deg); }
  58% {
    transform: rotate(210deg); }
  65.99% {
    transform: rotate(210deg); }
  66% {
    transform: rotate(240deg); }
  74.99% {
    transform: rotate(240deg); }
  75% {
    transform: rotate(270deg); }
  82.99% {
    transform: rotate(270deg); }
  83% {
    transform: rotate(300deg); }
  90.99% {
    transform: rotate(300deg); }
  91% {
    transform: rotate(330deg); }
  99.99% {
    transform: rotate(330deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes keyframe-effect-spin {
  0% {
    transform: rotate(0); }
  7.99% {
    transform: rotate(0deg); }
  8% {
    transform: rotate(30deg); }
  15.99% {
    transform: rotate(30deg); }
  16% {
    transform: rotate(60deg); }
  24.99% {
    transform: rotate(60deg); }
  25% {
    transform: rotate(90deg); }
  32.99% {
    transform: rotate(90deg); }
  33% {
    transform: rotate(120deg); }
  40.99% {
    transform: rotate(120deg); }
  41% {
    transform: rotate(150deg); }
  49.99% {
    transform: rotate(150deg); }
  50% {
    transform: rotate(180deg); }
  57.99% {
    transform: rotate(180deg); }
  58% {
    transform: rotate(210deg); }
  65.99% {
    transform: rotate(210deg); }
  66% {
    transform: rotate(240deg); }
  74.99% {
    transform: rotate(240deg); }
  75% {
    transform: rotate(270deg); }
  82.99% {
    transform: rotate(270deg); }
  83% {
    transform: rotate(300deg); }
  90.99% {
    transform: rotate(300deg); }
  91% {
    transform: rotate(330deg); }
  99.99% {
    transform: rotate(330deg); }
  100% {
    transform: rotate(360deg); } }

.btn-visualizer span.text, .editorContent .btn-visualizer span.text, .productSpec.hideShow .hideShow-header .productSpec-title, .productSpec.hideShow .hideShow-header .productSpec-linkTitle, .productDetails-visual-canvas div[preview] .productDetails-visual-variants.dylotInfo .head, .widget_pageContent_collapsible .buttons .linkItems li a {
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase; }

.svgSprite_add_tile, .svgSprite_arrow-back-shadow, .svgSprite_arrow-forward-shadow, .svgSprite_arrow-left, .svgSprite_arrow-right, .svgSprite_base_tile_lock, .svgSprite_black_cart, .svgSprite_black_check, .svgSprite_cart, .svgSprite_cart_grey, .svgSprite_checkmark, .svgSprite_close, .svgSprite_delete, .svgSprite_delete_hover, .svgSprite_delete_larger, .svgSprite_delete_larger_hover, .svgSprite_delete_square, .svgSprite_delete_square_hover, .svgSprite_downloads_button, .svgSprite_globe, .svgSprite_installation_method_button, .svgSprite_jj_logo, .svgSprite_larger_pattern, .svgSprite_larger_pattern_hover, .svgSprite_less, .svgSprite_mobile, .svgSprite_more, .svgSprite_pattern_download, .svgSprite_pattern_view, .svgSprite_pattern_view_hover, .svgSprite_pdf_download_white, .svgSprite_pdf_downloads, .svgSprite_pencil, .svgSprite_pencil_hover, .svgSprite_phone, .svgSprite_red_x, .svgSprite_remove, .svgSprite_remove_white, .svgSprite_room_toggle, .svgSprite_rooms_button, .svgSprite_rooms_downloads, .svgSprite_rotate, .svgSprite_rotate_hover, .svgSprite_rotate_redo, .svgSprite_rotate_redo_hover, .svgSprite_rotate_redo_square, .svgSprite_rotate_redo_square_hover, .svgSprite_rotate_undo, .svgSprite_rotate_undo_hover, .svgSprite_rotate_undo_square, .svgSprite_rotate_undo_square_hover, .svgSprite_search, .svgSprite_search-gray-sm, .svgSprite_search_grey, .svgSprite_search_utility, .svgSprite_search_white, .svgSprite_small_play, .svgSprite_smaller_pattern, .svgSprite_smaller_pattern_hover, .svgSprite_social_email, .svgSprite_swatch_toggle, .svgSprite_tile_variants, .svgSprite_tiled_view, .svgSprite_tiled_view_hover, .svgSprite_virtual_sample, .svgSprite_white_check {
  font: 0/0;
  text-shadow: none;
  color: transparent; }

.svgSprite_add_tile, .svgSprite_arrow-back-shadow, .svgSprite_arrow-forward-shadow, .svgSprite_arrow-left, .svgSprite_arrow-right, .svgSprite_base_tile_lock, .svgSprite_black_cart, .svgSprite_black_check, .svgSprite_cart, .svgSprite_cart_grey, .svgSprite_checkmark, .svgSprite_close, .svgSprite_delete, .svgSprite_delete:hover,
:hover > .svgSprite_delete.hoverParent, .svgSprite_delete_hover, .svgSprite_delete_larger, .svgSprite_delete_larger:hover,
:hover > .svgSprite_delete_larger.hoverParent, .svgSprite_delete_larger_hover, .svgSprite_delete_square, .svgSprite_delete_square:hover,
:hover > .svgSprite_delete_square.hoverParent, .svgSprite_delete_square_hover, .svgSprite_downloads_button, .svgSprite_globe, .svgSprite_installation_method_button, .svgSprite_jj_logo, .svgSprite_larger_pattern, .svgSprite_larger_pattern:hover,
:hover > .svgSprite_larger_pattern.hoverParent, .svgSprite_larger_pattern_hover, .svgSprite_less, .svgSprite_mobile, .svgSprite_more, .svgSprite_pattern_download, .svgSprite_pattern_view, .svgSprite_pattern_view:hover,
:hover > .svgSprite_pattern_view.hoverParent, .svgSprite_pattern_view_hover, .svgSprite_pdf_download_white, .svgSprite_pdf_downloads, .svgSprite_pencil, .svgSprite_pencil:hover,
:hover > .svgSprite_pencil.hoverParent, .svgSprite_pencil_hover, .svgSprite_phone, .svgSprite_red_x, .svgSprite_remove, .svgSprite_remove_white, .svgSprite_room_toggle, .svgSprite_rooms_button, .svgSprite_rooms_downloads, .svgSprite_rotate, .svgSprite_rotate:hover,
:hover > .svgSprite_rotate.hoverParent, .svgSprite_rotate_hover, .svgSprite_rotate_redo, .svgSprite_rotate_redo:hover,
:hover > .svgSprite_rotate_redo.hoverParent, .svgSprite_rotate_redo_hover, .svgSprite_rotate_redo_square, .svgSprite_rotate_redo_square:hover,
:hover > .svgSprite_rotate_redo_square.hoverParent, .svgSprite_rotate_redo_square_hover, .svgSprite_rotate_undo, .svgSprite_rotate_undo:hover,
:hover > .svgSprite_rotate_undo.hoverParent, .svgSprite_rotate_undo_hover, .svgSprite_rotate_undo_square, .svgSprite_rotate_undo_square:hover,
:hover > .svgSprite_rotate_undo_square.hoverParent, .svgSprite_rotate_undo_square_hover, .svgSprite_search, .svgSprite_search-gray-sm, .svgSprite_search_grey, .svgSprite_search_utility, .svgSprite_search_white, .svgSprite_small_play, .svgSprite_smaller_pattern, .svgSprite_smaller_pattern:hover,
:hover > .svgSprite_smaller_pattern.hoverParent, .svgSprite_smaller_pattern_hover, .svgSprite_social_email, .svgSprite_swatch_toggle, .svgSprite_tile_variants, .svgSprite_tiled_view, .svgSprite_tiled_view:hover,
:hover > .svgSprite_tiled_view.hoverParent, .svgSprite_tiled_view_hover, .svgSprite_virtual_sample, .svgSprite_white_check, .imageAction-action_download i:before, .numInput-inc:after,
.numInput-dec:after, .ico-share-email:after, .utilBar-search .btn:after, .header-nav .header-nav-utility-search .btn:after, .utilBar-search .btn-plain:after, .header-nav .header-nav-utility-search .btn-plain:after, .utilBar-search .btn-main:after, .header-nav .header-nav-utility-search .btn-main:after, .utilBar-search .thumb-button:after, .header-nav .header-nav-utility-search .thumb-button:after, .utilBar-search .widget_pageContent_collapsible .buttons .linkItems li a:after, .widget_pageContent_collapsible .buttons .linkItems li .utilBar-search a:after, .header-nav .header-nav-utility-search .widget_pageContent_collapsible .buttons .linkItems li a:after, .widget_pageContent_collapsible .buttons .linkItems li .header-nav .header-nav-utility-search a:after, .utilBar-search .btn-main-sm:after, .header-nav .header-nav-utility-search .btn-main-sm:after, .utilBar-search .editorContent form input[type='submit']:after, .editorContent form .utilBar-search input[type='submit']:after, .header-nav .header-nav-utility-search .editorContent form input[type='submit']:after, .editorContent form .header-nav .header-nav-utility-search input[type='submit']:after, .utilBar-search .gform_submit_button:after, .header-nav .header-nav-utility-search .gform_submit_button:after, .utilBar-search .gform_next_button:after, .header-nav .header-nav-utility-search .gform_next_button:after, .utilBar-search .gform_previous_button:after, .header-nav .header-nav-utility-search .gform_previous_button:after, .utilBar-search .btn-cart:after, .header-nav .header-nav-utility-search .btn-cart:after, .utilBar-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:after, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .utilBar-search a:after, .header-nav .header-nav-utility-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:after, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav .header-nav-utility-search a:after, .utilBar-search .widget_spotlightProduct .widget-info a:after, .widget_spotlightProduct .widget-info .utilBar-search a:after, .header-nav .header-nav-utility-search .widget_spotlightProduct .widget-info a:after, .widget_spotlightProduct .widget-info .header-nav .header-nav-utility-search a:after, .utilBar-search .btn-clear:after, .header-nav .header-nav-utility-search .btn-clear:after, .utilBar-search .btn-white:after, .header-nav .header-nav-utility-search .btn-white:after, .utilBar-search .btn-default:after, .header-nav .header-nav-utility-search .btn-default:after, .utilBar-search .btn-default-sm:after, .header-nav .header-nav-utility-search .btn-default-sm:after, .utilBar-search .gform_reset_button:after, .header-nav .header-nav-utility-search .gform_reset_button:after, .utilBar-search .btn-ico:after, .header-nav .header-nav-utility-search .btn-ico:after, .header-nav-search-form .btn.remove:after, .header-nav-search-form .remove.btn-plain:after, .header-nav-search-form .remove.btn-main:after, .header-nav-search-form .remove.thumb-button:after, .header-nav-search-form .widget_pageContent_collapsible .buttons .linkItems li a.remove:after, .widget_pageContent_collapsible .buttons .linkItems li .header-nav-search-form a.remove:after, .header-nav-search-form .remove.btn-main-sm:after, .header-nav-search-form .editorContent form input.remove[type='submit']:after, .editorContent form .header-nav-search-form input.remove[type='submit']:after, .header-nav-search-form .remove.gform_submit_button:after, .header-nav-search-form .remove.gform_next_button:after, .header-nav-search-form .remove.gform_previous_button:after, .header-nav-search-form .remove.btn-cart:after, .header-nav-search-form .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a.remove:after, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav-search-form a.remove:after, .header-nav-search-form .widget_spotlightProduct .widget-info a.remove:after, .widget_spotlightProduct .widget-info .header-nav-search-form a.remove:after, .header-nav-search-form .remove.btn-clear:after, .header-nav-search-form .remove.btn-white:after, .header-nav-search-form .remove.btn-default:after, .header-nav-search-form .remove.btn-default-sm:after, .header-nav-search-form .remove.gform_reset_button:after, .header-nav-search-form .remove.btn-ico:after, .header-nav-search-form .btn.search:after, .header-nav-search-form .search.btn-plain:after, .header-nav-search-form .search.btn-main:after, .header-nav-search-form .search.thumb-button:after, .header-nav-search-form .widget_pageContent_collapsible .buttons .linkItems li a.search:after, .widget_pageContent_collapsible .buttons .linkItems li .header-nav-search-form a.search:after, .header-nav-search-form .search.btn-main-sm:after, .header-nav-search-form .editorContent form input.search[type='submit']:after, .editorContent form .header-nav-search-form input.search[type='submit']:after, .header-nav-search-form .search.gform_submit_button:after, .header-nav-search-form .search.gform_next_button:after, .header-nav-search-form .search.gform_previous_button:after, .header-nav-search-form .search.btn-cart:after, .header-nav-search-form .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a.search:after, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav-search-form a.search:after, .header-nav-search-form .widget_spotlightProduct .widget-info a.search:after, .widget_spotlightProduct .widget-info .header-nav-search-form a.search:after, .header-nav-search-form .search.btn-clear:after, .header-nav-search-form .search.btn-white:after, .header-nav-search-form .search.btn-default:after, .header-nav-search-form .search.btn-default-sm:after, .header-nav-search-form .search.gform_reset_button:after, .header-nav-search-form .search.btn-ico:after, .footerBar-search .btn .ico, .footerBar-search .btn-plain .ico, .footerBar-search .btn-main .ico, .footerBar-search .thumb-button .ico, .footerBar-search .widget_pageContent_collapsible .buttons .linkItems li a .ico, .widget_pageContent_collapsible .buttons .linkItems li .footerBar-search a .ico, .footerBar-search .btn-main-sm .ico, .footerBar-search .editorContent form input[type='submit'] .ico, .editorContent form .footerBar-search input[type='submit'] .ico, .footerBar-search .gform_submit_button .ico, .footerBar-search .gform_next_button .ico, .footerBar-search .gform_previous_button .ico, .footerBar-search .btn-cart .ico, .footerBar-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a .ico, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .footerBar-search a .ico, .footerBar-search .widget_spotlightProduct .widget-info a .ico, .widget_spotlightProduct .widget-info .footerBar-search a .ico, .footerBar-search .btn-clear .ico, .footerBar-search .btn-white .ico, .footerBar-search .btn-default .ico, .footerBar-search .btn-default-sm .ico, .footerBar-search .gform_reset_button .ico, .footerBar-search .btn-ico .ico, .product-variant .image .cart-link .cart-added-icon span, .product-variant .image .cart-link .cart-remove-icon span, .product-variant.active .cart-link .cart-added-icon span, .cartTable .cartItem-remove:after, .productDownloadOptions-type .svgSprite_tiled_view_hover, .visualizer-tileBrowser-style-selected > span, .visualizer-tileBrowser-color-selected > span, .widget_contentCarousel .carousel-nav-prev:before, .widget_contentCarousel .carousel-nav-next:before, .widget_imageCarousel .carousel-nav-prev:before, .widget_acfSlides .carousel-nav-prev:before, .widget_imageCarousel .carousel-nav-next:before, .widget_acfSlides .carousel-nav-next:before, .widget_bottomText_tileTabs .carousel-nav-prev:before, .widget_bottomText_tileTabs .carousel-nav-next:before, .linkItems-carousel .carousel-nav-prev:before, .linkItems-carousel .carousel-nav-next:before, .widget_productCarousel .carousel-nav-prev:before, .widget_productCarousel .carousel-nav-next:before, .widget_repFilter .filters-title:before, .widget_repSearchResults .searchResult .rep-contact_phone:before, .widget_repGsaContact .searchResult .rep-contact_phone:before, .widget_repSearchResults .searchResult .rep-contact_mobile:before, .widget_repGsaContact .searchResult .rep-contact_mobile:before, .popup-button-close:before, .showroomInfoPopup-content .popup-title:before, .showroomInfoPopup-content .popup-body-phone:before, .showroomInfoPopup-content .popup-body-mobile:before {
  background-image: url(../svg-spritesheets/sprites-a43c5940.svg); }
  .no-svg .svgSprite_add_tile, .no-svg .svgSprite_arrow-back-shadow, .no-svg .svgSprite_arrow-forward-shadow, .no-svg .svgSprite_arrow-left, .no-svg .svgSprite_arrow-right, .no-svg .svgSprite_base_tile_lock, .no-svg .svgSprite_black_cart, .no-svg .svgSprite_black_check, .no-svg .svgSprite_cart, .no-svg .svgSprite_cart_grey, .no-svg .svgSprite_checkmark, .no-svg .svgSprite_close, .no-svg .svgSprite_delete, .no-svg .svgSprite_delete:hover,
  .no-svg :hover > .svgSprite_delete.hoverParent, .no-svg .svgSprite_delete_hover, .no-svg .svgSprite_delete_larger, .no-svg .svgSprite_delete_larger:hover,
  .no-svg :hover > .svgSprite_delete_larger.hoverParent, .no-svg .svgSprite_delete_larger_hover, .no-svg .svgSprite_delete_square, .no-svg .svgSprite_delete_square:hover,
  .no-svg :hover > .svgSprite_delete_square.hoverParent, .no-svg .svgSprite_delete_square_hover, .no-svg .svgSprite_downloads_button, .no-svg .svgSprite_globe, .no-svg .svgSprite_installation_method_button, .no-svg .svgSprite_jj_logo, .no-svg .svgSprite_larger_pattern, .no-svg .svgSprite_larger_pattern:hover,
  .no-svg :hover > .svgSprite_larger_pattern.hoverParent, .no-svg .svgSprite_larger_pattern_hover, .no-svg .svgSprite_less, .no-svg .svgSprite_mobile, .no-svg .svgSprite_more, .no-svg .svgSprite_pattern_download, .no-svg .svgSprite_pattern_view, .no-svg .svgSprite_pattern_view:hover,
  .no-svg :hover > .svgSprite_pattern_view.hoverParent, .no-svg .svgSprite_pattern_view_hover, .no-svg .svgSprite_pdf_download_white, .no-svg .svgSprite_pdf_downloads, .no-svg .svgSprite_pencil, .no-svg .svgSprite_pencil:hover,
  .no-svg :hover > .svgSprite_pencil.hoverParent, .no-svg .svgSprite_pencil_hover, .no-svg .svgSprite_phone, .no-svg .svgSprite_red_x, .no-svg .svgSprite_remove, .no-svg .svgSprite_remove_white, .no-svg .svgSprite_room_toggle, .no-svg .svgSprite_rooms_button, .no-svg .svgSprite_rooms_downloads, .no-svg .svgSprite_rotate, .no-svg .svgSprite_rotate:hover,
  .no-svg :hover > .svgSprite_rotate.hoverParent, .no-svg .svgSprite_rotate_hover, .no-svg .svgSprite_rotate_redo, .no-svg .svgSprite_rotate_redo:hover,
  .no-svg :hover > .svgSprite_rotate_redo.hoverParent, .no-svg .svgSprite_rotate_redo_hover, .no-svg .svgSprite_rotate_redo_square, .no-svg .svgSprite_rotate_redo_square:hover,
  .no-svg :hover > .svgSprite_rotate_redo_square.hoverParent, .no-svg .svgSprite_rotate_redo_square_hover, .no-svg .svgSprite_rotate_undo, .no-svg .svgSprite_rotate_undo:hover,
  .no-svg :hover > .svgSprite_rotate_undo.hoverParent, .no-svg .svgSprite_rotate_undo_hover, .no-svg .svgSprite_rotate_undo_square, .no-svg .svgSprite_rotate_undo_square:hover,
  .no-svg :hover > .svgSprite_rotate_undo_square.hoverParent, .no-svg .svgSprite_rotate_undo_square_hover, .no-svg .svgSprite_search, .no-svg .svgSprite_search-gray-sm, .no-svg .svgSprite_search_grey, .no-svg .svgSprite_search_utility, .no-svg .svgSprite_search_white, .no-svg .svgSprite_small_play, .no-svg .svgSprite_smaller_pattern, .no-svg .svgSprite_smaller_pattern:hover,
  .no-svg :hover > .svgSprite_smaller_pattern.hoverParent, .no-svg .svgSprite_smaller_pattern_hover, .no-svg .svgSprite_social_email, .no-svg .svgSprite_swatch_toggle, .no-svg .svgSprite_tile_variants, .no-svg .svgSprite_tiled_view, .no-svg .svgSprite_tiled_view:hover,
  .no-svg :hover > .svgSprite_tiled_view.hoverParent, .no-svg .svgSprite_tiled_view_hover, .no-svg .svgSprite_virtual_sample, .no-svg .svgSprite_white_check, .no-svg .imageAction-action_download i:before, .imageAction-action_download .no-svg i:before, .no-svg .numInput-inc:after,
  .no-svg .numInput-dec:after, .no-svg .ico-share-email:after, .no-svg .utilBar-search .btn:after, .utilBar-search .no-svg .btn:after, .no-svg .header-nav .header-nav-utility-search .btn:after, .header-nav .header-nav-utility-search .no-svg .btn:after, .no-svg .utilBar-search .btn-plain:after, .utilBar-search .no-svg .btn-plain:after, .no-svg .header-nav .header-nav-utility-search .btn-plain:after, .header-nav .header-nav-utility-search .no-svg .btn-plain:after, .no-svg .utilBar-search .btn-main:after, .utilBar-search .no-svg .btn-main:after, .no-svg .header-nav .header-nav-utility-search .btn-main:after, .header-nav .header-nav-utility-search .no-svg .btn-main:after, .no-svg .utilBar-search .thumb-button:after, .utilBar-search .no-svg .thumb-button:after, .no-svg .header-nav .header-nav-utility-search .thumb-button:after, .header-nav .header-nav-utility-search .no-svg .thumb-button:after, .no-svg .utilBar-search .widget_pageContent_collapsible .buttons .linkItems li a:after, .utilBar-search .widget_pageContent_collapsible .buttons .linkItems li .no-svg a:after, .no-svg .widget_pageContent_collapsible .buttons .linkItems li .utilBar-search a:after, .widget_pageContent_collapsible .buttons .linkItems li .utilBar-search .no-svg a:after, .no-svg .header-nav .header-nav-utility-search .widget_pageContent_collapsible .buttons .linkItems li a:after, .header-nav .header-nav-utility-search .widget_pageContent_collapsible .buttons .linkItems li .no-svg a:after, .no-svg .widget_pageContent_collapsible .buttons .linkItems li .header-nav .header-nav-utility-search a:after, .widget_pageContent_collapsible .buttons .linkItems li .header-nav .header-nav-utility-search .no-svg a:after, .no-svg .utilBar-search .btn-main-sm:after, .utilBar-search .no-svg .btn-main-sm:after, .no-svg .header-nav .header-nav-utility-search .btn-main-sm:after, .header-nav .header-nav-utility-search .no-svg .btn-main-sm:after, .no-svg .utilBar-search .editorContent form input[type='submit']:after, .utilBar-search .editorContent form .no-svg input[type='submit']:after, .no-svg .editorContent form .utilBar-search input[type='submit']:after, .editorContent form .utilBar-search .no-svg input[type='submit']:after, .no-svg .header-nav .header-nav-utility-search .editorContent form input[type='submit']:after, .header-nav .header-nav-utility-search .editorContent form .no-svg input[type='submit']:after, .no-svg .editorContent form .header-nav .header-nav-utility-search input[type='submit']:after, .editorContent form .header-nav .header-nav-utility-search .no-svg input[type='submit']:after, .no-svg .utilBar-search .gform_submit_button:after, .utilBar-search .no-svg .gform_submit_button:after, .no-svg .header-nav .header-nav-utility-search .gform_submit_button:after, .header-nav .header-nav-utility-search .no-svg .gform_submit_button:after, .no-svg .utilBar-search .gform_next_button:after, .utilBar-search .no-svg .gform_next_button:after, .no-svg .header-nav .header-nav-utility-search .gform_next_button:after, .header-nav .header-nav-utility-search .no-svg .gform_next_button:after, .no-svg .utilBar-search .gform_previous_button:after, .utilBar-search .no-svg .gform_previous_button:after, .no-svg .header-nav .header-nav-utility-search .gform_previous_button:after, .header-nav .header-nav-utility-search .no-svg .gform_previous_button:after, .no-svg .utilBar-search .btn-cart:after, .utilBar-search .no-svg .btn-cart:after, .no-svg .header-nav .header-nav-utility-search .btn-cart:after, .header-nav .header-nav-utility-search .no-svg .btn-cart:after, .no-svg .utilBar-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:after, .utilBar-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .no-svg a:after, .no-svg .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .utilBar-search a:after, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .utilBar-search .no-svg a:after, .no-svg .header-nav .header-nav-utility-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:after, .header-nav .header-nav-utility-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .no-svg a:after, .no-svg .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav .header-nav-utility-search a:after, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav .header-nav-utility-search .no-svg a:after, .no-svg .utilBar-search .widget_spotlightProduct .widget-info a:after, .utilBar-search .widget_spotlightProduct .widget-info .no-svg a:after, .no-svg .widget_spotlightProduct .widget-info .utilBar-search a:after, .widget_spotlightProduct .widget-info .utilBar-search .no-svg a:after, .no-svg .header-nav .header-nav-utility-search .widget_spotlightProduct .widget-info a:after, .header-nav .header-nav-utility-search .widget_spotlightProduct .widget-info .no-svg a:after, .no-svg .widget_spotlightProduct .widget-info .header-nav .header-nav-utility-search a:after, .widget_spotlightProduct .widget-info .header-nav .header-nav-utility-search .no-svg a:after, .no-svg .utilBar-search .btn-clear:after, .utilBar-search .no-svg .btn-clear:after, .no-svg .header-nav .header-nav-utility-search .btn-clear:after, .header-nav .header-nav-utility-search .no-svg .btn-clear:after, .no-svg .utilBar-search .btn-white:after, .utilBar-search .no-svg .btn-white:after, .no-svg .header-nav .header-nav-utility-search .btn-white:after, .header-nav .header-nav-utility-search .no-svg .btn-white:after, .no-svg .utilBar-search .btn-default:after, .utilBar-search .no-svg .btn-default:after, .no-svg .header-nav .header-nav-utility-search .btn-default:after, .header-nav .header-nav-utility-search .no-svg .btn-default:after, .no-svg .utilBar-search .btn-default-sm:after, .utilBar-search .no-svg .btn-default-sm:after, .no-svg .header-nav .header-nav-utility-search .btn-default-sm:after, .header-nav .header-nav-utility-search .no-svg .btn-default-sm:after, .no-svg .utilBar-search .gform_reset_button:after, .utilBar-search .no-svg .gform_reset_button:after, .no-svg .header-nav .header-nav-utility-search .gform_reset_button:after, .header-nav .header-nav-utility-search .no-svg .gform_reset_button:after, .no-svg .utilBar-search .btn-ico:after, .utilBar-search .no-svg .btn-ico:after, .no-svg .header-nav .header-nav-utility-search .btn-ico:after, .header-nav .header-nav-utility-search .no-svg .btn-ico:after, .no-svg .header-nav-search-form .btn.remove:after, .header-nav-search-form .no-svg .btn.remove:after, .no-svg .header-nav-search-form .remove.btn-plain:after, .header-nav-search-form .no-svg .remove.btn-plain:after, .no-svg .header-nav-search-form .remove.btn-main:after, .header-nav-search-form .no-svg .remove.btn-main:after, .no-svg .header-nav-search-form .remove.thumb-button:after, .header-nav-search-form .no-svg .remove.thumb-button:after, .no-svg .header-nav-search-form .widget_pageContent_collapsible .buttons .linkItems li a.remove:after, .header-nav-search-form .widget_pageContent_collapsible .buttons .linkItems li .no-svg a.remove:after, .no-svg .widget_pageContent_collapsible .buttons .linkItems li .header-nav-search-form a.remove:after, .widget_pageContent_collapsible .buttons .linkItems li .header-nav-search-form .no-svg a.remove:after, .no-svg .header-nav-search-form .remove.btn-main-sm:after, .header-nav-search-form .no-svg .remove.btn-main-sm:after, .no-svg .header-nav-search-form .editorContent form input.remove[type='submit']:after, .header-nav-search-form .editorContent form .no-svg input.remove[type='submit']:after, .no-svg .editorContent form .header-nav-search-form input.remove[type='submit']:after, .editorContent form .header-nav-search-form .no-svg input.remove[type='submit']:after, .no-svg .header-nav-search-form .remove.gform_submit_button:after, .header-nav-search-form .no-svg .remove.gform_submit_button:after, .no-svg .header-nav-search-form .remove.gform_next_button:after, .header-nav-search-form .no-svg .remove.gform_next_button:after, .no-svg .header-nav-search-form .remove.gform_previous_button:after, .header-nav-search-form .no-svg .remove.gform_previous_button:after, .no-svg .header-nav-search-form .remove.btn-cart:after, .header-nav-search-form .no-svg .remove.btn-cart:after, .no-svg .header-nav-search-form .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a.remove:after, .header-nav-search-form .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .no-svg a.remove:after, .no-svg .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav-search-form a.remove:after, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav-search-form .no-svg a.remove:after, .no-svg .header-nav-search-form .widget_spotlightProduct .widget-info a.remove:after, .header-nav-search-form .widget_spotlightProduct .widget-info .no-svg a.remove:after, .no-svg .widget_spotlightProduct .widget-info .header-nav-search-form a.remove:after, .widget_spotlightProduct .widget-info .header-nav-search-form .no-svg a.remove:after, .no-svg .header-nav-search-form .remove.btn-clear:after, .header-nav-search-form .no-svg .remove.btn-clear:after, .no-svg .header-nav-search-form .remove.btn-white:after, .header-nav-search-form .no-svg .remove.btn-white:after, .no-svg .header-nav-search-form .remove.btn-default:after, .header-nav-search-form .no-svg .remove.btn-default:after, .no-svg .header-nav-search-form .remove.btn-default-sm:after, .header-nav-search-form .no-svg .remove.btn-default-sm:after, .no-svg .header-nav-search-form .remove.gform_reset_button:after, .header-nav-search-form .no-svg .remove.gform_reset_button:after, .no-svg .header-nav-search-form .remove.btn-ico:after, .header-nav-search-form .no-svg .remove.btn-ico:after, .no-svg .header-nav-search-form .btn.search:after, .header-nav-search-form .no-svg .btn.search:after, .no-svg .header-nav-search-form .search.btn-plain:after, .header-nav-search-form .no-svg .search.btn-plain:after, .no-svg .header-nav-search-form .search.btn-main:after, .header-nav-search-form .no-svg .search.btn-main:after, .no-svg .header-nav-search-form .search.thumb-button:after, .header-nav-search-form .no-svg .search.thumb-button:after, .no-svg .header-nav-search-form .widget_pageContent_collapsible .buttons .linkItems li a.search:after, .header-nav-search-form .widget_pageContent_collapsible .buttons .linkItems li .no-svg a.search:after, .no-svg .widget_pageContent_collapsible .buttons .linkItems li .header-nav-search-form a.search:after, .widget_pageContent_collapsible .buttons .linkItems li .header-nav-search-form .no-svg a.search:after, .no-svg .header-nav-search-form .search.btn-main-sm:after, .header-nav-search-form .no-svg .search.btn-main-sm:after, .no-svg .header-nav-search-form .editorContent form input.search[type='submit']:after, .header-nav-search-form .editorContent form .no-svg input.search[type='submit']:after, .no-svg .editorContent form .header-nav-search-form input.search[type='submit']:after, .editorContent form .header-nav-search-form .no-svg input.search[type='submit']:after, .no-svg .header-nav-search-form .search.gform_submit_button:after, .header-nav-search-form .no-svg .search.gform_submit_button:after, .no-svg .header-nav-search-form .search.gform_next_button:after, .header-nav-search-form .no-svg .search.gform_next_button:after, .no-svg .header-nav-search-form .search.gform_previous_button:after, .header-nav-search-form .no-svg .search.gform_previous_button:after, .no-svg .header-nav-search-form .search.btn-cart:after, .header-nav-search-form .no-svg .search.btn-cart:after, .no-svg .header-nav-search-form .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a.search:after, .header-nav-search-form .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .no-svg a.search:after, .no-svg .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav-search-form a.search:after, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav-search-form .no-svg a.search:after, .no-svg .header-nav-search-form .widget_spotlightProduct .widget-info a.search:after, .header-nav-search-form .widget_spotlightProduct .widget-info .no-svg a.search:after, .no-svg .widget_spotlightProduct .widget-info .header-nav-search-form a.search:after, .widget_spotlightProduct .widget-info .header-nav-search-form .no-svg a.search:after, .no-svg .header-nav-search-form .search.btn-clear:after, .header-nav-search-form .no-svg .search.btn-clear:after, .no-svg .header-nav-search-form .search.btn-white:after, .header-nav-search-form .no-svg .search.btn-white:after, .no-svg .header-nav-search-form .search.btn-default:after, .header-nav-search-form .no-svg .search.btn-default:after, .no-svg .header-nav-search-form .search.btn-default-sm:after, .header-nav-search-form .no-svg .search.btn-default-sm:after, .no-svg .header-nav-search-form .search.gform_reset_button:after, .header-nav-search-form .no-svg .search.gform_reset_button:after, .no-svg .header-nav-search-form .search.btn-ico:after, .header-nav-search-form .no-svg .search.btn-ico:after, .no-svg .footerBar-search .btn .ico, .footerBar-search .btn .no-svg .ico, .no-svg .footerBar-search .btn-plain .ico, .footerBar-search .btn-plain .no-svg .ico, .no-svg .footerBar-search .btn-main .ico, .footerBar-search .btn-main .no-svg .ico, .no-svg .footerBar-search .thumb-button .ico, .footerBar-search .thumb-button .no-svg .ico, .no-svg .footerBar-search .widget_pageContent_collapsible .buttons .linkItems li a .ico, .footerBar-search .widget_pageContent_collapsible .buttons .linkItems li a .no-svg .ico, .no-svg .widget_pageContent_collapsible .buttons .linkItems li .footerBar-search a .ico, .widget_pageContent_collapsible .buttons .linkItems li .footerBar-search a .no-svg .ico, .no-svg .footerBar-search .btn-main-sm .ico, .footerBar-search .btn-main-sm .no-svg .ico, .no-svg .footerBar-search .editorContent form input[type='submit'] .ico, .footerBar-search .editorContent form input[type='submit'] .no-svg .ico, .no-svg .editorContent form .footerBar-search input[type='submit'] .ico, .editorContent form .footerBar-search input[type='submit'] .no-svg .ico, .no-svg .footerBar-search .gform_submit_button .ico, .footerBar-search .gform_submit_button .no-svg .ico, .no-svg .footerBar-search .gform_next_button .ico, .footerBar-search .gform_next_button .no-svg .ico, .no-svg .footerBar-search .gform_previous_button .ico, .footerBar-search .gform_previous_button .no-svg .ico, .no-svg .footerBar-search .btn-cart .ico, .footerBar-search .btn-cart .no-svg .ico, .no-svg .footerBar-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a .ico, .footerBar-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a .no-svg .ico, .no-svg .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .footerBar-search a .ico, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .footerBar-search a .no-svg .ico, .no-svg .footerBar-search .widget_spotlightProduct .widget-info a .ico, .footerBar-search .widget_spotlightProduct .widget-info a .no-svg .ico, .no-svg .widget_spotlightProduct .widget-info .footerBar-search a .ico, .widget_spotlightProduct .widget-info .footerBar-search a .no-svg .ico, .no-svg .footerBar-search .btn-clear .ico, .footerBar-search .btn-clear .no-svg .ico, .no-svg .footerBar-search .btn-white .ico, .footerBar-search .btn-white .no-svg .ico, .no-svg .footerBar-search .btn-default .ico, .footerBar-search .btn-default .no-svg .ico, .no-svg .footerBar-search .btn-default-sm .ico, .footerBar-search .btn-default-sm .no-svg .ico, .no-svg .footerBar-search .gform_reset_button .ico, .footerBar-search .gform_reset_button .no-svg .ico, .no-svg .footerBar-search .btn-ico .ico, .footerBar-search .btn-ico .no-svg .ico, .no-svg .product-variant .image .cart-link .cart-added-icon span, .product-variant .image .cart-link .cart-added-icon .no-svg span, .no-svg .product-variant .image .cart-link .cart-remove-icon span, .product-variant .image .cart-link .cart-remove-icon .no-svg span, .no-svg .product-variant.active .cart-link .cart-added-icon span, .product-variant.active .cart-link .cart-added-icon .no-svg span, .no-svg .cartTable .cartItem-remove:after, .cartTable .no-svg .cartItem-remove:after, .no-svg .productDownloadOptions-type .svgSprite_tiled_view_hover, .productDownloadOptions-type .no-svg .svgSprite_tiled_view_hover, .no-svg .visualizer-tileBrowser-style-selected > span, .no-svg .visualizer-tileBrowser-color-selected > span, .no-svg .widget_contentCarousel .carousel-nav-prev:before, .widget_contentCarousel .no-svg .carousel-nav-prev:before, .no-svg .widget_contentCarousel .carousel-nav-next:before, .widget_contentCarousel .no-svg .carousel-nav-next:before, .no-svg .widget_imageCarousel .carousel-nav-prev:before, .widget_imageCarousel .no-svg .carousel-nav-prev:before, .no-svg .widget_acfSlides .carousel-nav-prev:before, .widget_acfSlides .no-svg .carousel-nav-prev:before, .no-svg .widget_imageCarousel .carousel-nav-next:before, .widget_imageCarousel .no-svg .carousel-nav-next:before, .no-svg .widget_acfSlides .carousel-nav-next:before, .widget_acfSlides .no-svg .carousel-nav-next:before, .no-svg .widget_bottomText_tileTabs .carousel-nav-prev:before, .widget_bottomText_tileTabs .no-svg .carousel-nav-prev:before, .no-svg .widget_bottomText_tileTabs .carousel-nav-next:before, .widget_bottomText_tileTabs .no-svg .carousel-nav-next:before, .no-svg .linkItems-carousel .carousel-nav-prev:before, .linkItems-carousel .no-svg .carousel-nav-prev:before, .no-svg .linkItems-carousel .carousel-nav-next:before, .linkItems-carousel .no-svg .carousel-nav-next:before, .no-svg .widget_productCarousel .carousel-nav-prev:before, .widget_productCarousel .no-svg .carousel-nav-prev:before, .no-svg .widget_productCarousel .carousel-nav-next:before, .widget_productCarousel .no-svg .carousel-nav-next:before, .no-svg .widget_repFilter .filters-title:before, .widget_repFilter .no-svg .filters-title:before, .no-svg .widget_repSearchResults .searchResult .rep-contact_phone:before, .widget_repSearchResults .searchResult .no-svg .rep-contact_phone:before, .no-svg .widget_repGsaContact .searchResult .rep-contact_phone:before, .widget_repGsaContact .searchResult .no-svg .rep-contact_phone:before, .no-svg .widget_repSearchResults .searchResult .rep-contact_mobile:before, .widget_repSearchResults .searchResult .no-svg .rep-contact_mobile:before, .no-svg .widget_repGsaContact .searchResult .rep-contact_mobile:before, .widget_repGsaContact .searchResult .no-svg .rep-contact_mobile:before, .no-svg .popup-button-close:before, .no-svg .showroomInfoPopup-content .popup-title:before, .showroomInfoPopup-content .no-svg .popup-title:before, .no-svg .showroomInfoPopup-content .popup-body-phone:before, .showroomInfoPopup-content .no-svg .popup-body-phone:before, .no-svg .showroomInfoPopup-content .popup-body-mobile:before, .showroomInfoPopup-content .no-svg .popup-body-mobile:before {
    background-image: url(../svg-spritesheets/sprites-a43c5940.svg.png); }

/**
 * Raw SVG sprite mixin. Turns an element into an SVG sprite.
 */
.svgSprite_add_tile {
  display: inline-block;
  vertical-align: middle;
  background-position: 38.2716% 60.70039%;
  width: 35px;
  height: 35px;
  background-size: 359px 292px; }

.svgSprite_arrow-back-shadow {
  display: inline-block;
  vertical-align: middle;
  background-position: 0% 25.45455%;
  width: 72px;
  height: 72px;
  background-size: 359px 292px; }

.svgSprite_arrow-forward-shadow {
  display: inline-block;
  vertical-align: middle;
  background-position: 25.08711% 25.45455%;
  width: 72px;
  height: 72px;
  background-size: 359px 292px; }

.svgSprite_arrow-left {
  display: inline-block;
  vertical-align: middle;
  background-position: 0% 56.14035%;
  width: 64px;
  height: 64px;
  background-size: 359px 292px; }

.svgSprite_arrow-right {
  display: inline-block;
  vertical-align: middle;
  background-position: 71.86441% 24.5614%;
  width: 64px;
  height: 64px;
  background-size: 359px 292px; }

.svgSprite_base_tile_lock {
  display: inline-block;
  vertical-align: middle;
  background-position: 98.84726% 36.07504%;
  width: 12px;
  height: 15px;
  background-size: 359px 292px; }

.svgSprite_black_cart {
  display: inline-block;
  vertical-align: middle;
  background-position: 50.87719% 87.68116%;
  width: 17px;
  height: 16px;
  background-size: 359px 292px; }

.svgSprite_black_check {
  display: inline-block;
  vertical-align: middle;
  background-position: 55.84795% 87.05036%;
  width: 17px;
  height: 14px;
  background-size: 359px 292px; }

.svgSprite_cart {
  display: inline-block;
  vertical-align: middle;
  background-position: 44.77612% 89.62963%;
  width: 24px;
  height: 22px;
  background-size: 359px 292px; }

.svgSprite_cart_grey {
  display: inline-block;
  vertical-align: middle;
  background-position: 37.61194% 89.62963%;
  width: 24px;
  height: 22px;
  background-size: 359px 292px; }

.svgSprite_checkmark {
  display: inline-block;
  vertical-align: middle;
  background-position: 82.63473% 36.63004%;
  width: 25px;
  height: 19px;
  background-size: 359px 292px; }

.svgSprite_close {
  display: inline-block;
  vertical-align: middle;
  background-position: 49.48454% 25%;
  width: 68px;
  height: 68px;
  background-size: 359px 292px; }

.svgSprite_delete {
  display: inline-block;
  vertical-align: middle;
  background-position: 95.30792% 36.49635%;
  width: 18px;
  height: 18px;
  background-size: 359px 292px; }
  .svgSprite_delete:hover,
  :hover > .svgSprite_delete.hoverParent {
    background-position: 98.82698% 46.71533%;
    width: 18px;
    height: 18px;
    background-size: 359px 292px; }

.svgSprite_delete_hover {
  display: inline-block;
  vertical-align: middle;
  background-position: 98.82698% 46.71533%;
  width: 18px;
  height: 18px;
  background-size: 359px 292px; }

.svgSprite_delete_larger {
  display: inline-block;
  vertical-align: middle;
  background-position: 22.98507% 99.06716%;
  width: 24px;
  height: 24px;
  background-size: 359px 292px; }
  .svgSprite_delete_larger:hover,
  :hover > .svgSprite_delete_larger.hoverParent {
    background-position: 30.14925% 99.06716%;
    width: 24px;
    height: 24px;
    background-size: 359px 292px; }

.svgSprite_delete_larger_hover {
  display: inline-block;
  vertical-align: middle;
  background-position: 30.14925% 99.06716%;
  width: 24px;
  height: 24px;
  background-size: 359px 292px; }

.svgSprite_delete_square {
  display: inline-block;
  vertical-align: middle;
  background-position: 97.2973% 58.64662%;
  width: 26px;
  height: 26px;
  background-size: 359px 292px; }
  .svgSprite_delete_square:hover,
  :hover > .svgSprite_delete_square.hoverParent {
    background-position: 89.48949% 58.64662%;
    width: 26px;
    height: 26px;
    background-size: 359px 292px; }

.svgSprite_delete_square_hover {
  display: inline-block;
  vertical-align: middle;
  background-position: 89.48949% 58.64662%;
  width: 26px;
  height: 26px;
  background-size: 359px 292px; }

.svgSprite_downloads_button {
  display: inline-block;
  vertical-align: middle;
  background-position: 15.56886% 99.4382%;
  width: 25px;
  height: 25px;
  background-size: 359px 292px; }

.svgSprite_globe {
  display: inline-block;
  vertical-align: middle;
  background-position: 27.24458% 60.9375%;
  width: 36px;
  height: 36px;
  background-size: 359px 292px; }

.svgSprite_installation_method_button {
  display: inline-block;
  vertical-align: middle;
  background-position: 58.13253% 58.86792%;
  width: 27px;
  height: 27px;
  background-size: 359px 292px; }

.svgSprite_jj_logo {
  display: inline-block;
  vertical-align: middle;
  background-position: 0% 0%;
  width: 359px;
  height: 56px;
  background-size: 359px 292px; }

.svgSprite_larger_pattern {
  display: inline-block;
  vertical-align: middle;
  background-position: 81.68168% 58.64662%;
  width: 26px;
  height: 26px;
  background-size: 359px 292px; }
  .svgSprite_larger_pattern:hover,
  :hover > .svgSprite_larger_pattern.hoverParent {
    background-position: 71.17117% 72.18045%;
    width: 26px;
    height: 26px;
    background-size: 359px 292px; }

.svgSprite_larger_pattern_hover {
  display: inline-block;
  vertical-align: middle;
  background-position: 71.17117% 72.18045%;
  width: 26px;
  height: 26px;
  background-size: 359px 292px; }

.svgSprite_less {
  display: inline-block;
  vertical-align: middle;
  background-position: 96.83908% 50.90656%;
  width: 11px;
  height: 6px;
  background-size: 359px 292px; }

.svgSprite_mobile {
  display: inline-block;
  vertical-align: middle;
  background-position: 19.10448% 60.9375%;
  width: 24px;
  height: 36px;
  background-size: 359px 292px; }

.svgSprite_more {
  display: inline-block;
  vertical-align: middle;
  background-position: 59.48276% 77.58007%;
  width: 11px;
  height: 11px;
  background-size: 359px 292px; }

.svgSprite_pattern_download {
  display: inline-block;
  vertical-align: middle;
  background-position: 17.79935% 79.33884%;
  width: 50px;
  height: 50px;
  background-size: 359px 292px; }

.svgSprite_pattern_view {
  display: inline-block;
  vertical-align: middle;
  background-position: 77.40964% 47.94007%;
  width: 27px;
  height: 25px;
  background-size: 359px 292px; }
  .svgSprite_pattern_view:hover,
  :hover > .svgSprite_pattern_view.hoverParent {
    background-position: 69.27711% 47.94007%;
    width: 27px;
    height: 25px;
    background-size: 359px 292px; }

.svgSprite_pattern_view_hover {
  display: inline-block;
  vertical-align: middle;
  background-position: 69.27711% 47.94007%;
  width: 27px;
  height: 25px;
  background-size: 359px 292px; }

.svgSprite_pdf_download_white {
  display: inline-block;
  vertical-align: middle;
  background-position: 46.2963% 75.59055%;
  width: 35px;
  height: 38px;
  background-size: 359px 292px; }

.svgSprite_pdf_downloads {
  display: inline-block;
  vertical-align: middle;
  background-position: 33.43949% 79.33884%;
  width: 45px;
  height: 50px;
  background-size: 359px 292px; }

.svgSprite_pencil {
  display: inline-block;
  vertical-align: middle;
  background-position: 36.54971% 96.54545%;
  width: 17px;
  height: 17px;
  background-size: 359px 292px; }
  .svgSprite_pencil:hover,
  :hover > .svgSprite_pencil.hoverParent {
    background-position: 41.52047% 96.54545%;
    width: 17px;
    height: 17px;
    background-size: 359px 292px; }

.svgSprite_pencil_hover {
  display: inline-block;
  vertical-align: middle;
  background-position: 41.52047% 96.54545%;
  width: 17px;
  height: 17px;
  background-size: 359px 292px; }

.svgSprite_phone {
  display: inline-block;
  vertical-align: middle;
  background-position: 48.92308% 60.46512%;
  width: 34px;
  height: 34px;
  background-size: 359px 292px; }

.svgSprite_red_x {
  display: inline-block;
  vertical-align: middle;
  background-position: 63.87283% 86.73835%;
  width: 13px;
  height: 13px;
  background-size: 359px 292px; }

.svgSprite_remove {
  display: inline-block;
  vertical-align: middle;
  background-position: 56.32184% 77.58007%;
  width: 11px;
  height: 11px;
  background-size: 359px 292px; }

.svgSprite_remove_white {
  display: inline-block;
  vertical-align: middle;
  background-position: 53.16092% 77.58007%;
  width: 11px;
  height: 11px;
  background-size: 359px 292px; }

.svgSprite_room_toggle {
  display: inline-block;
  vertical-align: middle;
  background-position: 21.05263% 48.48485%;
  width: 55px;
  height: 28px;
  background-size: 359px 292px; }

.svgSprite_rooms_button {
  display: inline-block;
  vertical-align: middle;
  background-position: 85.54217% 47.76119%;
  width: 27px;
  height: 24px;
  background-size: 359px 292px; }

.svgSprite_rooms_downloads {
  display: inline-block;
  vertical-align: middle;
  background-position: 0% 79.33884%;
  width: 55px;
  height: 50px;
  background-size: 359px 292px; }

.svgSprite_rotate {
  display: inline-block;
  vertical-align: middle;
  background-position: 22.75449% 89.96283%;
  width: 25px;
  height: 23px;
  background-size: 359px 292px; }
  .svgSprite_rotate:hover,
  :hover > .svgSprite_rotate.hoverParent {
    background-position: 7.78443% 89.96283%;
    width: 25px;
    height: 23px;
    background-size: 359px 292px; }

.svgSprite_rotate_hover {
  display: inline-block;
  vertical-align: middle;
  background-position: 7.78443% 89.96283%;
  width: 25px;
  height: 23px;
  background-size: 359px 292px; }

.svgSprite_rotate_redo {
  display: inline-block;
  vertical-align: middle;
  background-position: 15.26946% 89.96283%;
  width: 25px;
  height: 23px;
  background-size: 359px 292px; }
  .svgSprite_rotate_redo:hover,
  :hover > .svgSprite_rotate_redo.hoverParent {
    background-position: 0% 90.13035%;
    width: 26px;
    height: 24px;
    background-size: 359px 292px; }

.svgSprite_rotate_redo_hover {
  display: inline-block;
  vertical-align: middle;
  background-position: 0% 90.13035%;
  width: 26px;
  height: 24px;
  background-size: 359px 292px; }

.svgSprite_rotate_redo_square {
  display: inline-block;
  vertical-align: middle;
  background-position: 0% 99.81203%;
  width: 26px;
  height: 26px;
  background-size: 359px 292px; }
  .svgSprite_rotate_redo_square:hover,
  :hover > .svgSprite_rotate_redo_square.hoverParent {
    background-position: 7.80781% 99.81203%;
    width: 26px;
    height: 26px;
    background-size: 359px 292px; }

.svgSprite_rotate_redo_square_hover {
  display: inline-block;
  vertical-align: middle;
  background-position: 7.80781% 99.81203%;
  width: 26px;
  height: 26px;
  background-size: 359px 292px; }

.svgSprite_rotate_undo {
  display: inline-block;
  vertical-align: middle;
  background-position: 30.23952% 89.96283%;
  width: 25px;
  height: 23px;
  background-size: 359px 292px; }
  .svgSprite_rotate_undo:hover,
  :hover > .svgSprite_rotate_undo.hoverParent {
    background-position: 93.39339% 47.67225%;
    width: 26px;
    height: 24px;
    background-size: 359px 292px; }

.svgSprite_rotate_undo_hover {
  display: inline-block;
  vertical-align: middle;
  background-position: 93.39339% 47.67225%;
  width: 26px;
  height: 24px;
  background-size: 359px 292px; }

.svgSprite_rotate_undo_square {
  display: inline-block;
  vertical-align: middle;
  background-position: 86.78679% 72.18045%;
  width: 26px;
  height: 26px;
  background-size: 359px 292px; }
  .svgSprite_rotate_undo_square:hover,
  :hover > .svgSprite_rotate_undo_square.hoverParent {
    background-position: 78.97898% 72.18045%;
    width: 26px;
    height: 26px;
    background-size: 359px 292px; }

.svgSprite_rotate_undo_square_hover {
  display: inline-block;
  vertical-align: middle;
  background-position: 78.97898% 72.18045%;
  width: 26px;
  height: 26px;
  background-size: 359px 292px; }

.svgSprite_search {
  display: inline-block;
  vertical-align: middle;
  background-position: 52.56798% 48.48485%;
  width: 28px;
  height: 28px;
  background-size: 359px 292px; }

.svgSprite_search-gray-sm {
  display: inline-block;
  vertical-align: middle;
  background-position: 98.27089% 73.57143%;
  width: 12px;
  height: 12px;
  background-size: 359px 292px; }

.svgSprite_search_grey {
  display: inline-block;
  vertical-align: middle;
  background-position: 100% 29.30403%;
  width: 19px;
  height: 19px;
  background-size: 359px 292px; }

.svgSprite_search_utility {
  display: inline-block;
  vertical-align: middle;
  background-position: 60.11561% 86.73835%;
  width: 13px;
  height: 13px;
  background-size: 359px 292px; }

.svgSprite_search_white {
  display: inline-block;
  vertical-align: middle;
  background-position: 61.02719% 48.48485%;
  width: 28px;
  height: 28px;
  background-size: 359px 292px; }

.svgSprite_small_play {
  display: inline-block;
  vertical-align: middle;
  background-position: 98.83721% 20.89552%;
  width: 15px;
  height: 24px;
  background-size: 359px 292px; }

.svgSprite_smaller_pattern {
  display: inline-block;
  vertical-align: middle;
  background-position: 55.55556% 72.18045%;
  width: 26px;
  height: 26px;
  background-size: 359px 292px; }
  .svgSprite_smaller_pattern:hover,
  :hover > .svgSprite_smaller_pattern.hoverParent {
    background-position: 66.06607% 58.64662%;
    width: 26px;
    height: 26px;
    background-size: 359px 292px; }

.svgSprite_smaller_pattern_hover {
  display: inline-block;
  vertical-align: middle;
  background-position: 66.06607% 58.64662%;
  width: 26px;
  height: 26px;
  background-size: 359px 292px; }

.svgSprite_social_email {
  display: inline-block;
  vertical-align: middle;
  background-position: 93.55932% 22.58065%;
  width: 64px;
  height: 44px;
  background-size: 359px 292px; }

.svgSprite_swatch_toggle {
  display: inline-block;
  vertical-align: middle;
  background-position: 39.14474% 48.48485%;
  width: 55px;
  height: 28px;
  background-size: 359px 292px; }

.svgSprite_tile_variants {
  display: inline-block;
  vertical-align: middle;
  background-position: 63.36336% 72.18045%;
  width: 26px;
  height: 26px;
  background-size: 359px 292px; }

.svgSprite_tiled_view {
  display: inline-block;
  vertical-align: middle;
  background-position: 73.87387% 58.64662%;
  width: 26px;
  height: 26px;
  background-size: 359px 292px; }
  .svgSprite_tiled_view:hover,
  :hover > .svgSprite_tiled_view.hoverParent {
    background-position: 94.59459% 72.18045%;
    width: 26px;
    height: 26px;
    background-size: 359px 292px; }

.svgSprite_tiled_view_hover {
  display: inline-block;
  vertical-align: middle;
  background-position: 94.59459% 72.18045%;
  width: 26px;
  height: 26px;
  background-size: 359px 292px; }

.svgSprite_virtual_sample {
  display: inline-block;
  vertical-align: middle;
  background-position: 89.85075% 36.61528%;
  width: 24px;
  height: 19px;
  background-size: 359px 292px; }

.svgSprite_white_check {
  display: inline-block;
  vertical-align: middle;
  background-position: 99.7076% 69.06475%;
  width: 17px;
  height: 14px;
  background-size: 359px 292px; }

* {
  box-sizing: border-box; }

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

*:focus,
*:active {
  outline: none; }

html {
  height: 100%;
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden; }
  html.mainNavActive {
    overflow: hidden; }
    html.mainNavActive body {
      overflow: hidden; }

body {
  background: #ffffff;
  font-family: 'Kumbh Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-weight: 400;
  color: #4b4b4b;
  font-size: 18px;
  line-height: 1.66667;
  letter-spacing: 0.4px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4b4b4b;
  font-weight: 700; }

strong,
b {
  font-weight: 600; }

a {
  color: #672666;
  text-decoration: none;
  font-weight: 600; }
  a:hover {
    text-decoration: none; }
  a.textLink {
    color: inherit; }
    a.textLink:hover {
      color: #672666; }
  a.arrowFollow:after, .searchResult_news .more:after, .searchResult_page .more:after, .widget_spotlightMultiProduct .widget-footer a:after, .widget_spotlightMultiProduct .widget-image-hover a:after {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: inherit;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    content: "";
    margin-left: 0.3em;
    transition: margin 0.2s ease; }
  a.arrowFollow:hover:after, .searchResult_news .more:hover:after, .searchResult_page .more:hover:after, .widget_spotlightMultiProduct .widget-footer a:hover:after, .widget_spotlightMultiProduct .widget-image-hover a:hover:after {
    margin-left: 0.5em; }

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none; }

input[type='checkbox'] {
  margin: 5px; }

.sr-only {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden !important; }

.d-block {
  display: block; }

.d-flex {
  display: flex; }

.smallText {
  font-size: 80%; }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container, .error404-banner h1 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .error404-banner h1:before, .container:after, .error404-banner h1:after {
    content: " ";
    display: table; }
  .container:after, .error404-banner h1:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, .error404-banner h1 {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, .error404-banner h1 {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, .error404-banner h1 {
      width: 1210px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.container, .error404-banner h1 {
  width: auto;
  max-width: 1210px; }
  @media (min-width: 768px) {
    .container, .error404-banner h1 {
      width: auto; } }
  @media (min-width: 992px) {
    .container, .error404-banner h1 {
      width: auto; } }
  @media (min-width: 1200px) {
    .container, .error404-banner h1 {
      width: auto; } }

/**
 * General styles
 */
body {
  line-height: 1.625;
  overflow: hidden; }

.alignright {
  text-align: right; }

.initial {
  margin-top: 0; }

.youtubeVideo {
  position: relative;
  height: 0;
  padding: 0 0 56.25% 0;
  max-width: 37.66667em; }
  .youtubeVideo iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.section-title {
  font-size: 1.22222em;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.18182em;
  display: block;
  padding: 0;
  margin: 0.68182em 0;
  color: inherit; }
  .section-title a {
    color: inherit; }
  .section-title > span {
    display: inline-block;
    border-bottom: 4px solid #000;
    padding: 0 0 4px 0; }

/**
 * Banner
 */
.banner,
.banner-image,
.banner-content,
.banner-title {
  display: block;
  padding: 0;
  margin: 0;
  position: relative; }

.banner-image .bgimage {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto; }

.banner-content {
  max-width: 65.55556em;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/ }
  @media screen and (min-width: 1px) {
    .banner-content {
      min-width: 0; } }
  @media screen and (max-width: 1210px) {
    .banner-content {
      max-width: none;
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }
  @media screen and (max-width: 767px) {
    .banner-content {
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }

.banner-title {
  font-size: 1.66667em;
  font-weight: 400;
  line-height: 1.16667em;
  text-decoration: none; }

/**
 * Page banner
 */
.page-banner {
  margin: 0 0 1.83333em; }
  .page-banner .banner-image {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
    min-height: 8.88889em;
    max-height: 14.44444em; }
    .page-banner .banner-image:before {
      display: block;
      content: '';
      height: 0;
      padding: 0 0 15.625% 0; }
    .page-banner .banner-image + .banner-content {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto;
      max-width: none;
      margin-left: 0;
      margin-right: 0;
      display: flex;
      flex-direction: row;
      align-items: center; }
      @media screen and (max-width: 1210px) {
        .page-banner .banner-image + .banner-content {
          margin-left: 0;
          margin-right: 0; } }
      @media screen and (max-width: 670px) {
        .page-banner .banner-image + .banner-content {
          margin-left: 0;
          margin-right: 0; } }
      .page-banner .banner-image + .banner-content .banner-content-inner {
        max-width: 65.55556em;
        margin-left: auto;
        margin-right: auto;
        min-width: 960px;
        /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/
        width: 100%; }
        @media screen and (min-width: 1px) {
          .page-banner .banner-image + .banner-content .banner-content-inner {
            min-width: 0; } }
        @media screen and (max-width: 1210px) {
          .page-banner .banner-image + .banner-content .banner-content-inner {
            max-width: none;
            margin-left: 0.83333em;
            margin-right: 0.83333em; } }
        @media screen and (max-width: 767px) {
          .page-banner .banner-image + .banner-content .banner-content-inner {
            margin-left: 0.83333em;
            margin-right: 0.83333em; } }
      .page-banner .banner-image + .banner-content .banner-title {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        background: rgba(0, 0, 0, 0.01);
        box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0.01);
        border-radius: 30%; }

.bgimage {
  display: block;
  background-color: #999;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.playback-click-spot {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  cursor: pointer; }
  .playback-click-spot:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110px;
    height: 110px;
    margin: -55px 0 0 -55px;
    background: rgba(255, 255, 255, 0.5);
    border: 6px solid #672666;
    border-radius: 50%; }
  .playback-click-spot:after {
    content: '';
    position: absolute;
    display: block;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-width: 18px;
    margin: 0;
    top: 50%;
    left: 100%;
    border-left-color: #672666;
    margin-top: -18px;
    border-left-width: 26px;
    border-right-width: 26px;
    left: 50%;
    margin-left: -9px; }

.featuredContainer {
  margin: 0 0 1.66667em; }
  .featuredContainer .widget {
    margin-bottom: 0; }

/**
 * Thumbnail image
 */
.thumb {
  display: block;
  position: relative;
  background-color: #f7f7f7;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }
  .thumb:hover .thumb-hoverContent {
    opacity: 1; }

.thumb-image {
  display: block;
  background-color: #f7f7f7;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 0 0 100% 0; }

.thumb-image-overlayText {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 0.83333em;
  font-weight: 400;
  line-height: 1;
  padding: 0.53333em 0.33333em;
  text-align: center; }
  .thumb-image-overlayText .text {
    display: inline;
    font: inherit;
    color: inherit; }

.thumb-hoverContent {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  opacity: 0;
  color: #fff;
  transition: opacity 0.2s;
  text-align: center; }
  .thumb-hoverContent a {
    color: inherit; }
    .thumb-hoverContent a:hover {
      color: inherit; }
  .thumb-hoverContent:before {
    content: '';
    display: inline-block;
    height: 100%;
    line-height: 100%;
    vertical-align: middle; }
  .thumb-hoverContent .thumb-button {
    vertical-align: middle; }

.disclaimer {
  font-size: 0.77778em;
  margin: 0.27778em 0 1.38889em; }

.imageAction {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  padding: 20px 20px;
  z-index: 1;
  left: auto;
  display: flex;
  justify-content: flex-end; }
  .widget_acfSlides .imageAction,
  .widget_imageCarousel .imageAction,
  .widget_acfSlides .imageAction {
    padding: 20px 100px 0 0; }
    @media screen and (max-width: 767px) {
      .widget_acfSlides .imageAction,
      .widget_imageCarousel .imageAction,
      .widget_acfSlides .imageAction {
        padding: 20px 20px 0 0; } }
    @media screen and (max-width: 500px) {
      .widget_acfSlides .imageAction,
      .widget_imageCarousel .imageAction,
      .widget_acfSlides .imageAction {
        padding: 10px 10px 0 0;
        width: 120px; } }
  .postDetail .carousel .imageAction {
    padding-right: 80px; }
  .imageAction_notLoaded {
    display: none; }

.imageAction-action {
  display: block;
  float: left;
  background-color: #4b4b4b;
  opacity: 0.85;
  transition: opacity 0.2s ease;
  height: 30px;
  min-width: 30px;
  color: #fff;
  border-radius: 3px;
  border: 2px solid #4b4b4b;
  font-size: 20px;
  text-align: center;
  padding-bottom: 2px;
  margin-right: 3px;
  cursor: pointer; }
  .imageAction-action i {
    line-height: 28px;
    display: block;
    position: relative; }
  .imageAction-action img {
    display: block;
    width: 30px;
    height: 30px; }
  .shiftCarousel-spotlight:hover .imageAction-action,
  .productDetails-visual-previews:hover .imageAction-action,
  .carousel:hover .imageAction-action {
    opacity: 0.9; }
  .imageAction-action:hover {
    opacity: 1 !important; }

.imageAction-action_download i {
  position: relative; }
  .imageAction-action_download i:before {
    content: '';
    background-position: 15.56886% 99.4382%;
    width: 22px;
    height: 22px;
    background-size: 306px 249px;
    position: absolute;
    left: 50%;
    margin-left: -10.625px;
    position: absolute;
    top: 50%;
    margin-top: -10.625px;
    margin-top: 2px;
    margin-left: -11px; }

.imageAction-action_pinterest .fa:before {
  position: relative;
  top: -2px; }

.shiftCarousel-spotlight:hover .imageAction-action_pinterest,
.productDetails-visual-previews:hover .imageAction-action_pinterest,
.carousel:hover .imageAction-action_pinterest {
  opacity: 0.9; }
  .shiftCarousel-spotlight:hover .imageAction-action_pinterest:hover,
  .productDetails-visual-previews:hover .imageAction-action_pinterest:hover,
  .carousel:hover .imageAction-action_pinterest:hover {
    opacity: 1 !important; }

/**
 * Home
 */
@media screen and (min-width: 767px) {
  .home .widget_gfForm_short {
    width: 50%;
    margin-left: auto;
    margin-right: auto; } }

.skip-to-content {
  position: absolute;
  top: -50px;
  left: 5px;
  border: 2px solid #474747;
  z-index: 100;
  border-radius: 3px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  line-height: 1;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* add this for a change in hash*/
  box-sizing: border-box;
  background-color: #f1f1f1;
  color: #000; }
  .skip-to-content:focus {
    top: 5px;
    outline: 0 !important;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

body.keyboard-tab [tabindex]:focus, body.keyboard-tab
a:focus, body.keyboard-tab
button:focus, body.keyboard-tab
input:focus, body.keyboard-tab
select:focus, body.keyboard-tab
textarea:focus, body.keyboard-tab
input[type='checkbox']:focus + label:before, body.keyboard-tab
input[type='radio']:focus + label:before {
  outline: 1px solid #763b75;
  outline-offset: 0;
  box-shadow: 0 0 0.33333em 0.16667em #763b75; }

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

.clipboard-copy {
  position: relative;
  display: inline-block;
  border: none;
  background: no-repeat;
  margin: -2px; }

.clipboard-message {
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: 100%;
  margin: 0 0 4px 0;
  display: none; }

.clipboard-message-content {
  display: block;
  position: relative;
  background: #000;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.1;
  padding: 0.41667em 0.66667em;
  left: -50%; }
  .clipboard-message-content:before {
    display: block;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-width: 5px;
    margin: 0;
    top: 100%;
    left: 50%;
    border-top-color: #672666;
    margin-left: -5px; }

/**
 * Layouts
 *
 * Defines generic layouts, such as columns, here.
 */
.icon, .social-icon {
  display: inline-block;
  font-size: inherit;
  vertical-align: middle; }

.social-icon {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: inherit;
  line-height: inherit;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 2em;
  height: 2em;
  line-height: 2.1em;
  position: relative; }
  .social-icon > span {
    position: absolute;
    height: 1px;
    width: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    overflow: hidden !important; }
  .social-icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    border-radius: 1em; }
  .social-icon:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 1.143em;
    line-height: inherit; }
  .social-icon_facebook:after {
    content: ""; }
  .social-icon_twitter:after {
    content: ""; }
  .social-icon_google:after {
    content: ""; }
  .social-icon_linkedin:after {
    content: ""; }
  .social-icon_pinterest:after {
    content: ""; }
  .social-icon_youtube:after {
    content: ""; }
  .social-icon_instagram:after {
    content: ""; }

.logo {
  display: inline-block !important;
  font-size: 0 !important; }

/*
.logo_carpet {
	@include sprite($sprite-logo-carpet-md);

	margin-bottom: -7px !important;
	margin-top: 7px !important;

	.tabs-navItem.active &,
	.tabs-navItem:hover & {
		@include sprite($sprite-logo-carpet-white-md);

		margin-bottom: -5px;
	}
}

.logo_kinetex {
	@include sprite($sprite-logo-kinetex-md);

	.tabs-navItem.active &,
	.tabs-navItem:hover & {
		@include sprite($sprite-logo-kinetex-white-md);
	}
}

.logo_lvt {
	@include sprite($sprite-logo-lvt-md-small);

	.tabs-navItem.active &,
	.tabs-navItem:hover & {
		@include sprite($sprite-logo-lvt-white-md-small);
	}
}
*/
.tabs-navItem .logo_carpet,
.tabs-navItem .logo_kinetex,
.tabs-navItem .logo_lvt {
  position: relative;
  font-size: 22px !important;
  text-transform: uppercase; }

/**
 * Generic menu styles
 */
.menu {
  display: block; }

.menu-items {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0; }

.menu-item {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  padding: 0;
  margin: 0; }
  .menu-item:before, .menu-item:after {
    content: none;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    width: auto;
    height: auto;
    vertical-align: inherit;
    position: inherit; }

.menu-item-link {
  display: inline-block; }
  .menu-item-link .ico {
    display: inline-block;
    vertical-align: middle; }
  .menu-item-link .text {
    display: inline-block;
    vertical-align: middle;
    line-height: normal; }

.header-nav .menu-item.menu-item_digital-preview,
.footer-nav .menu-item.menu-item_digital-preview {
  display: flex;
  align-items: center; }
  .header-nav .menu-item.menu-item_digital-preview .menu-item-link,
  .footer-nav .menu-item.menu-item_digital-preview .menu-item-link {
    cursor: pointer; }
    .header-nav .menu-item.menu-item_digital-preview .menu-item-link:after,
    .footer-nav .menu-item.menu-item_digital-preview .menu-item-link:after {
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      font-stretch: normal;
      font-size: inherit;
      line-height: inherit;
      font-family: FontAwesome;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }

@media screen and (min-width: 992px) {
  .header-nav .menu-item.menu-item_digital-preview {
    height: auto; } }

.header-nav .menu-item.menu-item_digital-preview .menu-item-link {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  background: #672666;
  border-radius: 22px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  font-size: 14px;
  font-weight: 600; }
  .header-nav .menu-item.menu-item_digital-preview .menu-item-link .text {
    margin-top: 2px; }
    .header-nav .menu-item.menu-item_digital-preview .menu-item-link .text:after {
      margin-bottom: 0; }
  .header-nav .menu-item.menu-item_digital-preview .menu-item-link:after {
    font-size: 2em;
    margin-left: 8px; }
    @media screen and (min-width: 768px) {
      .header-nav .menu-item.menu-item_digital-preview .menu-item-link:after {
        margin-top: -2px; } }
  .header-nav .menu-item.menu-item_digital-preview .menu-item-link:hover {
    background: #763b75;
    color: #ffffff; }

@media screen and (max-width: 1150px) and (min-width: 767px) {
  .header-nav .menu-item.menu-item_digital-preview {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 0.83333em; } }

@media screen and (max-width: 767px) {
  .header-nav .menu-item.menu-item_digital-preview {
    padding-top: 0.83333em;
    padding-bottom: 0.83333em; }
    .header-nav .menu-item.menu-item_digital-preview .menu-item-link {
      flex: 0 0 auto; } }

@media screen and (max-width: 767px) {
  .footer-nav .menu-item.menu-item_digital-preview .menu-item-link:after {
    font-size: 1.5em;
    position: absolute;
    right: 3px;
    top: 9px; } }

@media screen and (min-width: 767px) {
  .footer-nav .menu-item.menu-item_digital-preview .menu-item-link:after {
    content: none; } }

/**
 * Generic nav styles
 */
.nav {
  display: block; }

.nav-menu {
  display: block; }

/**
 * Generic form styles
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0; }

.form, .gform_wrapper form,
.form-fields,
.form-actions,
.field {
  display: block;
  padding: 0;
  margin: 0; }

.field {
  margin: 0 0 1.88889em 0;
  position: relative; }
  .field label.error {
    color: #cc0000;
    font-size: 0.66667em;
    line-height: 1;
    font-weight: 400;
    display: block;
    padding: 0.5em 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .field .label {
    display: block;
    margin: 0 0 0.27778em; }
    .field .label label {
      display: block;
      padding: 0;
      margin: 0;
      font-weight: 400; }
  .field.disabled .label {
    color: #666666; }

.form-row {
  margin-left: -12px;
  margin-right: -12px; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }

.form-col-xs-1, .form-col-sm-1, .form-col-md-1, .form-col-lg-1, .form-col-xs-2, .form-col-sm-2, .form-col-md-2, .form-col-lg-2, .form-col-xs-3, .form-col-sm-3, .form-col-md-3, .form-col-lg-3, .form-col-xs-4, .form-col-sm-4, .form-col-md-4, .form-col-lg-4, .form-col-xs-5, .form-col-sm-5, .form-col-md-5, .form-col-lg-5, .form-col-xs-6, .form-col-sm-6, .form-col-md-6, .form-col-lg-6, .form-col-xs-7, .form-col-sm-7, .form-col-md-7, .form-col-lg-7, .form-col-xs-8, .form-col-sm-8, .form-col-md-8, .form-col-lg-8, .form-col-xs-9, .form-col-sm-9, .form-col-md-9, .form-col-lg-9, .form-col-xs-10, .form-col-sm-10, .form-col-md-10, .form-col-lg-10, .form-col-xs-11, .form-col-sm-11, .form-col-md-11, .form-col-lg-11, .form-col-xs-12, .form-col-sm-12, .form-col-md-12, .form-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px; }

.form-col-xs-1, .form-col-xs-2, .form-col-xs-3, .form-col-xs-4, .form-col-xs-5, .form-col-xs-6, .form-col-xs-7, .form-col-xs-8, .form-col-xs-9, .form-col-xs-10, .form-col-xs-11, .form-col-xs-12 {
  float: left; }

.form-col-xs-1 {
  width: 8.33333%; }

.form-col-xs-2 {
  width: 16.66667%; }

.form-col-xs-3 {
  width: 25%; }

.form-col-xs-4 {
  width: 33.33333%; }

.form-col-xs-5 {
  width: 41.66667%; }

.form-col-xs-6 {
  width: 50%; }

.form-col-xs-7 {
  width: 58.33333%; }

.form-col-xs-8 {
  width: 66.66667%; }

.form-col-xs-9 {
  width: 75%; }

.form-col-xs-10 {
  width: 83.33333%; }

.form-col-xs-11 {
  width: 91.66667%; }

.form-col-xs-12 {
  width: 100%; }

@media (min-width: 768px) {
  .form-col-sm-1, .form-col-sm-2, .form-col-sm-3, .form-col-sm-4, .form-col-sm-5, .form-col-sm-6, .form-col-sm-7, .form-col-sm-8, .form-col-sm-9, .form-col-sm-10, .form-col-sm-11, .form-col-sm-12 {
    float: left; }
  .form-col-sm-1 {
    width: 8.33333%; }
  .form-col-sm-2 {
    width: 16.66667%; }
  .form-col-sm-3 {
    width: 25%; }
  .form-col-sm-4 {
    width: 33.33333%; }
  .form-col-sm-5 {
    width: 41.66667%; }
  .form-col-sm-6 {
    width: 50%; }
  .form-col-sm-7 {
    width: 58.33333%; }
  .form-col-sm-8 {
    width: 66.66667%; }
  .form-col-sm-9 {
    width: 75%; }
  .form-col-sm-10 {
    width: 83.33333%; }
  .form-col-sm-11 {
    width: 91.66667%; }
  .form-col-sm-12 {
    width: 100%; } }

@media (min-width: 992px) {
  .form-col-md-1, .form-col-md-2, .form-col-md-3, .form-col-md-4, .form-col-md-5, .form-col-md-6, .form-col-md-7, .form-col-md-8, .form-col-md-9, .form-col-md-10, .form-col-md-11, .form-col-md-12 {
    float: left; }
  .form-col-md-1 {
    width: 8.33333%; }
  .form-col-md-2 {
    width: 16.66667%; }
  .form-col-md-3 {
    width: 25%; }
  .form-col-md-4 {
    width: 33.33333%; }
  .form-col-md-5 {
    width: 41.66667%; }
  .form-col-md-6 {
    width: 50%; }
  .form-col-md-7 {
    width: 58.33333%; }
  .form-col-md-8 {
    width: 66.66667%; }
  .form-col-md-9 {
    width: 75%; }
  .form-col-md-10 {
    width: 83.33333%; }
  .form-col-md-11 {
    width: 91.66667%; }
  .form-col-md-12 {
    width: 100%; } }

@media (min-width: 1200px) {
  .form-col-lg-1, .form-col-lg-2, .form-col-lg-3, .form-col-lg-4, .form-col-lg-5, .form-col-lg-6, .form-col-lg-7, .form-col-lg-8, .form-col-lg-9, .form-col-lg-10, .form-col-lg-11, .form-col-lg-12 {
    float: left; }
  .form-col-lg-1 {
    width: 8.33333%; }
  .form-col-lg-2 {
    width: 16.66667%; }
  .form-col-lg-3 {
    width: 25%; }
  .form-col-lg-4 {
    width: 33.33333%; }
  .form-col-lg-5 {
    width: 41.66667%; }
  .form-col-lg-6 {
    width: 50%; }
  .form-col-lg-7 {
    width: 58.33333%; }
  .form-col-lg-8 {
    width: 66.66667%; }
  .form-col-lg-9 {
    width: 75%; }
  .form-col-lg-10 {
    width: 83.33333%; }
  .form-col-lg-11 {
    width: 91.66667%; }
  .form-col-lg-12 {
    width: 100%; } }

.form-actions:before, .form-actions:after {
  content: ' ';
  display: table; }

.form-actions:after {
  clear: both; }

.form-actions > a,
.form-actions > .btn,
.form-actions > .btn-plain,
.form-actions > .btn-main,
.form-actions > .thumb-button,
.widget_pageContent_collapsible .buttons .linkItems li .form-actions > a,
.form-actions > .btn-main-sm,
.editorContent form .form-actions > input[type='submit'],
.form-actions > .gform_submit_button,
.form-actions > .gform_next_button,
.form-actions > .gform_previous_button,
.form-actions > .btn-cart,
.editorContent .form-actions > .btn-cart,
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .form-actions > a,
.widget_spotlightProduct .widget-info .form-actions > a,
.form-actions > .btn-clear,
.form-actions > .btn-white,
.form-actions > .btn-default,
.form-actions > .btn-default-sm,
.form-actions > .gform_reset_button,
.editorContent .form-actions > .btn-default-sm,
.editorContent .form-actions > .gform_reset_button,
.form-actions > .btn-ico,
.editorContent .form-actions > .btn-plain,
.editorContent .form-actions > .btn-main,
.editorContent .form-actions > .thumb-button,
.widget_pageContent_collapsible .buttons .linkItems li .editorContent .form-actions > a,
.editorContent .form-actions > .btn-main-sm,
.editorContent .form-actions > .gform_submit_button,
.editorContent .form-actions > .gform_next_button,
.editorContent .form-actions > .gform_previous_button,
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .editorContent .form-actions > a,
.widget_spotlightProduct .widget-info .editorContent .form-actions > a,
.editorContent .form-actions > .btn-clear,
.editorContent .form-actions > .btn-white,
.editorContent .form-actions > .btn-default,
.editorContent .form-actions > .btn-ico,
.form-actions > span {
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle; }

.form-actions > a,
.form-actions > span {
  line-height: 2.05556em;
  font-weight: 400; }

.form-actions > a.btn, .form-actions > a.btn-plain, .form-actions > a.btn-main, .form-actions > a.thumb-button, .widget_pageContent_collapsible .buttons .linkItems li .form-actions > a, .form-actions > a.btn-main-sm, .form-actions > a.gform_submit_button, .form-actions > a.gform_next_button, .form-actions > a.gform_previous_button, .form-actions > a.btn-cart, .editorContent .form-actions > a.btn-cart, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .form-actions > a, .widget_spotlightProduct .widget-info .form-actions > a, .form-actions > a.btn-clear, .form-actions > a.btn-white, .form-actions > a.btn-default, .form-actions > a.btn-default-sm, .form-actions > a.gform_reset_button, .editorContent .form-actions > a.btn-default-sm, .editorContent .form-actions > a.gform_reset_button, .form-actions > a.btn-ico, .editorContent .form-actions > a.btn-plain, .editorContent .form-actions > a.btn-main, .editorContent .form-actions > a.thumb-button, .widget_pageContent_collapsible .buttons .linkItems li .editorContent .form-actions > a, .editorContent .form-actions > a.btn-main-sm, .editorContent .form-actions > a.gform_submit_button, .editorContent .form-actions > a.gform_next_button, .editorContent .form-actions > a.gform_previous_button, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .editorContent .form-actions > a, .widget_spotlightProduct .widget-info .editorContent .form-actions > a, .editorContent .form-actions > a.btn-clear, .editorContent .form-actions > a.btn-white, .editorContent .form-actions > a.btn-default, .editorContent .form-actions > a.btn-ico {
  line-height: normal; }

.form-actions .left {
  float: left; }
  .form-actions .left > a,
  .form-actions .left > .btn,
  .form-actions .left > .btn-plain,
  .form-actions .left > .btn-main,
  .form-actions .left > .thumb-button,
  .form-actions .widget_pageContent_collapsible .buttons .linkItems li .left > a,
  .widget_pageContent_collapsible .buttons .linkItems li .form-actions .left > a,
  .form-actions .left > .btn-main-sm,
  .form-actions .editorContent form .left > input[type='submit'],
  .editorContent form .form-actions .left > input[type='submit'],
  .form-actions .left > .gform_submit_button,
  .form-actions .left > .gform_next_button,
  .form-actions .left > .gform_previous_button,
  .form-actions .left > .btn-cart,
  .form-actions .editorContent .left > .btn-cart,
  .form-actions .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .left > a,
  .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .form-actions .left > a,
  .form-actions .widget_spotlightProduct .widget-info .left > a,
  .widget_spotlightProduct .widget-info .form-actions .left > a,
  .form-actions .left > .btn-clear,
  .form-actions .left > .btn-white,
  .form-actions .left > .btn-default,
  .form-actions .left > .btn-default-sm,
  .form-actions .left > .gform_reset_button,
  .form-actions .editorContent .left > .btn-default-sm,
  .form-actions .editorContent .left > .gform_reset_button,
  .form-actions .left > .btn-ico,
  .form-actions .editorContent .left > .btn-plain,
  .form-actions .editorContent .left > .btn-main,
  .form-actions .editorContent .left > .thumb-button,
  .form-actions .widget_pageContent_collapsible .buttons .linkItems li .editorContent .left > a,
  .form-actions .editorContent .left > .btn-main-sm,
  .form-actions .editorContent .left > .gform_submit_button,
  .form-actions .editorContent .left > .gform_next_button,
  .form-actions .editorContent .left > .gform_previous_button,
  .form-actions .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .editorContent .left > a,
  .form-actions .widget_spotlightProduct .widget-info .editorContent .left > a,
  .form-actions .editorContent .left > .btn-clear,
  .form-actions .editorContent .left > .btn-white,
  .form-actions .editorContent .left > .btn-default,
  .form-actions .editorContent .left > .btn-ico,
  .form-actions .left > span {
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle; }
  .form-actions .left > a,
  .form-actions .left > span {
    line-height: 2.05556em;
    font-weight: 400; }
  .form-actions .left > a.btn, .form-actions .left > a.btn-plain, .form-actions .left > a.btn-main, .form-actions .left > a.thumb-button, .form-actions .widget_pageContent_collapsible .buttons .linkItems li .left > a, .widget_pageContent_collapsible .buttons .linkItems li .form-actions .left > a, .form-actions .left > a.btn-main-sm, .form-actions .left > a.gform_submit_button, .form-actions .left > a.gform_next_button, .form-actions .left > a.gform_previous_button, .form-actions .left > a.btn-cart, .form-actions .editorContent .left > a.btn-cart, .form-actions .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .left > a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .form-actions .left > a, .form-actions .widget_spotlightProduct .widget-info .left > a, .widget_spotlightProduct .widget-info .form-actions .left > a, .form-actions .left > a.btn-clear, .form-actions .left > a.btn-white, .form-actions .left > a.btn-default, .form-actions .left > a.btn-default-sm, .form-actions .left > a.gform_reset_button, .form-actions .editorContent .left > a.btn-default-sm, .form-actions .editorContent .left > a.gform_reset_button, .form-actions .left > a.btn-ico, .form-actions .editorContent .left > a.btn-plain, .form-actions .editorContent .left > a.btn-main, .form-actions .editorContent .left > a.thumb-button, .form-actions .widget_pageContent_collapsible .buttons .linkItems li .editorContent .left > a, .form-actions .editorContent .left > a.btn-main-sm, .form-actions .editorContent .left > a.gform_submit_button, .form-actions .editorContent .left > a.gform_next_button, .form-actions .editorContent .left > a.gform_previous_button, .form-actions .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .editorContent .left > a, .form-actions .widget_spotlightProduct .widget-info .editorContent .left > a, .form-actions .editorContent .left > a.btn-clear, .form-actions .editorContent .left > a.btn-white, .form-actions .editorContent .left > a.btn-default, .form-actions .editorContent .left > a.btn-ico {
    line-height: normal; }

.form-actions .right {
  float: right; }
  .form-actions .right > a,
  .form-actions .right > .btn,
  .form-actions .right > .btn-plain,
  .form-actions .right > .btn-main,
  .form-actions .right > .thumb-button,
  .form-actions .widget_pageContent_collapsible .buttons .linkItems li .right > a,
  .widget_pageContent_collapsible .buttons .linkItems li .form-actions .right > a,
  .form-actions .right > .btn-main-sm,
  .form-actions .editorContent form .right > input[type='submit'],
  .editorContent form .form-actions .right > input[type='submit'],
  .form-actions .right > .gform_submit_button,
  .form-actions .right > .gform_next_button,
  .form-actions .right > .gform_previous_button,
  .form-actions .right > .btn-cart,
  .form-actions .editorContent .right > .btn-cart,
  .form-actions .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .right > a,
  .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .form-actions .right > a,
  .form-actions .widget_spotlightProduct .widget-info .right > a,
  .widget_spotlightProduct .widget-info .form-actions .right > a,
  .form-actions .right > .btn-clear,
  .form-actions .right > .btn-white,
  .form-actions .right > .btn-default,
  .form-actions .right > .btn-default-sm,
  .form-actions .right > .gform_reset_button,
  .form-actions .editorContent .right > .btn-default-sm,
  .form-actions .editorContent .right > .gform_reset_button,
  .form-actions .right > .btn-ico,
  .form-actions .editorContent .right > .btn-plain,
  .form-actions .editorContent .right > .btn-main,
  .form-actions .editorContent .right > .thumb-button,
  .form-actions .widget_pageContent_collapsible .buttons .linkItems li .editorContent .right > a,
  .form-actions .editorContent .right > .btn-main-sm,
  .form-actions .editorContent .right > .gform_submit_button,
  .form-actions .editorContent .right > .gform_next_button,
  .form-actions .editorContent .right > .gform_previous_button,
  .form-actions .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .editorContent .right > a,
  .form-actions .widget_spotlightProduct .widget-info .editorContent .right > a,
  .form-actions .editorContent .right > .btn-clear,
  .form-actions .editorContent .right > .btn-white,
  .form-actions .editorContent .right > .btn-default,
  .form-actions .editorContent .right > .btn-ico,
  .form-actions .right > span {
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: middle; }
  .form-actions .right > a,
  .form-actions .right > span {
    line-height: 2.05556em;
    font-weight: 400; }
  .form-actions .right > a.btn, .form-actions .right > a.btn-plain, .form-actions .right > a.btn-main, .form-actions .right > a.thumb-button, .form-actions .widget_pageContent_collapsible .buttons .linkItems li .right > a, .widget_pageContent_collapsible .buttons .linkItems li .form-actions .right > a, .form-actions .right > a.btn-main-sm, .form-actions .right > a.gform_submit_button, .form-actions .right > a.gform_next_button, .form-actions .right > a.gform_previous_button, .form-actions .right > a.btn-cart, .form-actions .editorContent .right > a.btn-cart, .form-actions .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .right > a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .form-actions .right > a, .form-actions .widget_spotlightProduct .widget-info .right > a, .widget_spotlightProduct .widget-info .form-actions .right > a, .form-actions .right > a.btn-clear, .form-actions .right > a.btn-white, .form-actions .right > a.btn-default, .form-actions .right > a.btn-default-sm, .form-actions .right > a.gform_reset_button, .form-actions .editorContent .right > a.btn-default-sm, .form-actions .editorContent .right > a.gform_reset_button, .form-actions .right > a.btn-ico, .form-actions .editorContent .right > a.btn-plain, .form-actions .editorContent .right > a.btn-main, .form-actions .editorContent .right > a.thumb-button, .form-actions .widget_pageContent_collapsible .buttons .linkItems li .editorContent .right > a, .form-actions .editorContent .right > a.btn-main-sm, .form-actions .editorContent .right > a.gform_submit_button, .form-actions .editorContent .right > a.gform_next_button, .form-actions .editorContent .right > a.gform_previous_button, .form-actions .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .editorContent .right > a, .form-actions .widget_spotlightProduct .widget-info .editorContent .right > a, .form-actions .editorContent .right > a.btn-clear, .form-actions .editorContent .right > a.btn-white, .form-actions .editorContent .right > a.btn-default, .form-actions .editorContent .right > a.btn-ico {
    line-height: normal; }

input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'] {
  border-radius: 20px;
  background: #ffffff;
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  border: 2px solid #b7b5b4;
  padding: 0.5rem 1.25rem;
  margin: 0;
  width: auto;
  max-width: 100%; }
  @media screen and (max-width: 991px) {
    input[type='text'],
    input[type='password'],
    input[type='datetime'],
    input[type='datetime-local'],
    input[type='number'],
    input[type='email'],
    input[type='url'],
    input[type='search'],
    input[type='tel'] {
      font-size: 16px; } }
  input[type='text']:hover,
  input[type='password']:hover,
  input[type='datetime']:hover,
  input[type='datetime-local']:hover,
  input[type='number']:hover,
  input[type='email']:hover,
  input[type='url']:hover,
  input[type='search']:hover,
  input[type='tel']:hover {
    background: #e6e6e6;
    border-color: #b7b5b4; }
  input[type='text']:focus,
  input[type='password']:focus,
  input[type='datetime']:focus,
  input[type='datetime-local']:focus,
  input[type='number']:focus,
  input[type='email']:focus,
  input[type='url']:focus,
  input[type='search']:focus,
  input[type='tel']:focus {
    background: #e6e6e6;
    border-color: #b7b5b4; }
  input[type='text'].error,
  input[type='password'].error,
  input[type='datetime'].error,
  input[type='datetime-local'].error,
  input[type='number'].error,
  input[type='email'].error,
  input[type='url'].error,
  input[type='search'].error,
  input[type='tel'].error {
    background: null;
    border-color: #c00; }
  input[type='text'][disabled],
  input[type='password'][disabled],
  input[type='datetime'][disabled],
  input[type='datetime-local'][disabled],
  input[type='number'][disabled],
  input[type='email'][disabled],
  input[type='url'][disabled],
  input[type='search'][disabled],
  input[type='tel'][disabled] {
    background: #f7f7f7;
    border-color: #f7f7f7; }
  input[type='text'].recaptcha,
  input[type='password'].recaptcha,
  input[type='datetime'].recaptcha,
  input[type='datetime-local'].recaptcha,
  input[type='number'].recaptcha,
  input[type='email'].recaptcha,
  input[type='url'].recaptcha,
  input[type='search'].recaptcha,
  input[type='tel'].recaptcha {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  input[type='text'].wide,
  input[type='password'].wide,
  input[type='datetime'].wide,
  input[type='datetime-local'].wide,
  input[type='number'].wide,
  input[type='email'].wide,
  input[type='url'].wide,
  input[type='search'].wide,
  input[type='tel'].wide {
    width: 100%; }

textarea {
  border-radius: 20px;
  background: #ffffff;
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  border: 2px solid #b7b5b4;
  padding: 0.5rem 1.25rem;
  margin: 0;
  width: auto;
  height: 8em;
  max-width: 100%;
  resize: none;
  overflow: auto; }
  @media screen and (max-width: 991px) {
    textarea {
      font-size: 16px; } }
  textarea:hover {
    background: #e6e6e6;
    border-color: #b7b5b4; }
  textarea:focus {
    background: #e6e6e6;
    border-color: #b7b5b4; }
  textarea.error {
    border-color: #c00; }

body:not(#foo) input[type='checkbox'] {
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  z-index: -1; }
  body:not(#foo) input[type='checkbox'] + label {
    font-size: 16px;
    line-height: 30px;
    color: inherit;
    position: relative;
    display: inline-block;
    padding-left: 1.875em; }
    body:not(#foo) input[type='checkbox'] + label:before, body:not(#foo) input[type='checkbox'] + label:after {
      content: '';
      border-radius: 50%;
      position: absolute;
      left: 0;
      width: 1.5em;
      height: 1.5em;
      top: 2px; }
    body:not(#foo) input[type='checkbox'] + label:before {
      background: #ffffff;
      transition: box-shadow 0.3s ease;
      box-shadow: inset 0 0 0 10px transparent, inset 0 0 0 8px transparent, 0 0 1px 1px #000000;
      transform: translateX(2px); }
    body:not(#foo) input[type='checkbox'] + label:after {
      display: none; }
    body:not(#foo) input[type='checkbox'] + label:hover {
      color: inherit; }
      body:not(#foo) input[type='checkbox'] + label:hover:before {
        background: #ffffff;
        border-color: #000; }
      body:not(#foo) input[type='checkbox'] + label:hover:after {
        color: #000; }
  body:not(#foo) input[type='checkbox']:focus + label {
    color: inherit; }
    body:not(#foo) input[type='checkbox']:focus + label:before {
      background: #ffffff;
      border-color: #000; }
    body:not(#foo) input[type='checkbox']:focus + label:after {
      color: #000; }
  body:not(#foo) input[type='checkbox']:checked + label:before {
    box-shadow: 0px 0px 0px 0.125em white inset, 0px 0px 0px 25px #672666 inset, 0px 0px 1px 0.0625em black; }
  body:not(#foo) input[type='checkbox'][disabled] + label {
    color: #eee; }
    body:not(#foo) input[type='checkbox'][disabled] + label:before {
      background: #ffffff;
      border-color: #000; }
    body:not(#foo) input[type='checkbox'][disabled] + label:after {
      color: #000; }
  body:not(#foo) input[type='checkbox'].error + label {
    color: inherit; }
    body:not(#foo) input[type='checkbox'].error + label:before {
      background: #ffffff;
      border-color: #cc0000; }
    body:not(#foo) input[type='checkbox'].error + label:after {
      color: #000; }

body:not(#foo) input[type='radio'] {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  z-index: -1; }
  body:not(#foo) input[type='radio'] + label {
    color: inherit;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    display: inline-block;
    padding-left: 1.875em; }
    body:not(#foo) input[type='radio'] + label:before, body:not(#foo) input[type='radio'] + label:after {
      cursor: pointer;
      content: '';
      position: absolute;
      left: 0;
      top: 0.03125em;
      width: 1.1875em;
      height: 1.1875em; }
    body:not(#foo) input[type='radio'] + label:before {
      background: #ffffff;
      border: 1px solid #000;
      border-radius: 100%; }
    body:not(#foo) input[type='radio'] + label:after {
      background: #000;
      left: 0.3125em;
      top: 0.34375em;
      width: 0.5625em;
      height: 0.5625em;
      margin: auto;
      border-radius: 100%;
      display: none; }
    body:not(#foo) input[type='radio'] + label:hover {
      color: inherit; }
      body:not(#foo) input[type='radio'] + label:hover:before {
        background: #ffffff;
        border-color: #000; }
      body:not(#foo) input[type='radio'] + label:hover:after {
        background: #000; }
  body:not(#foo) input[type='radio']:focus + label {
    color: inherit; }
    body:not(#foo) input[type='radio']:focus + label:before {
      background: #ffffff;
      border-color: #000; }
    body:not(#foo) input[type='radio']:focus + label:after {
      background: #000; }
  body:not(#foo) input[type='radio']:checked + label:after {
    display: block; }
  body:not(#foo) input[type='radio'][disabled] + label {
    color: #eee; }
    body:not(#foo) input[type='radio'][disabled] + label:before {
      background: #ffffff;
      border-color: #000; }
    body:not(#foo) input[type='radio'][disabled] + label:after {
      background: #000; }
  body:not(#foo) input[type='radio'].error + label {
    color: inherit; }
    body:not(#foo) input[type='radio'].error + label:before {
      background: #ffffff;
      border-color: #cc0000; }
    body:not(#foo) input[type='radio'].error + label:after {
      background: #000; }

select {
  border-radius: 20px;
  max-width: 100%;
  background: #ffffff;
  border: 2px solid #b7b5b4;
  padding: 0.5rem 1.25rem;
  min-width: 80px;
  padding-right: 40px; }
  select:focus, select:active {
    background-color: #e6e6e6;
    border: 2px solid #b7b5b4; }
  select.error {
    border-color: #cc0000; }
  select.wide {
    width: 100%; }

html.selectappearance select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ffffff;
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  border: 0;
  border-radius: 20px;
  padding: 0.5rem 1.25rem;
  margin: 0;
  width: auto;
  border: 2px solid #b7b5b4;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABQCAMAAABcUcfzAAAAolBMVEX7+/v4+PhSUlDy8vJVVVNWVlT09PTb29v5+fnCwsL6+vpzc3H39/fHx8b8/PzLy8uBgYCHh4bx8fHk5OPPz899fXzz8/OdnZzh4eG5ubj19fXo6OiLi4mLi4p3d3bJych2dnV6enhZWVe9vb1sbGrX19deXlyjo6Lm5uaampmQkJDw8PCrq6pcXFve3t5vb213d3X29vaUlJPT09NRUU////8wsdfmAAAANnRSTlP//////////////////////////////////////////////////////////////////////wChj04xAAAAq0lEQVR42u3TNw7DMAwF0K/YseP03nvvlbn/1SIRNpBBLpmy8E8S+AARJIR3xggUKFCgwJ9h0UEM7M63oy+3owqs0CkRXfbRrdAjogA2eCadZSt0BzKp2uBpbUr5vjmrJ7sBrD02byyv2h3Zrew9cpc6rq8m7ALEjse7G5CbspshYY7egqLUkDjwYSd0baRs5lHn119IXWG5od0GGXatxq4P+QoCBQoU+Df4AbnDi6fwu8m7AAAAAElFTkSuQmCC);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  min-width: 80px;
  padding-right: 40px; }
  html.selectappearance select option {
    background-color: #ffffff;
    line-height: 32px;
    font-size: 16px;
    color: #58595c; }
    html.selectappearance select option:hover {
      background-color: #b7b5b4;
      box-shadow: 0 0 10px 100px #b7b5b4 inset;
      color: #ffffff; }
  html.selectappearance select:focus, html.selectappearance select:active {
    background-color: #e6e6e6;
    border: 2px solid #b7b5b4; }
  html.selectappearance select:focus {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABQCAMAAABcUcfzAAAAilBMVEX4+Pj39/f19fW4trXz8/Pe3d3Bv77h4N/o6Oj09PTy8vK5t7bMysrAv77l5eTu7u708/PAvr7q6eni4uLb2tno5+fPzc3EwsLj4uLIx8bs7OzKycnAvr26uLj6+vrd3NzHxsXR0NDDwsH09PPt7OzJx8bq6urS0dDLysnEwsHV1NS9u7q3tbT///9N/MjyAAAALnRSTlP///////////////////////////////////////////////////////////8Ago9zVQAAAKxJREFUeNrt00cSwyAMBdAPwS29996LfP/rxVbiiRdgs8hSfwEz6G2QAKlnBAoUKFCgB1Qa5ZKBA57CVq9UuVEEKzQdos25OFAHIgpgg0/K0lji46aUZ2uDzRfLK3LXZjdGGf7kmuUQqbqz28FxazPgeqxWvAdw9jEJWRx5jVDR8ORBRUaonIyefd0cNSPUe3Zd1M5aLzI3gcejUBeK4fV6VB/yZwQKFCjw7/ANgAIntB6bcQcAAAAASUVORK5CYII=); }
  html.selectappearance select[disabled] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABQCAMAAABcUcfzAAAAilBMVEX4+Pj39/f19fW4trXz8/Pe3d3Bv77h4N/o6Oj09PTy8vK5t7bMysrAv77l5eTu7u708/PAvr7q6eni4uLb2tno5+fPzc3EwsLj4uLIx8bs7OzKycnAvr26uLj6+vrd3NzHxsXR0NDDwsH09PPt7OzJx8bq6urS0dDLysnEwsHV1NS9u7q3tbT///9N/MjyAAAALnRSTlP///////////////////////////////////////////////////////////8Ago9zVQAAAKxJREFUeNrt00cSwyAMBdAPwS29996LfP/rxVbiiRdgs8hSfwEz6G2QAKlnBAoUKFCgB1Qa5ZKBA57CVq9UuVEEKzQdos25OFAHIgpgg0/K0lji46aUZ2uDzRfLK3LXZjdGGf7kmuUQqbqz28FxazPgeqxWvAdw9jEJWRx5jVDR8ORBRUaonIyefd0cNSPUe3Zd1M5aLzI3gcejUBeK4fV6VB/yZwQKFCjw7/ANgAIntB6bcQcAAAAASUVORK5CYII=); }
  html.selectappearance select[multiple] {
    background-image: none; }
  html.selectappearance select.error {
    border-color: #cc0000; }
  html.selectappearance select.wide {
    width: 100%; }

.numInput {
  display: inline-block; }
  .numInput input[type='text'] {
    width: 1.94444em;
    margin: 0 3px;
    padding: 0.27778em; }

.numInput-inc,
.numInput-dec {
  font-size: 0;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: #000;
  text-align: center;
  position: relative;
  vertical-align: middle; }
  .numInput-inc:after,
  .numInput-dec:after {
    content: ' ';
    display: inline-block;
    background-position: 59.48276% 77.58007%;
    width: 11px;
    height: 11px;
    background-size: 359px 292px;
    position: absolute;
    left: 50%;
    margin-left: -5.5px;
    position: absolute;
    top: 50%;
    margin-top: -5.5px; }
  .numInput-inc:hover,
  .numInput-dec:hover {
    background: #707372; }

.numInput-dec:after {
  background-position: 96.83908% 50.90656%;
  width: 11px;
  height: 6px;
  background-size: 359px 292px;
  position: absolute;
  left: 50%;
  margin-left: -5.5px;
  position: absolute;
  top: 50%;
  margin-top: -2.6px; }

.ginput_container_rugquote .field label.error {
  left: 0; }

.field_rugShape-option {
  display: inline-block;
  vertical-align: top; }

.field_rugShape-option {
  margin: 0 0.55556em 0 0; }
  .field_rugShape-option .rug-shape-rect {
    font-size: 0; }
    .field_rugShape-option .rug-shape-rect:before {
      content: ' ';
      display: block;
      width: 35px;
      height: 50px;
      border: 1px solid #000;
      float: left; }
  .field_rugShape-option .rug-shape-square {
    font-size: 0; }
    .field_rugShape-option .rug-shape-square:before {
      content: ' ';
      display: block;
      width: 50px;
      height: 50px;
      border: 1px solid #000;
      float: left; }
  .field_rugShape-option .rug-shape-circle {
    font-size: 0; }
    .field_rugShape-option .rug-shape-circle:before {
      content: ' ';
      display: block;
      width: 50px;
      height: 50px;
      border: 1px solid #000;
      border-radius: 100%;
      float: left; }
      html.no-svg .field_rugShape-option .rug-shape-circle:before {
        border: 0;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAzCAMAAADivasmAAACH1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACYxez0AAAAtXRSTlMAGlyQuNns+Pnt2rqUXx530KtzSigTBwYSJkhwp+nWfSmiOQIBN5Prqi8Ql3sPC3LmoBZL5wyNVQOH4z003r8Vs70NCQSfxgqxtYRF5RdTQ+gUjKGcIA4slnGl7h9oo37ESTjzCCFMvGCBb61Evswk3N/w+uEdzjIisldGw4ptmWcrzz4t4HWGiyrdO3ywMVvYyWubqKzIyo+A26QF1Kklx7QRbHbqt1pSwcJ0G1DNJ4jx5PtArH3yrAAAAjJJREFUSMdjYMAAjEzMLKxs7BycXNw8vHwMBAEjvwCboJCwiKiYuISklLSMrJw8fl0Kipw8SsrIIiqqauoamjg1aGnL6uhiCuvpGxgaYddhbKKthV3G1EzdHIuwhaWVNW4X29iqiaOLiQna2ePzpa6DoxOqiDO3oBj+oHRxdXNHcZWHhwUDAaCi6InsNi87MUI6QObyIDjePr6EdQD9w+oHD0Mrf2J0AMMtIBDKCgomTgcDA3MIhA5lMyJWS5hJOJiOsCRWBwNDZBSIlIgm2hKgt9VjgGRsHPE6GBjU4oFEQiIpWpLkgD5KTiFFi4psKkNaOik6GBhkMhi8MknTkqXGkG1OmpacXIY8G9K05BcwFIaSpiWQjSFaizQtYuwMRbqkaWEoZigpJU2HKSdDWTlpWipsGSqrSNNSXcNQK0+alrp6BnMH0rS4NjAEFrmQpKWkkYGhqZkUHS2tQKItghQt7R1AgpHTiXgd4j6dICqKn3gtGZ5gKtzElFgdYl3dEIZhELFaenqhDHv1PuJ05LPBc0r/BKJCQHziJARn8hSC1QsQ1E9F4rhPIyJy2qejZC1RgRkqBHTMnIVWmUq4zcZbBM7RnsuILuY+r2k+bh18CxYuwiK8WH3JHOwaLOqW8mN3d/4yueVYQk55hcDKRpz2S62atXoNqhCjkNz0tXiDJqlefV3Qik5wDT9n/doNE6NdCeenOd3yHqzFGw02FW2etTBzCxENAghQWVRRIaGMXQ4ARUplfzqdc40AAAAASUVORK5CYII=); }

.field_rugShape-format {
  display: block;
  margin: 0 0 0.66667em; }

.field_rugShape-format-field {
  display: block;
  margin: 0 0 0.66667em; }

.field_rugShape-format-input {
  display: inline-block;
  margin: 0 0.55556em 0.27778em 0; }
  .field_rugShape-format-input input[type='text'] {
    width: 2.5em !important; }

.field_rugField-fields {
  margin: 0 -0.5em; }
  .field_rugField-fields:before, .field_rugField-fields:after {
    content: ' ';
    display: table; }
  .field_rugField-fields:after {
    clear: both; }

.field_rugField-field {
  float: left;
  width: 50%;
  padding: 0 0.5em; }

.field_rugBorder-option {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.55556em 0 0; }
  .field_rugBorder-option .rug-border-none,
  .field_rugBorder-option .rug-border-single,
  .field_rugBorder-option .rug-border-double {
    font-size: 0;
    display: inline-block;
    width: 35px;
    height: 50px;
    border: 0 solid #000;
    border-width: 1px 0 0 1px; }
  .field_rugBorder-option .rug-border-single {
    width: 45px;
    position: relative; }
    .field_rugBorder-option .rug-border-single:before {
      content: ' ';
      position: absolute;
      left: 7px;
      top: 7px;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto;
      border: 0 solid #000;
      border-width: 1px 0 0 1px; }
  .field_rugBorder-option .rug-border-double {
    width: 50px;
    position: relative; }
    .field_rugBorder-option .rug-border-double:before, .field_rugBorder-option .rug-border-double:after {
      content: ' ';
      position: absolute;
      left: 7px;
      top: 7px;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto;
      border: 0 solid #000;
      border-width: 1px 0 0 1px; }
    .field_rugBorder-option .rug-border-double:after {
      left: 14px;
      top: 14px; }

.field_rugBorder-format {
  margin: 0 0 0.66667em 0; }

.field_rugBorder-format-option {
  display: inline-block;
  margin: 0 0.55556em 0 0; }

.field_rugBorder-fields {
  margin: 0 -0.5em; }
  .field_rugBorder-fields:before, .field_rugBorder-fields:after {
    content: ' ';
    display: table; }
  .field_rugBorder-fields:after {
    clear: both; }

.field_rugBorder-field {
  float: left;
  width: 50%;
  padding: 0 0.5em; }

.loginForm {
  border: 0;
  border-radius: 0;
  margin: 0 auto;
  padding: 0;
  max-width: 18.88889em;
  min-height: 21.11111em; }

.cartForm .cartTable {
  margin: 1.11111em 0 2.22222em; }

.checkoutForm .form-fields-title {
  font-weight: 400;
  font-size: 1.22222em;
  line-height: 1.36364em;
  display: block;
  padding: 0;
  margin: 0 0 0.72727em; }

.checkoutForm .form-actions {
  display: table;
  width: 100%; }
  .checkoutForm .form-actions:before, .checkoutForm .form-actions:after {
    content: none;
    display: inline; }
  .checkoutForm .form-actions:after {
    clear: none; }
  .checkoutForm .form-actions > .left,
  .checkoutForm .form-actions > .right {
    float: none;
    display: table-cell;
    vertical-align: bottom; }
  .checkoutForm .form-actions > .right {
    text-align: right;
    padding-bottom: 1.33333em; }
  @media screen and (max-width: 991px) {
    .checkoutForm .form-actions {
      display: block; }
      .checkoutForm .form-actions > .left,
      .checkoutForm .form-actions > .right {
        display: block;
        vertical-align: baseline; } }

.loadingStates {
  position: relative;
  display: block; }
  .loadingStates img {
    position: absolute;
    bottom: 100%;
    right: 0; }

/**
 * GraityForms form styles
 */
.gform_wrapper {
  margin: 0 0 1.11111em 0;
  position: relative; }

.gform_paged_wrapper {
  position: relative;
  overflow: hidden;
  padding: 0 5px;
  margin: 0 -5px; }

.gform_heading,
.gform_body,
.gform_footer {
  display: block;
  padding: 0;
  margin: 0; }

.gform_heading {
  margin: 0 0 0.55556em 0; }

.gform_title {
  font-size: 1.22222em;
  line-height: 1.36364em;
  font-weight: 400;
  display: block;
  padding: 0;
  margin: 0; }

.gform_description {
  display: block;
  padding: 0;
  margin: 0; }

.validation_error {
  font-size: 0.66667em;
  line-height: 1.33333em;
  background: transparent;
  display: block;
  padding: 1.25em;
  margin: 0 0 1.25em;
  color: #cc0000; }

.validation_message {
  font-size: 0.66667em;
  line-height: 1.33333em;
  background: transparent;
  margin: 0 0 1.25em;
  color: #cc0000; }

.gform_footer {
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0.77778em 0 0 0; }
  .gform_footer .form-actions {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .gform_footer .form-actions:before, .gform_footer .form-actions:after {
      content: none; }
    .gform_footer .form-actions .field {
      margin: 0; }
      .gform_footer .form-actions .field label.error {
        left: 0; }
    .gform_footer .form-actions .left {
      float: none;
      display: table-cell;
      text-align: left;
      vertical-align: top; }
    .gform_footer .form-actions .right {
      float: none;
      display: table-cell;
      text-align: right;
      vertical-align: bottom; }

.gform_fields {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  margin-left: -12px;
  margin-right: -12px; }
  .gform_fields:before, .gform_fields:after {
    content: " ";
    display: table; }
  .gform_fields:after {
    clear: both; }

.gfield {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0 0 1.55556em;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  float: none; }
  @media (min-width: 768px) {
    .gfield {
      float: left;
      width: 100%; } }
  .gfield label {
    display: block;
    padding: 0;
    margin: 0 0 0.27778em;
    font-weight: 400; }
  .gfield label.error {
    left: 12px; }
  .gfield.form-col-clear-right {
    float: right;
    clear: both;
    width: auto; }
  .gfield input[type='text'],
  .gfield input[type='password'],
  .gfield input[type='datetime'],
  .gfield input[type='datetime-local'],
  .gfield input[type='number'],
  .gfield input[type='email'],
  .gfield input[type='url'],
  .gfield input[type='search'],
  .gfield input[type='tel'] {
    border-radius: 20px;
    background: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    border: 2px solid #b7b5b4;
    padding: 0.5rem 1.25rem;
    margin: 0;
    width: auto;
    max-width: 100%;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .gfield input[type='text'],
      .gfield input[type='password'],
      .gfield input[type='datetime'],
      .gfield input[type='datetime-local'],
      .gfield input[type='number'],
      .gfield input[type='email'],
      .gfield input[type='url'],
      .gfield input[type='search'],
      .gfield input[type='tel'] {
        font-size: 16px; } }
    .gfield input[type='text']:hover,
    .gfield input[type='password']:hover,
    .gfield input[type='datetime']:hover,
    .gfield input[type='datetime-local']:hover,
    .gfield input[type='number']:hover,
    .gfield input[type='email']:hover,
    .gfield input[type='url']:hover,
    .gfield input[type='search']:hover,
    .gfield input[type='tel']:hover {
      background: #e6e6e6;
      border-color: #b7b5b4; }
    .gfield input[type='text']:focus,
    .gfield input[type='password']:focus,
    .gfield input[type='datetime']:focus,
    .gfield input[type='datetime-local']:focus,
    .gfield input[type='number']:focus,
    .gfield input[type='email']:focus,
    .gfield input[type='url']:focus,
    .gfield input[type='search']:focus,
    .gfield input[type='tel']:focus {
      background: #e6e6e6;
      border-color: #b7b5b4; }
    .gfield input[type='text'].error,
    .gfield input[type='password'].error,
    .gfield input[type='datetime'].error,
    .gfield input[type='datetime-local'].error,
    .gfield input[type='number'].error,
    .gfield input[type='email'].error,
    .gfield input[type='url'].error,
    .gfield input[type='search'].error,
    .gfield input[type='tel'].error {
      background: null;
      border-color: #c00; }
    .gfield input[type='text'][disabled],
    .gfield input[type='password'][disabled],
    .gfield input[type='datetime'][disabled],
    .gfield input[type='datetime-local'][disabled],
    .gfield input[type='number'][disabled],
    .gfield input[type='email'][disabled],
    .gfield input[type='url'][disabled],
    .gfield input[type='search'][disabled],
    .gfield input[type='tel'][disabled] {
      background: #f7f7f7;
      border-color: #f7f7f7; }
  .gfield textarea {
    border-radius: 20px;
    background: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    border: 2px solid #b7b5b4;
    padding: 0.5rem 1.25rem;
    margin: 0;
    width: auto;
    height: 8em;
    max-width: 100%;
    resize: none;
    overflow: auto;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .gfield textarea {
        font-size: 16px; } }
    .gfield textarea:hover {
      background: #e6e6e6;
      border-color: #b7b5b4; }
    .gfield textarea:focus {
      background: #e6e6e6;
      border-color: #b7b5b4; }
    .gfield textarea.error {
      border-color: #c00; }
  .gfield select {
    border-radius: 20px;
    max-width: 100%;
    background: #ffffff;
    border: 2px solid #b7b5b4;
    padding: 0.5rem 1.25rem;
    width: 100%; }
    .gfield select:focus, .gfield select:active {
      background-color: #e6e6e6;
      border: 2px solid #b7b5b4; }
    .gfield select.error {
      border-color: #cc0000; }
  html.selectappearance .gfield select {
    width: 100%; }
  @media (min-width: 768px) {
    .gfield.form-col-left {
      position: relative;
      min-height: 1px;
      padding-left: 12px;
      padding-right: 12px;
      float: left; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .gfield.form-col-left {
      float: left;
      width: 50%; } }
  @media (min-width: 768px) {
    .gfield.form-col-right {
      position: relative;
      min-height: 1px;
      padding-left: 12px;
      padding-right: 12px;
      float: right !important; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .gfield.form-col-right {
      float: left;
      width: 50%; } }

/**
 * Button styles
 */
.btn, .btn-plain, .btn-main, .thumb-button, .widget_pageContent_collapsible .buttons .linkItems li a, .btn-main-sm, .editorContent form input[type='submit'], .gform_submit_button, .gform_next_button, .gform_previous_button, .btn-cart, .editorContent .btn-cart, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .widget_spotlightProduct .widget-info a, .btn-clear, .btn-white, .btn-default, .btn-default-sm, .gform_reset_button, .editorContent .btn-default-sm, .editorContent .gform_reset_button, .btn-ico, .editorContent .btn-plain, .editorContent .btn-main, .editorContent .thumb-button, .editorContent .btn-main-sm, .editorContent .gform_submit_button, .editorContent .gform_next_button, .editorContent .gform_previous_button, .editorContent .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .editorContent a, .editorContent .btn-clear, .editorContent .btn-white, .editorContent .btn-default, .editorContent .btn-ico {
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  font-weight: 700;
  line-height: normal;
  background: transparent;
  border: 0;
  border-radius: 20px;
  outline: none;
  transition: all 0.3s ease, transform 0.15s linear; }
  .btn > span, .btn-plain > span, .btn-main > span, .thumb-button > span, .widget_pageContent_collapsible .buttons .linkItems li a > span, .btn-main-sm > span, .editorContent form input[type='submit'] > span, .gform_submit_button > span, .gform_next_button > span, .gform_previous_button > span, .btn-cart > span, .editorContent .btn-cart > span, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a > span, .widget_spotlightProduct .widget-info a > span, .btn-clear > span, .btn-white > span, .btn-default > span, .btn-default-sm > span, .gform_reset_button > span, .editorContent .btn-default-sm > span, .editorContent .gform_reset_button > span, .btn-ico > span, .editorContent .btn-plain > span, .editorContent .btn-main > span, .editorContent .thumb-button > span, .widget_pageContent_collapsible .buttons .linkItems li .editorContent a > span, .editorContent .btn-main-sm > span, .editorContent .gform_submit_button > span, .editorContent .gform_next_button > span, .editorContent .gform_previous_button > span, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .editorContent a > span, .editorContent .widget_spotlightProduct .widget-info a > span, .widget_spotlightProduct .widget-info .editorContent a > span, .editorContent .btn-clear > span, .editorContent .btn-white > span, .editorContent .btn-default > span, .editorContent .btn-ico > span {
    display: inline-block; }

.btn-plain {
  color: #672666; }
  .btn-plain:hover {
    color: #763b75; }

.btn-main, .thumb-button, .widget_pageContent_collapsible .buttons .linkItems li a {
  background: #672666;
  color: #fff;
  font-size: 18px;
  padding: 0.61111em 1.38889em; }
  .btn-main:hover, .thumb-button:hover, .widget_pageContent_collapsible .buttons .linkItems li a:hover {
    background: #763b75;
    color: #ffffff; }
  body.keyboard-tab .btn-main:focus, body.keyboard-tab .thumb-button:focus, body.keyboard-tab .widget_pageContent_collapsible .buttons .linkItems li a:focus, .widget_pageContent_collapsible .buttons .linkItems li body.keyboard-tab a:focus {
    outline: 1px solid #000000;
    outline-offset: 0;
    box-shadow: 0 0 0.33333em 0.16667em #000000; }

.btn-main-sm, .editorContent form input[type='submit'], .gform_submit_button, .gform_next_button, .gform_previous_button, .btn-cart, .editorContent .btn-cart, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .widget_spotlightProduct .widget-info a {
  background: #672666;
  color: #fff;
  font-size: 18px;
  padding: 0.61111em 1.38889em;
  font-size: 16px;
  padding: 0.625em 0.9375em 0.625em; }
  .btn-main-sm:hover, .editorContent form input:hover[type='submit'], .gform_submit_button:hover, .gform_next_button:hover, .gform_previous_button:hover, .btn-cart:hover, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover, .widget_spotlightProduct .widget-info a:hover {
    background: #763b75;
    color: #ffffff; }
  body.keyboard-tab .btn-main-sm:focus, body.keyboard-tab .editorContent form input:focus[type='submit'], .editorContent form body.keyboard-tab input:focus[type='submit'], body.keyboard-tab .gform_submit_button:focus, body.keyboard-tab .gform_next_button:focus, body.keyboard-tab .gform_previous_button:focus, body.keyboard-tab .btn-cart:focus, body.keyboard-tab .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:focus, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link body.keyboard-tab a:focus, body.keyboard-tab .widget_spotlightProduct .widget-info a:focus, .widget_spotlightProduct .widget-info body.keyboard-tab a:focus {
    outline: 1px solid #000000;
    outline-offset: 0;
    box-shadow: 0 0 0.33333em 0.16667em #000000; }

.btn-clear {
  background: #672666;
  color: #fff;
  font-size: 18px;
  padding: 0.61111em 1.38889em;
  background-color: transparent;
  border: 2px solid #ffffff; }
  .btn-clear:hover {
    background: #763b75;
    color: #ffffff; }
  body.keyboard-tab .btn-clear:focus {
    outline: 1px solid #000000;
    outline-offset: 0;
    box-shadow: 0 0 0.33333em 0.16667em #000000; }
  .btn-clear:hover, .btn-clear:focus {
    background: #ffffff;
    color: #672666 !important; }

.btn-white {
  background: #672666;
  color: #fff;
  font-size: 18px;
  padding: 0.61111em 1.38889em;
  background: #672666;
  color: #fff;
  font-size: 18px;
  padding: 0.61111em 1.38889em;
  background-color: #ffffff !important;
  color: #672666 !important; }
  .btn-white:hover {
    background: #763b75;
    color: #ffffff; }
  body.keyboard-tab .btn-white:focus {
    outline: 1px solid #000000;
    outline-offset: 0;
    box-shadow: 0 0 0.33333em 0.16667em #000000; }
  .btn-white:hover {
    background: #763b75;
    color: #ffffff; }
  body.keyboard-tab .btn-white:focus {
    outline: 1px solid #000000;
    outline-offset: 0;
    box-shadow: 0 0 0.33333em 0.16667em #000000; }
  .btn-white:hover, .btn-white:focus {
    background: #763b75 !important;
    color: #ffffff !important; }

.btn-default, .btn-default-sm, .gform_reset_button, .editorContent .btn-default-sm, .editorContent .gform_reset_button {
  background: #eeeeee;
  color: #707372;
  font-size: 16px;
  padding: 0.6875em 1.125em; }
  .btn-default:hover, .btn-default-sm:hover, .gform_reset_button:hover {
    background: #707372;
    color: #fff; }

.btn-default-sm, .gform_reset_button {
  font-size: 15px;
  padding: 0.66667em 1em 0.6em; }

.btn-cart {
  position: relative;
  padding-right: 3em; }
  .btn-cart:after {
    content: "";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: inherit;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    right: 15px; }

.btn-ico {
  background: #eeeeee;
  font-size: 1em;
  font-weight: 400;
  height: 2.22222em;
  line-height: 2.22222em;
  padding: 0 3.33333em 0 0.83333em;
  position: relative;
  text-transform: none;
  text-align: left !important; }
  .btn-ico span.text {
    color: #000;
    vertical-align: baseline; }
  .btn-ico span.ico {
    background: #672666;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.22222em;
    height: 2.22222em;
    text-align: center; }
    .btn-ico span.ico > span {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto; }

.btn_full {
  display: block;
  margin-left: 0;
  margin-right: 0; }

.btn_centered {
  text-align: center; }

.buttons .btn, .buttons .btn-plain, .buttons .btn-main, .buttons .thumb-button, .widget_pageContent_collapsible .buttons .linkItems li a, .buttons .btn-main-sm, .buttons .editorContent form input[type='submit'], .editorContent form .buttons input[type='submit'], .buttons .gform_submit_button, .buttons .gform_next_button, .buttons .gform_previous_button, .buttons .btn-cart, .buttons .editorContent .btn-cart, .editorContent .buttons .btn-cart, .buttons .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .buttons a, .buttons .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .buttons a, .buttons .btn-clear, .buttons .btn-white, .buttons .btn-default, .buttons .btn-default-sm, .buttons .gform_reset_button, .buttons .editorContent .btn-default-sm, .editorContent .buttons .btn-default-sm, .buttons .editorContent .gform_reset_button, .editorContent .buttons .gform_reset_button, .buttons .btn-ico, .buttons .editorContent .btn-plain, .editorContent .buttons .btn-plain, .buttons .editorContent .btn-main, .editorContent .buttons .btn-main, .buttons .editorContent .thumb-button, .editorContent .buttons .thumb-button, .buttons .editorContent .btn-main-sm, .editorContent .buttons .btn-main-sm, .buttons .editorContent .gform_submit_button, .editorContent .buttons .gform_submit_button, .buttons .editorContent .gform_next_button, .editorContent .buttons .gform_next_button, .buttons .editorContent .gform_previous_button, .editorContent .buttons .gform_previous_button, .buttons .editorContent .btn-clear, .editorContent .buttons .btn-clear, .buttons .editorContent .btn-white, .editorContent .buttons .btn-white, .buttons .editorContent .btn-default, .editorContent .buttons .btn-default, .buttons .editorContent .btn-ico, .editorContent .buttons .btn-ico {
  margin: 0 5px 5px 0; }

.buttons-alignRight {
  text-align: right; }
  .buttons-alignRight .btn, .buttons-alignRight .btn-plain, .buttons-alignRight .btn-main, .buttons-alignRight .thumb-button, .buttons-alignRight .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .buttons-alignRight a, .buttons-alignRight .btn-main-sm, .buttons-alignRight .editorContent form input[type='submit'], .editorContent form .buttons-alignRight input[type='submit'], .buttons-alignRight .gform_submit_button, .buttons-alignRight .gform_next_button, .buttons-alignRight .gform_previous_button, .buttons-alignRight .btn-cart, .buttons-alignRight .editorContent .btn-cart, .editorContent .buttons-alignRight .btn-cart, .buttons-alignRight .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .buttons-alignRight a, .buttons-alignRight .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .buttons-alignRight a, .buttons-alignRight .btn-clear, .buttons-alignRight .btn-white, .buttons-alignRight .btn-default, .buttons-alignRight .btn-default-sm, .buttons-alignRight .gform_reset_button, .buttons-alignRight .editorContent .btn-default-sm, .editorContent .buttons-alignRight .btn-default-sm, .buttons-alignRight .editorContent .gform_reset_button, .editorContent .buttons-alignRight .gform_reset_button, .buttons-alignRight .btn-ico, .buttons-alignRight .editorContent .btn-plain, .editorContent .buttons-alignRight .btn-plain, .buttons-alignRight .editorContent .btn-main, .editorContent .buttons-alignRight .btn-main, .buttons-alignRight .editorContent .thumb-button, .editorContent .buttons-alignRight .thumb-button, .buttons-alignRight .editorContent .btn-main-sm, .editorContent .buttons-alignRight .btn-main-sm, .buttons-alignRight .editorContent .gform_submit_button, .editorContent .buttons-alignRight .gform_submit_button, .buttons-alignRight .editorContent .gform_next_button, .editorContent .buttons-alignRight .gform_next_button, .buttons-alignRight .editorContent .gform_previous_button, .editorContent .buttons-alignRight .gform_previous_button, .buttons-alignRight .editorContent .btn-clear, .editorContent .buttons-alignRight .btn-clear, .buttons-alignRight .editorContent .btn-white, .editorContent .buttons-alignRight .btn-white, .buttons-alignRight .editorContent .btn-default, .editorContent .buttons-alignRight .btn-default, .buttons-alignRight .editorContent .btn-ico, .editorContent .buttons-alignRight .btn-ico {
    margin: 0 0 5px 5px; }

.btn_utility {
  background-color: #fff;
  color: #000 !important;
  border-radius: 3px;
  padding: 2px 6px;
  text-transform: none; }

.btn-bold {
  font-size: 14px;
  font-weight: bold; }

.btn_empty {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  opacity: 0; }
  .btn_empty:hover, .btn_empty:active, .btn_empty:focus {
    outline: none !important; }

.btn-visualizer {
  width: 100%;
  margin: 1rem 0;
  color: white;
  border: none;
  padding: 5px;
  border-radius: 50px;
  background-color: #672666;
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn-visualizer:has(.d-flex) {
    display: block; }
  .btn-visualizer > span.d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
  .btn-visualizer span.text {
    font-size: 0.875rem;
    color: white;
    font-weight: 400;
    display: block;
    text-align: center; }
  .btn-visualizer span.ico {
    background: transparent;
    right: 1rem; }
    .btn-visualizer span.ico .fa {
      font-size: 1.75rem;
      display: flex;
      align-items: center;
      justify-content: center; }

.breadcrumbs a {
  color: #969b9e; }
  .breadcrumbs a:hover {
    color: #672666; }

/**
 * Social
 */
.ico-share, .ico-share-facebook,
.ico-share-twitter,
.ico-share-pinterest,
.ico-share-linkedin,
.ico-share-email,
.ico-share-youtube,
.ico-share-instagram {
  display: inline-block;
  vertical-align: middle; }

.ico-share-facebook,
.ico-share-twitter,
.ico-share-pinterest,
.ico-share-linkedin,
.ico-share-email,
.ico-share-youtube,
.ico-share-instagram {
  text-indent: -999px;
  overflow: hidden;
  font-size: 24px;
  width: 1em;
  height: 1em;
  line-height: 1em;
  border-radius: 50%;
  background: #707372;
  color: #fff;
  text-align: center;
  position: relative; }
  .ico-share-facebook > span,
  .ico-share-twitter > span,
  .ico-share-pinterest > span,
  .ico-share-linkedin > span,
  .ico-share-email > span,
  .ico-share-youtube > span,
  .ico-share-instagram > span {
    display: none; }
  .ico-share-facebook:after,
  .ico-share-twitter:after,
  .ico-share-pinterest:after,
  .ico-share-linkedin:after,
  .ico-share-email:after,
  .ico-share-youtube:after,
  .ico-share-instagram:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: inherit;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.54167em;
    content: ' ';
    display: inline;
    text-indent: 0;
    line-height: 1.84615em;
    color: #fff; }

.ico-share-facebook:after {
  content: ""; }

.ico-share-twitter:after {
  content: ""; }

.ico-share-pinterest:after {
  content: ""; }

.ico-share-linkedin:after {
  content: ""; }

.ico-share-youtube:after {
  content: ""; }

.ico-share-instagram:after {
  content: ""; }

.ico-share-email {
  width: 30.54545px;
  height: 21px;
  line-height: 21px;
  background: transparent;
  border-radius: 0; }
  .ico-share-email:after {
    content: '';
    display: block;
    line-height: 21px;
    background-position: 93.55932% 22.58065%;
    width: 31px;
    height: 21px;
    background-size: 172px 140px;
    position: absolute;
    left: 50%;
    margin-left: -15.27273px;
    position: absolute;
    top: 50%;
    margin-top: -10.5px; }

.socialBar {
  border: 1px solid #707372;
  border-width: 1px 0;
  padding: 0.66667em 0;
  display: table;
  width: 100%; }

.socialBar-label {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
  color: #0c0c0c; }

.socialBar-links {
  display: table-cell;
  vertical-align: middle;
  text-align: right; }
  .socialBar-links > span {
    display: inline-block;
    margin: 0 0 0 5px; }

/**
 * Header
 */
.utilBarContainer {
  background: #672666;
  position: relative;
  z-index: 200;
  color: #fff;
  color: #ffffff; }
  .utilBarContainer a {
    color: inherit; }
    .utilBarContainer a:hover {
      color: inherit; }
  @media screen and (max-width: 767px) {
    .utilBarContainer {
      display: none; } }

.utilBar {
  max-width: 107.27273em;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/
  text-align: right;
  font-size: 0.61111em; }
  @media screen and (min-width: 1px) {
    .utilBar {
      min-width: 0; } }
  @media screen and (max-width: 1210px) {
    .utilBar {
      max-width: none;
      margin-left: 1.36364em;
      margin-right: 1.36364em; } }
  @media screen and (max-width: 767px) {
    .utilBar {
      margin-left: 1.36364em;
      margin-right: 1.36364em; } }
  body.keyboard-tab .utilBar [tabindex]:focus, body.keyboard-tab
  .utilBar a:focus, body.keyboard-tab
  .utilBar button:focus, body.keyboard-tab
  .utilBar input:focus, body.keyboard-tab
  .utilBar select:focus, body.keyboard-tab
  .utilBar textarea:focus, body.keyboard-tab
  .utilBar input[type='checkbox']:focus + label:before, body.keyboard-tab
  .utilBar input[type='radio']:focus + label:before {
    outline: 1px solid #000000;
    outline-offset: 0;
    box-shadow: 0 0 0.33333em 0.16667em #000000; }

.utilBar-nav, .header-nav .header-nav-utility-nav {
  display: inline-block;
  vertical-align: top; }
  .utilBar-nav .nav-menu, .header-nav .header-nav-utility-nav .nav-menu {
    padding: 0.72727em 0 0.72727em;
    display: flex;
    align-items: center; }
    .utilBar-nav .nav-menu form, .header-nav .header-nav-utility-nav .nav-menu form {
      padding-left: 0.90909em; }
  .utilBar-nav .menu-item, .header-nav .header-nav-utility-nav .menu-item {
    height: 1.88889em;
    margin: 0 8px 0 8px; }
    .utilBar-nav .menu-item:before, .header-nav .header-nav-utility-nav .menu-item:before {
      display: inline-block;
      vertical-align: middle;
      margin: 0 6px 0 3px; }
    .utilBar-nav .menu-item:first-child:before, .header-nav .header-nav-utility-nav .menu-item:first-child:before {
      content: none; }
  .utilBar-nav .menu-item-link, .header-nav .header-nav-utility-nav .menu-item-link {
    font-weight: 500; }

.preIcon .menu-item-link:before {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: inherit;
  line-height: inherit;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.27778em;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1; }

.preIcon_rep .menu-item-link:before,
.preIcon_location .menu-item-link:before {
  content: ""; }

.preIcon_search .menu-item-link:before {
  content: "";
  color: #672666;
  font-size: 26px;
  margin-top: -0.11111em; }

.preIcon_login .menu-item-link:before {
  content: ""; }

.preIcon_cart:before {
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px 0px 0 !important;
  font-size: 12px;
  line-height: 1;
  border-left: 1px solid #666;
  width: 1px;
  height: 14px; }

.preIcon_cart .text .wooCartItemCount {
  font-size: 12px; }

.preIcon_cart .menu-item-link:before {
  content: ""; }

.utilBar-search, .header-nav .header-nav-utility-search {
  display: inline-block;
  vertical-align: top;
  height: 2.18182em;
  line-height: 1.54545em;
  padding: 0.72727em 0 0.81818em;
  margin-left: 2.18182em; }
  .utilBar-search form, .header-nav .header-nav-utility-search form {
    position: relative;
    width: 10em; }
  .utilBar-search .form-fields, .header-nav .header-nav-utility-search .form-fields {
    border: 0;
    padding: 0 0 0 0; }
  .utilBar-search .form-actions, .header-nav .header-nav-utility-search .form-actions {
    position: absolute;
    right: 0;
    top: 0; }
    .utilBar-search .form-actions .btn, .header-nav .header-nav-utility-search .form-actions .btn, .utilBar-search .form-actions .btn-plain, .header-nav .header-nav-utility-search .form-actions .btn-plain, .utilBar-search .form-actions .btn-main, .header-nav .header-nav-utility-search .form-actions .btn-main, .utilBar-search .form-actions .thumb-button, .header-nav .header-nav-utility-search .form-actions .thumb-button, .utilBar-search .form-actions .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .utilBar-search .form-actions a, .header-nav .header-nav-utility-search .form-actions .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .header-nav .header-nav-utility-search .form-actions a, .utilBar-search .form-actions .btn-main-sm, .header-nav .header-nav-utility-search .form-actions .btn-main-sm, .utilBar-search .form-actions .editorContent form input[type='submit'], .editorContent form .utilBar-search .form-actions input[type='submit'], .header-nav .header-nav-utility-search .form-actions .editorContent form input[type='submit'], .editorContent form .header-nav .header-nav-utility-search .form-actions input[type='submit'], .utilBar-search .form-actions .gform_submit_button, .header-nav .header-nav-utility-search .form-actions .gform_submit_button, .utilBar-search .form-actions .gform_next_button, .header-nav .header-nav-utility-search .form-actions .gform_next_button, .utilBar-search .form-actions .gform_previous_button, .header-nav .header-nav-utility-search .form-actions .gform_previous_button, .utilBar-search .form-actions .btn-cart, .header-nav .header-nav-utility-search .form-actions .btn-cart, .utilBar-search .form-actions .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .utilBar-search .form-actions a, .header-nav .header-nav-utility-search .form-actions .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav .header-nav-utility-search .form-actions a, .utilBar-search .form-actions .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .utilBar-search .form-actions a, .header-nav .header-nav-utility-search .form-actions .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .header-nav .header-nav-utility-search .form-actions a, .utilBar-search .form-actions .btn-clear, .header-nav .header-nav-utility-search .form-actions .btn-clear, .utilBar-search .form-actions .btn-white, .header-nav .header-nav-utility-search .form-actions .btn-white, .utilBar-search .form-actions .btn-default, .header-nav .header-nav-utility-search .form-actions .btn-default, .utilBar-search .form-actions .btn-default-sm, .header-nav .header-nav-utility-search .form-actions .btn-default-sm, .utilBar-search .form-actions .gform_reset_button, .header-nav .header-nav-utility-search .form-actions .gform_reset_button, .utilBar-search .form-actions .btn-ico, .header-nav .header-nav-utility-search .form-actions .btn-ico {
      min-width: 0; }
  .utilBar-search .field, .header-nav .header-nav-utility-search .field {
    margin: 0; }
  .utilBar-search .btn, .header-nav .header-nav-utility-search .btn, .utilBar-search .btn-plain, .header-nav .header-nav-utility-search .btn-plain, .utilBar-search .btn-main, .header-nav .header-nav-utility-search .btn-main, .utilBar-search .thumb-button, .header-nav .header-nav-utility-search .thumb-button, .utilBar-search .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .utilBar-search a, .header-nav .header-nav-utility-search .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .header-nav .header-nav-utility-search a, .utilBar-search .btn-main-sm, .header-nav .header-nav-utility-search .btn-main-sm, .utilBar-search .editorContent form input[type='submit'], .editorContent form .utilBar-search input[type='submit'], .header-nav .header-nav-utility-search .editorContent form input[type='submit'], .editorContent form .header-nav .header-nav-utility-search input[type='submit'], .utilBar-search .gform_submit_button, .header-nav .header-nav-utility-search .gform_submit_button, .utilBar-search .gform_next_button, .header-nav .header-nav-utility-search .gform_next_button, .utilBar-search .gform_previous_button, .header-nav .header-nav-utility-search .gform_previous_button, .utilBar-search .btn-cart, .header-nav .header-nav-utility-search .btn-cart, .utilBar-search .editorContent .btn-cart, .editorContent .utilBar-search .btn-cart, .utilBar-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .utilBar-search a, .header-nav .header-nav-utility-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav .header-nav-utility-search a, .utilBar-search .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .utilBar-search a, .header-nav .header-nav-utility-search .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .header-nav .header-nav-utility-search a, .utilBar-search .btn-clear, .header-nav .header-nav-utility-search .btn-clear, .utilBar-search .btn-white, .header-nav .header-nav-utility-search .btn-white, .utilBar-search .btn-default, .header-nav .header-nav-utility-search .btn-default, .utilBar-search .btn-default-sm, .header-nav .header-nav-utility-search .btn-default-sm, .utilBar-search .gform_reset_button, .header-nav .header-nav-utility-search .gform_reset_button, .utilBar-search .editorContent .btn-default-sm, .editorContent .utilBar-search .btn-default-sm, .utilBar-search .editorContent .gform_reset_button, .editorContent .utilBar-search .gform_reset_button, .utilBar-search .btn-ico, .header-nav .header-nav-utility-search .btn-ico, .utilBar-search .editorContent .btn-plain, .editorContent .utilBar-search .btn-plain, .utilBar-search .editorContent .btn-main, .editorContent .utilBar-search .btn-main, .utilBar-search .editorContent .thumb-button, .editorContent .utilBar-search .thumb-button, .utilBar-search .editorContent .btn-main-sm, .editorContent .utilBar-search .btn-main-sm, .utilBar-search .editorContent .gform_submit_button, .editorContent .utilBar-search .gform_submit_button, .utilBar-search .editorContent .gform_next_button, .editorContent .utilBar-search .gform_next_button, .utilBar-search .editorContent .gform_previous_button, .editorContent .utilBar-search .gform_previous_button, .utilBar-search .editorContent .btn-clear, .editorContent .utilBar-search .btn-clear, .utilBar-search .editorContent .btn-white, .editorContent .utilBar-search .btn-white, .utilBar-search .editorContent .btn-default, .editorContent .utilBar-search .btn-default, .utilBar-search .editorContent .btn-ico, .editorContent .utilBar-search .btn-ico {
    font-size: 1em;
    width: 1.54545em;
    height: 1.54545em;
    line-height: 1.54545em;
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    background: transparent; }
    .utilBar-search .btn:after, .header-nav .header-nav-utility-search .btn:after, .utilBar-search .btn-plain:after, .header-nav .header-nav-utility-search .btn-plain:after, .utilBar-search .btn-main:after, .header-nav .header-nav-utility-search .btn-main:after, .utilBar-search .thumb-button:after, .header-nav .header-nav-utility-search .thumb-button:after, .utilBar-search .widget_pageContent_collapsible .buttons .linkItems li a:after, .widget_pageContent_collapsible .buttons .linkItems li .utilBar-search a:after, .header-nav .header-nav-utility-search .widget_pageContent_collapsible .buttons .linkItems li a:after, .widget_pageContent_collapsible .buttons .linkItems li .header-nav .header-nav-utility-search a:after, .utilBar-search .btn-main-sm:after, .header-nav .header-nav-utility-search .btn-main-sm:after, .utilBar-search .editorContent form input[type='submit']:after, .editorContent form .utilBar-search input[type='submit']:after, .header-nav .header-nav-utility-search .editorContent form input[type='submit']:after, .editorContent form .header-nav .header-nav-utility-search input[type='submit']:after, .utilBar-search .gform_submit_button:after, .header-nav .header-nav-utility-search .gform_submit_button:after, .utilBar-search .gform_next_button:after, .header-nav .header-nav-utility-search .gform_next_button:after, .utilBar-search .gform_previous_button:after, .header-nav .header-nav-utility-search .gform_previous_button:after, .utilBar-search .btn-cart:after, .header-nav .header-nav-utility-search .btn-cart:after, .utilBar-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:after, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .utilBar-search a:after, .header-nav .header-nav-utility-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:after, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav .header-nav-utility-search a:after, .utilBar-search .widget_spotlightProduct .widget-info a:after, .widget_spotlightProduct .widget-info .utilBar-search a:after, .header-nav .header-nav-utility-search .widget_spotlightProduct .widget-info a:after, .widget_spotlightProduct .widget-info .header-nav .header-nav-utility-search a:after, .utilBar-search .btn-clear:after, .header-nav .header-nav-utility-search .btn-clear:after, .utilBar-search .btn-white:after, .header-nav .header-nav-utility-search .btn-white:after, .utilBar-search .btn-default:after, .header-nav .header-nav-utility-search .btn-default:after, .utilBar-search .btn-default-sm:after, .header-nav .header-nav-utility-search .btn-default-sm:after, .utilBar-search .gform_reset_button:after, .header-nav .header-nav-utility-search .gform_reset_button:after, .utilBar-search .btn-ico:after, .header-nav .header-nav-utility-search .btn-ico:after {
      content: ' ';
      background-position: 98.27089% 73.57143%;
      width: 12px;
      height: 12px;
      background-size: 359px 292px;
      position: absolute;
      left: 50%;
      margin-left: -6px;
      position: absolute;
      top: 50%;
      margin-top: -6px; }
    .utilBar-search .btn .ico, .header-nav .header-nav-utility-search .btn .ico, .utilBar-search .btn-plain .ico, .header-nav .header-nav-utility-search .btn-plain .ico, .utilBar-search .btn-main .ico, .header-nav .header-nav-utility-search .btn-main .ico, .utilBar-search .thumb-button .ico, .header-nav .header-nav-utility-search .thumb-button .ico, .utilBar-search .widget_pageContent_collapsible .buttons .linkItems li a .ico, .widget_pageContent_collapsible .buttons .linkItems li .utilBar-search a .ico, .header-nav .header-nav-utility-search .widget_pageContent_collapsible .buttons .linkItems li a .ico, .widget_pageContent_collapsible .buttons .linkItems li .header-nav .header-nav-utility-search a .ico, .utilBar-search .btn-main-sm .ico, .header-nav .header-nav-utility-search .btn-main-sm .ico, .utilBar-search .editorContent form input[type='submit'] .ico, .editorContent form .utilBar-search input[type='submit'] .ico, .header-nav .header-nav-utility-search .editorContent form input[type='submit'] .ico, .editorContent form .header-nav .header-nav-utility-search input[type='submit'] .ico, .utilBar-search .gform_submit_button .ico, .header-nav .header-nav-utility-search .gform_submit_button .ico, .utilBar-search .gform_next_button .ico, .header-nav .header-nav-utility-search .gform_next_button .ico, .utilBar-search .gform_previous_button .ico, .header-nav .header-nav-utility-search .gform_previous_button .ico, .utilBar-search .btn-cart .ico, .header-nav .header-nav-utility-search .btn-cart .ico, .utilBar-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a .ico, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .utilBar-search a .ico, .header-nav .header-nav-utility-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a .ico, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav .header-nav-utility-search a .ico, .utilBar-search .widget_spotlightProduct .widget-info a .ico, .widget_spotlightProduct .widget-info .utilBar-search a .ico, .header-nav .header-nav-utility-search .widget_spotlightProduct .widget-info a .ico, .widget_spotlightProduct .widget-info .header-nav .header-nav-utility-search a .ico, .utilBar-search .btn-clear .ico, .header-nav .header-nav-utility-search .btn-clear .ico, .utilBar-search .btn-white .ico, .header-nav .header-nav-utility-search .btn-white .ico, .utilBar-search .btn-default .ico, .header-nav .header-nav-utility-search .btn-default .ico, .utilBar-search .btn-default-sm .ico, .header-nav .header-nav-utility-search .btn-default-sm .ico, .utilBar-search .gform_reset_button .ico, .header-nav .header-nav-utility-search .gform_reset_button .ico, .utilBar-search .btn-ico .ico, .header-nav .header-nav-utility-search .btn-ico .ico {
      display: none; }
  .utilBar-search input[type='text'], .header-nav .header-nav-utility-search input[type='text'],
  .utilBar-search input[type='password'],
  .header-nav .header-nav-utility-search input[type='password'],
  .utilBar-search input[type='datetime'],
  .header-nav .header-nav-utility-search input[type='datetime'],
  .utilBar-search input[type='datetime-local'],
  .header-nav .header-nav-utility-search input[type='datetime-local'],
  .utilBar-search input[type='number'],
  .header-nav .header-nav-utility-search input[type='number'],
  .utilBar-search input[type='email'],
  .header-nav .header-nav-utility-search input[type='email'],
  .utilBar-search input[type='url'],
  .header-nav .header-nav-utility-search input[type='url'],
  .utilBar-search input[type='search'],
  .header-nav .header-nav-utility-search input[type='search'],
  .utilBar-search input[type='tel'],
  .header-nav .header-nav-utility-search input[type='tel'] {
    border-radius: 20px;
    background: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    border: 2px solid #b7b5b4;
    padding: 0.5rem 1.25rem;
    margin: 0;
    width: auto;
    max-width: 100%;
    font-size: inherit;
    line-height: 1.36364em;
    color: #000;
    border: 0;
    padding: 1px 19px 1px 2px;
    display: block;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .utilBar-search input[type='text'], .header-nav .header-nav-utility-search input[type='text'],
      .utilBar-search input[type='password'],
      .header-nav .header-nav-utility-search input[type='password'],
      .utilBar-search input[type='datetime'],
      .header-nav .header-nav-utility-search input[type='datetime'],
      .utilBar-search input[type='datetime-local'],
      .header-nav .header-nav-utility-search input[type='datetime-local'],
      .utilBar-search input[type='number'],
      .header-nav .header-nav-utility-search input[type='number'],
      .utilBar-search input[type='email'],
      .header-nav .header-nav-utility-search input[type='email'],
      .utilBar-search input[type='url'],
      .header-nav .header-nav-utility-search input[type='url'],
      .utilBar-search input[type='search'],
      .header-nav .header-nav-utility-search input[type='search'],
      .utilBar-search input[type='tel'],
      .header-nav .header-nav-utility-search input[type='tel'] {
        font-size: 16px; } }
    .utilBar-search input[type='text']:hover, .header-nav .header-nav-utility-search input[type='text']:hover,
    .utilBar-search input[type='password']:hover,
    .header-nav .header-nav-utility-search input[type='password']:hover,
    .utilBar-search input[type='datetime']:hover,
    .header-nav .header-nav-utility-search input[type='datetime']:hover,
    .utilBar-search input[type='datetime-local']:hover,
    .header-nav .header-nav-utility-search input[type='datetime-local']:hover,
    .utilBar-search input[type='number']:hover,
    .header-nav .header-nav-utility-search input[type='number']:hover,
    .utilBar-search input[type='email']:hover,
    .header-nav .header-nav-utility-search input[type='email']:hover,
    .utilBar-search input[type='url']:hover,
    .header-nav .header-nav-utility-search input[type='url']:hover,
    .utilBar-search input[type='search']:hover,
    .header-nav .header-nav-utility-search input[type='search']:hover,
    .utilBar-search input[type='tel']:hover,
    .header-nav .header-nav-utility-search input[type='tel']:hover {
      background: #e6e6e6;
      border-color: #b7b5b4; }
    .utilBar-search input[type='text']:focus, .header-nav .header-nav-utility-search input[type='text']:focus,
    .utilBar-search input[type='password']:focus,
    .header-nav .header-nav-utility-search input[type='password']:focus,
    .utilBar-search input[type='datetime']:focus,
    .header-nav .header-nav-utility-search input[type='datetime']:focus,
    .utilBar-search input[type='datetime-local']:focus,
    .header-nav .header-nav-utility-search input[type='datetime-local']:focus,
    .utilBar-search input[type='number']:focus,
    .header-nav .header-nav-utility-search input[type='number']:focus,
    .utilBar-search input[type='email']:focus,
    .header-nav .header-nav-utility-search input[type='email']:focus,
    .utilBar-search input[type='url']:focus,
    .header-nav .header-nav-utility-search input[type='url']:focus,
    .utilBar-search input[type='search']:focus,
    .header-nav .header-nav-utility-search input[type='search']:focus,
    .utilBar-search input[type='tel']:focus,
    .header-nav .header-nav-utility-search input[type='tel']:focus {
      background: #e6e6e6;
      border-color: #b7b5b4; }
    .utilBar-search input[type='text'].error, .header-nav .header-nav-utility-search input[type='text'].error,
    .utilBar-search input[type='password'].error,
    .header-nav .header-nav-utility-search input[type='password'].error,
    .utilBar-search input[type='datetime'].error,
    .header-nav .header-nav-utility-search input[type='datetime'].error,
    .utilBar-search input[type='datetime-local'].error,
    .header-nav .header-nav-utility-search input[type='datetime-local'].error,
    .utilBar-search input[type='number'].error,
    .header-nav .header-nav-utility-search input[type='number'].error,
    .utilBar-search input[type='email'].error,
    .header-nav .header-nav-utility-search input[type='email'].error,
    .utilBar-search input[type='url'].error,
    .header-nav .header-nav-utility-search input[type='url'].error,
    .utilBar-search input[type='search'].error,
    .header-nav .header-nav-utility-search input[type='search'].error,
    .utilBar-search input[type='tel'].error,
    .header-nav .header-nav-utility-search input[type='tel'].error {
      background: null;
      border-color: #c00; }
    .utilBar-search input[type='text'][disabled], .header-nav .header-nav-utility-search input[type='text'][disabled],
    .utilBar-search input[type='password'][disabled],
    .header-nav .header-nav-utility-search input[type='password'][disabled],
    .utilBar-search input[type='datetime'][disabled],
    .header-nav .header-nav-utility-search input[type='datetime'][disabled],
    .utilBar-search input[type='datetime-local'][disabled],
    .header-nav .header-nav-utility-search input[type='datetime-local'][disabled],
    .utilBar-search input[type='number'][disabled],
    .header-nav .header-nav-utility-search input[type='number'][disabled],
    .utilBar-search input[type='email'][disabled],
    .header-nav .header-nav-utility-search input[type='email'][disabled],
    .utilBar-search input[type='url'][disabled],
    .header-nav .header-nav-utility-search input[type='url'][disabled],
    .utilBar-search input[type='search'][disabled],
    .header-nav .header-nav-utility-search input[type='search'][disabled],
    .utilBar-search input[type='tel'][disabled],
    .header-nav .header-nav-utility-search input[type='tel'][disabled] {
      background: #f7f7f7;
      border-color: #f7f7f7; }

.headerContainer {
  background-color: #f2f2f2;
  position: relative;
  margin: -1px 0 0;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .headerContainer {
      z-index: auto;
      border-top: 8px solid #672666; }
      .mainNavActive .headerContainer {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: auto;
        height: auto;
        z-index: 1000; } }

.header {
  max-width: 65.55556em;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/
  position: relative;
  padding: 2.9661% 0 2.37288%; }
  @media screen and (min-width: 1px) {
    .header {
      min-width: 0; } }
  @media screen and (max-width: 1210px) {
    .header {
      max-width: none;
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }
  @media screen and (max-width: 767px) {
    .header {
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }
  @media screen and (min-width: 1180px) {
    .header {
      padding: 0.55556em 0 0.55556em; } }
  @media screen and (min-width: 768px) {
    .header {
      background-color: #f2f2f2;
      z-index: 10; } }
  @media screen and (max-width: 767px) {
    .header {
      height: 4.33333em;
      padding: 0; }
      .header:before {
        content: ' ';
        display: inline-block;
        height: 4.33333em;
        line-height: 100%;
        vertical-align: middle;
        margin-left: -6px; } }

.header-logo {
  display: block;
  max-width: 13.64407%;
  min-width: 8.94444em; }
  .header-logo img {
    width: 100%;
    display: block;
    margin: 0;
    height: auto;
    height: 4.55556em;
    width: 8.94444em; }
    @media screen and (max-width: 767px) {
      .header-logo img {
        height: 4.16667em;
        width: auto; } }
  @media screen and (max-width: 991px) {
    .header-logo {
      display: inline-block;
      vertical-align: middle; } }
  @media screen and (max-width: 767px) {
    .header-logo {
      display: inline-block;
      vertical-align: middle;
      min-width: 0;
      max-width: 90%;
      width: 12.22222em; } }

.header-nav {
  max-width: 65.55556em;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0;
  /*.menu .menu {
		.menu-item.flip {
			& > .menu {
				left: auto;
				right: 100%;
			}

			&.menu-item-parent {
				& > .toggle {
					right: auto;
					left: 0;
					padding: 0 0 0 15px;
					text-align: left;

					&:before {
						content: $fa-var-angle-left;
					}
				}
			}
		}
	}*/ }
  @media screen and (min-width: 1px) {
    .header-nav {
      min-width: 0; } }
  @media screen and (max-width: 1210px) {
    .header-nav {
      max-width: none;
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }
  @media screen and (max-width: 767px) {
    .header-nav {
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }
  .header-nav:before {
    content: '';
    display: inline-block;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    content: none; }
  .header-nav .nav-menu {
    float: right;
    margin: -0.72222em 0 0; }
  .header-nav .menu .menu-item-parent .toggle {
    left: -9999px; }
  .header-nav .menu .toggle {
    background: none;
    border: none; }
  body.keyboard-tab .header-nav .menu .menu-item-parent .toggle {
    left: auto; }
    @media screen and (min-width: 768px) {
      body.keyboard-tab .header-nav .menu .menu-item-parent .toggle {
        left: 100%;
        margin-left: -2px; } }
    body.keyboard-tab .header-nav .menu .menu-item-parent .toggle button {
      opacity: 1;
      line-height: 1;
      overflow: hidden;
      color: transparent;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 10px;
      right: 5px; }
      @media screen and (min-width: 768px) {
        body.keyboard-tab .header-nav .menu .menu-item-parent .toggle button {
          width: 15px;
          height: 15px;
          line-height: 15px;
          top: 7px;
          right: 11px; } }
  @media screen and (min-width: 768px) {
    body.keyboard-tab .header-nav .menu .menu-item-level-0 > .toggle {
      top: 20px;
      transform: translateX(-50%);
      left: 50%; }
      body.keyboard-tab .header-nav .menu .menu-item-level-0 > .toggle button {
        position: relative;
        right: auto;
        left: auto;
        top: 0;
        width: 30px; }
        body.keyboard-tab .header-nav .menu .menu-item-level-0 > .toggle button:focus:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          width: auto;
          height: auto;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          font-stretch: normal;
          font-size: inherit;
          line-height: inherit;
          font-family: FontAwesome;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #4b4b4b; } }
  .header-nav .menu-item {
    float: left;
    margin: 0 0 0 1.11111em;
    display: block;
    height: 2.33333em;
    padding-bottom: 0.22222em;
    position: relative;
    z-index: 1000; }
    @media screen and (max-width: 1210px) {
      .header-nav .menu-item {
        margin: 0 0 0 1.2vw; } }
    .header-nav .menu-item.hover:before {
      display: block; }
    .header-nav .menu-item.hover > .menu-item-link {
      color: #58595c;
      text-decoration: none; }
    .header-nav .menu-item.hover > .menu {
      display: block; }
    @media screen and (min-width: 992px) {
      .header-nav .menu-item.header-link-cart {
        margin-left: 0.83333em; } }
    .header-nav .menu-item.header-link-cart .menu-item-link {
      margin-top: -0.22222em; }
      .header-nav .menu-item.header-link-cart .menu-item-link .text {
        width: 30px; }
    @media screen and (min-width: 992px) {
      .header-nav .menu-item.header-link-search {
        margin-left: 0.83333em; } }
    .header-nav .menu-item.header-link-search .menu-item-link {
      margin-top: -0.22222em;
      border-left: 3px solid #672666;
      padding-left: 0.83333em; }
      .header-nav .menu-item.header-link-search .menu-item-link .text {
        width: 30px; }
    @media screen and (min-width: 992px) {
      .header-nav .menu-item.header-link-login {
        margin-left: 0.83333em; } }
    .header-nav .menu-item.header-link-login .menu-item-link {
      margin-top: -0.22222em; }
      .header-nav .menu-item.header-link-login .menu-item-link .text {
        width: 30px; }
    @media screen and (min-width: 992px) {
      .header-nav .menu-item.header-link-rep {
        margin-left: 0.83333em; }
        .header-nav .menu-item.header-link-rep:before {
          content: '';
          width: 1px;
          height: 100%;
          display: block;
          float: left;
          background-color: #672666; } }
    .header-nav .menu-item.header-link-rep .menu-item-link {
      color: #672666;
      font-weight: 700; }
      @media screen and (min-width: 992px) {
        .header-nav .menu-item.header-link-rep .menu-item-link {
          float: left;
          margin-left: 1.22222em; } }
  .header-nav .menu-item-link {
    font-size: 0.88889em;
    line-height: 1.375em;
    color: #4b4b4b;
    font-weight: 400;
    display: block;
    padding: 0.5em 0;
    height: 2.625em;
    position: relative; }
    .header-nav .menu-item-link .ico {
      display: none; }
    .header-nav .menu-item-link .text {
      float: left;
      text-align: center;
      font-size: 1em; }
      .header-nav .menu-item-link .text:after {
        display: block;
        content: attr(data-label);
        font-weight: 700;
        height: 1px;
        color: transparent;
        overflow: hidden;
        visibility: hidden;
        margin-bottom: -1px;
        padding: 0 1px; }
    .header-nav .menu-item-link .fa {
      font-size: 1.66667em; }
  .header-nav .menu .menu {
    z-index: 20;
    display: none;
    position: absolute;
    background: #763b75;
    left: 50%;
    transform: translateX(-50%);
    min-width: 12.77778em;
    top: 100%;
    padding: 20px 0px;
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.2); }
    .header-nav .menu .menu:after {
      display: block;
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-width: 9px;
      margin: 0;
      bottom: 100%;
      left: 50%;
      border-bottom-color: #763b75;
      margin-left: -9px; }
    .header-nav .menu .menu .menu-item {
      float: none;
      display: block;
      margin: 0;
      padding: 0 15px;
      height: auto;
      text-align: left;
      white-space: nowrap; }
      .header-nav .menu .menu .menu-item:before {
        content: none;
        display: none; }
      .header-nav .menu .menu .menu-item > .menu-item-link {
        color: #ffffff; }
      .header-nav .menu .menu .menu-item:first-child {
        border-top: 0; }
        .header-nav .menu .menu .menu-item:first-child > .menu-item-link {
          border-top: 0; }
      .header-nav .menu .menu .menu-item.hover > .menu-item-link {
        color: #b7b5b4; }
      .header-nav .menu .menu .menu-item.hover:before {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        display: block;
        z-index: 100; }
      .header-nav .menu .menu .menu-item.hover:after {
        content: ' ';
        position: absolute;
        left: 0;
        top: auto;
        bottom: -1px;
        width: 100%;
        height: 0;
        display: block;
        z-index: 100; }
      body.keyboard-tab .header-nav .menu .menu .menu-item [tabindex]:focus, body.keyboard-tab
      .header-nav .menu .menu .menu-item a:focus, body.keyboard-tab
      .header-nav .menu .menu .menu-item button:focus, body.keyboard-tab
      .header-nav .menu .menu .menu-item input:focus, body.keyboard-tab
      .header-nav .menu .menu .menu-item select:focus, body.keyboard-tab
      .header-nav .menu .menu .menu-item textarea:focus, body.keyboard-tab
      .header-nav .menu .menu .menu-item input[type='checkbox']:focus + label:before, body.keyboard-tab
      .header-nav .menu .menu .menu-item input[type='radio']:focus + label:before {
        outline: 1px solid #ffffff;
        outline-offset: 0;
        box-shadow: 0 0 0.33333em 0.16667em #ffffff; }
      .header-nav .menu .menu .menu-item.menu-item-parent > .menu {
        display: none; }
      .header-nav .menu .menu .menu-item.menu-item-parent > .toggle {
        background: none;
        display: block;
        position: absolute;
        right: 0;
        top: 2px;
        font-size: 0.77778em;
        line-height: 1.28571em !important;
        width: 2.14286em;
        height: 2.14286em;
        padding: 4px 10px 0 0;
        cursor: pointer;
        text-align: center;
        left: auto; }
        .header-nav .menu .menu .menu-item.menu-item-parent > .toggle:before {
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          font-stretch: normal;
          font-size: inherit;
          line-height: inherit;
          font-family: FontAwesome;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 1em;
          font-weight: 400;
          content: "";
          color: #b7b5b4; }
        @media screen and (max-width: 767px) {
          .header-nav .menu .menu .menu-item.menu-item-parent > .toggle {
            background-color: #c7c7c7;
            padding: 8px 11px;
            color: black;
            z-index: 99;
            border-radius: 5px; }
            .header-nav .menu .menu .menu-item.menu-item-parent > .toggle:before {
              color: black; }
            .header-nav .menu .menu .menu-item.menu-item-parent > .toggle button {
              top: 8px;
              right: 10px; } }
      .header-nav .menu .menu .menu-item.menu-item-parent.hover > .menu {
        display: block; }
    .header-nav .menu .menu .menu-item-link {
      display: block;
      padding: 5px 12px;
      height: 1.75em;
      font-weight: 400;
      color: #b7b5b4;
      overflow: hidden;
      text-overflow: ellipsis; }
      .header-nav .menu .menu .menu-item-link .ico {
        display: none; }
      .header-nav .menu .menu .menu-item-link .text {
        font-size: 0.875em;
        text-align: left; }
        .header-nav .menu .menu .menu-item-link .text:after {
          display: block;
          content: attr(data-label);
          font-weight: 700;
          height: 1px;
          color: transparent;
          overflow: hidden;
          visibility: hidden;
          margin-bottom: -1px;
          padding: 0 1px; }
  @media screen and (min-width: 768px) {
    .header-nav .menu .menu .menu {
      z-index: 30;
      background: #763b75;
      position: absolute;
      left: 100%;
      right: auto;
      top: 0;
      bottom: auto;
      min-width: 190px;
      transform: translateX(0%);
      padding: 5px 0; }
      .header-nav .menu .menu .menu:after {
        content: none; }
      .header-nav .menu .menu .menu .menu-item {
        text-align: left; }
      .header-nav .menu .menu .menu .menu-item-link .text {
        float: left; }
    .header-nav .menu .menu .menu .menu {
      z-index: 40; }
      .header-nav .menu .menu .menu .menu .menu-item-link {
        text-transform: none; }
      .header-nav .menu .menu .menu .menu .menu-item.hover:before {
        content: none; }
      .header-nav .menu .menu .menu .menu .menu-item.hover:after {
        content: none; }
      .header-nav .menu .menu .menu .menu .menu-item.hover > .menu-item-link {
        font-weight: 400; } }
  .header-nav .postIcon_rep_mobile {
    display: none !important; }
  .header-nav .menu-item-flipped .menu .menu-item.menu-item-parent > .toggle {
    right: auto;
    left: 0;
    padding: 0 0 0 15px;
    text-align: left; }
    .header-nav .menu-item-flipped .menu .menu-item.menu-item-parent > .toggle:before {
      content: ""; }
  .header-nav .menu-item-flipped .menu .menu {
    left: auto;
    right: 100%; }
  .header-nav .nav-button {
    position: absolute;
    right: 15px;
    top: 29px;
    z-index: 100;
    width: 25px;
    height: 20px;
    margin: 0;
    transform: rotate(0deg);
    cursor: pointer;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    transform: translateZ(0);
    display: none; }
    .header-nav .nav-button span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      border-radius: 1px;
      background: #672666;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1;
      left: 0;
      top: 0;
      transform: rotate(0deg);
      transition: 0.25s ease-in-out;
      /*
			&:nth-child(1) {
				top: 0px;
			}

			&:nth-child(2) {
				top: 8px;
			}

			&:nth-child(3) {
				top: 8px;
			}

			&:nth-child(4) {
				top: 16px;
			}
			*/ }
      .header-nav .nav-button span + span {
        top: 8px; }
      .header-nav .nav-button span + span + span {
        top: 8px; }
      .header-nav .nav-button span + span + span + span {
        top: 16px; }
    html.mainNavActive .header-nav .nav-button {
      position: fixed;
      top: 37px; }
      html.mainNavActive .header-nav .nav-button span {
        top: 8px;
        width: 0%;
        left: 50%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0; }
        html.mainNavActive .header-nav .nav-button span + span {
          transform: rotate(45deg);
          width: 100%;
          left: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          opacity: 1; }
        html.mainNavActive .header-nav .nav-button span + span + span {
          transform: rotate(-45deg);
          width: 100%;
          left: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          opacity: 1; }
        html.mainNavActive .header-nav .nav-button span + span + span + span {
          top: 8px;
          width: 0%;
          left: 50%;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          opacity: 0; }
  .header-nav .header-nav-utility {
    display: none; }
  .header-nav .header-nav-utility-nav {
    text-align: center;
    display: block;
    margin-top: 10px; }
    .header-nav .header-nav-utility-nav .menu-items {
      display: inline-block; }
    .header-nav .header-nav-utility-nav .menu-item {
      border-top: none;
      display: inline-block; }
      .header-nav .header-nav-utility-nav .menu-item:hover:before {
        display: inline-block; }
      .header-nav .header-nav-utility-nav .menu-item:before {
        color: #fff;
        position: relative;
        height: auto;
        left: auto; }
    .header-nav .header-nav-utility-nav .menu-item-link {
      font-size: 0.66667em;
      font-weight: normal;
      padding: 0;
      display: inline-block;
      vertical-align: middle; }
    @media screen and (max-width: 400px) {
      .header-nav .header-nav-utility-nav .menu-item:before {
        margin: 0 2px; }
      .header-nav .header-nav-utility-nav .menu-item-link {
        font-size: 0.61111em; } }
  .header-nav .header-nav-utility-search {
    width: 100%;
    height: auto;
    margin: 0;
    padding-left: 2em;
    padding-right: 2em; }
    .header-nav .header-nav-utility-search form {
      width: 100%; }
    .header-nav .header-nav-utility-search input[type='text'] {
      height: 1.77778em;
      padding: 0 1.66667em 0 0.55556em; }
    .header-nav .header-nav-utility-search .btn, .header-nav .header-nav-utility-search .btn-plain, .header-nav .header-nav-utility-search .btn-main, .header-nav .header-nav-utility-search .thumb-button, .header-nav .header-nav-utility-search .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .header-nav .header-nav-utility-search a, .header-nav .header-nav-utility-search .btn-main-sm, .header-nav .header-nav-utility-search .editorContent form input[type='submit'], .editorContent form .header-nav .header-nav-utility-search input[type='submit'], .header-nav .header-nav-utility-search .gform_submit_button, .header-nav .header-nav-utility-search .gform_next_button, .header-nav .header-nav-utility-search .gform_previous_button, .header-nav .header-nav-utility-search .btn-cart, .header-nav .header-nav-utility-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav .header-nav-utility-search a, .header-nav .header-nav-utility-search .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .header-nav .header-nav-utility-search a, .header-nav .header-nav-utility-search .btn-clear, .header-nav .header-nav-utility-search .btn-white, .header-nav .header-nav-utility-search .btn-default, .header-nav .header-nav-utility-search .btn-default-sm, .header-nav .header-nav-utility-search .gform_reset_button, .header-nav .header-nav-utility-search .btn-ico {
      width: 1.77778em;
      height: 1.77778em;
      line-height: 1.77778em; }
      .header-nav .header-nav-utility-search .btn:after, .header-nav .header-nav-utility-search .btn-plain:after, .header-nav .header-nav-utility-search .btn-main:after, .header-nav .header-nav-utility-search .thumb-button:after, .header-nav .header-nav-utility-search .widget_pageContent_collapsible .buttons .linkItems li a:after, .widget_pageContent_collapsible .buttons .linkItems li .header-nav .header-nav-utility-search a:after, .header-nav .header-nav-utility-search .btn-main-sm:after, .header-nav .header-nav-utility-search .editorContent form input[type='submit']:after, .editorContent form .header-nav .header-nav-utility-search input[type='submit']:after, .header-nav .header-nav-utility-search .gform_submit_button:after, .header-nav .header-nav-utility-search .gform_next_button:after, .header-nav .header-nav-utility-search .gform_previous_button:after, .header-nav .header-nav-utility-search .btn-cart:after, .header-nav .header-nav-utility-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:after, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav .header-nav-utility-search a:after, .header-nav .header-nav-utility-search .widget_spotlightProduct .widget-info a:after, .widget_spotlightProduct .widget-info .header-nav .header-nav-utility-search a:after, .header-nav .header-nav-utility-search .btn-clear:after, .header-nav .header-nav-utility-search .btn-white:after, .header-nav .header-nav-utility-search .btn-default:after, .header-nav .header-nav-utility-search .btn-default-sm:after, .header-nav .header-nav-utility-search .gform_reset_button:after, .header-nav .header-nav-utility-search .btn-ico:after {
        content: ' ';
        background-position: 98.27089% 73.57143%;
        width: 26px;
        height: 26px;
        background-size: 778px 633px;
        position: absolute;
        left: 50%;
        margin-left: -13px;
        position: absolute;
        top: 50%;
        margin-top: -13px; }
      .header-nav .header-nav-utility-search .btn .ico, .header-nav .header-nav-utility-search .btn-plain .ico, .header-nav .header-nav-utility-search .btn-main .ico, .header-nav .header-nav-utility-search .thumb-button .ico, .header-nav .header-nav-utility-search .widget_pageContent_collapsible .buttons .linkItems li a .ico, .widget_pageContent_collapsible .buttons .linkItems li .header-nav .header-nav-utility-search a .ico, .header-nav .header-nav-utility-search .btn-main-sm .ico, .header-nav .header-nav-utility-search .editorContent form input[type='submit'] .ico, .editorContent form .header-nav .header-nav-utility-search input[type='submit'] .ico, .header-nav .header-nav-utility-search .gform_submit_button .ico, .header-nav .header-nav-utility-search .gform_next_button .ico, .header-nav .header-nav-utility-search .gform_previous_button .ico, .header-nav .header-nav-utility-search .btn-cart .ico, .header-nav .header-nav-utility-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a .ico, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav .header-nav-utility-search a .ico, .header-nav .header-nav-utility-search .widget_spotlightProduct .widget-info a .ico, .widget_spotlightProduct .widget-info .header-nav .header-nav-utility-search a .ico, .header-nav .header-nav-utility-search .btn-clear .ico, .header-nav .header-nav-utility-search .btn-white .ico, .header-nav .header-nav-utility-search .btn-default .ico, .header-nav .header-nav-utility-search .btn-default-sm .ico, .header-nav .header-nav-utility-search .gform_reset_button .ico, .header-nav .header-nav-utility-search .btn-ico .ico {
        display: none; }
  @media screen and (max-width: 1150px) {
    .header-nav {
      position: static;
      right: auto;
      top: auto;
      height: auto;
      max-width: calc(100% + 30px);
      margin: 0 0 -1px 0;
      padding-top: 1.11111em;
      margin-bottom: -1.11111em;
      margin-left: -0.83333em;
      margin-right: -0.83333em; }
      .header-nav:before {
        content: none; }
      .header-nav .nav-menu {
        display: block;
        float: none;
        margin: 0; }
      .header-nav .menu-items {
        display: block;
        margin: 0 0.83333em;
        text-align: justify;
        line-height: 2.375em;
        top: 2em;
        position: relative; }
        .header-nav .menu-items:before {
          content: ' ';
          display: block;
          width: 100%;
          margin-bottom: -2.375em; }
        .header-nav .menu-items:after {
          content: ' ';
          display: inline-block;
          width: 100%; }
      .header-nav .menu-item {
        margin: 0;
        display: inline-block;
        float: none;
        vertical-align: top; }
      .header-nav .menu .menu {
        left: -30px;
        transform: translateX(0);
        right: auto;
        min-width: 0;
        top: 100%; }
        .header-nav .menu .menu:after {
          content: none; }
        .header-nav .menu .menu .menu-items {
          text-align: left;
          top: auto;
          margin: 0; }
          .header-nav .menu .menu .menu-items:before {
            content: none; }
          .header-nav .menu .menu .menu-items:after {
            content: none; }
      .header-nav .menu-item-level-0:first-child > .menu,
      .header-nav .menu-item-level-0:first-child + .menu-item > .menu {
        right: auto;
        left: -30px; }
        .header-nav .menu-item-level-0:first-child > .menu .menu-item-link .text,
        .header-nav .menu-item-level-0:first-child + .menu-item > .menu .menu-item-link .text {
          float: left; } }
  @media screen and (max-width: 845px) {
    .header-nav .menu-item-link {
      font-size: 0.88889em; } }
  @media screen and (max-width: 767px) {
    .header-nav {
      position: static;
      right: auto;
      top: auto;
      height: auto;
      max-width: 100%;
      margin: 0 0 -1px 0; }
      .header-nav:before {
        content: none; }
      .header-nav .nav-button {
        right: 0px;
        display: block; }
        html.mainNavActive .header-nav .nav-button {
          right: 15px; }
      .header-nav .nav-menu {
        display: block;
        float: none;
        margin: 0;
        background: #f2f2f2;
        border: 0;
        position: fixed;
        left: 0;
        top: 85px;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        z-index: -10;
        opacity: 0;
        transition: opacity 0.3s ease-in;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; }
        html.mainNavActive .header-nav .nav-menu {
          z-index: 1000;
          opacity: 1; }
      .header-nav .menu {
        margin: 0 0.83333em;
        margin-top: 0.83333em; }
      .header-nav .menu-items {
        text-align: left;
        margin: 0;
        line-height: 1.375em;
        top: auto; }
        .header-nav .menu-items:before, .header-nav .menu-items:after {
          content: none; }
      .header-nav .menu-item {
        display: block;
        margin: 0;
        border-top: 1px solid #4b4b4b;
        position: relative;
        height: auto; }
        .header-nav .menu-item:before {
          content: none; }
        .header-nav .menu-item.hover > .menu-item-link {
          color: #4b4b4b;
          font-weight: normal; }
        .header-nav .menu-item:first-child {
          border-top: 0; }
        .header-nav .menu-item.menu-item-parent > .menu {
          display: none; }
        .header-nav .menu-item.menu-item-parent > .toggle {
          background-color: transparent;
          color: #4b4b4b;
          display: block;
          position: absolute;
          right: 0;
          top: 3px;
          font-size: 0.77778em;
          line-height: 1.28571em;
          width: 2.14286em;
          height: 2.14286em;
          padding: 11px;
          cursor: pointer;
          text-align: center;
          left: auto;
          z-index: 99;
          border-radius: 5px; }
          .header-nav .menu-item.menu-item-parent > .toggle:before {
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            font-stretch: normal;
            font-size: inherit;
            line-height: inherit;
            font-family: FontAwesome;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 1em;
            content: ""; }
          .header-nav .menu-item.menu-item-parent > .toggle:after {
            content: '';
            position: absolute;
            top: -5px;
            left: -5px;
            right: -5px;
            bottom: -5px; }
        .header-nav .menu-item.menu-item-parent.active > .menu {
          display: block; }
        .header-nav .menu-item.menu-item-parent.active > .toggle {
          padding: 6px;
          color: #b7b5b4; }
          .header-nav .menu-item.menu-item-parent.active > .toggle:before {
            content: ""; }
        .header-nav .menu-item.header-link-search {
          display: none; }
        .header-nav .menu-item.header-link-cart {
          float: none; }
          .header-nav .menu-item.header-link-cart .menu-item-link {
            margin-top: 0;
            padding-right: 0; }
            .header-nav .menu-item.header-link-cart .menu-item-link .text {
              text-align: right;
              width: 100%; }
              .header-nav .menu-item.header-link-cart .menu-item-link .text > * {
                display: inline-block;
                vertical-align: middle; }
      .header-nav .menu-item-link {
        display: block;
        padding: 0.5em 0.9375em;
        color: #4b4b4b;
        height: auto; }
        .header-nav .menu-item-link .text {
          float: none;
          display: inline-block;
          text-align: left; }
      .header-nav .menu .menu {
        display: none;
        position: relative;
        left: auto;
        right: auto;
        background: none;
        padding: 0 0 0.55556em 0;
        margin: 0;
        box-shadow: none; }
        .header-nav .menu .menu:after {
          content: none; }
        .header-nav .menu .menu .menu-item {
          background: none;
          border: 0;
          padding: 0; }
          .header-nav .menu .menu .menu-item > .menu-item-link {
            border: 0;
            color: #4b4b4b; }
          .header-nav .menu .menu .menu-item.hover {
            background: none; }
            .header-nav .menu .menu .menu-item.hover > .menu-item-link {
              color: #4b4b4b;
              font-weight: 400; }
            .header-nav .menu .menu .menu-item.hover:before {
              content: none; }
            .header-nav .menu .menu .menu-item.hover:after {
              content: none; }
          .header-nav .menu .menu .menu-item.menu-item-parent.hover > .menu {
            display: none; }
          .header-nav .menu .menu .menu-item.menu-item-parent.active > .menu {
            display: block; }
        .header-nav .menu .menu .menu-item-link {
          font-weight: 400;
          height: auto;
          padding: 0.5em 0.9375em;
          padding-left: 1.875em;
          text-transform: none;
          color: #4b4b4b; }
          .header-nav .menu .menu .menu-item-link .text {
            float: none;
            text-align: left; }
      .header-nav .menu-item:first-child > .menu,
      .header-nav .menu-item:first-child + .menu-item > .menu,
      .header-nav .menu-item:first-child + .menu-item + .menu-item > .menu {
        right: auto;
        left: auto; }
        .header-nav .menu-item:first-child > .menu .menu-item-link .text,
        .header-nav .menu-item:first-child + .menu-item > .menu .menu-item-link .text,
        .header-nav .menu-item:first-child + .menu-item + .menu-item > .menu .menu-item-link .text {
          float: none; }
      .header-nav .menu .menu .menu-item.menu-item-parent > .toggle {
        line-height: 2.375em;
        height: 2.375em; }
        .header-nav .menu .menu .menu-item.menu-item-parent > .toggle:before {
          font-weight: bold;
          font-size: 1em !important; }
      .header-nav .menu .menu .menu-item.menu-item-parent.active > .toggle {
        padding: 6px; }
        .header-nav .menu .menu .menu-item.menu-item-parent.active > .toggle:before {
          content: ""; }
      .header-nav .menu .menu .menu .menu-item-link {
        padding-left: 2.875em; }
      .header-nav .menu .menu .menu .menu .menu-item-link {
        padding-left: 3.875em; }
      .header-nav .header-nav-utility {
        display: block; }
      .header-nav .header-nav-utility-search {
        font-size: 0.77778em;
        height: 3.57143em;
        padding: 0.57143em 1.28571em 0.57143em 1.28571em; }
        .header-nav .header-nav-utility-search form {
          position: relative; }
        .header-nav .header-nav-utility-search .form-fields {
          margin: 0 2.57143em 0 0; }
        .header-nav .header-nav-utility-search .form-actions {
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          line-height: 3.14286em;
          background-color: #672666;
          border: 1px solid #672666;
          border-top-right-radius: 20px;
          border-bottom-right-radius: 20px; }
          .header-nav .header-nav-utility-search .form-actions button {
            height: 100%; }
          .header-nav .header-nav-utility-search .form-actions > .btn, .header-nav .header-nav-utility-search .form-actions > .btn-plain, .header-nav .header-nav-utility-search .form-actions > .btn-main, .header-nav .header-nav-utility-search .form-actions > .thumb-button, .header-nav .header-nav-utility-search .widget_pageContent_collapsible .buttons .linkItems li .form-actions > a, .widget_pageContent_collapsible .buttons .linkItems li .header-nav .header-nav-utility-search .form-actions > a, .header-nav .header-nav-utility-search .form-actions > .btn-main-sm, .header-nav .header-nav-utility-search .editorContent form .form-actions > input[type='submit'], .editorContent form .header-nav .header-nav-utility-search .form-actions > input[type='submit'], .header-nav .header-nav-utility-search .form-actions > .gform_submit_button, .header-nav .header-nav-utility-search .form-actions > .gform_next_button, .header-nav .header-nav-utility-search .form-actions > .gform_previous_button, .header-nav .header-nav-utility-search .form-actions > .btn-cart, .header-nav .header-nav-utility-search .editorContent .form-actions > .btn-cart, .header-nav .header-nav-utility-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .form-actions > a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav .header-nav-utility-search .form-actions > a, .header-nav .header-nav-utility-search .widget_spotlightProduct .widget-info .form-actions > a, .widget_spotlightProduct .widget-info .header-nav .header-nav-utility-search .form-actions > a, .header-nav .header-nav-utility-search .form-actions > .btn-clear, .header-nav .header-nav-utility-search .form-actions > .btn-white, .header-nav .header-nav-utility-search .form-actions > .btn-default, .header-nav .header-nav-utility-search .form-actions > .btn-default-sm, .header-nav .header-nav-utility-search .form-actions > .gform_reset_button, .header-nav .header-nav-utility-search .editorContent .form-actions > .btn-default-sm, .header-nav .header-nav-utility-search .editorContent .form-actions > .gform_reset_button, .header-nav .header-nav-utility-search .form-actions > .btn-ico, .header-nav .header-nav-utility-search .editorContent .form-actions > .btn-plain, .header-nav .header-nav-utility-search .editorContent .form-actions > .btn-main, .header-nav .header-nav-utility-search .editorContent .form-actions > .thumb-button, .header-nav .header-nav-utility-search .widget_pageContent_collapsible .buttons .linkItems li .editorContent .form-actions > a, .header-nav .header-nav-utility-search .editorContent .form-actions > .btn-main-sm, .header-nav .header-nav-utility-search .editorContent .form-actions > .gform_submit_button, .header-nav .header-nav-utility-search .editorContent .form-actions > .gform_next_button, .header-nav .header-nav-utility-search .editorContent .form-actions > .gform_previous_button, .header-nav .header-nav-utility-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .editorContent .form-actions > a, .header-nav .header-nav-utility-search .widget_spotlightProduct .widget-info .editorContent .form-actions > a, .header-nav .header-nav-utility-search .editorContent .form-actions > .btn-clear, .header-nav .header-nav-utility-search .editorContent .form-actions > .btn-white, .header-nav .header-nav-utility-search .editorContent .form-actions > .btn-default, .header-nav .header-nav-utility-search .editorContent .form-actions > .btn-ico {
            margin: 0 0.71429em 0 0.71429em; }
          .header-nav .header-nav-utility-search .form-actions .btn, .header-nav .header-nav-utility-search .form-actions .btn-plain, .header-nav .header-nav-utility-search .form-actions .btn-main, .header-nav .header-nav-utility-search .form-actions .thumb-button, .header-nav .header-nav-utility-search .form-actions .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .header-nav .header-nav-utility-search .form-actions a, .header-nav .header-nav-utility-search .form-actions .btn-main-sm, .header-nav .header-nav-utility-search .form-actions .editorContent form input[type='submit'], .editorContent form .header-nav .header-nav-utility-search .form-actions input[type='submit'], .header-nav .header-nav-utility-search .form-actions .gform_submit_button, .header-nav .header-nav-utility-search .form-actions .gform_next_button, .header-nav .header-nav-utility-search .form-actions .gform_previous_button, .header-nav .header-nav-utility-search .form-actions .btn-cart, .header-nav .header-nav-utility-search .form-actions .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav .header-nav-utility-search .form-actions a, .header-nav .header-nav-utility-search .form-actions .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .header-nav .header-nav-utility-search .form-actions a, .header-nav .header-nav-utility-search .form-actions .btn-clear, .header-nav .header-nav-utility-search .form-actions .btn-white, .header-nav .header-nav-utility-search .form-actions .btn-default, .header-nav .header-nav-utility-search .form-actions .btn-default-sm, .header-nav .header-nav-utility-search .form-actions .gform_reset_button, .header-nav .header-nav-utility-search .form-actions .btn-ico {
            min-width: 0;
            display: inline-block; }
          .header-nav .header-nav-utility-search .form-actions:hover, .header-nav .header-nav-utility-search .form-actions:focus {
            background-color: #763b75; }
        .header-nav .header-nav-utility-search .btn, .header-nav .header-nav-utility-search .btn-plain, .header-nav .header-nav-utility-search .btn-main, .header-nav .header-nav-utility-search .thumb-button, .header-nav .header-nav-utility-search .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .header-nav .header-nav-utility-search a, .header-nav .header-nav-utility-search .btn-main-sm, .header-nav .header-nav-utility-search .editorContent form input[type='submit'], .editorContent form .header-nav .header-nav-utility-search input[type='submit'], .header-nav .header-nav-utility-search .gform_submit_button, .header-nav .header-nav-utility-search .gform_next_button, .header-nav .header-nav-utility-search .gform_previous_button, .header-nav .header-nav-utility-search .btn-cart, .header-nav .header-nav-utility-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav .header-nav-utility-search a, .header-nav .header-nav-utility-search .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .header-nav .header-nav-utility-search a, .header-nav .header-nav-utility-search .btn-clear, .header-nav .header-nav-utility-search .btn-white, .header-nav .header-nav-utility-search .btn-default, .header-nav .header-nav-utility-search .btn-default-sm, .header-nav .header-nav-utility-search .gform_reset_button, .header-nav .header-nav-utility-search .btn-ico {
          width: 2em;
          height: 2em;
          text-align: center;
          display: block; }
          .header-nav .header-nav-utility-search .btn:after, .header-nav .header-nav-utility-search .btn-plain:after, .header-nav .header-nav-utility-search .btn-main:after, .header-nav .header-nav-utility-search .thumb-button:after, .header-nav .header-nav-utility-search .widget_pageContent_collapsible .buttons .linkItems li a:after, .widget_pageContent_collapsible .buttons .linkItems li .header-nav .header-nav-utility-search a:after, .header-nav .header-nav-utility-search .btn-main-sm:after, .header-nav .header-nav-utility-search .editorContent form input[type='submit']:after, .editorContent form .header-nav .header-nav-utility-search input[type='submit']:after, .header-nav .header-nav-utility-search .gform_submit_button:after, .header-nav .header-nav-utility-search .gform_next_button:after, .header-nav .header-nav-utility-search .gform_previous_button:after, .header-nav .header-nav-utility-search .btn-cart:after, .header-nav .header-nav-utility-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:after, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav .header-nav-utility-search a:after, .header-nav .header-nav-utility-search .widget_spotlightProduct .widget-info a:after, .widget_spotlightProduct .widget-info .header-nav .header-nav-utility-search a:after, .header-nav .header-nav-utility-search .btn-clear:after, .header-nav .header-nav-utility-search .btn-white:after, .header-nav .header-nav-utility-search .btn-default:after, .header-nav .header-nav-utility-search .btn-default-sm:after, .header-nav .header-nav-utility-search .gform_reset_button:after, .header-nav .header-nav-utility-search .btn-ico:after {
            background-position: 61.02719% 48.48485%;
            width: 20px;
            height: 20px;
            background-size: 257px 209px;
            position: absolute;
            left: 50%;
            margin-left: -10px;
            position: absolute;
            top: 50%;
            margin-top: -10px;
            line-height: 3.42857em;
            margin-top: -12px;
            margin-left: -12px; }
            .header-nav .header-nav-utility-search .btn:after:focus, .header-nav .header-nav-utility-search .btn-plain:after:focus, .header-nav .header-nav-utility-search .btn-main:after:focus, .header-nav .header-nav-utility-search .thumb-button:after:focus, .header-nav .header-nav-utility-search .widget_pageContent_collapsible .buttons .linkItems li a:after:focus, .widget_pageContent_collapsible .buttons .linkItems li .header-nav .header-nav-utility-search a:after:focus, .header-nav .header-nav-utility-search .btn-main-sm:after:focus, .header-nav .header-nav-utility-search .editorContent form input:after:focus[type='submit'], .editorContent form .header-nav .header-nav-utility-search input:after:focus[type='submit'], .header-nav .header-nav-utility-search .gform_submit_button:after:focus, .header-nav .header-nav-utility-search .gform_next_button:after:focus, .header-nav .header-nav-utility-search .gform_previous_button:after:focus, .header-nav .header-nav-utility-search .btn-cart:after:focus, .header-nav .header-nav-utility-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:after:focus, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav .header-nav-utility-search a:after:focus, .header-nav .header-nav-utility-search .widget_spotlightProduct .widget-info a:after:focus, .widget_spotlightProduct .widget-info .header-nav .header-nav-utility-search a:after:focus, .header-nav .header-nav-utility-search .btn-clear:after:focus, .header-nav .header-nav-utility-search .btn-white:after:focus, .header-nav .header-nav-utility-search .btn-default:after:focus, .header-nav .header-nav-utility-search .btn-default-sm:after:focus, .header-nav .header-nav-utility-search .gform_reset_button:after:focus, .header-nav .header-nav-utility-search .btn-ico:after:focus {
              border: 0;
              box-shadow: none; }
          .header-nav .header-nav-utility-search .btn:focus, .header-nav .header-nav-utility-search .btn-plain:focus, .header-nav .header-nav-utility-search .btn-main:focus, .header-nav .header-nav-utility-search .thumb-button:focus, .header-nav .header-nav-utility-search .widget_pageContent_collapsible .buttons .linkItems li a:focus, .widget_pageContent_collapsible .buttons .linkItems li .header-nav .header-nav-utility-search a:focus, .header-nav .header-nav-utility-search .btn-main-sm:focus, .header-nav .header-nav-utility-search .editorContent form input:focus[type='submit'], .editorContent form .header-nav .header-nav-utility-search input:focus[type='submit'], .header-nav .header-nav-utility-search .gform_submit_button:focus, .header-nav .header-nav-utility-search .gform_next_button:focus, .header-nav .header-nav-utility-search .gform_previous_button:focus, .header-nav .header-nav-utility-search .btn-cart:focus, .header-nav .header-nav-utility-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:focus, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav .header-nav-utility-search a:focus, .header-nav .header-nav-utility-search .widget_spotlightProduct .widget-info a:focus, .widget_spotlightProduct .widget-info .header-nav .header-nav-utility-search a:focus, .header-nav .header-nav-utility-search .btn-clear:focus, .header-nav .header-nav-utility-search .btn-white:focus, .header-nav .header-nav-utility-search .btn-default:focus, .header-nav .header-nav-utility-search .btn-default-sm:focus, .header-nav .header-nav-utility-search .gform_reset_button:focus, .header-nav .header-nav-utility-search .btn-ico:focus {
            border: 0;
            box-shadow: none; }
        .header-nav .header-nav-utility-search input[type='text'],
        .header-nav .header-nav-utility-search input[type='password'],
        .header-nav .header-nav-utility-search input[type='datetime'],
        .header-nav .header-nav-utility-search input[type='datetime-local'],
        .header-nav .header-nav-utility-search input[type='number'],
        .header-nav .header-nav-utility-search input[type='email'],
        .header-nav .header-nav-utility-search input[type='url'],
        .header-nav .header-nav-utility-search input[type='search'],
        .header-nav .header-nav-utility-search input[type='tel'] {
          border-radius: 20px;
          background: #ffffff;
          display: inline-block;
          font-size: 14px;
          line-height: normal;
          border: 2px solid #b7b5b4;
          padding: 0.5rem 1.25rem;
          margin: 0;
          width: auto;
          max-width: 100%;
          font-size: inherit;
          line-height: normal;
          color: #4b4b4b;
          border: 0;
          border-radius: 0;
          border: 1px solid #672666;
          border-right: 0;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px;
          padding-top: 0;
          padding-bottom: 0;
          padding-left: 1.14286em;
          display: block;
          width: 100%;
          height: 3.14286em;
          background: transparent; } }
      @media screen and (max-width: 767px) and (max-width: 991px) {
        .header-nav .header-nav-utility-search input[type='text'],
        .header-nav .header-nav-utility-search input[type='password'],
        .header-nav .header-nav-utility-search input[type='datetime'],
        .header-nav .header-nav-utility-search input[type='datetime-local'],
        .header-nav .header-nav-utility-search input[type='number'],
        .header-nav .header-nav-utility-search input[type='email'],
        .header-nav .header-nav-utility-search input[type='url'],
        .header-nav .header-nav-utility-search input[type='search'],
        .header-nav .header-nav-utility-search input[type='tel'] {
          font-size: 16px; } }
  @media screen and (max-width: 767px) {
          .header-nav .header-nav-utility-search input[type='text']:hover,
          .header-nav .header-nav-utility-search input[type='password']:hover,
          .header-nav .header-nav-utility-search input[type='datetime']:hover,
          .header-nav .header-nav-utility-search input[type='datetime-local']:hover,
          .header-nav .header-nav-utility-search input[type='number']:hover,
          .header-nav .header-nav-utility-search input[type='email']:hover,
          .header-nav .header-nav-utility-search input[type='url']:hover,
          .header-nav .header-nav-utility-search input[type='search']:hover,
          .header-nav .header-nav-utility-search input[type='tel']:hover {
            background: #e6e6e6;
            border-color: #b7b5b4; }
          .header-nav .header-nav-utility-search input[type='text']:focus,
          .header-nav .header-nav-utility-search input[type='password']:focus,
          .header-nav .header-nav-utility-search input[type='datetime']:focus,
          .header-nav .header-nav-utility-search input[type='datetime-local']:focus,
          .header-nav .header-nav-utility-search input[type='number']:focus,
          .header-nav .header-nav-utility-search input[type='email']:focus,
          .header-nav .header-nav-utility-search input[type='url']:focus,
          .header-nav .header-nav-utility-search input[type='search']:focus,
          .header-nav .header-nav-utility-search input[type='tel']:focus {
            background: #e6e6e6;
            border-color: #b7b5b4; }
          .header-nav .header-nav-utility-search input[type='text'].error,
          .header-nav .header-nav-utility-search input[type='password'].error,
          .header-nav .header-nav-utility-search input[type='datetime'].error,
          .header-nav .header-nav-utility-search input[type='datetime-local'].error,
          .header-nav .header-nav-utility-search input[type='number'].error,
          .header-nav .header-nav-utility-search input[type='email'].error,
          .header-nav .header-nav-utility-search input[type='url'].error,
          .header-nav .header-nav-utility-search input[type='search'].error,
          .header-nav .header-nav-utility-search input[type='tel'].error {
            background: null;
            border-color: #c00; }
          .header-nav .header-nav-utility-search input[type='text'][disabled],
          .header-nav .header-nav-utility-search input[type='password'][disabled],
          .header-nav .header-nav-utility-search input[type='datetime'][disabled],
          .header-nav .header-nav-utility-search input[type='datetime-local'][disabled],
          .header-nav .header-nav-utility-search input[type='number'][disabled],
          .header-nav .header-nav-utility-search input[type='email'][disabled],
          .header-nav .header-nav-utility-search input[type='url'][disabled],
          .header-nav .header-nav-utility-search input[type='search'][disabled],
          .header-nav .header-nav-utility-search input[type='tel'][disabled] {
            background: #f7f7f7;
            border-color: #f7f7f7; }
          .header-nav .header-nav-utility-search input[type='text']:hover, .header-nav .header-nav-utility-search input[type='text']:focus,
          .header-nav .header-nav-utility-search input[type='password']:hover,
          .header-nav .header-nav-utility-search input[type='password']:focus,
          .header-nav .header-nav-utility-search input[type='datetime']:hover,
          .header-nav .header-nav-utility-search input[type='datetime']:focus,
          .header-nav .header-nav-utility-search input[type='datetime-local']:hover,
          .header-nav .header-nav-utility-search input[type='datetime-local']:focus,
          .header-nav .header-nav-utility-search input[type='number']:hover,
          .header-nav .header-nav-utility-search input[type='number']:focus,
          .header-nav .header-nav-utility-search input[type='email']:hover,
          .header-nav .header-nav-utility-search input[type='email']:focus,
          .header-nav .header-nav-utility-search input[type='url']:hover,
          .header-nav .header-nav-utility-search input[type='url']:focus,
          .header-nav .header-nav-utility-search input[type='search']:hover,
          .header-nav .header-nav-utility-search input[type='search']:focus,
          .header-nav .header-nav-utility-search input[type='tel']:hover,
          .header-nav .header-nav-utility-search input[type='tel']:focus {
            background: transparent;
            border: 1px solid #763b75;
            border-right: 0; } }

.header-nav-searchContainer {
  display: none; }

@media screen and (min-width: 768px) {
  .header-nav-searchContainer {
    position: relative;
    display: block; }
    .header-nav-searchContainer.active .header-nav-search {
      transform: translateY(0); }
  .header-nav-search {
    position: absolute;
    z-index: 5;
    background-color: rgba(103, 38, 102, 0.9);
    left: 0px;
    right: 0px;
    transform: translateY(-100%);
    transition: transform 0.6s ease; }
  .header-nav-search-form {
    max-width: 65.55556em;
    margin-left: auto;
    margin-right: auto;
    min-width: 960px;
    /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/
    padding: 0.72222em 0 1.66667em; } }
  @media screen and (min-width: 768px) and (min-width: 1px) {
    .header-nav-search-form {
      min-width: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1210px) {
    .header-nav-search-form {
      max-width: none;
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .header-nav-search-form {
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }

@media screen and (min-width: 768px) {
    .header-nav-search-form input[type='text'],
    .header-nav-search-form input[type='password'],
    .header-nav-search-form input[type='datetime'],
    .header-nav-search-form input[type='datetime-local'],
    .header-nav-search-form input[type='number'],
    .header-nav-search-form input[type='email'],
    .header-nav-search-form input[type='url'],
    .header-nav-search-form input[type='search'],
    .header-nav-search-form input[type='tel'] {
      border-radius: 20px;
      background: #ffffff;
      display: inline-block;
      font-size: 14px;
      line-height: normal;
      border: 2px solid #b7b5b4;
      padding: 0.5rem 1.25rem;
      margin: 0;
      width: auto;
      max-width: 100%;
      font-size: 1.66667em;
      line-height: 1.26667em;
      color: #b7b5b4;
      border: 0;
      border-bottom: 1px solid #b7b5b4;
      padding: 0.4em 0 0.4em 0;
      display: block;
      width: 100%;
      background: transparent; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .header-nav-search-form input[type='text'],
      .header-nav-search-form input[type='password'],
      .header-nav-search-form input[type='datetime'],
      .header-nav-search-form input[type='datetime-local'],
      .header-nav-search-form input[type='number'],
      .header-nav-search-form input[type='email'],
      .header-nav-search-form input[type='url'],
      .header-nav-search-form input[type='search'],
      .header-nav-search-form input[type='tel'] {
        font-size: 16px; } }

@media screen and (min-width: 768px) {
      .header-nav-search-form input[type='text']:hover,
      .header-nav-search-form input[type='password']:hover,
      .header-nav-search-form input[type='datetime']:hover,
      .header-nav-search-form input[type='datetime-local']:hover,
      .header-nav-search-form input[type='number']:hover,
      .header-nav-search-form input[type='email']:hover,
      .header-nav-search-form input[type='url']:hover,
      .header-nav-search-form input[type='search']:hover,
      .header-nav-search-form input[type='tel']:hover {
        background: #e6e6e6;
        border-color: #b7b5b4; }
      .header-nav-search-form input[type='text']:focus,
      .header-nav-search-form input[type='password']:focus,
      .header-nav-search-form input[type='datetime']:focus,
      .header-nav-search-form input[type='datetime-local']:focus,
      .header-nav-search-form input[type='number']:focus,
      .header-nav-search-form input[type='email']:focus,
      .header-nav-search-form input[type='url']:focus,
      .header-nav-search-form input[type='search']:focus,
      .header-nav-search-form input[type='tel']:focus {
        background: #e6e6e6;
        border-color: #b7b5b4; }
      .header-nav-search-form input[type='text'].error,
      .header-nav-search-form input[type='password'].error,
      .header-nav-search-form input[type='datetime'].error,
      .header-nav-search-form input[type='datetime-local'].error,
      .header-nav-search-form input[type='number'].error,
      .header-nav-search-form input[type='email'].error,
      .header-nav-search-form input[type='url'].error,
      .header-nav-search-form input[type='search'].error,
      .header-nav-search-form input[type='tel'].error {
        background: null;
        border-color: #c00; }
      .header-nav-search-form input[type='text'][disabled],
      .header-nav-search-form input[type='password'][disabled],
      .header-nav-search-form input[type='datetime'][disabled],
      .header-nav-search-form input[type='datetime-local'][disabled],
      .header-nav-search-form input[type='number'][disabled],
      .header-nav-search-form input[type='email'][disabled],
      .header-nav-search-form input[type='url'][disabled],
      .header-nav-search-form input[type='search'][disabled],
      .header-nav-search-form input[type='tel'][disabled] {
        background: #f7f7f7;
        border-color: #f7f7f7; }
      .header-nav-search-form input[type='text']:hover, .header-nav-search-form input[type='text']:focus,
      .header-nav-search-form input[type='password']:hover,
      .header-nav-search-form input[type='password']:focus,
      .header-nav-search-form input[type='datetime']:hover,
      .header-nav-search-form input[type='datetime']:focus,
      .header-nav-search-form input[type='datetime-local']:hover,
      .header-nav-search-form input[type='datetime-local']:focus,
      .header-nav-search-form input[type='number']:hover,
      .header-nav-search-form input[type='number']:focus,
      .header-nav-search-form input[type='email']:hover,
      .header-nav-search-form input[type='email']:focus,
      .header-nav-search-form input[type='url']:hover,
      .header-nav-search-form input[type='url']:focus,
      .header-nav-search-form input[type='search']:hover,
      .header-nav-search-form input[type='search']:focus,
      .header-nav-search-form input[type='tel']:hover,
      .header-nav-search-form input[type='tel']:focus {
        background: transparent;
        border-bottom: 1px solid #b7b5b4; }
    .header-nav-search-form .form-fields {
      border: 0;
      padding: 0; }
    .header-nav-search-form .form-actions {
      position: absolute;
      right: 0;
      top: 0;
      padding: 0.88889em 0; }
    .header-nav-search-form .field {
      margin: 0; }
      .header-nav-search-form .field input {
        border-radius: 0; }
    .header-nav-search-form form {
      background-color: transparent;
      position: relative; }
    .header-nav-search-form .btn.search, .header-nav-search-form .search.btn-plain, .header-nav-search-form .search.btn-main, .header-nav-search-form .search.thumb-button, .header-nav-search-form .widget_pageContent_collapsible .buttons .linkItems li a.search, .widget_pageContent_collapsible .buttons .linkItems li .header-nav-search-form a.search, .header-nav-search-form .search.btn-main-sm, .header-nav-search-form .editorContent form input.search[type='submit'], .editorContent form .header-nav-search-form input.search[type='submit'], .header-nav-search-form .search.gform_submit_button, .header-nav-search-form .search.gform_next_button, .header-nav-search-form .search.gform_previous_button, .header-nav-search-form .search.btn-cart, .header-nav-search-form .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a.search, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav-search-form a.search, .header-nav-search-form .widget_spotlightProduct .widget-info a.search, .widget_spotlightProduct .widget-info .header-nav-search-form a.search, .header-nav-search-form .search.btn-clear, .header-nav-search-form .search.btn-white, .header-nav-search-form .search.btn-default, .header-nav-search-form .search.btn-default-sm, .header-nav-search-form .search.gform_reset_button, .header-nav-search-form .search.btn-ico,
    .header-nav-search-form .btn.remove,
    .header-nav-search-form .remove.btn-plain,
    .header-nav-search-form .remove.btn-main,
    .header-nav-search-form .remove.thumb-button,
    .header-nav-search-form .widget_pageContent_collapsible .buttons .linkItems li a.remove,
    .widget_pageContent_collapsible .buttons .linkItems li .header-nav-search-form a.remove,
    .header-nav-search-form .remove.btn-main-sm,
    .header-nav-search-form .editorContent form input.remove[type='submit'],
    .editorContent form .header-nav-search-form input.remove[type='submit'],
    .header-nav-search-form .remove.gform_submit_button,
    .header-nav-search-form .remove.gform_next_button,
    .header-nav-search-form .remove.gform_previous_button,
    .header-nav-search-form .remove.btn-cart,
    .header-nav-search-form .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a.remove,
    .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav-search-form a.remove,
    .header-nav-search-form .widget_spotlightProduct .widget-info a.remove,
    .widget_spotlightProduct .widget-info .header-nav-search-form a.remove,
    .header-nav-search-form .remove.btn-clear,
    .header-nav-search-form .remove.btn-white,
    .header-nav-search-form .remove.btn-default,
    .header-nav-search-form .remove.btn-default-sm,
    .header-nav-search-form .remove.gform_reset_button,
    .header-nav-search-form .remove.btn-ico {
      font-size: 1em;
      width: 1.66667em;
      height: 1.66667em;
      line-height: 2.11111em;
      text-align: center;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      background: transparent; }
      .header-nav-search-form .btn.search .ico, .header-nav-search-form .search.btn-plain .ico, .header-nav-search-form .search.btn-main .ico, .header-nav-search-form .search.thumb-button .ico, .header-nav-search-form .widget_pageContent_collapsible .buttons .linkItems li a.search .ico, .widget_pageContent_collapsible .buttons .linkItems li .header-nav-search-form a.search .ico, .header-nav-search-form .search.btn-main-sm .ico, .header-nav-search-form .editorContent form input.search[type='submit'] .ico, .editorContent form .header-nav-search-form input.search[type='submit'] .ico, .header-nav-search-form .search.gform_submit_button .ico, .header-nav-search-form .search.gform_next_button .ico, .header-nav-search-form .search.gform_previous_button .ico, .header-nav-search-form .search.btn-cart .ico, .header-nav-search-form .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a.search .ico, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav-search-form a.search .ico, .header-nav-search-form .widget_spotlightProduct .widget-info a.search .ico, .widget_spotlightProduct .widget-info .header-nav-search-form a.search .ico, .header-nav-search-form .search.btn-clear .ico, .header-nav-search-form .search.btn-white .ico, .header-nav-search-form .search.btn-default .ico, .header-nav-search-form .search.btn-default-sm .ico, .header-nav-search-form .search.gform_reset_button .ico, .header-nav-search-form .search.btn-ico .ico,
      .header-nav-search-form .btn.remove .ico,
      .header-nav-search-form .remove.btn-plain .ico,
      .header-nav-search-form .remove.btn-main .ico,
      .header-nav-search-form .remove.thumb-button .ico,
      .header-nav-search-form .widget_pageContent_collapsible .buttons .linkItems li a.remove .ico,
      .widget_pageContent_collapsible .buttons .linkItems li .header-nav-search-form a.remove .ico,
      .header-nav-search-form .remove.btn-main-sm .ico,
      .header-nav-search-form .editorContent form input.remove[type='submit'] .ico,
      .editorContent form .header-nav-search-form input.remove[type='submit'] .ico,
      .header-nav-search-form .remove.gform_submit_button .ico,
      .header-nav-search-form .remove.gform_next_button .ico,
      .header-nav-search-form .remove.gform_previous_button .ico,
      .header-nav-search-form .remove.btn-cart .ico,
      .header-nav-search-form .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a.remove .ico,
      .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav-search-form a.remove .ico,
      .header-nav-search-form .widget_spotlightProduct .widget-info a.remove .ico,
      .widget_spotlightProduct .widget-info .header-nav-search-form a.remove .ico,
      .header-nav-search-form .remove.btn-clear .ico,
      .header-nav-search-form .remove.btn-white .ico,
      .header-nav-search-form .remove.btn-default .ico,
      .header-nav-search-form .remove.btn-default-sm .ico,
      .header-nav-search-form .remove.gform_reset_button .ico,
      .header-nav-search-form .remove.btn-ico .ico {
        display: none; }
    .header-nav-search-form .btn.remove:after, .header-nav-search-form .remove.btn-plain:after, .header-nav-search-form .remove.btn-main:after, .header-nav-search-form .remove.thumb-button:after, .header-nav-search-form .widget_pageContent_collapsible .buttons .linkItems li a.remove:after, .widget_pageContent_collapsible .buttons .linkItems li .header-nav-search-form a.remove:after, .header-nav-search-form .remove.btn-main-sm:after, .header-nav-search-form .editorContent form input.remove[type='submit']:after, .editorContent form .header-nav-search-form input.remove[type='submit']:after, .header-nav-search-form .remove.gform_submit_button:after, .header-nav-search-form .remove.gform_next_button:after, .header-nav-search-form .remove.gform_previous_button:after, .header-nav-search-form .remove.btn-cart:after, .header-nav-search-form .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a.remove:after, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav-search-form a.remove:after, .header-nav-search-form .widget_spotlightProduct .widget-info a.remove:after, .widget_spotlightProduct .widget-info .header-nav-search-form a.remove:after, .header-nav-search-form .remove.btn-clear:after, .header-nav-search-form .remove.btn-white:after, .header-nav-search-form .remove.btn-default:after, .header-nav-search-form .remove.btn-default-sm:after, .header-nav-search-form .remove.gform_reset_button:after, .header-nav-search-form .remove.btn-ico:after {
      content: '';
      background-position: 53.16092% 77.58007%;
      width: 39px;
      height: 39px;
      background-size: 1257px 1022px;
      position: absolute;
      left: 50%;
      margin-left: -19.25px;
      position: absolute;
      top: 50%;
      margin-top: -19.25px; }
    .header-nav-search-form .btn.search, .header-nav-search-form .search.btn-plain, .header-nav-search-form .search.btn-main, .header-nav-search-form .search.thumb-button, .header-nav-search-form .widget_pageContent_collapsible .buttons .linkItems li a.search, .widget_pageContent_collapsible .buttons .linkItems li .header-nav-search-form a.search, .header-nav-search-form .search.btn-main-sm, .header-nav-search-form .editorContent form input.search[type='submit'], .editorContent form .header-nav-search-form input.search[type='submit'], .header-nav-search-form .search.gform_submit_button, .header-nav-search-form .search.gform_next_button, .header-nav-search-form .search.gform_previous_button, .header-nav-search-form .search.btn-cart, .header-nav-search-form .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a.search, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav-search-form a.search, .header-nav-search-form .widget_spotlightProduct .widget-info a.search, .widget_spotlightProduct .widget-info .header-nav-search-form a.search, .header-nav-search-form .search.btn-clear, .header-nav-search-form .search.btn-white, .header-nav-search-form .search.btn-default, .header-nav-search-form .search.btn-default-sm, .header-nav-search-form .search.gform_reset_button, .header-nav-search-form .search.btn-ico {
      margin-left: 0.27778em; }
      .header-nav-search-form .btn.search:after, .header-nav-search-form .search.btn-plain:after, .header-nav-search-form .search.btn-main:after, .header-nav-search-form .search.thumb-button:after, .header-nav-search-form .widget_pageContent_collapsible .buttons .linkItems li a.search:after, .widget_pageContent_collapsible .buttons .linkItems li .header-nav-search-form a.search:after, .header-nav-search-form .search.btn-main-sm:after, .header-nav-search-form .editorContent form input.search[type='submit']:after, .editorContent form .header-nav-search-form input.search[type='submit']:after, .header-nav-search-form .search.gform_submit_button:after, .header-nav-search-form .search.gform_next_button:after, .header-nav-search-form .search.gform_previous_button:after, .header-nav-search-form .search.btn-cart:after, .header-nav-search-form .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a.search:after, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .header-nav-search-form a.search:after, .header-nav-search-form .widget_spotlightProduct .widget-info a.search:after, .widget_spotlightProduct .widget-info .header-nav-search-form a.search:after, .header-nav-search-form .search.btn-clear:after, .header-nav-search-form .search.btn-white:after, .header-nav-search-form .search.btn-default:after, .header-nav-search-form .search.btn-default-sm:after, .header-nav-search-form .search.gform_reset_button:after, .header-nav-search-form .search.btn-ico:after {
        content: '';
        background-position: 61.02719% 48.48485%;
        width: 35px;
        height: 35px;
        background-size: 449px 365px;
        position: absolute;
        left: 50%;
        margin-left: -17.5px;
        position: absolute;
        top: 50%;
        margin-top: -17.5px; } }

/**
 * Footer
 */
.footerBarContainer {
  background: #672666;
  color: #fff; }
  .footerBarContainer a {
    color: inherit; }
    .footerBarContainer a:hover {
      color: inherit; }

.footerBar {
  max-width: 65.55556em;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/
  padding: 3.88889em 0 1.66667em; }
  .footerBar:before, .footerBar:after {
    content: ' ';
    display: table; }
  .footerBar:after {
    clear: both; }
  @media screen and (min-width: 1px) {
    .footerBar {
      min-width: 0; } }
  @media screen and (max-width: 1210px) {
    .footerBar {
      max-width: none;
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }
  @media screen and (max-width: 767px) {
    .footerBar {
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }

.footerBar-left {
  float: left; }

.footerBar-right {
  float: right; }

.footerBar-nav {
  font-size: 0.66667em; }
  .footerBar-nav .menu-item {
    padding: 1.16667em 0; }
    .footerBar-nav .menu-item:before {
      display: inline-block;
      margin: 0 6px 0 3px; }
    .footerBar-nav .menu-item:first-child:before {
      content: none; }
  .footerBar-nav .menu-item-link {
    text-transform: uppercase;
    font-weight: 400; }
    .footerBar-nav .menu-item-link:hover {
      color: #b7b5b4; }

.footerBar-search {
  float: left;
  font-size: 1em;
  font-weight: 600;
  height: 3.2em;
  border: 1px solid #ffffff;
  border-radius: 1.625rem;
  padding: 0 1.25rem;
  background-color: #ffffff; }
  .footerBar-search form {
    position: relative; }
  .footerBar-search .form-fields {
    margin: 0 2.57143em 0 0; }
  .footerBar-search .form-actions {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 3.14286em;
    background-color: #ffffff; }
    .footerBar-search .form-actions button {
      height: 100%; }
    .footerBar-search .form-actions > .btn, .footerBar-search .form-actions > .btn-plain, .footerBar-search .form-actions > .btn-main, .footerBar-search .form-actions > .thumb-button, .footerBar-search .widget_pageContent_collapsible .buttons .linkItems li .form-actions > a, .widget_pageContent_collapsible .buttons .linkItems li .footerBar-search .form-actions > a, .footerBar-search .form-actions > .btn-main-sm, .footerBar-search .editorContent form .form-actions > input[type='submit'], .editorContent form .footerBar-search .form-actions > input[type='submit'], .footerBar-search .form-actions > .gform_submit_button, .footerBar-search .form-actions > .gform_next_button, .footerBar-search .form-actions > .gform_previous_button, .footerBar-search .form-actions > .btn-cart, .footerBar-search .editorContent .form-actions > .btn-cart, .footerBar-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .form-actions > a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .footerBar-search .form-actions > a, .footerBar-search .widget_spotlightProduct .widget-info .form-actions > a, .widget_spotlightProduct .widget-info .footerBar-search .form-actions > a, .footerBar-search .form-actions > .btn-clear, .footerBar-search .form-actions > .btn-white, .footerBar-search .form-actions > .btn-default, .footerBar-search .form-actions > .btn-default-sm, .footerBar-search .form-actions > .gform_reset_button, .footerBar-search .editorContent .form-actions > .btn-default-sm, .footerBar-search .editorContent .form-actions > .gform_reset_button, .footerBar-search .form-actions > .btn-ico, .footerBar-search .editorContent .form-actions > .btn-plain, .footerBar-search .editorContent .form-actions > .btn-main, .footerBar-search .editorContent .form-actions > .thumb-button, .footerBar-search .widget_pageContent_collapsible .buttons .linkItems li .editorContent .form-actions > a, .footerBar-search .editorContent .form-actions > .btn-main-sm, .footerBar-search .editorContent .form-actions > .gform_submit_button, .footerBar-search .editorContent .form-actions > .gform_next_button, .footerBar-search .editorContent .form-actions > .gform_previous_button, .footerBar-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .editorContent .form-actions > a, .footerBar-search .widget_spotlightProduct .widget-info .editorContent .form-actions > a, .footerBar-search .editorContent .form-actions > .btn-clear, .footerBar-search .editorContent .form-actions > .btn-white, .footerBar-search .editorContent .form-actions > .btn-default, .footerBar-search .editorContent .form-actions > .btn-ico {
      margin: 0; }
    .footerBar-search .form-actions .btn, .footerBar-search .form-actions .btn-plain, .footerBar-search .form-actions .btn-main, .footerBar-search .form-actions .thumb-button, .footerBar-search .form-actions .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .footerBar-search .form-actions a, .footerBar-search .form-actions .btn-main-sm, .footerBar-search .form-actions .editorContent form input[type='submit'], .editorContent form .footerBar-search .form-actions input[type='submit'], .footerBar-search .form-actions .gform_submit_button, .footerBar-search .form-actions .gform_next_button, .footerBar-search .form-actions .gform_previous_button, .footerBar-search .form-actions .btn-cart, .footerBar-search .form-actions .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .footerBar-search .form-actions a, .footerBar-search .form-actions .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .footerBar-search .form-actions a, .footerBar-search .form-actions .btn-clear, .footerBar-search .form-actions .btn-white, .footerBar-search .form-actions .btn-default, .footerBar-search .form-actions .btn-default-sm, .footerBar-search .form-actions .gform_reset_button, .footerBar-search .form-actions .btn-ico {
      min-width: 0; }
  .footerBar-search .btn, .footerBar-search .btn-plain, .footerBar-search .btn-main, .footerBar-search .thumb-button, .footerBar-search .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .footerBar-search a, .footerBar-search .btn-main-sm, .footerBar-search .editorContent form input[type='submit'], .editorContent form .footerBar-search input[type='submit'], .footerBar-search .gform_submit_button, .footerBar-search .gform_next_button, .footerBar-search .gform_previous_button, .footerBar-search .btn-cart, .footerBar-search .editorContent .btn-cart, .editorContent .footerBar-search .btn-cart, .footerBar-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .footerBar-search a, .footerBar-search .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .footerBar-search a, .footerBar-search .btn-clear, .footerBar-search .btn-white, .footerBar-search .btn-default, .footerBar-search .btn-default-sm, .footerBar-search .gform_reset_button, .footerBar-search .editorContent .btn-default-sm, .editorContent .footerBar-search .btn-default-sm, .footerBar-search .editorContent .gform_reset_button, .editorContent .footerBar-search .gform_reset_button, .footerBar-search .btn-ico, .footerBar-search .editorContent .btn-plain, .editorContent .footerBar-search .btn-plain, .footerBar-search .editorContent .btn-main, .editorContent .footerBar-search .btn-main, .footerBar-search .editorContent .thumb-button, .editorContent .footerBar-search .thumb-button, .footerBar-search .editorContent .btn-main-sm, .editorContent .footerBar-search .btn-main-sm, .footerBar-search .editorContent .gform_submit_button, .editorContent .footerBar-search .gform_submit_button, .footerBar-search .editorContent .gform_next_button, .editorContent .footerBar-search .gform_next_button, .footerBar-search .editorContent .gform_previous_button, .editorContent .footerBar-search .gform_previous_button, .footerBar-search .editorContent .btn-clear, .editorContent .footerBar-search .btn-clear, .footerBar-search .editorContent .btn-white, .editorContent .footerBar-search .btn-white, .footerBar-search .editorContent .btn-default, .editorContent .footerBar-search .btn-default, .footerBar-search .editorContent .btn-ico, .editorContent .footerBar-search .btn-ico {
    width: 2em;
    height: 2em;
    text-align: center;
    display: block; }
    .footerBar-search .btn .ico, .footerBar-search .btn-plain .ico, .footerBar-search .btn-main .ico, .footerBar-search .thumb-button .ico, .footerBar-search .widget_pageContent_collapsible .buttons .linkItems li a .ico, .widget_pageContent_collapsible .buttons .linkItems li .footerBar-search a .ico, .footerBar-search .btn-main-sm .ico, .footerBar-search .editorContent form input[type='submit'] .ico, .editorContent form .footerBar-search input[type='submit'] .ico, .footerBar-search .gform_submit_button .ico, .footerBar-search .gform_next_button .ico, .footerBar-search .gform_previous_button .ico, .footerBar-search .btn-cart .ico, .footerBar-search .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a .ico, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .footerBar-search a .ico, .footerBar-search .widget_spotlightProduct .widget-info a .ico, .widget_spotlightProduct .widget-info .footerBar-search a .ico, .footerBar-search .btn-clear .ico, .footerBar-search .btn-white .ico, .footerBar-search .btn-default .ico, .footerBar-search .btn-default-sm .ico, .footerBar-search .gform_reset_button .ico, .footerBar-search .btn-ico .ico {
      background-position: 52.56798% 48.48485%;
      width: 30px;
      height: 30px;
      background-size: 385px 313px;
      position: absolute;
      left: 50%;
      margin-left: -15px;
      position: absolute;
      top: 50%;
      margin-top: -15px;
      line-height: 3.14286em; }
  .footerBar-search input[type='text'],
  .footerBar-search input[type='password'],
  .footerBar-search input[type='datetime'],
  .footerBar-search input[type='datetime-local'],
  .footerBar-search input[type='number'],
  .footerBar-search input[type='email'],
  .footerBar-search input[type='url'],
  .footerBar-search input[type='search'],
  .footerBar-search input[type='tel'] {
    border-radius: 20px;
    background: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    border: 2px solid #b7b5b4;
    padding: 0.5rem 1.25rem;
    margin: 0;
    width: auto;
    max-width: 100%;
    font-size: inherit;
    line-height: normal;
    color: #939393;
    border: 0;
    border-radius: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
    width: 100%;
    height: 3.14286em;
    background: #ffffff; }
    @media screen and (max-width: 991px) {
      .footerBar-search input[type='text'],
      .footerBar-search input[type='password'],
      .footerBar-search input[type='datetime'],
      .footerBar-search input[type='datetime-local'],
      .footerBar-search input[type='number'],
      .footerBar-search input[type='email'],
      .footerBar-search input[type='url'],
      .footerBar-search input[type='search'],
      .footerBar-search input[type='tel'] {
        font-size: 16px; } }
    .footerBar-search input[type='text']:hover,
    .footerBar-search input[type='password']:hover,
    .footerBar-search input[type='datetime']:hover,
    .footerBar-search input[type='datetime-local']:hover,
    .footerBar-search input[type='number']:hover,
    .footerBar-search input[type='email']:hover,
    .footerBar-search input[type='url']:hover,
    .footerBar-search input[type='search']:hover,
    .footerBar-search input[type='tel']:hover {
      background: #e6e6e6;
      border-color: #b7b5b4; }
    .footerBar-search input[type='text']:focus,
    .footerBar-search input[type='password']:focus,
    .footerBar-search input[type='datetime']:focus,
    .footerBar-search input[type='datetime-local']:focus,
    .footerBar-search input[type='number']:focus,
    .footerBar-search input[type='email']:focus,
    .footerBar-search input[type='url']:focus,
    .footerBar-search input[type='search']:focus,
    .footerBar-search input[type='tel']:focus {
      background: #e6e6e6;
      border-color: #b7b5b4; }
    .footerBar-search input[type='text'].error,
    .footerBar-search input[type='password'].error,
    .footerBar-search input[type='datetime'].error,
    .footerBar-search input[type='datetime-local'].error,
    .footerBar-search input[type='number'].error,
    .footerBar-search input[type='email'].error,
    .footerBar-search input[type='url'].error,
    .footerBar-search input[type='search'].error,
    .footerBar-search input[type='tel'].error {
      background: null;
      border-color: #c00; }
    .footerBar-search input[type='text'][disabled],
    .footerBar-search input[type='password'][disabled],
    .footerBar-search input[type='datetime'][disabled],
    .footerBar-search input[type='datetime-local'][disabled],
    .footerBar-search input[type='number'][disabled],
    .footerBar-search input[type='email'][disabled],
    .footerBar-search input[type='url'][disabled],
    .footerBar-search input[type='search'][disabled],
    .footerBar-search input[type='tel'][disabled] {
      background: #f7f7f7;
      border-color: #f7f7f7; }
    .footerBar-search input[type='text']:hover, .footerBar-search input[type='text']:focus,
    .footerBar-search input[type='password']:hover,
    .footerBar-search input[type='password']:focus,
    .footerBar-search input[type='datetime']:hover,
    .footerBar-search input[type='datetime']:focus,
    .footerBar-search input[type='datetime-local']:hover,
    .footerBar-search input[type='datetime-local']:focus,
    .footerBar-search input[type='number']:hover,
    .footerBar-search input[type='number']:focus,
    .footerBar-search input[type='email']:hover,
    .footerBar-search input[type='email']:focus,
    .footerBar-search input[type='url']:hover,
    .footerBar-search input[type='url']:focus,
    .footerBar-search input[type='search']:hover,
    .footerBar-search input[type='search']:focus,
    .footerBar-search input[type='tel']:hover,
    .footerBar-search input[type='tel']:focus {
      background: #ffffff; }

.footerBar-socials {
  float: left;
  font-size: 1.11111em;
  margin-right: 15px; }
  .footerBar-socials .social-link {
    float: left;
    display: block;
    padding: 0.61111em;
    height: 2.77778em;
    width: 2.77778em; }
    .footerBar-socials .social-link .social-icon:before {
      content: none; }
    .footerBar-socials .social-link .social-icon:after {
      color: #ffffff;
      font-size: 1.33333em;
      transition: color 0.2s ease; }
    .footerBar-socials .social-link:hover .social-icon:after {
      color: #b7b5b4;
      font-size: 1.33333em; }

.footerContainer {
  background: #672666;
  color: #fff;
  padding-top: 2.22222em;
  padding-bottom: 1.11111em; }
  .footerContainer a {
    color: inherit; }
    .footerContainer a:hover {
      color: inherit; }

.footer {
  max-width: 65.55556em;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/ }
  .footer:before, .footer:after {
    content: ' ';
    display: table; }
  .footer:after {
    clear: both; }
  @media screen and (min-width: 1px) {
    .footer {
      min-width: 0; } }
  @media screen and (max-width: 1210px) {
    .footer {
      max-width: none;
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }
  @media screen and (max-width: 767px) {
    .footer {
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }

@media screen and (min-width: 768px) {
  .footerBar {
    display: flex; }
  .footerBar-left {
    flex: 0 0 20%; }
  .footerBar-right {
    flex: 0 0 80%;
    display: flex;
    justify-content: flex-end; }
  .footerBar-search {
    flex: 0 0 38%; } }

.footer-logo, .footer-division-logo {
  display: block;
  max-width: 23.33333em;
  margin: 0 auto;
  padding-top: 0.44444em; }
  .footer-logo img, .footer-division-logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: 6.94444em; }

.footer-division-logo {
  margin-top: 1.11111em; }

.footer-nav {
  font-size: 0.77778em;
  line-height: 2.21429em; }
  .footer-nav .menu-items {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start; }
  .footer-nav .menu-item {
    margin: 0; }
    .footer-nav .menu-item.menu-item-level-0 > .menu-item-link .text {
      font-size: 18px; }
    .footer-nav .menu-item.header-link-cart, .footer-nav .menu-item.header-link-search, .footer-nav .menu-item.header-link-login, .footer-nav .menu-item.header-link-rep {
      display: none; }
    .footer-nav .menu-item .toggle button {
      display: none; }
  .footer-nav .menu-item-link {
    font-weight: 700;
    display: block;
    margin: 0 0 0.21429em 0;
    color: #ffffff;
    transition: color 0.2s ease; }
    .footer-nav .menu-item-link:hover {
      color: #b7b5b4; }
  @media screen and (max-width: 767px) {
    .footer-nav .postIcon_rep_mobile .menu-item-link:after {
      top: 7px; } }
  .footer-nav .menu .menu .menu-items {
    display: block; }
    .footer-nav .menu .menu .menu-items:before, .footer-nav .menu .menu .menu-items:after {
      content: none;
      display: inline; }
    .footer-nav .menu .menu .menu-items:after {
      clear: none; }
  .footer-nav .menu .menu .menu-item {
    float: none;
    width: auto;
    display: block;
    padding: 0; }
  .footer-nav .menu .menu .menu-item-link {
    font-weight: 400;
    text-transform: none;
    color: #ffffff;
    margin: 0; }
    .footer-nav .menu .menu .menu-item-link:hover {
      color: #b7b5b4; }
  .footer-nav .menu .menu .menu {
    display: none; }
  .footer-nav .postIcon_rep_mobile {
    display: none; }
  @media screen and (max-width: 767px) {
    .footer-nav .postIcon_rep_mobile {
      display: block; }
      .footer-nav .postIcon_rep_mobile .menu-item-link:after {
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-stretch: normal;
        font-size: inherit;
        line-height: inherit;
        font-family: FontAwesome;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        top: 7px;
        right: 7px;
        font-size: 1.5em; } }

.footerContact {
  max-width: 65.55556em;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/
  display: flex; }
  @media screen and (min-width: 1px) {
    .footerContact {
      min-width: 0; } }
  @media screen and (max-width: 1210px) {
    .footerContact {
      max-width: none;
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }
  @media screen and (max-width: 767px) {
    .footerContact {
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }
  .footerContact > div {
    display: flex; }
  .footerContact a,
  .footerContact .address {
    font-weight: normal; }
    .footerContact a:before,
    .footerContact .address:before {
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      font-stretch: normal;
      font-size: inherit;
      line-height: inherit;
      font-family: FontAwesome;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1.5rem;
      margin-right: 6px; }
  .footerContact .address:before {
    content: ""; }
  .footerContact .address address {
    font-style: normal; }
  .footerContact a {
    display: flex;
    align-items: center; }
  .footerContact .phone a:before {
    content: ""; }
  .footerContact .email a:before {
    content: ""; }

@media screen and (min-width: 768px) {
  .footerMobileContactContainer {
    display: none; }
  .footerContactContainer {
    background-color: #672666;
    color: #fff; }
    .footerContactContainer a {
      color: inherit; }
      .footerContactContainer a:hover {
        color: inherit; }
  .footerContact {
    font-size: 0.85rem; }
    .footerContact > div {
      flex: 1 0 auto; }
    .footerContact .footerContact-logo {
      display: none; }
    .footerContact a:hover, .footerContact a:focus {
      color: #b7b5b4; } }

@media screen and (min-width: 1200px) {
  .footerContact {
    font-size: 1.125rem; } }

@media screen and (max-width: 767px) {
  .footerContactContainer {
    display: none; }
  .footerMobileContactContainer {
    display: block; }
  .footerContact {
    flex-direction: column;
    align-items: center;
    padding: 15px;
    color: #672666; }
    .footerContact > div {
      flex: 0 0 100%;
      margin-bottom: 15px; }
    .footerContact div.email {
      font-size: 12px; }
    .footerContact .footerContact-logo img {
      width: 202px;
      height: 94px; }
    .footerContact a:hover, .footerContact a:focus {
      color: #763b75; } }

.footerBottomContainer {
  background: #672666;
  color: #fff;
  color: #ffffff;
  padding-top: 0.27778em;
  padding-bottom: 0.27778em; }
  .footerBottomContainer a {
    color: inherit; }
    .footerBottomContainer a:hover {
      color: inherit; }
  .footerBottomContainer a:hover {
    color: #b7b5b4; }

.footerBottom {
  max-width: 65.55556em;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/ }
  .footerBottom:before, .footerBottom:after {
    content: ' ';
    display: table; }
  .footerBottom:after {
    clear: both; }
  @media screen and (min-width: 1px) {
    .footerBottom {
      min-width: 0; } }
  @media screen and (max-width: 1210px) {
    .footerBottom {
      max-width: none;
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }
  @media screen and (max-width: 767px) {
    .footerBottom {
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }

.footerBottom-left {
  float: left; }

.footerBottom-right {
  float: right; }

.footerBottom-brands {
  display: flex;
  flex-flow: row nowrap;
  align-items: center; }
  .footerBottom-brands a {
    display: block;
    filter: grayscale(100%);
    transition: filter 0.2s ease;
    padding-right: 1.66667em;
    padding-top: 0.55556em;
    padding-bottom: 0.55556em; }
    .footerBottom-brands a img {
      height: 4.61111em; }
    .footerBottom-brands a:focus, .footerBottom-brands a:hover {
      filter: grayscale(0%); }

.footerBottom-full {
  margin: 0 0 5em 0;
  font-size: 0.66667em;
  line-height: 1.2em; }

.footerBottom-link {
  display: inline-block;
  font-weight: 700; }

.footerBottom-menu .menu-items {
  display: flex;
  margin: 0 -10px 20px;
  flex-flow: row wrap;
  justify-content: space-between; }

.footerBottom-menu .menu-item {
  line-height: 1;
  margin: 5px 10px;
  display: block; }

.footerBottom-menu .menu-item-link {
  font-size: 12px;
  font-weight: normal;
  display: block; }

@media screen and (max-width: 767px) {
  .footerBottom-menu .menu-items {
    margin-left: 0;
    margin-right: 0; }
  .footerBottom-menu .menu-item {
    margin: 0;
    flex: 1 0 auto;
    padding: 10px;
    text-align: center; } }

.footerMobileSocialsContainer {
  display: none;
  background-color: #672666; }

.footerMobileSocials {
  max-width: 65.55556em;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/ }
  @media screen and (min-width: 1px) {
    .footerMobileSocials {
      min-width: 0; } }
  @media screen and (max-width: 1210px) {
    .footerMobileSocials {
      max-width: none;
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }
  @media screen and (max-width: 767px) {
    .footerMobileSocials {
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }
  .footerMobileSocials:before, .footerMobileSocials:after {
    content: ' ';
    display: table; }
  .footerMobileSocials:after {
    clear: both; }

.footerMobileSocials-socials {
  display: flex;
  justify-content: center;
  margin: auto;
  font-size: 1.11111em; }
  .footerMobileSocials-socials .social-link {
    display: block;
    padding: 0.75em 0;
    height: 3.5em;
    text-align: center;
    max-width: 60px;
    flex: 1 1 auto; }
    .footerMobileSocials-socials .social-link .social-icon:before {
      background: #ffffff; }
    .footerMobileSocials-socials .social-link .social-icon:after {
      color: #672666;
      font-size: 1.38889em; }
    .footerMobileSocials-socials .social-link:hover .social-icon:before {
      background: #b7b5b4; }
  @media screen and (max-width: 320px) {
    .footerMobileSocials-socials {
      width: 100%; }
      .footerMobileSocials-socials .social-link {
        float: none;
        display: table-cell;
        width: 25%;
        padding-left: 0;
        padding-right: 0; } }

@media screen and (max-width: 991px) {
  .footer-nav {
    font-size: 0.66667em; }
    .footer-nav .menu-item.menu-item-level-0 > .menu-item-link .text {
      font-size: 14px; } }

@media screen and (max-width: 767px) {
  .footerBar {
    padding: 20px 0 10px 0; }
    .footerBar:before, .footerBar:after {
      content: none;
      display: inline; }
    .footerBar:after {
      clear: none; }
  .footerBar-left {
    display: none; }
  .footerBar-right {
    float: none;
    width: auto; }
  .footerBar-socials {
    display: none; }
  .footerBar-search {
    float: none;
    width: auto; }
  .footerContainer {
    padding: 0.77778em 0;
    margin-bottom: 10px; }
  .footer:before, .footer:after {
    content: none;
    display: inline; }
  .footer:after {
    clear: none; }
  .footer-left {
    display: none; }
  .footer-right {
    float: none;
    width: auto; }
  .footer-nav {
    font-size: 0.66667em;
    line-height: 1.28571em; }
    .footer-nav .menu-items {
      display: block; }
      .footer-nav .menu-items:before, .footer-nav .menu-items:after {
        content: none;
        display: inline; }
      .footer-nav .menu-items:after {
        clear: none; }
    .footer-nav .menu-item {
      float: none;
      display: block;
      padding: 0;
      margin: 0;
      width: auto;
      border: 1px solid #ffffff;
      border-width: 1px 0 0 0;
      position: relative; }
      .footer-nav .menu-item:first-child {
        border-width: 0; }
      .footer-nav .menu-item.menu-item-parent > .menu {
        display: none; }
      .footer-nav .menu-item.menu-item-parent > .toggle {
        position: absolute;
        left: auto;
        right: 0;
        top: 8px;
        font-size: 1em;
        line-height: 2.21429em;
        width: 2.14286em;
        height: 2.14286em;
        padding: 1px 11px;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
        border: none;
        background-color: transparent;
        color: #ffffff;
        z-index: 99;
        display: flex;
        justify-content: center;
        align-items: center; }
        .footer-nav .menu-item.menu-item-parent > .toggle:before {
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          font-stretch: normal;
          font-size: inherit;
          line-height: inherit;
          font-family: FontAwesome;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: ""; }
        .footer-nav .menu-item.menu-item-parent > .toggle:after {
          content: '';
          position: absolute;
          top: -5px;
          left: -5px;
          right: -5px;
          bottom: -5px; }
      .footer-nav .menu-item.menu-item-parent.active > .menu {
        display: block; }
      .footer-nav .menu-item.menu-item-parent.active > .toggle {
        padding: 1px;
        color: #b7b5b4; }
        .footer-nav .menu-item.menu-item-parent.active > .toggle:before {
          content: ""; }
    .footer-nav .menu-item-link {
      display: block;
      padding: 0.5em 1em;
      margin: 0;
      font-weight: 400;
      color: #ffffff;
      line-height: 2.21429em; }
    .footer-nav .menu .menu {
      position: relative;
      margin: 0 0 0 1em;
      padding: 0;
      display: none; }
      .footer-nav .menu .menu .menu-items {
        padding: 0 0 1em 0; }
      .footer-nav .menu .menu .menu-item {
        border-width: 0; }
      .footer-nav .menu .menu .menu-item-link {
        padding: 0.14286em 1em;
        font-weight: 400; }
  .footerMobileSocialsContainer {
    display: block; }
  .footerBottom {
    text-align: center; }
    .footerBottom:before, .footerBottom:after {
      content: none;
      display: inline; }
    .footerBottom:after {
      clear: none; }
  .footerBottom-left {
    display: block;
    text-align: center;
    float: none;
    width: auto; }
  .footerBottom-right {
    display: block;
    text-align: center;
    float: none;
    width: auto; }
  .footerBottom-brands {
    justify-content: center;
    flex-flow: row wrap; }
    .footerBottom-brands a {
      padding-right: 0.83333em;
      padding-left: 0.83333em; } }

@media screen and (max-width: 500px) {
  .footerBottom-note {
    display: block;
    margin-bottom: 0.55556em; } }

.tabs {
  display: block; }

.tabs-nav {
  display: block;
  border-bottom: 1px solid #672666; }

.tabs-navItems {
  list-style: none;
  display: table;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  padding: 0;
  margin: 0 0 -1px 0; }

.tabs-navItem {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table-cell;
  border: none;
  background-color: #f2f2f2;
  border-bottom: 1px solid #672666;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transition: all 0.2s ease;
  width: 1%; }
  .tabs-navItem .tabs-navItem-link {
    background: none;
    width: 100%; }
  .tabs-navItem:hover {
    background: #763b75;
    border-color: #763b75; }
    .tabs-navItem:hover .tabs-navItem-link {
      color: #ffffff;
      border-color: #763b75; }
  .tabs-navItem.active {
    background: #672666;
    border-color: #672666; }
    .tabs-navItem.active .tabs-navItem-link {
      color: #ffffff;
      border-color: #672666; }
      .tabs-navItem.active .tabs-navItem-link:after {
        content: '';
        display: block;
        border: solid transparent;
        content: ' ';
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-width: 12px;
        margin: 0;
        top: 100%;
        left: 50%;
        border-top-color: #672666;
        margin-left: -12px; }

.tabs-navItem-link {
  display: block;
  border: none;
  border: 1px solid #e5e5e5;
  border-bottom: 1px solid #672666;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #672666;
  text-align: center;
  padding: 0.61111em 0em 0.61111em;
  height: 2.77778em;
  position: relative;
  transition: all 0.2s ease; }
  .tabs-navItem-link > span {
    font-size: 1.22222em;
    font-weight: 400;
    line-height: 1.18182em;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding: 0; }

.tabs-contents {
  display: block; }

.tabs-content {
  display: block; }
  html.js .tabs-content {
    display: none; }
    html.js .tabs-content.active {
      display: block; }

html.js .hideShow.active .hideShow-content {
  display: block; }

html.js .hideShow.active .hideShow-header:after {
  content: "";
  margin-left: 0;
  margin-top: -0.05ex; }

.hideShow-header {
  display: block;
  padding: 0 0 0 2.11111em;
  position: relative;
  min-height: 1.22222em;
  line-height: 1.33333em;
  background: none;
  border: none;
  margin-left: -32px;
  text-align: left; }
  .hideShow-header p:empty {
    display: none;
    margin: 0; }
  .hideShow-header:before, .hideShow-header:after {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: inherit;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
    content: ' ';
    display: block;
    color: #672666;
    background: transparent;
    width: 1.57143em;
    height: 1.57143em;
    line-height: 1.57143em;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0.07143em; }
  .hideShow-header:after {
    content: "";
    background: none;
    display: inline; }
  html.js .hideShow-header {
    cursor: pointer; }
    html.js .hideShow-header:after {
      content: "";
      margin-left: 0.15ex; }
  .hideShow-header h4 {
    font-size: 20px !important;
    line-height: 1.5; }

.hideShow-content {
  display: block;
  padding: 0 0 0 2.11111em; }
  html.js .hideShow-content {
    display: none; }

.hideShowHeader {
  display: block;
  padding: 0;
  margin: 0; }
  .hideShowHeader strong {
    display: inline-block;
    width: calc(100% - 32px);
    vertical-align: top; }
  .hideShowHeader:before {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: inherit;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: top;
    display: inline-block;
    font-size: 1em;
    content: ' ';
    color: #672666;
    background: transparent;
    width: 1.57143em;
    height: 1.57143em;
    line-height: 1.57143em;
    text-align: center; }
  .hideShowHeader h1,
  .hideShowHeader h2,
  .hideShowHeader h3,
  .hideShowHeader h4,
  .hideShowHeader h5 {
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: middle; }
  .hideShowHeader.indented {
    margin-left: 3.77778em; }
  html.js .hideShowHeader {
    cursor: pointer; }
    html.js .hideShowHeader:before {
      content: ""; }
    html.js .hideShowHeader + .hideShowContent {
      display: none; }
    html.js .hideShowHeader.active:before {
      content: ""; }
    html.js .hideShowHeader.active + .hideShowContent {
      display: block; }

.hideShowContent {
  display: block;
  padding: 0 0 0 10px;
  margin: 0; }
  .hideShowContent.indented {
    margin-left: 6.33333em; }
  .hideShowContent .indented {
    margin-left: 6.33333em; }
  .hideShowContent + .indented {
    margin-left: 6.33333em;
    margin-top: 1.11111em; }

/**
 * Pages
 *
 */
.contentContainer {
  position: relative;
  padding: 0 0 2.22222em 0;
  min-width: 960px; }
  .contentContainer.product {
    background: #fff; }
  @media screen and (max-width: 767px) {
    .contentContainer {
      padding: 0; } }
  @media screen and (min-width: 1px) {
    .contentContainer {
      min-width: 0; } }

/**
 * Mask (ajax spinner layer element) styles
 *
 */
.mask {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s ease-in 0.4s,opacity 0.4s ease-in;
  transition-delay: 0s; }

.mask.active {
  display: block;
  opacity: 1;
  visibility: visible; }

.mask, .mask-background, .mask-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto; }

.mask-background {
  background: transparent; }

.mask-content {
  text-align: center; }
  .mask-content:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }

.mask-content-inner {
  padding: 12px;
  max-width: 80%;
  display: inline-block;
  vertical-align: middle; }

.mask-spinner {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0.5em auto;
  background: url("../images/mask_loader.gif") 0 0 no-repeat; }
  html.csstransitions .mask-spinner {
    background: url("../images/mask_loader.png") 0 0 no-repeat;
    -webkit-mask-image: url(../images/mask_loader.png);
    animation-name: keyframe-effect-spin;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }

/**
 * Pagination
 */
.pagination {
  display: block;
  padding: 0;
  margin: 1.22222em 0;
  text-align: center; }

.pagination-label {
  display: none; }

.pagination-links {
  display: inline-block; }
  .pagination-links .page-numbers {
    font-weight: 400;
    line-height: 1.22222em;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.38889em;
    color: #58595c;
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-links .page-numbers.prev span {
      position: absolute;
      height: 1px;
      width: 1px;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
      -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
      overflow: hidden !important; }
    .pagination-links .page-numbers.prev:before {
      transition: all 0.2s ease;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      font-stretch: normal;
      font-size: inherit;
      line-height: inherit;
      font-family: FontAwesome;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      vertical-align: middle; }
    .pagination-links .page-numbers.next span {
      position: absolute;
      height: 1px;
      width: 1px;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
      -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
      overflow: hidden !important; }
    .pagination-links .page-numbers.next:before {
      transition: all 0.2s ease;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      font-stretch: normal;
      font-size: inherit;
      line-height: inherit;
      font-family: FontAwesome;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      vertical-align: middle; }
    .pagination-links .page-numbers.current {
      font-weight: 600; }
  .pagination-links .page-label {
    display: none;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600; }
  .pagination-links a.page-numbers:hover {
    text-decoration: none;
    font-weight: 600; }
  .pagination-links a.page-numbers.prev:hover, .pagination-links a.page-numbers.next:hover {
    background: transparent;
    transform: translateY(0px); }
  .pagination-links a.page-numbers.prev:hover:before {
    transform: translateX(-4px); }
  .pagination-links a.page-numbers.next:hover:before {
    transform: translateX(4px); }

/**
 * Editor Content
 */
.editorContent {
  /**
 * Button styles
 */
  font-family: 'Kumbh Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.66667em;
  color: inherit;
  text-align: inherit; }
  .editorContent .btn, .editorContent .btn-plain, .editorContent .btn-main, .editorContent .thumb-button, .editorContent .btn-main-sm, .editorContent form input[type='submit'], .editorContent .gform_submit_button, .editorContent .gform_next_button, .editorContent .gform_previous_button, .editorContent .btn-cart, .editorContent .btn-cart, .editorContent .btn-clear, .editorContent .btn-white, .editorContent .btn-default, .editorContent .btn-default-sm, .editorContent .gform_reset_button, .editorContent .btn-default-sm, .editorContent .gform_reset_button, .editorContent .btn-ico, .editorContent .btn-plain, .editorContent .btn-main, .editorContent .thumb-button, .editorContent .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .editorContent a, .editorContent .btn-main-sm, .editorContent .gform_submit_button, .editorContent .gform_next_button, .editorContent .gform_previous_button, .editorContent .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .editorContent a, .editorContent .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .editorContent a, .editorContent .btn-clear, .editorContent .btn-white, .editorContent .btn-default, .editorContent .btn-ico {
    display: inline-block;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: inherit;
    font-weight: 700;
    line-height: normal;
    background: transparent;
    border: 0;
    border-radius: 20px;
    outline: none;
    transition: all 0.3s ease, transform 0.15s linear; }
    .editorContent .btn > span, .editorContent .btn-plain > span, .editorContent .btn-main > span, .editorContent .thumb-button > span, .editorContent .btn-main-sm > span, .editorContent form input[type='submit'] > span, .editorContent .gform_submit_button > span, .editorContent .gform_next_button > span, .editorContent .gform_previous_button > span, .editorContent .btn-cart > span, .editorContent .btn-cart > span, .editorContent .btn-clear > span, .editorContent .btn-white > span, .editorContent .btn-default > span, .editorContent .btn-default-sm > span, .editorContent .gform_reset_button > span, .editorContent .btn-default-sm > span, .editorContent .gform_reset_button > span, .editorContent .btn-ico > span, .editorContent .btn-plain > span, .editorContent .btn-main > span, .editorContent .thumb-button > span, .editorContent .widget_pageContent_collapsible .buttons .linkItems li a > span, .widget_pageContent_collapsible .buttons .linkItems li .editorContent a > span, .editorContent .btn-main-sm > span, .editorContent .gform_submit_button > span, .editorContent .gform_next_button > span, .editorContent .gform_previous_button > span, .editorContent .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a > span, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .editorContent a > span, .editorContent .widget_spotlightProduct .widget-info a > span, .widget_spotlightProduct .widget-info .editorContent a > span, .editorContent .btn-clear > span, .editorContent .btn-white > span, .editorContent .btn-default > span, .editorContent .btn-ico > span {
      display: inline-block; }
  .editorContent .btn-plain {
    color: #672666; }
    .editorContent .btn-plain:hover {
      color: #763b75; }
  .editorContent .btn-main, .editorContent .thumb-button, .editorContent .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .editorContent a {
    background: #672666;
    color: #fff;
    font-size: 18px;
    padding: 0.61111em 1.38889em; }
    .editorContent .btn-main:hover, .editorContent .thumb-button:hover, .editorContent .widget_pageContent_collapsible .buttons .linkItems li a:hover, .widget_pageContent_collapsible .buttons .linkItems li .editorContent a:hover {
      background: #763b75;
      color: #ffffff; }
    body.keyboard-tab .editorContent .btn-main:focus, body.keyboard-tab .editorContent .thumb-button:focus, body.keyboard-tab .editorContent .widget_pageContent_collapsible .buttons .linkItems li a:focus, .widget_pageContent_collapsible .buttons .linkItems li body.keyboard-tab .editorContent a:focus {
      outline: 1px solid #000000;
      outline-offset: 0;
      box-shadow: 0 0 0.33333em 0.16667em #000000; }
  .editorContent .btn-main-sm, .editorContent form input[type='submit'], .editorContent .gform_submit_button, .editorContent .gform_next_button, .editorContent .gform_previous_button, .editorContent .btn-cart, .editorContent .btn-cart, .editorContent .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .editorContent a, .editorContent .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .editorContent a {
    background: #672666;
    color: #fff;
    font-size: 18px;
    padding: 0.61111em 1.38889em;
    font-size: 16px;
    padding: 0.625em 0.9375em 0.625em; }
    .editorContent .btn-main-sm:hover, .editorContent form input:hover[type='submit'], .editorContent .gform_submit_button:hover, .editorContent .gform_next_button:hover, .editorContent .gform_previous_button:hover, .editorContent .btn-cart:hover, .editorContent .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .editorContent a:hover, .editorContent .widget_spotlightProduct .widget-info a:hover, .widget_spotlightProduct .widget-info .editorContent a:hover {
      background: #763b75;
      color: #ffffff; }
    body.keyboard-tab .editorContent .btn-main-sm:focus, body.keyboard-tab .editorContent form input:focus[type='submit'], body.keyboard-tab .editorContent .gform_submit_button:focus, body.keyboard-tab .editorContent .gform_next_button:focus, body.keyboard-tab .editorContent .gform_previous_button:focus, body.keyboard-tab .editorContent .btn-cart:focus, body.keyboard-tab .editorContent .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:focus, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link body.keyboard-tab .editorContent a:focus, body.keyboard-tab .editorContent .widget_spotlightProduct .widget-info a:focus, .widget_spotlightProduct .widget-info body.keyboard-tab .editorContent a:focus {
      outline: 1px solid #000000;
      outline-offset: 0;
      box-shadow: 0 0 0.33333em 0.16667em #000000; }
  .editorContent .btn-clear {
    background: #672666;
    color: #fff;
    font-size: 18px;
    padding: 0.61111em 1.38889em;
    background-color: transparent;
    border: 2px solid #ffffff; }
    .editorContent .btn-clear:hover {
      background: #763b75;
      color: #ffffff; }
    body.keyboard-tab .editorContent .btn-clear:focus {
      outline: 1px solid #000000;
      outline-offset: 0;
      box-shadow: 0 0 0.33333em 0.16667em #000000; }
    .editorContent .btn-clear:hover, .editorContent .btn-clear:focus {
      background: #ffffff;
      color: #672666 !important; }
  .editorContent .btn-white {
    background: #672666;
    color: #fff;
    font-size: 18px;
    padding: 0.61111em 1.38889em;
    background: #672666;
    color: #fff;
    font-size: 18px;
    padding: 0.61111em 1.38889em;
    background-color: #ffffff !important;
    color: #672666 !important; }
    .editorContent .btn-white:hover {
      background: #763b75;
      color: #ffffff; }
    body.keyboard-tab .editorContent .btn-white:focus {
      outline: 1px solid #000000;
      outline-offset: 0;
      box-shadow: 0 0 0.33333em 0.16667em #000000; }
    .editorContent .btn-white:hover {
      background: #763b75;
      color: #ffffff; }
    body.keyboard-tab .editorContent .btn-white:focus {
      outline: 1px solid #000000;
      outline-offset: 0;
      box-shadow: 0 0 0.33333em 0.16667em #000000; }
    .editorContent .btn-white:hover, .editorContent .btn-white:focus {
      background: #763b75 !important;
      color: #ffffff !important; }
  .editorContent .btn-default, .editorContent .btn-default-sm, .editorContent .gform_reset_button, .editorContent .btn-default-sm, .editorContent .gform_reset_button {
    background: #eeeeee;
    color: #707372;
    font-size: 16px;
    padding: 0.6875em 1.125em; }
    .editorContent .btn-default:hover, .editorContent .btn-default-sm:hover, .editorContent .gform_reset_button:hover {
      background: #707372;
      color: #fff; }
  .editorContent .btn-default-sm, .editorContent .gform_reset_button {
    font-size: 15px;
    padding: 0.66667em 1em 0.6em; }
  .editorContent .btn-cart {
    position: relative;
    padding-right: 3em; }
    .editorContent .btn-cart:after {
      content: "";
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      font-stretch: normal;
      font-size: inherit;
      line-height: inherit;
      font-family: FontAwesome;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 20px;
      position: absolute;
      right: 15px; }
  .editorContent .btn-ico {
    background: #eeeeee;
    font-size: 1em;
    font-weight: 400;
    height: 2.22222em;
    line-height: 2.22222em;
    padding: 0 3.33333em 0 0.83333em;
    position: relative;
    text-transform: none;
    text-align: left !important; }
    .editorContent .btn-ico span.text {
      color: #000;
      vertical-align: baseline; }
    .editorContent .btn-ico span.ico {
      background: #672666;
      position: absolute;
      right: 0;
      top: 0;
      width: 2.22222em;
      height: 2.22222em;
      text-align: center; }
      .editorContent .btn-ico span.ico > span {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
  .editorContent .btn_full {
    display: block;
    margin-left: 0;
    margin-right: 0; }
  .editorContent .btn_centered {
    text-align: center; }
  .editorContent .buttons .btn, .widget_pageContent_collapsible .editorContent .buttons .linkItems li a, .editorContent .buttons form input[type='submit'], .editorContent form .buttons input[type='submit'], .editorContent .buttons .btn-cart, .editorContent .buttons .btn-default-sm, .editorContent .buttons .gform_reset_button, .editorContent .buttons .btn-plain, .editorContent .buttons .btn-main, .editorContent .buttons .thumb-button, .editorContent .widget_pageContent_collapsible .buttons .linkItems li a, .editorContent .buttons .btn-main-sm, .editorContent .buttons .gform_submit_button, .editorContent .buttons .gform_next_button, .editorContent .buttons .gform_previous_button, .editorContent .buttons .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .editorContent .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .buttons a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .editorContent .buttons a, .editorContent .buttons .widget_spotlightProduct .widget-info a, .editorContent .widget_spotlightProduct .widget-info .buttons a, .widget_spotlightProduct .widget-info .editorContent .buttons a, .editorContent .buttons .btn-clear, .editorContent .buttons .btn-white, .editorContent .buttons .btn-default, .editorContent .buttons .btn-ico {
    margin: 0 5px 5px 0; }
  .editorContent .buttons-alignRight {
    text-align: right; }
    .editorContent .buttons-alignRight .btn, .editorContent .buttons-alignRight form input[type='submit'], .editorContent form .buttons-alignRight input[type='submit'], .editorContent .buttons-alignRight .btn-cart, .editorContent .buttons-alignRight .btn-default-sm, .editorContent .buttons-alignRight .gform_reset_button, .editorContent .buttons-alignRight .btn-plain, .editorContent .buttons-alignRight .btn-main, .editorContent .buttons-alignRight .thumb-button, .editorContent .buttons-alignRight .widget_pageContent_collapsible .buttons .linkItems li a, .editorContent .widget_pageContent_collapsible .buttons .linkItems li .buttons-alignRight a, .widget_pageContent_collapsible .buttons .linkItems li .editorContent .buttons-alignRight a, .editorContent .buttons-alignRight .btn-main-sm, .editorContent .buttons-alignRight .gform_submit_button, .editorContent .buttons-alignRight .gform_next_button, .editorContent .buttons-alignRight .gform_previous_button, .editorContent .buttons-alignRight .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .editorContent .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .buttons-alignRight a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .editorContent .buttons-alignRight a, .editorContent .buttons-alignRight .widget_spotlightProduct .widget-info a, .editorContent .widget_spotlightProduct .widget-info .buttons-alignRight a, .widget_spotlightProduct .widget-info .editorContent .buttons-alignRight a, .editorContent .buttons-alignRight .btn-clear, .editorContent .buttons-alignRight .btn-white, .editorContent .buttons-alignRight .btn-default, .editorContent .buttons-alignRight .btn-ico {
      margin: 0 0 5px 5px; }
  .editorContent .btn_utility {
    background-color: #fff;
    color: #000 !important;
    border-radius: 3px;
    padding: 2px 6px;
    text-transform: none; }
  .editorContent .btn-bold {
    font-size: 14px;
    font-weight: bold; }
  .editorContent .btn_empty {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    opacity: 0; }
    .editorContent .btn_empty:hover, .editorContent .btn_empty:active, .editorContent .btn_empty:focus {
      outline: none !important; }
  .editorContent .btn-visualizer {
    width: 100%;
    margin: 1rem 0;
    color: white;
    border: none;
    padding: 5px;
    border-radius: 50px;
    background-color: #672666;
    display: flex;
    align-items: center;
    justify-content: center; }
    .editorContent .btn-visualizer:has(.d-flex) {
      display: block; }
    .editorContent .btn-visualizer > span.d-flex {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
    .editorContent .btn-visualizer span.text {
      font-size: 0.875rem;
      color: white;
      font-weight: 400;
      display: block;
      text-align: center; }
    .editorContent .btn-visualizer span.ico {
      background: transparent;
      right: 1rem; }
      .editorContent .btn-visualizer span.ico .fa {
        font-size: 1.75rem;
        display: flex;
        align-items: center;
        justify-content: center; }
  .editorContent h1, .editorContent h2, .editorContent h3, .editorContent h4, .editorContent h5, .editorContent h6, .editorContent p, .editorContent ul, .editorContent ol, .editorContent li, .editorContent blockquote, .editorContent address {
    font: inherit;
    line-height: inherit;
    color: inherit;
    display: block;
    padding: 0;
    margin: 1em 0;
    border: 0;
    list-style: none; }
    .editorContent h1:before, .editorContent h2:before, .editorContent h3:before, .editorContent h4:before, .editorContent h5:before, .editorContent h6:before, .editorContent p:before, .editorContent ul:before, .editorContent ol:before, .editorContent li:before, .editorContent blockquote:before, .editorContent address:before {
      content: none; }
    .editorContent h1:after, .editorContent h2:after, .editorContent h3:after, .editorContent h4:after, .editorContent h5:after, .editorContent h6:after, .editorContent p:after, .editorContent ul:after, .editorContent ol:after, .editorContent li:after, .editorContent blockquote:after, .editorContent address:after {
      content: none; }
  .editorContent a {
    color: #672666; }
  .editorContent img {
    border: 0;
    max-width: 100%;
    height: auto; }
    .editorContent img.alignleft {
      float: left;
      margin-right: 1.66667em;
      margin-bottom: 0.83333em; }
    .editorContent img.alignright {
      float: right;
      margin-left: 1.66667em;
      margin-bottom: 0.83333em; }
    .editorContent img.aligncenter {
      display: block;
      margin: 0 auto; }
    .editorContent img.alignnone {
      display: block; }
  .editorContent pre, .editorContent form, .editorContent fieldset, .editorContent legend {
    display: block;
    padding: 0;
    margin: 1.66667em 0;
    border: 0; }
  .editorContent b, .editorContent strong, .editorContent th {
    font-weight: 600; }
  .editorContent table, .editorContent th, .editorContent td, .editorContent caption {
    padding: 0;
    margin: 0;
    border: 0;
    text-align: inherit; }
  .editorContent code {
    display: inline; }
  .editorContent h1 {
    font-size: 2.55556em;
    font-weight: 700;
    line-height: 1.13043;
    margin: 0 0 0.65217em; }
    @media screen and (max-width: 768px) {
      .editorContent h1 {
        font-size: 2.44444em; } }
  .editorContent h2 {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.33333;
    margin: 0.41667em 0; }
    @media screen and (max-width: 768px) {
      .editorContent h2 {
        font-size: 1.55556em; } }
  .editorContent h3 {
    font-size: 1.77778em;
    font-weight: 700;
    line-height: 1.375;
    margin: 0.28125em 0; }
    @media screen and (max-width: 768px) {
      .editorContent h3 {
        font-size: 1.33333em; } }
  .editorContent h4 {
    font-size: 1.11111em;
    line-height: 1.5;
    font-weight: 700;
    margin: 0.16667em 0; }
  .editorContent h5 {
    font-size: 0.83333em;
    font-weight: 700;
    line-height: 1.33333;
    margin: 0; }
  .editorContent h6 {
    font-size: 0.72222em;
    font-weight: 900;
    line-height: 1.23077;
    margin: 0; }
  .editorContent h1 a, .editorContent h2 a, .editorContent h3 a, .editorContent h4 a, .editorContent h5 a, .editorContent h6 a {
    font-weight: inherit; }
  .editorContent h1 span, .editorContent h2 span, .editorContent h3 span, .editorContent h4 span, .editorContent h5 span, .editorContent h6 span {
    display: inline-block; }
  .editorContent li {
    display: list-item;
    list-style: inherit;
    margin: 0.44444em 0; }
  .editorContent ul {
    list-style: disc outside;
    margin: 1em 0 1em 1em;
    padding-left: 1em; }
  .editorContent ol {
    list-style: decimal outside;
    margin: 1em 0 1em 1em;
    padding-left: 1em; }
  .editorContent ul:not(.faqList) ul,
  .editorContent ol:not(.faqList) ul {
    list-style-type: circle; }
  .editorContent ul:not(.faqList) ul, .editorContent ul:not(.faqList) ol,
  .editorContent ol:not(.faqList) ul,
  .editorContent ol:not(.faqList) ol {
    margin: 0.5em 0 0.5em 1em; }
    .editorContent ul:not(.faqList) ul ul, .editorContent ul:not(.faqList) ol ul,
    .editorContent ol:not(.faqList) ul ul,
    .editorContent ol:not(.faqList) ol ul {
      list-style-type: square; }
  .editorContent table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0; }
  .editorContent blockquote {
    margin-left: 1.88889em;
    border-left: 3px solid #707372;
    padding-left: 0.77778em; }
  .editorContent hr {
    height: 0;
    border: 0;
    border-top: 1px solid #ccc;
    background: none;
    margin: 1.33333em 0; }
  .editorContent .barker-text {
    font-size: 1.22222em;
    font-weight: 300;
    font-style: italic;
    line-height: 1.27273em;
    margin: 0.90909em 0;
    /*
		&.initial {
			margin-top: 0;
		}

		&.stb {
			margin-top: pxToEm(10, 22);
			margin-bottom: pxToEm(10, 22);
		}

		&.mtb {
			margin-top: pxToEm(25, 22);
			margin-bottom: pxToEm(25, 22);
		}

		&.ltb {
			margin-top: pxToEm(40, 22);
			margin-bottom: pxToEm(40, 22);
		}
		*/ }
  .editorContent .widget-title {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.33333em;
    display: inline-block;
    text-transform: none;
    padding: 0.22222em 0;
    margin: 0;
    float: none;
    width: auto;
    background: none;
    color: inherit; }
  .editorContent .inlineBlockUnderline {
    display: inline-block;
    border-bottom: 2px solid #4b4b4b; }
  .editorContent .initial {
    margin-top: 0; }
  .editorContent .stb {
    margin-top: 0.55556em;
    margin-bottom: 0.55556em; }
  .editorContent .mtb {
    margin-top: 1.38889em;
    margin-bottom: 1.38889em; }
  .editorContent .ltb {
    margin-top: 2.22222em;
    margin-bottom: 2.22222em; }
  .editorContent .youtubeVideo {
    position: relative;
    height: 0;
    padding: 0 0 56.25% 0;
    max-width: 37.66667em; }
    .editorContent .youtubeVideo iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .editorContent .faqList {
    margin: 0.88889em 0; }
  .editorContent .faqBullet-cols {
    margin: 0 0 1em 0; }
    .editorContent .faqBullet-cols:before, .editorContent .faqBullet-cols:after {
      content: ' ';
      display: table; }
    .editorContent .faqBullet-cols:after {
      clear: both; }
    @media screen and (min-width: 768px) {
      .editorContent .faqBullet-cols .faqBullet-col {
        float: left;
        width: 30%;
        min-width: 14.44444em; }
        .editorContent .faqBullet-cols .faqBullet-col + .faqBullet-col {
          width: auto; } }
    .editorContent .faqBullet-cols ul {
      margin-top: 0;
      margin-bottom: 0; }
    .editorContent .faqBullet-cols li {
      margin: 0 0 0.5em; }
  .editorContent .btn, .editorContent .btn-plain, .editorContent .btn-main, .editorContent .thumb-button, .editorContent .btn-main-sm, .editorContent form input[type='submit'], .editorContent .gform_submit_button, .editorContent .gform_next_button, .editorContent .gform_previous_button, .editorContent .btn-cart, .editorContent .btn-cart, .editorContent .btn-clear, .editorContent .btn-white, .editorContent .btn-default, .editorContent .btn-default-sm, .editorContent .gform_reset_button, .editorContent .btn-default-sm, .editorContent .gform_reset_button, .editorContent .btn-ico, .editorContent .btn-plain, .editorContent .btn-main, .editorContent .thumb-button, .editorContent .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .editorContent a, .editorContent .btn-main-sm, .editorContent .gform_submit_button, .editorContent .gform_next_button, .editorContent .gform_previous_button, .editorContent .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .editorContent a, .editorContent .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .editorContent a, .editorContent .btn-clear, .editorContent .btn-white, .editorContent .btn-default, .editorContent .btn-ico {
    margin-bottom: 0.44444em; }
  @media screen and (max-width: 992px) {
    .editorContent h1, .editorContent h2, .editorContent h3, .editorContent h4, .editorContent h5, .editorContent h6, .editorContent p, .editorContent ul, .editorContent ol, .editorContent li, .editorContent blockquote, .editorContent address {
      margin: 18px 0; }
      .editorContent h1:first-child, .editorContent h2:first-child, .editorContent h3:first-child, .editorContent h4:first-child, .editorContent h5:first-child, .editorContent h6:first-child, .editorContent p:first-child, .editorContent ul:first-child, .editorContent ol:first-child, .editorContent li:first-child, .editorContent blockquote:first-child, .editorContent address:first-child {
        margin-top: 0; }
      .editorContent h1:last-child, .editorContent h2:last-child, .editorContent h3:last-child, .editorContent h4:last-child, .editorContent h5:last-child, .editorContent h6:last-child, .editorContent p:last-child, .editorContent ul:last-child, .editorContent ol:last-child, .editorContent li:last-child, .editorContent blockquote:last-child, .editorContent address:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .editorContent {
      font-family: 'Kumbh Sans', Arial, Helvetica, sans-serif;
      font-weight: normal;
      font-size: 1em;
      font-weight: 400;
      line-height: 1.44444em;
      color: inherit;
      text-align: inherit; }
      .editorContent h1, .editorContent h2, .editorContent h3, .editorContent h4, .editorContent h5, .editorContent h6, .editorContent p, .editorContent ul, .editorContent ol, .editorContent li, .editorContent blockquote, .editorContent address {
        font: inherit;
        line-height: inherit;
        color: inherit;
        display: block;
        padding: 0;
        margin: 1em 0;
        border: 0;
        list-style: none; }
        .editorContent h1:before, .editorContent h2:before, .editorContent h3:before, .editorContent h4:before, .editorContent h5:before, .editorContent h6:before, .editorContent p:before, .editorContent ul:before, .editorContent ol:before, .editorContent li:before, .editorContent blockquote:before, .editorContent address:before {
          content: none; }
        .editorContent h1:after, .editorContent h2:after, .editorContent h3:after, .editorContent h4:after, .editorContent h5:after, .editorContent h6:after, .editorContent p:after, .editorContent ul:after, .editorContent ol:after, .editorContent li:after, .editorContent blockquote:after, .editorContent address:after {
          content: none; }
      .editorContent a {
        color: #672666; }
      .editorContent img {
        border: 0;
        max-width: 100%;
        height: auto; }
        .editorContent img.alignleft {
          float: left;
          margin-right: 1.66667em;
          margin-bottom: 0.83333em; }
        .editorContent img.alignright {
          float: right;
          margin-left: 1.66667em;
          margin-bottom: 0.83333em; }
        .editorContent img.aligncenter {
          display: block;
          margin: 0 auto; }
        .editorContent img.alignnone {
          display: block; }
      .editorContent pre, .editorContent form, .editorContent fieldset, .editorContent legend {
        display: block;
        padding: 0;
        margin: 1.44444em 0;
        border: 0; }
      .editorContent b, .editorContent strong, .editorContent th {
        font-weight: 600; }
      .editorContent table, .editorContent th, .editorContent td, .editorContent caption {
        padding: 0;
        margin: 0;
        border: 0;
        text-align: inherit; }
      .editorContent code {
        display: inline; }
      .editorContent h1 {
        font-size: 2.55556em;
        font-weight: 700;
        line-height: 1.13043;
        margin: 0 0 0.56522em; } }
    @media screen and (max-width: 767px) and (max-width: 768px) {
      .editorContent h1 {
        font-size: 2.44444em; } }
  @media screen and (max-width: 767px) {
      .editorContent h2 {
        font-size: 2em;
        font-weight: 700;
        line-height: 1.33333;
        margin: 0.36111em 0; } }
    @media screen and (max-width: 767px) and (max-width: 768px) {
      .editorContent h2 {
        font-size: 1.55556em; } }
  @media screen and (max-width: 767px) {
      .editorContent h3 {
        font-size: 1.77778em;
        font-weight: 700;
        line-height: 1.375;
        margin: 0.24375em 0; } }
    @media screen and (max-width: 767px) and (max-width: 768px) {
      .editorContent h3 {
        font-size: 1.33333em; } }
  @media screen and (max-width: 767px) {
      .editorContent h4 {
        font-size: 1.11111em;
        line-height: 1.5;
        font-weight: 700;
        margin: 0.14444em 0; }
      .editorContent h5 {
        font-size: 0.83333em;
        font-weight: 700;
        line-height: 1.33333;
        margin: 0; }
      .editorContent h6 {
        font-size: 0.72222em;
        font-weight: 900;
        line-height: 1.23077;
        margin: 0; }
      .editorContent h1 a, .editorContent h2 a, .editorContent h3 a, .editorContent h4 a, .editorContent h5 a, .editorContent h6 a {
        font-weight: inherit; }
      .editorContent h1 span, .editorContent h2 span, .editorContent h3 span, .editorContent h4 span, .editorContent h5 span, .editorContent h6 span {
        display: inline-block; }
      .editorContent li {
        display: list-item;
        list-style: inherit;
        margin: 0.44444em 0; }
      .editorContent ul {
        list-style: disc outside;
        margin: 1em 0 1em 1em;
        padding-left: 1em; }
      .editorContent ol {
        list-style: decimal outside;
        margin: 1em 0 1em 1em;
        padding-left: 1em; }
      .editorContent ul:not(.faqList) ul,
      .editorContent ol:not(.faqList) ul {
        list-style-type: circle; }
      .editorContent ul:not(.faqList) ul, .editorContent ul:not(.faqList) ol,
      .editorContent ol:not(.faqList) ul,
      .editorContent ol:not(.faqList) ol {
        margin: 0.5em 0 0.5em 1em; }
        .editorContent ul:not(.faqList) ul ul, .editorContent ul:not(.faqList) ol ul,
        .editorContent ol:not(.faqList) ul ul,
        .editorContent ol:not(.faqList) ol ul {
          list-style-type: square; }
      .editorContent table {
        width: 100%;
        table-layout: auto;
        border-collapse: collapse;
        border-spacing: 0; }
      .editorContent blockquote {
        margin-left: 1.88889em;
        border-left: 3px solid #707372;
        padding-left: 0.77778em; }
      .editorContent hr {
        height: 0;
        border: 0;
        border-top: 1px solid #ccc;
        background: none;
        margin: 1.33333em 0; }
      .editorContent .barker-text {
        font-size: 1.22222em;
        font-weight: 300;
        font-style: italic;
        line-height: 1.27273em;
        margin: 0.90909em 0;
        /*
		&.initial {
			margin-top: 0;
		}

		&.stb {
			margin-top: pxToEm(10, 22);
			margin-bottom: pxToEm(10, 22);
		}

		&.mtb {
			margin-top: pxToEm(25, 22);
			margin-bottom: pxToEm(25, 22);
		}

		&.ltb {
			margin-top: pxToEm(40, 22);
			margin-bottom: pxToEm(40, 22);
		}
		*/ }
      .editorContent .widget-title {
        font-size: 1em;
        font-weight: 700;
        line-height: 1.33333em;
        display: inline-block;
        text-transform: none;
        padding: 0.22222em 0;
        margin: 0;
        float: none;
        width: auto;
        background: none;
        color: inherit; }
      .editorContent .inlineBlockUnderline {
        display: inline-block;
        border-bottom: 2px solid #4b4b4b; }
      .editorContent .initial {
        margin-top: 0; }
      .editorContent .stb {
        margin-top: 0.55556em;
        margin-bottom: 0.55556em; }
      .editorContent .mtb {
        margin-top: 1.38889em;
        margin-bottom: 1.38889em; }
      .editorContent .ltb {
        margin-top: 2.22222em;
        margin-bottom: 2.22222em; }
      .editorContent .youtubeVideo {
        position: relative;
        height: 0;
        padding: 0 0 56.25% 0;
        max-width: 37.66667em; }
        .editorContent .youtubeVideo iframe {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
      .editorContent .faqList {
        margin: 0.88889em 0; }
      .editorContent .faqBullet-cols {
        margin: 0 0 1em 0; }
        .editorContent .faqBullet-cols:before, .editorContent .faqBullet-cols:after {
          content: ' ';
          display: table; }
        .editorContent .faqBullet-cols:after {
          clear: both; } }
    @media screen and (max-width: 767px) and (min-width: 768px) {
      .editorContent .faqBullet-cols .faqBullet-col {
        float: left;
        width: 30%;
        min-width: 14.44444em; }
        .editorContent .faqBullet-cols .faqBullet-col + .faqBullet-col {
          width: auto; } }
  @media screen and (max-width: 767px) {
        .editorContent .faqBullet-cols ul {
          margin-top: 0;
          margin-bottom: 0; }
        .editorContent .faqBullet-cols li {
          margin: 0 0 0.5em; }
      .editorContent .btn, .editorContent .btn-plain, .editorContent .btn-main, .editorContent .thumb-button, .editorContent .btn-main-sm, .editorContent form input[type='submit'], .editorContent .gform_submit_button, .editorContent .gform_next_button, .editorContent .gform_previous_button, .editorContent .btn-cart, .editorContent .btn-cart, .editorContent .btn-clear, .editorContent .btn-white, .editorContent .btn-default, .editorContent .btn-default-sm, .editorContent .gform_reset_button, .editorContent .btn-default-sm, .editorContent .gform_reset_button, .editorContent .btn-ico, .editorContent .btn-plain, .editorContent .btn-main, .editorContent .thumb-button, .editorContent .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .editorContent a, .editorContent .btn-main-sm, .editorContent .gform_submit_button, .editorContent .gform_next_button, .editorContent .gform_previous_button, .editorContent .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .editorContent a, .editorContent .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .editorContent a, .editorContent .btn-clear, .editorContent .btn-white, .editorContent .btn-default, .editorContent .btn-ico {
        margin-bottom: 0.44444em; }
      .editorContent h1, .editorContent h2, .editorContent h3, .editorContent h4, .editorContent h5, .editorContent h6, .editorContent p, .editorContent ul, .editorContent ol, .editorContent li, .editorContent blockquote, .editorContent address {
        margin: 13px 0; }
        .editorContent h1:first-child, .editorContent h2:first-child, .editorContent h3:first-child, .editorContent h4:first-child, .editorContent h5:first-child, .editorContent h6:first-child, .editorContent p:first-child, .editorContent ul:first-child, .editorContent ol:first-child, .editorContent li:first-child, .editorContent blockquote:first-child, .editorContent address:first-child {
          margin-top: 0; }
        .editorContent h1:last-child, .editorContent h2:last-child, .editorContent h3:last-child, .editorContent h4:last-child, .editorContent h5:last-child, .editorContent h6:last-child, .editorContent p:last-child, .editorContent ul:last-child, .editorContent ol:last-child, .editorContent li:last-child, .editorContent blockquote:last-child, .editorContent address:last-child {
          margin-bottom: 0; } }

.faqList {
  list-style: none;
  padding: 0 !important;
  margin: 0.88889em 0; }
  .faqList > li {
    list-style: none;
    padding: 0.66667em 0 0;
    margin: 0 0 0.66667em;
    border: 0;
    border-top: 1px solid #ccc; }
    .faqList > li:first-child {
      border-top: 0;
      padding-top: 0; }

.devStyleGuide-sprites {
  display: table;
  width: 100%;
  border: 1px solid #eee;
  border-collapse: collapse; }

.devStyleGuide-sprites_opaque .devStyleGuide-sprite-preview {
  background: #00ff00; }

.devStyleGuide-sprite {
  display: table-row; }

.devStyleGuide-sprite-name {
  display: table-cell;
  vertical-align: top;
  width: 200px;
  border: 1px solid #eee;
  padding: 5px; }

.devStyleGuide-sprite-preview {
  display: table-cell;
  vertical-align: top;
  border: 1px solid #eee;
  padding: 5px; }
  .devStyleGuide-sprite-preview img {
    display: block;
    max-width: 100%; }

.error404 .contentContainer {
  padding-bottom: 5.55556em; }

.error404-banner {
  background: #eee;
  padding: 2.33333em 0;
  margin: 0 0 2.22222em; }
  .error404-banner h1 {
    font-size: 1.94444em;
    font-weight: normal;
    line-height: 1; }

.error404-content {
  font-size: 1.33333em;
  line-height: normal;
  margin: 0 0 1.66667em 0; }
  .error404-content h2 {
    font-size: 5em;
    font-weight: normal;
    line-height: 1.1;
    padding: 0;
    margin: 0; }

.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  background-color: #672666;
  color: #fff; }

.woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  background-color: #cc0000;
  color: #fff; }

.woocommerce header.title h2 {
  display: inline-block;
  margin-right: 0.55556em; }

.woocommerce address {
  margin-top: 0; }

.woocommerce mark {
  font-weight: bold;
  background-color: transparent; }

.woocommerce form .edit-account .form-row {
  padding-right: 0;
  padding-left: 0; }

.woocommerce form .form-row {
  margin-bottom: 1.88889em;
  padding: 0 0.83333em; }
  .woocommerce form .form-row .required {
    color: black;
    font-weight: normal;
    text-decoration: none; }
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea {
    line-height: normal; }
  .woocommerce form .form-row label {
    font-weight: 400; }

.woocommerce .my_account_orders .btn-main-sm, .woocommerce .my_account_orders .editorContent form input[type='submit'], .editorContent form .woocommerce .my_account_orders input[type='submit'], .woocommerce .my_account_orders .gform_submit_button, .woocommerce .my_account_orders .gform_next_button, .woocommerce .my_account_orders .gform_previous_button, .woocommerce .my_account_orders .btn-cart, .woocommerce .my_account_orders .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .my_account_orders a, .woocommerce .my_account_orders .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .woocommerce .my_account_orders a {
  margin-bottom: 0;
  margin-left: 5px; }

.woocommerce .order_details .product-qty {
  width: 5.55556em;
  text-align: center; }

.woocommerce .order_details td.product-image {
  width: 5.55556em; }
  .woocommerce .order_details td.product-image span {
    display: inline-block;
    width: 3.33333em;
    height: 3.33333em; }

.woocommerce .order_details td.product-info dl {
  margin: 0;
  display: inline; }

.woocommerce .order_details td.product-info dt {
  display: none; }

.woocommerce .order_details td.product-info dd {
  display: inline;
  margin: 0; }
  .woocommerce .order_details td.product-info dd p {
    margin: 0; }

.woocommerce .woocommerce-MyAccount-content {
  margin: 15px 0; }

.woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 1.22222em 0; }

.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  list-style-type: none; }
  .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    display: block;
    min-width: 180px;
    text-align: center; }
  .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
    background-color: #252421; }
  .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none; }

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
  .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    margin: 0 2px;
    display: inline-block; } }

.woocommerce .wc-item-meta,
.woocommerce .wc-item-meta li {
  margin-top: 5px;
  margin-bottom: 5px; }

.product-snapshot {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0; }
  .product-snapshot > li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0.55556em 0; }
  .product-snapshot .label,
  .product-snapshot .value {
    display: inline-block;
    float: none;
    padding: 0;
    margin: 0;
    color: inherit;
    font-size: 0.88889em;
    font-weight: 300;
    line-height: inehrit; }
  .product-snapshot .label {
    font-weight: 600; }

.product-variant {
  position: relative;
  display: block;
  color: #000; }
  .product-variant .image {
    background: #eeeeee;
    display: block;
    height: 130px;
    position: relative;
    margin: 0 0 2px 0; }
    .product-variant .image .bgimage {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto;
      cursor: pointer; }
    .product-variant .image .cart-link {
      position: absolute;
      bottom: 0.33333em;
      right: 0.33333em;
      z-index: 4;
      background-color: #eeeeee;
      border: 1px solid #444444;
      cursor: pointer;
      overflow: hidden;
      height: 1.16667em;
      width: 1.16667em; }
      .product-variant .image .cart-link > span {
        height: 100%;
        width: 100%;
        transition: margin-top 0.5s;
        padding: 0.16667em; }
      .product-variant .image .cart-link .cart-link-icon {
        padding: 0.05556em;
        display: block; }
        .product-variant .image .cart-link .cart-link-icon span {
          display: block; }
          .product-variant .image .cart-link .cart-link-icon span:after {
            display: block;
            content: "";
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            font-stretch: normal;
            font-size: inherit;
            line-height: inherit;
            font-family: FontAwesome;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 14px;
            color: #000;
            text-align: center;
            line-height: 19px; }
      .product-variant .image .cart-link .cart-added-icon {
        display: block; }
        .product-variant .image .cart-link .cart-added-icon span {
          background-position: 55.84795% 87.05036%;
          width: 13px;
          height: 11px;
          background-size: 275px 224px;
          display: block; }
      .product-variant .image .cart-link .cart-remove-icon {
        display: none; }
        .product-variant .image .cart-link .cart-remove-icon span {
          background-position: 63.87283% 86.73835%;
          width: 13px;
          height: 13px;
          background-size: 359px 292px;
          display: block;
          position: absolute;
          top: 0.16667em;
          left: 0.16667em;
          z-index: 3; }
      .product-variant .image .cart-link .cart-loading-icon {
        position: absolute;
        top: 0;
        padding: 0em;
        z-index: -1;
        display: block;
        opacity: 0;
        transition: opacity 0.3s ease-out; }
        .product-variant .image .cart-link .cart-loading-icon span {
          background-size: contain;
          background-color: rgba(0, 0, 0, 0.5);
          display: block;
          width: 100%;
          height: 100%; }
      .product-variant .image .cart-link.added-to-cart .cart-link-icon {
        margin-top: -1.05556em; }
      .product-variant .image .cart-link.add-to-cart:hover .cart-link-icon {
        margin-top: 0em; }
      .product-variant .image .cart-link.remove-from-cart:hover .cart-link-icon,
      .product-variant .image .cart-link.remove-from-cart:hover .cart-added-icon {
        display: none; }
      .product-variant .image .cart-link.remove-from-cart:hover .cart-remove-icon {
        transition: margin-top 0s;
        display: block; }
      .product-variant .image .cart-link.processing .cart-loading-icon {
        opacity: 1;
        z-index: 4; }
  .product-variant .text {
    font-size: 0.88889em;
    color: #000;
    display: block;
    font-size: 1em;
    min-height: 4.625em;
    background: #eeeeee;
    padding: 0.625em 0.625em;
    cursor: pointer; }
    .product-variant .text .product-variant-name {
      display: block;
      font-weight: 400;
      line-height: 1.125em;
      margin: 0 0 0.5em; }
    .product-variant .text .product-variant-code {
      display: block;
      font-weight: 300;
      font-size: 0.77778em;
      line-height: 1.14286em; }
  .product-variant:hover .text, .product-variant.active .text, .product-variant.selected .text {
    background: #672666;
    color: #ffffff; }
  .product-variant.active .cart-link .cart-added-icon {
    display: block;
    background-color: #000; }
    .product-variant.active .cart-link .cart-added-icon span {
      background-position: 99.7076% 69.06475%;
      width: 13px;
      height: 11px;
      background-size: 275px 224px; }
  .product-variant.disabled .cart-link {
    display: none; }

/**
 * Product Quick View
 */
.productQuickView-details, .productQuickViewPopup-alert .productQuickView-alert {
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #f7f7f7;
  padding: 1em 2.44444em; }

.productQuickView-image {
  display: table-cell;
  width: 14.94444em;
  vertical-align: top; }
  .productQuickView-image .post-thumbnail {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    height: 0;
    margin: 0 0 0.44444em;
    padding: 0 0 100%;
    position: relative; }
  .productQuickView-image .product-variant-name {
    font-size: 1.11111em;
    font-weight: 400;
    line-height: 1.3em;
    display: block;
    padding: 0;
    margin: 0; }
  .productQuickView-image .product-variant-name-desc {
    font-size: 0.88889em;
    font-weight: 300;
    line-height: 1.375em;
    display: block;
    padding: 0;
    margin: 0; }

.productQuickView-text {
  width: auto;
  vertical-align: top;
  padding: 0 0 0 2.22222em; }
  .productQuickView-text .product-name {
    font-size: 1.66667em;
    font-weight: 400;
    line-height: 1.26667em;
    display: block;
    padding: 0;
    margin: 0; }
  .productQuickView-text .product-name-desc {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.22222em;
    display: block;
    padding: 0;
    margin: 0; }
  .productQuickView-text .product-size {
    display: none; }

.productQuickView-section {
  display: block;
  padding: 0;
  margin: 0.88889em 0; }

.productQuickView-section-header {
  border: 0;
  border-bottom: 1px solid #cbcdce;
  padding: 0 0 0.33333em 0; }

.productQuickView-section-title {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.33333em;
  display: block;
  padding: 0;
  margin: 0; }

.productQuickView-variants {
  padding: 1em 2.44444em; }

.productQuickView-variants-title {
  font-size: 0.88889em;
  font-weight: 600;
  line-height: 1.375em;
  display: block;
  padding: 0.44444em 0;
  margin: 0 0 1.22222em;
  border: 0;
  border-bottom: 1px solid #e8e8e9; }

.productQuickView-variants-carousel .carousel {
  margin: 0 -2.44444em; }

.productQuickView-variants-carousel .carousel-slide {
  width: 7.66667em; }

.productQuickView-variants-carousel .carousel-slides-viewport {
  margin: 0 2.44444em;
  overflow: hidden; }

.productQuickView-variants-carousel .carousel-slides {
  margin: 0 -0.22222em; }

.productQuickView-variants-carousel .slide {
  margin: 0 0.22222em; }

.productQuickView-variants-carousel .carousel-pages {
  display: none; }

.productQuickView-variants-carousel .carousel-nav {
  position: static; }

.productQuickView-variants-carousel .carousel-nav-prev,
.productQuickView-variants-carousel .carousel-nav-next {
  background: #fff;
  color: #000;
  position: absolute;
  left: auto;
  right: auto;
  top: 0;
  width: 30px;
  height: 100%;
  font-size: 0;
  white-space: nowrap; }
  .productQuickView-variants-carousel .carousel-nav-prev:before,
  .productQuickView-variants-carousel .carousel-nav-next:before {
    content: ' ';
    display: inline-block;
    height: 100%;
    line-height: 100%;
    vertical-align: middle; }
  .productQuickView-variants-carousel .carousel-nav-prev span:before,
  .productQuickView-variants-carousel .carousel-nav-next span:before {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: inherit;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    content: ""; }

.productQuickView-variants-carousel .carousel-nav-prev {
  left: 14px;
  text-align: left; }

.productQuickView-variants-carousel .carousel-nav-next {
  right: 14px;
  text-align: right; }
  .productQuickView-variants-carousel .carousel-nav-next span:before {
    content: ""; }

.productQuickView-actions {
  background: #f7f7f7;
  font-size: 0.83333em;
  padding: 0.66667em 2.93333em;
  text-align: right; }
  .productQuickView-actions:before, .productQuickView-actions:after {
    content: ' ';
    display: table; }
  .productQuickView-actions:after {
    clear: both; }
  .productQuickView-actions .btn, .productQuickView-actions .btn-plain, .productQuickView-actions .btn-main, .productQuickView-actions .thumb-button, .productQuickView-actions .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .productQuickView-actions a, .productQuickView-actions .btn-main-sm, .productQuickView-actions .editorContent form input[type='submit'], .editorContent form .productQuickView-actions input[type='submit'], .productQuickView-actions .gform_submit_button, .productQuickView-actions .gform_next_button, .productQuickView-actions .gform_previous_button, .productQuickView-actions .btn-cart, .productQuickView-actions .editorContent .btn-cart, .editorContent .productQuickView-actions .btn-cart, .productQuickView-actions .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .productQuickView-actions a, .productQuickView-actions .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .productQuickView-actions a, .productQuickView-actions .btn-clear, .productQuickView-actions .btn-white, .productQuickView-actions .btn-default, .productQuickView-actions .btn-default-sm, .productQuickView-actions .gform_reset_button, .productQuickView-actions .editorContent .btn-default-sm, .editorContent .productQuickView-actions .btn-default-sm, .productQuickView-actions .editorContent .gform_reset_button, .editorContent .productQuickView-actions .gform_reset_button, .productQuickView-actions .btn-ico, .productQuickView-actions .editorContent .btn-plain, .editorContent .productQuickView-actions .btn-plain, .productQuickView-actions .editorContent .btn-main, .editorContent .productQuickView-actions .btn-main, .productQuickView-actions .editorContent .thumb-button, .editorContent .productQuickView-actions .thumb-button, .productQuickView-actions .editorContent .btn-main-sm, .editorContent .productQuickView-actions .btn-main-sm, .productQuickView-actions .editorContent .gform_submit_button, .editorContent .productQuickView-actions .gform_submit_button, .productQuickView-actions .editorContent .gform_next_button, .editorContent .productQuickView-actions .gform_next_button, .productQuickView-actions .editorContent .gform_previous_button, .editorContent .productQuickView-actions .gform_previous_button, .productQuickView-actions .editorContent .btn-clear, .editorContent .productQuickView-actions .btn-clear, .productQuickView-actions .editorContent .btn-white, .editorContent .productQuickView-actions .btn-white, .productQuickView-actions .editorContent .btn-default, .editorContent .productQuickView-actions .btn-default, .productQuickView-actions .editorContent .btn-ico, .editorContent .productQuickView-actions .btn-ico {
    margin: 0 0 0 10px; }
  .productQuickView-actions .cart {
    display: inline-block; }
  .productQuickView-actions .popup-close {
    float: left; }

.productQuickView_inventory .productQuickView-actions {
  display: inline-block;
  float: right; }

.productQuickView_inventory .productQuickView-text {
  display: inline-block; }
  .productQuickView_inventory .productQuickView-text .product-variant-name {
    margin: 0.55556em 0 0;
    font-size: 1.11111em;
    font-weight: 400;
    line-height: 1.3; }
  .productQuickView_inventory .productQuickView-text .product-variant-name-desc {
    margin: 0; }

.productQuickView_inventory .productQuickView-image {
  display: inline-block;
  width: 7.11111em; }

.productQuickView_inventory .productQuickView-inventory {
  margin-bottom: 1.11111em; }

.productQuickView_inventory .productQuickView-inventory-table table {
  width: 100%;
  border-collapse: collapse; }

.productQuickView_inventory .productQuickView-inventory-table thead {
  border-left: 1px solid #000;
  border-right: 1px solid #000; }
  .productQuickView_inventory .productQuickView-inventory-table thead td,
  .productQuickView_inventory .productQuickView-inventory-table thead th {
    background-color: #000;
    color: #fff;
    padding: 0.55556em 0.22222em; }

.productQuickView_inventory .productQuickView-inventory-table tbody td,
.productQuickView_inventory .productQuickView-inventory-table tbody th {
  border: 1px solid #bbbbbb;
  padding: 0.27778em 0.22222em;
  vertical-align: middle; }

.productQuickView_inventory .productQuickView-inventory-table_mobile {
  display: none; }

.productQuickView_inventory .inventoryTypeIcon {
  display: inline-block;
  vertical-align: middle;
  width: 1.44444em;
  height: 1.44444em; }
  .productQuickView_inventory .inventoryTypeIcon_N {
    background-color: #000; }
  .productQuickView_inventory .inventoryTypeIcon_M {
    background-color: #bbbbbb; }
  .productQuickView_inventory .inventoryTypeIcon_Y {
    border: 2px solid #000;
    position: relative; }
    .productQuickView_inventory .inventoryTypeIcon_Y:before {
      content: 'QS';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto;
      text-align: center;
      font-weight: 700;
      font-size: 12px; }

@media screen and (max-width: 700px) {
  .productQuickView_inventory .productQuickView-text {
    width: calc(100% - 133px);
    padding-left: 1.11111em; }
  .productQuickView_inventory .productQuickView-actions {
    float: none;
    display: block;
    text-align: left;
    padding-left: 0;
    padding-right: 0; }
    .productQuickView_inventory .productQuickView-actions #viewProductPage {
      margin-left: 0; }
  .productQuickView_inventory .productQuickView-inventory-table {
    display: none; }
  .productQuickView_inventory .productQuickView-inventory-table_mobile {
    display: block; }
    .productQuickView_inventory .productQuickView-inventory-table_mobile table {
      margin-bottom: 0.55556em;
      table-layout: fixed; }
    .productQuickView_inventory .productQuickView-inventory-table_mobile td:first-child,
    .productQuickView_inventory .productQuickView-inventory-table_mobile th:first-child {
      background-color: #000;
      color: #fff;
      border-color: #000;
      width: 40%;
      padding-left: 0.27778em !important; }
    .productQuickView_inventory .productQuickView-inventory-table_mobile td,
    .productQuickView_inventory .productQuickView-inventory-table_mobile th {
      padding-left: 0.55556em !important;
      padding-right: 0.27778em !important; } }

@media screen and (max-width: 480px) {
  .productQuickView_inventory .productQuickView-details, .productQuickView_inventory .productQuickViewPopup-alert .productQuickView-alert, .productQuickViewPopup-alert .productQuickView_inventory .productQuickView-alert {
    padding-left: 1.33333em;
    padding-right: 1.33333em; }
  .productQuickView_inventory .productQuickView-image,
  .productQuickView_inventory .productQuickView-text {
    display: block;
    width: 100%;
    padding-left: 0; }
  .productQuickView_inventory .productQuickView-inventory-table_mobile td,
  .productQuickView_inventory .productQuickView-inventory-table_mobile th {
    font-size: 0.77778em; } }

/**
 * Product Details
 */
.productDetails-header {
  position: relative;
  margin: 0 0 1rem 0; }
  .productDetails-header:before, .productDetails-header:after {
    content: ' ';
    display: table; }
  .productDetails-header:after {
    clear: both; }
  .productDetails-header .left {
    float: none; }
    .productDetails-header .left .productDetails-title {
      display: inline-block;
      min-width: 6.66667em;
      vertical-align: baseline; }
    .productDetails-header .left .productDetails-brand {
      display: inline-block;
      vertical-align: baseline; }
  @media screen and (min-width: 768px) {
    .productDetails-header .right {
      position: absolute;
      right: 0;
      bottom: 0; } }
  .productDetails-header .right .variations_button {
    margin-top: 10px;
    text-align: right; }

.productDetails-header + .product-disclaimer {
  margin-top: -1.55556em;
  margin-bottom: 2.11111em; }
  .productDetails-header + .product-disclaimer .product-disclaimerText {
    margin: 0; }

.quickShipMessage {
  display: none; }

.productDetails-title {
  font-size: 1.66667em;
  font-weight: 400;
  line-height: 1.16667em; }
  .productDetails-title .product-title-style {
    font-size: 1.625rem;
    line-height: inherit;
    font-weight: inherit;
    display: inline-block;
    margin: 0; }
  .productDetails-title .product-title-bottom {
    display: block;
    font-size: 1rem;
    line-height: 1.1;
    margin: 0.5rem 0 0; }
  .productDetails-title .product-title-bottom-color {
    font-weight: 300;
    display: inline-block;
    padding: 0; }
  .productDetails-title .product-title-bottom-sqYdMinimum {
    display: inline-block;
    font-size: 0.46667em;
    line-height: 1.42857em;
    margin-left: 1.42857em;
    color: #7f939d; }

@media screen and (min-width: 768px) {
  .productDetails-availableSizes {
    margin-bottom: 30px; } }

.productDetails-share {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 110px;
  margin: 0.27778em 0 0; }
  @media screen and (max-width: 767px) {
    .productDetails-share {
      top: -25px;
      bottom: auto; } }

.productDetails-share-menu {
  text-align: right;
  font-size: 0.77778em; }
  .productDetails-share-menu .menu-label {
    display: inline-block;
    vertical-align: middle; }
  .productDetails-share-menu .menu-items {
    display: inline-block; }
  .productDetails-share-menu .menu-item {
    display: inline-block;
    margin: 0 0 0 0.57143em; }
    .productDetails-share-menu .menu-item a {
      display: inline-block;
      color: inherit;
      text-decoration: none;
      min-width: 1.14286em;
      text-align: center; }
      .productDetails-share-menu .menu-item a:hover {
        color: #672666;
        text-decoration: none; }

.productSpecGroups .productSpec {
  border-top: 2px solid #672666; }
  .productSpecGroups .productSpec:first-child {
    border-top: 0; }

.productSpec.hideShow .hideShow-header {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  text-align: left; }
  .productSpec.hideShow .hideShow-header:before {
    content: none; }
  .productSpec.hideShow .hideShow-header:after {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: inherit;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
    line-height: 1em;
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    padding: 0.75rem 0;
    color: #000; }
    html.js .productSpec.hideShow .hideShow-header:after {
      content: ""; }
  .productSpec.hideShow .hideShow-header .productSpec-title, .productSpec.hideShow .hideShow-header .productSpec-linkTitle {
    margin: 0;
    padding: 0.75rem 0;
    border: 0;
    font-weight: 400; }
  .productSpec.hideShow .hideShow-header:hover .productSpec-title, .productSpec.hideShow .hideShow-header:hover .productSpec-linkTitle, .productSpec.hideShow .hideShow-header:hover:after {
    color: #707372; }

.productSpec.hideShow .hideShow-content {
  padding: 0;
  margin: 0;
  border: 0;
  border-top: 2px solid #672666; }

.productSpec.hideShow.active .hideShow-header:before {
  content: none; }

html.js .productSpec.hideShow.active .hideShow-header:after {
  content: ""; }

.productSpec-title, .productSpec-linkTitle {
  display: block;
  font-size: 0.77778em;
  font-weight: 600;
  line-height: 1.28571em;
  display: block;
  text-transform: uppercase;
  padding: 0.88889em 0;
  margin: 0;
  border: 0;
  color: #000;
  border-bottom: 2px solid #000; }

.productSpec-linkTitle {
  border: 0; }

.productSpec-table {
  font-size: 0.83333em;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .productSpec-table tr:first-child th,
  .productSpec-table tr:first-child td {
    border-top: 0; }
  .productSpec-table th,
  .productSpec-table td {
    padding: 0.55556em 0;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
    border: 0 solid #d1d3d4;
    border-width: 1px 0; }
  .productSpec-table th {
    padding-right: 0.55556em; }
  .productSpec-table td {
    font-weight: 400; }

.productSpec-warranties-title {
  font-size: 0.88889em;
  font-weight: 400; }

.productSpec-warranties-list {
  list-style-type: none; }

.product-disclaimerText {
  font-size: 0.77778em;
  font-style: italic;
  line-height: 1.42857em;
  color: #58595c;
  padding: 0.55556em 0.83333em; }

.productSpec-form .field {
  margin-bottom: 0.88889em; }
  .productSpec-form .field label.error {
    position: static; }

.productSpec-form label {
  display: block; }

.productSpec-form input[type='text'],
.productSpec-form select {
  display: block !important;
  width: 100% !important;
  background-color: white !important; }

.productSpec-form .productSpec-form-fieldContainer .productSpec-form-field {
  display: none; }

.product-tags {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.38889em; }
  .product-tags > span {
    display: block;
    margin: 0 0 1px 0; }
  .product-tags .product-tag-add {
    background: #eeeeee;
    display: block;
    height: 1.38889em;
    color: #000; }
    .product-tags .product-tag-add:before {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      font-stretch: normal;
      font-size: inherit;
      line-height: inherit;
      font-family: FontAwesome;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 16px;
      font-weight: 300;
      line-height: 25px;
      height: 25px;
      width: 25px;
      text-align: center; }
  .product-tags .product-tag-quickship {
    background: #672666;
    color: #fff;
    display: block;
    position: relative;
    padding: 0.66667em 0; }
    .product-tags .product-tag-quickship:before {
      content: '';
      display: block;
      background-image: url(../spritesheets/sprites-d9bca67baa.png);
      background-position: -563px -420px;
      width: 10px;
      height: 64px;
      margin: 0 auto; }

.cartTable {
  width: 100%;
  table-layout: auto;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 1.11111em 0; }
  .cartTable .cartItem-remove {
    font-size: 0; }
    .cartTable .cartItem-remove:after {
      content: ' ';
      display: inline-block;
      background-position: 56.32184% 77.58007%;
      width: 11px;
      height: 11px;
      background-size: 359px 292px; }
  .cartTable .cartItem-image {
    display: block;
    margin: 0;
    max-width: 3.33333em;
    position: relative;
    height: 0;
    padding: 0 0 100% 0; }
    .cartTable .cartItem-image .bgimage {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto; }
  .cartTable .cartItem-style-name,
  .cartTable .cartItem-style-code,
  .cartTable .cartItem-color-name,
  .cartTable .cartItem-color-code {
    display: block;
    font-size: 0.83333em;
    line-height: 1.2em; }
  .cartTable .cartItem-style-name {
    font-weight: 700; }
  .cartTable .cartItem-style-code {
    font-weight: 300; }
  .cartTable .cartItem-color-name {
    font-weight: 700; }
  .cartTable .cartItem-color-code {
    font-weight: 300; }
  .cartTable th,
  .cartTable td {
    padding: 0 0.61111em;
    text-align: left;
    vertical-align: top;
    border: 0 solid #ccc;
    border-width: 0 0 1px 0; }
  .cartTable thead th {
    font-weight: 400;
    padding-top: 0.27778em;
    padding-bottom: 0.27778em; }
  .cartTable tbody td {
    padding-top: 1.11111em;
    padding-bottom: 0.83333em; }
  .cartTable .col-actions {
    width: 3.44444em;
    vertical-align: middle; }
  .cartTable .col-thumbnail {
    width: 4.66667em; }
  .cartTable .col-qty {
    width: 6.66667em;
    vertical-align: middle;
    text-align: center; }
    .cartTable .col-qty input {
      text-align: center; }
  .cartTable .col-style {
    width: auto; }
  .cartTable .col-color {
    width: auto; }
  .cartTable.cartTable_readonly .col-thumbnail {
    padding-left: 0; }
  .cartTable.cartTable_readonly .col-qty {
    width: 4.72222em;
    vertical-align: top; }

.wooCartItemCount {
  border-radius: 50%;
  min-width: 16px;
  height: 16px;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .wooCartItemCount {
      position: static;
      display: inline-block;
      margin-left: 0.83333em; } }

.productQuickView .wooCartItemCount {
  display: inline;
  background-color: transparent;
  border-radius: 0;
  position: static;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit; }
  @media screen and (max-width: 767px) {
    .productQuickView .wooCartItemCount {
      position: static;
      display: inline;
      margin-left: 0.83333em; } }
  .productQuickView .wooCartItemCount.cartEmpty {
    display: none; }

.wooCartItemCount.cartEmpty {
  display: none; }

/**
 * Posts
 *
 */
.post-terms {
  font-size: 0.66667em;
  font-weight: 300;
  line-height: 1.25em;
  padding: 0;
  margin: 0 0 1em 0; }

.post-terms-label {
  text-transform: uppercase;
  display: inline; }

.post-metas {
  font-size: 0.77778em;
  font-weight: 300;
  display: block;
  padding: 0;
  margin: 0; }
  .post-metas .post-meta-date {
    font-size: 1em;
    display: inline-block; }

.post-meta-date {
  font-size: 0.77778em;
  font-weight: 300;
  display: block;
  padding: 0;
  margin: 0; }

.post-title {
  font-weight: 400;
  display: block;
  padding: 0;
  margin: 0; }

.post-author {
  font-weight: 300;
  color: #672666;
  display: block;
  padding: 0;
  margin: 0; }

.post-image {
  display: block;
  padding: 0;
  margin: 0; }
  .post-image img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }

.post-nav {
  display: block;
  padding: 0;
  margin: 0; }
  .post-nav:before, .post-nav:after {
    content: ' ';
    display: table; }
  .post-nav:after {
    clear: both; }
  .post-nav a {
    color: #000;
    font-weight: 600; }
    .post-nav a:hover {
      color: #672666; }

.post-nav-prev {
  float: left; }

.post-nav-next {
  float: right; }

.post-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto; }
  .post-thumbnail .thumb, .post-thumbnail .thumb-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    padding: 0; }
  .post-thumbnail .thumb-hoverContent {
    top: auto;
    height: 25%; }

/**
 * Post detail
 */
.postDetail {
  position: relative; }

.postDetail_newsItem .post-metas {
  margin: 0 0 0.71429em; }

.postDetail_newsItem .post-title {
  font-size: 1.66667em;
  line-height: 1.16667em;
  display: block;
  padding: 0;
  margin: 0; }

.postDetail_newsItem .post-author {
  font-size: 1.11111em;
  line-height: 1.2em;
  margin: 0.25em 0; }

.postDetail_newsItem .post-image {
  margin: 1.94444em 0; }

.postDetail_newsItem .post-terms_newsItemCategories {
  text-transform: uppercase; }
  .postDetail_newsItem .post-terms_newsItemCategories a {
    color: #6e6e6e; }
    .postDetail_newsItem .post-terms_newsItemCategories a:hover {
      color: #672666; }

.postDetail_newsItem .post-nav {
  margin: 1.94444em 0; }

.postDetail_newsItem .socialBar {
  margin: 1.94444em 0; }

.postDetail_newsItem .post-content .editorContent {
  font-family: 'Kumbh Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.88889em;
  font-weight: 400;
  line-height: 1.5em;
  color: inherit;
  text-align: inherit; }
  .postDetail_newsItem .post-content .editorContent h1, .postDetail_newsItem .post-content .editorContent h2, .postDetail_newsItem .post-content .editorContent h3, .postDetail_newsItem .post-content .editorContent h4, .postDetail_newsItem .post-content .editorContent h5, .postDetail_newsItem .post-content .editorContent h6, .postDetail_newsItem .post-content .editorContent p, .postDetail_newsItem .post-content .editorContent ul, .postDetail_newsItem .post-content .editorContent ol, .postDetail_newsItem .post-content .editorContent li, .postDetail_newsItem .post-content .editorContent blockquote, .postDetail_newsItem .post-content .editorContent address {
    font: inherit;
    line-height: inherit;
    color: inherit;
    display: block;
    padding: 0;
    margin: 0.88889em 0;
    border: 0;
    list-style: none; }
    .postDetail_newsItem .post-content .editorContent h1:before, .postDetail_newsItem .post-content .editorContent h2:before, .postDetail_newsItem .post-content .editorContent h3:before, .postDetail_newsItem .post-content .editorContent h4:before, .postDetail_newsItem .post-content .editorContent h5:before, .postDetail_newsItem .post-content .editorContent h6:before, .postDetail_newsItem .post-content .editorContent p:before, .postDetail_newsItem .post-content .editorContent ul:before, .postDetail_newsItem .post-content .editorContent ol:before, .postDetail_newsItem .post-content .editorContent li:before, .postDetail_newsItem .post-content .editorContent blockquote:before, .postDetail_newsItem .post-content .editorContent address:before {
      content: none; }
    .postDetail_newsItem .post-content .editorContent h1:after, .postDetail_newsItem .post-content .editorContent h2:after, .postDetail_newsItem .post-content .editorContent h3:after, .postDetail_newsItem .post-content .editorContent h4:after, .postDetail_newsItem .post-content .editorContent h5:after, .postDetail_newsItem .post-content .editorContent h6:after, .postDetail_newsItem .post-content .editorContent p:after, .postDetail_newsItem .post-content .editorContent ul:after, .postDetail_newsItem .post-content .editorContent ol:after, .postDetail_newsItem .post-content .editorContent li:after, .postDetail_newsItem .post-content .editorContent blockquote:after, .postDetail_newsItem .post-content .editorContent address:after {
      content: none; }
  .postDetail_newsItem .post-content .editorContent a {
    color: #672666; }
  .postDetail_newsItem .post-content .editorContent img {
    border: 0;
    max-width: 100%;
    height: auto; }
    .postDetail_newsItem .post-content .editorContent img.alignleft {
      float: left;
      margin-right: 1.66667em;
      margin-bottom: 0.83333em; }
    .postDetail_newsItem .post-content .editorContent img.alignright {
      float: right;
      margin-left: 1.66667em;
      margin-bottom: 0.83333em; }
    .postDetail_newsItem .post-content .editorContent img.aligncenter {
      display: block;
      margin: 0 auto; }
    .postDetail_newsItem .post-content .editorContent img.alignnone {
      display: block; }
  .postDetail_newsItem .post-content .editorContent pre, .postDetail_newsItem .post-content .editorContent form, .postDetail_newsItem .post-content .editorContent fieldset, .postDetail_newsItem .post-content .editorContent legend {
    display: block;
    padding: 0;
    margin: 1.33333em 0;
    border: 0; }
  .postDetail_newsItem .post-content .editorContent b, .postDetail_newsItem .post-content .editorContent strong, .postDetail_newsItem .post-content .editorContent th {
    font-weight: 600; }
  .postDetail_newsItem .post-content .editorContent table, .postDetail_newsItem .post-content .editorContent th, .postDetail_newsItem .post-content .editorContent td, .postDetail_newsItem .post-content .editorContent caption {
    padding: 0;
    margin: 0;
    border: 0;
    text-align: inherit; }
  .postDetail_newsItem .post-content .editorContent code {
    display: inline; }
  .postDetail_newsItem .post-content .editorContent h1 {
    font-size: 2.55556em;
    font-weight: 700;
    line-height: 1.13043;
    margin: 0 0 0.52174em; }
    @media screen and (max-width: 768px) {
      .postDetail_newsItem .post-content .editorContent h1 {
        font-size: 2.44444em; } }
  .postDetail_newsItem .post-content .editorContent h2 {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.33333;
    margin: 0.33333em 0; }
    @media screen and (max-width: 768px) {
      .postDetail_newsItem .post-content .editorContent h2 {
        font-size: 1.55556em; } }
  .postDetail_newsItem .post-content .editorContent h3 {
    font-size: 1.77778em;
    font-weight: 700;
    line-height: 1.375;
    margin: 0.225em 0; }
    @media screen and (max-width: 768px) {
      .postDetail_newsItem .post-content .editorContent h3 {
        font-size: 1.33333em; } }
  .postDetail_newsItem .post-content .editorContent h4 {
    font-size: 1.11111em;
    line-height: 1.5;
    font-weight: 700;
    margin: 0.13333em 0; }
  .postDetail_newsItem .post-content .editorContent h5 {
    font-size: 0.83333em;
    font-weight: 700;
    line-height: 1.33333;
    margin: 0; }
  .postDetail_newsItem .post-content .editorContent h6 {
    font-size: 0.72222em;
    font-weight: 900;
    line-height: 1.23077;
    margin: 0; }
  .postDetail_newsItem .post-content .editorContent h1 a, .postDetail_newsItem .post-content .editorContent h2 a, .postDetail_newsItem .post-content .editorContent h3 a, .postDetail_newsItem .post-content .editorContent h4 a, .postDetail_newsItem .post-content .editorContent h5 a, .postDetail_newsItem .post-content .editorContent h6 a {
    font-weight: inherit; }
  .postDetail_newsItem .post-content .editorContent h1 span, .postDetail_newsItem .post-content .editorContent h2 span, .postDetail_newsItem .post-content .editorContent h3 span, .postDetail_newsItem .post-content .editorContent h4 span, .postDetail_newsItem .post-content .editorContent h5 span, .postDetail_newsItem .post-content .editorContent h6 span {
    display: inline-block; }
  .postDetail_newsItem .post-content .editorContent li {
    display: list-item;
    list-style: inherit;
    margin: 0.44444em 0; }
  .postDetail_newsItem .post-content .editorContent ul {
    list-style: disc outside;
    margin: 1em 0 1em 1em;
    padding-left: 1em; }
  .postDetail_newsItem .post-content .editorContent ol {
    list-style: decimal outside;
    margin: 1em 0 1em 1em;
    padding-left: 1em; }
  .postDetail_newsItem .post-content .editorContent ul:not(.faqList) ul,
  .postDetail_newsItem .post-content .editorContent ol:not(.faqList) ul {
    list-style-type: circle; }
  .postDetail_newsItem .post-content .editorContent ul:not(.faqList) ul, .postDetail_newsItem .post-content .editorContent ul:not(.faqList) ol,
  .postDetail_newsItem .post-content .editorContent ol:not(.faqList) ul,
  .postDetail_newsItem .post-content .editorContent ol:not(.faqList) ol {
    margin: 0.5em 0 0.5em 1em; }
    .postDetail_newsItem .post-content .editorContent ul:not(.faqList) ul ul, .postDetail_newsItem .post-content .editorContent ul:not(.faqList) ol ul,
    .postDetail_newsItem .post-content .editorContent ol:not(.faqList) ul ul,
    .postDetail_newsItem .post-content .editorContent ol:not(.faqList) ol ul {
      list-style-type: square; }
  .postDetail_newsItem .post-content .editorContent table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0; }
  .postDetail_newsItem .post-content .editorContent blockquote {
    margin-left: 1.88889em;
    border-left: 3px solid #707372;
    padding-left: 0.77778em; }
  .postDetail_newsItem .post-content .editorContent hr {
    height: 0;
    border: 0;
    border-top: 1px solid #ccc;
    background: none;
    margin: 1.33333em 0; }
  .postDetail_newsItem .post-content .editorContent .barker-text {
    font-size: 1.22222em;
    font-weight: 300;
    font-style: italic;
    line-height: 1.27273em;
    margin: 0.90909em 0;
    /*
		&.initial {
			margin-top: 0;
		}

		&.stb {
			margin-top: pxToEm(10, 22);
			margin-bottom: pxToEm(10, 22);
		}

		&.mtb {
			margin-top: pxToEm(25, 22);
			margin-bottom: pxToEm(25, 22);
		}

		&.ltb {
			margin-top: pxToEm(40, 22);
			margin-bottom: pxToEm(40, 22);
		}
		*/ }
  .postDetail_newsItem .post-content .editorContent .widget-title {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.33333em;
    display: inline-block;
    text-transform: none;
    padding: 0.22222em 0;
    margin: 0;
    float: none;
    width: auto;
    background: none;
    color: inherit; }
  .postDetail_newsItem .post-content .editorContent .inlineBlockUnderline {
    display: inline-block;
    border-bottom: 2px solid #4b4b4b; }
  .postDetail_newsItem .post-content .editorContent .initial {
    margin-top: 0; }
  .postDetail_newsItem .post-content .editorContent .stb {
    margin-top: 0.55556em;
    margin-bottom: 0.55556em; }
  .postDetail_newsItem .post-content .editorContent .mtb {
    margin-top: 1.38889em;
    margin-bottom: 1.38889em; }
  .postDetail_newsItem .post-content .editorContent .ltb {
    margin-top: 2.22222em;
    margin-bottom: 2.22222em; }
  .postDetail_newsItem .post-content .editorContent .youtubeVideo {
    position: relative;
    height: 0;
    padding: 0 0 56.25% 0;
    max-width: 37.66667em; }
    .postDetail_newsItem .post-content .editorContent .youtubeVideo iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .postDetail_newsItem .post-content .editorContent .faqList {
    margin: 0.88889em 0; }
  .postDetail_newsItem .post-content .editorContent .faqBullet-cols {
    margin: 0 0 1em 0; }
    .postDetail_newsItem .post-content .editorContent .faqBullet-cols:before, .postDetail_newsItem .post-content .editorContent .faqBullet-cols:after {
      content: ' ';
      display: table; }
    .postDetail_newsItem .post-content .editorContent .faqBullet-cols:after {
      clear: both; }
    @media screen and (min-width: 768px) {
      .postDetail_newsItem .post-content .editorContent .faqBullet-cols .faqBullet-col {
        float: left;
        width: 30%;
        min-width: 14.44444em; }
        .postDetail_newsItem .post-content .editorContent .faqBullet-cols .faqBullet-col + .faqBullet-col {
          width: auto; } }
    .postDetail_newsItem .post-content .editorContent .faqBullet-cols ul {
      margin-top: 0;
      margin-bottom: 0; }
    .postDetail_newsItem .post-content .editorContent .faqBullet-cols li {
      margin: 0 0 0.5em; }
  .postDetail_newsItem .post-content .editorContent .btn, .postDetail_newsItem .post-content .editorContent form input[type='submit'], .postDetail_newsItem .post-content .editorContent .btn-cart, .postDetail_newsItem .post-content .editorContent .btn-default-sm, .postDetail_newsItem .post-content .editorContent .gform_reset_button, .postDetail_newsItem .post-content .editorContent .btn-plain, .postDetail_newsItem .post-content .editorContent .btn-main, .postDetail_newsItem .post-content .editorContent .thumb-button, .postDetail_newsItem .post-content .editorContent .widget_pageContent_collapsible .buttons .linkItems li a, .postDetail_newsItem .post-content .widget_pageContent_collapsible .buttons .linkItems li .editorContent a, .widget_pageContent_collapsible .buttons .linkItems li .postDetail_newsItem .post-content .editorContent a, .postDetail_newsItem .post-content .editorContent .btn-main-sm, .postDetail_newsItem .post-content .editorContent .gform_submit_button, .postDetail_newsItem .post-content .editorContent .gform_next_button, .postDetail_newsItem .post-content .editorContent .gform_previous_button, .postDetail_newsItem .post-content .editorContent .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .postDetail_newsItem .post-content .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .editorContent a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .postDetail_newsItem .post-content .editorContent a, .postDetail_newsItem .post-content .editorContent .widget_spotlightProduct .widget-info a, .postDetail_newsItem .post-content .widget_spotlightProduct .widget-info .editorContent a, .widget_spotlightProduct .widget-info .postDetail_newsItem .post-content .editorContent a, .postDetail_newsItem .post-content .editorContent .btn-clear, .postDetail_newsItem .post-content .editorContent .btn-white, .postDetail_newsItem .post-content .editorContent .btn-default, .postDetail_newsItem .post-content .editorContent .btn-ico {
    margin-bottom: 0.44444em; }

.postDetail_newsItem .breadcrumbs a {
  color: #6c6c6c; }

.postDetail_post .post-metas {
  margin: 0 0 0.71429em; }

.postDetail_post .post-title {
  font-size: 1.66667em;
  line-height: 1.16667em;
  display: block;
  padding: 0;
  margin: 0; }

.postDetail_post .post-author {
  font-size: 1.11111em;
  line-height: 1.2em;
  margin: 0.25em 0; }

.postDetail_post .post-image {
  margin: 1.94444em 0; }

.postDetail_post .post-terms_postCategories {
  text-transform: uppercase; }
  .postDetail_post .post-terms_postCategories a {
    color: #969b9e; }
    .postDetail_post .post-terms_postCategories a:hover {
      color: #672666; }

.postDetail_post .post-nav {
  margin: 1.94444em 0; }

.postDetail_post .socialBar {
  margin: 1.94444em 0; }

.postDetail_post .post-content .editorContent {
  font-family: 'Kumbh Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.88889em;
  font-weight: 400;
  line-height: 1.5em;
  color: inherit;
  text-align: inherit; }
  .postDetail_post .post-content .editorContent h1, .postDetail_post .post-content .editorContent h2, .postDetail_post .post-content .editorContent h3, .postDetail_post .post-content .editorContent h4, .postDetail_post .post-content .editorContent h5, .postDetail_post .post-content .editorContent h6, .postDetail_post .post-content .editorContent p, .postDetail_post .post-content .editorContent ul, .postDetail_post .post-content .editorContent ol, .postDetail_post .post-content .editorContent li, .postDetail_post .post-content .editorContent blockquote, .postDetail_post .post-content .editorContent address {
    font: inherit;
    line-height: inherit;
    color: inherit;
    display: block;
    padding: 0;
    margin: 0.88889em 0;
    border: 0;
    list-style: none; }
    .postDetail_post .post-content .editorContent h1:before, .postDetail_post .post-content .editorContent h2:before, .postDetail_post .post-content .editorContent h3:before, .postDetail_post .post-content .editorContent h4:before, .postDetail_post .post-content .editorContent h5:before, .postDetail_post .post-content .editorContent h6:before, .postDetail_post .post-content .editorContent p:before, .postDetail_post .post-content .editorContent ul:before, .postDetail_post .post-content .editorContent ol:before, .postDetail_post .post-content .editorContent li:before, .postDetail_post .post-content .editorContent blockquote:before, .postDetail_post .post-content .editorContent address:before {
      content: none; }
    .postDetail_post .post-content .editorContent h1:after, .postDetail_post .post-content .editorContent h2:after, .postDetail_post .post-content .editorContent h3:after, .postDetail_post .post-content .editorContent h4:after, .postDetail_post .post-content .editorContent h5:after, .postDetail_post .post-content .editorContent h6:after, .postDetail_post .post-content .editorContent p:after, .postDetail_post .post-content .editorContent ul:after, .postDetail_post .post-content .editorContent ol:after, .postDetail_post .post-content .editorContent li:after, .postDetail_post .post-content .editorContent blockquote:after, .postDetail_post .post-content .editorContent address:after {
      content: none; }
  .postDetail_post .post-content .editorContent a {
    color: #672666; }
  .postDetail_post .post-content .editorContent img {
    border: 0;
    max-width: 100%;
    height: auto; }
    .postDetail_post .post-content .editorContent img.alignleft {
      float: left;
      margin-right: 1.66667em;
      margin-bottom: 0.83333em; }
    .postDetail_post .post-content .editorContent img.alignright {
      float: right;
      margin-left: 1.66667em;
      margin-bottom: 0.83333em; }
    .postDetail_post .post-content .editorContent img.aligncenter {
      display: block;
      margin: 0 auto; }
    .postDetail_post .post-content .editorContent img.alignnone {
      display: block; }
  .postDetail_post .post-content .editorContent pre, .postDetail_post .post-content .editorContent form, .postDetail_post .post-content .editorContent fieldset, .postDetail_post .post-content .editorContent legend {
    display: block;
    padding: 0;
    margin: 1.33333em 0;
    border: 0; }
  .postDetail_post .post-content .editorContent b, .postDetail_post .post-content .editorContent strong, .postDetail_post .post-content .editorContent th {
    font-weight: 600; }
  .postDetail_post .post-content .editorContent table, .postDetail_post .post-content .editorContent th, .postDetail_post .post-content .editorContent td, .postDetail_post .post-content .editorContent caption {
    padding: 0;
    margin: 0;
    border: 0;
    text-align: inherit; }
  .postDetail_post .post-content .editorContent code {
    display: inline; }
  .postDetail_post .post-content .editorContent h1 {
    font-size: 2.55556em;
    font-weight: 700;
    line-height: 1.13043;
    margin: 0 0 0.52174em; }
    @media screen and (max-width: 768px) {
      .postDetail_post .post-content .editorContent h1 {
        font-size: 2.44444em; } }
  .postDetail_post .post-content .editorContent h2 {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.33333;
    margin: 0.33333em 0; }
    @media screen and (max-width: 768px) {
      .postDetail_post .post-content .editorContent h2 {
        font-size: 1.55556em; } }
  .postDetail_post .post-content .editorContent h3 {
    font-size: 1.77778em;
    font-weight: 700;
    line-height: 1.375;
    margin: 0.225em 0; }
    @media screen and (max-width: 768px) {
      .postDetail_post .post-content .editorContent h3 {
        font-size: 1.33333em; } }
  .postDetail_post .post-content .editorContent h4 {
    font-size: 1.11111em;
    line-height: 1.5;
    font-weight: 700;
    margin: 0.13333em 0; }
  .postDetail_post .post-content .editorContent h5 {
    font-size: 0.83333em;
    font-weight: 700;
    line-height: 1.33333;
    margin: 0; }
  .postDetail_post .post-content .editorContent h6 {
    font-size: 0.72222em;
    font-weight: 900;
    line-height: 1.23077;
    margin: 0; }
  .postDetail_post .post-content .editorContent h1 a, .postDetail_post .post-content .editorContent h2 a, .postDetail_post .post-content .editorContent h3 a, .postDetail_post .post-content .editorContent h4 a, .postDetail_post .post-content .editorContent h5 a, .postDetail_post .post-content .editorContent h6 a {
    font-weight: inherit; }
  .postDetail_post .post-content .editorContent h1 span, .postDetail_post .post-content .editorContent h2 span, .postDetail_post .post-content .editorContent h3 span, .postDetail_post .post-content .editorContent h4 span, .postDetail_post .post-content .editorContent h5 span, .postDetail_post .post-content .editorContent h6 span {
    display: inline-block; }
  .postDetail_post .post-content .editorContent li {
    display: list-item;
    list-style: inherit;
    margin: 0.44444em 0; }
  .postDetail_post .post-content .editorContent ul {
    list-style: disc outside;
    margin: 1em 0 1em 1em;
    padding-left: 1em; }
  .postDetail_post .post-content .editorContent ol {
    list-style: decimal outside;
    margin: 1em 0 1em 1em;
    padding-left: 1em; }
  .postDetail_post .post-content .editorContent ul:not(.faqList) ul,
  .postDetail_post .post-content .editorContent ol:not(.faqList) ul {
    list-style-type: circle; }
  .postDetail_post .post-content .editorContent ul:not(.faqList) ul, .postDetail_post .post-content .editorContent ul:not(.faqList) ol,
  .postDetail_post .post-content .editorContent ol:not(.faqList) ul,
  .postDetail_post .post-content .editorContent ol:not(.faqList) ol {
    margin: 0.5em 0 0.5em 1em; }
    .postDetail_post .post-content .editorContent ul:not(.faqList) ul ul, .postDetail_post .post-content .editorContent ul:not(.faqList) ol ul,
    .postDetail_post .post-content .editorContent ol:not(.faqList) ul ul,
    .postDetail_post .post-content .editorContent ol:not(.faqList) ol ul {
      list-style-type: square; }
  .postDetail_post .post-content .editorContent table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0; }
  .postDetail_post .post-content .editorContent blockquote {
    margin-left: 1.88889em;
    border-left: 3px solid #707372;
    padding-left: 0.77778em; }
  .postDetail_post .post-content .editorContent hr {
    height: 0;
    border: 0;
    border-top: 1px solid #ccc;
    background: none;
    margin: 1.33333em 0; }
  .postDetail_post .post-content .editorContent .barker-text {
    font-size: 1.22222em;
    font-weight: 300;
    font-style: italic;
    line-height: 1.27273em;
    margin: 0.90909em 0;
    /*
		&.initial {
			margin-top: 0;
		}

		&.stb {
			margin-top: pxToEm(10, 22);
			margin-bottom: pxToEm(10, 22);
		}

		&.mtb {
			margin-top: pxToEm(25, 22);
			margin-bottom: pxToEm(25, 22);
		}

		&.ltb {
			margin-top: pxToEm(40, 22);
			margin-bottom: pxToEm(40, 22);
		}
		*/ }
  .postDetail_post .post-content .editorContent .widget-title {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.33333em;
    display: inline-block;
    text-transform: none;
    padding: 0.22222em 0;
    margin: 0;
    float: none;
    width: auto;
    background: none;
    color: inherit; }
  .postDetail_post .post-content .editorContent .inlineBlockUnderline {
    display: inline-block;
    border-bottom: 2px solid #4b4b4b; }
  .postDetail_post .post-content .editorContent .initial {
    margin-top: 0; }
  .postDetail_post .post-content .editorContent .stb {
    margin-top: 0.55556em;
    margin-bottom: 0.55556em; }
  .postDetail_post .post-content .editorContent .mtb {
    margin-top: 1.38889em;
    margin-bottom: 1.38889em; }
  .postDetail_post .post-content .editorContent .ltb {
    margin-top: 2.22222em;
    margin-bottom: 2.22222em; }
  .postDetail_post .post-content .editorContent .youtubeVideo {
    position: relative;
    height: 0;
    padding: 0 0 56.25% 0;
    max-width: 37.66667em; }
    .postDetail_post .post-content .editorContent .youtubeVideo iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .postDetail_post .post-content .editorContent .faqList {
    margin: 0.88889em 0; }
  .postDetail_post .post-content .editorContent .faqBullet-cols {
    margin: 0 0 1em 0; }
    .postDetail_post .post-content .editorContent .faqBullet-cols:before, .postDetail_post .post-content .editorContent .faqBullet-cols:after {
      content: ' ';
      display: table; }
    .postDetail_post .post-content .editorContent .faqBullet-cols:after {
      clear: both; }
    @media screen and (min-width: 768px) {
      .postDetail_post .post-content .editorContent .faqBullet-cols .faqBullet-col {
        float: left;
        width: 30%;
        min-width: 14.44444em; }
        .postDetail_post .post-content .editorContent .faqBullet-cols .faqBullet-col + .faqBullet-col {
          width: auto; } }
    .postDetail_post .post-content .editorContent .faqBullet-cols ul {
      margin-top: 0;
      margin-bottom: 0; }
    .postDetail_post .post-content .editorContent .faqBullet-cols li {
      margin: 0 0 0.5em; }
  .postDetail_post .post-content .editorContent .btn, .postDetail_post .post-content .editorContent form input[type='submit'], .postDetail_post .post-content .editorContent .btn-cart, .postDetail_post .post-content .editorContent .btn-default-sm, .postDetail_post .post-content .editorContent .gform_reset_button, .postDetail_post .post-content .editorContent .btn-plain, .postDetail_post .post-content .editorContent .btn-main, .postDetail_post .post-content .editorContent .thumb-button, .postDetail_post .post-content .editorContent .widget_pageContent_collapsible .buttons .linkItems li a, .postDetail_post .post-content .widget_pageContent_collapsible .buttons .linkItems li .editorContent a, .widget_pageContent_collapsible .buttons .linkItems li .postDetail_post .post-content .editorContent a, .postDetail_post .post-content .editorContent .btn-main-sm, .postDetail_post .post-content .editorContent .gform_submit_button, .postDetail_post .post-content .editorContent .gform_next_button, .postDetail_post .post-content .editorContent .gform_previous_button, .postDetail_post .post-content .editorContent .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .postDetail_post .post-content .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .editorContent a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .postDetail_post .post-content .editorContent a, .postDetail_post .post-content .editorContent .widget_spotlightProduct .widget-info a, .postDetail_post .post-content .widget_spotlightProduct .widget-info .editorContent a, .widget_spotlightProduct .widget-info .postDetail_post .post-content .editorContent a, .postDetail_post .post-content .editorContent .btn-clear, .postDetail_post .post-content .editorContent .btn-white, .postDetail_post .post-content .editorContent .btn-default, .postDetail_post .post-content .editorContent .btn-ico {
    margin-bottom: 0.44444em; }

.postDetail_post .post-image {
  /*
		.carousel-nav-prev,
		.carousel-nav-next {
			position: absolute;
			display: inline-block;
			height: pxToEm(101);
			width: (70px - ($grid-gutter-width/2));
			line-height: pxToEm(101);
			margin-top: pxToEm(-101/2);
			color: #fff;

			span {
				@include sr;
			}

			&:before {
				content: '';
				display: inline-block;
			}
		}
		.carousel-nav-prev {
			left: 0;
			right: auto;
			text-align: right;

			&:before {
				$scale: svg-sprite-get-scale($sprite_arrow-left, 60px);
				@include svg-sprite($sprite_arrow-left, true, true, $scale);

				@include mq-max($screen-xs-max)
				{
					$scale: svg-sprite-get-scale($sprite_arrow-left, 40px);
					@include svg-sprite($sprite_arrow-left, true, true, $scale);
				}
			}
		}
		.carousel-nav-next {
			left: auto;
			right: 0;
			text-align: left;

			&:before {
				$scale: svg-sprite-get-scale($sprite_arrow-right, 60px);
				@include svg-sprite($sprite_arrow-right, true, true, $scale);

				@include mq-max($screen-xs-max)
				{
					$scale: svg-sprite-get-scale($sprite_arrow-right, 40px);
					@include svg-sprite($sprite_arrow-right, true, true, $scale);
				}
			}
		}
		*/ }
  .postDetail_post .post-image .carousel-slides {
    overflow: hidden; }
  .postDetail_post .post-image .carousel-pages {
    display: none; }
  .postDetail_post .post-image .carousel-nav {
    max-width: 65.55556em;
    margin-left: auto;
    margin-right: auto;
    min-width: 960px;
    /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: auto;
    height: 0; }
    @media screen and (min-width: 1px) {
      .postDetail_post .post-image .carousel-nav {
        min-width: 0; } }
    @media screen and (max-width: 1210px) {
      .postDetail_post .post-image .carousel-nav {
        max-width: none;
        margin-left: 0.83333em;
        margin-right: 0.83333em; } }
    @media screen and (max-width: 767px) {
      .postDetail_post .post-image .carousel-nav {
        margin-left: 0.83333em;
        margin-right: 0.83333em; } }
  .postDetail_post .post-image .carousel-nav-prev,
  .postDetail_post .post-image .carousel-nav-next {
    position: absolute;
    display: inline-block;
    height: 5.61111em;
    width: 55px;
    line-height: 5.61111em;
    margin-top: -2.80556em;
    color: #fff; }
    .postDetail_post .post-image .carousel-nav-prev span,
    .postDetail_post .post-image .carousel-nav-next span {
      position: absolute;
      height: 1px;
      width: 1px;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
      -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
      overflow: hidden !important; }
    .postDetail_post .post-image .carousel-nav-prev:before,
    .postDetail_post .post-image .carousel-nav-next:before {
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      font-stretch: normal;
      font-size: inherit;
      line-height: inherit;
      font-family: FontAwesome;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 5.61111em;
      line-height: 1em;
      display: inline-block;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
  .postDetail_post .post-image .carousel-nav-prev {
    left: 0;
    right: auto;
    text-align: right; }
    .postDetail_post .post-image .carousel-nav-prev:before {
      content: ""; }
  .postDetail_post .post-image .carousel-nav-next {
    left: auto;
    right: 0;
    text-align: left; }
    .postDetail_post .post-image .carousel-nav-next:before {
      content: ""; }

/**
 * Post Preview
 *
 */
.postPreview {
  position: relative; }
  .postPreview .postPreview-title {
    padding: 0.66667em 0 0; }
  .postPreview .postPreview-link {
    display: block; }
  .postPreview .postPreview-text {
    padding: 0 0 0.66667em;
    margin: 0;
    min-height: 2.22222em; }
  .postPreview .post-title {
    font-size: 0.77778em;
    line-height: 1.22222;
    padding: 0;
    margin: 0; }
  body.keyboard-tab .postPreview .postPreview-image:focus-within {
    box-shadow: 0 0 0.33333em 0.16667em #000; }

/**
 * Post Archive
 *
 */
.archive-posts-filters {
  display: block;
  padding: 0;
  margin: 0; }

.archive-posts-filter .label {
  display: inline-block;
  margin: 0 5px 0 0; }

.archive-posts-filter .input {
  display: inline-block; }

/**
 * Search
 *
 */
.search-hl {
  font-weight: 600; }

.search-tabs-title {
  display: none; }
  @media screen and (max-width: 767px) {
    .search-tabs-title {
      display: block;
      margin: 0 0 0.55556em 0; } }

.search-tabs {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 0 1.66667em; }
  @media screen and (max-width: 767px) {
    .search-tabs.expanded .search-tabs-items {
      height: auto;
      overflow: visible; }
    .search-tabs.expanded .search-tabs-toggle:after {
      content: ""; } }

.search-tabs-toggle {
  display: none; }
  @media screen and (max-width: 767px) {
    .search-tabs-toggle {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 2.38889em;
      height: 2.5em;
      border-left: 1px solid #fff;
      background: #763b75;
      cursor: pointer;
      text-align: center;
      line-height: 2.5em; }
      .search-tabs-toggle:after {
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-stretch: normal;
        font-size: inherit;
        line-height: inherit;
        font-family: FontAwesome;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        color: #fff;
        line-height: 2.5em; } }

.search-tabs-items,
.search-tabs-item {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.search-tabs-items {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-collapse: collapse; }
  @media screen and (max-width: 991px) {
    .search-tabs-items {
      table-layout: auto; } }
  @media screen and (max-width: 767px) {
    .search-tabs-items {
      display: block;
      width: auto;
      position: relative;
      height: 2.5em;
      overflow: hidden;
      padding: 2.5em 0 0 0; } }

.search-tabs-item {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #672666;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }
  @media screen and (min-width: 768px) {
    .search-tabs-item:first-child {
      margin-left: 0; }
    .search-tabs-item:last-child {
      margin-right: 0; } }
  .search-tabs-item > a {
    display: block;
    color: #672666;
    font-weight: 400;
    height: 2.5em; }
    .search-tabs-item > a > span {
      font-size: 1.22222em;
      line-height: 1.18182em;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-align: center;
      padding: 0.5em 0; }
  .search-tabs-item:hover {
    background: #763b75;
    border-color: #763b75; }
    .search-tabs-item:hover > a {
      color: #fff;
      font-weight: 400; }
  .search-tabs-item.active {
    background: #672666;
    border-color: #672666; }
    .search-tabs-item.active > a {
      color: #fff;
      font-weight: 400;
      position: relative; }
      @media screen and (min-width: 768px) {
        .search-tabs-item.active > a:after {
          content: '';
          display: block;
          border: solid transparent;
          content: ' ';
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: transparent;
          border-width: 12px;
          margin: 0;
          top: 100%;
          left: 50%;
          border-top-color: #672666;
          margin-left: -12px; } }
  @media screen and (max-width: 991px) {
    .search-tabs-item > a > span {
      font-size: 1em; } }
  @media screen and (max-width: 767px) {
    .search-tabs-item {
      display: block;
      width: auto;
      border: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .search-tabs-item > a {
        border: 0;
        font-weight: 400; }
        .search-tabs-item > a > span {
          font-size: 1.22222em;
          padding: 0.54545em 0.68182em 0.54545em;
          text-align: left; }
      .search-tabs-item.active {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        font-weight: 600;
        border: 0; }
        .search-tabs-item.active > a {
          color: #fff; }
          .search-tabs-item.active > a > span {
            padding-top: 0.40909em;
            padding-bottom: 0.45455em; } }

.search-results .pagination {
  border-top: 1px solid #cccccc;
  padding: 1.55556em 0; }

.search-results-stat {
  font-weight: normal;
  display: block;
  padding: 0;
  margin: 0 0 1em; }

h3.search-results-stat {
  font-size: 1.22222em;
  font-weight: 600;
  line-height: 1.27273em;
  margin: 0 0 2.27273em; }
  h3.search-results-stat .keyword {
    font-weight: 300; }

.search-results-message {
  font-size: 1.22222em;
  font-weight: 600;
  line-height: 1.27273em;
  margin: 0 0 2.27273em; }
  .search-results-message .keyword {
    font-weight: 300; }

.searchResult {
  position: relative; }

/**
 * Search Results - Products
 *
 */
.search-results-items_product {
  margin-left: -15px;
  margin-right: -15px; }
  .search-results-items_product:before, .search-results-items_product:after {
    content: " ";
    display: table; }
  .search-results-items_product:after {
    clear: both; }

.search-results-item_product {
  margin-bottom: 1.66667em;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 480px) {
    .search-results-item_product {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .search-results-item_product {
      position: relative;
      float: left;
      width: 25%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }

.searchResult_product .searchResult-image {
  position: relative;
  min-height: 15.11111em;
  overflow: hidden; }
  .searchResult_product .searchResult-image + .searchResult-text {
    margin-top: 2px; }

.searchResult_product .searchResult-text {
  position: relative;
  background: #000;
  color: #fff;
  padding: 0.66667em 2.88889em 0.66667em 1em;
  margin: 0;
  min-height: 3.55556em; }
  .searchResult_product .searchResult-text a {
    color: inherit; }
    .searchResult_product .searchResult-text a:hover {
      color: inherit; }

.searchResult_product .post-title {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.22222em;
  padding: 0;
  margin: 0; }

.searchResult_product .product-number {
  font-size: 0.77778em;
  font-weight: 300;
  line-height: 1em;
  padding: 0;
  margin: 0;
  font-style: italic; }

.searchResult_product .product-modular-name {
  font-size: 0.77778em;
  font-weight: 300;
  line-height: 1.28571em;
  padding: 0;
  margin: 0; }

.searchResult_product .product-brand {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  left: auto;
  width: 2.33333em;
  border-left: 1px solid #fff; }
  .searchResult_product .product-brand .product-brand-kinetex,
  .searchResult_product .product-brand .product-brand-carpet,
  .searchResult_product .product-brand .product-brand-lvt {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto; }
    .searchResult_product .product-brand .product-brand-kinetex:after,
    .searchResult_product .product-brand .product-brand-carpet:after,
    .searchResult_product .product-brand .product-brand-lvt:after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: 50%; }
  .searchResult_product .product-brand .product-brand-kinetex:after {
    content: 'KINETEX';
    transform: rotateX(90deg); }
  .searchResult_product .product-brand .product-brand-carpet {
    background: #eeeeee;
    border: 1px solid #000; }
    .searchResult_product .product-brand .product-brand-carpet:after {
      content: 'CARPET';
      transform: rotateX(90deg); }
  .searchResult_product .product-brand .product-brand-lvt {
    background: #bbbbbb;
    border: 1px solid #000; }
    .searchResult_product .product-brand .product-brand-lvt:after {
      content: 'LVT';
      transform: rotateX(90deg); }

.searchResult_product .product-tags {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.38889em; }
  .searchResult_product .product-tags > span {
    display: block;
    margin: 0 0 1px 0; }
  .searchResult_product .product-tags .product-tag-add {
    background: #eeeeee;
    display: block;
    height: 1.38889em;
    color: #000; }
    .searchResult_product .product-tags .product-tag-add:before {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      font-stretch: normal;
      font-size: inherit;
      line-height: inherit;
      font-family: FontAwesome;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 16px;
      font-weight: 300;
      line-height: 25px;
      height: 25px;
      width: 25px;
      text-align: center; }
  .searchResult_product .product-tags .product-tag-quickship {
    background: #672666;
    color: #fff;
    display: block;
    position: relative;
    padding: 0.66667em 0; }
    .searchResult_product .product-tags .product-tag-quickship:before {
      content: '';
      display: block;
      background-image: url(../spritesheets/sprites-d9bca67baa.png);
      background-position: -563px -420px;
      width: 10px;
      height: 64px;
      margin: 0 auto; }

/**
 * Search Results - Documents
 *
 */
/**
 * Search Results - News
 *
 */
.search-results-item_news {
  border: 0;
  border-top: 1px solid #e5e5e5;
  padding: 1.77778em 0 0;
  margin: 1.77778em 0 0; }
  .search-results-item_news:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0; }

.searchResult_news .post-title {
  font-size: 1.22222em;
  font-weight: 400;
  line-height: 1.18182em;
  padding: 0;
  margin: 0 0 0.19231em;
  color: #000; }
  .searchResult_news .post-title a {
    color: #4b4b4b; }
    .searchResult_news .post-title a:hover {
      color: #672666; }

.searchResult_news .post-metas {
  font-size: 0.77778em;
  font-weight: 300;
  line-height: 1.14286em;
  padding: 0;
  margin: 0;
  color: #707372; }
  .searchResult_news .post-metas .post-meta-news-terms {
    text-transform: uppercase; }
    .searchResult_news .post-metas .post-meta-news-terms a {
      font-weight: 300;
      color: #707372; }
      .searchResult_news .post-metas .post-meta-news-terms a:hover {
        color: #672666; }

.searchResult_news .post-excerpt {
  font-weight: 300;
  margin: 0.55556em 0; }

/**
 * Search Results - Media
 *
 */
.search-results-items_media, .search-results-items_document {
  margin-left: -15px;
  margin-right: -15px; }
  .search-results-items_media:before, .search-results-items_document:before, .search-results-items_media:after, .search-results-items_document:after {
    content: " ";
    display: table; }
  .search-results-items_media:after, .search-results-items_document:after {
    clear: both; }

.search-results-item_media, .search-results-item_document {
  margin-bottom: 1.66667em;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 480px) {
    .search-results-item_media, .search-results-item_document {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .search-results-item_media, .search-results-item_document {
      position: relative;
      float: left;
      width: 25%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }

.searchResult_media .searchResult-content:hover .searchResult-text, .searchResult_document .searchResult-content:hover .searchResult-text {
  color: rgba(75, 75, 75, 0.8); }

.searchResult_media .searchResult-image, .searchResult_document .searchResult-image {
  position: relative;
  min-height: 15.11111em;
  overflow: hidden; }
  .searchResult_media .searchResult-image + .searchResult-text, .searchResult_document .searchResult-image + .searchResult-text {
    margin-top: 2px; }
  .searchResult_media .searchResult-image .post-thumbnail, .searchResult_document .searchResult-image .post-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto; }
    .searchResult_media .searchResult-image .post-thumbnail .thumb, .searchResult_document .searchResult-image .post-thumbnail .thumb, .searchResult_media .searchResult-image .post-thumbnail .thumb-image, .searchResult_document .searchResult-image .post-thumbnail .thumb-image {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto;
      padding: 0; }

.searchResult_media .searchResult-text, .searchResult_document .searchResult-text {
  position: relative;
  color: #fff;
  color: #4b4b4b;
  background: transparent;
  padding: 1em 0;
  margin: 0;
  min-height: 3.55556em;
  transition: all 0.2s ease; }
  .searchResult_media .searchResult-text a, .searchResult_document .searchResult-text a {
    color: inherit; }
    .searchResult_media .searchResult-text a:hover, .searchResult_document .searchResult-text a:hover {
      color: inherit; }
  .searchResult_media .searchResult-text h2, .searchResult_document .searchResult-text h2 {
    color: inherit; }

.searchResult_media .post-title, .searchResult_document .post-title {
  font-size: 0.88889em;
  font-weight: 400;
  line-height: 1.25em;
  padding: 0;
  margin: 0; }
  .searchResult_media .post-title a, .searchResult_document .post-title a {
    transition: color 0.2s ease; }

.searchResult_media .playback-click-spot:before, .searchResult_document .playback-click-spot:before {
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px; }

.searchResult_media .playback-click-spot:after, .searchResult_document .playback-click-spot:after {
  content: '';
  position: absolute;
  display: block;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-width: 15px;
  margin: 0;
  top: 50%;
  left: 100%;
  border-left-color: #672666;
  margin-top: -15px;
  border-left-width: 22px;
  border-right-width: 22px;
  left: 50%;
  margin-left: -7px; }

/**
 * Search Results - Case Study
 *
 */
.search-results-items_case_study {
  margin-left: -15px;
  margin-right: -15px; }
  .search-results-items_case_study:before, .search-results-items_case_study:after {
    content: " ";
    display: table; }
  .search-results-items_case_study:after {
    clear: both; }

.search-results-item_case_study {
  margin-bottom: 1.66667em;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 480px) {
    .search-results-item_case_study {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .search-results-item_case_study {
      position: relative;
      float: left;
      width: 25%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }

.searchResult_case_study .searchResult-content:hover .searchResult-text {
  color: rgba(75, 75, 75, 0.8); }

.searchResult_case_study .searchResult-image {
  position: relative;
  min-height: 15.11111em;
  overflow: hidden; }
  .searchResult_case_study .searchResult-image + .searchResult-text {
    margin-top: 2px; }

.searchResult_case_study .searchResult-text {
  position: relative;
  color: #4b4b4b;
  color: #4b4b4b;
  background: transparent;
  padding: 1em 0;
  margin: 0;
  min-height: 3.55556em; }
  .searchResult_case_study .searchResult-text a:not([class^='btn']) {
    color: inherit; }
    .searchResult_case_study .searchResult-text a:not([class^='btn']):hover {
      color: inherit; }

.searchResult_case_study .post-title {
  color: inherit;
  font-size: 0.88889em;
  font-weight: 400;
  line-height: 1.25em;
  padding: 0;
  margin: 0; }
  .searchResult_case_study .post-title a {
    transition: color 0.2s ease; }

/**
 * Search Results - Page
 *
 */
.search-results-item_page {
  border: 0;
  border-top: 1px solid #e5e5e5;
  padding: 1.77778em 0 0;
  margin: 1.77778em 0 0; }
  .search-results-item_page:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0; }

.searchResult_page .post-title {
  font-size: 1.22222em;
  font-weight: 400;
  line-height: 1.18182em;
  padding: 0;
  margin: 0 0 0.19231em;
  color: #4b4b4b; }
  .searchResult_page .post-title a {
    color: #4b4b4b;
    transition: color 0.2s ease; }
    .searchResult_page .post-title a:hover {
      color: #672666; }

.searchResult_page .post-metas {
  font-size: 0.77778em;
  font-weight: 300;
  line-height: 1.14286em;
  padding: 0;
  margin: 0;
  color: #707372; }

.searchResult_page .post-excerpt {
  font-weight: 300;
  margin: 0.55556em 0; }

.visualizer img {
  display: block;
  max-width: 100%; }

.visualizer .brandLogo img {
  display: inline;
  width: auto;
  height: auto; }

.visualizer [ng-click] {
  cursor: pointer;
  touch-action: none; }

.visualizer .popup [ng-click] {
  touch-action: auto; }

.visualizer-label {
  font-weight: 600;
  margin-bottom: 0.66667em; }

.visualizer-label_small {
  margin-bottom: 0.57143em;
  font-size: 0.77778em;
  line-height: 1; }

/**
 * Product page styles for the visualizer
 */
.productDetails-visual .multiple .roomvo-stimr {
  display: none !important; }

.productDetails-visual_noRoomRendering .productDetails-visual-previews button,
.productDetails-visual_noRoomRendering button.roomvo-stimr {
  display: none !important; }

body.keyboard-tab button.roomvo-stimr:focus {
  outline: 1px solid #000000;
  outline-offset: 0;
  box-shadow: 0 0 0.33333em 0.16667em #000000; }

.roomvo-product-display-button[data-active='false'] {
  display: none; }

.roomvo-product-display-button .svgSprite_virtual_sample {
  transform: scale(1.25); }

.productDetails-visual-main {
  position: relative; }
  @media screen and (max-width: 480px) {
    .productDetails-visual-main {
      border: 0;
      padding: 0; } }

@media screen and (min-width: 768px) {
  .productDetails-visual-canvas {
    position: sticky;
    top: 15px; } }

.productDetails-visual-canvas div[preview] {
  position: relative; }
  .productDetails-visual-canvas div[preview].hidden {
    visibility: hidden; }
  .productDetails-visual-canvas div[preview] .productDetails-visual-variants {
    position: absolute;
    bottom: 12px;
    right: 10px;
    margin: 0;
    z-index: 3;
    cursor: pointer; }
    .productDetails-visual-canvas div[preview] .productDetails-visual-variants .widget {
      margin: 0; }
    .productDetails-visual-canvas div[preview] .productDetails-visual-variants.dylotInfo {
      background-color: #4b4b4b;
      padding: 7px 0px 4px;
      border-radius: 20px;
      border: 2px solid #ffffff; }
      .productDetails-visual-canvas div[preview] .productDetails-visual-variants.dylotInfo a {
        color: #d5d5d5;
        font-weight: normal; }
      .productDetails-visual-canvas div[preview] .productDetails-visual-variants.dylotInfo a:active {
        color: #d5d5d5; }
      .productDetails-visual-canvas div[preview] .productDetails-visual-variants.dylotInfo a:hover {
        color: #d5d5d5; }
      .productDetails-visual-canvas div[preview] .productDetails-visual-variants.dylotInfo .head {
        padding: 0px 20px;
        border: none;
        font-weight: 700;
        font-size: 0.875rem;
        color: #fff;
        text-transform: capitalize;
        text-align: center; }
      .productDetails-visual-canvas div[preview] .productDetails-visual-variants.dylotInfo .body {
        padding: 0px 20px;
        border: none;
        font-size: 1rem;
        text-align: center; }
      @media screen and (max-width: 768px) {
        .productDetails-visual-canvas div[preview] .productDetails-visual-variants.dylotInfo {
          right: 50%;
          transform: translateX(50%);
          bottom: 58px; }
          .productDetails-visual-canvas div[preview] .productDetails-visual-variants.dylotInfo .productQuickView-inventory-table {
            display: block; } }

@media screen and (min-width: 768px) {
  .productDetails-visual-menu {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 767px) {
  .productDetails-visual-menu {
    margin-top: 1em; } }

.productDetails-visual-menu-spacer {
  min-height: 67px;
  margin-bottom: 1rem; }
  @media screen and (max-width: 767px) {
    .productDetails-visual-menu-spacer {
      display: none; } }

.productDetails-visual-menu-buttons .btn-visualizer:first-child {
  margin-top: 0; }

.productDetails-visual-previews {
  position: relative;
  min-height: 23.61111em; }

.productDetails-visual-preview {
  display: block;
  padding: 0;
  margin: 0; }

.productDetails-visual-patternEditor {
  display: block;
  padding: 0;
  margin: 0; }

.productDetails-visual-installationMethod {
  display: block; }
  .productDetails-visual-installationMethod label {
    display: block;
    font-weight: 600;
    font-size: 0.9375em;
    padding: 0;
    margin: 0 0 0.66667em; }
  .productDetails-visual-installationMethod select {
    width: 100%; }
  html.selectappearance .productDetails-visual-installationMethod select {
    display: block;
    width: 100%;
    padding-left: 0.55556em;
    padding-right: 40px; }

.productDetails-visual-installationMethod-input {
  display: block;
  margin: 0; }
  .productDetails-visual-installationMethod-input label {
    font-size: 0.83333em; }

.productDetails-visual-installationMethod-preview {
  display: none;
  position: relative;
  height: 168px;
  margin: 8px 0;
  background: #f2f2f2; }

.productDetails-visual-installationMethod-diagram {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background-size: cover;
  background-position: center center; }

.productDetails-visual-installationMethod-apply {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  text-align: center; }
  .productDetails-visual-installationMethod-apply:before {
    content: ' ';
    display: inline-block;
    height: 100%;
    line-height: 100%;
    margin: 0 0 0 -4px;
    vertical-align: middle; }
  .productDetails-visual-installationMethod-apply span {
    display: inline-block !important;
    width: auto;
    vertical-align: middle;
    font-size: 0.66667em;
    line-height: 1em;
    padding: 0.5em 1em;
    background: #672666;
    color: #fff;
    text-transform: uppercase; }
  .productDetails-visual-installationMethod-apply:hover span {
    background: #707372;
    color: #fff; }

/**
 * Rooms
 */
.productRoomOptions-rooms {
  margin: 1.66667em 0.83333em 0;
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: scroll; }
  .productRoomOptions-rooms:before, .productRoomOptions-rooms:after {
    content: ' ';
    display: table; }
  .productRoomOptions-rooms:after {
    clear: both; }

.productRoomOptions-room {
  margin: 0 0 1.66667em;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .productRoomOptions-room {
      position: relative;
      float: left;
      width: 25%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }

.productRoomOptions-actions {
  border: solid #eee;
  border-width: 8px 0 0 0;
  padding: 0.83333em 1.66667em;
  text-align: right; }
  .productRoomOptions-actions a {
    margin: 0 0 0 10px; }
  .productRoomOptions-actions .cancel {
    color: #707372; }
    .productRoomOptions-actions .cancel:hover {
      color: #672666; }

.productDetails-visual-room {
  display: block; }

.product-room {
  position: relative;
  display: block;
  color: #000; }
  .product-room .image {
    display: block;
    position: relative;
    height: 0;
    padding-top: 66.66667%;
    margin: 0 0 2px 0;
    background: #eeeeee; }
    .product-room .image .bgimage {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto; }
  .product-room .text {
    color: #000;
    display: block;
    font-size: 1em;
    min-height: 2.5em;
    background: #eeeeee;
    padding: 0.66667em 0.66667em; }
    .product-room .text .product-room-name {
      display: block;
      font-size: 1em;
      font-weight: 400;
      line-height: 1.22222em;
      margin: 0; }
  .product-room:hover .text, .product-room.selected .text {
    background: #672666;
    color: #fff; }

/**
 * Installation Methods
 */
.productInstallationMethodOptions-installationMethods {
  margin: 1.66667em 0.83333em 0;
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: scroll; }
  .productInstallationMethodOptions-installationMethods:before, .productInstallationMethodOptions-installationMethods:after {
    content: ' ';
    display: table; }
  .productInstallationMethodOptions-installationMethods:after {
    clear: both; }

.productInstallationMethodOptions-installationMethod {
  margin: 0 0 1.66667em;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .productInstallationMethodOptions-installationMethod {
      position: relative;
      float: left;
      width: 16.66667%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }

.productInstallationMethodOptions-actions {
  border: solid #eee;
  border-width: 8px 0 0 0;
  padding: 0.83333em 1.66667em;
  text-align: right; }
  .productInstallationMethodOptions-actions a {
    margin: 0 0 0 10px; }
  .productInstallationMethodOptions-actions .cancel {
    color: #707372; }
    .productInstallationMethodOptions-actions .cancel:hover {
      color: #672666; }

.productDetails-visual-installationMethod {
  display: block;
  margin: 0 0 0.27778em; }

.product-installationMethod {
  position: relative;
  display: block;
  color: #000; }
  .product-installationMethod .image {
    display: block;
    position: relative;
    height: 0;
    padding-top: 101%;
    margin: 0 0 2px 0;
    background: #eeeeee; }
    .product-installationMethod .image .bgimage {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto; }
  .product-installationMethod .text {
    color: #000;
    display: block;
    font-size: 1em;
    min-height: 2.5em;
    background: #eeeeee;
    padding: 0.66667em 0.66667em; }
    .product-installationMethod .text .product-installationMethod-name {
      display: block;
      font-size: 1em;
      font-weight: 400;
      line-height: 1.22222em;
      margin: 0; }
  .product-installationMethod:hover .text, .product-installationMethod.selected .text {
    background: #672666;
    color: #fff; }

/**
 * Downloads
 */
.productDownloadOptions-types {
  margin: 1.66667em 0.83333em 0; }
  .productDownloadOptions-types:before, .productDownloadOptions-types:after {
    content: ' ';
    display: table; }
  .productDownloadOptions-types:after {
    clear: both; }
  @media (min-width: 768px) {
    .productDownloadOptions-types[data-columns='3'] .productDownloadOptions-type {
      position: relative;
      float: left;
      width: 33.33333%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }

.productDownloadOptions-type {
  margin: 0 0 1.66667em;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .productDownloadOptions-type {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1200px) {
    .productDownloadOptions-type {
      position: relative;
      float: left;
      width: 25%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  .productDownloadOptions-type .svgSprite_tiled_view_hover {
    background-position: 94.59459% 72.18045%;
    width: 50px;
    height: 50px;
    background-size: 691px 562px; }

.productDetails-visual-download {
  display: block;
  margin: 0 0 0.27778em; }

.product-download {
  background: #eeeeee;
  text-align: center;
  padding: 1.66667em; }

.product-download-icon {
  display: block;
  padding: 0 0 0.88889em;
  margin: 0; }

.product-download-title {
  font-size: 1.22222em;
  font-weight: 400;
  line-height: 1.18182em;
  display: block;
  padding: 0;
  margin: 0 0 0.45455em; }

.product-download-description {
  display: block;
  padding: 0;
  margin: 0; }

.product-download-actions {
  display: block;
  padding: 0;
  margin: 1.33333em 0 0; }

.productDetails-visual-patternEditor-menu {
  display: block;
  margin: 1.33333em 0 0; }
  .productDetails-visual-patternEditor-menu .productDetails-visual-patternEditor-edit {
    display: block; }
  .productDetails-visual-patternEditor-menu .productDetails-visual-patternEditor-preview {
    display: block; }

.productDetails-visual-variants {
  display: block;
  margin: 0.55556em 0; }
  .productDetails-visual-variants .carousel-slide {
    width: 130px;
    margin: 4px; }
  .productDetails-visual-variants .carousel-slides-viewport {
    margin: 0 2.11111em;
    overflow: hidden; }
  .productDetails-visual-variants .carousel-pages {
    display: none; }
  .productDetails-visual-variants .carousel-nav {
    position: static; }
  .productDetails-visual-variants .carousel-nav-prev,
  .productDetails-visual-variants .carousel-nav-next {
    position: absolute;
    width: 35px;
    top: 0;
    left: 0;
    right: auto;
    text-align: center;
    height: 100%; }
    .productDetails-visual-variants .carousel-nav-prev span,
    .productDetails-visual-variants .carousel-nav-next span {
      position: absolute;
      height: 1px;
      width: 1px;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
      -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
      overflow: hidden !important; }
    .productDetails-visual-variants .carousel-nav-prev:before,
    .productDetails-visual-variants .carousel-nav-next:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      line-height: 100%;
      vertical-align: middle; }
    .productDetails-visual-variants .carousel-nav-prev:after,
    .productDetails-visual-variants .carousel-nav-next:after {
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      font-stretch: normal;
      font-size: inherit;
      line-height: inherit;
      font-family: FontAwesome;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 23px;
      color: #4b4b4b;
      line-height: 1em;
      margin-top: -0.6ex;
      display: inline-block;
      vertical-align: middle; }
    .productDetails-visual-variants .carousel-nav-prev:hover,
    .productDetails-visual-variants .carousel-nav-next:hover {
      color: #707372; }
      .productDetails-visual-variants .carousel-nav-prev:hover:after,
      .productDetails-visual-variants .carousel-nav-next:hover:after {
        color: #707372; }
  .productDetails-visual-variants .carousel-nav-next {
    left: auto;
    right: 0; }
    .productDetails-visual-variants .carousel-nav-next:after {
      content: ""; }

/**
 * Pattern area
 */
.visualizer-pattern {
  position: relative;
  width: calc(100% - 44px - 8px); }
  @media screen and (max-width: 530px) {
    .visualizer-pattern {
      width: auto; } }

.visualizer-pattern-inner {
  position: relative;
  padding-top: 100%;
  height: 0;
  overflow: hidden; }

.visualizer-pattern-canvas, .visualizer-pattern-board, .visualizer-pattern-tiled {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.visualizer-pattern-tiled, .visualizer-preview-room-render, .visualizer-preview-room-render_loading:after, .visualizer-preview-swatch-render, .visualizer-preview-swatch-render_loading:after, .visualizer-tileBrowser-loading {
  background-image: url("../images/loader.gif");
  background-position: center center;
  background-repeat: no-repeat; }

.visualizer-pattern-canvas {
  user-select: none; }

.visualizer-pattern-board {
  user-select: none; }
  .visualizer-pattern-board_grid .visualizer-board-tile-inner {
    outline: 1px solid #d3d3d3;
    outline-offset: -1px; }

.visualizer-board-tile {
  position: absolute;
  box-sizing: border-box;
  cursor: pointer;
  transform-origin: left top;
  backface-visibility: hidden; }
  .visualizer-board-tile_active, .visualizer-board-tile_selected {
    z-index: 100; }
    .visualizer-board-tile_active .visualizer-board-tile-inner, .visualizer-board-tile_selected .visualizer-board-tile-inner {
      box-shadow: 0 0 20px -5px #000;
      transform: scale(1.2); }

.visualizer-board-tile-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: box-shadow 0.1s ease-in-out, transform 0.1s ease-in-out;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box; }

@keyframes visualizer-selection {
  0% {
    transform: scale(1.2); }
  50% {
    transform: scale(1.3); } }

.visualizer-board-intersection {
  position: absolute;
  transform: translateZ(0);
  z-index: 50;
  pointer-events: none;
  opacity: 0.5;
  border: 1px solid #888;
  background-size: 10px 10px;
  background-image: linear-gradient(45deg, #fff 0%, #fff 25%, #888 25%, #888 50%, #fff 50%, #fff 75%, #888 75%, #888 100%);
  animation: visualizer-intersection 0.5s linear infinite; }

@keyframes visualizer-intersection {
  from {
    background-position: 0 0; }
  to {
    background-position: 10px 0; } }

/**
 * Previews
 */
.visualizer-preview-room-render {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .visualizer-preview-room-render_loading:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    background: #000;
    opacity: 0.35; }
  .visualizer-preview-room-render_loading:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.33333em;
    height: 3.33333em;
    border-radius: 100%;
    content: ' ';
    background-color: #fff; }

.visualizer-preview-swatch-render {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .visualizer-preview-swatch-render_loading:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    background: #000;
    opacity: 0.35; }
  .visualizer-preview-swatch-render_loading:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.33333em;
    height: 3.33333em;
    border-radius: 100%;
    content: ' ';
    background-color: #fff; }

/**
 * Action buttons
 */
.visualizer-buttons {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 44px;
  user-select: none; }
  .visualizer-buttons a {
    display: block;
    margin-bottom: 1em;
    font-size: 0.66667em;
    font-weight: normal;
    line-height: 1.2;
    color: #888; }
    .visualizer-buttons a:hover {
      color: #000; }
    .visualizer-buttons a > span {
      display: block;
      margin-bottom: 0.55556em; }
  .visualizer-buttons span {
    display: inline-block;
    vertical-align: top; }
  @media screen and (max-width: 530px) {
    .visualizer-buttons {
      position: static;
      width: auto;
      margin-top: 0.5em; }
      .visualizer-buttons a {
        display: inline-block;
        width: 4.33333em;
        margin: 0;
        vertical-align: top; } }

/**
 * Palette
 */
.visualizer-palette {
  position: relative;
  padding-bottom: 0.66667em;
  margin-bottom: 2.22222em; }
  @media screen and (max-width: 991px) {
    .visualizer-palette {
      margin-top: 1em; } }

.visualizer-palette-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch; }

.visualizer-palette-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 24%;
  margin-left: 1.333%;
  background: #eee; }
  .visualizer-palette-item:first-child {
    margin-left: 0; }
  .visualizer-palette-item_placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .visualizer-palette-item_placeholder > span {
      margin-bottom: 0.77778em; }
    .visualizer-palette-item_placeholder > div {
      font-size: 0.77778em;
      font-weight: 600; }

.visualizer-palette-item-image {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: content; }
  .visualizer-palette-item-image > div {
    width: 100%;
    padding-top: 100%;
    background-size: cover; }

.visualizer-palette-item-tools {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.33333em 0.55556em;
  line-height: 1;
  background: rgba(0, 0, 0, 0.85); }
  .visualizer-palette-item-tools > a:first-child + a {
    position: absolute;
    top: 0.33333em;
    right: 0.55556em; }
  .visualizer-palette-item:hover .visualizer-palette-item-tools,
  .visualizer-palette-item_selected .visualizer-palette-item-tools {
    display: block; }

.visualizer-palette-item-info {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: content;
  font-size: 0.77778em;
  padding: 0.71429em; }
  .visualizer-palette-item_selected .visualizer-palette-item-info {
    color: #fff;
    background: #000; }
  .visualizer-palette-item-info p {
    margin: 0.78571em 0 0 0;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis; }
    .visualizer-palette-item-info p:first-child {
      margin-top: 0; }
  .visualizer-palette-item-info strong {
    font-weight: 600; }

.visualizer-palette-indicator {
  position: absolute;
  top: 100%;
  height: 0.66667em;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center; }
  .visualizer-palette-indicator > span {
    display: inline-block;
    position: relative;
    top: -0.16667em;
    padding: 0 0.5em;
    font-size: 0.66667em;
    color: #707372;
    background: #f2f2f2; }
    .visualizer-palette-indicator > span > span {
      display: inlien-block;
      vertical-align: middle; }
  .visualizer-palette-indicator_base {
    width: 24%; }
  .visualizer-palette-indicator_additional {
    left: 24%;
    width: 74.666%;
    margin-left: 1.333%; }

/**
 * Settings
 */
.visualizer-settings-parts {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.visualizer-settings-part:first-child {
  min-width: 3.88889em; }

.visualizer-settings-part-grid {
  display: table;
  border-collapse: collapse; }
  .visualizer-settings-part-grid div {
    display: table-row; }
  .visualizer-settings-part-grid span {
    display: table-cell;
    width: 1.27778em;
    height: 1.27778em;
    border: 1px solid #d3d3d3; }
  .visualizer-settings-part-grid_on span {
    border-color: #000; }

/**
 * Tile browser
 */
.visualizer-tileBrowser {
  padding: 1.55556em; }

.visualizer-tileBrowser-title h2 .brandLogo img {
  max-height: 0.83333em; }

.visualizer-tileBrowser-title h2 .brandLogo.carpet img {
  max-height: 0.70833em; }

.visualizer-tileBrowser-top {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 850px) {
    .visualizer-tileBrowser-top {
      flex-direction: row;
      align-items: center; } }

.visualizer-tileBrowser-top-left {
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 1120px) {
    .visualizer-tileBrowser-top-left {
      flex-direction: column;
      align-items: flex-start; } }

.visualizer-tileBrowser-stepText {
  display: none; }
  @media screen and (min-width: 850px) {
    .visualizer-tileBrowser-stepText {
      display: block; } }

.visualizer-tileBrowser-stepToggle {
  margin: 0 0 0.5em 0;
  text-align: center; }
  .visualizer-tileBrowser-stepToggle > span {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal; }
  .visualizer-tileBrowser-stepToggle-line {
    width: 3.11111em;
    height: 0.44444em;
    margin: 0 -1.66667em;
    background: #eee; }
    @media screen and (min-width: 480px) {
      .visualizer-tileBrowser-stepToggle-line {
        width: 6.66667em; } }
  .visualizer-tileBrowser-stepToggle-number {
    position: relative;
    font-size: 0.77778em;
    width: 2.14286em;
    padding: 0.57143em 0;
    margin: 0 1.07143em;
    line-height: 1;
    border-radius: 100%;
    background: #eee;
    color: #707372;
    text-align: center;
    z-index: 1; }
    .visualizer-tileBrowser-stepToggle-number.active {
      background: #000;
      color: #fff; }
  @media screen and (min-width: 850px) {
    .visualizer-tileBrowser-stepToggle {
      margin: 0 0 0 1em; } }

.visualizer-tileBrowser-stepSelection {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin-top: 1.11111em;
  align-self: center; }
  .visualizer-tileBrowser-stepSelection strong {
    font-weight: normal; }
  @media screen and (min-width: 850px) {
    .visualizer-tileBrowser-stepSelection {
      display: block;
      text-align: right;
      margin-top: 0;
      align-self: flex-end; } }

.visualizer-tileBrowser-stepSelection-step {
  display: inline-block;
  text-align: left; }
  @media screen and (min-width: 850px) {
    .visualizer-tileBrowser-stepSelection-step {
      margin-left: 3em; } }
  .visualizer-tileBrowser-stepSelection-step:first-child {
    margin-left: 0; }

.visualizer-tileBrowser-loading {
  height: 10em; }

.visualizer-tileBrowser-content {
  margin: 1.33333em 0;
  padding: 0.66667em 0;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee; }

.visualizer-tileBrowser-content-styles, .visualizer-tileBrowser-content-colors {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  height: 50vh;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.visualizer-tileBrowser-style-image, .visualizer-tileBrowser-color-image {
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: content; }
  .visualizer-tileBrowser-style-image > div:first-child, .visualizer-tileBrowser-color-image > div:first-child {
    display: block;
    height: 0;
    padding-top: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    .visualizer-tileBrowser-style-image > div:first-child.uiImage_loading, .visualizer-tileBrowser-color-image > div:first-child.uiImage_loading {
      background-size: auto auto; }

.visualizer-tileBrowser-style-info, .visualizer-tileBrowser-color-info {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: content; }

.visualizer-tileBrowser-style-selected, .visualizer-tileBrowser-color-selected {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.33333em;
  height: 2.33333em;
  background: rgba(0, 0, 0, 0.65); }
  .visualizer-tileBrowser-style-selected > span, .visualizer-tileBrowser-color-selected > span {
    background-position: 82.63473% 36.63004%;
    width: 25px;
    height: 19px;
    background-size: 359px 292px;
    position: absolute;
    left: 50%;
    margin-left: -12.5px;
    position: absolute;
    top: 50%;
    margin-top: -9.5px; }

.visualizer-tileBrowser-style {
  display: flex;
  flex-direction: column;
  padding: 0.66667em;
  box-sizing: content-box;
  flex-basis: calc(100% - 1.33333em); }
  @media screen and (min-width: 480px) {
    .visualizer-tileBrowser-style {
      flex-basis: calc(50% - 1.33333em); } }
  @media screen and (min-width: 768px) {
    .visualizer-tileBrowser-style {
      flex-basis: calc(25% - 1.33333em); } }
  @media screen and (min-width: 1200px) {
    .visualizer-tileBrowser-style {
      flex-basis: calc(20% - 1.33333em); } }

.visualizer-tileBrowser-style.selected .visualizer-tileBrowser-style-selected {
  display: block; }

.visualizer-tileBrowser-style-info {
  margin: 0.11111em 0 0 0;
  padding: 0.88889em 1.11111em;
  color: #000;
  background: #eee; }
  .visualizer-tileBrowser-style.selected .visualizer-tileBrowser-style-info {
    color: #fff;
    background: #000; }

.visualizer-tileBrowser-style-name {
  font-size: 1em;
  font-weight: normal; }

.visualizer-tileBrowser-style-num {
  font-size: 0.77778em; }

.visualizer-tileBrowser-color {
  display: flex;
  flex-direction: column;
  padding: 0.44444em;
  box-sizing: content-box;
  flex-basis: calc(100% - 0.88889em); }
  @media screen and (min-width: 480px) {
    .visualizer-tileBrowser-color {
      flex-basis: calc(50% - 0.88889em); } }
  @media screen and (min-width: 768px) {
    .visualizer-tileBrowser-color {
      flex-basis: calc(25% - 0.88889em); } }
  @media screen and (min-width: 1200px) {
    .visualizer-tileBrowser-color {
      flex-basis: calc(12.5% - 0.88889em); } }
  @media screen and (min-width: 1200px) {
    .visualizer-tileBrowser-color {
      flex-basis: calc(12.5% - 0.5em); } }

.visualizer-tileBrowser-color.selected .visualizer-tileBrowser-color-selected {
  display: block; }

.visualizer-tileBrowser-color-info {
  margin: 0.11111em 0 0 0;
  padding: 0.55556em 0.72222em;
  background: #eee;
  font-size: 15px; }
  .visualizer-tileBrowser-color.selected .visualizer-tileBrowser-color-info {
    color: #fff;
    background: #000; }

.visualizer-tileBrowser-color-name {
  font-weight: normal; }

.visualizer-tileBrowser-bottom {
  /*position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: pxToEm(24);
	background: $white;
	border-top: 8px solid #eee;*/ }
  .visualizer-tileBrowser-bottom:before, .visualizer-tileBrowser-bottom:after {
    content: ' ';
    display: table; }
  .visualizer-tileBrowser-bottom:after {
    clear: both; }

.visualizer-tileBrowser-bottomLeft {
  float: left; }

.visualizer-tileBrowser-search {
  margin-right: 0.55556em; }
  .visualizer-tileBrowser-search strong {
    font-weight: normal; }
  .visualizer-tileBrowser-search input {
    margin-left: 1.27778em; }

.visualizer-tileBrowser-switchBrand {
  display: none; }
  .visualizer-tileBrowser-switchBrand .btn, .visualizer-tileBrowser-switchBrand .btn-plain, .visualizer-tileBrowser-switchBrand .btn-main, .visualizer-tileBrowser-switchBrand .thumb-button, .visualizer-tileBrowser-switchBrand .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .visualizer-tileBrowser-switchBrand a, .visualizer-tileBrowser-switchBrand .btn-main-sm, .visualizer-tileBrowser-switchBrand .editorContent form input[type='submit'], .editorContent form .visualizer-tileBrowser-switchBrand input[type='submit'], .visualizer-tileBrowser-switchBrand .gform_submit_button, .visualizer-tileBrowser-switchBrand .gform_next_button, .visualizer-tileBrowser-switchBrand .gform_previous_button, .visualizer-tileBrowser-switchBrand .btn-cart, .visualizer-tileBrowser-switchBrand .editorContent .btn-cart, .editorContent .visualizer-tileBrowser-switchBrand .btn-cart, .visualizer-tileBrowser-switchBrand .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .visualizer-tileBrowser-switchBrand a, .visualizer-tileBrowser-switchBrand .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .visualizer-tileBrowser-switchBrand a, .visualizer-tileBrowser-switchBrand .btn-clear, .visualizer-tileBrowser-switchBrand .btn-white, .visualizer-tileBrowser-switchBrand .btn-default, .visualizer-tileBrowser-switchBrand .btn-default-sm, .visualizer-tileBrowser-switchBrand .gform_reset_button, .visualizer-tileBrowser-switchBrand .editorContent .btn-default-sm, .editorContent .visualizer-tileBrowser-switchBrand .btn-default-sm, .visualizer-tileBrowser-switchBrand .editorContent .gform_reset_button, .editorContent .visualizer-tileBrowser-switchBrand .gform_reset_button, .visualizer-tileBrowser-switchBrand .btn-ico, .visualizer-tileBrowser-switchBrand .editorContent .btn-plain, .editorContent .visualizer-tileBrowser-switchBrand .btn-plain, .visualizer-tileBrowser-switchBrand .editorContent .btn-main, .editorContent .visualizer-tileBrowser-switchBrand .btn-main, .visualizer-tileBrowser-switchBrand .editorContent .thumb-button, .editorContent .visualizer-tileBrowser-switchBrand .thumb-button, .visualizer-tileBrowser-switchBrand .editorContent .btn-main-sm, .editorContent .visualizer-tileBrowser-switchBrand .btn-main-sm, .visualizer-tileBrowser-switchBrand .editorContent .gform_submit_button, .editorContent .visualizer-tileBrowser-switchBrand .gform_submit_button, .visualizer-tileBrowser-switchBrand .editorContent .gform_next_button, .editorContent .visualizer-tileBrowser-switchBrand .gform_next_button, .visualizer-tileBrowser-switchBrand .editorContent .gform_previous_button, .editorContent .visualizer-tileBrowser-switchBrand .gform_previous_button, .visualizer-tileBrowser-switchBrand .editorContent .btn-clear, .editorContent .visualizer-tileBrowser-switchBrand .btn-clear, .visualizer-tileBrowser-switchBrand .editorContent .btn-white, .editorContent .visualizer-tileBrowser-switchBrand .btn-white, .visualizer-tileBrowser-switchBrand .editorContent .btn-default, .editorContent .visualizer-tileBrowser-switchBrand .btn-default, .visualizer-tileBrowser-switchBrand .editorContent .btn-ico, .editorContent .visualizer-tileBrowser-switchBrand .btn-ico {
    /*font-size: pxToEm(22);
		font-weight: 700;
		line-height: normal;
		height: auto;
		color: #000;
		text-transform: none;
		*/
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-right: 0.55556em; }
    .visualizer-tileBrowser-switchBrand .btn .brandLogo img, .visualizer-tileBrowser-switchBrand .btn-plain .brandLogo img, .visualizer-tileBrowser-switchBrand .btn-main .brandLogo img, .visualizer-tileBrowser-switchBrand .thumb-button .brandLogo img, .visualizer-tileBrowser-switchBrand .widget_pageContent_collapsible .buttons .linkItems li a .brandLogo img, .widget_pageContent_collapsible .buttons .linkItems li .visualizer-tileBrowser-switchBrand a .brandLogo img, .visualizer-tileBrowser-switchBrand .btn-main-sm .brandLogo img, .visualizer-tileBrowser-switchBrand .editorContent form input[type='submit'] .brandLogo img, .editorContent form .visualizer-tileBrowser-switchBrand input[type='submit'] .brandLogo img, .visualizer-tileBrowser-switchBrand .gform_submit_button .brandLogo img, .visualizer-tileBrowser-switchBrand .gform_next_button .brandLogo img, .visualizer-tileBrowser-switchBrand .gform_previous_button .brandLogo img, .visualizer-tileBrowser-switchBrand .btn-cart .brandLogo img, .visualizer-tileBrowser-switchBrand .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a .brandLogo img, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .visualizer-tileBrowser-switchBrand a .brandLogo img, .visualizer-tileBrowser-switchBrand .widget_spotlightProduct .widget-info a .brandLogo img, .widget_spotlightProduct .widget-info .visualizer-tileBrowser-switchBrand a .brandLogo img, .visualizer-tileBrowser-switchBrand .btn-clear .brandLogo img, .visualizer-tileBrowser-switchBrand .btn-white .brandLogo img, .visualizer-tileBrowser-switchBrand .btn-default .brandLogo img, .visualizer-tileBrowser-switchBrand .btn-default-sm .brandLogo img, .visualizer-tileBrowser-switchBrand .gform_reset_button .brandLogo img, .visualizer-tileBrowser-switchBrand .btn-ico .brandLogo img {
      max-height: 1.11111em; }
    .visualizer-tileBrowser-switchBrand .btn .brandLogo.carpet img, .visualizer-tileBrowser-switchBrand .btn-plain .brandLogo.carpet img, .visualizer-tileBrowser-switchBrand .btn-main .brandLogo.carpet img, .visualizer-tileBrowser-switchBrand .thumb-button .brandLogo.carpet img, .visualizer-tileBrowser-switchBrand .widget_pageContent_collapsible .buttons .linkItems li a .brandLogo.carpet img, .widget_pageContent_collapsible .buttons .linkItems li .visualizer-tileBrowser-switchBrand a .brandLogo.carpet img, .visualizer-tileBrowser-switchBrand .btn-main-sm .brandLogo.carpet img, .visualizer-tileBrowser-switchBrand .editorContent form input[type='submit'] .brandLogo.carpet img, .editorContent form .visualizer-tileBrowser-switchBrand input[type='submit'] .brandLogo.carpet img, .visualizer-tileBrowser-switchBrand .gform_submit_button .brandLogo.carpet img, .visualizer-tileBrowser-switchBrand .gform_next_button .brandLogo.carpet img, .visualizer-tileBrowser-switchBrand .gform_previous_button .brandLogo.carpet img, .visualizer-tileBrowser-switchBrand .btn-cart .brandLogo.carpet img, .visualizer-tileBrowser-switchBrand .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a .brandLogo.carpet img, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .visualizer-tileBrowser-switchBrand a .brandLogo.carpet img, .visualizer-tileBrowser-switchBrand .widget_spotlightProduct .widget-info a .brandLogo.carpet img, .widget_spotlightProduct .widget-info .visualizer-tileBrowser-switchBrand a .brandLogo.carpet img, .visualizer-tileBrowser-switchBrand .btn-clear .brandLogo.carpet img, .visualizer-tileBrowser-switchBrand .btn-white .brandLogo.carpet img, .visualizer-tileBrowser-switchBrand .btn-default .brandLogo.carpet img, .visualizer-tileBrowser-switchBrand .btn-default-sm .brandLogo.carpet img, .visualizer-tileBrowser-switchBrand .gform_reset_button .brandLogo.carpet img, .visualizer-tileBrowser-switchBrand .btn-ico .brandLogo.carpet img {
      max-height: 0.94444em; }
  @media screen and (max-width: 1120px) {
    .visualizer-tileBrowser-switchBrand {
      margin-top: 1.11111em; } }

.visualizer-tileBrowser-switchBrand-info {
  margin-right: 0.55556em; }

.visualizer-tileBrowser-switchBrand-info-icon {
  background-image: url(../spritesheets/sprites-d9bca67baa.png);
  background-position: -847px -292px;
  width: 20px;
  height: 20px;
  display: block; }

.visualizer-tileBrowser-switchBrand-contain {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center; }

.visualizer-tileBrowser-switchBrandNotice {
  margin-top: 0.55556em; }

.visualizer-tileBrowser-switchBrand-note {
  font-size: 1.06667em;
  color: #cc0000; }

.visualizer-tileBrowser-buttons {
  float: right; }
  .visualizer-tileBrowser-buttons button {
    margin-left: 1.33333em; }

.visualizerOutput, .productFullSpec, .leedSpec {
  background: transparent;
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  overflow: visible; }
  .visualizerOutput img, .productFullSpec img, .leedSpec img {
    display: block;
    float: none;
    margin: 0; }
  .visualizerOutput p, .productFullSpec p, .leedSpec p {
    margin: 0; }
  .visualizerOutput table, .productFullSpec table, .leedSpec table {
    background: none;
    width: 100%;
    max-width: 8in;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    margin: 0 auto; }
  .visualizerOutput td, .productFullSpec td, .leedSpec td, .visualizerOutput th, .productFullSpec th, .leedSpec th {
    font: inherit;
    line-height: inherit;
    color: inherit;
    background: inherit;
    width: auto;
    height: auto;
    vertical-align: top;
    text-align: left; }
  .visualizerOutput table, .productFullSpec table, .leedSpec table {
    width: 100%;
    font: inherit;
    line-height: inherit;
    color: inherit;
    background: inherit; }
  .visualizerOutput .printLayout, .productFullSpec .printLayout, .leedSpec .printLayout {
    max-width: 8in;
    margin: 0 auto; }
    @media print {
      .visualizerOutput .printLayout, .productFullSpec .printLayout, .leedSpec .printLayout {
        width: 8in; } }
  .visualizerOutput .printPage, .productFullSpec .printPage, .leedSpec .printPage {
    page-break-after: always; }
  .visualizerOutput .printPage_LVT, .productFullSpec .printPage_LVT, .leedSpec .printPage_LVT {
    font-size: 9pt; }
  .visualizerOutput .printSection, .productFullSpec .printSection, .leedSpec .printSection {
    page-break-inside: avoid; }
  .visualizerOutput .printPage-header, .productFullSpec .printPage-header, .leedSpec .printPage-header {
    margin: 0 0 0.1in; }
    .visualizerOutput .printPage-header .logo img, .productFullSpec .printPage-header .logo img, .leedSpec .printPage-header .logo img {
      display: block;
      margin: 0;
      height: .5in;
      margin-top: .1in; }
    .visualizerOutput .printPage-header .tagline, .productFullSpec .printPage-header .tagline, .leedSpec .printPage-header .tagline {
      font-size: 10pt;
      line-height: 1em;
      vertical-align: middle;
      text-align: right; }
  .visualizerOutput .imageView, .productFullSpec .imageView, .leedSpec .imageView {
    position: relative; }
    .visualizerOutput .imageView img, .productFullSpec .imageView img, .leedSpec .imageView img {
      width: 100%;
      height: auto; }
    .visualizerOutput .imageView .imageView-text, .productFullSpec .imageView .imageView-text, .leedSpec .imageView .imageView-text {
      position: absolute;
      right: 6pt;
      bottom: 0;
      color: #fff !important;
      font-weight: 600; }
  .visualizerOutput .visualizerOutput-colorReview:before, .productFullSpec .visualizerOutput-colorReview:before, .leedSpec .visualizerOutput-colorReview:before, .visualizerOutput .visualizerOutput-colorReview:after, .productFullSpec .visualizerOutput-colorReview:after, .leedSpec .visualizerOutput-colorReview:after {
    content: ' ';
    display: table; }
  .visualizerOutput .visualizerOutput-colorReview:after, .productFullSpec .visualizerOutput-colorReview:after, .leedSpec .visualizerOutput-colorReview:after {
    clear: both; }
  .visualizerOutput .visualizerOutput-colorReview-left, .productFullSpec .visualizerOutput-colorReview-left, .leedSpec .visualizerOutput-colorReview-left {
    width: 48.4%;
    float: left; }
    @media print {
      .visualizerOutput .visualizerOutput-colorReview-left, .productFullSpec .visualizerOutput-colorReview-left, .leedSpec .visualizerOutput-colorReview-left {
        width: 3.872in; } }
  .visualizerOutput .visualizerOutput-colorReview-right, .productFullSpec .visualizerOutput-colorReview-right, .leedSpec .visualizerOutput-colorReview-right {
    width: 48.4%;
    float: right; }
    @media print {
      .visualizerOutput .visualizerOutput-colorReview-right, .productFullSpec .visualizerOutput-colorReview-right, .leedSpec .visualizerOutput-colorReview-right {
        width: 3.872in; } }
  .visualizerOutput .visualizerOutput-colorReview-details .image, .productFullSpec .visualizerOutput-colorReview-details .image, .leedSpec .visualizerOutput-colorReview-details .image {
    margin: 0 0 8pt; }
    .visualizerOutput .visualizerOutput-colorReview-details .image img, .productFullSpec .visualizerOutput-colorReview-details .image img, .leedSpec .visualizerOutput-colorReview-details .image img {
      width: 100%; }
  .visualizerOutput .visualizerOutput-colorReview-details .name, .productFullSpec .visualizerOutput-colorReview-details .name, .leedSpec .visualizerOutput-colorReview-details .name {
    font-size: 14pt;
    font-weight: 600;
    margin: 0 0 5pt; }
  .visualizerOutput .visualizerOutput-colorReview-details .specs-header, .productFullSpec .visualizerOutput-colorReview-details .specs-header, .leedSpec .visualizerOutput-colorReview-details .specs-header {
    font-size: 12pt;
    font-weight: 600;
    color: #909090;
    margin: 0 0 10pt; }
  .visualizerOutput .visualizerOutput-colorReview-details .specs-header_secondary, .productFullSpec .visualizerOutput-colorReview-details .specs-header_secondary, .leedSpec .visualizerOutput-colorReview-details .specs-header_secondary {
    margin: 5pt 0 5pt; }
  .visualizerOutput .visualizerOutput-colorReview-details .specs-table th, .productFullSpec .visualizerOutput-colorReview-details .specs-table th, .leedSpec .visualizerOutput-colorReview-details .specs-table th {
    width: 48.4%;
    padding: 2pt 0;
    padding-right: 1.8%;
    border-bottom: 1px solid #e8e8e9;
    font-weight: 600;
    line-height: 1.2em; }
  .visualizerOutput .visualizerOutput-colorReview-details .specs-table td, .productFullSpec .visualizerOutput-colorReview-details .specs-table td, .leedSpec .visualizerOutput-colorReview-details .specs-table td {
    width: 51.6%;
    border-bottom: 1px solid #e8e8e9;
    line-height: 1.2em;
    padding: 2pt 0;
    font-family: Times New Roman, serif; }
  .visualizerOutput .visualizerOutput-colorReview-details .specs-table_testing th, .productFullSpec .visualizerOutput-colorReview-details .specs-table_testing th, .leedSpec .visualizerOutput-colorReview-details .specs-table_testing th {
    width: 75%; }
  .visualizerOutput .visualizerOutput-colorReview-details .specs-table_testing td, .productFullSpec .visualizerOutput-colorReview-details .specs-table_testing td, .leedSpec .visualizerOutput-colorReview-details .specs-table_testing td {
    width: 25%;
    text-align: center; }
  .visualizerOutput .visualizerOutput-colorReview-details .specs-table_warranty th, .productFullSpec .visualizerOutput-colorReview-details .specs-table_warranty th, .leedSpec .visualizerOutput-colorReview-details .specs-table_warranty th, .visualizerOutput .visualizerOutput-colorReview-details .specs-table_warranty td, .productFullSpec .visualizerOutput-colorReview-details .specs-table_warranty td, .leedSpec .visualizerOutput-colorReview-details .specs-table_warranty td {
    border-bottom: 0; }
  .visualizerOutput .visualizerOutput-colorReview-details .warranty-header, .productFullSpec .visualizerOutput-colorReview-details .warranty-header, .leedSpec .visualizerOutput-colorReview-details .warranty-header {
    font-weight: 600;
    line-height: 1.2em;
    padding: 2pt 0; }
  .visualizerOutput .visualizerOutput-colorReview-details .warranty-content, .productFullSpec .visualizerOutput-colorReview-details .warranty-content, .leedSpec .visualizerOutput-colorReview-details .warranty-content {
    line-height: 1.2em;
    font-family: Times New Roman, serif; }
  .visualizerOutput .visualizerOutput-colorReview-patternReference, .productFullSpec .visualizerOutput-colorReview-patternReference, .leedSpec .visualizerOutput-colorReview-patternReference {
    margin: 0 0 0.2in; }
    .visualizerOutput .visualizerOutput-colorReview-patternReference .imageView-image > div, .productFullSpec .visualizerOutput-colorReview-patternReference .imageView-image > div, .leedSpec .visualizerOutput-colorReview-patternReference .imageView-image > div {
      width: 100%;
      height: 0;
      padding-top: 178.94737%;
      background-size: cover; }
  .visualizerOutput .visualizerOutput-colorReview-roomImage, .productFullSpec .visualizerOutput-colorReview-roomImage, .leedSpec .visualizerOutput-colorReview-roomImage {
    margin: 0 0 0.2in; }
    .visualizerOutput .visualizerOutput-colorReview-roomImage .imageView-image > div, .productFullSpec .visualizerOutput-colorReview-roomImage .imageView-image > div, .leedSpec .visualizerOutput-colorReview-roomImage .imageView-image > div {
      width: 100%;
      height: 0;
      padding-top: 66.7%;
      background-size: cover; }
  .visualizerOutput .visualizerOutput-colorReview-actualSize .imageView-image > div, .productFullSpec .visualizerOutput-colorReview-actualSize .imageView-image > div, .leedSpec .visualizerOutput-colorReview-actualSize .imageView-image > div {
    width: 100%;
    height: 0;
    padding-top: 68.42105%; }
  .visualizerOutput .visualizerOutput-result-view, .productFullSpec .visualizerOutput-result-view, .leedSpec .visualizerOutput-result-view {
    margin: 0 0 0.1in; }
    .visualizerOutput .visualizerOutput-result-view .imageView-image, .productFullSpec .visualizerOutput-result-view .imageView-image, .leedSpec .visualizerOutput-result-view .imageView-image {
      position: relative;
      height: 0;
      padding: 0 0 62.5% 0;
      height: 480px;
      overflow: hidden; }
      .visualizerOutput .visualizerOutput-result-view .imageView-image img, .productFullSpec .visualizerOutput-result-view .imageView-image img, .leedSpec .visualizerOutput-result-view .imageView-image img {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        top: -99999px;
        bottom: -99999px;
        margin: auto; }
  .visualizerOutput .visualizerOutput-result-products .title, .productFullSpec .visualizerOutput-result-products .title, .leedSpec .visualizerOutput-result-products .title {
    font-size: 12pt;
    font-weight: 600;
    color: #909090;
    margin: 0 0 0.1in; }
  .visualizerOutput .visualizerOutput-result-products .products, .productFullSpec .visualizerOutput-result-products .products, .leedSpec .visualizerOutput-result-products .products {
    list-style: none;
    padding: 0;
    margin: 0 -0.132in; }
    .visualizerOutput .visualizerOutput-result-products .products:before, .productFullSpec .visualizerOutput-result-products .products:before, .leedSpec .visualizerOutput-result-products .products:before, .visualizerOutput .visualizerOutput-result-products .products:after, .productFullSpec .visualizerOutput-result-products .products:after, .leedSpec .visualizerOutput-result-products .products:after {
      content: ' ';
      display: table; }
    .visualizerOutput .visualizerOutput-result-products .products:after, .productFullSpec .visualizerOutput-result-products .products:after, .leedSpec .visualizerOutput-result-products .products:after {
      clear: both; }
  .visualizerOutput .visualizerOutput-result-products .product, .productFullSpec .visualizerOutput-result-products .product, .leedSpec .visualizerOutput-result-products .product {
    list-style: none;
    padding: 0 0.132in;
    margin: 0 0 0.2in;
    float: left;
    width: 25%; }
    .visualizerOutput .visualizerOutput-result-products .product .imageView .imageView-image, .productFullSpec .visualizerOutput-result-products .product .imageView .imageView-image, .leedSpec .visualizerOutput-result-products .product .imageView .imageView-image {
      text-align: center; }
      .visualizerOutput .visualizerOutput-result-products .product .imageView .imageView-image img, .productFullSpec .visualizerOutput-result-products .product .imageView .imageView-image img, .leedSpec .visualizerOutput-result-products .product .imageView .imageView-image img {
        margin: 0 auto;
        max-width: 100%;
        width: auto;
        max-height: 1.8in; }
  .visualizerOutput .visualizerOutput-result-products .product-image, .productFullSpec .visualizerOutput-result-products .product-image, .leedSpec .visualizerOutput-result-products .product-image {
    margin: 0 0 0.042in; }
  .visualizerOutput .visualizerOutput-result-products .product-text, .productFullSpec .visualizerOutput-result-products .product-text, .leedSpec .visualizerOutput-result-products .product-text {
    font-size: 8pt;
    line-height: 9pt;
    height: 0.583in;
    padding: 0 0.28in 0 0;
    position: relative; }
    .visualizerOutput .visualizerOutput-result-products .product-text .product-brand, .productFullSpec .visualizerOutput-result-products .product-text .product-brand, .leedSpec .visualizerOutput-result-products .product-text .product-brand {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 0.208in;
      border: 1pt solid #000; }
      .visualizerOutput .visualizerOutput-result-products .product-text .product-brand_carpet img, .productFullSpec .visualizerOutput-result-products .product-text .product-brand_carpet img, .leedSpec .visualizerOutput-result-products .product-text .product-brand_carpet img {
        height: 0.5in;
        margin: 0.0245in auto; }
      .visualizerOutput .visualizerOutput-result-products .product-text .product-brand_kinetex img, .productFullSpec .visualizerOutput-result-products .product-text .product-brand_kinetex img, .leedSpec .visualizerOutput-result-products .product-text .product-brand_kinetex img {
        height: 100%;
        width: auto; }
      .visualizerOutput .visualizerOutput-result-products .product-text .product-brand span, .productFullSpec .visualizerOutput-result-products .product-text .product-brand span, .leedSpec .visualizerOutput-result-products .product-text .product-brand span {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        transform: rotateZ(90deg);
        font-weight: bold;
        margin-top: 7px;
        min-height: 25%; }
  .visualizerOutput .visualizerOutput-result-bottom, .productFullSpec .visualizerOutput-result-bottom, .leedSpec .visualizerOutput-result-bottom {
    display: table;
    width: 100%; }
  .visualizerOutput .visualizerOutput-result-method, .productFullSpec .visualizerOutput-result-method, .leedSpec .visualizerOutput-result-method {
    display: table-cell;
    vertical-align: top;
    width: 2.528in; }
    .visualizerOutput .visualizerOutput-result-method .title, .productFullSpec .visualizerOutput-result-method .title, .leedSpec .visualizerOutput-result-method .title {
      font-size: 12pt;
      font-weight: 600;
      color: #909090;
      margin: 0 0 0.1in; }
    .visualizerOutput .visualizerOutput-result-method .method-image, .productFullSpec .visualizerOutput-result-method .method-image, .leedSpec .visualizerOutput-result-method .method-image {
      width: 1.2in;
      height: 1.2in; }
    .visualizerOutput .visualizerOutput-result-method .method-name, .productFullSpec .visualizerOutput-result-method .method-name, .leedSpec .visualizerOutput-result-method .method-name {
      font-size: 11pt; }
  .visualizerOutput .visualizerOutput-result-disclaimer, .productFullSpec .visualizerOutput-result-disclaimer, .leedSpec .visualizerOutput-result-disclaimer {
    display: table-cell;
    vertical-align: middle;
    font-size: 7pt;
    line-height: 9pt; }
  .visualizerOutput .visualizerOutput-diagram:before, .productFullSpec .visualizerOutput-diagram:before, .leedSpec .visualizerOutput-diagram:before, .visualizerOutput .visualizerOutput-diagram:after, .productFullSpec .visualizerOutput-diagram:after, .leedSpec .visualizerOutput-diagram:after {
    content: ' ';
    display: table; }
  .visualizerOutput .visualizerOutput-diagram:after, .productFullSpec .visualizerOutput-diagram:after, .leedSpec .visualizerOutput-diagram:after {
    clear: both; }
  .visualizerOutput .visualizerOutput-diagram-left, .productFullSpec .visualizerOutput-diagram-left, .leedSpec .visualizerOutput-diagram-left {
    width: 22.526041667%;
    float: left; }
  .visualizerOutput .visualizerOutput-diagram-right, .productFullSpec .visualizerOutput-diagram-right, .leedSpec .visualizerOutput-diagram-right {
    width: 71.2%;
    float: right; }
  .visualizerOutput .visualizerOutput-diagram-keys .title, .productFullSpec .visualizerOutput-diagram-keys .title, .leedSpec .visualizerOutput-diagram-keys .title {
    font-size: 12pt;
    font-weight: 600;
    color: #909090;
    margin: 0 0 0.1in; }
  .visualizerOutput .visualizerOutput-diagram-keys .products, .productFullSpec .visualizerOutput-diagram-keys .products, .leedSpec .visualizerOutput-diagram-keys .products {
    list-style: none;
    padding: 0;
    margin: 0; }
    .visualizerOutput .visualizerOutput-diagram-keys .products:before, .productFullSpec .visualizerOutput-diagram-keys .products:before, .leedSpec .visualizerOutput-diagram-keys .products:before, .visualizerOutput .visualizerOutput-diagram-keys .products:after, .productFullSpec .visualizerOutput-diagram-keys .products:after, .leedSpec .visualizerOutput-diagram-keys .products:after {
      content: ' ';
      display: table; }
    .visualizerOutput .visualizerOutput-diagram-keys .products:after, .productFullSpec .visualizerOutput-diagram-keys .products:after, .leedSpec .visualizerOutput-diagram-keys .products:after {
      clear: both; }
  .visualizerOutput .visualizerOutput-diagram-keys .product, .productFullSpec .visualizerOutput-diagram-keys .product, .leedSpec .visualizerOutput-diagram-keys .product {
    list-style: none;
    margin: 0 0 0.1in; }
  .visualizerOutput .visualizerOutput-diagram-keys .product-image, .productFullSpec .visualizerOutput-diagram-keys .product-image, .leedSpec .visualizerOutput-diagram-keys .product-image {
    margin: 0 0 0.042in; }
    .visualizerOutput .visualizerOutput-diagram-keys .product-image .imageView .imageView-image, .productFullSpec .visualizerOutput-diagram-keys .product-image .imageView .imageView-image, .leedSpec .visualizerOutput-diagram-keys .product-image .imageView .imageView-image {
      text-align: center; }
      .visualizerOutput .visualizerOutput-diagram-keys .product-image .imageView .imageView-image img, .productFullSpec .visualizerOutput-diagram-keys .product-image .imageView .imageView-image img, .leedSpec .visualizerOutput-diagram-keys .product-image .imageView .imageView-image img {
        margin: 0 auto;
        max-width: 100%;
        width: auto;
        max-height: 2in; }
    .visualizerOutput .visualizerOutput-diagram-keys .product-image .imageView .imageView-text, .productFullSpec .visualizerOutput-diagram-keys .product-image .imageView .imageView-text, .leedSpec .visualizerOutput-diagram-keys .product-image .imageView .imageView-text {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto;
      text-align: center; }
      .visualizerOutput .visualizerOutput-diagram-keys .product-image .imageView .imageView-text:before, .productFullSpec .visualizerOutput-diagram-keys .product-image .imageView .imageView-text:before, .leedSpec .visualizerOutput-diagram-keys .product-image .imageView .imageView-text:before {
        content: ' ';
        display: inline-block;
        height: 100%;
        line-height: 100%;
        vertical-align: middle;
        margin: 0 0 0 -5px; }
      .visualizerOutput .visualizerOutput-diagram-keys .product-image .imageView .imageView-text span, .productFullSpec .visualizerOutput-diagram-keys .product-image .imageView .imageView-text span, .leedSpec .visualizerOutput-diagram-keys .product-image .imageView .imageView-text span {
        display: inline-block;
        vertical-align: middle;
        font-size: 50pt;
        font-weight: 400; }
  .visualizerOutput .visualizerOutput-diagram-keys .product-text, .productFullSpec .visualizerOutput-diagram-keys .product-text, .leedSpec .visualizerOutput-diagram-keys .product-text {
    font-size: 8pt;
    line-height: 9pt;
    height: 0.583in;
    padding: 0 0.28in 0 0;
    position: relative; }
    .visualizerOutput .visualizerOutput-diagram-keys .product-text .product-brand, .productFullSpec .visualizerOutput-diagram-keys .product-text .product-brand, .leedSpec .visualizerOutput-diagram-keys .product-text .product-brand {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 0.208in;
      border: 1pt solid #000; }
      .visualizerOutput .visualizerOutput-diagram-keys .product-text .product-brand_carpet img, .productFullSpec .visualizerOutput-diagram-keys .product-text .product-brand_carpet img, .leedSpec .visualizerOutput-diagram-keys .product-text .product-brand_carpet img {
        height: 0.5in;
        margin: 0.0245in auto; }
      .visualizerOutput .visualizerOutput-diagram-keys .product-text .product-brand_kinetex img, .productFullSpec .visualizerOutput-diagram-keys .product-text .product-brand_kinetex img, .leedSpec .visualizerOutput-diagram-keys .product-text .product-brand_kinetex img {
        height: 100%;
        width: auto; }
      .visualizerOutput .visualizerOutput-diagram-keys .product-text .product-brand span, .productFullSpec .visualizerOutput-diagram-keys .product-text .product-brand span, .leedSpec .visualizerOutput-diagram-keys .product-text .product-brand span {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        transform: rotateZ(90deg);
        font-weight: bold;
        margin-top: 7px;
        min-height: 25%; }
  .visualizerOutput .visualizerOutput-diagram-image, .productFullSpec .visualizerOutput-diagram-image, .leedSpec .visualizerOutput-diagram-image {
    margin: 0 0 0.15in; }
    .visualizerOutput .visualizerOutput-diagram-image .imageView, .productFullSpec .visualizerOutput-diagram-image .imageView, .leedSpec .visualizerOutput-diagram-image .imageView {
      width: 3.2in;
      margin: 0 auto; }
  .visualizerOutput .visualizerOutput-diagram-pattern, .productFullSpec .visualizerOutput-diagram-pattern, .leedSpec .visualizerOutput-diagram-pattern {
    margin: 0 0 0.15in; }
    .visualizerOutput .visualizerOutput-diagram-pattern .title, .productFullSpec .visualizerOutput-diagram-pattern .title, .leedSpec .visualizerOutput-diagram-pattern .title {
      font-size: 12pt;
      font-weight: 600;
      color: #909090;
      margin: 0 0 0.1in; }
  .visualizerOutput .diagram-pattern-container, .productFullSpec .diagram-pattern-container, .leedSpec .diagram-pattern-container {
    position: relative;
    overflow: hidden; }
  .visualizerOutput .diagram-pattern, .productFullSpec .diagram-pattern, .leedSpec .diagram-pattern {
    position: relative;
    margin: 0 auto; }
    .visualizerOutput .diagram-pattern .cell, .productFullSpec .diagram-pattern .cell, .leedSpec .diagram-pattern .cell {
      position: absolute;
      border: 1pt solid #000;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around; }
      .visualizerOutput .diagram-pattern .cell.cell_rectangular.cell_horizontal, .productFullSpec .diagram-pattern .cell.cell_rectangular.cell_horizontal, .leedSpec .diagram-pattern .cell.cell_rectangular.cell_horizontal {
        flex-direction: row; }
    .visualizerOutput .diagram-pattern .cell-label, .productFullSpec .diagram-pattern .cell-label, .leedSpec .diagram-pattern .cell-label {
      text-align: center;
      font-size: 1em;
      line-height: 1em; }
    .visualizerOutput .diagram-pattern .cell-arrow, .productFullSpec .diagram-pattern .cell-arrow, .leedSpec .diagram-pattern .cell-arrow {
      text-align: center;
      font-size: 1.3em;
      line-height: 1em; }
      .visualizerOutput .diagram-pattern .cell-arrow > span, .productFullSpec .diagram-pattern .cell-arrow > span, .leedSpec .diagram-pattern .cell-arrow > span {
        display: inline-block; }
        .visualizerOutput .diagram-pattern .cell-arrow > span:after, .productFullSpec .diagram-pattern .cell-arrow > span:after, .leedSpec .diagram-pattern .cell-arrow > span:after {
          content: ' ';
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          font-stretch: normal;
          font-size: inherit;
          line-height: inherit;
          font-family: FontAwesome;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .visualizerOutput .diagram-pattern .cell-arrow_up > span:after, .productFullSpec .diagram-pattern .cell-arrow_up > span:after, .leedSpec .diagram-pattern .cell-arrow_up > span:after {
        content: ""; }
      .visualizerOutput .diagram-pattern .cell-arrow_right > span:after, .productFullSpec .diagram-pattern .cell-arrow_right > span:after, .leedSpec .diagram-pattern .cell-arrow_right > span:after {
        content: ""; }
      .visualizerOutput .diagram-pattern .cell-arrow_down > span:after, .productFullSpec .diagram-pattern .cell-arrow_down > span:after, .leedSpec .diagram-pattern .cell-arrow_down > span:after {
        content: ""; }
      .visualizerOutput .diagram-pattern .cell-arrow_left > span:after, .productFullSpec .diagram-pattern .cell-arrow_left > span:after, .leedSpec .diagram-pattern .cell-arrow_left > span:after {
        content: ""; }
    .visualizerOutput .diagram-pattern:before, .productFullSpec .diagram-pattern:before, .leedSpec .diagram-pattern:before {
      content: ' ';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto;
      border: 2pt solid #000; }
  .visualizerOutput .visualizerOutput-diagram-disclaimer, .productFullSpec .visualizerOutput-diagram-disclaimer, .leedSpec .visualizerOutput-diagram-disclaimer {
    font-size: 10pt;
    line-height: 12pt; }

#visualEz-panoramaImgview {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto; }

.visualEz-panorama-viewPanel {
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: 4;
  display: none; }

button#visualEz-360-thumb {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 20px;
  cursor: pointer;
  position: absolute;
  left: 10px;
  bottom: 12px;
  z-index: 2;
  height: 62px;
  width: 80px; }
  button#visualEz-360-thumb .panoramaImage {
    background: #672666 !important;
    padding: 7px 0px 4px;
    border-radius: 20px;
    border: 2px solid #ffffff; }

.productFullSpec, .leedSpec {
  font-size: 10pt;
  line-height: 1.5;
  font-weight: 300; }
  .productFullSpec .printPage, .leedSpec .printPage {
    position: relative;
    min-height: 10.5in; }
  .productFullSpec .printPage-header .logo img, .leedSpec .printPage-header .logo img {
    width: auto;
    height: 0.6in;
    margin-top: 0; }
  .productFullSpec .printPage-header .tagline, .leedSpec .printPage-header .tagline {
    line-height: 1; }
    .productFullSpec .printPage-header .tagline .productInfo, .leedSpec .printPage-header .tagline .productInfo {
      font-size: 140%;
      font-weight: 500; }
    .productFullSpec .printPage-header .tagline .tileType, .leedSpec .printPage-header .tagline .tileType {
      font-size: 90%;
      margin-top: 5px; }
  .productFullSpec .printPage-footer, .leedSpec .printPage-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 20px; }
    .productFullSpec .printPage-footer .logo img, .leedSpec .printPage-footer .logo img {
      height: 0.3in; }
    .productFullSpec .printPage-footer td, .leedSpec .printPage-footer td {
      vertical-align: bottom; }
    .productFullSpec .printPage-footer .siteurl, .leedSpec .printPage-footer .siteurl {
      text-align: right; }
  .productFullSpec .visualizerOutput-colorReview-left, .leedSpec .visualizerOutput-colorReview-left {
    width: 53%; }
    @media print {
      .productFullSpec .visualizerOutput-colorReview-left, .leedSpec .visualizerOutput-colorReview-left {
        width: 4.24in; } }
  .productFullSpec .visualizerOutput-colorReview-right, .leedSpec .visualizerOutput-colorReview-right {
    width: 45.7%; }
    @media print {
      .productFullSpec .visualizerOutput-colorReview-right, .leedSpec .visualizerOutput-colorReview-right {
        width: 3.66n; } }
    .productFullSpec .visualizerOutput-colorReview-right.brand_LVT .specs-table, .leedSpec .visualizerOutput-colorReview-right.brand_LVT .specs-table {
      font-size: 60%; }
  .productFullSpec .visualizerOutput-colorReview-details .specs-header, .leedSpec .visualizerOutput-colorReview-details .specs-header {
    font-size: 80%;
    padding: 2.5pt 4pt;
    border-bottom: 1px solid #e8e8e9;
    margin: 0;
    font-weight: 600; }
  .productFullSpec .visualizerOutput-colorReview-details .specs-table, .leedSpec .visualizerOutput-colorReview-details .specs-table {
    font-size: 70%;
    margin-top: 5px; }
    .productFullSpec .visualizerOutput-colorReview-details .specs-table th, .leedSpec .visualizerOutput-colorReview-details .specs-table th {
      width: 42%;
      font-weight: 700;
      padding: 2.5pt 4pt; }
      .productFullSpec .visualizerOutput-colorReview-details .specs-table th.specs-header-row, .leedSpec .visualizerOutput-colorReview-details .specs-table th.specs-header-row {
        font-weight: 600;
        font-size: 80%;
        color: #909090; }
        .productFullSpec .visualizerOutput-colorReview-details .specs-table th.specs-header-row.specs-header, .leedSpec .visualizerOutput-colorReview-details .specs-table th.specs-header-row.specs-header {
          line-height: 1;
          font-size: 10.6667px; }
    .productFullSpec .visualizerOutput-colorReview-details .specs-table td, .leedSpec .visualizerOutput-colorReview-details .specs-table td {
      width: 58%;
      font-weight: 300;
      padding: 2.5pt 4pt; }
  .productFullSpec .visualizerOutput-colorReview-details .specs-table_testing th, .leedSpec .visualizerOutput-colorReview-details .specs-table_testing th {
    width: 50%; }
  .productFullSpec .visualizerOutput-colorReview-details .specs-table_testing td, .leedSpec .visualizerOutput-colorReview-details .specs-table_testing td {
    width: 50%;
    text-align: left; }
  .productFullSpec .visualizerOutput-colorReview-patternReference, .leedSpec .visualizerOutput-colorReview-patternReference {
    margin: 0 0 0.05in; }
    .productFullSpec .visualizerOutput-colorReview-patternReference .imageView-image > div, .leedSpec .visualizerOutput-colorReview-patternReference .imageView-image > div {
      padding-top: 131.25%; }
  .productFullSpec .visualizerOutput-colorReview-alsoAvailable, .leedSpec .visualizerOutput-colorReview-alsoAvailable {
    font-size: 90%;
    margin: 0; }
    .productFullSpec .visualizerOutput-colorReview-alsoAvailable b, .leedSpec .visualizerOutput-colorReview-alsoAvailable b {
      font-weight: 600; }
    .productFullSpec .visualizerOutput-colorReview-alsoAvailable span, .leedSpec .visualizerOutput-colorReview-alsoAvailable span {
      font-size: 110%; }
  .productFullSpec .visualizerOutput-colorList, .leedSpec .visualizerOutput-colorList {
    margin: 0.05in 0 0; }
  .productFullSpec .visualizerOutput-colorList-header, .leedSpec .visualizerOutput-colorList-header {
    font-size: 80%;
    font-weight: 500;
    padding: 2.5pt 0;
    margin: 0;
    color: #909090; }
  .productFullSpec .visualizerOutput-colorList-items, .leedSpec .visualizerOutput-colorList-items {
    margin: 0 -0.078in;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .productFullSpec .visualizerOutput-colorList-item, .leedSpec .visualizerOutput-colorList-item {
    padding: 0.02in 0.078in;
    width: 16.6667%; }
  .productFullSpec .visualizerOutput-colorList-item-inner .image, .leedSpec .visualizerOutput-colorList-item-inner .image {
    display: block;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0;
    position: relative;
    /*
			img {
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: auto;
				margin: 0;
			}
			*/ }
    .productFullSpec .visualizerOutput-colorList-item-inner .image .bgimage, .leedSpec .visualizerOutput-colorList-item-inner .image .bgimage {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-position: 50% 50%;
      background-repeat: norepeat; }
  .productFullSpec .visualizerOutput-colorList-item-inner .text, .leedSpec .visualizerOutput-colorList-item-inner .text {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .productFullSpec .visualizerOutput-colorList-item-inner .color-code, .leedSpec .visualizerOutput-colorList-item-inner .color-code,
  .productFullSpec .visualizerOutput-colorList-item-inner .color-name,
  .leedSpec .visualizerOutput-colorList-item-inner .color-name {
    font-size: 90%; }
  .productFullSpec .visualizerOutput-colorList-item-inner .color-name.small, .leedSpec .visualizerOutput-colorList-item-inner .color-name.small {
    font-size: 75%; }
  .productFullSpec .visualizerOutput-colorList-item-inner .color-name.smaller, .leedSpec .visualizerOutput-colorList-item-inner .color-name.smaller {
    font-size: 68%; }
  .productFullSpec .visualizerOutput-colorList-item-inner .color-name.smallest, .leedSpec .visualizerOutput-colorList-item-inner .color-name.smallest {
    font-size: 62%; }
  .productFullSpec .visualizerOutput-installationMethodList, .leedSpec .visualizerOutput-installationMethodList {
    margin: 0.05in 0 0; }
  .productFullSpec .visualizerOutput-installationMethodList-header, .leedSpec .visualizerOutput-installationMethodList-header {
    font-size: 80%;
    font-weight: 500;
    padding: 2.5pt 0;
    margin: 0;
    color: #909090; }
  .productFullSpec .visualizerOutput-installationMethodList-items, .leedSpec .visualizerOutput-installationMethodList-items {
    margin: 0 -0.125in;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .productFullSpec .visualizerOutput-installationMethodList-item, .leedSpec .visualizerOutput-installationMethodList-item {
    padding: 0.02in 0.125in;
    width: 25%; }
  .productFullSpec .visualizerOutput-installationMethodList-item-inner .image, .leedSpec .visualizerOutput-installationMethodList-item-inner .image {
    display: block;
    width: 100%;
    height: 0;
    padding: 0 0 100% 0;
    position: relative; }
    .productFullSpec .visualizerOutput-installationMethodList-item-inner .image img, .leedSpec .visualizerOutput-installationMethodList-item-inner .image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: auto;
      margin: 0;
      border: 1pt solid #ccc; }
  .productFullSpec .visualizerOutput-installationMethodList-item-inner .text, .leedSpec .visualizerOutput-installationMethodList-item-inner .text {
    display: block; }
  .productFullSpec .visualizerOutput-installationMethodList-item-inner .method-name, .leedSpec .visualizerOutput-installationMethodList-item-inner .method-name {
    font-size: 80%; }
  .productFullSpec .visualizerOutput-colorList-items .product-tags, .leedSpec .visualizerOutput-colorList-items .product-tags {
    transform: scale(0.85);
    transform-origin: top left; }
  .productFullSpec .visualizerOutput-colorList-items[data-sizing='3'] .visualizerOutput-colorList-item-inner .image, .leedSpec .visualizerOutput-colorList-items[data-sizing='3'] .visualizerOutput-colorList-item-inner .image {
    padding: 0 0 66% 0; }
  .productFullSpec .visualizerOutput-colorList-items[data-sizing='3'] .visualizerOutput-colorList-item-inner .product-tags, .leedSpec .visualizerOutput-colorList-items[data-sizing='3'] .visualizerOutput-colorList-item-inner .product-tags {
    transform: scale(0.75); }
  .productFullSpec .visualizerOutput-colorList-items[data-sizing='4'] .visualizerOutput-colorList-item-inner .image, .leedSpec .visualizerOutput-colorList-items[data-sizing='4'] .visualizerOutput-colorList-item-inner .image {
    padding: 0 0 43% 0; }
  .productFullSpec .visualizerOutput-colorList-items[data-sizing='4'] .visualizerOutput-colorList-item-inner .product-tags, .leedSpec .visualizerOutput-colorList-items[data-sizing='4'] .visualizerOutput-colorList-item-inner .product-tags {
    transform: scale(0.75) rotate(90deg) translateY(-100%); }
  .productFullSpec .visualizerOutput-colorList-items[data-sizing='5'] .visualizerOutput-colorList-item-inner .image, .leedSpec .visualizerOutput-colorList-items[data-sizing='5'] .visualizerOutput-colorList-item-inner .image {
    padding: 0 0 31% 0; }
  .productFullSpec .visualizerOutput-colorList-items[data-sizing='5'] .visualizerOutput-colorList-item-inner .product-tags, .leedSpec .visualizerOutput-colorList-items[data-sizing='5'] .visualizerOutput-colorList-item-inner .product-tags {
    transform: scale(0.75) rotate(90deg) translateY(-100%); }
  .productFullSpec .visualizerOutput-colorList-items[data-sizing='6'] .visualizerOutput-colorList-item-inner .image, .leedSpec .visualizerOutput-colorList-items[data-sizing='6'] .visualizerOutput-colorList-item-inner .image {
    padding: 0 0 23% 0; }
  .productFullSpec .visualizerOutput-colorList-items[data-sizing='6'] .visualizerOutput-colorList-item-inner .product-tags, .leedSpec .visualizerOutput-colorList-items[data-sizing='6'] .visualizerOutput-colorList-item-inner .product-tags {
    transform: scale(0.75) rotate(90deg) translateY(-100%); }

/*
 * Catalog Builder Styles
 */
.catBuildForm .tabs {
  margin-bottom: 1.11111em; }

.catBuildForm .tabs-navItem.active {
  position: relative; }
  .catBuildForm .tabs-navItem.active:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    width: 20px;
    left: calc(50% - 20px);
    border-top: 20px solid #672666;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent; }

.catBuildForm .clearAllStyles a {
  font-size: 0.66667em;
  float: right;
  cursor: pointer;
  margin-right: 0.55556em; }

.catBuildForm-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 0.55556em; }
  .catBuildForm-header h3 {
    font-weight: 400; }

.catBuildForm-info {
  margin: 0.66667em 0;
  color: #3c3d3d;
  font-style: italic;
  font-size: 0.83333em;
  font-weight: 500; }

.catBuildForm-form {
  position: relative; }

.catBuildForm-form-sections {
  display: flex; }

.catBuildForm-form-section {
  flex-basis: 33.3%; }

.catBuildForm-form-section-title {
  background-color: #eee;
  border: 2px solid #707372;
  border-right: none;
  font-size: 1em;
  padding: 0.27778em 0.55556em; }

.catBuildForm-form-section-listing {
  border: 2px solid #707372;
  border-top: none;
  border-right: none;
  height: 27.77778em;
  overflow-y: auto;
  padding: 0.55556em 0 0.55556em 0.83333em; }
  .catBuildForm-form-section-listing .logo {
    font-size: 22px !important;
    text-transform: uppercase; }
  .catBuildForm-form-section-listing ul {
    list-style-type: none;
    padding-left: 0; }
  .catBuildForm-form-section-listing li {
    margin: 0.16667em 0; }
    .catBuildForm-form-section-listing li .removeStyle {
      display: inline-block;
      padding: 0 0.27778em;
      font-weight: 700;
      cursor: pointer;
      border: none; }
  .catBuildForm-form-section-listing fieldset {
    columns: 2 13rem; }

.catBuildForm-form-section-listing-option {
  position: relative;
  margin: 0.16667em 0; }
  .catBuildForm-form-section-listing-option label {
    text-transform: capitalize; }

.catBuildForm-form-section_styles {
  flex-basis: 66.6%; }

.catBuildForm-form-section_selections .catBuildForm-form-section-title {
  border-right: 2px solid #707372; }

.catBuildForm-form-section_selections .catBuildForm-form-section-listing {
  border-right: 2px solid #707372; }

@media screen and (min-width: 768px) {
  .catBuildForm-form-section_selections .catBuildForm-form-section-title {
    border-left: none; } }

.catBuildForm-form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.catBuildForm-form-filters {
  margin: 0.83333em 0;
  display: flex;
  align-items: center; }

.catBuildForm-form-filter {
  margin-right: 1.11111em; }
  .catBuildForm-form-filter:last-child {
    margin-right: 0; }

.catBuildForm-form-buttons {
  margin: 0.83333em 0;
  display: flex;
  align-items: center; }
  .catBuildForm-form-buttons button {
    margin-left: 1.11111em; }
    .catBuildForm-form-buttons button:first-child {
      margin-left: 0; }

.catBuildForm-form-submittedMsg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 36px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: none; }
  .catBuildForm-form-submittedMsg_show {
    display: flex; }

@media screen and (max-width: 767px) {
  .catBuildForm-form-sections {
    flex-flow: row wrap; }
  .catBuildForm-form-section_collections {
    flex-basis: 50%; }
  .catBuildForm-form-section_styles {
    flex-basis: 100%; }
    .catBuildForm-form-section_styles .catBuildForm-form-section-title,
    .catBuildForm-form-section_styles .catBuildForm-form-section-listing {
      border-right: 2px solid #707372; }
  .catBuildForm-form-section_selections {
    flex-basis: 100%; }
    .catBuildForm-form-section_selections .catBuildForm-form-section-title {
      border-top: none; }
    .catBuildForm-form-section_selections .catBuildForm-form-section-listing {
      min-height: 5.55556em;
      height: auto; }
  .catBuildForm-form-actions {
    flex-flow: column nowrap; }
  .catBuildForm-form-buttons {
    margin-top: 0; } }

@media screen and (max-width: 375px) {
  .catBuildForm-form-filters {
    flex-flow: column nowrap;
    align-items: flex-start; }
    .catBuildForm-form-filters .catBuildForm-form-filter {
      margin-right: 0; }
  .catBuildForm-form-section_collections {
    flex-basis: 100%; }
    .catBuildForm-form-section_collections .catBuildForm-form-section-title,
    .catBuildForm-form-section_collections .catBuildForm-form-section-listing {
      border-right: 2px solid #707372;
      border-bottom: none; }
  .catBuildForm-form-section_styles {
    flex-basis: 100%; }
    .catBuildForm-form-section_styles .catBuildForm-form-section-title,
    .catBuildForm-form-section_styles .catBuildForm-form-section-listing {
      border-left: 2px solid #707372;
      border-right: 2px solid #707372; }
  .catBuildForm-form-buttons {
    flex-flow: column nowrap;
    align-items: center; }
    .catBuildForm-form-buttons button {
      margin: 0.27778em 0; } }

/*
 * LEED Spec Output Styles
 */
.leedSpec .printLayout {
  width: 7.5in; }

.leedSpec .printPage-header td.logo {
  padding: 15px 0 20px; }

.leedOutput:before, .leedOutput:after {
  content: ' ';
  display: table; }

.leedOutput:after {
  clear: both; }

.leedOutput-right {
  float: right;
  width: 23%;
  padding: 0.83333em 0 0; }
  .leedOutput-right img {
    display: block;
    max-width: 100%; }

.leedOutput-left {
  float: left;
  width: 77%;
  padding-right: 1.11111em; }

.leedOutput-left-info {
  padding: 1.38889em 0 1.66667em;
  border-bottom: 1px solid black; }
  .leedOutput-left-info:first-child {
    padding-top: 0; }
  .leedOutput-left-info:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .leedOutput-left-info .productInfo {
    font-weight: 600;
    font-size: 1.55556em; }
  .leedOutput-left-info .productDescription {
    margin: 0.83333em 0;
    font-size: 1em; }
  .leedOutput-left-info .infoHeader {
    font-size: 1.55556em;
    color: #707372; }
  .leedOutput-left-info table {
    margin-left: 0.55556em; }
    .leedOutput-left-info table td, .leedOutput-left-info table th {
      padding: 0.11111em 0;
      font-size: 1em;
      font-weight: 300; }
      .leedOutput-left-info table td a,
      .leedOutput-left-info table td a:link, .leedOutput-left-info table th a,
      .leedOutput-left-info table th a:link {
        color: #0000EE; }

.content-flag {
  position: absolute;
  z-index: 99;
  top: 3px;
  right: -6px;
  padding: 1px 12px;
  border: solid 1px black;
  border-left: none;
  box-shadow: -2px 6px 0px rgba(0, 0, 0, 0.3);
  top: 2%; }
  .content-flag > small {
    content: ' ';
    border-color: #000 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 6px 26px 0px;
    height: 0px;
    width: 0px;
    position: absolute;
    right: -1px;
    top: calc(100% + 1px); }
    .content-flag > small::after {
      content: ' ';
      border-color: currentColor transparent transparent transparent;
      border-style: solid;
      border-width: 5px 6px 26px 0px;
      height: 0px;
      width: 0px;
      position: absolute;
      right: -5px;
      top: -5px; }
    .content-flag > small::before {
      content: ' ';
      border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
      border-style: solid;
      border-width: 5px 6px 26px 0px;
      height: 0px;
      width: 0px;
      position: absolute;
      right: -5px;
      top: -5px;
      z-index: 2; }
  .content-flag > span {
    content: ' ';
    border-color: transparent #000 transparent transparent;
    border-style: solid;
    border-width: 0px 6px 28px 0px;
    height: 0px;
    width: 0px;
    position: absolute;
    left: -6px;
    top: -1px;
    z-index: 2; }
    .content-flag > span::before {
      content: ' ';
      border-color: transparent currentColor transparent transparent;
      border-style: solid;
      border-width: 0px 6px 27px 0px;
      height: 0px;
      width: 0px;
      position: absolute;
      left: 1px;
      top: 1px;
      z-index: 2; }
    .content-flag > span::after {
      content: ' ';
      border-color: transparent #0000007a transparent transparent;
      border-style: solid;
      border-width: 0px 8px 27px 0px;
      height: 0px;
      width: 0px;
      position: absolute;
      left: -2px;
      top: 8px;
      z-index: 1; }
  .content-flag.image_left {
    left: -9px;
    right: auto;
    border-left: solid;
    border-right: none;
    border-width: 1px;
    box-shadow: 2px 6px 0px rgba(0, 0, 0, 0.3); }
    .content-flag.image_left > small {
      left: -1px;
      border-color: transparent #000 transparent transparent;
      border-width: 0px 9px 6px 0px; }
      .content-flag.image_left > small::after {
        border-color: transparent currentColor transparent transparent;
        border-width: 0px 9px 6px 0px;
        top: -1px;
        left: 0; }
      .content-flag.image_left > small::before {
        left: 1px;
        border-color: transparent rgba(0, 0, 0, 0.7) transparent transparent;
        border-width: 0px 8px 6px 0px;
        top: -1px;
        z-index: 1; }
    .content-flag.image_left > span {
      right: auto;
      left: calc(100% + 1px);
      border-color: transparent transparent transparent #000;
      border-width: 0px 0px 34px 8px; }
      .content-flag.image_left > span::before {
        right: 1px;
        left: auto;
        border-width: 0px 0px 33px 8px;
        border-color: transparent transparent transparent currentColor; }
      .content-flag.image_left > span::after {
        right: -2px;
        left: auto;
        border-width: 0px 0px 30px 9px;
        border-color: transparent transparent transparent #0000007a; }
  .content-flag.large {
    font-size: 27px;
    font-weight: 600; }
    .content-flag.large > span {
      border-width: 0px 6px 44px 0px; }
      .content-flag.large > span::before {
        border-width: 0px 6px 43px 0px; }
      .content-flag.large > span::after {
        border-width: 0px 6px 40px 0px; }
    .content-flag.large.image_left > span {
      border-width: 0px 0px 44px 8px; }
      .content-flag.large.image_left > span::before {
        border-width: 0px 0px 43px 8px; }
      .content-flag.large.image_left > span::after {
        border-width: 0px 0px 40px 9px; }
  .content-flag > div {
    color: black;
    text-transform: capitalize; }

/**
 * Card
 */
.card {
  display: block;
  padding: 0;
  margin: 0; }

.card-content {
  display: table;
  width: 100%; }

.card-image {
  display: table-cell;
  vertical-align: top;
  width: 42.10526%;
  max-width: 11.11111em; }
  .card-image .bgimage {
    width: 100%;
    height: 11em; }

.card-text {
  display: table-cell;
  vertical-align: top;
  padding: 0.44444em 1.38889em;
  min-width: 15.27778em; }
  @media screen and (max-width: 767px) {
    .card-text {
      padding: 1.55556em 1.38889em; } }
  .card-text *:last-child {
    margin-bottom: 0; }
  .card-text h3 {
    font-size: 1.22222em;
    font-weight: 400;
    line-height: 1.18182em;
    display: block;
    padding: 0;
    margin: 0; }
    .card-text h3 a {
      color: inherit; }

/**
 * Carousel
 */
.carousel,
.carousel-slides-viewport,
.carousel-slides,
.carousel-slide,
.carousel-pages,
.carousel-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  float: none;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  position: relative;
  text-align: left; }
  .carousel:before, .carousel:after,
  .carousel-slides-viewport:before,
  .carousel-slides-viewport:after,
  .carousel-slides:before,
  .carousel-slides:after,
  .carousel-slide:before,
  .carousel-slide:after,
  .carousel-pages:before,
  .carousel-pages:after,
  .carousel-nav:before,
  .carousel-nav:after {
    content: none; }

.carousel-slide {
  width: 100%;
  max-width: 100%; }

.carousel-pages {
  text-align: center; }

.carousel-page {
  display: inline-block;
  padding: 0;
  margin: 0 0.44444em;
  width: 2em;
  height: 0.66667em;
  background: transparent;
  border: 2px solid #672666;
  transition: all 0.2s ease;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.5); }
  .carousel-page span {
    position: absolute;
    height: 1px;
    width: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    overflow: hidden !important; }
  .carousel-page-active {
    background: #672666;
    border: 2px solid #672666; }
  .carousel-page:hover {
    transform: translateY(-4px);
    border: 2px solid #763b75;
    background: #763b75; }

/**
 * Widgets
 */
.widget {
  position: relative;
  display: block;
  margin: 0 0 3.88889em 0; }
  @media screen and (max-width: 767px) {
    .widget {
      margin: 0 0 1.77778em 0; } }
  @media screen and (min-width: 768px) {
    .widget.widget_pageContent + .widget_pageContent_collapsible {
      margin-top: -1.25em; } }

.widget-content {
  display: block;
  position: relative; }

.widget-image {
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  padding: 0;
  margin: 0; }
  .widget-image_h198 {
    min-height: 11em; }
  .widget-image_h245 {
    min-height: 13.61111em; }
  .widget-image_h255 {
    min-height: 14.16667em; }
  .widget-image_h400 {
    min-height: 22.22222em; }
  .widget-image .bgimage {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto; }

.widget-image-spot {
  background: url(about:blank);
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  cursor: pointer; }

.widget-text {
  display: block;
  padding: 0;
  margin: 0; }
  .widget-text *:first-child {
    margin-top: 0; }
  .widget-text:not(.widget_contentCarousel) .widget-text *:last-child {
    margin-bottom: 0; }

.widget-header {
  background: #f7f7f7;
  padding: 0.88889em 1.22222em; }

.widget-title {
  font-size: 1.22222em;
  font-weight: 400;
  line-height: 1.18182em;
  display: block;
  padding: 0;
  margin: 0; }
  .widget-title a {
    color: inherit; }

.widget-header_plain {
  background: none;
  padding: 0;
  margin: 0 0 0.66667em; }
  .widget-header_plain .widget-title {
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.375em;
    padding: 0 0 0.0625em;
    margin: 0;
    border: 0;
    border-bottom: 2px solid currentColor; }

.widget_leftText .widget-image, .widget_bottomText .widget-image, .widget_spotlight .widget-image, .widget_spotlightProject .widget-image, .widget_spotlightMultiProduct .widget-image, .widget_newsItemFeatured .widget-image, .widget_postFeatured .widget-image {
  margin: 0; }

.widget_leftText .widget-text, .widget_bottomText .widget-text, .widget_spotlight .widget-text, .widget_spotlightProject .widget-text, .widget_spotlightMultiProduct .widget-text, .widget_newsItemFeatured .widget-text, .widget_postFeatured .widget-text {
  color: #58595c;
  background: transparent;
  padding: 18px;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto; }
  .widget_leftText .widget-text a:not([class^='btn']), .widget_bottomText .widget-text a:not([class^='btn']), .widget_spotlight .widget-text a:not([class^='btn']), .widget_spotlightProject .widget-text a:not([class^='btn']), .widget_spotlightMultiProduct .widget-text a:not([class^='btn']), .widget_newsItemFeatured .widget-text a:not([class^='btn']), .widget_postFeatured .widget-text a:not([class^='btn']) {
    color: inherit; }
    .widget_leftText .widget-text a:not([class^='btn']):hover, .widget_bottomText .widget-text a:not([class^='btn']):hover, .widget_spotlight .widget-text a:not([class^='btn']):hover, .widget_spotlightProject .widget-text a:not([class^='btn']):hover, .widget_spotlightMultiProduct .widget-text a:not([class^='btn']):hover, .widget_newsItemFeatured .widget-text a:not([class^='btn']):hover, .widget_postFeatured .widget-text a:not([class^='btn']):hover {
      color: inherit; }

.widget_html-careerSocialIntro {
  font-size: 1.33333em;
  line-height: 1.33333; }

.widget_heroVideo {
  margin: 0 0 2.5em 0; }
  .widget_heroVideo .widget-image {
    position: relative;
    height: 0;
    padding: 0 0 38.98305% 0; }
    .widget_heroVideo .widget-image .bgimage {
      border: 1px solid #707070;
      box-shadow: 0px 3px 6px #000000; }
  .widget_heroVideo .playback-click-spot:before {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px; }
  .widget_heroVideo .playback-click-spot:after {
    display: block;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-width: 13px;
    margin: 0;
    top: 50%;
    left: 100%;
    border-left-color: #252421;
    margin-top: -13px;
    border-left-width: 19px;
    border-right-width: 19px;
    left: 50%;
    margin-left: -5px; }
  @media screen and (min-width: 480px) {
    .widget_heroVideo .playback-click-spot:before {
      width: 80px;
      height: 80px;
      margin-left: -40px;
      margin-top: -40px; }
    .widget_heroVideo .playback-click-spot:after {
      display: block;
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-width: 18px;
      margin: 0;
      top: 50%;
      left: 100%;
      border-left-color: #252421;
      margin-top: -18px;
      border-left-width: 26px;
      border-right-width: 26px;
      left: 50%;
      margin-left: -9px; } }
  @media screen and (min-width: 768px) {
    .widget_heroVideo .playback-click-spot:before {
      width: 100px;
      height: 100px;
      margin-left: -50px;
      margin-top: -50px; }
    .widget_heroVideo .playback-click-spot:after {
      display: block;
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-width: 20px;
      margin: 0;
      top: 50%;
      left: 100%;
      border-left-color: #252421;
      margin-top: -20px;
      border-left-width: 26px;
      border-right-width: 26px;
      left: 50%;
      margin-left: -8px; } }
  @media screen and (min-width: 992px) {
    .widget_heroVideo .playback-click-spot:before {
      width: 144px;
      height: 144px;
      margin-left: -72px;
      margin-top: -72px; }
    .widget_heroVideo .playback-click-spot:after {
      display: block;
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-width: 32px;
      margin: 0;
      top: 50%;
      left: 100%;
      border-left-color: #252421;
      margin-top: -32px;
      border-left-width: 46px;
      border-right-width: 46px;
      left: 50%;
      margin-left: -14px; } }
  @media screen and (min-width: 1200px) {
    .widget_heroVideo .playback-click-spot:before {
      width: 144px;
      height: 144px;
      margin-left: -72px;
      margin-top: -72px; }
    .widget_heroVideo .playback-click-spot:after {
      display: block;
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-width: 32px;
      margin: 0;
      top: 50%;
      left: 100%;
      border-left-color: #252421;
      margin-top: -32px;
      border-left-width: 46px;
      border-right-width: 46px;
      left: 50%;
      margin-left: -14px; } }

.container-full .widget_heroVideoContent .widget-content {
  max-width: 65.55556em;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/ }
  @media screen and (min-width: 1px) {
    .container-full .widget_heroVideoContent .widget-content {
      min-width: 0; } }
  @media screen and (max-width: 1210px) {
    .container-full .widget_heroVideoContent .widget-content {
      max-width: none;
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }
  @media screen and (max-width: 767px) {
    .container-full .widget_heroVideoContent .widget-content {
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }

.widget_heroVideoContent {
  margin: 0 0 2.5em 0;
  padding: 1.66667em 0.83333em; }
  @media screen and (max-width: 767px) {
    .widget_heroVideoContent {
      margin: 0 0 1em 0; } }
  .widget_heroVideoContent .widget-content {
    text-align: center; }
  .widget_heroVideoContent .widget-title {
    padding: 0.83333em; }
    .widget_heroVideoContent .widget-title h2 {
      font-size: 2em;
      line-height: 1.27273em;
      margin: 0; }
      @media screen and (max-width: 1199px) {
        .widget_heroVideoContent .widget-title h2 {
          font-size: 1.83333em; } }
      @media screen and (max-width: 767px) {
        .widget_heroVideoContent .widget-title h2 {
          font-size: 1.44444em; } }
  .widget_heroVideoContent .widget-footer {
    padding-top: 0.55556em;
    padding-bottom: 1.38889em; }
    .widget_heroVideoContent .widget-footer .editorContent {
      font-size: 1.44444em;
      line-height: 1.53846em;
      /*
			@include mq-max($screen-xs-max) {
				font-size: pxToEm(16);
			}
			*/ }
      .widget_heroVideoContent .widget-footer .editorContent p {
        margin: 0.26923em 0; }
      @media screen and (max-width: 1199px) {
        .widget_heroVideoContent .widget-footer .editorContent {
          font-size: 1em; } }
  .widget_heroVideoContent .widget-image {
    position: relative;
    height: 0;
    padding: 0 0 38.98305% 0;
    min-height: 18.88889em; }
    @media screen and (max-width: 767px) {
      .widget_heroVideoContent .widget-image {
        margin: 0 -15px; } }
    .widget_heroVideoContent .widget-image .bgimage {
      border-radius: 50px;
      margin-left: 50px;
      margin-right: 50px;
      border: 1px solid #707070;
      box-shadow: 0px 3px 6px #000000; }
      @media screen and (max-width: 767px) {
        .widget_heroVideoContent .widget-image .bgimage {
          margin-left: 2%;
          margin-right: 2%; } }
  .widget_heroVideoContent .playback-click-spot:before {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px; }
  .widget_heroVideoContent .playback-click-spot:after {
    display: block;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-width: 13px;
    margin: 0;
    top: 50%;
    left: 100%;
    border-left-color: #672666;
    margin-top: -13px;
    border-left-width: 19px;
    border-right-width: 19px;
    left: 50%;
    margin-left: -5px; }
  @media screen and (max-width: 767px) {
    .widget_heroVideoContent .playback-click-spot:before {
      width: 80px;
      height: 80px;
      margin-left: -40px;
      margin-top: -40px; }
    .widget_heroVideoContent .playback-click-spot:after {
      display: block;
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-width: 18px;
      margin: 0;
      top: 50%;
      left: 100%;
      border-left-color: #672666;
      margin-top: -18px;
      border-left-width: 26px;
      border-right-width: 26px;
      left: 50%;
      margin-left: -9px; } }
  @media screen and (min-width: 768px) {
    .widget_heroVideoContent .playback-click-spot:before {
      width: 100px;
      height: 100px;
      margin-left: -50px;
      margin-top: -50px; }
    .widget_heroVideoContent .playback-click-spot:after {
      display: block;
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-width: 20px;
      margin: 0;
      top: 50%;
      left: 100%;
      border-left-color: #672666;
      margin-top: -20px;
      border-left-width: 26px;
      border-right-width: 26px;
      left: 50%;
      margin-left: -8px; } }
  @media screen and (min-width: 992px) {
    .widget_heroVideoContent .playback-click-spot:before {
      width: 144px;
      height: 144px;
      margin-left: -72px;
      margin-top: -72px; }
    .widget_heroVideoContent .playback-click-spot:after {
      display: block;
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-width: 32px;
      margin: 0;
      top: 50%;
      left: 100%;
      border-left-color: #672666;
      margin-top: -32px;
      border-left-width: 46px;
      border-right-width: 46px;
      left: 50%;
      margin-left: -14px; } }
  @media screen and (min-width: 1200px) {
    .widget_heroVideoContent .playback-click-spot:before {
      width: 144px;
      height: 144px;
      margin-left: -72px;
      margin-top: -72px; }
    .widget_heroVideoContent .playback-click-spot:after {
      display: block;
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-width: 32px;
      margin: 0;
      top: 50%;
      left: 100%;
      border-left-color: #672666;
      margin-top: -32px;
      border-left-width: 46px;
      border-right-width: 46px;
      left: 50%;
      margin-left: -14px; } }
  .widget_heroVideoContent.bgcolor_dark {
    background-color: #672666; }
    .widget_heroVideoContent.bgcolor_dark h2 {
      color: #ffffff; }
    .widget_heroVideoContent.bgcolor_dark .editorContent {
      color: #ffffff; }

/*
 * Hero Brands widget
 */
/*
 * Variables
 */
/*
 * Mixins
 */
/*
 * Styles
 */
.widget_heroBrands {
  /*
	 * Mobile expanded states (all the same)
	 */
  /*
	 * Hover states (desktop only)
	 */ }
  .widget_heroBrands .slidesViewport {
    position: relative;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .widget_heroBrands .slidesViewport {
        position: relative;
        min-height: 20.83333em;
        max-height: 32.77778em; }
        .widget_heroBrands .slidesViewport:before {
          content: ' ';
          display: block;
          padding: 0 0 50% 0; } }
  @media screen and (min-width: 768px) {
    .widget_heroBrands .slidesContainer {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto; } }
  @media screen and (max-width: 767px) {
    .widget_heroBrands .slidesContainer {
      position: relative; } }
  .widget_heroBrands .slidesBackground {
    z-index: 0; }
    @media screen and (min-width: 768px) {
      .widget_heroBrands .slidesBackground {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto; } }
    @media screen and (max-width: 767px) {
      .widget_heroBrands .slidesBackground {
        position: relative; } }
  .widget_heroBrands .slideBackground {
    transition: all 0.3s;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4);
    cursor: pointer; }
    .widget_heroBrands .slideBackground .bgimage {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto;
      transition: left 0.3s ease, right 0.3s ease; }
    .widget_heroBrands .slideBackground .fadeOverlay {
      transition: background-color 0.3s ease, z-index 0s 0.3s ease;
      background-color: rgba(0, 0, 0, 0);
      z-index: -1; }
    .widget_heroBrands .slideBackground.brand1Slide {
      left: -22%;
      right: 50%;
      z-index: 30; }
      @media screen and (min-width: 768px) {
        .widget_heroBrands .slideBackground.brand1Slide .bgimage {
          right: -175px;
          left: 29%; } }
    .widget_heroBrands .slideBackground.brand2Slide {
      left: 50%;
      right: -22%;
      z-index: 20; }
      @media screen and (min-width: 768px) {
        .widget_heroBrands .slideBackground.brand2Slide .bgimage {
          right: 29%;
          left: -175px; } }
    @media screen and (min-width: 768px) {
      .widget_heroBrands .slideBackground {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        transform: skew(-30deg);
        overflow: hidden; }
        .widget_heroBrands .slideBackground .bgimage {
          transform: skew(30deg); } }
    @media screen and (max-width: 767px) {
      .widget_heroBrands .slideBackground {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 8.88889em;
        left: 0 !important;
        right: 0 !important; } }
  .widget_heroBrands .slidesLogo {
    display: block;
    position: static; }
    @media screen and (max-width: 767px) {
      .widget_heroBrands .slidesLogo {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        z-index: 5; } }
  .widget_heroBrands .slideLogo {
    display: block;
    z-index: 2;
    cursor: pointer;
    transition: left 0.3s;
    transition-property: top, left, right, width, max-width, margin, opacity; }
    @media screen and (min-width: 768px) {
      .widget_heroBrands .slideLogo {
        top: 50%;
        position: absolute; } }
    @media screen and (min-width: 768px) {
      .widget_heroBrands .slideLogo.brand1Slide {
        width: 29.29688%;
        max-width: 375px;
        left: 5.17578%; } }
    @media screen and (min-width: 1210px) {
      .widget_heroBrands .slideLogo.brand1Slide {
        width: 375px;
        left: calc(50% - (605px) + (15px)); } }
    @media screen and (min-width: 768px) {
      .widget_heroBrands .slideLogo.brand2Slide {
        width: 32.96875%;
        max-width: 422px;
        left: 63.03125%; } }
    @media screen and (min-width: 1210px) {
      .widget_heroBrands .slideLogo.brand2Slide {
        width: 422px;
        left: calc(50% + (605px) - 422px - (15px)); } }
    .widget_heroBrands .slideLogo img {
      display: block;
      position: absolute;
      left: 0;
      top: -999px;
      bottom: -999px;
      margin: auto;
      width: 100%; }
    @media screen and (max-width: 767px) {
      .widget_heroBrands .slideLogo {
        box-sizing: content-box;
        position: relative;
        left: 0 !important;
        top: 0;
        right: auto !important;
        height: 32px !important;
        padding: 64px 0 !important;
        margin-top: 0 !important;
        width: auto !important;
        max-width: 100% !important;
        transition-property: top, left, right, width, max-width, margin, padding; }
        .widget_heroBrands .slideLogo img {
          position: static;
          height: 32px !important;
          width: auto;
          max-height: 100%;
          max-width: 100%;
          margin: 0 0 0 30px !important; } }
  .widget_heroBrands .slidesContent {
    display: block;
    position: static;
    color: #fff; }
    .widget_heroBrands .slidesContent a {
      color: inherit; }
      .widget_heroBrands .slidesContent a:hover {
        color: inherit; }
    @media screen and (max-width: 767px) {
      .widget_heroBrands .slidesContent {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto; } }
  .widget_heroBrands .slideContent {
    display: block;
    z-index: -1;
    max-width: 27.77778em;
    top: 52.54237%;
    opacity: 0;
    transition: margin 0.3s;
    transition-delay: 0s; }
    @media screen and (min-width: 768px) {
      .widget_heroBrands .slideContent {
        position: absolute; } }
    @media screen and (max-width: 767px) {
      .widget_heroBrands .slideContent {
        position: relative; } }
    .widget_heroBrands .slideContent.brand1Slide {
      left: 15px; }
      @media screen and (min-width: 1240px) {
        .widget_heroBrands .slideContent.brand1Slide {
          left: calc(((100% - 1210px) / 2 + (30px / 2))); } }
      @media screen and (max-width: 767px) {
        .widget_heroBrands .slideContent.brand1Slide {
          right: 0;
          max-width: 100%;
          left: 0;
          margin-left: 30px;
          margin-right: 30px;
          top: 146px; } }
    .widget_heroBrands .slideContent.brand2Slide {
      text-align: left;
      left: calc(30% + 60px); }
      @media screen and (max-width: 767px) {
        .widget_heroBrands .slideContent.brand2Slide {
          right: 0;
          max-width: 100%;
          left: 0;
          margin-left: 30px;
          margin-right: 30px;
          top: 236px; } }
    .widget_heroBrands .slideContent .editorContent {
      font-size: 0.77778em;
      line-height: normal; }
      .widget_heroBrands .slideContent .editorContent p {
        margin: 0 0 1em; }
      @media screen and (min-width: 480px) {
        .widget_heroBrands .slideContent .editorContent {
          font-size: 0.83333em; } }
      @media screen and (min-width: 768px) {
        .widget_heroBrands .slideContent .editorContent {
          font-size: 0.88889em; } }
      @media screen and (min-width: 992px) {
        .widget_heroBrands .slideContent .editorContent {
          font-size: 1em; } }
    @media screen and (min-width: 768px) {
      .widget_heroBrands .slideContent {
        top: 54.23729%; } }
    @media screen and (min-width: 992px) {
      .widget_heroBrands .slideContent {
        top: 55.9322%; } }
  .widget_heroBrands .slideContent-text {
    position: relative;
    opacity: 0;
    transition: opacity 0.6s;
    transition-delay: 0; }
  .widget_heroBrands .slideContent-buttons {
    position: relative;
    opacity: 0;
    transition: opacity 0.6s;
    transition-delay: 0; }
  .widget_heroBrands.brand1Expanded .slideBackground.brand1Slide {
    right: 25%; }
    @media screen and (min-width: 1200px) {
      .widget_heroBrands.brand1Expanded .slideBackground.brand1Slide .bgimage {
        right: 15%;
        left: -15%; } }
    @media screen and (min-width: 768px) {
      .widget_heroBrands.brand1Expanded .slideBackground.brand1Slide .bgimage {
        left: 0;
        right: -22%; } }
  @media screen and (min-width: 768px) {
    .widget_heroBrands.brand1Expanded .slideBackground.brand2Slide {
      left: 75%; }
      .widget_heroBrands.brand1Expanded .slideBackground.brand2Slide .bgimage {
        right: 0;
        left: -44%; } }
  .widget_heroBrands.brand1Expanded .slideLogo.brand1Slide {
    left: 15px;
    width: 29.29688%;
    max-width: 468.75px;
    top: 47.45763%; }
    @media screen and (min-width: 1240px) {
      .widget_heroBrands.brand1Expanded .slideLogo.brand1Slide {
        left: calc(((100% - 1210px) / 2 + (30px / 2))); } }
  .widget_heroBrands.brand1Expanded .slideLogo.brand2Slide {
    opacity: 0.75;
    left: 78.53125%;
    width: 20.46875%;
    max-width: 262px; }
    @media screen and (min-width: 1240px) {
      .widget_heroBrands.brand1Expanded .slideLogo.brand2Slide {
        right: 3%; } }
  .widget_heroBrands.brand1Expanded .slideContent.brand1Slide {
    z-index: 3;
    opacity: 1;
    transition: opacity 0.3s ease 0.3s, margin 0.3s; }
    .widget_heroBrands.brand1Expanded .slideContent.brand1Slide .slideContent-text {
      opacity: 1;
      transition-delay: 0.3s; }
    .widget_heroBrands.brand1Expanded .slideContent.brand1Slide .slideContent-buttons {
      opacity: 1;
      transition-delay: 0.6s; }
  .widget_heroBrands.brand1Expanded .slideContent.brand2Slide {
    opacity: 0;
    transition-delay: 0.3s; }
  .widget_heroBrands.brand1Expanded:not([data-hover="brand2"]) .slideBackground.brand2Slide .fadeOverlay {
    transition: background-color 0.3s ease;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10; }
  .widget_heroBrands.brand1Expanded:not([data-hover="brand2"]) .slideLogo.brand2Slide {
    opacity: 0.75; }
  .widget_heroBrands.brand2Expanded .slideBackground.brand2Slide {
    left: 25%; }
    @media screen and (min-width: 1200px) {
      .widget_heroBrands.brand2Expanded .slideBackground.brand2Slide .bgimage {
        right: 15%;
        left: -15%; } }
    @media screen and (min-width: 768px) {
      .widget_heroBrands.brand2Expanded .slideBackground.brand2Slide .bgimage {
        right: 0;
        left: -22%; } }
  @media screen and (min-width: 768px) {
    .widget_heroBrands.brand2Expanded .slideBackground.brand1Slide {
      right: 75%; }
      .widget_heroBrands.brand2Expanded .slideBackground.brand1Slide .bgimage {
        left: 0;
        right: -49.5%; } }
  .widget_heroBrands.brand2Expanded .slideLogo.brand2Slide {
    left: calc(30% + 60px);
    width: 32.96875%;
    max-width: 527.5px;
    top: 47.45763%; }
    @media screen and (min-width: 1240px) {
      .widget_heroBrands.brand2Expanded .slideLogo.brand2Slide {
        left: calc(30% + 60px); } }
  .widget_heroBrands.brand2Expanded .slideLogo.brand1Slide {
    left: 1%;
    width: 18.75%;
    max-width: 240px; }
    @media screen and (min-width: 1240px) {
      .widget_heroBrands.brand2Expanded .slideLogo.brand1Slide {
        left: 3%; } }
  .widget_heroBrands.brand2Expanded .slideContent.brand1Slide {
    opacity: 0;
    transition: opacity 0.3s ease 0.3s; }
  .widget_heroBrands.brand2Expanded .slideContent.brand2Slide {
    z-index: 3;
    opacity: 1;
    transition: opacity 0.3s ease 0.3s, margin 0.3s; }
    .widget_heroBrands.brand2Expanded .slideContent.brand2Slide .slideContent-text {
      opacity: 1;
      transition-delay: 0.3s; }
    .widget_heroBrands.brand2Expanded .slideContent.brand2Slide .slideContent-buttons {
      opacity: 1;
      transition-delay: 0.6s; }
  .widget_heroBrands.brand2Expanded:not([data-hover="brand1"]) .slideBackground.brand1Slide .fadeOverlay {
    transition: background-color 0.3s ease;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10; }
  .widget_heroBrands.brand2Expanded:not([data-hover="brand1"]) .slideLogo.brand1Slide {
    opacity: 0.75; }
  @media screen and (max-width: 767px) {
    .widget_heroBrands.brand1Expanded .slideBackground.brand1Slide {
      height: 14.44444em; }
    .widget_heroBrands.brand1Expanded .slideLogo.brand1Slide {
      top: 0 !important;
      padding-top: 3.55556em !important;
      width: auto; }
      .widget_heroBrands.brand1Expanded .slideLogo.brand1Slide + .slideLogo {
        margin-top: 5.55556em !important; }
    .widget_heroBrands.brand1Expanded .slideContent {
      height: 150px !important; }
      .widget_heroBrands.brand1Expanded .slideContent.brand1Slide {
        height: auto !important;
        z-index: 6;
        top: 6.16667em !important; }
    .widget_heroBrands.brand2Expanded .slideBackground.brand2Slide {
      height: 14.44444em; }
    .widget_heroBrands.brand2Expanded .slideLogo.brand2Slide {
      top: 0 !important;
      padding-top: 3.55556em !important;
      width: auto; }
      .widget_heroBrands.brand2Expanded .slideLogo.brand2Slide + .slideLogo {
        margin-top: 5.55556em !important; }
    .widget_heroBrands.brand2Expanded .slideContent {
      height: 150px !important; }
      .widget_heroBrands.brand2Expanded .slideContent.brand2Slide {
        height: auto !important;
        z-index: 6;
        top: 6.16667em !important; } }
  @media screen and (min-width: 768px) {
    .widget_heroBrands:not([class*="Expanded"])[data-hover="brand1"] .slideBackground.brand1Slide {
      left: -22%;
      right: 48%; }
    .widget_heroBrands:not([class*="Expanded"])[data-hover="brand1"] .slideBackground.brand2Slide {
      left: 52%;
      right: -22%; }
      .widget_heroBrands:not([class*="Expanded"])[data-hover="brand1"] .slideBackground.brand2Slide .fadeOverlay {
        transition: background-color 0.3s ease;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10; }
    .widget_heroBrands:not([class*="Expanded"])[data-hover="brand1"] .slideLogo.brand1Slide {
      margin-left: 1%; }
    .widget_heroBrands:not([class*="Expanded"])[data-hover="brand1"] .slideLogo.brand2Slide {
      opacity: 0.75;
      margin-left: 0.5%; }
    .widget_heroBrands:not([class*="Expanded"])[data-hover="brand2"] .slideBackground.brand1Slide {
      left: -22%;
      right: 52%; }
      .widget_heroBrands:not([class*="Expanded"])[data-hover="brand2"] .slideBackground.brand1Slide .fadeOverlay {
        transition: background-color 0.3s ease;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10; }
    .widget_heroBrands:not([class*="Expanded"])[data-hover="brand2"] .slideBackground.brand2Slide {
      left: 48%;
      right: -22%; }
    .widget_heroBrands:not([class*="Expanded"])[data-hover="brand2"] .slideLogo.brand1Slide {
      opacity: 0.75;
      margin-left: -0.5%; }
    .widget_heroBrands:not([class*="Expanded"])[data-hover="brand2"] .slideLogo.brand2Slide {
      margin-left: -1%; }
    .widget_heroBrands.brand1Expanded[data-hover="brand2"] .slideBackground.brand1Slide {
      right: 27%; }
      .widget_heroBrands.brand1Expanded[data-hover="brand2"] .slideBackground.brand1Slide .fadeOverlay {
        transition: background-color 0.3s ease;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10; }
    .widget_heroBrands.brand1Expanded[data-hover="brand2"] .slideBackground.brand2Slide {
      left: 73%; }
    .widget_heroBrands.brand1Expanded[data-hover="brand2"] .slideLogo.brand2Slide {
      margin-left: -1%; }
    .widget_heroBrands.brand1Expanded[data-hover="brand2"] .slideLogo.brand1Slide {
      opacity: 0.75; }
    .widget_heroBrands.brand2Expanded[data-hover="brand1"] .slideBackground.brand1Slide {
      right: 73%; }
    .widget_heroBrands.brand2Expanded[data-hover="brand1"] .slideBackground.brand2Slide {
      left: 27%; }
      .widget_heroBrands.brand2Expanded[data-hover="brand1"] .slideBackground.brand2Slide .fadeOverlay {
        transition: background-color 0.3s ease;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10; }
    .widget_heroBrands.brand2Expanded[data-hover="brand1"] .slideLogo.brand1Slide {
      margin-left: 1%; }
    .widget_heroBrands.brand2Expanded[data-hover="brand1"] .slideLogo.brand2Slide {
      opacity: 0.75;
      margin-left: 1%; }
    .widget_heroBrands.brand2Expanded[data-hover="brand1"] .slideContent.brand2Slide {
      margin-left: 1%; } }

/*
 * Old 2 brand (side-by-side with slider knob)
 */
/*
// feature slider
.widget_homePageSlider {
	$transition_duration: 0.3s;


	.slidesViewport {
		position: relative;
		overflow: hidden;
		min-height: pxToEm(375);
		max-height: pxToEm(590);
		// height: pxToEm(590);

		&:before {
			content: ' ';
			display: block;
			padding: 0 0 percentage(590/1180) 0;
		}
	}

	.slidesContainer {
		@include full-size-absolute;
	}

	// background
	.slidesBackground {
		@include full-size-absolute;
		z-index: 0;
	}

	.slideBackground {
		@include full-size-absolute;
		transition: all $transition_duration;

		.bgimage {
			@include full-size-absolute;
		}

		&.brand1Slide {
			left: 0;
			right: 50%;
		}

		&.brand2Slide {
			left: 50%;
			right: 0;
		}
	}

	// logo (layered on top of background)
	.slidesLogo {
		display: block;
		position: static;
	}
	.slideLogo {
		display: block;
		position: absolute;
		z-index: 2;
		top: 50%;

		transition: left $transition_duration;
		transition-property: top, left, right, width;

		img {
			display: block;
			width: 100%;
			position: absolute;
			left: 0;
			top: -999px;
			bottom: -999px;
			margin: auto;
		}

		&.brand1Slide {
			$ww: 338px * 0.7;
			$w: (stripUnits($ww)/1280) * 100;

			left: ((50 - $w) / 2) * 1%;
			width: $w * 1%;

			@include mq-min($container-large-desktop) {
				width: $ww;
				left: calc((50% - $ww) / 2);
				// left: calc(((100% - 1210px) / 2 + (((1210px / 2 - 3vw)  - $ww) / 2) + (30px / 2)));
			}
		}

		&.brand2Slide {
			$ww: 310px * 0.7;
			$w: (stripUnits($ww)/1280) * 100;

			right: ((50 - $w) / 2) * 1%;
			width: $w * 1%;
			margin-top: -3px;

			@include mq-min($container-large-desktop) {
				// left: calc( (100% - 1210px) / 2 );

				width: $ww;
				right: calc((50% - $ww) / 2);
			}
		}
	}


	// content (layered on top of background)
	.slidesContent {
		display: block;
		position: static;
		@include white-content;
	}

	.slideContent {
		display: block;
		position: absolute;
		z-index: -1;
		// width: percentage(480/1280);
		max-width: pxToEm(480);
		top: percentage(310/590);
		opacity: 0;
		// transition: opacity $transition_duration;
		transition-delay: 0s;

		&.brand1Slide {
			left: ($grid-gutter-width / 2);

			@include mq-max($screen-xs-max)	{
				right: 20%;
				max-width: 100%;
			}

			@include mq-min($container-large-desktop + 30px) {
				left: calc(((100% - 1210px) / 2 + (30px / 2)));
			}
		}

		&.brand2Slide {
			text-align: right;

			right: ($grid-gutter-width / 2);

			@include mq-max($screen-xs-max)	{
				left: 20%;
				max-width: 100%;
			}

			@include mq-min($container-large-desktop + 30px) {
				right: calc(((100% - 1210px) / 2 + (30px / 2)));
			}
		}


		.editorContent {
			font-size: pxToEm(14);
			line-height: normal;

			p {
				margin: 0 0 pxToEm(18, 18);
			}

			.btn-main, .btn-main-sm {
				//font-size: pxToEm(22, 18);
				//border: 2px solid #fff;
				//line-height: pxToEm(22, 22);
				//padding: pxToEm(16, 22) pxToEm(22, 22);
				//margin: 0;
				padding: pxToEm(8, 15) pxToEm(20, 15) pxToEm(9, 15);
				border-color: #ccc;
			}

			@include mq-min($screen-xs) {
				font-size: pxToEm(15);
			}

			@include mq-min($screen-sm) {
				font-size: pxToEm(16);
			}

			@include mq-min($screen-md) {
				font-size: pxToEm(18);
			}
		}

		@include mq-min($screen-sm) {
			top: percentage(320/590);
		}

		@include mq-min($screen-md) {
			top: percentage(330/590);
		}
	}

	.slideContent-text {
		position: relative;
		opacity: 0;
		transition: opacity ($transition_duration * 2);
		transition-delay: 0;
	}

	.slideContent-buttons {
		position: relative;
		opacity: 0;
		transition: opacity ($transition_duration * 2);
		transition-delay: 0;
	}


	.slidesHandle {
		position: absolute;
		left: 50%;
		top: 50%;
		z-index: 4;

		width: 6vw;
		height: 6vw;
		margin: -3vw 0 0 -3vw;
		background: $white;
		border-radius: 50%;
		overflow: hidden;
		transition: left $transition_duration;
	}
	.slideHandle-left,
	.slideHandle-right
	{
		@include font-awesome;
		position: absolute;
		top: 0;
		left: auto;
		right: auto;
		height: 100%;
		width: 50%;
		text-align: center;
		color: #707372;
		font-size: 2.3vw;
		line-height: 1em;
		cursor: pointer;
	}
	.slideHandle-left {
		left: 0;
		right: auto;

		&:after {
			position: absolute;
			left: auto;
			right: 1.2vw;
			content: $fa-var-caret-left;
			top: 50%;
			margin-top: -1.15vw;
		}
	}
	.slideHandle-right {
		left: 50%;
		right: 0;
		&:after {
			position: absolute;
			left: 1.2vw;
			right: auto;
			content: $fa-var-caret-right;
			top: 50%;
			margin-top: -1.15vw;
		}
	}



	&.brand1Expanded {
		.slideBackground {
			&.brand1Slide {
				right: percentage(250/1280);

				@include mq-min($container-large-desktop + 30px) {
					right: calc(((100% - 1210px) / 2 + 250px + (30px / 2)));
				}
			}

			&.brand2Slide {
				left: 100% - percentage(250/1280);

				@include mq-min($container-large-desktop + 30px) {
					left: calc(100% - ((100% - 1210px) / 2 + 250px + (30px / 2)));
				}
			}
		}

		.slideLogo {
			&.brand1Slide {
				$w: (300/1280) * 100;
				left: $grid-gutter-width / 2;
				width: $w * 1%;
				top: percentage(280/590);

				@include mq-min($container-large-desktop + 30px) {
					left: calc(((100% - 1210px) / 2 + (30px / 2)));
				}
			}

			&.brand2Slide {
				$c: (250/1280) * 100;
				$w: (150/1280) * 100;

				right: $grid-gutter-width / 2;
				width: $w * 1%;
				max-width: 150px;

				@include mq-min($container-large-desktop + 30px) {
					right: calc(((100% - 1210px) / 2 + (30px / 2)));
				}
			}
		}

		.slideContent {
			&.brand1Slide {
				z-index: 3;
				opacity: 1;
				transition-delay: $transition_duration;

				.slideContent-text {
					opacity: 1;
					transition-delay: ($transition_duration);
				}
				.slideContent-buttons {
					opacity: 1;
					transition-delay: ($transition_duration * 2);
				}
			}

			&.brand2Slide {
				opacity: 0;
				transition-delay: 0.3s;
				// z-index: -1;
			}
		}

		.slidesHandle {
			left: 100% - percentage(250/1280);

			@include mq-min($container-large-desktop + 30px) {
				left: calc(100% - ((100% - 1210px) / 2 + 250px + (30px / 2)));
			}
		}
	}

	&.brand2Expanded {
		.slideBackground {
			&.brand1Slide {
				right: percentage(250/1280);

				@include mq-min($container-large-desktop + 30px) {
					right: calc(100% - ((100% - 1210px) / 2 + 250px + (30px / 2)));
				}
			}

			&.brand2Slide {
				left: percentage(250/1280);

				@include mq-min($container-large-desktop + 30px) {
					left: calc(((100% - 1210px) / 2 + 250px + (30px / 2)));
				}
			}
		}

		.slideLogo {
			&.brand1Slide {
				$c: (250/1280) * 100;
				$w: (150/1280) * 100;

				//left: ((100 - $c) + (($c - $w) / 2)) * 1%;
				left: $grid-gutter-width / 2;
				width: $w * 1%;
				max-width: 150px;

				@include mq-min($container-large-desktop + 30px) {
					left: calc(((100% - 1210px) / 2 + (30px / 2)));
				}
			}

			&.brand2Slide {
				$w: (255/1280) * 100;
				right: $grid-gutter-width / 2;
				width: $w * 1%;
				top: percentage(280/590);

				@include mq-min($container-large-desktop + 30px) {
					right: calc(((100% - 1210px) / 2 + (30px / 2)));
				}
			}
		}

		.slideContent {
			&.brand1Slide {
				opacity: 0;
				transition-delay: 0.3s;
				// z-index: -1;
			}

			&.brand2Slide {
				z-index: 3;
				opacity: 1;
				transition-delay: $transition_duration;

				.slideContent-text {
					opacity: 1;
					transition-delay: ($transition_duration);
				}
				.slideContent-buttons {
					opacity: 1;
					transition-delay: ($transition_duration * 2);
				}
			}
		}

		.slidesHandle {
			left: percentage(250/1280);

			@include mq-min($container-large-desktop + 30px) {
				left: calc(((100% - 1210px) / 2 + 250px + (30px / 2)));
			}
		}
	}
}
*/
.widget_carpetKinetexSlider .slidesViewport {
  position: relative;
  overflow: hidden;
  min-height: 20.83333em;
  max-height: 29.88889em; }
  .widget_carpetKinetexSlider .slidesViewport:before {
    content: ' ';
    display: block;
    padding: 0 0 45.59322% 0; }

.widget_carpetKinetexSlider .slidesContainer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto; }

.widget_carpetKinetexSlider .slidesBackground {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: 0; }

.widget_carpetKinetexSlider .slideBackground {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  transition: all 0.3s; }
  .widget_carpetKinetexSlider .slideBackground .bgimage {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto; }
  .widget_carpetKinetexSlider .slideBackground.carpetSlide {
    left: 0;
    right: 50%; }
  .widget_carpetKinetexSlider .slideBackground.kinetexSlide {
    left: 50%;
    right: 0; }

.widget_carpetKinetexSlider .slidesLogo {
  display: block;
  position: static; }

.widget_carpetKinetexSlider .slideLogo {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  transition: left 0.3s;
  transition-property: top, left, right, width; }
  .widget_carpetKinetexSlider .slideLogo img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: -999px;
    bottom: -999px;
    margin: auto; }
  .widget_carpetKinetexSlider .slideLogo.carpetSlide {
    left: 15.75781%;
    width: 18.48438%; }
    @media screen and (min-width: 1210px) {
      .widget_carpetKinetexSlider .slideLogo.carpetSlide {
        width: 236.6px;
        left: calc((50% - $ww) / 2); } }
  .widget_carpetKinetexSlider .slideLogo.kinetexSlide {
    right: 16.52344%;
    width: 16.95313%;
    margin-top: -3px; }
    @media screen and (min-width: 1210px) {
      .widget_carpetKinetexSlider .slideLogo.kinetexSlide {
        width: 217px;
        right: calc((50% - $ww) / 2); } }

.widget_carpetKinetexSlider .slidesContent {
  display: block;
  position: static;
  color: #fff; }
  .widget_carpetKinetexSlider .slidesContent a {
    color: inherit; }
    .widget_carpetKinetexSlider .slidesContent a:hover {
      color: inherit; }

.widget_carpetKinetexSlider .slideContent {
  display: block;
  position: absolute;
  z-index: -1;
  max-width: 26.66667em;
  top: 57.62082%;
  opacity: 0;
  transition-delay: 0s; }
  .widget_carpetKinetexSlider .slideContent.carpetSlide {
    left: 15px; }
    @media screen and (max-width: 767px) {
      .widget_carpetKinetexSlider .slideContent.carpetSlide {
        right: 20%;
        max-width: 100%; } }
    @media screen and (min-width: 1240px) {
      .widget_carpetKinetexSlider .slideContent.carpetSlide {
        left: calc(((100% - 1210px) / 2 + (30px / 2))); } }
  .widget_carpetKinetexSlider .slideContent.kinetexSlide {
    text-align: right;
    right: 15px; }
    @media screen and (max-width: 767px) {
      .widget_carpetKinetexSlider .slideContent.kinetexSlide {
        left: 20%;
        max-width: 100%; } }
    @media screen and (min-width: 1240px) {
      .widget_carpetKinetexSlider .slideContent.kinetexSlide {
        right: calc(((100% - 1210px) / 2 + (30px / 2))); } }
  .widget_carpetKinetexSlider .slideContent .editorContent {
    font-size: 0.77778em;
    line-height: normal; }
    .widget_carpetKinetexSlider .slideContent .editorContent p {
      margin: 0 0 1em; }
    .widget_carpetKinetexSlider .slideContent .editorContent .btn-main, .widget_carpetKinetexSlider .slideContent .editorContent .thumb-button, .widget_carpetKinetexSlider .slideContent .editorContent .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .widget_carpetKinetexSlider .slideContent .editorContent a, .widget_carpetKinetexSlider .slideContent .editorContent .btn-main-sm, .widget_carpetKinetexSlider .slideContent .editorContent form input[type='submit'], .widget_carpetKinetexSlider .slideContent .editorContent .gform_submit_button, .widget_carpetKinetexSlider .slideContent .editorContent .gform_next_button, .widget_carpetKinetexSlider .slideContent .editorContent .gform_previous_button, .widget_carpetKinetexSlider .slideContent .editorContent .btn-cart, .widget_carpetKinetexSlider .slideContent .editorContent .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .widget_carpetKinetexSlider .slideContent .editorContent a, .widget_carpetKinetexSlider .slideContent .editorContent .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .widget_carpetKinetexSlider .slideContent .editorContent a {
      padding: 0.53333em 1.33333em 0.6em;
      border-color: #ccc; }
    @media screen and (min-width: 480px) {
      .widget_carpetKinetexSlider .slideContent .editorContent {
        font-size: 0.83333em; } }
    @media screen and (min-width: 768px) {
      .widget_carpetKinetexSlider .slideContent .editorContent {
        font-size: 0.88889em; } }
    @media screen and (min-width: 992px) {
      .widget_carpetKinetexSlider .slideContent .editorContent {
        font-size: 1em; } }
  @media screen and (min-width: 768px) {
    .widget_carpetKinetexSlider .slideContent {
      top: 59.47955%; } }
  @media screen and (min-width: 992px) {
    .widget_carpetKinetexSlider .slideContent {
      top: 61.33829%; } }

.widget_carpetKinetexSlider .slideContent-text {
  position: relative;
  opacity: 0;
  transition: opacity 0.6s;
  transition-delay: 0; }

.widget_carpetKinetexSlider .slideContent-buttons {
  position: relative;
  opacity: 0;
  transition: opacity 0.6s;
  transition-delay: 0; }
  .widget_carpetKinetexSlider .slideContent-buttons .editorContent {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 991px) {
      .widget_carpetKinetexSlider .slideContent-buttons .editorContent {
        display: block; } }
    @media screen and (max-width: 440px) {
      .widget_carpetKinetexSlider .slideContent-buttons .editorContent .btn-main-sm, .widget_carpetKinetexSlider .slideContent-buttons .editorContent form input[type='submit'], .widget_carpetKinetexSlider .slideContent-buttons .editorContent .gform_submit_button, .widget_carpetKinetexSlider .slideContent-buttons .editorContent .gform_next_button, .widget_carpetKinetexSlider .slideContent-buttons .editorContent .gform_previous_button, .widget_carpetKinetexSlider .slideContent-buttons .editorContent .btn-cart, .widget_carpetKinetexSlider .slideContent-buttons .editorContent .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .widget_carpetKinetexSlider .slideContent-buttons .editorContent a, .widget_carpetKinetexSlider .slideContent-buttons .editorContent .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .widget_carpetKinetexSlider .slideContent-buttons .editorContent a {
        padding: 0.66667em 0.83333em 0.75em;
        font-size: 0.85714em; } }

.widget_carpetKinetexSlider .slidesHandle {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 6vw;
  height: 6vw;
  margin: -3vw 0 0 -3vw;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  transition: left 0.3s; }

.widget_carpetKinetexSlider .slideHandle-left,
.widget_carpetKinetexSlider .slideHandle-right {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: inherit;
  line-height: inherit;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  height: 100%;
  width: 50%;
  text-align: center;
  color: #707372;
  font-size: 2.3vw;
  line-height: 1em;
  cursor: pointer; }

.widget_carpetKinetexSlider .slideHandle-left {
  left: 0;
  right: auto; }
  .widget_carpetKinetexSlider .slideHandle-left:after {
    position: absolute;
    left: auto;
    right: 1.2vw;
    content: "";
    top: 50%;
    margin-top: -1.15vw; }

.widget_carpetKinetexSlider .slideHandle-right {
  left: 50%;
  right: 0; }
  .widget_carpetKinetexSlider .slideHandle-right:after {
    position: absolute;
    left: 1.2vw;
    right: auto;
    content: "";
    top: 50%;
    margin-top: -1.15vw; }

.widget_carpetKinetexSlider.carpetExpanded .slideBackground.carpetSlide {
  right: 19.53125%; }
  @media screen and (min-width: 1240px) {
    .widget_carpetKinetexSlider.carpetExpanded .slideBackground.carpetSlide {
      right: calc(((100% - 1210px) / 2 + 250px + (30px / 2))); } }

.widget_carpetKinetexSlider.carpetExpanded .slideBackground.kinetexSlide {
  left: 80.46875%; }
  @media screen and (min-width: 1240px) {
    .widget_carpetKinetexSlider.carpetExpanded .slideBackground.kinetexSlide {
      left: calc(100% - ((100% - 1210px) / 2 + 250px + (30px / 2))); } }

.widget_carpetKinetexSlider.carpetExpanded .slideLogo.carpetSlide {
  left: 15px;
  width: 23.4375%;
  top: 52.04461%; }
  @media screen and (min-width: 1240px) {
    .widget_carpetKinetexSlider.carpetExpanded .slideLogo.carpetSlide {
      left: calc(((100% - 1210px) / 2 + (30px / 2))); } }

.widget_carpetKinetexSlider.carpetExpanded .slideLogo.kinetexSlide {
  right: 15px;
  width: 11.71875%;
  max-width: 150px; }
  @media screen and (min-width: 1240px) {
    .widget_carpetKinetexSlider.carpetExpanded .slideLogo.kinetexSlide {
      right: calc(((100% - 1210px) / 2 + (30px / 2))); } }

.widget_carpetKinetexSlider.carpetExpanded .slideContent.carpetSlide {
  z-index: 3;
  opacity: 1;
  transition-delay: 0.3s; }
  .widget_carpetKinetexSlider.carpetExpanded .slideContent.carpetSlide .slideContent-text {
    opacity: 1;
    transition-delay: 0.3s; }
  .widget_carpetKinetexSlider.carpetExpanded .slideContent.carpetSlide .slideContent-buttons {
    opacity: 1;
    transition-delay: 0.6s; }

.widget_carpetKinetexSlider.carpetExpanded .slideContent.kinetexSlide {
  opacity: 0;
  transition-delay: 0.3s; }

.widget_carpetKinetexSlider.carpetExpanded .slidesHandle {
  left: 80.46875%; }
  @media screen and (min-width: 1240px) {
    .widget_carpetKinetexSlider.carpetExpanded .slidesHandle {
      left: calc(100% - ((100% - 1210px) / 2 + 250px + (30px / 2))); } }

.widget_carpetKinetexSlider.kinetexExpanded .slideBackground.carpetSlide {
  right: 19.53125%; }
  @media screen and (min-width: 1240px) {
    .widget_carpetKinetexSlider.kinetexExpanded .slideBackground.carpetSlide {
      right: calc(100% - ((100% - 1210px) / 2 + 250px + (30px / 2))); } }

.widget_carpetKinetexSlider.kinetexExpanded .slideBackground.kinetexSlide {
  left: 19.53125%; }
  @media screen and (min-width: 1240px) {
    .widget_carpetKinetexSlider.kinetexExpanded .slideBackground.kinetexSlide {
      left: calc(((100% - 1210px) / 2 + 250px + (30px / 2))); } }

.widget_carpetKinetexSlider.kinetexExpanded .slideLogo.carpetSlide {
  left: 15px;
  width: 11.71875%;
  max-width: 150px; }
  @media screen and (min-width: 1240px) {
    .widget_carpetKinetexSlider.kinetexExpanded .slideLogo.carpetSlide {
      left: calc(((100% - 1210px) / 2 + (30px / 2))); } }

.widget_carpetKinetexSlider.kinetexExpanded .slideLogo.kinetexSlide {
  right: 15px;
  width: 19.92188%;
  top: 52.04461%; }
  @media screen and (min-width: 1240px) {
    .widget_carpetKinetexSlider.kinetexExpanded .slideLogo.kinetexSlide {
      right: calc(((100% - 1210px) / 2 + (30px / 2))); } }

.widget_carpetKinetexSlider.kinetexExpanded .slideContent.carpetSlide {
  opacity: 0;
  transition-delay: 0.3s; }

.widget_carpetKinetexSlider.kinetexExpanded .slideContent.kinetexSlide {
  z-index: 3;
  opacity: 1;
  transition-delay: 0.3s; }
  .widget_carpetKinetexSlider.kinetexExpanded .slideContent.kinetexSlide .slideContent-text {
    opacity: 1;
    transition-delay: 0.3s; }
  .widget_carpetKinetexSlider.kinetexExpanded .slideContent.kinetexSlide .slideContent-buttons {
    opacity: 1;
    transition-delay: 0.6s; }

.widget_carpetKinetexSlider.kinetexExpanded .slidesHandle {
  left: 19.53125%; }
  @media screen and (min-width: 1240px) {
    .widget_carpetKinetexSlider.kinetexExpanded .slidesHandle {
      left: calc(((100% - 1210px) / 2 + 250px + (30px / 2))); } }

/*
 * Home Page Slider
 */
/*
 * Variables
 */
/*
 * Mixins
 */
/*
 * Styles
 */
.widget_homePageSlider {
  margin-bottom: 0;
  /*
	 * Mobile expanded states (all the same)
	 */
  /*
	 * Hover states (desktop only)
	 */ }
  .widget_homePageSlider .slidesViewport {
    position: relative;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .widget_homePageSlider .slidesViewport {
        position: relative;
        min-height: 27.77778em;
        max-height: 38.88889em; }
        .widget_homePageSlider .slidesViewport:before {
          content: ' ';
          display: block;
          padding: 0 0 45.59322% 0; } }
  .widget_homePageSlider .slidesContainer {
    box-shadow: 0 3px 6px #000000;
    background: #672666 0% 0% no-repeat padding-box; }
    @media screen and (min-width: 768px) {
      .widget_homePageSlider .slidesContainer {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto; } }
    @media screen and (max-width: 767px) {
      .widget_homePageSlider .slidesContainer {
        position: relative; } }
  .widget_homePageSlider .slidesBackground {
    z-index: 0; }
    @media screen and (min-width: 768px) {
      .widget_homePageSlider .slidesBackground {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto; } }
    @media screen and (max-width: 767px) {
      .widget_homePageSlider .slidesBackground {
        position: relative; } }
  .widget_homePageSlider .slideBackground {
    transition: all 0.3s;
    border: 1px solid #707070;
    box-shadow: 0px 10px 20px #000000;
    cursor: pointer; }
    .widget_homePageSlider .slideBackground .bgimage {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto; }
    .widget_homePageSlider .slideBackground .fadeOverlay {
      transition: background-color 0.3s ease-out, z-index 0s ease 0.3s;
      background-color: rgba(0, 0, 0, 0);
      z-index: -1; }
    .widget_homePageSlider .slideBackground.carpetSlide {
      left: 0;
      right: 66.6%;
      z-index: 30; }
    .widget_homePageSlider .slideBackground.kinetexSlide {
      left: 33.3%;
      right: 33.3%;
      z-index: 20; }
    .widget_homePageSlider .slideBackground.lvtSlide {
      left: 66.6%;
      right: 0;
      z-index: 10; }
    @media screen and (min-width: 768px) {
      .widget_homePageSlider .slideBackground {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto; } }
    @media screen and (max-width: 767px) {
      .widget_homePageSlider .slideBackground {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 4.44444em;
        left: 0 !important;
        right: 0 !important; } }
  .widget_homePageSlider .slidesLogo,
  .widget_homePageSlider .slidesTitle {
    display: block;
    position: static; }
    @media screen and (max-width: 767px) {
      .widget_homePageSlider .slidesLogo,
      .widget_homePageSlider .slidesTitle {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        z-index: 5; } }
  @media screen and (min-width: 768px) {
    .widget_homePageSlider .slideLogo {
      position: absolute;
      top: 63.19703%; } }
  .widget_homePageSlider .slideLogo,
  .widget_homePageSlider .slideTitle {
    display: block;
    z-index: 2;
    cursor: pointer;
    transition: left 0.3s;
    transition-property: top, left, right, width, max-width, margin, opacity;
    background-color: rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.15);
    text-shadow: 0px 0px 4px #000000; }
    @media screen and (min-width: 768px) {
      .widget_homePageSlider .slideLogo.carpetSlide,
      .widget_homePageSlider .slideTitle.carpetSlide {
        left: 7.40781%;
        width: 18.48438%;
        max-width: 300px; } }
    @media screen and (min-width: 1210px) {
      .widget_homePageSlider .slideLogo.carpetSlide,
      .widget_homePageSlider .slideTitle.carpetSlide {
        width: 236.6px;
        left: calc((33.3% / 2) - 118.3px); } }
    .widget_homePageSlider .slideLogo.kinetexSlide,
    .widget_homePageSlider .slideTitle.kinetexSlide {
      left: 41.52344%;
      width: 16.95313%;
      max-width: 255px; }
      @media screen and (min-width: 1210px) {
        .widget_homePageSlider .slideLogo.kinetexSlide,
        .widget_homePageSlider .slideTitle.kinetexSlide {
          width: 217px;
          left: calc(50% - 108.5px); } }
    .widget_homePageSlider .slideLogo.lvtSlide,
    .widget_homePageSlider .slideTitle.lvtSlide {
      right: 10.90781%;
      width: 11.48438%;
      max-width: 175px; }
      @media screen and (min-width: 1210px) {
        .widget_homePageSlider .slideLogo.lvtSlide,
        .widget_homePageSlider .slideTitle.lvtSlide {
          width: 147px;
          right: calc((33.3% / 2) - 73.5px); } }
    .widget_homePageSlider .slideLogo img,
    .widget_homePageSlider .slideTitle img {
      display: block;
      position: absolute;
      left: 0;
      top: -999px;
      bottom: -999px;
      margin: auto;
      width: 100%; }
    @media screen and (max-width: 767px) {
      .widget_homePageSlider .slideLogo,
      .widget_homePageSlider .slideTitle {
        box-sizing: content-box;
        position: relative;
        left: 0 !important;
        top: 0;
        right: auto !important;
        height: 32px !important;
        padding: 24px 0 !important;
        margin-top: 0 !important;
        width: auto !important;
        max-width: 100% !important;
        transition-property: top, left, right, width, max-width, margin, padding; }
        .widget_homePageSlider .slideLogo img,
        .widget_homePageSlider .slideTitle img {
          position: static;
          height: 32px !important;
          width: auto;
          max-height: 100%;
          max-width: 100%;
          margin: 0 0 0 30px !important; } }
  .widget_homePageSlider .slidesTitle h2 {
    color: #ffffff;
    margin: 0;
    font-size: 1.7em;
    font-weight: 500;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .widget_homePageSlider .slidesTitle h2 {
        margin-left: 30px;
        line-height: 2.2;
        margin-top: -10px; } }
    @media screen and (min-width: 768px) {
      .widget_homePageSlider .slidesTitle h2 {
        font-size: 2.66667em; } }
    @media screen and (min-width: 1500px) {
      .widget_homePageSlider .slidesTitle h2 {
        font-size: 3.55556em; } }
  @media screen and (min-width: 768px) {
    .widget_homePageSlider:not([class*="Expanded"]) .slideTitle {
      display: flex;
      justify-content: center; } }
  .widget_homePageSlider .slideTitle {
    display: block; }
    @media screen and (min-width: 768px) {
      .widget_homePageSlider .slideTitle {
        position: absolute;
        top: 60.78067%; } }
  .widget_homePageSlider .slidesContent {
    display: block;
    position: static; }
    @media screen and (max-width: 767px) {
      .widget_homePageSlider .slidesContent {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto; } }
  .widget_homePageSlider .slideContent {
    display: block;
    position: relative;
    z-index: -1;
    max-width: 27.77778em;
    opacity: 0;
    transition: margin 0.3s;
    transition-delay: 0s; }
    @media screen and (min-width: 768px) {
      .widget_homePageSlider .slideContent {
        position: absolute;
        top: 70.63197%; } }
    .widget_homePageSlider .slideContent.carpetSlide {
      left: 15px; }
      @media screen and (min-width: 1240px) {
        .widget_homePageSlider .slideContent.carpetSlide {
          left: calc( ((100% - 1210px) / 2 + (30px / 2))); } }
      @media screen and (max-width: 767px) {
        .widget_homePageSlider .slideContent.carpetSlide {
          right: 0;
          max-width: 100%;
          left: 0;
          margin-left: 30px;
          margin-right: 30px;
          top: 106px; } }
    .widget_homePageSlider .slideContent.kinetexSlide {
      text-align: left;
      left: calc(11.48438% + 60px); }
      @media screen and (max-width: 767px) {
        .widget_homePageSlider .slideContent.kinetexSlide {
          right: 0;
          max-width: 100%;
          left: 0;
          margin-left: 30px;
          margin-right: 30px;
          top: 106px; } }
    .widget_homePageSlider .slideContent.lvtSlide {
      text-align: left;
      left: calc(22.96875% + 60px); }
      @media screen and (min-width: 1240px) {
        .widget_homePageSlider .slideContent.lvtSlide {
          right: calc( ((100% - 1210px) / 2 + (30px / 2))); } }
      @media screen and (max-width: 767px) {
        .widget_homePageSlider .slideContent.lvtSlide {
          right: 0;
          max-width: 100%;
          left: 0;
          margin-left: 30px;
          margin-right: 30px;
          top: 106px; } }
    .widget_homePageSlider .slideContent .editorContent {
      font-size: 0.77778em;
      line-height: normal; }
      .widget_homePageSlider .slideContent .editorContent p {
        margin: 0 0 1em; }
      .widget_homePageSlider .slideContent .editorContent .btn-main, .widget_homePageSlider .slideContent .editorContent .thumb-button, .widget_homePageSlider .slideContent .editorContent .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .widget_homePageSlider .slideContent .editorContent a,
      .widget_homePageSlider .slideContent .editorContent .btn-main-sm,
      .widget_homePageSlider .slideContent .editorContent form input[type='submit'],
      .widget_homePageSlider .slideContent .editorContent .gform_submit_button,
      .widget_homePageSlider .slideContent .editorContent .gform_next_button,
      .widget_homePageSlider .slideContent .editorContent .gform_previous_button,
      .widget_homePageSlider .slideContent .editorContent .btn-cart,
      .widget_homePageSlider .slideContent .editorContent .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a,
      .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .widget_homePageSlider .slideContent .editorContent a,
      .widget_homePageSlider .slideContent .editorContent .widget_spotlightProduct .widget-info a,
      .widget_spotlightProduct .widget-info .widget_homePageSlider .slideContent .editorContent a {
        padding: 0.53333em 1.33333em 0.6em;
        border-color: #ccc; }
      @media screen and (min-width: 480px) {
        .widget_homePageSlider .slideContent .editorContent {
          font-size: 0.83333em; } }
      @media screen and (min-width: 768px) {
        .widget_homePageSlider .slideContent .editorContent {
          font-size: 0.88889em; } }
      @media screen and (min-width: 992px) {
        .widget_homePageSlider .slideContent .editorContent {
          font-size: 1em; } }
  .widget_homePageSlider .slideContent-text {
    position: relative;
    opacity: 0;
    transition: opacity 0.6s;
    transition-delay: 0;
    color: #fff;
    margin-top: 5px;
    background-color: rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.15);
    text-shadow: 0px 0px 4px #000000; }
    .widget_homePageSlider .slideContent-text a {
      color: inherit; }
      .widget_homePageSlider .slideContent-text a:hover {
        color: inherit; }
  .widget_homePageSlider .slideContent-buttons {
    position: relative;
    opacity: 0;
    transition: opacity 0.6s;
    transition-delay: 0; }
  .widget_homePageSlider.carpetExpanded .slideBackground.carpetSlide {
    right: 22.96875%; }
  .widget_homePageSlider.carpetExpanded .slideBackground.kinetexSlide {
    left: 77.03125%;
    right: 11.48438%; }
  .widget_homePageSlider.carpetExpanded .slideBackground.lvtSlide {
    left: 88.51563%;
    right: 0; }
  .widget_homePageSlider.carpetExpanded .slideLogo.kinetexSlide, .widget_homePageSlider.carpetExpanded .slideLogo.lvtSlide {
    opacity: 0.75;
    box-shadow: 20px 10px 20px #000000; }
  .widget_homePageSlider.carpetExpanded .slideLogo.carpetSlide,
  .widget_homePageSlider.carpetExpanded .slideTitle.carpetSlide {
    left: 15px;
    width: 23.4375%; }
    @media screen and (min-width: 1240px) {
      .widget_homePageSlider.carpetExpanded .slideLogo.carpetSlide,
      .widget_homePageSlider.carpetExpanded .slideTitle.carpetSlide {
        left: calc( ((100% - 1210px) / 2 + (30px / 2))); } }
  .widget_homePageSlider.carpetExpanded .slideLogo.kinetexSlide,
  .widget_homePageSlider.carpetExpanded .slideTitle.kinetexSlide {
    left: 78.28125%;
    width: 8.98438%;
    max-width: 115px; }
    @media screen and (min-width: 1240px) {
      .widget_homePageSlider.carpetExpanded .slideLogo.kinetexSlide,
      .widget_homePageSlider.carpetExpanded .slideTitle.kinetexSlide {
        left: calc(82.77344% - 57.5px); } }
  .widget_homePageSlider.carpetExpanded .slideLogo.lvtSlide,
  .widget_homePageSlider.carpetExpanded .slideTitle.lvtSlide {
    right: 2.03125%;
    width: 7.42188%;
    max-width: 95px; }
    @media screen and (min-width: 1240px) {
      .widget_homePageSlider.carpetExpanded .slideLogo.lvtSlide,
      .widget_homePageSlider.carpetExpanded .slideTitle.lvtSlide {
        right: calc(5.74219% - 47.5px); } }
  @media screen and (min-width: 768px) {
    .widget_homePageSlider.carpetExpanded .slideTitle.kinetexSlide, .widget_homePageSlider.carpetExpanded .slideTitle.lvtSlide {
      display: flex;
      justify-content: center; }
      .widget_homePageSlider.carpetExpanded .slideTitle.kinetexSlide h2, .widget_homePageSlider.carpetExpanded .slideTitle.lvtSlide h2 {
        font-size: 0.88889em;
        margin-top: 20px; } }
    @media screen and (min-width: 768px) and (min-width: 1240px) {
      .widget_homePageSlider.carpetExpanded .slideTitle.kinetexSlide h2, .widget_homePageSlider.carpetExpanded .slideTitle.lvtSlide h2 {
        font-size: 1.44444em; } }
  .widget_homePageSlider.carpetExpanded .slideContent.carpetSlide {
    z-index: 3;
    opacity: 1;
    transition: opacity 0.3s ease 0.3s, margin 0.3s; }
    .widget_homePageSlider.carpetExpanded .slideContent.carpetSlide .slideContent-text {
      opacity: 1;
      transition-delay: 0.3s; }
    .widget_homePageSlider.carpetExpanded .slideContent.carpetSlide .slideContent-buttons {
      opacity: 1;
      transition-delay: 0.6s; }
  .widget_homePageSlider.carpetExpanded .slideContent.kinetexSlide, .widget_homePageSlider.carpetExpanded .slideContent.lvtSlide {
    opacity: 0;
    transition-delay: 0.3s; }
  .widget_homePageSlider.carpetExpanded:not([data-hover='lvt']) .slideBackground.lvtSlide .fadeOverlay {
    transition: background-color 0.3s ease-out;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10; }
  .widget_homePageSlider.carpetExpanded:not([data-hover='lvt']) .slideLogo.lvtSlide {
    opacity: 0.75;
    box-shadow: 20px 10px 20px #000000; }
  .widget_homePageSlider.carpetExpanded:not([data-hover='kinetex']) .slideBackground.kinetexSlide .fadeOverlay {
    transition: background-color 0.3s ease-out;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10; }
  .widget_homePageSlider.carpetExpanded:not([data-hover='kinetex']) .slideLogo.kinetexSlide {
    opacity: 0.75;
    box-shadow: 20px 10px 20px #000000; }
  .widget_homePageSlider.lvtExpanded .slideBackground.lvtSlide {
    left: 22.96875%; }
  .widget_homePageSlider.lvtExpanded .slideBackground.kinetexSlide {
    right: 77.03125%;
    left: 11.48438%; }
  .widget_homePageSlider.lvtExpanded .slideBackground.carpetSlide {
    right: 88.51563%;
    left: 0; }
  .widget_homePageSlider.lvtExpanded .slideLogo.lvtSlide,
  .widget_homePageSlider.lvtExpanded .slideTitle.lvtSlide {
    right: calc( 63.35938% - 60px);
    width: 13.67188%; }
    @media screen and (min-width: 1240px) {
      .widget_homePageSlider.lvtExpanded .slideLogo.lvtSlide,
      .widget_homePageSlider.lvtExpanded .slideTitle.lvtSlide {
        right: calc( 77.03125% - 235px); } }
  .widget_homePageSlider.lvtExpanded .slideLogo.kinetexSlide,
  .widget_homePageSlider.lvtExpanded .slideTitle.kinetexSlide {
    left: 12.73438%;
    width: 8.98438%;
    max-width: 115px; }
    @media screen and (min-width: 1240px) {
      .widget_homePageSlider.lvtExpanded .slideLogo.kinetexSlide,
      .widget_homePageSlider.lvtExpanded .slideTitle.kinetexSlide {
        left: calc(17.22656% - 57.5px); } }
  .widget_homePageSlider.lvtExpanded .slideLogo.carpetSlide,
  .widget_homePageSlider.lvtExpanded .slideTitle.carpetSlide {
    left: 1.25%;
    width: 8.98438%;
    max-width: 115px; }
    @media screen and (min-width: 1240px) {
      .widget_homePageSlider.lvtExpanded .slideLogo.carpetSlide,
      .widget_homePageSlider.lvtExpanded .slideTitle.carpetSlide {
        left: calc(5.74219% - 57.5px); } }
  @media screen and (min-width: 768px) {
    .widget_homePageSlider.lvtExpanded .slideTitle.carpetSlide, .widget_homePageSlider.lvtExpanded .slideTitle.kinetexSlide {
      display: flex;
      justify-content: center; }
      .widget_homePageSlider.lvtExpanded .slideTitle.carpetSlide h2, .widget_homePageSlider.lvtExpanded .slideTitle.kinetexSlide h2 {
        font-size: 0.88889em;
        margin-top: 20px; } }
    @media screen and (min-width: 768px) and (min-width: 1240px) {
      .widget_homePageSlider.lvtExpanded .slideTitle.carpetSlide h2, .widget_homePageSlider.lvtExpanded .slideTitle.kinetexSlide h2 {
        font-size: 1.44444em; } }
  .widget_homePageSlider.lvtExpanded .slideContent.lvtSlide {
    z-index: 3;
    opacity: 1;
    transition: opacity 0.3s ease 0.3s, margin 0.3s; }
    .widget_homePageSlider.lvtExpanded .slideContent.lvtSlide .slideContent-text {
      opacity: 1;
      transition-delay: 0.3s; }
    .widget_homePageSlider.lvtExpanded .slideContent.lvtSlide .slideContent-buttons {
      opacity: 1;
      transition-delay: 0.6s; }
  .widget_homePageSlider.lvtExpanded .slideContent.carpetSlide, .widget_homePageSlider.lvtExpanded .slideContent.kinetexSlide {
    opacity: 0;
    transition-delay: 0.3s; }
  .widget_homePageSlider.lvtExpanded:not([data-hover='carpet']) .slideBackground.carpetSlide .fadeOverlay {
    transition: background-color 0.3s ease-out;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10; }
  .widget_homePageSlider.lvtExpanded:not([data-hover='carpet']) .slideLogo.carpetSlide {
    opacity: 0.75;
    box-shadow: 20px 10px 20px #000000; }
  .widget_homePageSlider.lvtExpanded:not([data-hover='kinetex']) .slideBackground.kinetexSlide .fadeOverlay {
    transition: background-color 0.3s ease-out;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10; }
  .widget_homePageSlider.lvtExpanded:not([data-hover='kinetex']) .slideLogo.kinetexSlide {
    opacity: 0.75;
    box-shadow: 20px 10px 20px #000000; }
  .widget_homePageSlider.kinetexExpanded .slideBackground.kinetexSlide {
    left: 11.48438%;
    right: 11.48438%; }
  .widget_homePageSlider.kinetexExpanded .slideBackground.carpetSlide {
    left: 0;
    right: 88.51563%; }
  .widget_homePageSlider.kinetexExpanded .slideBackground.lvtSlide {
    left: 88.51563%;
    right: 0; }
  .widget_homePageSlider.kinetexExpanded .slideLogo.kinetexSlide,
  .widget_homePageSlider.kinetexExpanded .slideTitle.kinetexSlide {
    left: calc(11.48438% + 60px);
    width: 19.92188%; }
  .widget_homePageSlider.kinetexExpanded .slideLogo.carpetSlide,
  .widget_homePageSlider.kinetexExpanded .slideTitle.carpetSlide {
    left: 1.25%;
    width: 8.98438%;
    max-width: 115px; }
    @media screen and (min-width: 1240px) {
      .widget_homePageSlider.kinetexExpanded .slideLogo.carpetSlide,
      .widget_homePageSlider.kinetexExpanded .slideTitle.carpetSlide {
        left: calc(5.74219% - 57.5px); } }
  .widget_homePageSlider.kinetexExpanded .slideLogo.lvtSlide,
  .widget_homePageSlider.kinetexExpanded .slideTitle.lvtSlide {
    right: 2.03125%;
    width: 7.42188%;
    max-width: 95px; }
    @media screen and (min-width: 1240px) {
      .widget_homePageSlider.kinetexExpanded .slideLogo.lvtSlide,
      .widget_homePageSlider.kinetexExpanded .slideTitle.lvtSlide {
        right: calc(5.74219% - 47.5px); } }
  @media screen and (min-width: 768px) {
    .widget_homePageSlider.kinetexExpanded .slideTitle.carpetSlide, .widget_homePageSlider.kinetexExpanded .slideTitle.lvtSlide {
      display: flex;
      justify-content: center; }
      .widget_homePageSlider.kinetexExpanded .slideTitle.carpetSlide h2, .widget_homePageSlider.kinetexExpanded .slideTitle.lvtSlide h2 {
        font-size: 0.88889em;
        margin-top: 20px; } }
    @media screen and (min-width: 768px) and (min-width: 1240px) {
      .widget_homePageSlider.kinetexExpanded .slideTitle.carpetSlide h2, .widget_homePageSlider.kinetexExpanded .slideTitle.lvtSlide h2 {
        font-size: 1.44444em; } }
  .widget_homePageSlider.kinetexExpanded .slideContent.lvtSlide, .widget_homePageSlider.kinetexExpanded .slideContent.carpetSlide {
    opacity: 0;
    transition: opacity 0.3s ease 0.3s; }
  .widget_homePageSlider.kinetexExpanded .slideContent.kinetexSlide {
    z-index: 3;
    opacity: 1;
    transition: opacity 0.3s ease 0.3s, margin 0.3s; }
    .widget_homePageSlider.kinetexExpanded .slideContent.kinetexSlide .slideContent-text {
      opacity: 1;
      transition-delay: 0.3s; }
    .widget_homePageSlider.kinetexExpanded .slideContent.kinetexSlide .slideContent-buttons {
      opacity: 1;
      transition-delay: 0.6s; }
  .widget_homePageSlider.kinetexExpanded:not([data-hover='carpet']) .slideBackground.carpetSlide .fadeOverlay {
    transition: background-color 0.3s ease-out;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10; }
  .widget_homePageSlider.kinetexExpanded:not([data-hover='carpet']) .slideLogo.carpetSlide {
    opacity: 0.75;
    box-shadow: 20px 10px 20px #000000; }
  .widget_homePageSlider.kinetexExpanded:not([data-hover='lvt']) .slideBackground.lvtSlide .fadeOverlay {
    transition: background-color 0.3s ease-out;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10; }
  .widget_homePageSlider.kinetexExpanded:not([data-hover='lvt']) .slideLogo.lvtSlide {
    opacity: 0.75;
    box-shadow: 20px 10px 20px #000000; }
  @media screen and (max-width: 767px) {
    .widget_homePageSlider.carpetExpanded .slideBackground.carpetSlide {
      height: 16.66667em; }
    .widget_homePageSlider.carpetExpanded .slideLogo.carpetSlide,
    .widget_homePageSlider.carpetExpanded .slideTitle.carpetSlide {
      top: 0 !important;
      padding-top: 3.55556em !important;
      width: auto; }
      .widget_homePageSlider.carpetExpanded .slideLogo.carpetSlide h2,
      .widget_homePageSlider.carpetExpanded .slideTitle.carpetSlide h2 {
        margin-top: -20px;
        transition: margin 0.3s; }
      .widget_homePageSlider.carpetExpanded .slideLogo.carpetSlide + .slideLogo,
      .widget_homePageSlider.carpetExpanded .slideLogo.carpetSlide + .slideTitle,
      .widget_homePageSlider.carpetExpanded .slideTitle.carpetSlide + .slideLogo,
      .widget_homePageSlider.carpetExpanded .slideTitle.carpetSlide + .slideTitle {
        margin-top: 10em !important; }
    .widget_homePageSlider.carpetExpanded .slideContent {
      height: 80px !important; }
      .widget_homePageSlider.carpetExpanded .slideContent.carpetSlide {
        height: auto !important;
        z-index: 6; }
    .widget_homePageSlider.kinetexExpanded .slideBackground.kinetexSlide {
      height: 16.66667em; }
    .widget_homePageSlider.kinetexExpanded .slideLogo.kinetexSlide,
    .widget_homePageSlider.kinetexExpanded .slideTitle.kinetexSlide {
      top: 0 !important;
      padding-top: 3.55556em !important;
      width: auto; }
      .widget_homePageSlider.kinetexExpanded .slideLogo.kinetexSlide h2,
      .widget_homePageSlider.kinetexExpanded .slideTitle.kinetexSlide h2 {
        margin-top: -20px;
        transition: margin 0.3s; }
      .widget_homePageSlider.kinetexExpanded .slideLogo.kinetexSlide + .slideLogo,
      .widget_homePageSlider.kinetexExpanded .slideLogo.kinetexSlide + .slideTitle,
      .widget_homePageSlider.kinetexExpanded .slideTitle.kinetexSlide + .slideLogo,
      .widget_homePageSlider.kinetexExpanded .slideTitle.kinetexSlide + .slideTitle {
        margin-top: 10em !important; }
    .widget_homePageSlider.kinetexExpanded .slideContent {
      height: 80px !important; }
      .widget_homePageSlider.kinetexExpanded .slideContent.kinetexSlide {
        height: auto !important;
        z-index: 6; }
    .widget_homePageSlider.lvtExpanded .slideBackground.lvtSlide {
      height: 16.66667em; }
    .widget_homePageSlider.lvtExpanded .slideLogo.lvtSlide,
    .widget_homePageSlider.lvtExpanded .slideTitle.lvtSlide {
      top: 0 !important;
      padding-top: 3.55556em !important;
      width: auto; }
      .widget_homePageSlider.lvtExpanded .slideLogo.lvtSlide h2,
      .widget_homePageSlider.lvtExpanded .slideTitle.lvtSlide h2 {
        margin-top: -20px;
        transition: margin 0.3s; }
      .widget_homePageSlider.lvtExpanded .slideLogo.lvtSlide + .slideLogo,
      .widget_homePageSlider.lvtExpanded .slideLogo.lvtSlide + .slideTitle,
      .widget_homePageSlider.lvtExpanded .slideTitle.lvtSlide + .slideLogo,
      .widget_homePageSlider.lvtExpanded .slideTitle.lvtSlide + .slideTitle {
        margin-top: 10em !important; }
    .widget_homePageSlider.lvtExpanded .slideContent {
      height: 80px !important; }
      .widget_homePageSlider.lvtExpanded .slideContent.lvtSlide {
        height: auto !important;
        z-index: 6; } }
  @media screen and (min-width: 768px) {
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='carpet'] .slideBackground.carpetSlide {
      left: 0;
      right: 64.6%; }
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='carpet'] .slideBackground.kinetexSlide {
      left: 35.3%;
      right: 32.3%; }
      .widget_homePageSlider:not([class*="Expanded"])[data-hover='carpet'] .slideBackground.kinetexSlide .fadeOverlay {
        transition: background-color 0.3s ease-out;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10; }
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='carpet'] .slideBackground.lvtSlide {
      left: 67.6%;
      right: 0; }
      .widget_homePageSlider:not([class*="Expanded"])[data-hover='carpet'] .slideBackground.lvtSlide .fadeOverlay {
        transition: background-color 0.3s ease-out;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10; }
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='carpet'] .slideLogo.kinetexSlide, .widget_homePageSlider:not([class*="Expanded"])[data-hover='carpet'] .slideLogo.lvtSlide {
      opacity: 0.75;
      box-shadow: 20px 10px 20px #000000; }
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='carpet'] .slideLogo.carpetSlide,
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='carpet'] .slideTitle.carpetSlide {
      margin-left: 1%; }
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='carpet'] .slideLogo.kinetexSlide,
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='carpet'] .slideTitle.kinetexSlide {
      margin-left: 1.5%; }
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='carpet'] .slideLogo.lvtSlide,
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='carpet'] .slideTitle.lvtSlide {
      margin-right: -1%; }
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='kinetex'] .slideBackground.carpetSlide {
      left: 0;
      right: 67.6%; }
      .widget_homePageSlider:not([class*="Expanded"])[data-hover='kinetex'] .slideBackground.carpetSlide .fadeOverlay {
        transition: background-color 0.3s ease-out;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10; }
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='kinetex'] .slideBackground.kinetexSlide {
      left: 32.3%;
      right: 32.3%; }
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='kinetex'] .slideBackground.lvtSlide {
      left: 67.6%;
      right: 0; }
      .widget_homePageSlider:not([class*="Expanded"])[data-hover='kinetex'] .slideBackground.lvtSlide .fadeOverlay {
        transition: background-color 0.3s ease-out;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10; }
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='kinetex'] .slideLogo.carpetSlide, .widget_homePageSlider:not([class*="Expanded"])[data-hover='kinetex'] .slideLogo.lvtSlide {
      opacity: 0.75;
      box-shadow: 20px 10px 20px #000000; }
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='kinetex'] .slideLogo.carpetSlide,
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='kinetex'] .slideTitle.carpetSlide {
      margin-left: -1%; }
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='kinetex'] .slideLogo.lvtSlide,
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='kinetex'] .slideTitle.lvtSlide {
      margin-right: -1%; }
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='lvt'] .slideBackground.carpetSlide {
      left: 0;
      right: 67.6%; }
      .widget_homePageSlider:not([class*="Expanded"])[data-hover='lvt'] .slideBackground.carpetSlide .fadeOverlay {
        transition: background-color 0.3s ease-out;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10; }
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='lvt'] .slideBackground.kinetexSlide {
      left: 32.3%;
      right: 35.3%; }
      .widget_homePageSlider:not([class*="Expanded"])[data-hover='lvt'] .slideBackground.kinetexSlide .fadeOverlay {
        transition: background-color 0.3s ease-out;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10; }
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='lvt'] .slideBackground.lvtSlide {
      left: 64.6%;
      right: 0; }
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='lvt'] .slideLogo.carpetSlide, .widget_homePageSlider:not([class*="Expanded"])[data-hover='lvt'] .slideLogo.kinetexSlide {
      opacity: 0.75;
      box-shadow: 20px 10px 20px #000000; }
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='lvt'] .slideLogo.carpetSlide,
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='lvt'] .slideTitle.carpetSlide {
      margin-left: -1%; }
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='lvt'] .slideLogo.kinetexSlide,
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='lvt'] .slideTitle.kinetexSlide {
      margin-left: -1.5%; }
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='lvt'] .slideLogo.lvtSlide,
    .widget_homePageSlider:not([class*="Expanded"])[data-hover='lvt'] .slideTitle.lvtSlide {
      margin-right: 1%; }
    .widget_homePageSlider.carpetExpanded[data-hover='kinetex'] .slideBackground.carpetSlide {
      right: 24.96875%; }
      .widget_homePageSlider.carpetExpanded[data-hover='kinetex'] .slideBackground.carpetSlide .fadeOverlay {
        transition: background-color 0.3s ease-out;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10; }
    .widget_homePageSlider.carpetExpanded[data-hover='kinetex'] .slideBackground.kinetexSlide {
      left: 75.03125%; }
    .widget_homePageSlider.carpetExpanded[data-hover='kinetex'] .slideBackground.lvtSlide .fadeOverlay {
      transition: background-color 0.3s ease-out;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 10; }
    .widget_homePageSlider.carpetExpanded[data-hover='kinetex'] .slideLogo.carpetSlide, .widget_homePageSlider.carpetExpanded[data-hover='kinetex'] .slideLogo.lvtSlide {
      opacity: 0.75;
      box-shadow: 20px 10px 20px #000000; }
    .widget_homePageSlider.carpetExpanded[data-hover='kinetex'] .slideLogo.kinetexSlide,
    .widget_homePageSlider.carpetExpanded[data-hover='kinetex'] .slideTitle.kinetexSlide {
      margin-left: -1%; }
    .widget_homePageSlider.carpetExpanded[data-hover='lvt'] .slideBackground.carpetSlide {
      right: 24.96875%; }
      .widget_homePageSlider.carpetExpanded[data-hover='lvt'] .slideBackground.carpetSlide .fadeOverlay {
        transition: background-color 0.3s ease-out;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10; }
    .widget_homePageSlider.carpetExpanded[data-hover='lvt'] .slideBackground.kinetexSlide {
      left: 75.03125%;
      right: 13.48438%; }
      .widget_homePageSlider.carpetExpanded[data-hover='lvt'] .slideBackground.kinetexSlide .fadeOverlay {
        transition: background-color 0.3s ease-out;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10; }
    .widget_homePageSlider.carpetExpanded[data-hover='lvt'] .slideBackground.lvtSlide {
      left: 86.51563%; }
    .widget_homePageSlider.carpetExpanded[data-hover='lvt'] .slideLogo.kinetexSlide, .widget_homePageSlider.carpetExpanded[data-hover='lvt'] .slideLogo.carpetSlide {
      opacity: 0.75;
      box-shadow: 20px 10px 20px #000000; }
    .widget_homePageSlider.carpetExpanded[data-hover='lvt'] .slideLogo.kinetexSlide,
    .widget_homePageSlider.carpetExpanded[data-hover='lvt'] .slideTitle.kinetexSlide {
      margin-left: -2%; }
    .widget_homePageSlider.carpetExpanded[data-hover='lvt'] .slideLogo.lvtSlide,
    .widget_homePageSlider.carpetExpanded[data-hover='lvt'] .slideTitle.lvtSlide {
      margin-right: 1%; }
    .widget_homePageSlider.lvtExpanded[data-hover='kinetex'] .slideBackground.lvtSlide {
      left: 24.96875%; }
      .widget_homePageSlider.lvtExpanded[data-hover='kinetex'] .slideBackground.lvtSlide .fadeOverlay {
        transition: background-color 0.3s ease-out;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10; }
    .widget_homePageSlider.lvtExpanded[data-hover='kinetex'] .slideBackground.kinetexSlide {
      right: 75.03125%; }
    .widget_homePageSlider.lvtExpanded[data-hover='kinetex'] .slideBackground.carpetSlide .fadeOverlay {
      transition: background-color 0.3s ease-out;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 10; }
    .widget_homePageSlider.lvtExpanded[data-hover='kinetex'] .slideLogo.lvtSlide, .widget_homePageSlider.lvtExpanded[data-hover='kinetex'] .slideLogo.carpetSlide {
      opacity: 0.75;
      box-shadow: 20px 10px 20px #000000; }
    .widget_homePageSlider.lvtExpanded[data-hover='kinetex'] .slideLogo.kinetexSlide,
    .widget_homePageSlider.lvtExpanded[data-hover='kinetex'] .slideTitle.kinetexSlide {
      margin-left: 1%; }
    .widget_homePageSlider.lvtExpanded[data-hover='kinetex'] .slideLogo.lvtSlide,
    .widget_homePageSlider.lvtExpanded[data-hover='kinetex'] .slideTitle.lvtSlide {
      margin-right: -1%; }
    .widget_homePageSlider.lvtExpanded[data-hover='kinetex'] .slideContent.lvtSlide {
      margin-left: 1%; }
    .widget_homePageSlider.lvtExpanded[data-hover='carpet'] .slideBackground.lvtSlide {
      left: 24.96875%; }
      .widget_homePageSlider.lvtExpanded[data-hover='carpet'] .slideBackground.lvtSlide .fadeOverlay {
        transition: background-color 0.3s ease-out;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10; }
    .widget_homePageSlider.lvtExpanded[data-hover='carpet'] .slideBackground.kinetexSlide {
      right: 75.03125%;
      left: 13.48438%; }
      .widget_homePageSlider.lvtExpanded[data-hover='carpet'] .slideBackground.kinetexSlide .fadeOverlay {
        transition: background-color 0.3s ease-out;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10; }
    .widget_homePageSlider.lvtExpanded[data-hover='carpet'] .slideBackground.carpetSlide {
      right: 86.51563%; }
    .widget_homePageSlider.lvtExpanded[data-hover='carpet'] .slideLogo.kinetexSlide, .widget_homePageSlider.lvtExpanded[data-hover='carpet'] .slideLogo.lvtSlide {
      opacity: 0.75;
      box-shadow: 20px 10px 20px #000000; }
    .widget_homePageSlider.lvtExpanded[data-hover='carpet'] .slideLogo.carpetSlide,
    .widget_homePageSlider.lvtExpanded[data-hover='carpet'] .slideTitle.carpetSlide {
      margin-left: 1%; }
    .widget_homePageSlider.lvtExpanded[data-hover='carpet'] .slideLogo.kinetexSlide,
    .widget_homePageSlider.lvtExpanded[data-hover='carpet'] .slideTitle.kinetexSlide {
      margin-left: 2%; }
    .widget_homePageSlider.lvtExpanded[data-hover='carpet'] .slideLogo.lvtSlide,
    .widget_homePageSlider.lvtExpanded[data-hover='carpet'] .slideTitle.lvtSlide {
      margin-right: -1%; }
    .widget_homePageSlider.lvtExpanded[data-hover='carpet'] .slideContent.lvtSlide {
      margin-left: 1%; }
    .widget_homePageSlider.kinetexExpanded[data-hover='carpet'] .slideBackground.carpetSlide {
      right: 86.51563%; }
    .widget_homePageSlider.kinetexExpanded[data-hover='carpet'] .slideBackground.kinetexSlide {
      left: 13.48438%; }
      .widget_homePageSlider.kinetexExpanded[data-hover='carpet'] .slideBackground.kinetexSlide .fadeOverlay {
        transition: background-color 0.3s ease-out;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10; }
    .widget_homePageSlider.kinetexExpanded[data-hover='carpet'] .slideBackground.lvtSlide .fadeOverlay {
      transition: background-color 0.3s ease-out;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 10; }
    .widget_homePageSlider.kinetexExpanded[data-hover='carpet'] .slideLogo.kinetexSlide, .widget_homePageSlider.kinetexExpanded[data-hover='carpet'] .slideLogo.lvtSlide {
      opacity: 0.75;
      box-shadow: 20px 10px 20px #000000; }
    .widget_homePageSlider.kinetexExpanded[data-hover='carpet'] .slideLogo.carpetSlide,
    .widget_homePageSlider.kinetexExpanded[data-hover='carpet'] .slideTitle.carpetSlide {
      margin-left: 1%; }
    .widget_homePageSlider.kinetexExpanded[data-hover='carpet'] .slideLogo.kinetexSlide,
    .widget_homePageSlider.kinetexExpanded[data-hover='carpet'] .slideTitle.kinetexSlide {
      margin-left: 1%; }
    .widget_homePageSlider.kinetexExpanded[data-hover='carpet'] .slideContent.kinetexSlide {
      margin-left: 1%; }
    .widget_homePageSlider.kinetexExpanded[data-hover='lvt'] .slideBackground.lvtSlide {
      left: 86.51563%; }
    .widget_homePageSlider.kinetexExpanded[data-hover='lvt'] .slideBackground.kinetexSlide {
      right: 13.48438%; }
      .widget_homePageSlider.kinetexExpanded[data-hover='lvt'] .slideBackground.kinetexSlide .fadeOverlay {
        transition: background-color 0.3s ease-out;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10; }
    .widget_homePageSlider.kinetexExpanded[data-hover='lvt'] .slideBackground.carpetSlide .fadeOverlay {
      transition: background-color 0.3s ease-out;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 10; }
    .widget_homePageSlider.kinetexExpanded[data-hover='lvt'] .slideLogo.carpetSlide, .widget_homePageSlider.kinetexExpanded[data-hover='lvt'] .slideLogo.kinetexSlide {
      opacity: 0.75;
      box-shadow: 20px 10px 20px #000000; }
    .widget_homePageSlider.kinetexExpanded[data-hover='lvt'] .slideLogo.lvtSlide,
    .widget_homePageSlider.kinetexExpanded[data-hover='lvt'] .slideTitle.lvtSlide {
      margin-right: 1%; } }

/*
 * Old 2 brand (side-by-side with slider knob)
 */
/*
// feature slider
.widget_homePageSlider {
	$transition_duration: 0.3s;

	.slidesViewport {
		position: relative;
		overflow: hidden;
		min-height: pxToEm(375);
		max-height: pxToEm(538);
		// height: pxToEm(538);

		&:before {
			content: ' ';
			display: block;
			padding: 0 0 percentage(538/1180) 0;
		}
	}

	.slidesContainer {
		@include full-size-absolute;
	}

	// background
	.slidesBackground {
		@include full-size-absolute;
		z-index: 0;
	}

	.slideBackground {
		@include full-size-absolute;
		transition: all $transition_duration;

		.bgimage {
			@include full-size-absolute;
		}

		&.carpetSlide {
			left: 0;
			right: 50%;
		}

		&.kinetexSlide {
			left: 50%;
			right: 0;
		}
	}

	// logo (layered on top of background)
	.slidesLogo {
		display: block;
		position: static;
	}
	.slideLogo {
		display: block;
		position: absolute;
		z-index: 2;
		top: 50%;

		transition: left $transition_duration;
		transition-property: top, left, right, width;

		img {
			display: block;
			width: 100%;
			position: absolute;
			left: 0;
			top: -999px;
			bottom: -999px;
			margin: auto;
		}

		&.carpetSlide {
			$ww: 338px * 0.7;
			$w: (stripUnits($ww)/1280) * 100;

			left: ((50 - $w) / 2) * 1%;
			width: $w * 1%;

			@include mq-min($container-large-desktop) {
				width: $ww;
				left: calc((50% - $ww) / 2);
				// left: calc(((100% - 1210px) / 2 + (((1210px / 2 - 3vw)  - $ww) / 2) + (30px / 2)));
			}
		}

		&.kinetexSlide {
			$ww: 310px * 0.7;
			$w: (stripUnits($ww)/1280) * 100;

			right: ((50 - $w) / 2) * 1%;
			width: $w * 1%;
			margin-top: -3px;

			@include mq-min($container-large-desktop) {
				// left: calc( (100% - 1210px) / 2 );

				width: $ww;
				right: calc((50% - $ww) / 2);
			}
		}
	}

	// content (layered on top of background)
	.slidesContent {
		display: block;
		position: static;
		@include white-content;
	}

	.slideContent {
		display: block;
		position: absolute;
		z-index: -1;
		// width: percentage(480/1280);
		max-width: pxToEm(480);
		top: percentage(310/538);
		opacity: 0;
		// transition: opacity $transition_duration;
		transition-delay: 0s;

		&.carpetSlide {
			left: ($grid-gutter-width / 2);

			@include mq-max($screen-xs-max)	{
				right: 20%;
				max-width: 100%;
			}

			@include mq-min($container-large-desktop + 30px) {
				left: calc(((100% - 1210px) / 2 + (30px / 2)));
			}
		}

		&.kinetexSlide {
			text-align: right;

			right: ($grid-gutter-width / 2);

			@include mq-max($screen-xs-max)	{
				left: 20%;
				max-width: 100%;
			}

			@include mq-min($container-large-desktop + 30px) {
				right: calc(((100% - 1210px) / 2 + (30px / 2)));
			}
		}

		.editorContent {
			font-size: pxToEm(14);
			line-height: normal;

			p {
				margin: 0 0 pxToEm(18, 18);
			}

			.btn-main, .btn-main-sm {
				//font-size: pxToEm(22, 18);
				//border: 2px solid #fff;
				//line-height: pxToEm(22, 22);
				//padding: pxToEm(16, 22) pxToEm(22, 22);
				//margin: 0;
				padding: pxToEm(8, 15) pxToEm(20, 15) pxToEm(9, 15);
				border-color: #ccc;
			}

			@include mq-min($screen-xs) {
				font-size: pxToEm(15);
			}

			@include mq-min($screen-sm) {
				font-size: pxToEm(16);
			}

			@include mq-min($screen-md) {
				font-size: pxToEm(18);
			}
		}

		@include mq-min($screen-sm) {
			top: percentage(320/538);
		}

		@include mq-min($screen-md) {
			top: percentage(330/538);
		}
	}

	.slideContent-text {
		position: relative;
		opacity: 0;
		transition: opacity ($transition_duration * 2);
		transition-delay: 0;
	}

	.slideContent-buttons {
		position: relative;
		opacity: 0;
		transition: opacity ($transition_duration * 2);
		transition-delay: 0;
	}

	.slidesHandle {
		position: absolute;
		left: 50%;
		top: 50%;
		z-index: 4;

		width: 6vw;
		height: 6vw;
		margin: -3vw 0 0 -3vw;
		background: $white;
		border-radius: 50%;
		overflow: hidden;
		transition: left $transition_duration;
	}
	.slideHandle-left,
	.slideHandle-right
	{
		@include font-awesome;
		position: absolute;
		top: 0;
		left: auto;
		right: auto;
		height: 100%;
		width: 50%;
		text-align: center;
		color: #707372;
		font-size: 2.3vw;
		line-height: 1em;
		cursor: pointer;
	}
	.slideHandle-left {
		left: 0;
		right: auto;

		&:after {
			position: absolute;
			left: auto;
			right: 1.2vw;
			content: $fa-var-caret-left;
			top: 50%;
			margin-top: -1.15vw;
		}
	}
	.slideHandle-right {
		left: 50%;
		right: 0;
		&:after {
			position: absolute;
			left: 1.2vw;
			right: auto;
			content: $fa-var-caret-right;
			top: 50%;
			margin-top: -1.15vw;
		}
	}

	&.carpetExpanded {
		.slideBackground {
			&.carpetSlide {
				right: percentage(250/1280);

				@include mq-min($container-large-desktop + 30px) {
					right: calc(((100% - 1210px) / 2 + 250px + (30px / 2)));
				}
			}

			&.kinetexSlide {
				left: 100% - percentage(250/1280);

				@include mq-min($container-large-desktop + 30px) {
					left: calc(100% - ((100% - 1210px) / 2 + 250px + (30px / 2)));
				}
			}
		}

		.slideLogo {
			&.carpetSlide {
				$w: (300/1280) * 100;
				left: $grid-gutter-width / 2;
				width: $w * 1%;
				top: percentage(280/538);

				@include mq-min($container-large-desktop + 30px) {
					left: calc(((100% - 1210px) / 2 + (30px / 2)));
				}
			}

			&.kinetexSlide {
				$c: (250/1280) * 100;
				$w: (150/1280) * 100;

				right: $grid-gutter-width / 2;
				width: $w * 1%;
				max-width: 150px;

				@include mq-min($container-large-desktop + 30px) {
					right: calc(((100% - 1210px) / 2 + (30px / 2)));
				}
			}
		}

		.slideContent {
			&.carpetSlide {
				z-index: 3;
				opacity: 1;
				transition-delay: $transition_duration;

				.slideContent-text {
					opacity: 1;
					transition-delay: ($transition_duration);
				}
				.slideContent-buttons {
					opacity: 1;
					transition-delay: ($transition_duration * 2);
				}
			}

			&.kinetexSlide {
				opacity: 0;
				transition-delay: 0.3s;
				// z-index: -1;
			}
		}

		.slidesHandle {
			left: 100% - percentage(250/1280);

			@include mq-min($container-large-desktop + 30px) {
				left: calc(100% - ((100% - 1210px) / 2 + 250px + (30px / 2)));
			}
		}
	}

	&.kinetexExpanded {
		.slideBackground {
			&.carpetSlide {
				right: percentage(250/1280);

				@include mq-min($container-large-desktop + 30px) {
					right: calc(100% - ((100% - 1210px) / 2 + 250px + (30px / 2)));
				}
			}

			&.kinetexSlide {
				left: percentage(250/1280);

				@include mq-min($container-large-desktop + 30px) {
					left: calc(((100% - 1210px) / 2 + 250px + (30px / 2)));
				}
			}
		}

		.slideLogo {
			&.carpetSlide {
				$c: (250/1280) * 100;
				$w: (150/1280) * 100;

				//left: ((100 - $c) + (($c - $w) / 2)) * 1%;
				left: $grid-gutter-width / 2;
				width: $w * 1%;
				max-width: 150px;

				@include mq-min($container-large-desktop + 30px) {
					left: calc(((100% - 1210px) / 2 + (30px / 2)));
				}
			}

			&.kinetexSlide {
				$w: (255/1280) * 100;
				right: $grid-gutter-width / 2;
				width: $w * 1%;
				top: percentage(280/538);

				@include mq-min($container-large-desktop + 30px) {
					right: calc(((100% - 1210px) / 2 + (30px / 2)));
				}
			}
		}

		.slideContent {
			&.carpetSlide {
				opacity: 0;
				transition-delay: 0.3s;
				// z-index: -1;
			}

			&.kinetexSlide {
				z-index: 3;
				opacity: 1;
				transition-delay: $transition_duration;

				.slideContent-text {
					opacity: 1;
					transition-delay: ($transition_duration);
				}
				.slideContent-buttons {
					opacity: 1;
					transition-delay: ($transition_duration * 2);
				}
			}
		}

		.slidesHandle {
			left: percentage(250/1280);

			@include mq-min($container-large-desktop + 30px) {
				left: calc(((100% - 1210px) / 2 + 250px + (30px / 2)));
			}
		}
	}
}
*/
.widget_contentCarousel {
  position: relative; }
  .widget_contentCarousel .widget-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto; }
    .widget_contentCarousel .widget-image .bgimage {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto; }
  .widget_contentCarousel .widget-text {
    position: relative; }
  @media screen and (min-width: 768px) {
    .widget_contentCarousel .carousel:focus-within .slide-image:after, .widget_contentCarousel .carousel:hover .slide-image:after {
      opacity: 1; }
    .widget_contentCarousel .carousel:focus-within .slide-content-inner .editorContent .btn-clear, .widget_contentCarousel .carousel:hover .slide-content-inner .editorContent .btn-clear {
      opacity: 1;
      margin-top: 0; } }
  .widget_contentCarousel .slide {
    padding: 5.55556em 0 5.55556em;
    position: relative; }
  .widget_contentCarousel .slide-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto; }
    .widget_contentCarousel .slide-image:before, .widget_contentCarousel .slide-image:after {
      content: '';
      transition: all 0.3s ease;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto;
      z-index: 1;
      mix-blend-mode: multiply; }
    .widget_contentCarousel .slide-image:before {
      background: -moz-linear-gradient(left, rgba(103, 38, 102, 0.9) 0%, rgba(132, 171, 203, 0) 85%, rgba(125, 185, 232, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(103, 38, 102, 0.9) 0%, rgba(132, 171, 203, 0) 85%, rgba(125, 185, 232, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(118, 59, 117, 0.9) 0%, rgba(132, 171, 203, 0) 85%, rgba(125, 185, 232, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ae5a27', endColorstr='#007db9e8',GradientType=1 );
      /* IE6-9 */ }
    .widget_contentCarousel .slide-image:after {
      opacity: 0;
      background: -moz-linear-gradient(left, rgba(103, 38, 102, 0.9) 0%, rgba(103, 38, 102, 0.9) 99%, rgba(103, 38, 102, 0.9) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(103, 38, 102, 0.9) 0%, rgba(103, 38, 102, 0.9) 99%, rgba(103, 38, 102, 0.9) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(118, 59, 117, 0.9) 0%, rgba(118, 59, 117, 0.9) 99%, rgba(118, 59, 117, 0.9) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ae5a27', endColorstr='#e6ae5a27',GradientType=1 );
      /* IE6-9 */ }
    .widget_contentCarousel .slide-image .bgimage {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto; }
  .widget_contentCarousel .slide-content {
    position: relative;
    z-index: 2;
    padding: 1.33333em 0;
    color: #fff;
    min-height: 17vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: rgba(0, 0, 0, 0.01);
    box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0.01);
    border-radius: 30%; }
    .widget_contentCarousel .slide-content a {
      color: inherit; }
      .widget_contentCarousel .slide-content a:hover {
        color: inherit; }
    @media screen and (min-width: 1200px) {
      .widget_contentCarousel .slide-content {
        min-height: 22.33333em; } }
  .widget_contentCarousel .slide-content-inner {
    max-width: 983.33333px;
    width: 100%;
    margin: 0 auto;
    padding: 0; }
    @media screen and (max-width: 1183.33333px) {
      .widget_contentCarousel .slide-content-inner {
        margin: 0 100px; } }
    @media screen and (max-width: 480px) {
      .widget_contentCarousel .slide-content-inner {
        margin: 0 15px; } }
    .widget_contentCarousel .slide-content-inner .editorContent h2 {
      font-size: 3.77778em;
      line-height: 1.26471em;
      margin: 0 0 0.14706em; }
      @media screen and (max-width: 767px) {
        .widget_contentCarousel .slide-content-inner .editorContent h2 {
          font-size: 2.44444em; } }
    .widget_contentCarousel .slide-content-inner .editorContent p {
      font-size: 1.44444em;
      line-height: 1.26923em;
      margin: 0 0 0.92308em; }
    .widget_contentCarousel .slide-content-inner .editorContent .btn-clear {
      padding: 0.53333em 1.33333em 0.6em; }
      @media screen and (min-width: 768px) {
        .widget_contentCarousel .slide-content-inner .editorContent .btn-clear {
          margin-top: 10px;
          opacity: 0; } }
  .widget_contentCarousel .slide-content-text,
  .widget_contentCarousel .slide-content-button {
    position: relative; }
  .widget_contentCarousel .carousel-pages {
    display: none;
    max-width: 65.55556em;
    margin-left: auto;
    margin-right: auto;
    min-width: 960px;
    /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: auto;
    margin-top: 3.05556em;
    text-align: center; }
    @media screen and (min-width: 1px) {
      .widget_contentCarousel .carousel-pages {
        min-width: 0; } }
    @media screen and (max-width: 1210px) {
      .widget_contentCarousel .carousel-pages {
        max-width: none;
        margin-left: 0.83333em;
        margin-right: 0.83333em; } }
    @media screen and (max-width: 767px) {
      .widget_contentCarousel .carousel-pages {
        margin-left: 0.83333em;
        margin-right: 0.83333em; } }
  .widget_contentCarousel .carousel-nav {
    max-width: 65.55556em;
    margin-left: auto;
    margin-right: auto;
    min-width: 960px;
    /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: auto;
    height: 0; }
    @media screen and (min-width: 1px) {
      .widget_contentCarousel .carousel-nav {
        min-width: 0; } }
    @media screen and (max-width: 1210px) {
      .widget_contentCarousel .carousel-nav {
        max-width: none;
        margin-left: 0.83333em;
        margin-right: 0.83333em; } }
    @media screen and (max-width: 767px) {
      .widget_contentCarousel .carousel-nav {
        margin-left: 0.83333em;
        margin-right: 0.83333em; } }
    @media screen and (min-width: 1300px) {
      .widget_contentCarousel .carousel-nav {
        max-width: 1270px; } }
  .widget_contentCarousel .carousel-nav-prev,
  .widget_contentCarousel .carousel-nav-next {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 3.88889em;
    height: auto;
    text-align: right;
    outline: none !important;
    box-shadow: none !important; }
    body.keyboard-tab .widget_contentCarousel .carousel-nav-prev:focus:before, body.keyboard-tab
    .widget_contentCarousel .carousel-nav-next:focus:before {
      outline: 1px solid #763b75;
      outline-offset: 0;
      box-shadow: 0 0 0.33333em 0.16667em #763b75; }
    .widget_contentCarousel .carousel-nav-prev:before,
    .widget_contentCarousel .carousel-nav-next:before {
      content: '';
      display: inline-block; }
    .widget_contentCarousel .carousel-nav-prev span,
    .widget_contentCarousel .carousel-nav-next span {
      font-size: 0; }
      @media screen and (max-width: 767px) {
        .widget_contentCarousel .carousel-nav-prev span:after,
        .widget_contentCarousel .carousel-nav-next span:after {
          font-size: 4.16667em;
          line-height: 1.34667em; } }
  .widget_contentCarousel .carousel-nav-prev {
    left: 0;
    right: auto;
    text-align: right; }
    .widget_contentCarousel .carousel-nav-prev:before {
      background-position: 0% 25.45455%;
      width: 75px;
      height: 75px;
      background-size: 374px 305px;
      position: absolute;
      left: 50%;
      margin-left: -37.5px;
      position: absolute;
      top: 50%;
      margin-top: -37.5px; }
      @media screen and (min-width: 768px) {
        .widget_contentCarousel .carousel-nav-prev:before {
          left: calc(50% + 15px); } }
    @media screen and (max-width: 480px) {
      .widget_contentCarousel .carousel-nav-prev {
        display: none; } }
  .widget_contentCarousel .carousel-nav-next {
    left: auto;
    right: 0;
    text-align: left; }
    .widget_contentCarousel .carousel-nav-next:before {
      background-position: 25.08711% 25.45455%;
      width: 75px;
      height: 75px;
      background-size: 374px 305px;
      position: absolute;
      left: 50%;
      margin-left: -37.5px;
      position: absolute;
      top: 50%;
      margin-top: -37.5px; }
      @media screen and (min-width: 768px) {
        .widget_contentCarousel .carousel-nav-next:before {
          left: calc(50% - 15px); } }
    @media screen and (max-width: 480px) {
      .widget_contentCarousel .carousel-nav-next {
        display: none; } }
  .widget_contentCarousel.reveal .slide-content-text,
  .widget_contentCarousel.reveal .slide-content-button {
    position: relative;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.6s;
    transition-delay: 0.1s; }
  .widget_contentCarousel.reveal .slide-content-button {
    transition-delay: 0.5s; }
  .widget_contentCarousel.reveal.revealed .slide-content-text,
  .widget_contentCarousel.reveal.revealed .slide-content-button {
    opacity: 1; }

.widget_imageCarousel .carousel-slides-viewport, .widget_acfSlides .carousel-slides-viewport {
  overflow: hidden; }

.widget_imageCarousel .carousel-pages, .widget_acfSlides .carousel-pages {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  top: auto;
  bottom: 1.22222em; }
  @media screen and (max-width: 767px) {
    .widget_imageCarousel .carousel-pages, .widget_acfSlides .carousel-pages {
      bottom: 0.55556em; } }

.widget_imageCarousel .carousel-nav, .widget_acfSlides .carousel-nav {
  position: static; }
  @media screen and (max-width: 767px) {
    .widget_imageCarousel .carousel-nav, .widget_acfSlides .carousel-nav {
      display: none; } }

.widget_imageCarousel .carousel-nav-prev, .widget_acfSlides .carousel-nav-prev,
.widget_imageCarousel .carousel-nav-next,
.widget_acfSlides .carousel-nav-next {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 3.88889em;
  height: auto;
  text-align: right; }
  .widget_imageCarousel .carousel-nav-prev:before, .widget_acfSlides .carousel-nav-prev:before,
  .widget_imageCarousel .carousel-nav-next:before,
  .widget_acfSlides .carousel-nav-next:before {
    content: '';
    display: inline-block; }
  .widget_imageCarousel .carousel-nav-prev span, .widget_acfSlides .carousel-nav-prev span,
  .widget_imageCarousel .carousel-nav-next span,
  .widget_acfSlides .carousel-nav-next span {
    font-size: 0; }
    @media screen and (max-width: 767px) {
      .widget_imageCarousel .carousel-nav-prev span:after, .widget_acfSlides .carousel-nav-prev span:after,
      .widget_imageCarousel .carousel-nav-next span:after,
      .widget_acfSlides .carousel-nav-next span:after {
        font-size: 4.16667em;
        line-height: 1.34667em; } }

.widget_imageCarousel .carousel-nav-prev, .widget_acfSlides .carousel-nav-prev {
  left: 0;
  right: auto;
  text-align: right; }
  .widget_imageCarousel .carousel-nav-prev:before, .widget_acfSlides .carousel-nav-prev:before {
    background-position: 0% 25.45455%;
    width: 75px;
    height: 75px;
    background-size: 374px 305px;
    position: absolute;
    left: 50%;
    margin-left: -37.5px;
    position: absolute;
    top: 50%;
    margin-top: -37.5px; }
    @media screen and (min-width: 768px) {
      .widget_imageCarousel .carousel-nav-prev:before, .widget_acfSlides .carousel-nav-prev:before {
        left: calc(50% + 15px); } }
  @media screen and (max-width: 480px) {
    .widget_imageCarousel .carousel-nav-prev, .widget_acfSlides .carousel-nav-prev {
      display: none; } }


.widget_imageCarousel .carousel-nav-next,
.widget_acfSlides .carousel-nav-next {
  left: auto;
  right: 0;
  text-align: left; }
  
  .widget_imageCarousel .carousel-nav-next:before,
  .widget_acfSlides .carousel-nav-next:before {
    background-position: 25.08711% 25.45455%;
    width: 75px;
    height: 75px;
    background-size: 374px 305px;
    position: absolute;
    left: 50%;
    margin-left: -37.5px;
    position: absolute;
    top: 50%;
    margin-top: -37.5px; }
    @media screen and (min-width: 768px) {
      
      .widget_imageCarousel .carousel-nav-next:before,
      .widget_acfSlides .carousel-nav-next:before {
        left: calc(50% - 15px); } }
  @media screen and (max-width: 480px) {
    
    .widget_imageCarousel .carousel-nav-next,
    .widget_acfSlides .carousel-nav-next {
      display: none; } }

.widget_imageCarousel .slide, .widget_acfSlides .slide {
  position: relative;
  height: 0;
  padding: 0 0 33.89831% 0; }

.widget_imageCarousel .slide-image, .widget_acfSlides .slide-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto; }
  .widget_imageCarousel .slide-image .bgimage, .widget_acfSlides .slide-image .bgimage {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto; }

.widget_imageCarousel.gallery_tall .slide, .gallery_tall.widget_acfSlides .slide {
  padding: 0 0 50.84746% 0; }

.widget_imageCarousel.heightAr_tall .slide, .heightAr_tall.widget_acfSlides .slide {
  padding: 0 0 59.32203% 0; }

.widget_sectionTitle {
  margin: 0 0 0.88889em 0; }
  .widget_sectionTitle .widget-content h2 {
    display: block;
    padding: 0;
    margin: 0; }
    .widget_sectionTitle .widget-content h2 span {
      display: inline-block; }

.widget_leftText .bgimage:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto; }
  @media screen and (min-width: 768px) {
    .widget_leftText .bgimage:before {
      background-color: rgba(37, 36, 33, 0.6);
      mix-blend-mode: multiply; } }

.widget_leftText .widget-text {
  position: relative;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  height: auto;
  padding-top: 1em;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .widget_leftText .widget-text {
      color: #fff; }
      .widget_leftText .widget-text a {
        color: inherit; }
        .widget_leftText .widget-text a:hover {
          color: inherit; } }
  .widget_leftText .widget-text .buttons {
    display: block;
    margin: 0; }
  @media screen and (max-width: 767px) {
    .widget_leftText .widget-text {
      padding-left: 0;
      padding-right: 0; } }

.container-full > .widget_leftText .widget-text {
  width: auto;
  padding-left: 15px;
  padding-right: 27px; }

@media screen and (min-width: 1210px) {
  .container-full > .widget_leftText .widget-image {
    margin-left: calc( (100% - 1210px) / 2 + 240px + (30px / 2)); }
  .container-full > .widget_leftText .widget-text {
    width: 65%;
    padding-left: calc( (100% - 1210px) / 2 + (30px / 2));
    padding-right: 36px; } }

.widget_leftText .editorContent h2 {
  display: block;
  padding: 0;
  margin: 0 0 0.33333em; }

.widget_leftText .editorContent p {
  margin: 0 0 0.88889em; }

.widget_leftText .editorContent .btn-main-sm, .widget_leftText .editorContent form input[type='submit'], .widget_leftText .editorContent .gform_submit_button, .widget_leftText .editorContent .gform_next_button, .widget_leftText .editorContent .gform_previous_button, .widget_leftText .editorContent .btn-cart, .widget_leftText .editorContent .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .widget_leftText .editorContent a, .widget_leftText .editorContent .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .widget_leftText .editorContent a {
  padding: 0.53333em 1.33333em 0.6em; }

.widget_leftText .editorContent > :first-child {
  margin-top: 0; }

.widget_leftText .editorContent > :last-child {
  margin-bottom: 0; }

.widget_leftText .widget-content, .widget_leftText .widget-image, .widget_leftText .widget-text {
  height: 100%; }

.widget_leftText .widget-content .bgimage {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto; }

.widget_leftText .widget-text > :first-child {
  margn-top: 0; }

.widget_leftText .widget-text > :last-child {
  margn-bottm: 0; }

.widget_leftText .widget-text .buttons {
  margin: 0.83333em 0 0; }

@media screen and (min-width: 767px) {
  .widget_leftText .widget-text .btn, .widget_leftText .widget-text .btn-plain, .widget_leftText .widget-text .btn-main, .widget_leftText .widget-text .thumb-button, .widget_leftText .widget-text .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .widget_leftText .widget-text a, .widget_leftText .widget-text .btn-main-sm, .widget_leftText .widget-text .editorContent form input[type='submit'], .editorContent form .widget_leftText .widget-text input[type='submit'], .widget_leftText .widget-text .gform_submit_button, .widget_leftText .widget-text .gform_next_button, .widget_leftText .widget-text .gform_previous_button, .widget_leftText .widget-text .btn-cart, .widget_leftText .widget-text .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .widget_leftText .widget-text a, .widget_leftText .widget-text .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .widget_leftText .widget-text a, .widget_leftText .widget-text .btn-clear, .widget_leftText .widget-text .btn-white, .widget_leftText .widget-text .btn-default, .widget_leftText .widget-text .btn-default-sm, .widget_leftText .widget-text .gform_reset_button, .widget_leftText .widget-text .btn-ico {
    background-color: transparent;
    border: 2px solid #ffffff; }
    .widget_leftText .widget-text .btn:hover, .widget_leftText .widget-text .btn-plain:hover, .widget_leftText .widget-text .btn-main:hover, .widget_leftText .widget-text .thumb-button:hover, .widget_leftText .widget-text .widget_pageContent_collapsible .buttons .linkItems li a:hover, .widget_pageContent_collapsible .buttons .linkItems li .widget_leftText .widget-text a:hover, .widget_leftText .widget-text .btn-main-sm:hover, .widget_leftText .widget-text .editorContent form input:hover[type='submit'], .editorContent form .widget_leftText .widget-text input:hover[type='submit'], .widget_leftText .widget-text .gform_submit_button:hover, .widget_leftText .widget-text .gform_next_button:hover, .widget_leftText .widget-text .gform_previous_button:hover, .widget_leftText .widget-text .btn-cart:hover, .widget_leftText .widget-text .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .widget_leftText .widget-text a:hover, .widget_leftText .widget-text .widget_spotlightProduct .widget-info a:hover, .widget_spotlightProduct .widget-info .widget_leftText .widget-text a:hover, .widget_leftText .widget-text .btn-clear:hover, .widget_leftText .widget-text .btn-white:hover, .widget_leftText .widget-text .btn-default:hover, .widget_leftText .widget-text .btn-default-sm:hover, .widget_leftText .widget-text .gform_reset_button:hover, .widget_leftText .widget-text .btn-ico:hover, .widget_leftText .widget-text .btn:focus, .widget_leftText .widget-text .btn-plain:focus, .widget_leftText .widget-text .btn-main:focus, .widget_leftText .widget-text .thumb-button:focus, .widget_leftText .widget-text .widget_pageContent_collapsible .buttons .linkItems li a:focus, .widget_pageContent_collapsible .buttons .linkItems li .widget_leftText .widget-text a:focus, .widget_leftText .widget-text .btn-main-sm:focus, .widget_leftText .widget-text .editorContent form input:focus[type='submit'], .editorContent form .widget_leftText .widget-text input:focus[type='submit'], .widget_leftText .widget-text .gform_submit_button:focus, .widget_leftText .widget-text .gform_next_button:focus, .widget_leftText .widget-text .gform_previous_button:focus, .widget_leftText .widget-text .btn-cart:focus, .widget_leftText .widget-text .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:focus, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .widget_leftText .widget-text a:focus, .widget_leftText .widget-text .widget_spotlightProduct .widget-info a:focus, .widget_spotlightProduct .widget-info .widget_leftText .widget-text a:focus, .widget_leftText .widget-text .btn-clear:focus, .widget_leftText .widget-text .btn-white:focus, .widget_leftText .widget-text .btn-default:focus, .widget_leftText .widget-text .btn-default-sm:focus, .widget_leftText .widget-text .gform_reset_button:focus, .widget_leftText .widget-text .btn-ico:focus {
      background: #ffffff;
      color: #672666 !important; } }

.widget_leftText .widget-image {
  min-height: 25.55556em; }
  .col-xs-12 .widget_leftText .widget-image,
  .col-sm-12 .widget_leftText .widget-image,
  .col-md-12 .widget_leftText .widget-image,
  .col-lg-12 .widget_leftText .widget-image {
    min-height: 30.55556em; }
  .container-full > .widget_leftText .widget-image {
    min-height: 33.33333em; }

.widget_leftText.reveal .widget-text > .editorContent,
.widget_leftText.reveal .widget-text > .buttons {
  position: relative;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.6s;
  transition-delay: 0.1s; }

.widget_leftText.reveal .widget-text > .buttons {
  transition-delay: 0.5s; }

.widget_leftText.reveal.revealed .widget-text > .editorContent,
.widget_leftText.reveal.revealed .widget-text > .buttons {
  opacity: 1; }

@media screen and (max-width: 767px) {
  .widget_leftText .widget-content .bgimage {
    height: 14.44444em; }
  .widget_leftText .widget-image {
    position: relative;
    min-height: 0 !important;
    margin: 0;
    height: 14.44444em; }
  .widget_leftText .widget-text {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    height: auto;
    padding-top: 1.22222em;
    padding-bottom: 1.22222em;
    margin: 0.27778em 0 0;
    background: transparent;
    color: #58595c; }
    .widget_leftText .widget-text a:not([class^='btn']) {
      color: inherit; }
      .widget_leftText .widget-text a:not([class^='btn']):hover {
        color: inherit; }
  .container-full > .widget_leftText .widget-content .bgimage {
    height: 14.44444em; }
  .container-full > .widget_leftText .widget-image {
    position: relative;
    min-height: 0;
    margin: 0;
    height: 14.44444em; }
  .container-full > .widget_leftText .widget-text {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    height: auto;
    padding-top: 1.22222em;
    padding-bottom: 1.22222em;
    margin: 0.27778em 0 0; } }

.widget_bottomText .widget-text {
  position: relative;
  margin: 0.27778em 0 0; }
  @media screen and (max-width: 767px) {
    .widget_bottomText .widget-text {
      padding-left: 0;
      padding-right: 0; } }

.widget_bottomText .editorContent h2 {
  font-size: 1.22222em;
  line-height: 1.09091em;
  display: block;
  padding: 0;
  margin: 0 0 0.22727em; }

.widget_bottomText .editorContent p {
  margin: 0 0 0.88889em; }

.widget_bottomText .editorContent .btn-main-sm, .widget_bottomText .editorContent form input[type='submit'], .widget_bottomText .editorContent .gform_submit_button, .widget_bottomText .editorContent .gform_next_button, .widget_bottomText .editorContent .gform_previous_button, .widget_bottomText .editorContent .btn-cart, .widget_bottomText .editorContent .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .widget_bottomText .editorContent a, .widget_bottomText .editorContent .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .widget_bottomText .editorContent a {
  padding: 0.53333em 1.33333em 0.6em; }

.widget_bottomText .editorContent > :first-child {
  margin-top: 0; }

.widget_bottomText .editorContent > :last-child {
  margin-bottom: 0; }

.widget_bottomText .widget-image {
  height: 14.44444em; }
  .widget_bottomText .widget-image:hover .widget-image-hover {
    display: block; }

.widget_bottomText .widget-text {
  padding-top: 1.22222em;
  padding-bottom: 1.22222em;
  padding-left: 0;
  padding-right: 0; }
  .widget_bottomText .widget-text > :first-child {
    margn-top: 0; }
  .widget_bottomText .widget-text > :last-child {
    margin-bottm: 0; }

.widget_bottomText .widget-image-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  text-align: center; }
  .widget_bottomText .widget-image-hover:before {
    content: ' ';
    display: inline-block;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    margin: 0 0 0 -4px; }
  .widget_bottomText .widget-image-hover:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background: #000;
    opacity: 0.84;
    z-index: 0; }

.widget_bottomText .widget-image-hover-content {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1; }
  .widget_bottomText .widget-image-hover-content a {
    color: inherit; }
    .widget_bottomText .widget-image-hover-content a:hover {
      color: inherit; }
  .widget_bottomText .widget-image-hover-content .editorContent h2 {
    margin: 0 0 0.45455em; }

.widget_bottomText_imageBorder .widget-image {
  border: 1px solid #e2e3e3;
  border-bottom: 0;
  height: 14.72222em; }

.widget_bottomText_imageBorder .widget-text {
  margin-top: 0; }

.widget_bottomText_tileTabs {
  /*
		.carousel-nav-prev,
		.carousel-nav-next {
			position: absolute;
			display: inline-block;
			height: pxToEm(101);
			width: (70px - ($grid-gutter-width/2));
			line-height: pxToEm(101);
			margin-top: pxToEm(-101/2);
			color: #fff;

			span {
				@include sr;
			}

			&:before {
				content: '';
				display: inline-block;
			}
		}
		.carousel-nav-prev {
			left: 0;
			right: auto;
			text-align: right;

			&:before {
				$scale: svg-sprite-get-scale($sprite_arrow-left, 60px);
				@include svg-sprite($sprite_arrow-left, true, true, $scale);

				@include mq-max($screen-xs-max)
				{
					$scale: svg-sprite-get-scale($sprite_arrow-left, 40px);
					@include svg-sprite($sprite_arrow-left, true, true, $scale);
				}
			}
		}
		.carousel-nav-next {
			left: auto;
			right: 0;
			text-align: left;

			&:before {
				$scale: svg-sprite-get-scale($sprite_arrow-right, 60px);
				@include svg-sprite($sprite_arrow-right, true, true, $scale);

				@include mq-max($screen-xs-max)
				{
					$scale: svg-sprite-get-scale($sprite_arrow-right, 40px);
					@include svg-sprite($sprite_arrow-right, true, true, $scale);
				}
			}
		}
		*/ }
  .widget_bottomText_tileTabs .mobileFlag {
    position: absolute;
    display: block; }
  .widget_bottomText_tileTabs .tileTabsCarousel,
  .widget_bottomText_tileTabs .carousel-slides-viewport,
  .widget_bottomText_tileTabs .carousel-slides,
  .widget_bottomText_tileTabs .carousel-slide {
    height: 100%; }
  .widget_bottomText_tileTabs .carousel-slides-viewport {
    overflow: hidden;
    margin: 0 -10px; }
  .widget_bottomText_tileTabs .carousel-slide {
    width: 210px;
    float: left; }
  .widget_bottomText_tileTabs .slide {
    height: 100%;
    margin: 0 10px;
    position: relative; }
    .widget_bottomText_tileTabs .slide .bgimage {
      background-color: transparent;
      background-size: 100% auto; }
  .widget_bottomText_tileTabs .carousel-pages {
    display: none; }
  .widget_bottomText_tileTabs .carousel-nav {
    max-width: 65.55556em;
    margin-left: auto;
    margin-right: auto;
    min-width: 960px;
    /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/
    position: absolute;
    left: 0;
    right: 0;
    top: 7.22222em;
    width: auto;
    height: 0; }
    @media screen and (min-width: 1px) {
      .widget_bottomText_tileTabs .carousel-nav {
        min-width: 0; } }
    @media screen and (max-width: 1210px) {
      .widget_bottomText_tileTabs .carousel-nav {
        max-width: none;
        margin-left: 0.83333em;
        margin-right: 0.83333em; } }
    @media screen and (max-width: 767px) {
      .widget_bottomText_tileTabs .carousel-nav {
        margin-left: 0.83333em;
        margin-right: 0.83333em; } }
  .widget_bottomText_tileTabs .carousel-nav-prev,
  .widget_bottomText_tileTabs .carousel-nav-next {
    position: absolute;
    display: inline-block;
    height: 5.61111em;
    width: 55px;
    line-height: 5.61111em;
    margin-top: -2.80556em;
    color: #fff; }
    .widget_bottomText_tileTabs .carousel-nav-prev span,
    .widget_bottomText_tileTabs .carousel-nav-next span {
      position: absolute;
      height: 1px;
      width: 1px;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
      -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
      overflow: hidden !important; }
    .widget_bottomText_tileTabs .carousel-nav-prev:before,
    .widget_bottomText_tileTabs .carousel-nav-next:before {
      content: '';
      display: inline-block; }
  .widget_bottomText_tileTabs .carousel-nav-prev {
    left: 0;
    right: auto;
    text-align: right; }
    .widget_bottomText_tileTabs .carousel-nav-prev:before {
      background-position: 0% 25.45455%;
      width: 75px;
      height: 75px;
      background-size: 374px 305px;
      position: absolute;
      left: 50%;
      margin-left: -37.5px;
      position: absolute;
      top: 50%;
      margin-top: -37.5px; }
      @media screen and (min-width: 768px) {
        .widget_bottomText_tileTabs .carousel-nav-prev:before {
          left: calc(50% + 15px); } }
    @media screen and (max-width: 480px) {
      .widget_bottomText_tileTabs .carousel-nav-prev {
        display: none; } }
  .widget_bottomText_tileTabs .carousel-nav-next {
    left: auto;
    right: 0;
    text-align: left; }
    .widget_bottomText_tileTabs .carousel-nav-next:before {
      background-position: 25.08711% 25.45455%;
      width: 75px;
      height: 75px;
      background-size: 374px 305px;
      position: absolute;
      left: 50%;
      margin-left: -37.5px;
      position: absolute;
      top: 50%;
      margin-top: -37.5px; }
      @media screen and (min-width: 768px) {
        .widget_bottomText_tileTabs .carousel-nav-next:before {
          left: calc(50% - 15px); } }
    @media screen and (max-width: 480px) {
      .widget_bottomText_tileTabs .carousel-nav-next {
        display: none; } }
  @media screen and (max-width: 767px) {
    .widget_bottomText_tileTabs .widget-text {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (min-width: 640px) {
    .widget_bottomText_tileTabs .mobileFlag {
      display: none; }
    .widget_bottomText_tileTabs .carousel-slide {
      width: 33.3%;
      float: left; } }

.widget_spotlight .widget-text {
  position: relative;
  margin: 0.27778em 0 0; }
  @media screen and (max-width: 767px) {
    .widget_spotlight .widget-text {
      padding-left: 0;
      padding-right: 0; } }

.widget_spotlight .widget-text {
  position: relative;
  padding-right: 11.66667em; }
  .widget_spotlight .widget-text .buttons {
    position: absolute;
    top: 1em;
    right: 1em;
    margin: 0; }
    .widget_spotlight .widget-text .buttons .btn-main-sm, .widget_spotlight .widget-text .buttons .editorContent form input[type='submit'], .editorContent form .widget_spotlight .widget-text .buttons input[type='submit'], .widget_spotlight .widget-text .buttons .gform_submit_button, .widget_spotlight .widget-text .buttons .gform_next_button, .widget_spotlight .widget-text .buttons .gform_previous_button, .widget_spotlight .widget-text .buttons .btn-cart, .widget_spotlight .widget-text .buttons .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .widget_spotlight .widget-text .buttons a, .widget_spotlight .widget-text .buttons .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .widget_spotlight .widget-text .buttons a {
      padding: 0.53333em 1.33333em 0.6em; }
  .widget_spotlight .widget-text.noButton {
    padding-right: 0; }

.widget_spotlight_imageOnly .widget-image {
  height: 100%; }

.widget_spotlightProject .widget-text {
  position: relative;
  margin: 0.27778em 0 0; }
  @media screen and (max-width: 767px) {
    .widget_spotlightProject .widget-text {
      padding-left: 0;
      padding-right: 0; } }

.widget_spotlightProject .editorContent h2 {
  display: block;
  padding: 0;
  margin: 0; }

.widget_spotlightProject .editorContent p {
  margin: 0 0 0.88889em; }

.widget_spotlightProject .editorContent .btn-main-sm, .widget_spotlightProject .editorContent form input[type='submit'], .widget_spotlightProject .editorContent .gform_submit_button, .widget_spotlightProject .editorContent .gform_next_button, .widget_spotlightProject .editorContent .gform_previous_button, .widget_spotlightProject .editorContent .btn-cart, .widget_spotlightProject .editorContent .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .widget_spotlightProject .editorContent a, .widget_spotlightProject .editorContent .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .widget_spotlightProject .editorContent a {
  padding: 0.53333em 1.33333em 0.6em; }

.widget_spotlightProject .editorContent > :first-child {
  margin-top: 0; }

.widget_spotlightProject .editorContent > :last-child {
  margin-bottom: 0; }

.widget_spotlightProject .widget-image {
  height: 22.22222em; }
  .widget_spotlightProject .widget-image:hover .widget-image-hover {
    display: block; }

.widget_spotlightProject .widget-image-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  text-align: center; }
  .widget_spotlightProject .widget-image-hover:before {
    content: ' ';
    display: inline-block;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    margin: 0 0 0 -5px; }
  .widget_spotlightProject .widget-image-hover:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background: #252421;
    opacity: 0.7;
    z-index: 0; }

.widget_spotlightProject .widget-image-hover-content {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  max-width: 99%; }
  .widget_spotlightProject .widget-image-hover-content a {
    color: inherit; }
    .widget_spotlightProject .widget-image-hover-content a:hover {
      color: inherit; }
  .widget_spotlightProject .widget-image-hover-content .editorContent h2 {
    margin: 0 0 0.45455em; }

.widget_spotlightProject .widget-text {
  background: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  min-height: 8.33333em;
  margin-top: 0.55556em; }
  .widget_spotlightProject .widget-text .products {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    top: 0;
    display: block;
    margin: 0 -5px; }
    .widget_spotlightProject .widget-text .products .product {
      float: left;
      width: 50%;
      padding: 0 0.27778em;
      height: 100%; }
    .widget_spotlightProject .widget-text .products .product_fullWidth {
      width: 100%; }
    .widget_spotlightProject .widget-text .products .product-link {
      display: block;
      height: 100%;
      position: relative;
      text-align: center; }
      .widget_spotlightProject .widget-text .products .product-link:before {
        content: ' ';
        display: inline-block;
        height: 100%;
        line-height: 100%;
        vertical-align: middle;
        margin-left: -5px; }
      .widget_spotlightProject .widget-text .products .product-link:hover .product-image:after {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        background: #252421;
        opacity: 0.7; }
      .widget_spotlightProject .widget-text .products .product-link:hover .product-text {
        display: inline-block; }
    .widget_spotlightProject .widget-text .products .product-image {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto; }
      .widget_spotlightProject .widget-text .products .product-image .bgimage {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto; }
    .widget_spotlightProject .widget-text .products .product-text {
      color: #fff;
      font-size: 0.77778em;
      line-height: 1.07143em;
      display: none;
      vertical-align: middle;
      position: relative; }
      .widget_spotlightProject .widget-text .products .product-text a {
        color: inherit; }
        .widget_spotlightProject .widget-text .products .product-text a:hover {
          color: inherit; }
      .widget_spotlightProject .widget-text .products .product-text .product-name,
      .widget_spotlightProject .widget-text .products .product-text .product-name-code {
        display: block;
        margin: 0;
        padding: 0; }
      .widget_spotlightProject .widget-text .products .product-text .product-name {
        font-weight: 600; }
      .widget_spotlightProject .widget-text .products .product-text .product-name-code {
        font-weight: 300; }

.widget_spotlightProject_imageOnly .widget-image {
  min-height: 265px;
  height: 100%; }
  .widget_spotlightProject_imageOnly .widget-image .bgimage {
    bottom: 0; }
  .widget_spotlightProject_imageOnly .widget-image .project-content {
    bottom: 0; }

.widget_spotlightProduct .widget-imageSide .product {
  width: 100%;
  position: relative; }

.widget_spotlightProduct .widget-imageSide .bgimage {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background-color: transparent; }

.widget_spotlightProduct .widget-imageSide .efPattern {
  background-size: contain; }

.widget_spotlightProduct .widget-imageSide .product-link {
  display: block;
  padding-top: 82.88288%;
  position: relative; }

.widget_spotlightProduct .widget-imageSide .product-image .productImage {
  box-shadow: 0px 3px 6px #000000; }

@media screen and (min-width: 767px) {
  .widget_spotlightProduct .widget-info a {
    background: #672666;
    color: #fff;
    font-size: 18px;
    padding: 0.61111em 1.38889em;
    background-color: #ffffff !important;
    color: #672666 !important;
    font-size: 16px;
    padding: 0.625em 0.9375em 0.625em; }
    .widget_spotlightProduct .widget-info a:hover {
      background: #763b75;
      color: #ffffff; }
    body.keyboard-tab .widget_spotlightProduct .widget-info a:focus {
      outline: 1px solid #000000;
      outline-offset: 0;
      box-shadow: 0 0 0.33333em 0.16667em #000000; }
    .widget_spotlightProduct .widget-info a:hover, .widget_spotlightProduct .widget-info a:focus {
      background: #763b75 !important;
      color: #ffffff !important; } }

.widget_spotlightProduct.widget_spotlightProject_imageOnly {
  padding-left: 15px;
  padding-right: 15px; }
  .widget_spotlightProduct.widget_spotlightProject_imageOnly .widget-info-inner .editorContent {
    padding-top: 30px;
    padding-bottom: 15px; }
  @media screen and (min-width: 767px) {
    .widget_spotlightProduct.widget_spotlightProject_imageOnly.text_left .widget-content, .widget_spotlightProduct.widget_spotlightProject_imageOnly.text_right .widget-content {
      display: flex;
      align-items: center; }
    .widget_spotlightProduct.widget_spotlightProject_imageOnly.text_left .widget-info, .widget_spotlightProduct.widget_spotlightProject_imageOnly.text_right .widget-info {
      flex: 0 0 47%;
      padding: 80px 50px;
      background: #672666; }
    .widget_spotlightProduct.widget_spotlightProject_imageOnly.text_left .widget-imageSide, .widget_spotlightProduct.widget_spotlightProject_imageOnly.text_right .widget-imageSide {
      flex: 0 0 53%; }
    .widget_spotlightProduct.widget_spotlightProject_imageOnly.text_left .widget-info-inner .editorContent, .widget_spotlightProduct.widget_spotlightProject_imageOnly.text_right .widget-info-inner .editorContent {
      color: #fff; }
      .widget_spotlightProduct.widget_spotlightProject_imageOnly.text_left .widget-info-inner .editorContent a, .widget_spotlightProduct.widget_spotlightProject_imageOnly.text_right .widget-info-inner .editorContent a {
        color: inherit; }
        .widget_spotlightProduct.widget_spotlightProject_imageOnly.text_left .widget-info-inner .editorContent a:hover, .widget_spotlightProduct.widget_spotlightProject_imageOnly.text_right .widget-info-inner .editorContent a:hover {
          color: inherit; }
    .widget_spotlightProduct.widget_spotlightProject_imageOnly.text_right .widget-info {
      order: 2; }
    .widget_spotlightProduct.widget_spotlightProject_imageOnly.text_right .widget-imageSide {
      order: 1; } }
  @media screen and (max-width: 991px) and (min-width: 767px) {
    .widget_spotlightProduct.widget_spotlightProject_imageOnly.text_left .widget-imageSide, .widget_spotlightProduct.widget_spotlightProject_imageOnly.text_right .widget-imageSide {
      flex-basis: calc(53% + 15px); }
    .widget_spotlightProduct.widget_spotlightProject_imageOnly.text_left .widget-imageSide {
      margin-left: -15px; }
    .widget_spotlightProduct.widget_spotlightProject_imageOnly.text_right .widget-imageSide {
      margin-right: -15px; } }

.widget_spotlightProduct.reveal .product {
  opacity: 0;
  transition: padding 0.8s ease, opacity 0.6s ease; }

@media screen and (min-width: 767px) {
  .widget_spotlightProduct.reveal.text_left .widget-info,
  .widget_spotlightProduct.reveal.text_left .widget-imageSide, .widget_spotlightProduct.reveal.text_right .widget-info,
  .widget_spotlightProduct.reveal.text_right .widget-imageSide {
    position: absolute; }
  .widget_spotlightProduct.reveal.text_left .widget-info {
    left: -100%; }
  .widget_spotlightProduct.reveal.text_left .widget-imageSide {
    right: -100%; }
  .widget_spotlightProduct.reveal.text_right .widget-info {
    right: -100%; }
  .widget_spotlightProduct.reveal.text_right .widget-imageSide {
    left: -100%; }
  .widget_spotlightProduct.reveal .widget-info-inner .editorContent {
    position: relative;
    bottom: -300px; } }

.widget_spotlightProduct.reveal .widget-info-inner h2,
.widget_spotlightProduct.reveal .widget-info-inner p,
.widget_spotlightProduct.reveal .widget-info-inner a {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.4s; }

.widget_spotlightProduct.reveal .widget-info-inner h2 {
  transition-delay: .1s; }

.widget_spotlightProduct.reveal .widget-info-inner p {
  transition-delay: .4s; }

.widget_spotlightProduct.reveal .widget-info-inner a {
  transition-delay: .7s; }

.widget_spotlightProduct.revealed .widget-info-inner h2,
.widget_spotlightProduct.revealed .widget-info-inner p,
.widget_spotlightProduct.revealed .widget-info-inner a {
  opacity: 1; }

.widget_spotlightProduct.revealed .product {
  opacity: 1; }

@media screen and (min-width: 767px) {
  .widget_spotlightProduct.revealed.text_left .widget-info,
  .widget_spotlightProduct.revealed.text_left .widget-imageSide, .widget_spotlightProduct.revealed.text_right .widget-info,
  .widget_spotlightProduct.revealed.text_right .widget-imageSide {
    position: relative; }
  .widget_spotlightProduct.revealed.text_left .widget-info {
    left: 0;
    transition: left 1.5s; }
  .widget_spotlightProduct.revealed.text_left .widget-imageSide {
    right: 0;
    transition: right 1.5s; }
  .widget_spotlightProduct.revealed.text_right .widget-info {
    right: 0;
    transition: right 1.5s; }
  .widget_spotlightProduct.revealed.text_right .widget-imageSide {
    left: 0;
    transition: left 1.5s; }
  .widget_spotlightProduct.revealed .widget-info-inner .editorContent {
    position: relative;
    bottom: 0;
    transition: bottom 2s; } }

.widget_spotlightMultiProduct {
  background-color: #672666;
  color: #fff;
  padding: 1.66667em 0.83333em; }
  .widget_spotlightMultiProduct a {
    color: inherit; }
    .widget_spotlightMultiProduct a:hover {
      color: inherit; }
  .widget_spotlightMultiProduct .widget-text {
    position: relative;
    margin: 0.27778em 0 0; }
    @media screen and (max-width: 767px) {
      .widget_spotlightMultiProduct .widget-text {
        padding-left: 0;
        padding-right: 0; } }
  .widget_spotlightMultiProduct .widget-content {
    max-width: 65.55556em;
    margin-left: auto;
    margin-right: auto;
    min-width: 960px;
    /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/ }
    @media screen and (min-width: 1px) {
      .widget_spotlightMultiProduct .widget-content {
        min-width: 0; } }
    @media screen and (max-width: 1210px) {
      .widget_spotlightMultiProduct .widget-content {
        max-width: none;
        margin-left: 0.83333em;
        margin-right: 0.83333em; } }
    @media screen and (max-width: 767px) {
      .widget_spotlightMultiProduct .widget-content {
        margin-left: 0.83333em;
        margin-right: 0.83333em; } }
  .widget_spotlightMultiProduct .editorContent .btn-main-sm, .widget_spotlightMultiProduct .editorContent form input[type='submit'], .widget_spotlightMultiProduct .editorContent .gform_submit_button, .widget_spotlightMultiProduct .editorContent .gform_next_button, .widget_spotlightMultiProduct .editorContent .gform_previous_button, .widget_spotlightMultiProduct .editorContent .btn-cart, .widget_spotlightMultiProduct .editorContent .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .widget_spotlightMultiProduct .editorContent a, .widget_spotlightMultiProduct .editorContent .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .widget_spotlightMultiProduct .editorContent a {
    padding: 0.53333em 1.33333em 0.6em; }
  .widget_spotlightMultiProduct .editorContent > :first-child {
    margin-top: 0; }
  .widget_spotlightMultiProduct .editorContent > :last-child {
    margin-bottom: 0; }
  .widget_spotlightMultiProduct .widget-title {
    text-align: center;
    max-width: 781px;
    margin: 0 auto; }
    .widget_spotlightMultiProduct .widget-title h2 {
      font-size: 2.81818em;
      line-height: 1.06452em;
      display: block;
      padding: 0;
      margin: 0;
      color: #ffffff;
      margin-bottom: 0.48387em; }
      @media screen and (max-width: 1199px) {
        .widget_spotlightMultiProduct .widget-title h2 {
          font-size: 2em; } }
      @media screen and (max-width: 767px) {
        .widget_spotlightMultiProduct .widget-title h2 {
          font-size: 1.63636em; } }
    .widget_spotlightMultiProduct .widget-title .editorContent {
      font-size: 1em; }
      @media screen and (max-width: 767px) {
        .widget_spotlightMultiProduct .widget-title .editorContent {
          font-size: 0.81818em; } }
    .widget_spotlightMultiProduct .widget-title p {
      margin: 0 0 0.72727em; }
  .widget_spotlightMultiProduct .widget-footer {
    text-align: center; }
    .widget_spotlightMultiProduct .widget-footer a {
      font-size: 26px;
      line-height: 1.26923; }
      @media screen and (max-width: 767px) {
        .widget_spotlightMultiProduct .widget-footer a {
          font-size: 1em; } }
  .widget_spotlightMultiProduct .product {
    margin: 1.94444em 0; }
    @media screen and (max-width: 767px) {
      .widget_spotlightMultiProduct .product {
        margin: 1em 0; } }
    .widget_spotlightMultiProduct .product .btn-white:after {
      content: none; }
    .widget_spotlightMultiProduct .product:focus-within .widget-image .bgimage, .widget_spotlightMultiProduct .product:hover .widget-image .bgimage {
      filter: grayscale(100%); }
    .widget_spotlightMultiProduct .product:focus-within .widget-image-hover, .widget_spotlightMultiProduct .product:hover .widget-image-hover {
      opacity: 1; }
      .widget_spotlightMultiProduct .product:focus-within .widget-image-hover .widget-image-hover-content, .widget_spotlightMultiProduct .product:hover .widget-image-hover .widget-image-hover-content {
        opacity: 1; }
      .widget_spotlightMultiProduct .product:focus-within .widget-image-hover:after, .widget_spotlightMultiProduct .product:hover .widget-image-hover:after {
        opacity: 1; }
  .widget_spotlightMultiProduct .widget-image {
    height: 34.21875vw;
    min-height: 300px;
    box-shadow: 0px 3px 6px #000000; }
    .widget_spotlightMultiProduct .widget-image .bgimage {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto;
      filter: grayscale(0%);
      transition: filter 0.2s ease; }
    @media screen and (min-width: 1200px) {
      .widget_spotlightMultiProduct .widget-image {
        height: 22.83333em; } }
  .widget_spotlightMultiProduct .widget-image-hover {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    text-align: center; }
    .widget_spotlightMultiProduct .widget-image-hover:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      line-height: 100%;
      vertical-align: middle;
      margin: 0 0 0 -5px; }
    @media screen and (max-width: 767px) {
      .widget_spotlightMultiProduct .widget-image-hover {
        opacity: 1; } }
  .widget_spotlightMultiProduct .widget-image-hover-content {
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    z-index: 1;
    max-width: 99%;
    padding: 10%; }
    .widget_spotlightMultiProduct .widget-image-hover-content a {
      color: inherit; }
      .widget_spotlightMultiProduct .widget-image-hover-content a:hover {
        color: inherit; }
    .widget_spotlightMultiProduct .widget-image-hover-content .editorContent div.title {
      font-size: 42px;
      font-weight: 300;
      line-height: 42px; }
      @media screen and (max-width: 767px) {
        .widget_spotlightMultiProduct .widget-image-hover-content .editorContent div.title {
          font-size: 30px;
          line-height: 30px; } }
    .widget_spotlightMultiProduct .widget-image-hover-content .editorContent p,
    .widget_spotlightMultiProduct .widget-image-hover-content .editorContent a {
      font-size: 16px;
      line-height: 24px; }
  .widget_spotlightMultiProduct.reveal .products .product {
    position: absolute; }
    .widget_spotlightMultiProduct.reveal .products .product:first-of-type {
      left: -100%; }
    .widget_spotlightMultiProduct.reveal .products .product:last-of-type {
      right: -100%; }
  .widget_spotlightMultiProduct.revealed .products .product {
    position: relative; }
    .widget_spotlightMultiProduct.revealed .products .product:first-of-type {
      left: 0;
      transition: left 1.5s; }
    .widget_spotlightMultiProduct.revealed .products .product:last-of-type {
      right: 0;
      transition: right 1.5s; }

.widget_cardsList .widget-content {
  height: 100%; }
  .widget_cardsList .widget-content .card {
    position: relative;
    margin: 0; }
    .widget_cardsList .widget-content .card .card-text {
      padding-bottom: 1px; }
    .widget_cardsList .widget-content .card .card-link {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto; }
      .widget_cardsList .widget-content .card .card-link > a {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto; }
  .widget_cardsList .widget-content .editorContent h2 {
    font-size: 1.66667em;
    line-height: 1.13333em;
    display: block;
    padding: 0;
    margin: 0 0 0.33333em; }
  .widget_cardsList .widget-content .editorContent p {
    margin: 0 0 1.88889em; }
  .widget_cardsList .widget-content .editorContent > :last-child {
    margin-bottom: 0; }

.widget_cardsList .widget-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

@media screen and (max-width: 991px) {
  .widget_cardsList .widget-content {
    display: block;
    margin: 0;
    margin-left: -15px;
    margin-right: -15px; }
    .widget_cardsList .widget-content:before, .widget_cardsList .widget-content:after {
      content: ' ';
      display: table; }
    .widget_cardsList .widget-content:after {
      clear: both; }
    .widget_cardsList .widget-content .card {
      float: left;
      width: 50%;
      padding: 0 15px; }
      .widget_cardsList .widget-content .card .card-content {
        font-size: 0.77778em; } }

@media screen and (max-width: 767px) {
  .widget_cardsList .widget-content {
    margin: 0; }
    .widget_cardsList .widget-content:before, .widget_cardsList .widget-content:after {
      content: none;
      display: inline; }
    .widget_cardsList .widget-content:after {
      clear: none; }
    .widget_cardsList .widget-content .card {
      float: none;
      width: auto;
      padding: 0;
      margin: 0 0 2.5em; }
      .widget_cardsList .widget-content .card .card-content {
        font-size: 0.88889em; } }

@media screen and (max-width: 380px) {
  .widget_cardsList .widget-content .card .card-content {
    display: block; }
  .widget_cardsList .widget-content .card .card-image {
    display: block;
    width: auto;
    max-width: 100%;
    min-width: 0; }
    .widget_cardsList .widget-content .card .card-image .bgimage {
      width: auto;
      height: 14.44444em; }
  .widget_cardsList .widget-content .card .card-text {
    display: block;
    width: auto;
    max-width: 100%;
    min-width: 0;
    padding: 1.22222em 1em; } }

.widget_contactInfo .widget-content {
  padding: 4.44444em 0;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .widget_contactInfo .widget-content {
      padding: 0; } }

.widget_contactInfo h3 {
  font-weight: 700;
  color: #4b4b4b;
  margin: 0;
  margin-bottom: 32px;
  font-size: 2.44444em;
  line-height: 1.27273em; }
  @media screen and (max-width: 1199px) {
    .widget_contactInfo h3 {
      font-size: 2.22222em;
      line-height: 1.3em; } }
  @media screen and (max-width: 991px) {
    .widget_contactInfo h3 {
      font-size: 2em;
      line-height: 1.33333em;
      text-align: center; } }

.widget_contactInfo .contactInfo-item {
  margin: 20px 0; }
  .widget_contactInfo .contactInfo-item:before, .widget_contactInfo .contactInfo-item:after {
    content: ' ';
    display: table; }
  .widget_contactInfo .contactInfo-item:after {
    clear: both; }
  .widget_contactInfo .contactInfo-item .contactInfo-item-img {
    display: block;
    height: 100%;
    float: left;
    margin: 10px 20px 0 10px;
    width: 26px; }
  .widget_contactInfo .contactInfo-item span {
    float: left;
    display: block;
    font-size: 1.44444em;
    line-height: 1.53846em; }
    .widget_contactInfo .contactInfo-item span p {
      margin: 0;
      word-wrap: break-word;
      word-break: break-all; }
    @media screen and (max-width: 767px) {
      .widget_contactInfo .contactInfo-item span {
        font-size: 1em; } }

.widget_video {
  position: relative; }
  .widget_video .widget-content {
    position: relative;
    height: 0;
    padding: 0 0 56.25% 0;
    max-width: 37.66667em; }
    .widget_video .widget-content iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }

.widget_image {
  margin-bottom: 2.22222em; }
  .widget_image img {
    display: block;
    margin: 0; }

.imageDownload-displayImage {
  text-align: center; }
  .imageDownload-displayImage img {
    max-width: 100%; }

.widget_spacer {
  margin: 0;
  padding: 0;
  display: block; }

.linkItems {
  list-style: none;
  padding: 0;
  margin: 0; }

.linkItem {
  list-style: none;
  padding: 0;
  margin: 0; }
  .linkItem a {
    display: block; }
  .linkItem .postPreview_product .thumb-hoverContent a {
    display: inline-block; }

.linkItem-inner:hover .linkItem-text {
  color: rgba(75, 75, 75, 0.8); }

.linkItem-image {
  display: block;
  position: relative;
  padding: 0 0 100% 0; }
  .linkItem-image .bgimage {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto; }
  .linkItem-image .playback-click-spot:before {
    width: 49px;
    height: 49px;
    margin: -24.5px 0 0 -24.5px; }
  .linkItem-image .playback-click-spot:after {
    content: '';
    position: absolute;
    display: block;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-width: 11px;
    margin: 0;
    top: 50%;
    left: 100%;
    border-left-color: #672666;
    margin-top: -11px;
    border-left-width: 16px;
    border-right-width: 16px;
    left: 50%;
    margin-left: -6px; }
  @media screen and (min-width: 480px) {
    .linkItem-image .playback-click-spot:before {
      width: 70px;
      height: 70px;
      margin-left: -35px;
      margin-top: -35px; }
    .linkItem-image .playback-click-spot:after {
      display: block;
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-width: 16px;
      margin: 0;
      top: 50%;
      left: 100%;
      border-left-color: #672666;
      margin-top: -16px;
      border-left-width: 22px;
      border-right-width: 22px;
      left: 50%;
      margin-left: -8px; } }
  .linkItem-image + .linkItem-text {
    margin-top: 0.125em; }

.linkItem-image-overlayText {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 0.77778em;
  font-weight: 400;
  line-height: 1;
  padding: 0.53333em 0.33333em;
  text-align: center; }
  .linkItem-image-overlayText .text {
    display: inline;
    font: inherit;
    color: inherit; }
  .linkItem-image-overlayText_roomsCarpet {
    top: auto;
    bottom: 25%; }

.linkItem-text {
  display: block;
  color: #fff;
  color: #4b4b4b;
  background: transparent;
  /*
	background: $colorMediumGray;
	color: $colorLightGray;
	*/
  font-size: 0.88889em;
  line-height: 1.375;
  font-weight: 700;
  padding: 0.5em 0;
  min-height: 4.125em;
  transition: color 0.2s ease; }
  .linkItem-text a {
    color: inherit; }
    .linkItem-text a:hover {
      color: inherit; }

.lb-editor .linkItems_thumbnail .linkItem-text, .lb-editor
.linkItems_thumbnail_customBreakpoints .linkItem-text {
  height: 3em;
  overflow: hidden; }

.linkItems_thumbnail {
  margin-left: -0.38889em;
  margin-right: -0.38889em; }
  .linkItems_thumbnail:before, .linkItems_thumbnail:after {
    content: ' ';
    display: table; }
  .linkItems_thumbnail:after {
    clear: both; }
  .linkItems_thumbnail .linkItem {
    float: left;
    width: 50%;
    padding: 0 0.38889em;
    margin: 0 0 0.77778em; }

.linkItems_thumbnail_customBreakpoints {
  margin-left: -15px;
  margin-right: -15px; }
  .linkItems_thumbnail_customBreakpoints:before, .linkItems_thumbnail_customBreakpoints:after {
    content: " ";
    display: table; }
  .linkItems_thumbnail_customBreakpoints:after {
    clear: both; }
  .linkItems_thumbnail_customBreakpoints .linkItem {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 1.55556em; }

.linkItems-carousel {
  overflow: hidden; }
  .linkItems-carousel .col-xs-1, .linkItems-carousel .col-sm-1, .linkItems-carousel .col-md-1, .linkItems-carousel .col-lg-1, .linkItems-carousel .col-xs-2, .linkItems-carousel .col-sm-2, .linkItems-carousel .col-md-2, .linkItems-carousel .col-lg-2, .linkItems-carousel .col-xs-3, .linkItems-carousel .col-sm-3, .linkItems-carousel .col-md-3, .linkItems-carousel .col-lg-3, .linkItems-carousel .col-xs-4, .linkItems-carousel .col-sm-4, .linkItems-carousel .col-md-4, .linkItems-carousel .col-lg-4, .linkItems-carousel .col-xs-5, .linkItems-carousel .col-sm-5, .linkItems-carousel .col-md-5, .linkItems-carousel .col-lg-5, .linkItems-carousel .col-xs-6, .linkItems-carousel .col-sm-6, .linkItems-carousel .col-md-6, .linkItems-carousel .col-lg-6, .linkItems-carousel .col-xs-7, .linkItems-carousel .col-sm-7, .linkItems-carousel .col-md-7, .linkItems-carousel .col-lg-7, .linkItems-carousel .col-xs-8, .linkItems-carousel .col-sm-8, .linkItems-carousel .col-md-8, .linkItems-carousel .col-lg-8, .linkItems-carousel .col-xs-9, .linkItems-carousel .col-sm-9, .linkItems-carousel .col-md-9, .linkItems-carousel .col-lg-9, .linkItems-carousel .col-xs-10, .linkItems-carousel .col-sm-10, .linkItems-carousel .col-md-10, .linkItems-carousel .col-lg-10, .linkItems-carousel .col-xs-11, .linkItems-carousel .col-sm-11, .linkItems-carousel .col-md-11, .linkItems-carousel .col-lg-11, .linkItems-carousel .col-xs-12, .linkItems-carousel .col-sm-12, .linkItems-carousel .col-md-12, .linkItems-carousel .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .linkItems-carousel .col-xs-1, .linkItems-carousel .col-xs-2, .linkItems-carousel .col-xs-3, .linkItems-carousel .col-xs-4, .linkItems-carousel .col-xs-5, .linkItems-carousel .col-xs-6, .linkItems-carousel .col-xs-7, .linkItems-carousel .col-xs-8, .linkItems-carousel .col-xs-9, .linkItems-carousel .col-xs-10, .linkItems-carousel .col-xs-11, .linkItems-carousel .col-xs-12 {
    float: left; }
  .linkItems-carousel .col-xs-1 {
    width: 8.33333%; }
  .linkItems-carousel .col-xs-2 {
    width: 16.66667%; }
  .linkItems-carousel .col-xs-3 {
    width: 25%; }
  .linkItems-carousel .col-xs-4 {
    width: 33.33333%; }
  .linkItems-carousel .col-xs-5 {
    width: 41.66667%; }
  .linkItems-carousel .col-xs-6 {
    width: 50%; }
  .linkItems-carousel .col-xs-7 {
    width: 58.33333%; }
  .linkItems-carousel .col-xs-8 {
    width: 66.66667%; }
  .linkItems-carousel .col-xs-9 {
    width: 75%; }
  .linkItems-carousel .col-xs-10 {
    width: 83.33333%; }
  .linkItems-carousel .col-xs-11 {
    width: 91.66667%; }
  .linkItems-carousel .col-xs-12 {
    width: 100%; }
  @media (min-width: 768px) {
    .linkItems-carousel .col-sm-1, .linkItems-carousel .col-sm-2, .linkItems-carousel .col-sm-3, .linkItems-carousel .col-sm-4, .linkItems-carousel .col-sm-5, .linkItems-carousel .col-sm-6, .linkItems-carousel .col-sm-7, .linkItems-carousel .col-sm-8, .linkItems-carousel .col-sm-9, .linkItems-carousel .col-sm-10, .linkItems-carousel .col-sm-11, .linkItems-carousel .col-sm-12 {
      float: left; }
    .linkItems-carousel .col-sm-1 {
      width: 8.33333%; }
    .linkItems-carousel .col-sm-2 {
      width: 16.66667%; }
    .linkItems-carousel .col-sm-3 {
      width: 25%; }
    .linkItems-carousel .col-sm-4 {
      width: 33.33333%; }
    .linkItems-carousel .col-sm-5 {
      width: 41.66667%; }
    .linkItems-carousel .col-sm-6 {
      width: 50%; }
    .linkItems-carousel .col-sm-7 {
      width: 58.33333%; }
    .linkItems-carousel .col-sm-8 {
      width: 66.66667%; }
    .linkItems-carousel .col-sm-9 {
      width: 75%; }
    .linkItems-carousel .col-sm-10 {
      width: 83.33333%; }
    .linkItems-carousel .col-sm-11 {
      width: 91.66667%; }
    .linkItems-carousel .col-sm-12 {
      width: 100%; } }
  @media (min-width: 992px) {
    .linkItems-carousel .col-md-1, .linkItems-carousel .col-md-2, .linkItems-carousel .col-md-3, .linkItems-carousel .col-md-4, .linkItems-carousel .col-md-5, .linkItems-carousel .col-md-6, .linkItems-carousel .col-md-7, .linkItems-carousel .col-md-8, .linkItems-carousel .col-md-9, .linkItems-carousel .col-md-10, .linkItems-carousel .col-md-11, .linkItems-carousel .col-md-12 {
      float: left; }
    .linkItems-carousel .col-md-1 {
      width: 8.33333%; }
    .linkItems-carousel .col-md-2 {
      width: 16.66667%; }
    .linkItems-carousel .col-md-3 {
      width: 25%; }
    .linkItems-carousel .col-md-4 {
      width: 33.33333%; }
    .linkItems-carousel .col-md-5 {
      width: 41.66667%; }
    .linkItems-carousel .col-md-6 {
      width: 50%; }
    .linkItems-carousel .col-md-7 {
      width: 58.33333%; }
    .linkItems-carousel .col-md-8 {
      width: 66.66667%; }
    .linkItems-carousel .col-md-9 {
      width: 75%; }
    .linkItems-carousel .col-md-10 {
      width: 83.33333%; }
    .linkItems-carousel .col-md-11 {
      width: 91.66667%; }
    .linkItems-carousel .col-md-12 {
      width: 100%; } }
  @media (min-width: 1200px) {
    .linkItems-carousel .col-lg-1, .linkItems-carousel .col-lg-2, .linkItems-carousel .col-lg-3, .linkItems-carousel .col-lg-4, .linkItems-carousel .col-lg-5, .linkItems-carousel .col-lg-6, .linkItems-carousel .col-lg-7, .linkItems-carousel .col-lg-8, .linkItems-carousel .col-lg-9, .linkItems-carousel .col-lg-10, .linkItems-carousel .col-lg-11, .linkItems-carousel .col-lg-12 {
      float: left; }
    .linkItems-carousel .col-lg-1 {
      width: 8.33333%; }
    .linkItems-carousel .col-lg-2 {
      width: 16.66667%; }
    .linkItems-carousel .col-lg-3 {
      width: 25%; }
    .linkItems-carousel .col-lg-4 {
      width: 33.33333%; }
    .linkItems-carousel .col-lg-5 {
      width: 41.66667%; }
    .linkItems-carousel .col-lg-6 {
      width: 50%; }
    .linkItems-carousel .col-lg-7 {
      width: 58.33333%; }
    .linkItems-carousel .col-lg-8 {
      width: 66.66667%; }
    .linkItems-carousel .col-lg-9 {
      width: 75%; }
    .linkItems-carousel .col-lg-10 {
      width: 83.33333%; }
    .linkItems-carousel .col-lg-11 {
      width: 91.66667%; }
    .linkItems-carousel .col-lg-12 {
      width: 100%; } }
  .linkItems-carousel .carousel-pages {
    display: none; }
  .linkItems-carousel .carousel-nav {
    max-width: 65.55556em;
    margin-left: auto;
    margin-right: auto;
    min-width: 960px;
    /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    width: auto;
    height: 0; }
    @media screen and (min-width: 1px) {
      .linkItems-carousel .carousel-nav {
        min-width: 0; } }
    @media screen and (max-width: 1210px) {
      .linkItems-carousel .carousel-nav {
        max-width: none;
        margin-left: 0.83333em;
        margin-right: 0.83333em; } }
    @media screen and (max-width: 767px) {
      .linkItems-carousel .carousel-nav {
        margin-left: 0.83333em;
        margin-right: 0.83333em; } }
  .linkItems-carousel .carousel-nav-prev,
  .linkItems-carousel .carousel-nav-next {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 3.88889em;
    height: auto;
    text-align: right;
    outline: none !important;
    box-shadow: none !important; }
    body.keyboard-tab .linkItems-carousel .carousel-nav-prev:focus:before, body.keyboard-tab
    .linkItems-carousel .carousel-nav-next:focus:before {
      outline: 1px solid #763b75;
      outline-offset: 0;
      box-shadow: 0 0 0.33333em 0.16667em #763b75; }
    .linkItems-carousel .carousel-nav-prev:before,
    .linkItems-carousel .carousel-nav-next:before {
      content: '';
      display: inline-block; }
    .linkItems-carousel .carousel-nav-prev span,
    .linkItems-carousel .carousel-nav-next span {
      font-size: 0; }
      @media screen and (max-width: 767px) {
        .linkItems-carousel .carousel-nav-prev span:after,
        .linkItems-carousel .carousel-nav-next span:after {
          font-size: 4.16667em;
          line-height: 1.34667em; } }
  .linkItems-carousel .carousel-nav-prev {
    left: 0;
    right: auto;
    text-align: right; }
    .linkItems-carousel .carousel-nav-prev:before {
      background-position: 0% 25.45455%;
      width: 75px;
      height: 75px;
      background-size: 374px 305px;
      position: absolute;
      left: 50%;
      margin-left: -37.5px;
      position: absolute;
      top: 50%;
      margin-top: -37.5px; }
      @media screen and (min-width: 768px) {
        .linkItems-carousel .carousel-nav-prev:before {
          left: calc(50% + 15px); } }
    @media screen and (max-width: 480px) {
      .linkItems-carousel .carousel-nav-prev {
        display: none; } }
  .linkItems-carousel .carousel-nav-next {
    left: auto;
    right: 0;
    text-align: left; }
    .linkItems-carousel .carousel-nav-next:before {
      background-position: 25.08711% 25.45455%;
      width: 75px;
      height: 75px;
      background-size: 374px 305px;
      position: absolute;
      left: 50%;
      margin-left: -37.5px;
      position: absolute;
      top: 50%;
      margin-top: -37.5px; }
      @media screen and (min-width: 768px) {
        .linkItems-carousel .carousel-nav-next:before {
          left: calc(50% - 15px); } }
    @media screen and (max-width: 480px) {
      .linkItems-carousel .carousel-nav-next {
        display: none; } }
  .linkItems-carousel .carousel-slides-viewport {
    margin-left: -15px;
    margin-right: -15px; }
  .linkItems-carousel .carousel-slides {
    margin-bottom: 0 !important; }
    .linkItems-carousel .carousel-slides .carousel-slide {
      margin-bottom: 0 !important; }

.widget_links, .widget_acfLinks {
  position: relative; }
  .widget_links .widget-header, .widget_acfLinks .widget-header {
    background: none;
    padding: 0;
    margin: 0 0 1.38889em; }
  .widget_links .widget-title, .widget_acfLinks .widget-title {
    font-size: 1em;
    line-height: 1.22222em;
    display: inline-block;
    padding: 0.22222em 0;
    margin: 0;
    font-weight: 700; }
  .widget_links .widget-content .linkItems_thumbnail:last-child, .widget_acfLinks .widget-content .linkItems_thumbnail:last-child,
  .widget_links .widget-content .linkItems_thumbnail_customBreakpoints:last-child,
  .widget_acfLinks .widget-content .linkItems_thumbnail_customBreakpoints:last-child {
    margin-bottom: -1.55556em; }

.postPreview_newsItem .postPreview-content > a {
  display: block; }

.postPreview_newsItem .postPreview-image {
  position: relative;
  min-height: 15.11111em;
  overflow: hidden; }
  .postPreview_newsItem .postPreview-image + .postPreview-text {
    margin-top: 2px; }

.postPreview_newsItem .postPreview-text {
  position: relative;
  color: #4b4b4b;
  background: transparent;
  padding: 1em 0;
  margin: 0;
  padding-bottom: 2.55556em; }
  .postPreview_newsItem .postPreview-text a:not([class^='btn']) {
    color: inherit; }
    .postPreview_newsItem .postPreview-text a:not([class^='btn']):hover {
      color: inherit; }

.postPreview_newsItem .post-title {
  color: #4b4b4b;
  font-size: 0.88889em;
  font-weight: 400;
  line-height: 1.25em;
  padding: 0;
  margin: 0 0 1.375em; }
  .postPreview_newsItem .post-title a:not([class^='btn']) {
    color: inherit; }
    .postPreview_newsItem .post-title a:not([class^='btn']):hover {
      color: inherit; }

.postPreview_newsItem .post-terms_newsItemCategories {
  color: #606060;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 1.5em; }

.archive-posts_news_item {
  margin-left: -15px;
  margin-right: -15px; }
  .archive-posts_news_item:before, .archive-posts_news_item:after {
    content: " ";
    display: table; }
  .archive-posts_news_item:after {
    clear: both; }

.archive-post_news_item {
  margin-bottom: 1.66667em;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 480px) {
    .archive-post_news_item {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .archive-post_news_item {
      position: relative;
      float: left;
      width: 25%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }

.newsItemList {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 1em; }
  .newsItemList .post-thumbnail {
    min-height: 5.44444em;
    position: relative; }
    .newsItemList .post-thumbnail .thumb, .newsItemList .post-thumbnail .thumb-image {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto;
      padding: 0; }
  .newsItemList .post-title {
    font-size: 0.77778em;
    font-weight: 400;
    line-height: 1.28571em;
    display: block;
    padding: 0;
    margin: 0 0 1.14286em;
    max-height: 3.85714em;
    overflow: hidden;
    text-overflow: ellipsis; }
    .newsItemList .post-title a {
      color: inherit; }
      .newsItemList .post-title a:hover {
        color: #672666; }
  .newsItemList .more {
    font-size: 0.77778em;
    font-weight: 600;
    white-space: nowrap; }
    .newsItemList .more:after {
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      font-stretch: normal;
      font-size: inherit;
      line-height: inherit;
      font-family: FontAwesome;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: 400;
      content: "";
      font-size: 0.66667em; }

.newsItemList-item {
  display: table;
  list-style: none;
  padding: 1em 0 0;
  margin: 1em 0 0;
  width: 100%;
  border: 1px solid #d1d3d4;
  border-width: 1px 0 0 0; }
  .newsItemList-item > a {
    display: block; }
  .newsItemList-item:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }

.newsItemList-item-image {
  display: table-cell;
  width: 39.8374%;
  max-width: 5.44444em;
  vertical-align: top; }
  .newsItemList-item-image > a {
    display: block; }
  .newsItemList-item-image + .newsItemList-item-text {
    display: table-cell;
    padding-left: 0.77778em;
    vertical-align: top; }

.widget_newsItemRecent .widget-content {
  background: #f7f7f7; }

.widget_newsItemRecent .widget-header {
  background: transparent;
  padding: 0;
  padding: 1.66667em 1.55556em 1em; }

.widget_newsItemRecent .widget-title {
  font-size: 1.22222em;
  line-height: 1.27273em;
  display: block;
  padding: 0;
  margin: 0; }

.widget_newsItemRecent .widget-text {
  padding: 0 1.55556em 1.94444em; }

.widget_newsItemFeatured .bgimage:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto; }
  @media screen and (min-width: 768px) {
    .widget_newsItemFeatured .bgimage:before {
      background-color: rgba(37, 36, 33, 0.6);
      mix-blend-mode: multiply; } }

.widget_newsItemFeatured .widget-text {
  position: relative;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  height: auto;
  padding-top: 1em;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .widget_newsItemFeatured .widget-text {
      color: #fff; }
      .widget_newsItemFeatured .widget-text a {
        color: inherit; }
        .widget_newsItemFeatured .widget-text a:hover {
          color: inherit; } }
  .widget_newsItemFeatured .widget-text .buttons {
    display: block;
    margin: 0; }
  @media screen and (max-width: 767px) {
    .widget_newsItemFeatured .widget-text {
      padding-left: 0;
      padding-right: 0; } }

.container-full > .widget_newsItemFeatured .widget-text {
  width: auto;
  padding-left: 15px;
  padding-right: 27px; }

@media screen and (min-width: 1210px) {
  .container-full > .widget_newsItemFeatured .widget-image {
    margin-left: calc( (100% - 1210px) / 2 + 240px + (30px / 2)); }
  .container-full > .widget_newsItemFeatured .widget-text {
    width: 65%;
    padding-left: calc( (100% - 1210px) / 2 + (30px / 2));
    padding-right: 36px; } }

.widget_newsItemFeatured .widget-content, .widget_newsItemFeatured .widget-image, .widget_newsItemFeatured .widget-text {
  height: 100%; }

.widget_newsItemFeatured .widget-image {
  margin-left: 0; }

.widget_newsItemFeatured .widget-text {
  background-color: rgba(0, 0, 0, 0.9);
  width: 25em;
  padding: 1.66667em 2.11111em;
  flex-flow: row wrap;
  max-width: 100%; }
  .widget_newsItemFeatured .widget-text .buttons {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 1.11111em 0 0; }
  .widget_newsItemFeatured .widget-text * {
    flex: 1 0 100%; }
  .widget_newsItemFeatured .widget-text h2 {
    color: white; }

.widget_newsItemFeatured .post-meta-date {
  font-size: 1em;
  margin: 0 0 1.11111em 0;
  color: #cccccc; }

.widget_newsItemFeatured .post-title {
  font-size: 1.66667em;
  font-weight: 400;
  line-height: 1.16667em;
  padding: 0;
  margin: 0 0 0.4em; }

.widget_newsItemFeatured .post-terms_newsItemCategories {
  color: #cccccc; }

.widget_pageContent_collapsible .section-header .section-header-title {
  font-size: 1.22222em;
  font-weight: 400;
  margin-bottom: 0.54545em;
  padding: 0; }

.widget_pageContent_collapsible .section-header .section-header-content {
  margin: 0 0 1.22222em; }
  .widget_pageContent_collapsible .section-header .section-header-content p, .widget_pageContent_collapsible .section-header .section-header-content ul, .widget_pageContent_collapsible .section-header .section-header-content ol {
    margin-top: 0; }

.widget_pageContent_collapsible .buttons {
  margin: 1.375em 0; }
  .widget_pageContent_collapsible .buttons .linkItems {
    list-style: none;
    margin-left: 0; }
    .widget_pageContent_collapsible .buttons .linkItems li {
      margin: 1em 0 0; }
      .widget_pageContent_collapsible .buttons .linkItems li a {
        font-size: 16px;
        font-weight: 700;
        padding: 0.6875em 0.9375em;
        min-width: 200px;
        text-align: center;
        margin: 0; }

.widget_pageContent_collapsible .collapse-items {
  margin-left: 1.11111em; }

.widget_pageContent_collapsible .collapse-item {
  margin: 0 0 1.11111em; }
  .widget_pageContent_collapsible .collapse-item .hideShow .hideShow-header {
    margin: 0 0 0.27778em;
    letter-spacing: 0.6px; }
  .widget_pageContent_collapsible .collapse-item .hideShow .collapse-heading {
    margin: 0;
    line-height: 1.09091em; }
  .widget_pageContent_collapsible .collapse-item .hideShow-content {
    margin-top: 15px; }
    .widget_pageContent_collapsible .collapse-item .hideShow-content p, .widget_pageContent_collapsible .collapse-item .hideShow-content ul, .widget_pageContent_collapsible .collapse-item .hideShow-content ol {
      margin-top: 0; }
    .widget_pageContent_collapsible .collapse-item .hideShow-content ul {
      padding-left: 0; }
      .widget_pageContent_collapsible .collapse-item .hideShow-content ul li:first-of-type {
        margin-top: 0; }

.widget_pageContent_collapsible:not(.faqList) .collapse-item .hideShow-header .collapse-heading {
  font-size: 1.04em;
  font-weight: 700;
  line-height: 1.5; }

.widget_pageContent_collapsible.faqList {
  margin-top: 45px;
  margin-bottom: 60px; }
  .widget_pageContent_collapsible.faqList .collapse-items {
    margin-left: 0; }
  .widget_pageContent_collapsible.faqList .collapse-item .hideShow-header {
    margin: 0 0 1.11111em; }
  .widget_pageContent_collapsible.faqList .collapse-item .hideShow-content {
    padding-left: 0; }
    .widget_pageContent_collapsible.faqList .collapse-item .hideShow-content p, .widget_pageContent_collapsible.faqList .collapse-item .hideShow-content ul, .widget_pageContent_collapsible.faqList .collapse-item .hideShow-content ol {
      margin-top: 0; }
    .widget_pageContent_collapsible.faqList .collapse-item .hideShow-content.editorContent h3 {
      font-size: 1.11111em;
      font-weight: 600; }
  .widget_pageContent_collapsible.faqList .collapse-item ul {
    padding-left: 0;
    margin-left: 0; }
    .widget_pageContent_collapsible.faqList .collapse-item ul h1, .widget_pageContent_collapsible.faqList .collapse-item ul h2, .widget_pageContent_collapsible.faqList .collapse-item ul h3, .widget_pageContent_collapsible.faqList .collapse-item ul h4, .widget_pageContent_collapsible.faqList .collapse-item ul h5, .widget_pageContent_collapsible.faqList .collapse-item ul h6 {
      margin-bottom: 0; }
    .widget_pageContent_collapsible.faqList .collapse-item ul li {
      list-style: none;
      padding: 0.66667em 0 0;
      margin: 0 0 0.66667em 0;
      border: 0;
      border-top: 1px solid #ccc; }
      .widget_pageContent_collapsible.faqList .collapse-item ul li:first-child {
        border-top: 0;
        padding-top: 0; }

.postPreview_post .postPreview-image {
  position: relative;
  min-height: 15.11111em;
  overflow: hidden; }
  .postPreview_post .postPreview-image + .postPreview-text {
    margin-top: 2px; }

.postPreview_post .postPreview-text {
  position: relative;
  background: #58595c;
  color: #ffffff;
  padding: 1em;
  margin: 0;
  padding-bottom: 2.55556em; }
  .postPreview_post .postPreview-text a:not([class^='btn']) {
    color: inherit; }
    .postPreview_post .postPreview-text a:not([class^='btn']):hover {
      color: inherit; }

.postPreview_post .post-title {
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.11111em;
  padding: 0;
  margin: 0 0 1.22222em; }
  .postPreview_post .post-title a:not([class^='btn']) {
    color: inherit; }
    .postPreview_post .post-title a:not([class^='btn']):hover {
      color: inherit; }

.postPreview_post .post-terms_postCategories {
  color: #ccc;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 1.5em; }

.archive-posts_post {
  margin-left: -15px;
  margin-right: -15px; }
  .archive-posts_post:before, .archive-posts_post:after {
    content: " ";
    display: table; }
  .archive-posts_post:after {
    clear: both; }

.archive-post_post {
  margin-bottom: 1.66667em;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 480px) {
    .archive-post_post {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .archive-post_post {
      position: relative;
      float: left;
      width: 25%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }

.postList {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 1em; }
  .postList .post-thumbnail {
    min-height: 5.44444em;
    position: relative; }
    .postList .post-thumbnail .thumb, .postList .post-thumbnail .thumb-image {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto;
      padding: 0; }
  .postList .post-title {
    font-size: 0.77778em;
    font-weight: 400;
    line-height: 1.28571em;
    display: block;
    padding: 0;
    margin: 0 0 1.14286em;
    max-height: 3.85714em;
    overflow: hidden;
    text-overflow: ellipsis; }
    .postList .post-title a {
      color: inherit; }
      .postList .post-title a:hover {
        color: #672666; }
  .postList .more {
    font-size: 0.77778em;
    font-weight: 600; }
    .postList .more:after {
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      font-stretch: normal;
      font-size: inherit;
      line-height: inherit;
      font-family: FontAwesome;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: 400;
      content: "";
      font-size: 0.66667em; }

.postList-item {
  display: table;
  list-style: none;
  padding: 1em 0 0;
  margin: 1em 0 0;
  width: 100%;
  border: 1px solid #d1d3d4;
  border-width: 1px 0 0 0; }
  .postList-item:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }

.postList-item-image {
  display: table-cell;
  width: 39.8374%;
  max-width: 5.44444em;
  vertical-align: top; }
  .postList-item-image + .postList-item-text {
    display: table-cell;
    padding-left: 0.77778em;
    vertical-align: top; }

.widget_postRecent .widget-content {
  background: #f7f7f7; }

.widget_postRecent .widget-header {
  background: transparent;
  padding: 0;
  padding: 1.66667em 1.55556em 1em; }

.widget_postRecent .widget-title {
  font-size: 1.22222em;
  line-height: 1.27273em;
  display: block;
  padding: 0;
  margin: 0; }

.widget_postRecent .widget-text {
  padding: 0 1.55556em 1.94444em; }

.widget_postFeatured .bgimage:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto; }
  @media screen and (min-width: 768px) {
    .widget_postFeatured .bgimage:before {
      background-color: rgba(37, 36, 33, 0.6);
      mix-blend-mode: multiply; } }

.widget_postFeatured .widget-text {
  position: relative;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  height: auto;
  padding-top: 1em;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .widget_postFeatured .widget-text {
      color: #fff; }
      .widget_postFeatured .widget-text a {
        color: inherit; }
        .widget_postFeatured .widget-text a:hover {
          color: inherit; } }
  .widget_postFeatured .widget-text .buttons {
    display: block;
    margin: 0; }
  @media screen and (max-width: 767px) {
    .widget_postFeatured .widget-text {
      padding-left: 0;
      padding-right: 0; } }

.container-full > .widget_postFeatured .widget-text {
  width: auto;
  padding-left: 15px;
  padding-right: 27px; }

@media screen and (min-width: 1210px) {
  .container-full > .widget_postFeatured .widget-image {
    margin-left: calc( (100% - 1210px) / 2 + 240px + (30px / 2)); }
  .container-full > .widget_postFeatured .widget-text {
    width: 65%;
    padding-left: calc( (100% - 1210px) / 2 + (30px / 2));
    padding-right: 36px; } }

.widget_postFeatured .widget-content, .widget_postFeatured .widget-image, .widget_postFeatured .widget-text {
  height: 100%; }

.widget_postFeatured .widget-image {
  margin-left: 0; }

.widget_postFeatured .widget-text {
  background-color: rgba(0, 0, 0, 0.9);
  width: 25em;
  padding: 1.66667em 2.11111em; }
  .widget_postFeatured .widget-text .buttons {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 1.11111em 0 0; }

.widget_postFeatured .post-meta-date {
  font-size: 1em;
  margin: 0 0 1.11111em 0;
  color: #cccccc; }

.widget_postFeatured .post-title {
  font-size: 1.66667em;
  font-weight: 400;
  line-height: 1.16667em;
  padding: 0;
  margin: 0 0 0.4em; }

.widget_postFeatured .post-terms_postCategories {
  color: #cccccc; }

@media screen and (min-width: 768px) {
  .widget_postRecentHome .widget-content {
    margin-bottom: -1.55556em; } }

.widget_postRecentHome .widget_postRecentHome-items {
  display: block;
  padding: 0;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px; }
  .widget_postRecentHome .widget_postRecentHome-items:before, .widget_postRecentHome .widget_postRecentHome-items:after {
    content: " ";
    display: table; }
  .widget_postRecentHome .widget_postRecentHome-items:after {
    clear: both; }

.widget_postRecentHome .widget_postRecentHome-item {
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 1.55556em; }
  @media screen and (max-width: 767px) {
    .widget_postRecentHome .widget_postRecentHome-item {
      margin-bottom: 2.5em; } }
  @media screen and (max-width: 767px) {
    .widget_postRecentHome .widget_postRecentHome-item:last-child {
      margin-bottom: 0; } }

.postPreview_galleryItem .postPreview-content > a {
  display: block; }

.postPreview_galleryItem .postPreview-image {
  position: relative;
  min-height: 15.11111em;
  overflow: hidden; }
  .postPreview_galleryItem .postPreview-image + .postPreview-text {
    margin-top: 2px; }

.postPreview_galleryItem .postPreview-text {
  position: relative;
  padding: 1em 0;
  margin: 0;
  padding-bottom: 1.66667em; }

.postPreview_galleryItem .post-title {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.11111em;
  padding: 0;
  margin: 0 0 1.22222em; }

.postPreview_galleryItem .post-terms_galleryItemCategories {
  color: #ccc;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 1.5em; }

.archive-posts_gallery_item {
  margin-left: -15px;
  margin-right: -15px; }
  .archive-posts_gallery_item:before, .archive-posts_gallery_item:after {
    content: " ";
    display: table; }
  .archive-posts_gallery_item:after {
    clear: both; }

.archive-post_gallery_item {
  margin-bottom: 1.66667em;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 480px) {
    .archive-post_gallery_item {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .archive-post_gallery_item {
      position: relative;
      float: left;
      width: 25%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }

.galleryItemList {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 1em; }
  .galleryItemList .post-thumbnail {
    min-height: 5.44444em;
    position: relative; }
    .galleryItemList .post-thumbnail .thumb,
    .galleryItemList .post-thumbnail .thumb-image {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto;
      padding: 0; }
  .galleryItemList .post-title {
    font-size: 0.77778em;
    font-weight: 400;
    line-height: 1.28571em;
    display: block;
    padding: 0;
    margin: 0 0 1.14286em;
    max-height: 3.85714em;
    overflow: hidden;
    text-overflow: ellipsis; }
    .galleryItemList .post-title a {
      color: inherit; }
      .galleryItemList .post-title a:hover {
        color: #672666; }
  .galleryItemList .more {
    font-size: 0.77778em;
    font-weight: 600; }
    .galleryItemList .more:after {
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      font-stretch: normal;
      font-size: inherit;
      line-height: inherit;
      font-family: FontAwesome;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: 400;
      content: "";
      font-size: 0.66667em; }

.galleryItemList-item {
  display: table;
  list-style: none;
  padding: 1em 0 0;
  margin: 1em 0 0;
  width: 100%;
  border: 1px solid #d1d3d4;
  border-width: 1px 0 0 0; }
  .galleryItemList-item > a {
    display: flex; }
  .galleryItemList-item:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }

.galleryItemList-item-image {
  display: block;
  flex: 0 0 39.8374%;
  width: 39.8374%;
  max-width: 5.44444em; }
  .galleryItemList-item-image + .galleryItemList-item-text {
    display: table-cell;
    padding-left: 0.77778em;
    vertical-align: top; }

.widget_galleryItemRecent .widget-content {
  background: #f7f7f7; }

.widget_galleryItemRecent .widget-header {
  background: transparent;
  padding: 0;
  padding: 1.66667em 1.55556em 1em; }

.widget_galleryItemRecent .widget-title {
  font-size: 1.22222em;
  line-height: 1.27273em;
  display: block;
  padding: 0;
  margin: 0; }

.widget_galleryItemRecent .widget-text {
  padding: 0 1.55556em 1.94444em; }

.postPreview_mediaItem .postPreview-content > a {
  display: block; }

.postPreview_mediaItem .postPreview-content:hover .postPreview-text {
  color: rgba(75, 75, 75, 0.8); }

.postPreview_mediaItem .postPreview-image {
  position: relative;
  min-height: 15.11111em;
  overflow: hidden; }
  .postPreview_mediaItem .postPreview-image + .postPreview-text {
    margin-top: 2px; }

.postPreview_mediaItem .postPreview-text {
  position: relative;
  color: #4b4b4b;
  color: #4b4b4b;
  background: transparent;
  padding: 1em 0;
  margin: 0; }
  .postPreview_mediaItem .postPreview-text a:not([class^='btn']) {
    color: inherit; }
    .postPreview_mediaItem .postPreview-text a:not([class^='btn']):hover {
      color: inherit; }

.postPreview_mediaItem .post-title {
  color: inherit;
  font-size: 0.88889em;
  font-weight: 400;
  line-height: 1.11111em;
  padding: 0;
  margin: 0 0 1.22222em; }

.archive-posts_media_item {
  margin-left: -15px;
  margin-right: -15px; }
  .archive-posts_media_item:before, .archive-posts_media_item:after {
    content: " ";
    display: table; }
  .archive-posts_media_item:after {
    clear: both; }

.archive-post_media_item {
  margin-bottom: 1.66667em;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 480px) {
    .archive-post_media_item {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .archive-post_media_item {
      position: relative;
      float: left;
      width: 25%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }

.widget_literature .tabs-nav {
  margin: 0 0 1.66667em; }

.widget_productFilterForm .tabs-navItem-link[href='#goodbuys_carpet_filter'], .widget_productFilterForm .tabs-navItem-link[href='#goodbuys_kinetex_filter'], .widget_productFilterForm .tabs-navItem-link[href='#goodbuys_lvt_filter'], .widget_productFilterForm .tabs-navItem-link[href='#inventory_carpet_filter'], .widget_productFilterForm .tabs-navItem-link[href='#inventory_kinetex_filter'], .widget_productFilterForm .tabs-navItem-link[href='#inventory_lvt_filter'] {
  padding: 16px 0 10px;
  width: 100%;
  background-color: inherit; }

.widget_productFilterForm .tabs-navItem-link > span {
  font-size: 0.88889em; }
  .widget_productFilterForm .tabs-navItem-link > span > span {
    display: none; }
  .widget_productFilterForm .tabs-navItem-link > span:after {
    content: attr(data-label);
    display: inline; }
  @media screen and (min-width: 480px) {
    .widget_productFilterForm .tabs-navItem-link > span {
      font-size: 1.11111em; }
      .widget_productFilterForm .tabs-navItem-link > span > span {
        display: inline; }
      .widget_productFilterForm .tabs-navItem-link > span:after {
        content: none; } }
  @media screen and (min-width: 992px) {
    .widget_productFilterForm .tabs-navItem-link > span {
      font-size: 1.22222em; } }

.widget_productFilterForm .tabs-contents {
  padding: 1.55556em 1.11111em 1.11111em 1.11111em;
  border: 1px solid #b7b5b4;
  border-width: 0 1px 1px 1px; }

.productFilterForm {
  /* Disabled for entire EF Contract site*/ }
  .productFilterForm .form-fields {
    margin: 0 -10px; }
  .productFilterForm .field {
    float: left;
    padding: 0 10px 0;
    margin: 0 0 1.66667em; }
  .productFilterForm .goodbuysTitle {
    font-weight: normal;
    margin: -10px 0; }
  .productFilterForm .field-pattern_scale {
    display: none !important; }

.productFilterForm_catalog {
  /*
	@include mq-min($screen-md-min) {
		.field {
			float: left;
		}

		.field-keyword_style {
			width: 23%;
		}

		.field-keyword_color {
			width: 23%;
		}

		.field-pattern_scale {
			width: 18%;
		}

		.field-color_family {
			width: 18%;
		}

		.field-collections {
			width: 18%;
		}
	}
	*/ }
  .productFilterForm_catalog .field {
    float: none; }
  .productFilterForm_catalog .field-pattern_scale,
  .productFilterForm_catalog .field-color_family,
  .productFilterForm_catalog .field-collections {
    display: none; }
  .productFilterForm_catalog.advancedMode .field-pattern_scale,
  .productFilterForm_catalog.advancedMode .field-color_family,
  .productFilterForm_catalog.advancedMode .field-collections {
    display: block; }
  @media screen and (min-width: 768px) {
    .productFilterForm_catalog .advanced-filter-toggle {
      display: none !important; }
    .productFilterForm_catalog .field {
      float: left; }
    .productFilterForm_catalog .field-pattern_scale,
    .productFilterForm_catalog .field-color_family,
    .productFilterForm_catalog .field-collections {
      display: block; }
    .productFilterForm_catalog .field-keyword_style {
      width: 19%; }
    .productFilterForm_catalog .field-keyword_color {
      width: 19%; }
    .productFilterForm_catalog .field-style_size {
      width: 18%; }
    .productFilterForm_catalog .field-pattern_scale {
      width: 22%; }
    .productFilterForm_catalog .field-color_family {
      width: 22%; }
    .productFilterForm_catalog .field-collections {
      width: 22%; }
    .productFilterForm_catalog .field-thicknedd {
      width: 22%; } }

.productFilterForm_inventory {
  /*
	@include mq-min(560px) {
		.field {
			display: inline-block;
		}

		.field-size {
			width: 50%;
		}

		.field-keyword_style {
			width: 50%;
		}
		.field-keyword_color {
			width: 50%;
		}

		.field-carpet_type {
			width: 70%;
		}

		.field-pattern_scale {
			width: 50%;
		}

		.field-color_family {
			width: 50%;
		}

		.field-collections {
			width: 50%;
		}

		.field-submit {
			width: 30%;
			vertical-align: bottom;
			text-align: right;
		}
	}
	*/ }
  .productFilterForm_inventory .form-info h2 {
    margin: 5px 0 16px;
    font-weight: 400; }
    .productFilterForm_inventory .form-info h2 span {
      margin-right: 5px; }
  .productFilterForm_inventory .form-info p {
    font-style: italic; }
  .productFilterForm_inventory .form-fields {
    margin: 0 -10px;
    padding-top: 21px;
    font-size: 0; }
  .productFilterForm_inventory .field {
    float: none;
    display: block;
    font-size: 16px;
    vertical-align: middle; }
    .productFilterForm_inventory .field .input,
    .productFilterForm_inventory .field .label {
      font-size: 16px; }
  .productFilterForm_inventory .field-carpet_type-options {
    margin: 0 -5px; }
  .productFilterForm_inventory .field-carpet_type-option {
    display: inline-block;
    margin: 0 5px; }
  .productFilterForm_inventory .field-size .input-unit {
    font-size: 0.77778em;
    color: #666666;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.85714em 0 0 0.71429em;
    width: 60px; }
  .productFilterForm_inventory .field-size .input-unitTop {
    font-size: 0.77778em;
    color: #333333;
    position: absolute;
    bottom: 100%;
    font-style: italic;
    width: 100%; }
  @media screen and (min-width: 768px) {
    .productFilterForm_inventory .field {
      display: inline-block; }
    .productFilterForm_inventory .field-size {
      width: 18%; }
    .productFilterForm_inventory .field-keyword_style {
      width: 27%; }
    .productFilterForm_inventory .field-keyword_color {
      width: 27%; }
    .productFilterForm_inventory .field-carpet_type {
      width: 24%; }
    .productFilterForm_inventory .field-pattern_scale {
      width: 33%; }
    .productFilterForm_inventory .field-color_family {
      width: 27%; }
    .productFilterForm_inventory .field-collections {
      width: 27%; }
    .productFilterForm_inventory .field-thickness {
      width: 27%; }
    .productFilterForm_inventory .field-submit {
      width: 10%;
      vertical-align: middle;
      text-align: center; } }
  @media screen and (min-width: 1060px) {
    .productFilterForm_inventory .field {
      display: inline-block; }
    #inventory_lvt_filter .productFilterForm_inventory {
      /**push the content to the left for lvt*/ }
    .productFilterForm_inventory .field-size {
      width: 9%; }
    .productFilterForm_inventory .field-keyword_style {
      width: 16%; }
    .productFilterForm_inventory .field-keyword_color {
      width: 16%; }
    .productFilterForm_inventory .field-carpet_type {
      width: 13%; }
    .productFilterForm_inventory .field-pattern_scale {
      width: 16%; }
    .productFilterForm_inventory .field-color_family {
      width: 16%; }
    .productFilterForm_inventory .field-collections {
      width: 16%; }
    .productFilterForm_inventory .field-thickness {
      width: 16%; }
    .productFilterForm_inventory .field-submit {
      width: 10%;
      vertical-align: middle;
      text-align: center; } }
  @media screen and (min-width: 520px) {
    .productFilterForm_inventory.noCarpetField .field-size {
      width: 50%; }
    .productFilterForm_inventory.noCarpetField .field-pattern_scale {
      width: 50%; }
    .productFilterForm_inventory.noCarpetField .field-color_family {
      width: 50%; }
    .productFilterForm_inventory.noCarpetField .field-collections {
      width: 50%; }
    .productFilterForm_inventory.noCarpetField .field-thickness {
      width: 50%; } }
  @media screen and (min-width: 992px) {
    .productFilterForm_inventory.noCarpetField .field-size {
      width: 22%; }
    .productFilterForm_inventory.noCarpetField .field-pattern_scale {
      width: 26%; }
    .productFilterForm_inventory.noCarpetField .field-color_family {
      width: 26%; }
    .productFilterForm_inventory.noCarpetField .field-collections {
      width: 26%; }
    .productFilterForm_inventory.noCarpetField .field-thickness {
      width: 26%; } }

.postPreview_product .postPreview-content {
  background: transparent;
  color: #58595c; }

.postPreview_product .postPreview-image {
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden; }
  .postPreview_product .postPreview-image + .postPreview-text {
    margin-top: 2px; }

.postPreview_product .postPreview-brand {
  display: none; }

.postPreview_product .thumb-image-overlayText_roomsCarpet {
  top: auto;
  bottom: 25%; }

.postPreview_product .thumb-image-overlayText_annexProduct {
  top: auto;
  bottom: 25%;
  background: rgba(255, 255, 255, 0.65);
  color: #000;
  font-size: 1.11111em;
  padding: 0.325em 0.25em; }

.postPreview_product .postPreview-title,
.postPreview_product .postPreview-text {
  position: relative;
  padding: 0.5em 0 0.33333em 0;
  margin: 0; }

.postPreview_product .postPreview-title {
  padding-bottom: 0;
  position: relative; }
  .postPreview_product .postPreview-title:before {
    content: '';
    background: #f2f2f2;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 2px; }

.postPreview_product .postPreview-text {
  padding-top: 0;
  color: #58595c; }
  .postPreview_product .postPreview-text a:not([class^='btn']) {
    color: inherit; }
    .postPreview_product .postPreview-text a:not([class^='btn']):hover {
      color: inherit; }

.postPreview_product .post-title {
  color: #58595c;
  font-size: 0.88889em;
  font-weight: 900;
  line-height: 1.22222em;
  padding: 0;
  margin: 0; }
  .postPreview_product .post-title a:not([class^='btn']) {
    color: inherit; }
    .postPreview_product .post-title a:not([class^='btn']):hover {
      color: inherit; }

.postPreview_product .product-number {
  padding: 0;
  margin: 0; }

.postPreview_product .product-modular-name {
  font-size: 0.77778em;
  font-weight: 400;
  line-height: 1.28571;
  padding: 0;
  margin: 0.11111em 0; }

.postPreview_product .product-brandText {
  text-transform: uppercase;
  font-size: 0.66667em;
  font-weight: 900;
  margin: 0; }

.postPreview_product .product-color-name,
.postPreview_product .product-brand-name {
  font-size: 0.77778em;
  font-weight: 600;
  line-height: 1.28571em;
  padding: 0;
  margin: 0; }
  .postPreview_product .product-color-name .product-color-number,
  .postPreview_product .product-brand-name .product-color-number {
    font-weight: 300;
    font-style: italic; }

.postPreview_product .product-brand-name {
  text-transform: uppercase;
  font-size: 0.61111em;
  margin-top: 5px;
  letter-spacing: 1.5px; }

.postPreview_product .product-dyelot {
  font-size: 0.77778em;
  font-weight: 300;
  text-align: right;
  line-height: 1.28571em;
  padding: 0;
  margin: 0; }

.postPreview_product .product-column-quickview {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  border-left: 3px solid #fff;
  background-color: #672666;
  color: #fff;
  border: none; }
  .postPreview_product .product-column-quickview .thumb-button {
    opacity: 0.8; }
    .postPreview_product .product-column-quickview .thumb-button:hover {
      opacity: 1;
      transform: translateY(0px);
      background: #672666;
      color: #fff !important; }
  .postPreview_product .product-column-quickview > a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0;
    height: 100%; }

.postPreview_product .product-brand {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  left: auto;
  width: 2.33333em;
  border-left: 1px solid #fff; }
  .listView .postPreview_product .product-brand {
    display: block; }
  .postPreview_product .product-brand .product-brand-kinetex,
  .postPreview_product .product-brand .product-brand-carpet,
  .postPreview_product .product-brand .product-brand-lvt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto; }
    .postPreview_product .product-brand .product-brand-kinetex:after,
    .postPreview_product .product-brand .product-brand-carpet:after,
    .postPreview_product .product-brand .product-brand-lvt:after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: 50%; }
  .postPreview_product .product-brand .product-brand-kinetex:after {
    background-image: url(../spritesheets/sprites-d9bca67baa.png);
    background-position: -589px -420px;
    width: 9px;
    height: 39px;
    margin: -19.5px 0 0 -4.5px; }
  .postPreview_product .product-brand .product-brand-carpet {
    background: #eeeeee; }
    .postPreview_product .product-brand .product-brand-carpet:after {
      background-image: url(../spritesheets/sprites-d9bca67baa.png);
      background-position: -575px -420px;
      width: 12px;
      height: 39px;
      margin: -19.5px 0 0 -6px; }
  .postPreview_product .product-brand .product-brand-lvt {
    background: #bbbbbb; }
    .postPreview_product .product-brand .product-brand-lvt:after {
      background-image: url(../spritesheets/sprites-d9bca67baa.png);
      background-position: -846px -324px;
      width: 10px;
      height: 21px;
      margin: -10.5px 0 0 -5px; }

.postPreview_product .product-tags {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.38889em; }
  .postPreview_product .product-tags > span {
    display: block;
    margin: 0 0 1px 0; }
  .postPreview_product .product-tags .product-tag-add {
    background: #eeeeee;
    display: block;
    height: 1.38889em;
    color: #000; }
    .postPreview_product .product-tags .product-tag-add:before {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      font-stretch: normal;
      font-size: inherit;
      line-height: inherit;
      font-family: FontAwesome;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 16px;
      font-weight: 300;
      line-height: 25px;
      height: 25px;
      width: 25px;
      text-align: center; }
  .postPreview_product .product-tags .product-tag-quickship {
    background: #672666;
    color: #fff;
    display: block;
    position: relative;
    padding: 0.66667em 0; }
    .postPreview_product .product-tags .product-tag-quickship:before {
      content: '';
      display: block;
      background-image: url(../spritesheets/sprites-d9bca67baa.png);
      background-position: -563px -420px;
      width: 10px;
      height: 64px;
      margin: 0 auto; }
    .listView .postPreview_product .product-tags .product-tag-quickship {
      width: 15px;
      padding: 2px 0; }
      .listView .postPreview_product .product-tags .product-tag-quickship:before {
        transform: scale(0.8); }

@media screen and (max-width: 767px) {
  .postPreview_product .thumb-hoverContent {
    display: none; } }

.Product-archive {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (min-width: 768px) {
    .Product-archive {
      flex-flow: row wrap; }
      .Product-archive .mobile {
        display: none !important; } }
  .Product-archive .archive-posts-filters-switcher {
    width: 100%;
    display: flex;
    align-items: center;
    flex: 1 1 100%; }
    @media screen and (max-width: 767px) {
      .Product-archive .archive-posts-filters-switcher {
        flex-wrap: wrap;
        margin-bottom: 10px; } }

.Filter {
  flex: 1 1 100%;
  margin-bottom: 1em;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .Filter {
      width: auto;
      min-width: 250px;
      max-width: 350px;
      flex: 0 1 25%;
      position: sticky;
      top: 1em;
      margin-right: 2em; } }

.Filter__grid-options {
  display: flex;
  justify-content: flex-end;
  flex: 1 1 0; }

.Filter-panel {
  border: 1px solid #672666;
  background-color: #f2f2f2; }
  @media screen and (min-width: 768px) {
    .Filter-panel {
      border-radius: 30px;
      padding-bottom: 2rem; } }
  .Filter-panel fieldset {
    border: none; }

.Filter-panel_top {
  background-color: #672666;
  color: #fff;
  padding: 4px;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .Filter-panel_top {
      border-radius: 30px 30px 0 0; } }

.Filter-panel_form-container {
  padding: 0 0.5em;
  max-height: 90vh;
  overflow-y: auto; }
  @media screen and (max-width: 767px) {
    .Filter-panel_form-container {
      overflow: hidden;
      max-height: 100%; } }
  @media screen and (min-width: 768px) {
    .Filter-panel_form-container {
      padding: 0 1em; } }

.Filter-panel_form {
  /* For short screens, tighten vert spacing */ }
  .Filter-panel_form .field {
    margin: 0.55556em 0; }
    .Filter-panel_form .field input[type='text'],
    .Filter-panel_form .field select {
      width: 100%; }
    .Filter-panel_form .field input[type='checkbox'] {
      left: -99999px; }
      .Filter-panel_form .field input[type='checkbox'] + label {
        margin-right: 1.5em; }
  .Filter-panel_form .field_name {
    text-decoration: underline;
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500; }
  .Filter-panel_form .field_options {
    display: flex;
    flex-flow: row wrap; }
    .Filter-panel_form .field_options .wide {
      width: 100%; }
    @media screen and (min-width: 768px) {
      .Filter-panel_form .field_options.field_swatches {
        display: flex !important; } }
  .Filter-panel_form .field_swatches {
    display: flex;
    margin: 0 -0.27778em;
    flex-flow: row wrap; }
  .Filter-panel_form .field_swatch {
    margin: 0.27778em; }
    .Filter-panel_form .field_swatch span:last-of-type {
      display: none; }
  .Filter-panel_form .field_swatch-circle {
    font-size: 26px;
    width: 1em;
    height: 1em;
    display: block;
    border-radius: 100%;
    background-color: currentColor;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease; }
  .Filter-panel_form input:checked + .field_swatch-circle {
    box-shadow: 0 0 0 0.125em #763b75;
    border: 0.08em solid #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .Filter-panel_form input:checked + .field_swatch-circle:after {
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      font-stretch: normal;
      font-size: inherit;
      line-height: inherit;
      font-family: FontAwesome;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: #fff;
      font-size: 13px; }
  .Filter-panel_form input:focus + .field_swatch-circle {
    box-shadow: 0 0 0 0.125em #000;
    border: 0.08em solid #fff; }
  .Filter-panel_form button {
    width: 100%;
    margin: 0.88889em 0; }
    @media screen and (min-width: 768px) {
      .Filter-panel_form button {
        display: none; } }
  @media screen and (max-height: 900px) {
    body:not(#foo) .Filter-panel_form {
      font-size: 13px; }
      body:not(#foo) .Filter-panel_form .field {
        margin: 0.55556em 0; }
        body:not(#foo) .Filter-panel_form .field input[type='checkbox'] + label {
          font-size: 13px;
          margin-right: 0.5em;
          line-height: 20px; }
      body:not(#foo) .Filter-panel_form .field_name {
        margin-bottom: 0.55556em; } }
  @media screen and (max-height: 900px) and (max-width: 767px) {
    body:not(#foo) .Filter-panel_form .field {
      border-bottom: solid 0.5px #d6d6d6e0; }
    body:not(#foo) .Filter-panel_form .field_swatch {
      display: block;
      margin-bottom: 20px; }
      body:not(#foo) .Filter-panel_form .field_swatch input[type='checkbox'] {
        position: relative;
        z-index: 1;
        width: auto;
        left: auto;
        vertical-align: middle;
        margin-right: 10px; }
      body:not(#foo) .Filter-panel_form .field_swatch span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 13px;
        font-weight: bold; }
        body:not(#foo) .Filter-panel_form .field_swatch span:last-of-type {
          display: inline-block; } }

@media screen and (max-width: 767px) {
  body.no-scroll {
    overflow: hidden;
    max-height: 100vh; }
  .field_options input[type='checkbox'].wide + label {
    margin-bottom: 15px; }
  .Filter-panel {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    transition: top 0.6s ease;
    background: #fff;
    z-index: 999;
    bottom: 0;
    margin: 0; }
    .Filter-panel.active {
      top: 0%;
      display: grid;
      grid-template-rows: auto 1fr; }
  button {
    background-color: transparent;
    border: none; }
  .Filter__trigger {
    display: flex;
    align-items: center;
    color: #ffffff;
    background-color: #672666;
    padding: 0.25rem 1rem;
    border-radius: 36px; }
    .Filter__trigger span.fa {
      transform: rotate(90deg);
      font-size: 1.33333em; }
  .Filter__trigger-text {
    margin-left: 0.75rem;
    font-size: 0.72222em; }
  .Filter__grid-options {
    align-self: flex-end; }
  .Filter-panel_top {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .Filter-panel_top__title {
    flex: 1 1 100%; }
  .Filter-panel_top__close {
    font-size: 34px;
    line-height: 1;
    flex: 0 0 40px;
    top: -3px;
    position: relative; }
  .Filter-panel_form {
    display: none;
    height: 100%; }
    .Filter-panel_form.active {
      display: flex; }
    .Filter-panel_form .form-fields {
      display: grid;
      grid-template-rows: 1fr auto;
      width: 100%;
      margin-top: 10px; }
      .Filter-panel_form .form-fields .filter-group {
        overflow-y: auto;
        border-bottom: solid 1px #d6d6d6e0; }
        .Filter-panel_form .form-fields .filter-group + button {
          margin-top: 20px;
          margin-bottom: 20px; }
    .Filter-panel_form .field {
      margin: 0;
      border-bottom: solid 0.5px #d6d6d6e0; }
      .Filter-panel_form .field:last-of-type {
        border-bottom: none; }
      .Filter-panel_form .field .field_name {
        padding: 20px 15px 15px;
        display: block;
        width: 100%;
        font-size: 0.8125em;
        line-height: 1.38462;
        font-weight: 400;
        color: #000;
        cursor: pointer;
        text-decoration: none;
        position: relative;
        margin-bottom: 0; }
        .Filter-panel_form .field .field_name:after {
          position: absolute;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          font-stretch: normal;
          font-size: inherit;
          line-height: inherit;
          font-family: FontAwesome;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          font-size: 1.23077em;
          line-height: 1.25em;
          right: 15px; }
      .Filter-panel_form .field .field_options {
        display: none;
        margin: 0 20px 15px; }
        .Filter-panel_form .field .field_options label,
        .Filter-panel_form .field .field_options select,
        .Filter-panel_form .field .field_options input {
          font-size: 0.77778em !important; }
      .Filter-panel_form .field.active .field_name:after {
        content: ""; }
      .Filter-panel_form .field .field_swatch {
        display: block;
        margin-bottom: 20px; }
        body:not(#foo) .Filter-panel_form .field .field_swatch input[type='checkbox'] {
          position: relative;
          z-index: 1;
          width: auto;
          left: auto;
          vertical-align: middle;
          margin-right: 10px; }
        .Filter-panel_form .field .field_swatch span {
          display: inline-block;
          vertical-align: middle;
          margin-right: 13px;
          font-weight: bold; }
          .Filter-panel_form .field .field_swatch span:last-of-type {
            display: inline-block; } }

.Applied-filters {
  flex: 1 1 100%;
  order: -1; }
  @media screen and (max-width: 767px) {
    .Applied-filters {
      order: 13;
      width: 100%;
      margin-top: 20px; } }

.Applied-filters__filters {
  display: flex;
  flex-flow: row wrap; }

.Applied-filters__filter {
  border-radius: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  flex: 0 0 auto;
  font-size: 0.77778em;
  background-color: #672666;
  color: #fff;
  padding: 3px 3px 3px 10px;
  display: flex;
  align-items: center;
  cursor: pointer; }

.Applied-filter__remove {
  background-color: transparent;
  border: none; }
  .Applied-filter__remove:after {
    content: "";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: inherit;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.Product-listing {
  flex: 1 1 0%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  justify-content: space-evenly;
  width: calc(100% + 30px); }
  .Product-listing.archive-posts_product:before, .Product-listing.archive-posts_product:after {
    content: none; }
  .Product-listing .archive-post {
    flex: 0 0 calc(50% - 20px);
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 481px) {
      .Product-listing .archive-post {
        flex: 0 1 calc(50% - 20px);
        width: 50%; } }
    @media screen and (min-width: 1024px) {
      .Product-listing .archive-post {
        flex-basis: calc(33.33333% - 20px);
        width: 33.33333%; } }
    @media screen and (min-width: 1440px) {
      .Product-listing .archive-post {
        flex-basis: calc(25% - 20px);
        width: 25%; } }
    @media screen and (min-width: 1650px) {
      .Product-listing .archive-post {
        flex-basis: calc(20% - 20px);
        width: 20%; } }
    @media screen and (min-width: 1900px) {
      .Product-listing .archive-post {
        flex-basis: calc(16.66667% - 20px);
        width: 16.66667%; } }
  .Product-listing .Loader {
    position: relative;
    margin: 15px auto;
    flex: 1 0 100%; }
    .Product-listing .Loader .Loader-contain {
      width: 75px; }
      .Product-listing .Loader .Loader-contain::before {
        content: '';
        display: block;
        padding-top: 100%; }
  .Product-listing .circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .Product-listing .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #672666; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes color {
  100%,
  0% {
    stroke: #672666; }
  80%,
  90% {
    stroke: #000; } }

.archive-posts_product {
  margin-left: -15px;
  margin-right: -15px; }
  .archive-posts_product:before, .archive-posts_product:after {
    content: " ";
    display: table; }
  .archive-posts_product:after {
    clear: both; }
  .archive-posts_product .product-number .thumb-image-overlayText_roomsCarpet {
    display: none; }
  .archive-posts_product.listView .archive-post_product {
    margin-bottom: 0.33333em;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    flex: 1 0 100%; }
    .archive-posts_product.listView .archive-post_product:after {
      content: '';
      display: block;
      margin-top: 6px;
      border-bottom: 1px solid gray;
      width: 100%;
      height: 1px; }
    .archive-posts_product.listView .archive-post_product.empty:after {
      border-bottom: none; }
    .archive-posts_product.listView .archive-post_product .postPreview_product {
      height: auto !important;
      display: flex; }
      .archive-posts_product.listView .archive-post_product .postPreview_product .thumb-image-overlayText_roomsCarpet {
        display: none; }
      .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-link {
        padding-left: 60px;
        min-height: 40px; }
      .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-image {
        position: absolute;
        width: 3.33333em;
        left: 0;
        padding-top: 0;
        height: 100%; }
        .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-image .post-thumbnail {
          padding-top: 100%; }
      .archive-posts_product.listView .archive-post_product .postPreview_product .product-column-quickview {
        border-left: none;
        z-index: 2; }
      .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-content,
      .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-brand {
        background: transparent;
        color: #672666; }
      .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-content {
        flex: 1 1 100%; }
      .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-brand {
        flex: 0 0 200px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 991px) {
          .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-brand {
            flex-basis: 150px; } }
        @media screen and (max-width: 767px) {
          .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-brand {
            flex-basis: 100px; }
            .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-brand .product-column-quickview {
              display: none; } }
        @media screen and (max-width: 480px) {
          .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-brand {
            flex-basis: 30px;
            width: 30px; }
            .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-brand .product-brandText {
              font-size: 10px;
              transform: rotate(-90deg);
              margin-top: -1px; } }
      .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-title {
        padding-left: 0.44444em;
        padding-right: 0.44444em; }
        .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-title .post-title {
          color: #672666;
          display: block; }
          .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-title .post-title .product-number {
            position: relative; }
            .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-title .post-title .product-number .thumb-image-overlayText_roomsCarpet {
              display: block;
              left: 110%;
              font-size: 0.8em;
              bottom: auto;
              top: -2px;
              right: auto;
              width: 118px; }
            @media screen and (max-width: 480px) {
              .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-title .post-title .product-number .thumb-image-overlayText_roomsCarpet {
                top: -13px;
                left: auto;
                font-size: 0.5em; } }
      .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-text {
        display: flex;
        flex-wrap: wrap;
        padding-right: 42px;
        align-items: center;
        color: #672666;
        margin-top: 0;
        padding-left: 3.77778em;
        padding-top: 0.22222em;
        padding-bottom: 0.44444em;
        min-height: 0;
        height: auto !important; }
        @media screen and (min-width: 992px) {
          .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-text {
            padding-right: 4.44444em; } }
        .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-text .post-title,
        .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-text .product-modular-name,
        .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-text .product-color-name,
        .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-text .product-brandText {
          flex: 0 0 50%; }
          @media screen and (max-width: 991px) {
            .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-text .post-title,
            .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-text .product-modular-name,
            .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-text .product-color-name,
            .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-text .product-brandText {
              flex: 0 0 100%; } }
        @media screen and (max-width: 767px) {
          .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-text .product-brandText {
            display: none; } }
        .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-text .product-dyelot {
          width: 100%; }
        .archive-posts_product.listView .archive-post_product .postPreview_product .postPreview-text .product-dyelot + .product-brandText {
          display: none; }
      .archive-posts_product.listView .archive-post_product .postPreview_product .product-column-quickview {
        display: block; }
        .archive-posts_product.listView .archive-post_product .postPreview_product .product-column-quickview button {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          width: auto;
          height: auto;
          min-width: 0;
          width: 100%; }
      .archive-posts_product.listView .archive-post_product .postPreview_product .product-brand {
        border-width: 3px; }
        @media screen and (min-width: 992px) {
          .archive-posts_product.listView .archive-post_product .postPreview_product .product-brand {
            width: 4.16667em;
            border-width: 3px; }
            .archive-posts_product.listView .archive-post_product .postPreview_product .product-brand > a:after {
              transform: rotate(-90deg); } }

.archive-post_product {
  margin-bottom: 1.11111em;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 480px) {
    .archive-post_product {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .archive-post_product {
      position: relative;
      float: left;
      width: 25%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }

.archive-posts-filters {
  display: flex;
  justify-content: space-between; }

.archive-posts-filters-switcher {
  margin-bottom: 1.88889em; }
  .archive-posts-filters-switcher .gridSwitcher {
    font-size: 1.38889em;
    color: #672666;
    margin-left: 0.6em;
    transition: opacity 0.2s;
    background: none;
    border: none;
    padding: 1px;
    opacity: 0.4; }
    .archive-posts-filters-switcher .gridSwitcher:hover, .archive-posts-filters-switcher .gridSwitcher.active {
      opacity: 1; }

.dynamicLoad_archive-posts {
  position: relative; }
  .dynamicLoad_archive-posts .dynamicLoad-mobileFlag {
    display: block; }
    @media screen and (min-width: 1024px) {
      .dynamicLoad_archive-posts .dynamicLoad-mobileFlag {
        display: none; } }
  .dynamicLoad_archive-posts .dynamicLoad-spinner {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: -0.83333em;
    width: auto;
    height: 1.66667em;
    display: none; }
    .dynamicLoad_archive-posts .dynamicLoad-spinner:after {
      content: ' ';
      display: block;
      width: 32px;
      height: 32px;
      position: absolute;
      left: 50%;
      top: 0;
      margin: 0 0 0 -16px;
      background: url("../images/mask_loader.gif") 50% 50% no-repeat; }
      html.csstransitions .dynamicLoad_archive-posts .dynamicLoad-spinner:after {
        background: url("../images/mask_loader.png") 50% 50% no-repeat;
        -webkit-mask-image: url(../images/mask_loader.png);
        animation-name: keyframe-effect-spin;
        animation-duration: 2s;
        animation-timing-function: linear;
        animation-iteration-count: infinite; }
  .dynamicLoad_archive-posts.loading .dynamicLoad-spinner {
    display: block; }

.widget_productCarousel .carousel-slides {
  overflow: hidden; }

.widget_productCarousel .carousel-pages {
  display: none; }

.widget_productCarousel .carousel-nav {
  max-width: 65.55556em;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/
  position: absolute;
  left: 0;
  right: 0;
  top: 7.22222em;
  width: auto;
  height: 0; }
  @media screen and (min-width: 1px) {
    .widget_productCarousel .carousel-nav {
      min-width: 0; } }
  @media screen and (max-width: 1210px) {
    .widget_productCarousel .carousel-nav {
      max-width: none;
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }
  @media screen and (max-width: 767px) {
    .widget_productCarousel .carousel-nav {
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }

.widget_productCarousel .carousel-nav-prev,
.widget_productCarousel .carousel-nav-next {
  position: absolute;
  display: inline-block;
  height: 5.61111em;
  width: 55px;
  line-height: 5.61111em;
  margin-top: -2.80556em;
  color: #fff; }
  .widget_productCarousel .carousel-nav-prev span,
  .widget_productCarousel .carousel-nav-next span {
    position: absolute;
    height: 1px;
    width: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    overflow: hidden !important; }
  .widget_productCarousel .carousel-nav-prev:before,
  .widget_productCarousel .carousel-nav-next:before {
    content: '';
    display: inline-block; }

.widget_productCarousel .carousel-nav-prev {
  left: 0;
  right: auto;
  text-align: right; }
  .widget_productCarousel .carousel-nav-prev:before {
    background-position: 0% 25.45455%;
    width: 75px;
    height: 75px;
    background-size: 374px 305px;
    position: absolute;
    left: 50%;
    margin-left: -37.5px;
    position: absolute;
    top: 50%;
    margin-top: -37.5px; }
    @media screen and (min-width: 768px) {
      .widget_productCarousel .carousel-nav-prev:before {
        left: calc(50% + 15px); } }
  @media screen and (max-width: 480px) {
    .widget_productCarousel .carousel-nav-prev {
      display: none; } }

.widget_productCarousel .carousel-nav-next {
  left: auto;
  right: 0;
  text-align: left; }
  .widget_productCarousel .carousel-nav-next:before {
    background-position: 25.08711% 25.45455%;
    width: 75px;
    height: 75px;
    background-size: 374px 305px;
    position: absolute;
    left: 50%;
    margin-left: -37.5px;
    position: absolute;
    top: 50%;
    margin-top: -37.5px; }
    @media screen and (min-width: 768px) {
      .widget_productCarousel .carousel-nav-next:before {
        left: calc(50% - 15px); } }
  @media screen and (max-width: 480px) {
    .widget_productCarousel .carousel-nav-next {
      display: none; } }

.widget_gfForm .gform_validation_container {
  display: none; }

.widget_gfForm .gfield_checkbox {
  list-style-type: none;
  padding: 0 0 0 1.11111em;
  margin: 0; }

.widget_gfForm_compact .gform_title {
  font-size: 1em;
  font-weight: 300;
  display: inline-block;
  margin: 0 0 0.44444em; }

.widget_gfForm_compact .gfield.form-col-left, .widget_gfForm_compact .gfield.form-col-right {
  float: none;
  width: auto; }

.widget_gfForm_compact .gform_footer {
  padding-top: 0;
  border-top: 0; }
  .widget_gfForm_compact .gform_footer .form-actions {
    display: block;
    width: auto; }
    .widget_gfForm_compact .gform_footer .form-actions .left, .widget_gfForm_compact .gform_footer .form-actions .right {
      display: block;
      float: none;
      width: auto;
      margin: 0 0 1.11111em; }

@media (min-width: 768px) {
  .widget_gfForm_compact .gfield.form-col-left, .widget_gfForm_compact .gfield.form-col-right {
    float: none !important;
    width: auto !important; } }

.widget_gfForm_short .widget-content {
  background-color: #d3d3d3;
  padding: 4.44444em 0.83333em; }

.widget_gfForm_short .gform_wrapper {
  margin-bottom: 0; }

.widget_gfForm_short .gform_body,
.widget_gfForm_short .gform_footer {
  padding: 0 8%; }

.widget_gfForm_short h3 {
  font-weight: 700;
  color: #672666;
  text-align: center;
  margin-bottom: 32px;
  font-size: 2.44444em;
  line-height: 1.27273em; }

.widget_gfForm_short .gfield_label {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden !important; }

.widget_gfForm_short .gform_header {
  text-align: center; }

.widget_gfForm_short .gform_footer {
  text-align: center;
  border-top: 0;
  padding-top: 0; }

.widget_gfForm_short .gfield {
  margin-bottom: 32px; }
  .widget_gfForm_short .gfield input[type='text'],
  .widget_gfForm_short .gfield input[type='password'],
  .widget_gfForm_short .gfield input[type='datetime'],
  .widget_gfForm_short .gfield input[type='datetime-local'],
  .widget_gfForm_short .gfield input[type='number'],
  .widget_gfForm_short .gfield input[type='email'],
  .widget_gfForm_short .gfield input[type='url'],
  .widget_gfForm_short .gfield input[type='search'],
  .widget_gfForm_short .gfield input[type='tel'] {
    border-radius: 20px;
    background: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    border: 2px solid #b7b5b4;
    padding: 0.5rem 1.25rem;
    margin: 0;
    width: auto;
    max-width: 100%;
    line-height: 28px;
    display: block;
    width: 100%;
    padding-left: 26px;
    padding-right: 26px; }
    @media screen and (max-width: 991px) {
      .widget_gfForm_short .gfield input[type='text'],
      .widget_gfForm_short .gfield input[type='password'],
      .widget_gfForm_short .gfield input[type='datetime'],
      .widget_gfForm_short .gfield input[type='datetime-local'],
      .widget_gfForm_short .gfield input[type='number'],
      .widget_gfForm_short .gfield input[type='email'],
      .widget_gfForm_short .gfield input[type='url'],
      .widget_gfForm_short .gfield input[type='search'],
      .widget_gfForm_short .gfield input[type='tel'] {
        font-size: 16px; } }
    .widget_gfForm_short .gfield input[type='text']:hover,
    .widget_gfForm_short .gfield input[type='password']:hover,
    .widget_gfForm_short .gfield input[type='datetime']:hover,
    .widget_gfForm_short .gfield input[type='datetime-local']:hover,
    .widget_gfForm_short .gfield input[type='number']:hover,
    .widget_gfForm_short .gfield input[type='email']:hover,
    .widget_gfForm_short .gfield input[type='url']:hover,
    .widget_gfForm_short .gfield input[type='search']:hover,
    .widget_gfForm_short .gfield input[type='tel']:hover {
      background: #e6e6e6;
      border-color: #b7b5b4; }
    .widget_gfForm_short .gfield input[type='text']:focus,
    .widget_gfForm_short .gfield input[type='password']:focus,
    .widget_gfForm_short .gfield input[type='datetime']:focus,
    .widget_gfForm_short .gfield input[type='datetime-local']:focus,
    .widget_gfForm_short .gfield input[type='number']:focus,
    .widget_gfForm_short .gfield input[type='email']:focus,
    .widget_gfForm_short .gfield input[type='url']:focus,
    .widget_gfForm_short .gfield input[type='search']:focus,
    .widget_gfForm_short .gfield input[type='tel']:focus {
      background: #e6e6e6;
      border-color: #b7b5b4; }
    .widget_gfForm_short .gfield input[type='text'].error,
    .widget_gfForm_short .gfield input[type='password'].error,
    .widget_gfForm_short .gfield input[type='datetime'].error,
    .widget_gfForm_short .gfield input[type='datetime-local'].error,
    .widget_gfForm_short .gfield input[type='number'].error,
    .widget_gfForm_short .gfield input[type='email'].error,
    .widget_gfForm_short .gfield input[type='url'].error,
    .widget_gfForm_short .gfield input[type='search'].error,
    .widget_gfForm_short .gfield input[type='tel'].error {
      background: null;
      border-color: #c00; }
    .widget_gfForm_short .gfield input[type='text'][disabled],
    .widget_gfForm_short .gfield input[type='password'][disabled],
    .widget_gfForm_short .gfield input[type='datetime'][disabled],
    .widget_gfForm_short .gfield input[type='datetime-local'][disabled],
    .widget_gfForm_short .gfield input[type='number'][disabled],
    .widget_gfForm_short .gfield input[type='email'][disabled],
    .widget_gfForm_short .gfield input[type='url'][disabled],
    .widget_gfForm_short .gfield input[type='search'][disabled],
    .widget_gfForm_short .gfield input[type='tel'][disabled] {
      background: #f7f7f7;
      border-color: #f7f7f7; }

.widget_gfForm_short .form-actions {
  display: block; }
  .widget_gfForm_short .form-actions .left,
  .widget_gfForm_short .form-actions .right {
    display: block; }
    .widget_gfForm_short .form-actions .left .gform_submit_button,
    .widget_gfForm_short .form-actions .right .gform_submit_button {
      font-size: 20px;
      line-height: 26px;
      padding: 13px 0;
      width: 100%;
      margin-left: 0; }

@media screen and (max-width: 1199px) {
  .widget_gfForm_short h3 {
    font-size: 2.22222em;
    line-height: 1.3em; }
  .widget_gfForm_short .gform_body,
  .widget_gfForm_short .gform_footer {
    padding: 0 5%; } }

@media screen and (max-width: 991px) {
  .widget_gfForm_short .gform_heading {
    text-align: center; }
  .widget_gfForm_short h3 {
    font-size: 2em;
    line-height: 1.33333em;
    text-align: center; }
  .widget_gfForm_short .gfield {
    margin-bottom: 0.88889em; }
  .widget_gfForm_short .gform_body,
  .widget_gfForm_short .gform_footer {
    padding: 0 0.83333em; } }

@media screen and (max-width: 767px) {
  .widget_gfForm_short {
    margin: 0 -15px; }
    .widget_gfForm_short .gform_body,
    .widget_gfForm_short .gform_footer {
      padding: 0; }
    .widget_gfForm_short .gfield input[type='text'],
    .widget_gfForm_short .gfield input[type='password'],
    .widget_gfForm_short .gfield input[type='datetime'],
    .widget_gfForm_short .gfield input[type='datetime-local'],
    .widget_gfForm_short .gfield input[type='number'],
    .widget_gfForm_short .gfield input[type='email'],
    .widget_gfForm_short .gfield input[type='url'],
    .widget_gfForm_short .gfield input[type='search'],
    .widget_gfForm_short .gfield input[type='tel'] {
      border-radius: 20px;
      background: #ffffff;
      display: inline-block;
      font-size: 14px;
      line-height: normal;
      border: 2px solid #b7b5b4;
      padding: 0.5rem 1.25rem;
      margin: 0;
      width: auto;
      max-width: 100%;
      width: 100%; } }
    @media screen and (max-width: 767px) and (max-width: 991px) {
      .widget_gfForm_short .gfield input[type='text'],
      .widget_gfForm_short .gfield input[type='password'],
      .widget_gfForm_short .gfield input[type='datetime'],
      .widget_gfForm_short .gfield input[type='datetime-local'],
      .widget_gfForm_short .gfield input[type='number'],
      .widget_gfForm_short .gfield input[type='email'],
      .widget_gfForm_short .gfield input[type='url'],
      .widget_gfForm_short .gfield input[type='search'],
      .widget_gfForm_short .gfield input[type='tel'] {
        font-size: 16px; } }

@media screen and (max-width: 767px) {
      .widget_gfForm_short .gfield input[type='text']:hover,
      .widget_gfForm_short .gfield input[type='password']:hover,
      .widget_gfForm_short .gfield input[type='datetime']:hover,
      .widget_gfForm_short .gfield input[type='datetime-local']:hover,
      .widget_gfForm_short .gfield input[type='number']:hover,
      .widget_gfForm_short .gfield input[type='email']:hover,
      .widget_gfForm_short .gfield input[type='url']:hover,
      .widget_gfForm_short .gfield input[type='search']:hover,
      .widget_gfForm_short .gfield input[type='tel']:hover {
        background: #e6e6e6;
        border-color: #b7b5b4; }
      .widget_gfForm_short .gfield input[type='text']:focus,
      .widget_gfForm_short .gfield input[type='password']:focus,
      .widget_gfForm_short .gfield input[type='datetime']:focus,
      .widget_gfForm_short .gfield input[type='datetime-local']:focus,
      .widget_gfForm_short .gfield input[type='number']:focus,
      .widget_gfForm_short .gfield input[type='email']:focus,
      .widget_gfForm_short .gfield input[type='url']:focus,
      .widget_gfForm_short .gfield input[type='search']:focus,
      .widget_gfForm_short .gfield input[type='tel']:focus {
        background: #e6e6e6;
        border-color: #b7b5b4; }
      .widget_gfForm_short .gfield input[type='text'].error,
      .widget_gfForm_short .gfield input[type='password'].error,
      .widget_gfForm_short .gfield input[type='datetime'].error,
      .widget_gfForm_short .gfield input[type='datetime-local'].error,
      .widget_gfForm_short .gfield input[type='number'].error,
      .widget_gfForm_short .gfield input[type='email'].error,
      .widget_gfForm_short .gfield input[type='url'].error,
      .widget_gfForm_short .gfield input[type='search'].error,
      .widget_gfForm_short .gfield input[type='tel'].error {
        background: null;
        border-color: #c00; }
      .widget_gfForm_short .gfield input[type='text'][disabled],
      .widget_gfForm_short .gfield input[type='password'][disabled],
      .widget_gfForm_short .gfield input[type='datetime'][disabled],
      .widget_gfForm_short .gfield input[type='datetime-local'][disabled],
      .widget_gfForm_short .gfield input[type='number'][disabled],
      .widget_gfForm_short .gfield input[type='email'][disabled],
      .widget_gfForm_short .gfield input[type='url'][disabled],
      .widget_gfForm_short .gfield input[type='search'][disabled],
      .widget_gfForm_short .gfield input[type='tel'][disabled] {
        background: #f7f7f7;
        border-color: #f7f7f7; }
    .widget_gfForm_short .widget-content {
      padding: 2.22222em 0.83333em; } }

.widget_wcLoginForm {
  margin-top: 2.22222em; }
  .widget_wcLoginForm .loginForm {
    margin: 0 auto; }
  .widget_wcLoginForm_alignLeft .loginForm {
    margin: 0; }

.woocommerce-error .registerLinks {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin: 5px auto;
  width: 75%; }
  @media screen and (max-width: 767px) {
    .woocommerce-error .registerLinks {
      width: 100%; } }

.woocommerce-error .registerLink {
  display: block;
  font-size: 0;
  width: 50%; }
  .woocommerce-error .registerLink img {
    display: block;
    max-width: 100%;
    max-height: 33px;
    padding: 0 10px; }

.woocommerce-error .tallSeparator {
  display: block;
  font-size: 35px;
  margin: 0;
  color: #4b4b4b;
  line-height: 1;
  font-weight: 300; }

.widget_wcCart .editorContent > :first-child {
  margin-top: 0; }

.checkoutOrderReview-section {
  margin: 0 0 2.77778em 0; }
  .checkoutOrderReview-section .shippingInformation .address {
    display: inline-block;
    vertical-align: top;
    min-width: 15.55556em;
    padding: 0 4.44444em 0 0;
    margin: 0 0 1.11111em 0; }
  .checkoutOrderReview-section .shippingInformation .email {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 1.11111em 0; }

.checkoutOrderReview-section-header {
  margin: 0 0 0.44444em 0; }
  .checkoutOrderReview-section-header .edit-link {
    font-size: 1em;
    font-weight: 600; }

.checkoutOrderReview-section-title {
  font-size: 1.22222em;
  font-weight: 400;
  line-height: 1.36364em;
  display: inline;
  margin: 0 0.90909em 0 0;
  padding: 0; }

.widget_wcOrderConfirm .widget-title {
  font-size: 1.22222em;
  font-weight: 400;
  line-height: 1.36364em;
  display: block;
  padding: 0;
  margin: 0 0 1.27273em 0; }

.widget_wcOrderConfirm .checkout-disclaimer {
  font-size: 0.66667em;
  line-height: 1.33333em;
  color: #707372;
  border-top: 1px solid #ccc;
  padding: 2.5em 0 0;
  margin: 2.5em 0 0; }

.widget_salesUseTaxForm select {
  border-radius: 20px;
  max-width: 100%;
  background: #ffffff;
  border: 2px solid #b7b5b4;
  padding: 0.5rem 1.25rem;
  min-width: 12.22222em; }
  .widget_salesUseTaxForm select:focus, .widget_salesUseTaxForm select:active {
    background-color: #e6e6e6;
    border: 2px solid #b7b5b4; }
  .widget_salesUseTaxForm select.error {
    border-color: #cc0000; }

html.selectappearance .widget_salesUseTaxForm select {
  min-width: 12.22222em; }

.widget_pageHierarchyMenu {
  margin: 0 0 1.11111em;
  position: relative;
  z-index: 1; }
  .widget_pageHierarchyMenu .menuItems {
    font-size: 1em; }
    .widget_pageHierarchyMenu .menuItems ul, .widget_pageHierarchyMenu .menuItems li {
      display: block;
      list-style: none;
      padding: 0;
      margin: 0; }
    .widget_pageHierarchyMenu .menuItems > ul {
      text-align: justify;
      line-height: 2.44444em;
      top: 2.44444em;
      position: relative; }
      .widget_pageHierarchyMenu .menuItems > ul:before {
        content: ' ';
        display: block;
        width: 100%;
        margin-bottom: -2.44444em; }
      .widget_pageHierarchyMenu .menuItems > ul:after {
        content: ' ';
        display: inline-block;
        width: 100%; }
      .widget_pageHierarchyMenu .menuItems > ul > li {
        display: inline-block;
        position: relative; }
        .widget_pageHierarchyMenu .menuItems > ul > li > a {
          display: block;
          font-size: inherit;
          line-height: inherit;
          color: #58595c;
          font-weight: 400;
          padding: 0 1.22222em; }
        .widget_pageHierarchyMenu .menuItems > ul > li:hover > a {
          font-weight: 400;
          color: #b7b5b4; }
        .widget_pageHierarchyMenu .menuItems > ul > li:hover > .menuItems {
          display: block; }
        .widget_pageHierarchyMenu .menuItems > ul > li.active > a {
          font-weight: 700; }
    .widget_pageHierarchyMenu .menuItems select {
      display: none; }
  .widget_pageHierarchyMenu .menuItems .menuItems {
    display: none;
    font-size: 0.88889em;
    position: absolute;
    top: 2.75em;
    left: -25%;
    min-width: 150%;
    background: #ffffff; }
    .widget_pageHierarchyMenu .menuItems .menuItems:after {
      display: block;
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-width: 9px;
      margin: 0;
      bottom: 100%;
      left: 50%;
      border-bottom-color: #ffffff;
      margin-left: -9px; }
    .widget_pageHierarchyMenu .menuItems .menuItems > ul {
      text-align: center;
      height: auto;
      line-height: 1.125em;
      padding: 1em 0;
      top: auto; }
      .widget_pageHierarchyMenu .menuItems .menuItems > ul:before, .widget_pageHierarchyMenu .menuItems .menuItems > ul:after {
        content: none; }
      .widget_pageHierarchyMenu .menuItems .menuItems > ul > li {
        display: block;
        padding: 0.4375em 0.625em; }
        .widget_pageHierarchyMenu .menuItems .menuItems > ul > li > a {
          display: block;
          text-align: left;
          padding: 0 0.75em;
          position: relative;
          margin: 1px 0 0;
          /*
					&:before {
						content: ' ';
						position: absolute;
						background: #666666;
						top: 0;
						left: pxToEm(16, $sub-font-size);
						right: pxToEm(16, $sub-font-size);
						width: auto;
						margin: auto;
						height: 1px;
					}
					*/ }
        .widget_pageHierarchyMenu .menuItems .menuItems > ul > li:first-child > a {
          margin: 0; }
          .widget_pageHierarchyMenu .menuItems .menuItems > ul > li:first-child > a:before {
            content: none; }
        .widget_pageHierarchyMenu .menuItems .menuItems > ul > li:hover > a {
          font-weight: 700;
          color: #58595c; }
        .widget_pageHierarchyMenu .menuItems .menuItems > ul > li.active > a {
          color: #58595c;
          font-weight: 700; }

.widget_pageHierarchyMenu.mobileMenu ul {
  position: absolute;
  z-index: -1;
  visibility: hidden; }

.widget_pageHierarchyMenu.mobileMenu select {
  display: block; }

.container-full > .widget_pageHierarchyMenu, .container-fluid > .widget_pageHierarchyMenu {
  padding-top: 0.77778em; }
  .container-full > .widget_pageHierarchyMenu .widget-content, .container-fluid > .widget_pageHierarchyMenu .widget-content {
    max-width: 65.55556em;
    margin-left: auto;
    margin-right: auto;
    min-width: 960px;
    /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/ }
    @media screen and (min-width: 1px) {
      .container-full > .widget_pageHierarchyMenu .widget-content, .container-fluid > .widget_pageHierarchyMenu .widget-content {
        min-width: 0; } }
    @media screen and (max-width: 1210px) {
      .container-full > .widget_pageHierarchyMenu .widget-content, .container-fluid > .widget_pageHierarchyMenu .widget-content {
        max-width: none;
        margin-left: 0.83333em;
        margin-right: 0.83333em; } }
    @media screen and (max-width: 767px) {
      .container-full > .widget_pageHierarchyMenu .widget-content, .container-fluid > .widget_pageHierarchyMenu .widget-content {
        margin-left: 0.83333em;
        margin-right: 0.83333em; } }

.widget_pageSiblingsMenu {
  position: relative;
  margin: 0 0 1.16667em 0; }
  .widget_pageSiblingsMenu .widget-content {
    border-bottom: 2px solid #672666; }
    .widget_pageSiblingsMenu .widget-content ul {
      list-style: none;
      display: table;
      width: 100%;
      table-layout: auto;
      border-collapse: collapse;
      padding: 0;
      margin: 0 0 -1px 0; }
    .widget_pageSiblingsMenu .widget-content li {
      list-style: none;
      padding: 0;
      margin: 0;
      display: table-cell;
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
      border-bottom: 1px solid #672666;
      width: 1%;
      transition: all 0.2s ease; }
      .widget_pageSiblingsMenu .widget-content li > a {
        display: block;
        border: 1px solid transparent;
        border-width: 2px 1px 1px;
        color: #672666;
        text-align: center;
        padding: 0.55556em 0em 0.16667em;
        height: 2.77778em;
        transition: all 0.2s ease;
        position: relative; }
        .widget_pageSiblingsMenu .widget-content li > a > span {
          font-size: 0.88889em;
          font-weight: 400;
          line-height: 1.625em;
          padding: 0 0 0.0625em;
          display: inline-block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          margin: 0;
          padding: 0; }
      .widget_pageSiblingsMenu .widget-content li:hover {
        background: #763b75;
        border-color: #763b75; }
        .widget_pageSiblingsMenu .widget-content li:hover > a {
          color: #ffffff;
          border-color: #763b75; }
          .widget_pageSiblingsMenu .widget-content li:hover > a > span {
            border-color: #763b75; }
      .widget_pageSiblingsMenu .widget-content li.active {
        background: #672666;
        border-color: #672666; }
        .widget_pageSiblingsMenu .widget-content li.active > a {
          color: #ffffff;
          border-color: #672666; }
          .widget_pageSiblingsMenu .widget-content li.active > a:after {
            content: '';
            display: block;
            border: solid transparent;
            content: ' ';
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: transparent;
            border-width: 12px;
            margin: 0;
            top: 100%;
            left: 50%;
            border-top-color: #672666;
            margin-left: -12px; }
          .widget_pageSiblingsMenu .widget-content li.active > a > span {
            border-color: #672666; }
  @media screen and (min-width: 480px) {
    .widget_pageSiblingsMenu .widget-content ul {
      width: auto; }
    .widget_pageSiblingsMenu .widget-content li {
      width: auto; }
      .widget_pageSiblingsMenu .widget-content li > a {
        padding: 0.55556em 1.66667em 0.16667em; }
        .widget_pageSiblingsMenu .widget-content li > a > span {
          font-size: 1.11111em;
          line-height: 1.3em;
          padding: 0 0 0.05em; } }
  @media screen and (min-width: 768px) {
    .widget_pageSiblingsMenu .widget-content li {
      min-width: 15.55556em; }
      .widget_pageSiblingsMenu .widget-content li > a {
        padding: 0.61111em 0em 0.16667em; }
        .widget_pageSiblingsMenu .widget-content li > a > span {
          font-size: 1.22222em;
          line-height: 1.18182em;
          padding: 0 0 0.04545em; } }

.widget_repFilter .tabs-contents {
  border: 1px solid #eee; }

.widget_repFilter .tabs-content {
  padding: 1.94444em 2.44444em; }
  @media screen and (max-width: 991px) {
    .widget_repFilter .tabs-content {
      padding: 1.11111em; } }

.widget_repFilter .filters-title {
  font-size: 1.11111em;
  font-weight: 600;
  line-height: 1.3em;
  display: block;
  padding: 0 0 0 1.8em;
  margin: 0 0 1.9em;
  position: relative; }
  .widget_repFilter .filters-title:before {
    content: ' ';
    background-position: 27.24458% 60.9375%;
    width: 32px;
    height: 32px;
    background-size: 320px 260px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    position: absolute;
    left: 0;
    top: 50%; }

.widget_repFilter .filters {
  position: relative; }
  .widget_repFilter .filters:before, .widget_repFilter .filters:after {
    content: ' ';
    display: table; }
  .widget_repFilter .filters:after {
    clear: both; }
  .widget_repFilter .filters_multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    background: #d8d9d9; }
    @media screen and (max-width: 991px) {
      .widget_repFilter .filters_multiple:before {
        content: none;
        display: none; } }

.widget_repFilter .filter {
  float: left;
  width: 50%;
  max-width: 23.88889em;
  padding: 0 2.22222em 0 0; }
  .widget_repFilter .filter.right {
    float: right;
    padding: 0 0 0 2.22222em; }
  .widget_repFilter .filter form {
    display: table;
    width: 100%; }
    .widget_repFilter .filter form .form-fields {
      display: table-cell;
      vertical-align: top; }
    .widget_repFilter .filter form .form-fields {
      padding: 0 1.55556em 0 0; }
    .widget_repFilter .filter form .form-actions {
      display: table-cell;
      vertical-align: top;
      width: 1%;
      vertical-align: bottom; }
    .widget_repFilter .filter form .field {
      margin: 0; }
      .widget_repFilter .filter form .field .label {
        display: block;
        padding: 0;
        margin: 0 0 1.44444em 0; }
        .widget_repFilter .filter form .field .label label {
          font-weight: 300; }
  @media screen and (max-width: 991px) {
    .widget_repFilter .filter {
      float: none;
      width: 100%;
      max-width: 100%;
      padding: 0;
      margin: 0 0 1.66667em; }
      .widget_repFilter .filter.right {
        float: none;
        width: auto;
        padding: 0; } }

.search-results-items_salesRep, .search-results-items_salesRepGsa {
  margin-left: -15px;
  margin-right: -15px; }
  .search-results-items_salesRep:before, .search-results-items_salesRepGsa:before, .search-results-items_salesRep:after, .search-results-items_salesRepGsa:after {
    content: " ";
    display: table; }
  .search-results-items_salesRep:after, .search-results-items_salesRepGsa:after {
    clear: both; }

.search-results-item_salesRep, .search-results-item_salesRepGsa {
  padding-bottom: 2.22222em;
  margin-bottom: 2.22222em;
  border-bottom: 1px solid #cccccc;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 480px) {
    .search-results-item_salesRep, .search-results-item_salesRepGsa {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .search-results-item_salesRep, .search-results-item_salesRepGsa {
      position: relative;
      float: left;
      width: 33.33333%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 992px) {
    .search-results-item_salesRep, .search-results-item_salesRepGsa {
      position: relative;
      float: left;
      width: 16.66667%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }

.widget_repSearchResults .search-results, .widget_repGsaContact .search-results {
  overflow: hidden; }

.widget_repSearchResults .search-results-items, .widget_repGsaContact .search-results-items {
  position: relative;
  margin-top: -2.27778em;
  top: 2.27778em; }

.widget_repSearchResults .searchResult .rep-name, .widget_repGsaContact .searchResult .rep-name {
  position: relative;
  display: block;
  font-size: inherit;
  font-weight: 600;
  padding: 0;
  margin: 0 0 1.125em; }

.widget_repSearchResults .searchResult .rep-contact, .widget_repGsaContact .searchResult .rep-contact {
  line-height: 1.25em;
  display: block;
  padding: 0;
  margin: 0 0 1.125em; }
  .widget_repSearchResults .searchResult .rep-contact_phone, .widget_repGsaContact .searchResult .rep-contact_phone, .widget_repSearchResults .searchResult .rep-contact_mobile, .widget_repGsaContact .searchResult .rep-contact_mobile {
    position: relative;
    padding-left: 1.94444em; }
  .widget_repSearchResults .searchResult .rep-contact_phone:before, .widget_repGsaContact .searchResult .rep-contact_phone:before {
    content: ' ';
    background-position: 48.92308% 60.46512%;
    width: 15px;
    height: 15px;
    background-size: 159px 129px;
    position: absolute;
    left: 0;
    top: 0.13889em; }
  .widget_repSearchResults .searchResult .rep-contact_mobile:before, .widget_repGsaContact .searchResult .rep-contact_mobile:before {
    content: ' ';
    background-position: 19.10448% 60.9375%;
    width: 15px;
    height: 23px;
    background-size: 225px 183px;
    position: absolute;
    left: 0;
    top: -0.06944em; }
  .widget_repSearchResults .searchResult .rep-contact_mail, .widget_repGsaContact .searchResult .rep-contact_mail {
    margin: 1.22222em 0; }
    .widget_repSearchResults .searchResult .rep-contact_mail a, .widget_repGsaContact .searchResult .rep-contact_mail a {
      display: block;
      text-align: center; }

.widget_repGsaContact .searchResult .rep-name + .rep-position {
  margin-top: -0.55556em; }

.widget_repGsaContact .searchResult .rep-position {
  position: relative;
  display: block;
  font-size: inherit;
  font-weight: 400;
  padding: 0 0 1.125em;
  margin: 0;
  line-height: 1.25em; }

.widget_repFilter .widget_repGsaContact {
  margin: 2.5em 0 0; }
  .widget_repFilter .widget_repGsaContact .search-results {
    margin-bottom: -2.5em; }

.checkboxToggle {
  display: block;
  padding: 0;
  margin: 0 0 1.33333em; }
  .checkboxToggle.active .checkboxToggle-content {
    display: block; }

.checkboxToggle-header {
  display: block;
  padding: 0;
  margin: 0 0 1.33333em; }

.checkboxToggle-content {
  display: block;
  padding: 0;
  margin: 0 0 1.33333em;
  display: none; }

.warrantiesOutline {
  margin: 0 0 1.66667em 0; }

.warrantiesOutline-title {
  font-size: 1.22222em;
  font-weight: 400;
  line-height: 1.36364em;
  margin: 0 0 0.54545em;
  padding: 0; }

.warrantiesOutline-description {
  margin: 0 0 1.22222em; }
  .warrantiesOutline-description p, .warrantiesOutline-description ul, .warrantiesOutline-description ol {
    margin-top: 0; }

.warrantiesOutline-warranties {
  margin-left: 1.11111em; }

.warrantiesOutline-warranty {
  margin: 0 0 1.11111em; }
  .warrantiesOutline-warranty .buttons .btn, .warrantiesOutline-warranty .buttons .btn-plain, .warrantiesOutline-warranty .buttons .btn-main, .warrantiesOutline-warranty .buttons .thumb-button, .warrantiesOutline-warranty .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .warrantiesOutline-warranty .buttons .linkItems li a, .warrantiesOutline-warranty .buttons .btn-main-sm, .warrantiesOutline-warranty .buttons .editorContent form input[type='submit'], .editorContent form .warrantiesOutline-warranty .buttons input[type='submit'], .warrantiesOutline-warranty .buttons .gform_submit_button, .warrantiesOutline-warranty .buttons .gform_next_button, .warrantiesOutline-warranty .buttons .gform_previous_button, .warrantiesOutline-warranty .buttons .btn-cart, .warrantiesOutline-warranty .buttons .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a, .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .warrantiesOutline-warranty .buttons a, .warrantiesOutline-warranty .buttons .widget_spotlightProduct .widget-info a, .widget_spotlightProduct .widget-info .warrantiesOutline-warranty .buttons a, .warrantiesOutline-warranty .buttons .btn-clear, .warrantiesOutline-warranty .buttons .btn-white, .warrantiesOutline-warranty .buttons .btn-default, .warrantiesOutline-warranty .buttons .btn-default-sm, .warrantiesOutline-warranty .buttons .gform_reset_button, .warrantiesOutline-warranty .buttons .btn-ico {
    margin-right: 16px; }
  .warrantiesOutline-warranty .hideShow .hideShow-header {
    margin: 0 0 0.27778em; }
    .warrantiesOutline-warranty .hideShow .hideShow-header .warrantiesOutline-warranty-title {
      margin: 0; }

.warrantiesOutline-warranty-title {
  margin: 0 0 0.27778em; }

.warrantiesOutline-summary_list:before, .warrantiesOutline-summary_list:after {
  content: ' ';
  display: table; }

.warrantiesOutline-summary_list:after {
  clear: both; }

.warrantiesOutline-summary_list ul {
  padding-left: 1em;
  margin: 0; }

.warrantiesOutline-summary-col {
  width: auto; }
  @media screen and (min-width: 768px) {
    .warrantiesOutline-summary-col {
      float: left;
      width: 14.44444em; }
      .warrantiesOutline-summary-col + .warrantiesOutline-summary-col {
        width: auto; } }

.widget_productDetails {
  margin: 2.77778em 0; }
  .widget_productDetails span.text {
    font-size: 0.8125rem; }
  .widget_productDetails .variations_form {
    margin: 0;
    position: relative; }
    .widget_productDetails .variations_form button[disabled], .widget_productDetails .variations_form button.disabled {
      background-color: #707372;
      pointer: default; }
  .widget_productDetails .variations_form-alert {
    position: absolute;
    right: 0;
    bottom: 100%;
    border: 1px solid #cc0000;
    margin: 0 0 0.88889em;
    width: 16.66667em;
    display: none;
    z-index: 1000; }
    .widget_productDetails .variations_form-alert:after {
      display: block;
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-width: 8px;
      margin: 0;
      top: 100%;
      left: 50%;
      border-top-color: #fff;
      margin-left: -8px;
      left: auto;
      right: 25px; }
    .widget_productDetails .variations_form-alert:before {
      display: block;
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-width: 9px;
      margin: 0;
      top: 100%;
      left: 50%;
      border-top-color: #cc0000;
      margin-left: -9px;
      left: auto;
      right: 24px; }
    .widget_productDetails .variations_form-alert .variations_form-alert-inner {
      font-size: 0.72222em;
      line-height: 1.3;
      color: #cc0000;
      padding: 1.15385em;
      background: #fff; }
    .widget_productDetails .variations_form-alert .alert-template,
    .widget_productDetails .variations_form-alert .alert-colorName,
    .widget_productDetails .variations_form-alert .alert-colorNum {
      display: none; }
    .widget_productDetails .variations_form-alert .alert-message {
      margin: 0; }
      .widget_productDetails .variations_form-alert .alert-message p {
        margin: 0; }

.widgetProductSpecs {
  margin-bottom: 0.625rem; }
  .widgetProductSpecs .widget-content > :first-child {
    margin-top: 0;
    padding: 0; }

.widgetProductSpecs_tableInfo .widget-content {
  background: #eeeeee;
  padding: 1.22222em;
  border-radius: 35px;
  border-color: #672666;
  border-style: solid; }
  .widgetProductSpecs_tableInfo .widget-content > :first-child {
    margin-top: 0;
    padding: 0; }

.widgetProductSpecs_fullWidth .linkItems_thumbnail .linkItem {
  width: 100%; }

.widget_tileTabsInstructions {
  margin: 0; }

.tiletabs-instructions {
  margin: 1.33333em 0 0; }
  .tiletabs-instructions:before, .tiletabs-instructions:after {
    content: ' ';
    display: table; }
  .tiletabs-instructions:after {
    clear: both; }
  @media screen and (max-width: 1200px) {
    .tiletabs-instructions {
      width: 22.88889em;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 460px) {
    .tiletabs-instructions {
      width: 10.55556em; } }

.tiletabs-instructions-intro {
  float: left;
  width: 10.55556em;
  height: 11.27778em;
  background: #f05b23;
  color: #fff;
  text-align: center;
  margin: 0 0.88889em 0.88889em 0; }
  .tiletabs-instructions-intro:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 100%; }
  .tiletabs-instructions-intro .intro-inner {
    display: inline-block;
    vertical-align: middle; }
  .tiletabs-instructions-intro .image {
    display: block;
    margin: 0 0 0.66667em; }
    .tiletabs-instructions-intro .image img {
      display: block;
      width: 6.66667em;
      margin: 0 auto; }
  .tiletabs-instructions-intro .text {
    display: block;
    text-align: center;
    width: 6.66667em;
    margin: 0 auto; }

.tiletabs-instructions-step {
  float: left;
  width: 10.55556em;
  height: 11.27778em;
  margin: 0 0.88889em 0.88889em 0; }
  .tiletabs-instructions-step .image {
    display: block;
    height: 9.11111em;
    position: relative;
    margin: 0 0 5px 0; }
    .tiletabs-instructions-step .image .bgimage {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto; }
  .tiletabs-instructions-step .text {
    display: block;
    font-size: 1.27778em;
    font-weight: 400;
    line-height: 1.47826em;
    height: 1.47826em;
    background: #f05b23;
    color: #fff;
    text-align: center; }

.shiftDesign-title {
  font-size: 2.22222em !important; }

.shiftDesign-desc {
  margin: 2.77778em 0; }

.shiftDesign-download {
  text-align: center;
  margin: 2.77778em 0; }

.shiftCarousel {
  max-width: 52.77778em;
  margin: 0 auto;
  padding: 0 2.77778em; }
  @media screen and (max-width: 768px) {
    .shiftCarousel {
      padding: 0; } }

.shiftCarousel-widget {
  display: none; }
  .shiftCarousel-widget.active {
    display: block; }

.shiftCarousel-designs {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 0.41667em; }

.shiftCarousel-design {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.33333em;
  line-height: 1.16667;
  text-align: center;
  border-left: 4px solid #000;
  border-right: 4px solid #000;
  transition: all 0.3s ease-in;
  padding: 0 1.11111em;
  margin: 0.41667em 0 0.41667em -4px;
  cursor: pointer; }
  .shiftCarousel-design.active {
    background-color: #999999;
    color: #fff; }

.shiftCarousel-spotlight {
  position: relative;
  height: 19.44444em;
  width: 100%;
  margin-bottom: 0.44444em; }
  @media screen and (max-width: 992px) {
    .shiftCarousel-spotlight {
      height: 35vw;
      min-height: 12.5em; } }

.shiftCarousel-spotlight-item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  display: none; }
  .shiftCarousel-spotlight-item .bgimage {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto; }
  .shiftCarousel-spotlight-item.active {
    display: block; }

.shiftCarousel-carousel .carousel-slide {
  width: 9.5em; }
  @media screen and (max-width: 768px) {
    .shiftCarousel-carousel .carousel-slide {
      width: 7.77778em; } }

.shiftCarousel-carousel-item span.image {
  position: relative;
  height: 9.5em; }
  @media screen and (max-width: 768px) {
    .shiftCarousel-carousel-item span.image {
      height: 7.77778em; } }

.shiftCarousel-carousel-item-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.66667em;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  padding: 0 0.55556em; }

.shiftCarousel-carousel-item-panel-link {
  color: #fff;
  font-size: 0.55556em;
  line-height: 1.66667em;
  font-weight: 400; }

@media screen and (max-width: 768px) {
  .shiftCarousel .carousel-nav {
    margin-top: 0.88889em;
    text-align: center; }
  .shiftCarousel .carousel-nav-prev,
  .shiftCarousel .carousel-nav-next {
    position: static;
    display: inline-block;
    text-align: center;
    width: 75px; } }

.shiftNav {
  text-align: center; }
  .shiftNav a {
    font-size: 1.66667em;
    color: #000;
    padding: 0 0.83333em; }

.pageBannerSlider {
  position: relative; }

.pageBannerSlider-image {
  position: relative; }
  .pageBannerSlider-image .slide {
    padding: 0 0 32.10526% 0;
    position: relative;
    min-height: 13.33333em; }
  .pageBannerSlider-image .slide-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto; }
    .pageBannerSlider-image .slide-image .bgimage {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      height: auto; }
  .pageBannerSlider-image .carousel-pages {
    max-width: 65.55556em;
    margin-left: auto;
    margin-right: auto;
    min-width: 960px;
    /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: auto;
    margin-bottom: 1.11111em;
    text-align: center; }
    @media screen and (min-width: 1px) {
      .pageBannerSlider-image .carousel-pages {
        min-width: 0; } }
    @media screen and (max-width: 1210px) {
      .pageBannerSlider-image .carousel-pages {
        max-width: none;
        margin-left: 0.83333em;
        margin-right: 0.83333em; } }
    @media screen and (max-width: 767px) {
      .pageBannerSlider-image .carousel-pages {
        margin-left: 0.83333em;
        margin-right: 0.83333em; } }
    @media screen and (max-width: 767px) {
      .pageBannerSlider-image .carousel-pages {
        margin-bottom: 0em; } }
  .pageBannerSlider-image .carousel-page {
    margin: 0 0.3em; }
    @media screen and (max-width: 767px) {
      .pageBannerSlider-image .carousel-page {
        width: 0.7em;
        height: 0.7em; } }
  .pageBannerSlider-image .carousel-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: auto;
    height: 0;
    margin: 0 1.11111em; }
    @media screen and (max-width: 767px) {
      .pageBannerSlider-image .carousel-nav {
        margin: auto; } }
  .pageBannerSlider-image .carousel-nav-prev,
  .pageBannerSlider-image .carousel-nav-next {
    position: absolute;
    display: inline-block;
    height: 5.61111em;
    width: 55px;
    line-height: 5.61111em;
    margin-top: -2.80556em;
    color: #fff; }
    .pageBannerSlider-image .carousel-nav-prev span,
    .pageBannerSlider-image .carousel-nav-next span {
      position: absolute;
      height: 1px;
      width: 1px;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
      -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
      overflow: hidden !important; }
    .pageBannerSlider-image .carousel-nav-prev:before,
    .pageBannerSlider-image .carousel-nav-next:before {
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      font-stretch: normal;
      font-size: inherit;
      line-height: inherit;
      font-family: FontAwesome;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 5.61111em;
      line-height: 1em;
      display: inline-block;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 767px) {
        .pageBannerSlider-image .carousel-nav-prev:before,
        .pageBannerSlider-image .carousel-nav-next:before {
          font-size: 4.16667em;
          line-height: 1.34667em; } }
  .pageBannerSlider-image .carousel-nav-prev {
    left: 0;
    right: auto;
    text-align: right; }
    .pageBannerSlider-image .carousel-nav-prev:before {
      content: ""; }
    @media screen and (max-width: 480px) {
      .pageBannerSlider-image .carousel-nav-prev {
        display: none; } }
  .pageBannerSlider-image .carousel-nav-next {
    left: auto;
    right: 0;
    text-align: left; }
    .pageBannerSlider-image .carousel-nav-next:before {
      content: ""; }
    @media screen and (max-width: 480px) {
      .pageBannerSlider-image .carousel-nav-next {
        display: none; } }

.pageBannerSlider-content {
  max-width: 65.55556em;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/
  position: absolute;
  top: 1.11111em;
  left: 0;
  right: 0;
  width: auto;
  margin: 0 auto; }
  @media screen and (min-width: 1px) {
    .pageBannerSlider-content {
      min-width: 0; } }
  @media screen and (max-width: 1210px) {
    .pageBannerSlider-content {
      max-width: none;
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }
  @media screen and (max-width: 767px) {
    .pageBannerSlider-content {
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }

.pageBannerSlider-title {
  font-size: 1.66667em;
  font-weight: 400;
  line-height: 1.16667em;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding-bottom: 0.16667em;
  border-bottom: 2px solid #fff; }

.widget_pageBannerSlider {
  margin-bottom: 0; }

.ctaBar {
  position: relative;
  background: #672666;
  padding: 1.55556em 0.83333em; }
  .ctaBar_invertFg {
    color: #fff; }
    .ctaBar_invertFg a {
      color: inherit; }
      .ctaBar_invertFg a:hover {
        color: inherit; }
    .ctaBar_invertFg .btn-main, .ctaBar_invertFg .thumb-button, .ctaBar_invertFg .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .ctaBar_invertFg a,
    .ctaBar_invertFg .btn-main-sm,
    .ctaBar_invertFg .editorContent form input[type='submit'],
    .editorContent form .ctaBar_invertFg input[type='submit'],
    .ctaBar_invertFg .gform_submit_button,
    .ctaBar_invertFg .gform_next_button,
    .ctaBar_invertFg .gform_previous_button,
    .ctaBar_invertFg .btn-cart,
    .ctaBar_invertFg .editorContent .btn-cart,
    .editorContent .ctaBar_invertFg .btn-cart,
    .ctaBar_invertFg .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a,
    .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link .ctaBar_invertFg a,
    .ctaBar_invertFg .widget_spotlightProduct .widget-info a,
    .widget_spotlightProduct .widget-info .ctaBar_invertFg a {
      border: 1px solid #fff;
      white-space: nowrap; }

.ctaBar-inner {
  max-width: 65.55556em;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/
  text-align: center;
  /*
	@include mq-min(480px) {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;

		.ctaBar-content {
			margin-bottom: 0;
			margin-right: 2em;
		}

		.ctaBar-action {
			display: block;
		}
	}
	*/ }
  @media screen and (min-width: 1px) {
    .ctaBar-inner {
      min-width: 0; } }
  @media screen and (max-width: 1210px) {
    .ctaBar-inner {
      max-width: none;
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }
  @media screen and (max-width: 767px) {
    .ctaBar-inner {
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }
  .ctaBar-inner .ctaBar-content {
    margin: 0 2em 1em 0; }

.ctaBar-content {
  display: inline-block; }
  .ctaBar-content .editorContent > :first-child {
    margin-top: 0; }
  .ctaBar-content .editorContent > :last-child {
    margin-bottom: 0; }

.ctaBar-action {
  display: inline-block;
  margin: 0; }

.container-full > .widget_ctaBar .ctaBar {
  padding-left: 0;
  padding-right: 0; }

.ctaCareerDepartments {
  position: relative; }

.ctaCareerDepartments-header {
  text-align: center;
  display: block;
  padding: 0;
  margin: 0 0 1.77778em; }

.ctaCareerDepartments-title {
  text-transform: uppercase;
  font-size: 6.25vw;
  font-weight: 400;
  line-height: 1.04762;
  display: inline-block;
  padding: 0 0 0.11905em;
  margin: 0;
  display: inline-block;
  border-bottom: 2px solid #000; }
  @media screen and (min-width: 640px) {
    .ctaCareerDepartments-title {
      font-size: 2.11111em; } }
  @media screen and (min-width: 768px) {
    .ctaCareerDepartments-title {
      font-size: 2.33333em; } }

@media screen and (min-width: 640px) {
  .ctaCareerDepartments-items.elements-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -8px; }
    .ctaCareerDepartments-items.elements-2 .ctaCareerDepartments-item {
      flex: 0 0 auto;
      width: 50%;
      padding: 8px;
      margin: 0; } }

@media screen and (min-width: 768px) {
  .ctaCareerDepartments-items.elements-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -8px; }
    .ctaCareerDepartments-items.elements-3 .ctaCareerDepartments-item {
      flex: 0 0 auto;
      width: 33%;
      padding: 8px;
      margin: 0; }
    .ctaCareerDepartments-items.elements-3 .ctaCareerDepartments-item-inner {
      padding: 0 0 65.98985% 0; } }

.ctaCareerDepartments-item {
  margin: 0 0 1em; }
  .ctaCareerDepartments-item:focus-within .ctaCareerDepartments-item-title, .ctaCareerDepartments-item:hover .ctaCareerDepartments-item-title {
    margin-bottom: 1em; }
  .ctaCareerDepartments-item:focus-within .ctaCareerDepartments-item-action, .ctaCareerDepartments-item:hover .ctaCareerDepartments-item-action {
    height: 2.77778em; }
    .ctaCareerDepartments-item:focus-within .ctaCareerDepartments-item-action .btn-main, .ctaCareerDepartments-item:focus-within .ctaCareerDepartments-item-action .thumb-button, .ctaCareerDepartments-item:focus-within .ctaCareerDepartments-item-action .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .ctaCareerDepartments-item:focus-within .ctaCareerDepartments-item-action a, .ctaCareerDepartments-item:hover .ctaCareerDepartments-item-action .btn-main, .ctaCareerDepartments-item:hover .ctaCareerDepartments-item-action .thumb-button, .ctaCareerDepartments-item:hover .ctaCareerDepartments-item-action .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .ctaCareerDepartments-item:hover .ctaCareerDepartments-item-action a {
      opacity: 1; }
  .ctaCareerDepartments-item:focus-within .ctaCareerDepartments-item-image:after, .ctaCareerDepartments-item:hover .ctaCareerDepartments-item-image:after {
    opacity: 1; }
  @media screen and (min-width: 640px) {
    .ctaCareerDepartments-item:focus-within .ctaCareerDepartments-item-title, .ctaCareerDepartments-item:hover .ctaCareerDepartments-item-title {
      margin-bottom: 1.38889em; } }

.ctaCareerDepartments-item-inner {
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 41.93548% 0; }

.ctaCareerDepartments-item-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto; }
  .ctaCareerDepartments-item-image .bgimage {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto; }
  .ctaCareerDepartments-item-image:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s; }

.ctaCareerDepartments-item-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .ctaCareerDepartments-item-text a {
    color: inherit; }
    .ctaCareerDepartments-item-text a:hover {
      color: inherit; }

.ctaCareerDepartments-item-title {
  font-size: 6.25vw;
  font-weight: 600;
  line-height: 1.11111;
  text-transform: uppercase;
  margin: 0 0 0 0;
  transition: margin 0.3s;
  color: #ffffff; }
  .ctaCareerDepartments-item-title span {
    display: inline-block;
    padding: 0;
    margin: 0;
    display: inline-block;
    border-bottom: 2px solid #fff; }
  @media screen and (min-width: 640px) {
    .ctaCareerDepartments-item-title {
      font-size: 3.125vw; } }
  @media screen and (min-width: 1280px) {
    .ctaCareerDepartments-item-title {
      font-size: 2em;
      line-height: 1.11111; } }

.ctaCareerDepartments-item-action {
  height: 2.77778em;
  height: 0;
  overflow: hidden;
  margin: 0;
  transition: height 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*
	.btn-main {
		opacity: 0;
		font-size: pxToEm(18);
		font-weight: 400;
		padding: pxToEm(3, 28) pxToEm(14, 28) pxToEm(7, 28);
		border: 1px solid #fff;
		transition: opacity 0.3s;
	}

	@include mq-min(480px) {
		.btn-main {
			font-size: pxToEm(18);
			border: 2px solid #fff;
			font-weight: 400;
		}
	}

	@include mq-min(640px) {
		.btn-main {
			font-size: (18/640) * 100vw;
			border: 2px solid #fff;
			font-weight: 400;
		}
	}

	@include mq-min(768px) {
		.btn-main {
			font-size: pxToEm(20);
			border: 2px solid #fff;
			font-weight: 400;
		}
	}

	@include mq-min(1024px) {
		.btn-main {
			font-size: pxToEm(28);
			border: 3px solid #fff;
			font-weight: 600;
			padding: pxToEm(1, 28) pxToEm(14, 28) pxToEm(4, 28);
		}
	}
	*/ }
  .ctaCareerDepartments-item-action .btn-main, .ctaCareerDepartments-item-action .thumb-button, .ctaCareerDepartments-item-action .widget_pageContent_collapsible .buttons .linkItems li a, .widget_pageContent_collapsible .buttons .linkItems li .ctaCareerDepartments-item-action a {
    border: 1px solid #fff;
    font-size: 0.88889em;
    transition: opacity 0.3s;
    padding: 0.5em 1.125em 0.5625em; }

.container-full > .widget_ctaCareerDepartments .ctaCareerDepartments-inner {
  max-width: 65.55556em;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/ }
  @media screen and (min-width: 1px) {
    .container-full > .widget_ctaCareerDepartments .ctaCareerDepartments-inner {
      min-width: 0; } }
  @media screen and (max-width: 1210px) {
    .container-full > .widget_ctaCareerDepartments .ctaCareerDepartments-inner {
      max-width: none;
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }
  @media screen and (max-width: 767px) {
    .container-full > .widget_ctaCareerDepartments .ctaCareerDepartments-inner {
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }

.container-full > .widget_ctaCareerDepartments .ctaCareerLife-description {
  padding-left: 0;
  padding-right: 0; }

.ctaCareerLife {
  position: relative;
  background: #959595;
  padding: 2.22222em 0 1.66667em; }
  .ctaCareerLife_invertFg {
    color: #fff; }
    .ctaCareerLife_invertFg a {
      color: inherit; }
      .ctaCareerLife_invertFg a:hover {
        color: inherit; }

.ctaCareerLife-header {
  text-align: center;
  display: block;
  padding: 0;
  margin: 0 0 1em; }

.ctaCareerLife-title {
  display: block;
  padding: 0;
  margin: 0; }
  .ctaCareerLife-title span {
    text-transform: uppercase;
    font-size: 2.33333em;
    font-weight: 400;
    line-height: 1.04762;
    display: inline-block;
    padding: 0.11905em;
    margin: 0;
    display: inline-block;
    border-bottom: 2px solid #000; }
  .ctaCareerLife-title img {
    display: block;
    max-width: 11.66667em;
    margin: 0 auto; }

.ctaCareerLife-description {
  max-width: 65.55556em;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/
  padding: 0 0.83333em;
  margin-bottom: 1.55556em; }
  @media screen and (min-width: 1px) {
    .ctaCareerLife-description {
      min-width: 0; } }
  @media screen and (max-width: 1210px) {
    .ctaCareerLife-description {
      max-width: none;
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }
  @media screen and (max-width: 767px) {
    .ctaCareerLife-description {
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }
  .ctaCareerLife-description .editorContent {
    font-size: 1.33333em;
    line-height: 1.33333; }
    .ctaCareerLife-description .editorContent > :first-child {
      margin-top: 0; }
    .ctaCareerLife-description .editorContent > :last-child {
      margin-bottom: 0; }

.ctaCareerLife-features {
  padding: 0 0.83333em; }
  @media screen and (min-width: 640px) {
    .ctaCareerLife-features {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-start;
      padding: 0; }
      .ctaCareerLife-features .ctaCareerLife-feature {
        width: 50%;
        flex: 0 0 auto; }
      .ctaCareerLife-features .ctaCareerLife-feature-inner {
        padding: 0 1.11111em; } }
  @media screen and (min-width: 1024px) {
    .ctaCareerLife-features {
      flex-wrap: nowrap; }
      .ctaCareerLife-features .ctaCareerLife-feature {
        width: auto;
        flex: 1 1 auto;
        margin: 0; }
      .ctaCareerLife-features .ctaCareerLife-feature-inner {
        padding: 0 2.77778em; } }

.ctaCareerLife-feature {
  width: auto;
  margin: 0 0 1.66667em 0; }

.ctaCareerLife-feature-inner {
  padding: 0; }

.ctaCareerLife-feature-header {
  display: block;
  margin: 0 0 0.83333em; }

.ctaCareerLife-feature-title {
  display: block;
  padding: 0;
  margin: 0; }
  .ctaCareerLife-feature-title span {
    text-transform: uppercase;
    font-size: 1.33333em;
    font-weight: 400;
    line-height: 1.25;
    display: inline-block;
    padding: 0.20833em;
    margin: 0;
    display: inline-block;
    border-bottom: 2px solid #000; }
  .ctaCareerLife-feature-title img {
    display: block;
    max-height: 7.22222em;
    max-width: 100%;
    margin: 0; }

.ctaCareerLife-feature-description .editorContent > :first-child {
  margin-top: 0; }

.ctaCareerLife-feature-description .editorContent > :last-child {
  margin-bottom: 0; }

.container-full > .widget_ctaCareerLife .ctaCareerLife-description {
  padding-left: 0;
  padding-right: 0; }

.socialFeed-header {
  display: block;
  padding: 0;
  margin: 0 0 1.77778em;
  text-align: center; }

.socialFeed-title {
  font-size: 1.77778em;
  font-weight: 400;
  display: block;
  padding: 0;
  margin: 0; }

.bottle-calc__input, .bottle-calc__animation, .bottle-calc__output {
  opacity: 0;
  transition: opacity 1s ease; }
  .show.bottle-calc__input, .show.bottle-calc__animation, .show.bottle-calc__output {
    opacity: 1; }

.widget_bottle-calc {
  position: relative;
  width: 100%;
  min-height: 275px; }
  .widget_bottle-calc:before {
    content: '';
    padding-bottom: 30%;
    display: block; }
  .widget_bottle-calc > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0 15px; }
  .widget_bottle-calc p:last-child {
    margin-bottom: 0; }
  .widget_bottle-calc h1 + p {
    margin-top: -0.88889em; }

.bottle-calc__input {
  z-index: 1; }
  .bottle-calc__input input#square_feet {
    margin: 0.44444em 0; }
    .bottle-calc__input input#square_feet::-webkit-inner-spin-button, .bottle-calc__input input#square_feet::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.bottle-calc__title {
  justify-self: flex-start;
  flex: 1 1 auto; }

.bottle-calc__form {
  flex: 1 1 auto; }

.bottle-calc__btn {
  width: 100%; }

.bottle-calc__btn--reset {
  transition: opacity 1s ease;
  transition-delay: 2s;
  opacity: 0;
  margin-top: 0.44444em; }
  .show .bottle-calc__btn--reset {
    opacity: 1; }

.bottle-calc__animation {
  z-index: 0; }

#bottle-calc__animation-stage {
  height: 150%;
  max-width: 100%;
  width: 100%;
  position: relative;
  min-width: 700px; }
  @media screen and (min-width: 768px) {
    #bottle-calc__animation-stage {
      height: 120%; } }
  #bottle-calc__animation-stage div {
    bottom: 0;
    right: 0; }

.bottle-calc__output {
  transform: scale(0.1);
  transition: transform 1.5s ease; }
  .bottle-calc__output.show {
    z-index: 2;
    transform: scale(1); }

.bottle-calc__output-value {
  font-size: 1.44444em; }

#audio-bottle-pop {
  display: none; }

.page-find-a-dealer .contentContainer {
  padding-bottom: 0; }

.widget_dealerLocator {
  /* Info Window Styling */ }
  .widget_dealerLocator .wrapper-search {
    background-color: white;
    border: 1px solid #b7b5b4;
    border-left: 0;
    border-right: 0;
    padding-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .widget_dealerLocator .wrapper-search {
        height: 90px;
        padding-bottom: 0; }
        .widget_dealerLocator .wrapper-search .container, .widget_dealerLocator .wrapper-search .error404-banner h1, .error404-banner .widget_dealerLocator .wrapper-search h1 {
          height: 100%;
          display: flex;
          align-items: center;
          position: relative; } }
    .widget_dealerLocator .wrapper-search .wrapper-header .page-title {
      font-size: 1.2em; }
    .widget_dealerLocator .wrapper-search .wrapper-header .page-description {
      margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .widget_dealerLocator .wrapper-search .wrapper-header {
        flex-basis: 60%;
        padding-right: 15px; }
        .widget_dealerLocator .wrapper-search .wrapper-header .page-title, .widget_dealerLocator .wrapper-search .wrapper-header .page-description {
          margin: 0;
          padding: 0;
          line-height: 1.25; } }
    .widget_dealerLocator .wrapper-search form {
      display: flex;
      flex-direction: column;
      position: relative; }
    .widget_dealerLocator .wrapper-search .wrapper-form {
      display: flex; }
    .widget_dealerLocator .wrapper-search .dealer-search {
      position: relative;
      width: 100%; }
    .widget_dealerLocator .wrapper-search .dealer-search-input {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      font-size: 16px;
      width: 100%;
      min-width: 300px; }
    .widget_dealerLocator .wrapper-search .dealer-search-actions {
      display: flex;
      height: 100%;
      align-content: center;
      position: absolute;
      right: 2px;
      top: 0; }
      .widget_dealerLocator .wrapper-search .dealer-search-actions button {
        height: 100%;
        background: transparent;
        border: 0;
        color: #58595c;
        text-align: center; }
        .widget_dealerLocator .wrapper-search .dealer-search-actions button:disabled {
          color: #b7b5b4; }
          .widget_dealerLocator .wrapper-search .dealer-search-actions button:disabled:hover {
            color: #b7b5b4; }
        .widget_dealerLocator .wrapper-search .dealer-search-actions button:hover {
          color: #4b4b4b; }
    .widget_dealerLocator .wrapper-search .btn-dealer-search-submit {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      opacity: 1;
      background-color: #8c348b; }
      .widget_dealerLocator .wrapper-search .btn-dealer-search-submit:disabled {
        opacity: 0.5; }
        .widget_dealerLocator .wrapper-search .btn-dealer-search-submit:disabled:hover {
          background: #672666; }
  @media screen and (min-width: 768px) {
    .widget_dealerLocator .mapper {
      display: grid;
      grid-template-areas: 'form map';
      grid-template-columns: clamp(305px, 35%, 350px) 1fr;
      grid-template-rows: 75vh;
      gap: 10px; } }
  .widget_dealerLocator .mapper-form {
    flex: 1;
    padding: 0 15px 15px; }
    @media screen and (min-width: 768px) {
      .widget_dealerLocator .mapper-form {
        grid-area: form;
        height: 100%;
        overflow-y: auto; } }
  .widget_dealerLocator .mapper-toggleMap {
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .widget_dealerLocator .mapper-toggleMap {
        display: none; } }
  .widget_dealerLocator .btn-toggle-map {
    width: 100%;
    padding: 10px 0;
    border-radius: 0;
    border-bottom: 2px solid #b7b5b4;
    background-color: #cdcdec;
    color: #58595c;
    text-transform: uppercase;
    font-size: 15px; }
    .mapper-map.mobile.loaded .widget_dealerLocator .btn-toggle-map {
      border-top: 2px solid #b7b5b4; }
    .widget_dealerLocator .btn-toggle-map:hover {
      background-color: #bbbbe5;
      color: #4b4b4b; }
  .widget_dealerLocator .mapper-map {
    grid-area: map;
    position: relative; }
    .widget_dealerLocator .mapper-map #map {
      height: 100% !important;
      width: 100%;
      margin-bottom: 30px; }
  .widget_dealerLocator .loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none; }
    .widget_dealerLocator .loading-overlay.loading {
      display: flex;
      /* Show the overlay when loading */ }
  .widget_dealerLocator .spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #b7b5b4;
    border-top-color: #8c348b;
    border-radius: 50%;
    animation: spin 1s linear infinite; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }
  .widget_dealerLocator .cluster-marker {
    position: relative;
    width: 50px;
    height: 50px; }
  .widget_dealerLocator .cluster-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
  .widget_dealerLocator .cluster-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 14px;
    pointer-events: none; }
  .widget_dealerLocator .map-utilities {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000; }
  .widget_dealerLocator .utilities-buttons {
    display: flex;
    gap: 10px; }
  .widget_dealerLocator .mapper-map.mobile .map-utilities {
    display: none; }
  @media screen and (max-width: 767px) {
    .widget_dealerLocator .mapper-map.desktop .map-utilities {
      display: none; }
    .widget_dealerLocator .mapper-map.mobile .map-utilities {
      display: block;
      width: 100%;
      top: auto;
      right: auto;
      bottom: 0;
      left: 0;
      padding: 10px; }
    .widget_dealerLocator .mapper-map.mobile .utilities-buttons {
      gap: auto;
      justify-content: space-between; } }
  .widget_dealerLocator #resetResultsContainerDesktop,
  .widget_dealerLocator #resetResultsContainerMobile {
    display: none;
    animation: fadeIn 0.4s ease-out; }
  .widget_dealerLocator #resetZoomContainerDesktop,
  .widget_dealerLocator #resetZoomContainerMobile {
    display: none;
    animation: fadeIn 0.4s ease-out; }
  .widget_dealerLocator .btn-reset-search,
  .widget_dealerLocator .btn-reset-results,
  .widget_dealerLocator .btn-reset-zoom {
    background-color: #8c348b;
    color: white;
    border: 1px solid white;
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.2s ease; }
  .widget_dealerLocator .btn-reset-search:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
  @media screen and (max-width: 767px) {
    .widget_dealerLocator .mapper {
      display: block; }
      .widget_dealerLocator .mapper .mapper-map {
        height: 300px; }
        .widget_dealerLocator .mapper .mapper-map:not(.loaded) {
          display: none; }
        .widget_dealerLocator .mapper .mapper-map.loaded {
          display: block; } }
  .widget_dealerLocator .mapper-actions {
    background: white;
    position: sticky;
    top: 0; }
  .widget_dealerLocator .mapper-dealers-msg {
    font-size: 15px; }
  .widget_dealerLocator .mapper-filter {
    padding-bottom: 15px;
    border-bottom: 1px solid #b7b5b4; }
    .widget_dealerLocator .mapper-filter p {
      font-size: 15px;
      font-weight: bold;
      text-transform: uppercase; }
    .widget_dealerLocator .mapper-filter .filters {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .widget_dealerLocator .mapper-filter .btn-filter-reset {
      display: flex;
      align-items: center;
      padding: 5px;
      border-radius: 0;
      background-color: #8c348b;
      color: white;
      opacity: 1;
      transition: opacity 0.3s ease;
      font-weight: 600;
      font-size: 14px; }
      .widget_dealerLocator .mapper-filter .btn-filter-reset span {
        margin-right: 5px;
        display: inline-block; }
      .widget_dealerLocator .mapper-filter .btn-filter-reset:hover, .widget_dealerLocator .mapper-filter .btn-filter-reset:focus {
        color: white;
        background-color: #672666; }
      .widget_dealerLocator .mapper-filter .btn-filter-reset:disabled {
        opacity: 0.5; }
        .widget_dealerLocator .mapper-filter .btn-filter-reset:disabled:hover, .widget_dealerLocator .mapper-filter .btn-filter-reset:disabled:focus {
          background-color: #8c348b; }
    .widget_dealerLocator .mapper-filter .miles, .widget_dealerLocator .mapper-filter label, .widget_dealerLocator .mapper-filter input {
      display: flex;
      gap: 10px;
      align-items: center;
      text-transform: uppercase; }
    .widget_dealerLocator .mapper-filter .miles {
      margin-bottom: 20px; }
    .widget_dealerLocator .mapper-filter label, .widget_dealerLocator .mapper-filter span {
      font-size: 12px; }
    .widget_dealerLocator .mapper-filter input {
      flex: 1 1 100%; }
    .widget_dealerLocator .mapper-filter .range-wrap {
      position: relative;
      width: 100%; }
    .widget_dealerLocator .mapper-filter .range {
      width: 100%; }
    .widget_dealerLocator .mapper-filter .bubble {
      background: #8c348b;
      color: white;
      padding: 4px 12px;
      position: absolute;
      border-radius: 4px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 10px; }
    .widget_dealerLocator .mapper-filter .bubble::after {
      content: "";
      position: absolute;
      width: 2px;
      height: 2px;
      background: #8c348b;
      top: 0;
      left: 50%; }
    .widget_dealerLocator .mapper-filter .range-wrap input[type=range] {
      appearance: none;
      -webkit-appearance: none;
      width: 100%; }
    .widget_dealerLocator .mapper-filter .range-wrap input[type=range]:focus {
      outline: none; }
    .widget_dealerLocator .mapper-filter .range-wrap input[type=range]::-webkit-slider-runnable-track {
      width: 100%;
      height: 12.8px;
      cursor: pointer;
      box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
      background: #cdcdec;
      border-radius: 25px;
      border: 0px solid #000101; }
    .widget_dealerLocator .mapper-filter .range-wrap input[type=range]::-webkit-slider-thumb {
      box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
      border: 0px solid #000000;
      height: 20px;
      width: 19px;
      background: #8c348b;
      cursor: pointer;
      appearance: none;
      -webkit-appearance: none;
      margin-top: -3.6px; }
    .widget_dealerLocator .mapper-filter .range-wrap input[type=range]:focus::-webkit-slider-runnable-track {
      background: #cdcdec; }
    .widget_dealerLocator .mapper-filter .range-wrap input[type=range]::-moz-range-track {
      width: 100%;
      height: 12.8px;
      cursor: pointer;
      box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
      background: #cdcdec;
      border-radius: 25px;
      border: 0px solid #000101; }
    .widget_dealerLocator .mapper-filter .range-wrap input[type=range]::-moz-range-thumb {
      box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
      border: 0px solid #000000;
      height: 20px;
      width: 19px;
      background: #8c348b;
      cursor: pointer; }
    .widget_dealerLocator .mapper-filter .range-wrap input[type=range]::-ms-track {
      width: 100%;
      height: 12.8px;
      cursor: pointer;
      background: transparent;
      border-color: transparent;
      border-width: 19px 0;
      color: transparent; }
    .widget_dealerLocator .mapper-filter .range-wrap input[type=range]::-ms-fill-lower {
      background: #cdcdec;
      border: 0px solid #000101;
      border-radius: 50px;
      box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d; }
    .widget_dealerLocator .mapper-filter .range-wrap input[type=range]::-ms-fill-upper {
      background: #cdcdec;
      border: 0px solid #000101;
      border-radius: 50px;
      box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d; }
    .widget_dealerLocator .mapper-filter .range-wrap input[type=range]::-ms-thumb {
      box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
      border: 0px solid #000000;
      height: 20px;
      width: 19px;
      background: #8c348b;
      cursor: pointer; }
    .widget_dealerLocator .mapper-filter .range-wrap input[type=range]:focus::-ms-fill-lower {
      background: #cdcdec; }
    .widget_dealerLocator .mapper-filter .range-wrap input[type=range]:focus::-ms-fill-upper {
      background: #cdcdec; }
  .widget_dealerLocator .mapper-dealers ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .widget_dealerLocator .mapper-dealers li {
    border-bottom: 1px solid #b7b5b4;
    padding: 10px 0; }
    .widget_dealerLocator .mapper-dealers li:hover {
      background-color: #f2f2f2;
      cursor: pointer; }
    .widget_dealerLocator .mapper-dealers li:last-child {
      border-bottom: 0; }
    .widget_dealerLocator .mapper-dealers li p {
      font-size: 0.875rem;
      margin: 0; }
      .widget_dealerLocator .mapper-dealers li p.dealer-name {
        font-size: 1rem;
        font-weight: bold;
        margin: 5px 0; }
  .widget_dealerLocator .gm-style {
    background-color: #ffffff; }
  .widget_dealerLocator .gm-style-iw-c {
    background-color: #ffffff; }
  .widget_dealerLocator .gm-style-iw-d {
    line-height: 1.25; }
    .widget_dealerLocator .gm-style-iw-d a {
      font-weight: bold; }
  @media screen and (min-width: 768px) {
    .widget_dealerLocator .gm-style-iw-t {
      top: 170px !important; } }
  .widget_dealerLocator .gm-style-iw-d {
    padding: 20px 0 0; }
  .widget_dealerLocator .gm-style-iw-ch {
    padding: 0; }
  .widget_dealerLocator .gm-style-iw-chr {
    position: absolute;
    right: 0; }
    .widget_dealerLocator .gm-style-iw-chr button {
      width: 24px !important;
      height: 24px !important; }
      .widget_dealerLocator .gm-style-iw-chr button span {
        margin: 0 !important;
        background-color: #672666; }
  .widget_dealerLocator .gm-ui-hover-effect {
    opacity: 1; }
    .widget_dealerLocator .gm-ui-hover-effect:hover, .widget_dealerLocator .gm-ui-hover-effect:focus, .widget_dealerLocator .gm-ui-hover-effect:active {
      color: #f2f2fa !important; }
  .widget_dealerLocator .gm-style-iw-tc {
    display: none; }

/**
 * Popup
 *
 */
html.popupActive {
  overflow: hidden; }
  html.popupActive body {
    overflow: hidden; }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9000; }

.popup-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8; }

.popup-container,
.popup-cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  font-size: 0;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }
  .popup-container:before,
  .popup-cover:before {
    content: ' ';
    display: inline-block;
    height: 100%;
    line-height: 100%;
    vertical-align: middle; }

.popup-container {
  overflow: auto; }

.popup-cover {
  right: 0px; }
  .popup-cover > div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%; }

.popup-inner {
  font-size: 18px;
  line-height: 1.22222em;
  white-space: normal;
  display: block;
  margin: 0 auto;
  padding: 1.11111em;
  text-align: left;
  position: relative; }

.popup-button-close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  background: #fff;
  padding: 4px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  text-decoration: none; }
  .popup-button-close:before {
    content: ' ';
    display: block;
    background-position: 49.48454% 25%;
    width: 20px;
    height: 20px;
    background-size: 106px 86px; }
  .popup-button-close:hover:before {
    opacity: 0.5; }

button.popup-close {
  border: 0; }

.popup-content {
  background: #fff;
  min-height: 11.11111em;
  position: relative;
  z-index: 1; }

.popup-loader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: #fff url("../images/mask_loader.gif") 50% 50% no-repeat;
  background-color: rgba(255, 255, 255, 0.6); }

.productQuickViewPopup .popup-inner {
  max-width: 58.11111em;
  margin: 0 auto; }

.productQuickViewPopup_alert .productQuickViewPopup-alert {
  display: block; }

.productQuickViewPopup-content span.text {
  font-size: 0.83333em; }

.productQuickViewPopup-content .popup-header {
  padding: 1.16667em 1.66667em;
  border: 0;
  border-bottom: 8px solid #eeeeee; }

.productQuickViewPopup-content .popup-title {
  font-size: 1em;
  line-height: 1.375em;
  font-weight: 600;
  display: block;
  padding: 0 0;
  margin: 0; }

.productQuickViewPopup-content .product-disclaimerText {
  margin: 0.27778em 0; }

.productQuickViewPopup-alert {
  display: none; }
  .productQuickViewPopup-alert .productQuickView-details, .productQuickViewPopup-alert .productQuickView-alert {
    background: none;
    display: block;
    padding: 1em 1.66667em; }
  .productQuickViewPopup-alert .productQuickView-text {
    padding: 0; }
  .productQuickViewPopup-alert .productQuickView-alert {
    padding: 0.55556em 1.66667em;
    margin: 0 0 1.66667em; }
  .productQuickViewPopup-alert .productQuickView-alert-inner {
    color: #cc0000;
    font-weight: 500;
    border-left: 3px solid #cc0000;
    padding: 0 0 0 1.88889em; }
  .productQuickViewPopup-alert .alternateStyle-link {
    text-decoration: underline; }
  .productQuickViewPopup-alert .productQuickView-actions {
    padding-left: 1.66667em;
    padding-right: 1.66667em; }
  .productQuickViewPopup-alert .alert-template {
    display: none; }

.productRoomOptionsPopup .popup-inner {
  max-width: 58.11111em;
  margin: 0 auto; }

.productRoomOptionsPopup-content .popup-header {
  padding: 1.16667em 1.66667em;
  border: 0;
  border-bottom: 8px solid #eeeeee; }

.productRoomOptionsPopup-content .popup-title {
  font-size: 1em;
  line-height: 1.375em;
  font-weight: 600;
  display: block;
  padding: 0 0;
  margin: 0; }

.productDownloadOptionsPopup .popup-inner {
  max-width: 58.11111em;
  margin: 0 auto; }

.productDownloadOptionsPopup-content .popup-header {
  padding: 1.16667em 1.66667em;
  border: 0;
  border-bottom: 8px solid #eeeeee; }

.productDownloadOptionsPopup-content .popup-title {
  font-size: 1em;
  line-height: 1.375em;
  font-weight: 600;
  display: block;
  padding: 0 0;
  margin: 0; }

.productInstallationMethodOptionsPopup .popup-inner {
  max-width: 58.11111em;
  margin: 0 auto; }

.productInstallationMethodOptionsPopup-content .popup-header {
  padding: 1.16667em 1.66667em;
  border: 0;
  border-bottom: 8px solid #eeeeee; }

.productInstallationMethodOptionsPopup-content .popup-title {
  font-size: 1em;
  line-height: 1.375em;
  font-weight: 600;
  display: block;
  padding: 0 0;
  margin: 0; }

.playbackPopup .popup-inner {
  max-width: 58.11111em;
  margin: 0 auto; }

.playbackPopup-content {
  padding: 1.11111em; }

.playbackPopup-video {
  position: relative;
  height: 0;
  padding: 0 0 56.25% 0; }
  .playbackPopup-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    width: 100%;
    height: 100%; }

.imagePopup .popup-container > div {
  text-align: center; }

.imagePopup .popup-inner {
  display: inline-block;
  max-width: 100%; }

.imagePopup-content {
  padding: 1.11111em; }

.imagePopup-image img {
  display: block;
  margin: 0;
  width: auto;
  height: auto;
  max-width: 100%; }

.showroomInfoPopup .popup-inner {
  max-width: 19.22222em;
  margin: 0 auto; }

.showroomInfoPopup-content .popup-header {
  padding: 1.16667em 1.66667em 0;
  border: 0; }

.showroomInfoPopup-content .popup-title {
  font-size: 1em;
  line-height: 1.375em;
  font-weight: 600;
  display: block;
  padding: 0 0;
  margin: 0;
  position: relative;
  padding: 0 0 0 2.5em; }
  .showroomInfoPopup-content .popup-title:before {
    content: ' ';
    background-position: 27.24458% 60.9375%;
    width: 32px;
    height: 32px;
    background-size: 320px 260px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    position: absolute;
    left: 0;
    top: 50%; }

.showroomInfoPopup-content .popup-body {
  padding: 0 1.66667em 1.16667em; }
  .showroomInfoPopup-content .popup-body-phone, .showroomInfoPopup-content .popup-body-mobile {
    position: relative;
    padding-left: 1.11111em; }
  .showroomInfoPopup-content .popup-body-phone:before {
    content: ' ';
    background-position: 48.92308% 60.46512%;
    width: 15px;
    height: 15px;
    background-size: 159px 129px;
    position: absolute;
    left: 0;
    top: 0.13889em; }
  .showroomInfoPopup-content .popup-body-mobile:before {
    content: ' ';
    background-position: 19.10448% 60.9375%;
    width: 15px;
    height: 23px;
    background-size: 225px 183px;
    position: absolute;
    left: 0;
    top: -0.06944em; }

.confirmPopup-content {
  background: #fff; }

.confirmPopup-header {
  padding: 1.4em 1em 1em 1em;
  border-bottom: 8px solid #eee;
  vertical-align: middle; }

.confirmPopup-header-title {
  padding: 1em;
  line-height: 1;
  font-size: 1em;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  font-weight: bold; }

.confirmPopup-header-title-ico {
  position: relative;
  text-align: center;
  margin: 0 1px 0 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden; }
  .confirmPopup-header-title-ico span {
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 18px 10px;
    border-color: transparent transparent #fe0000 transparent;
    border-style: solid;
    position: absolute;
    top: -1px;
    left: 0;
    border-radius: 4px; }
  .confirmPopup-header-title-ico p {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    height: 18px; }

.confirmPopup-body {
  padding: 1.5em 1em;
  min-height: 8.33333em;
  color: #000; }

.confirmPopup-footer {
  padding: 1em;
  border-top: 8px solid #eee;
  position: relative; }
  .confirmPopup-footer:before, .confirmPopup-footer:after {
    content: ' ';
    display: table; }
  .confirmPopup-footer:after {
    clear: both; }

.confirmPopup-footer-options {
  text-align: left;
  width: 50%;
  float: left;
  line-height: 2.11111em; }
  @media screen and (max-width: 620px) {
    .confirmPopup-footer-options {
      float: none;
      width: auto;
      text-align: center;
      line-height: 1.2em;
      padding: 0 0 0.66667em 0; } }

.confirmPopup-footer-options label {
  cursor: pointer; }

.confirmPopup-footer-actions {
  text-align: right;
  width: 50%;
  float: right; }
  @media screen and (max-width: 620px) {
    .confirmPopup-footer-actions {
      float: none;
      width: auto;
      text-align: center; } }

.confirmPopup-footer-actions button {
  margin-left: 1.33333em; }
  @media screen and (max-width: 620px) {
    .confirmPopup-footer-actions button {
      margin-left: 0.66667em;
      margin-right: 0.66667em; } }

.toggle {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 0.27778em;
  white-space: nowrap;
  background-color: #4b4b4b;
  border: 2px solid #ffffff; }
  .toggle .toggle-label {
    font-size: 0.66667em;
    font-weight: 400;
    line-height: 2.08333em;
    display: inline-block;
    color: #ffffff;
    vertical-align: middle; }
  .toggle .toggle-button {
    display: inline-block;
    position: relative;
    border: 3px solid #ffffff;
    border-radius: 30px;
    width: 4.44444em;
    height: 2em;
    vertical-align: top;
    margin: 0 0.55556em;
    cursor: pointer; }
    .toggle .toggle-button:after {
      position: absolute;
      left: 0;
      right: auto;
      top: 0;
      content: ' ';
      width: 1.77778em;
      height: 1.33333em;
      border-radius: 50px;
      background: #ffffff;
      padding: 0;
      margin: 0.16667em 4px;
      transition: 0.2s;
      transition-property: margin, left; }
  .toggle.toggleOn .toggle-button:after {
    left: 100%;
    margin-left: -2em; }

/**
 * WooCommerce styles override
 */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message, .woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  font-size: 0.77778em;
  line-height: 1.28571em;
  background: #f7f7f7;
  padding: 1.07143em !important;
  margin: 0 0 1.07143em !important;
  color: inherit;
  border: 0;
  list-style: none; }
  .woocommerce-error:before,
  .woocommerce-info:before,
  .woocommerce-message:before, .woocommerce .woocommerce-error:before,
  .woocommerce .woocommerce-info:before,
  .woocommerce .woocommerce-message:before, .woocommerce-error:after,
  .woocommerce-info:after,
  .woocommerce-message:after, .woocommerce .woocommerce-error:after,
  .woocommerce .woocommerce-info:after,
  .woocommerce .woocommerce-message:after {
    content: none; }
  .woocommerce-error li, .woocommerce-info li, .woocommerce-message li, .woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important; }

.woocommerce-error {
  color: #cc0000; }

.woocommerce {
  display: block;
  padding: 0;
  margin: 0; }
  .woocommerce .woocommerce-error {
    color: #cc0000; }

.tooltip {
  position: absolute;
  background-color: #F7F7F7;
  color: #000;
  border-radius: 0.5em;
  font-size: 0.55556em;
  font-weight: 300;
  text-align: center;
  padding: 0.3em 1em;
  z-index: 9999;
  max-width: 10em; }
  .tooltip:after {
    content: '';
    position: absolute;
    bottom: -0.6em;
    right: 0.6em;
    width: 0;
    height: 0;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-top: 0.6em solid #F7F7F7;
    border-bottom: 0px solid transparent; }
  .tooltip[tooltip-dir="bottom"]:after {
    bottom: auto;
    top: -0.6em;
    border-top: 0px solid transparent;
    border-bottom: 0.6em solid #F7F7F7; }
  .tooltip[tooltip-dir="left"]:after {
    top: 1.5em;
    right: -1em;
    border-top: 0.4em solid transparent;
    border-bottom: 0.4em solid transparent;
    border-left: 0.6em solid #F7F7F7; }
  @media screen and (max-width: 650px) {
    .tooltip[tooltip-dir="left"] {
      max-width: 16.66667em; } }
  @media screen and (max-width: 500px) {
    .tooltip[tooltip-dir="left"]:after {
      bottom: 100%;
      top: auto;
      right: calc(50% + 8px);
      border-left: 0.4em solid transparent;
      border-right: 0.4em solid transparent;
      border-bottom: 0.6em solid #F7F7F7; } }

.tooltip_quickShip {
  background-color: #eeeeee;
  max-width: 30.55556em;
  margin-top: 0.55556em;
  text-align: left; }
  .tooltip_quickShip[tooltip-dir="left"]:after {
    border-left-color: #eeeeee !important; }
    @media screen and (max-width: 500px) {
      .tooltip_quickShip[tooltip-dir="left"]:after {
        border-left-color: transparent !important;
        border-bottom-color: #eeeeee !important; } }

.tooltip_mix {
  max-width: 30.55556em;
  font-size: 0.77778em;
  margin-top: 1.42857em;
  margin-right: -0.71429em;
  background-color: #000;
  color: #FFF; }
  .tooltip_mix:after {
    display: none;
    top: -0.57143em;
    right: 0.71429em;
    border-left: 0.57143em solid transparent;
    border-right: 0.57143em solid transparent;
    border-bottom: 0.85714em solid #000; }
  @media screen and (max-width: 500px) {
    .tooltip_mix {
      max-width: calc(100% - 32px); } }

.tooltip_dropMargin {
  transform: translateX(-5px) translateY(10px); }

/**
 * System Messages Styles
 */
.systemMessageContainer {
  background-color: #EEEEEE; }

.systemMessage {
  max-width: 65.55556em;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  /*
	@include mq-max($largeMobilePortraitWidth + $mobileGutterSize + $mobileGutterSize) {
		margin-left: pxToEm($mobileGutterSize, $baseSize);
		margin-right: pxToEm($mobileGutterSize, $baseSize);
	}
	*/
  padding: 0.88889em 0; }
  @media screen and (min-width: 1px) {
    .systemMessage {
      min-width: 0; } }
  @media screen and (max-width: 1210px) {
    .systemMessage {
      max-width: none;
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }
  @media screen and (max-width: 767px) {
    .systemMessage {
      margin-left: 0.83333em;
      margin-right: 0.83333em; } }

.systemMessage-content {
  color: #FF0000;
  font-size: 0.77778em; }
  .systemMessage-content p {
    margin: 0.88889em 0; }
    .systemMessage-content p:first-child {
      margin-top: 0; }
    .systemMessage-content p:last-child {
      margin-bottom: 0; }

.noWidgetSpacing {
  margin-bottom: 0 !important; }
