@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 {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
          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 */
  -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% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3); } }

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

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

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

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

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

body .btn-visualizer span.text {
  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 {
  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 :hover > .svgSprite_delete.hoverParent, .no-svg .svgSprite_delete_hover, .no-svg .svgSprite_delete_larger,
  .no-svg :hover > .svgSprite_delete_larger.hoverParent, .no-svg .svgSprite_delete_larger_hover, .no-svg .svgSprite_delete_square,
  .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 :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 :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 :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 :hover > .svgSprite_rotate.hoverParent, .no-svg .svgSprite_rotate_hover, .no-svg .svgSprite_rotate_redo,
  .no-svg :hover > .svgSprite_rotate_redo.hoverParent, .no-svg .svgSprite_rotate_redo_hover, .no-svg .svgSprite_rotate_redo_square,
  .no-svg :hover > .svgSprite_rotate_redo_square.hoverParent, .no-svg .svgSprite_rotate_redo_square_hover, .no-svg .svgSprite_rotate_undo,
  .no-svg :hover > .svgSprite_rotate_undo.hoverParent, .no-svg .svgSprite_rotate_undo_hover, .no-svg .svgSprite_rotate_undo_square,
  .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 :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 :hover > .svgSprite_tiled_view.hoverParent, .no-svg .svgSprite_tiled_view_hover, .no-svg .svgSprite_virtual_sample, .no-svg .svgSprite_white_check {
    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; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
          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 {
    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;
    -webkit-transition: margin 0.2s ease;
    transition: margin 0.2s ease; }
  a.arrowFollow: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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.smallText {
  font-size: 80%; }

body {
  background: #fff;
  margin: 1em;
  /**
 * 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; }
  body .btn, body .btn-plain, body .btn-main, body .btn-main-sm, body .btn-cart, body .btn-clear, body .btn-white, body .btn-default, body .btn-default-sm, body .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;
    -webkit-transition: all 0.3s ease, -webkit-transform 0.15s linear;
    transition: all 0.3s ease, -webkit-transform 0.15s linear;
    transition: all 0.3s ease, transform 0.15s linear;
    transition: all 0.3s ease, transform 0.15s linear, -webkit-transform 0.15s linear; }
    body .btn > span, body .btn-plain > span, body .btn-main > span, body .btn-main-sm > span, body .btn-cart > span, body .btn-clear > span, body .btn-white > span, body .btn-default > span, body .btn-default-sm > span, body .btn-ico > span {
      display: inline-block; }
  body .btn-plain {
    color: #672666; }
    body .btn-plain:hover {
      color: #763b75; }
  body .btn-main {
    background: #672666;
    color: #fff;
    font-size: 18px;
    padding: 0.61111em 1.38889em; }
    body .btn-main:hover {
      background: #763b75;
      color: #ffffff; }
    body.keyboard-tab body .btn-main:focus {
      outline: 1px solid #000000;
      outline-offset: 0;
      -webkit-box-shadow: 0 0 0.33333em 0.16667em #000000;
              box-shadow: 0 0 0.33333em 0.16667em #000000; }
  body .btn-main-sm, body .btn-cart {
    background: #672666;
    color: #fff;
    font-size: 18px;
    padding: 0.61111em 1.38889em;
    font-size: 16px;
    padding: 0.625em 0.9375em 0.625em; }
    body .btn-main-sm:hover, body .btn-cart:hover {
      background: #763b75;
      color: #ffffff; }
    body.keyboard-tab body .btn-main-sm:focus, body.keyboard-tab body .btn-cart:focus {
      outline: 1px solid #000000;
      outline-offset: 0;
      -webkit-box-shadow: 0 0 0.33333em 0.16667em #000000;
              box-shadow: 0 0 0.33333em 0.16667em #000000; }
  body .btn-clear {
    background: #672666;
    color: #fff;
    font-size: 18px;
    padding: 0.61111em 1.38889em;
    background-color: transparent;
    border: 2px solid #ffffff; }
    body .btn-clear:hover {
      background: #763b75;
      color: #ffffff; }
    body.keyboard-tab body .btn-clear:focus {
      outline: 1px solid #000000;
      outline-offset: 0;
      -webkit-box-shadow: 0 0 0.33333em 0.16667em #000000;
              box-shadow: 0 0 0.33333em 0.16667em #000000; }
    body .btn-clear:hover, body .btn-clear:focus {
      background: #ffffff;
      color: #672666 !important; }
  body .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; }
    body .btn-white:hover {
      background: #763b75;
      color: #ffffff; }
    body.keyboard-tab body .btn-white:focus {
      outline: 1px solid #000000;
      outline-offset: 0;
      -webkit-box-shadow: 0 0 0.33333em 0.16667em #000000;
              box-shadow: 0 0 0.33333em 0.16667em #000000; }
    body .btn-white:hover {
      background: #763b75;
      color: #ffffff; }
    body.keyboard-tab body .btn-white:focus {
      outline: 1px solid #000000;
      outline-offset: 0;
      -webkit-box-shadow: 0 0 0.33333em 0.16667em #000000;
              box-shadow: 0 0 0.33333em 0.16667em #000000; }
    body .btn-white:hover, body .btn-white:focus {
      background: #763b75 !important;
      color: #ffffff !important; }
  body .btn-default, body .btn-default-sm {
    background: #eeeeee;
    color: #707372;
    font-size: 16px;
    padding: 0.6875em 1.125em; }
    body .btn-default:hover, body .btn-default-sm:hover {
      background: #707372;
      color: #fff; }
  body .btn-default-sm {
    font-size: 15px;
    padding: 0.66667em 1em 0.6em; }
  body .btn-cart {
    position: relative;
    padding-right: 3em; }
    body .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; }
  body .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; }
    body .btn-ico span.text {
      color: #000;
      vertical-align: baseline; }
    body .btn-ico span.ico {
      background: #672666;
      position: absolute;
      right: 0;
      top: 0;
      width: 2.22222em;
      height: 2.22222em;
      text-align: center; }
      body .btn-ico span.ico > span {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
  body .btn_full {
    display: block;
    margin-left: 0;
    margin-right: 0; }
  body .btn_centered {
    text-align: center; }
  body .buttons .btn, body .buttons .btn-plain, body .buttons .btn-main, body .buttons .btn-main-sm, body .buttons .btn-cart, body .buttons .btn-clear, body .buttons .btn-white, body .buttons .btn-default, body .buttons .btn-default-sm, body .buttons .btn-ico {
    margin: 0 5px 5px 0; }
  body .buttons-alignRight {
    text-align: right; }
    body .buttons-alignRight .btn, body .buttons-alignRight .btn-plain, body .buttons-alignRight .btn-main, body .buttons-alignRight .btn-main-sm, body .buttons-alignRight .btn-cart, body .buttons-alignRight .btn-clear, body .buttons-alignRight .btn-white, body .buttons-alignRight .btn-default, body .buttons-alignRight .btn-default-sm, body .buttons-alignRight .btn-ico {
      margin: 0 0 5px 5px; }
  body .btn_utility {
    background-color: #fff;
    color: #000 !important;
    border-radius: 3px;
    padding: 2px 6px;
    text-transform: none; }
  body .btn-bold {
    font-size: 14px;
    font-weight: bold; }
  body .btn_empty {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    opacity: 0; }
    body .btn_empty:hover, body .btn_empty:active, body .btn_empty:focus {
      outline: none !important; }
  body .btn-visualizer {
    width: 100%;
    margin: 1rem 0;
    color: white;
    border: none;
    padding: 5px;
    border-radius: 50px;
    background-color: #672666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    body .btn-visualizer:has(.d-flex) {
      display: block; }
    body .btn-visualizer > span.d-flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%; }
    body .btn-visualizer span.text {
      font-size: 0.875rem;
      color: white;
      font-weight: 400;
      display: block;
      text-align: center; }
    body .btn-visualizer span.ico {
      background: transparent;
      right: 1rem; }
      body .btn-visualizer span.ico .fa {
        font-size: 1.75rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
  body h1, body h2, body h3, body h4, body h5, body h6, body p, body ul, body ol, body li, body blockquote, body address {
    font: inherit;
    line-height: inherit;
    color: inherit;
    display: block;
    padding: 0;
    margin: 1em 0;
    border: 0;
    list-style: none; }
    body h1:before, body h2:before, body h3:before, body h4:before, body h5:before, body h6:before, body p:before, body ul:before, body ol:before, body li:before, body blockquote:before, body address:before {
      content: none; }
    body h1:after, body h2:after, body h3:after, body h4:after, body h5:after, body h6:after, body p:after, body ul:after, body ol:after, body li:after, body blockquote:after, body address:after {
      content: none; }
  body a {
    color: #672666; }
  body img {
    border: 0;
    max-width: 100%;
    height: auto; }
    body img.alignleft {
      float: left;
      margin-right: 1.66667em;
      margin-bottom: 0.83333em; }
    body img.alignright {
      float: right;
      margin-left: 1.66667em;
      margin-bottom: 0.83333em; }
    body img.aligncenter {
      display: block;
      margin: 0 auto; }
    body img.alignnone {
      display: block; }
  body pre, body form, body fieldset, body legend {
    display: block;
    padding: 0;
    margin: 1.66667em 0;
    border: 0; }
  body b, body strong, body th {
    font-weight: 600; }
  body table, body th, body td, body caption {
    padding: 0;
    margin: 0;
    border: 0;
    text-align: inherit; }
  body code {
    display: inline; }
  body h1 {
    font-size: 2.55556em;
    font-weight: 700;
    line-height: 1.13043;
    margin: 0 0 0.65217em; }
    @media screen and (max-width: 768px) {
      body h1 {
        font-size: 2.44444em; } }
  body h2 {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.33333;
    margin: 0.41667em 0; }
    @media screen and (max-width: 768px) {
      body h2 {
        font-size: 1.55556em; } }
  body h3 {
    font-size: 1.77778em;
    font-weight: 700;
    line-height: 1.375;
    margin: 0.28125em 0; }
    @media screen and (max-width: 768px) {
      body h3 {
        font-size: 1.33333em; } }
  body h4 {
    font-size: 1.11111em;
    line-height: 1.5;
    font-weight: 700;
    margin: 0.16667em 0; }
  body h5 {
    font-size: 0.83333em;
    font-weight: 700;
    line-height: 1.33333;
    margin: 0; }
  body h6 {
    font-size: 0.72222em;
    font-weight: 900;
    line-height: 1.23077;
    margin: 0; }
  body h1 a, body h2 a, body h3 a, body h4 a, body h5 a, body h6 a {
    font-weight: inherit; }
  body h1 span, body h2 span, body h3 span, body h4 span, body h5 span, body h6 span {
    display: inline-block; }
  body li {
    display: list-item;
    list-style: inherit;
    margin: 0.44444em 0; }
  body ul {
    list-style: disc outside;
    margin: 1em 0 1em 1em;
    padding-left: 1em; }
  body ol {
    list-style: decimal outside;
    margin: 1em 0 1em 1em;
    padding-left: 1em; }
  body ul:not(.faqList) ul,
  body ol:not(.faqList) ul {
    list-style-type: circle; }
  body ul:not(.faqList) ul, body ul:not(.faqList) ol,
  body ol:not(.faqList) ul,
  body ol:not(.faqList) ol {
    margin: 0.5em 0 0.5em 1em; }
    body ul:not(.faqList) ul ul, body ul:not(.faqList) ol ul,
    body ol:not(.faqList) ul ul,
    body ol:not(.faqList) ol ul {
      list-style-type: square; }
  body table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0; }
  body blockquote {
    margin-left: 1.88889em;
    border-left: 3px solid #707372;
    padding-left: 0.77778em; }
  body hr {
    height: 0;
    border: 0;
    border-top: 1px solid #ccc;
    background: none;
    margin: 1.33333em 0; }
  body .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);
		}
		*/ }
  body .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; }
  body .inlineBlockUnderline {
    display: inline-block;
    border-bottom: 2px solid #4b4b4b; }
  body .initial {
    margin-top: 0; }
  body .stb {
    margin-top: 0.55556em;
    margin-bottom: 0.55556em; }
  body .mtb {
    margin-top: 1.38889em;
    margin-bottom: 1.38889em; }
  body .ltb {
    margin-top: 2.22222em;
    margin-bottom: 2.22222em; }
  body .youtubeVideo {
    position: relative;
    height: 0;
    padding: 0 0 56.25% 0;
    max-width: 37.66667em; }
    body .youtubeVideo iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  body .faqList {
    margin: 0.88889em 0; }
  body .faqBullet-cols {
    margin: 0 0 1em 0; }
    body .faqBullet-cols:before, body .faqBullet-cols:after {
      content: ' ';
      display: table; }
    body .faqBullet-cols:after {
      clear: both; }
    @media screen and (min-width: 768px) {
      body .faqBullet-cols .faqBullet-col {
        float: left;
        width: 30%;
        min-width: 14.44444em; }
        body .faqBullet-cols .faqBullet-col + .faqBullet-col {
          width: auto; } }
    body .faqBullet-cols ul {
      margin-top: 0;
      margin-bottom: 0; }
    body .faqBullet-cols li {
      margin: 0 0 0.5em; }
  body .btn, body .btn-plain, body .btn-main, body .btn-main-sm, body .btn-cart, body .btn-clear, body .btn-white, body .btn-default, body .btn-default-sm, body .btn-ico {
    margin-bottom: 0.44444em; }
