@charset "UTF-8";
.ui-button-dropdown .ui-dropdown {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border: 0;
  left: -18px;
  padding-top: 10px;
  min-width: 10em;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Utopia Std";
  src: url("fonts/UtopiaStd-Disp.woff2") format("woff2"), url("fonts/UtopiaStd-Disp.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UtopiaStd-DispIt";
  src: url("fonts/UtopiaStd-DispIt.woff2") format("woff2"), url("fonts/UtopiaStd-DispIt.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gibson Book";
  src: url("fonts/Gibson-Book.woff2") format("woff2"), url("fonts/Gibson-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gibson-Medium";
  src: url("fonts/Gibson-Medium.woff2") format("woff2"), url("fonts/Gibson-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
font-face {
  font-family: "UtopiaStd-Semibold";
  src: url("fonts/UtopiaStd-Semibold.woff2") format("woff2"), url("fonts/UtopiaStd-Semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UtopiaStd-Bold";
  src: url("fonts/UtopiaStd-Bold.woff2") format("woff2"), url("fonts/UtopiaStd-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
grid-row, grid-columns {
  display: block;
}

grid-row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1300px;
  width: 100%;
  *zoom: 1;
}
grid-row:before, grid-row:after {
  content: " ";
  display: table;
}
grid-row:after {
  clear: both;
}
grid-row.collapse grid-columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
grid-row grid-row {
  margin-left: -15px;
  margin-right: -15px;
  max-width: none;
  width: auto;
  *zoom: 1;
}
grid-row grid-row:before, grid-row grid-row:after {
  content: " ";
  display: table;
}
grid-row grid-row:after {
  clear: both;
}
grid-row grid-row.collapse {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: auto;
  *zoom: 1;
}
grid-row grid-row.collapse:before, grid-row grid-row.collapse:after {
  content: " ";
  display: table;
}
grid-row grid-row.collapse:after {
  clear: both;
}

grid-columns {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
}

grid-columns.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

@media only screen {
  .default-1,
  .small-1 {
    position: relative;
    width: 8.3333333333%;
  }
  .default-2,
  .small-2 {
    position: relative;
    width: 16.6666666667%;
  }
  .default-3,
  .small-3 {
    position: relative;
    width: 25%;
  }
  .default-4,
  .small-4 {
    position: relative;
    width: 33.3333333333%;
  }
  .default-5,
  .small-5 {
    position: relative;
    width: 41.6666666667%;
  }
  .default-6,
  .small-6 {
    position: relative;
    width: 50%;
  }
  .default-7,
  .small-7 {
    position: relative;
    width: 58.3333333333%;
  }
  .default-8,
  .small-8 {
    position: relative;
    width: 66.6666666667%;
  }
  .default-9,
  .small-9 {
    position: relative;
    width: 75%;
  }
  .default-10,
  .small-10 {
    position: relative;
    width: 83.3333333333%;
  }
  .default-11,
  .small-11 {
    position: relative;
    width: 91.6666666667%;
  }
  .default-12,
  .small-12 {
    position: relative;
    width: 100%;
  }
  .default-offset-0,
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  .default-offset-1,
  .small-offset-1 {
    position: relative;
    margin-left: 8.3333333333%;
  }
  .default-offset-2,
  .small-offset-2 {
    position: relative;
    margin-left: 16.6666666667%;
  }
  .default-offset-3,
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .default-offset-4,
  .small-offset-4 {
    position: relative;
    margin-left: 33.3333333333%;
  }
  .default-offset-5,
  .small-offset-5 {
    position: relative;
    margin-left: 41.6666666667%;
  }
  .default-offset-6,
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .default-offset-7,
  .small-offset-7 {
    position: relative;
    margin-left: 58.3333333333%;
  }
  .default-offset-8,
  .small-offset-8 {
    position: relative;
    margin-left: 66.6666666667%;
  }
  .default-offset-9,
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .default-offset-10,
  .small-offset-10 {
    position: relative;
    margin-left: 83.3333333333%;
  }
  grid-columns:last-child {
    float: right;
  }
  grid-columns.end {
    float: left;
  }
  grid-columns.default-centered,
  grid-columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 640px) {
  .tablet-1,
  .medium-1 {
    position: relative;
    width: 8.3333333333%;
  }
  .tablet-2,
  .medium-2 {
    position: relative;
    width: 16.6666666667%;
  }
  .tablet-3,
  .medium-3 {
    position: relative;
    width: 25%;
  }
  .tablet-4,
  .medium-4 {
    position: relative;
    width: 33.3333333333%;
  }
  .tablet-5,
  .medium-5 {
    position: relative;
    width: 41.6666666667%;
  }
  .tablet-6,
  .medium-6 {
    position: relative;
    width: 50%;
  }
  .tablet-7,
  .medium-7 {
    position: relative;
    width: 58.3333333333%;
  }
  .tablet-8,
  .medium-8 {
    position: relative;
    width: 66.6666666667%;
  }
  .tablet-9,
  .medium-9 {
    position: relative;
    width: 75%;
  }
  .tablet-10,
  .medium-10 {
    position: relative;
    width: 83.3333333333%;
  }
  .tablet-11,
  .medium-11 {
    position: relative;
    width: 91.6666666667%;
  }
  .tablet-12,
  .medium-12 {
    position: relative;
    width: 100%;
  }
  .tablet-offset-0,
  .medium-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  .tablet-offset-1,
  .medium-offset-1 {
    position: relative;
    margin-left: 8.3333333333%;
  }
  .tablet-offset-2,
  .medium-offset-2 {
    position: relative;
    margin-left: 16.6666666667%;
  }
  .tablet-offset-3,
  .medium-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .tablet-offset-4,
  .medium-offset-4 {
    position: relative;
    margin-left: 33.3333333333%;
  }
  .tablet-offset-5,
  .medium-offset-5 {
    position: relative;
    margin-left: 41.6666666667%;
  }
  .tablet-offset-6,
  .medium-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .tablet-offset-7,
  .medium-offset-7 {
    position: relative;
    margin-left: 58.3333333333%;
  }
  .tablet-offset-8,
  .medium-offset-8 {
    position: relative;
    margin-left: 66.6666666667%;
  }
  .tablet-offset-9,
  .medium-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .tablet-offset-10,
  .medium-offset-10 {
    position: relative;
    margin-left: 83.3333333333%;
  }
  .tablet-offset-11,
  .medium-offset-11 {
    position: relative;
    margin-left: 91.6666666667%;
  }
  .tablet-push-1,
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .tablet-pull-1,
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .tablet-push-2,
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .tablet-pull-2,
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .tablet-push-3,
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .tablet-pull-3,
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .tablet-push-4,
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .tablet-pull-4,
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .tablet-push-5,
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .tablet-pull-5,
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .tablet-push-6,
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .tablet-pull-6,
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .tablet-push-7,
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .tablet-pull-7,
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .tablet-push-8,
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .tablet-pull-8,
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .tablet-push-9,
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .tablet-pull-9,
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .tablet-push-10,
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .tablet-pull-10,
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .tablet-push-11,
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .tablet-pull-11,
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  grid-columns.tablet-centered,
  grid-columns.medium-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  grid-columns.tablet-uncentered,
  grid-columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
}
@media only screen and (min-width: 1025px) {
  .desktop-1,
  .large-1 {
    position: relative;
    width: 8.3333333333%;
  }
  .desktop-2,
  .large-2 {
    position: relative;
    width: 16.6666666667%;
  }
  .desktop-3,
  .large-3 {
    position: relative;
    width: 25%;
  }
  .desktop-4,
  .large-4 {
    position: relative;
    width: 33.3333333333%;
  }
  .desktop-5,
  .large-5 {
    position: relative;
    width: 41.6666666667%;
  }
  .desktop-6,
  .large-6 {
    position: relative;
    width: 50%;
  }
  .desktop-7,
  .large-7 {
    position: relative;
    width: 58.3333333333%;
  }
  .desktop-8,
  .large-8 {
    position: relative;
    width: 66.6666666667%;
  }
  .desktop-9,
  .large-9 {
    position: relative;
    width: 75%;
  }
  .desktop-10,
  .large-10 {
    position: relative;
    width: 83.3333333333%;
  }
  .desktop-11,
  .large-11 {
    position: relative;
    width: 91.6666666667%;
  }
  .desktop-12,
  .large-12 {
    position: relative;
    width: 100%;
  }
  .desktop-offset-0,
  .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  .desktop-offset-1,
  .large-offset-1 {
    position: relative;
    margin-left: 8.3333333333%;
  }
  .desktop-offset-2,
  .large-offset-2 {
    position: relative;
    margin-left: 16.6666666667%;
  }
  .desktop-offset-3,
  .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .desktop-offset-4,
  .large-offset-4 {
    position: relative;
    margin-left: 33.3333333333%;
  }
  .desktop-offset-5,
  .large-offset-5 {
    position: relative;
    margin-left: 41.6666666667%;
  }
  .desktop-offset-6,
  .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .desktop-offset-7,
  .large-offset-7 {
    position: relative;
    margin-left: 58.3333333333%;
  }
  .desktop-offset-8,
  .large-offset-8 {
    position: relative;
    margin-left: 66.6666666667%;
  }
  .desktop-offset-9,
  .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .desktop-offset-10,
  .large-offset-10 {
    position: relative;
    margin-left: 83.3333333333%;
  }
  .desktop-offset-11,
  .large-offset-11 {
    position: relative;
    margin-left: 91.6666666667%;
  }
  .desktop-push-1,
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .desktop-pull-1,
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .desktop-push-2,
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .desktop-pull-2,
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .desktop-push-3,
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .desktop-pull-3,
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .desktop-push-4,
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .desktop-pull-4,
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .desktop-push-5,
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .desktop-pull-5,
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .desktop-push-6,
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .desktop-pull-6,
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .desktop-push-7,
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .desktop-pull-7,
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .desktop-push-8,
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .desktop-pull-8,
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .desktop-push-9,
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .desktop-pull-9,
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .desktop-push-10,
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .desktop-pull-10,
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .desktop-push-11,
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .desktop-pull-11,
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  grid-columns.desktop-centered,
  grid-columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  grid-columns.desktop-uncentered,
  grid-columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 220px) {
  grid-row.overflow-hidden {
    overflow-x: hidden;
  }
  grid-row.padding {
    padding-bottom: 1em;
  }
  grid-columns.no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
}
flex-box, .flex-box {
  display: -webkit-flex;
  display: flex;
}
flex-box.stretch, .flex-box.stretch {
  width: 100%;
}
flex-box.wrap, .flex-box.wrap {
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
flex-box.center, .flex-box.center {
  -webkit-justify-content: center;
  justify-content: center;
}
flex-box.right, flex-box.flex-end, .flex-box.right, .flex-box.flex-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
flex-box.space-between, .flex-box.space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
flex-box.top, .flex-box.top {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
flex-box.bottom, flex-box.align-end, .flex-box.bottom, .flex-box.align-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
flex-box.align-center, .flex-box.align-center {
  -webkit-align-items: center;
  align-items: center;
}
flex-box.align-stretch, .flex-box.align-stretch {
  -webkit-align-items: stretch;
  align-items: stretch;
}
flex-box.align-baseline, .flex-box.align-baseline {
  -webkit-align-items: baseline;
  align-items: baseline;
}
flex-box.space-around, .flex-box.space-around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
flex-box.column, .flex-box.column {
  -webkit-flex-direction: column;
  flex-direction: column;
}
flex-box.column.center, .flex-box.column.center {
  -webkit-align-items: center;
  align-items: center;
}
flex-box.column.align-center, .flex-box.column.align-center {
  -webkit-justify-content: center;
  justify-content: center;
}
flex-box.column.top, .flex-box.column.top {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
flex-box.column.bottom, .flex-box.column.bottom {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
flex-box.column.right, flex-box.column.flex-end, .flex-box.column.right, .flex-box.column.flex-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
flex-box.column.align-space-between, .flex-box.column.align-space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
flex-box > .right, flex-box > .flex-end, .flex-box > .right, .flex-box > .flex-end {
  margin-left: auto;
}
flex-box > .left, flex-box > .flex-start, .flex-box > .left, .flex-box > .flex-start {
  margin-right: auto;
}
@media only screen and (max-width: 1024px) and (min-width: 220px) {
  flex-box.touch-column-center, .flex-box.touch-column-center {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
}
flex-box.absolute, .flex-box.absolute {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}
flex-box.relative, .flex-box.relative {
  position: relative;
}

@media only screen and (max-width: 1024px) and (min-width: 220px) {
  .touch-flex {
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 640px) {
  .phone-flex {
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ui-button {
  background: #Fff;
}

.ui-button:hover, .ui-button:active, .ui-button.active {
  background: rgb(244.8, 244.8, 244.8);
}

.ui-button, ui-select > select, state-select > select, country-select > select, ui-select, state-select, country-select, ui-select:after, state-select:after, country-select:after {
  color: #000;
  text-shadow: none;
}

.ui-button:hover, .ui-button:active, .ui-button.active {
  color: #000;
  text-shadow: none;
}

.ui-button {
  border: 1px solid;
  border-color: #000;
}

.ui-button:hover, .ui-button:active, .ui-button.active {
  border: 1px solid;
  border-color:  black;
}

.ui-button, .ui-button:hover {
  box-shadow: none;
}

.ui-button:active, .ui-button.active {
  box-shadow: none;
}

.ui-button.disabled:hover, .ui-button[disabled]:hover, .ui-button.disabled, .ui-button[disabled], ui-select.disabled, ui-select[disabled], state-select.disabled, state-select[disabled], country-select.disabled, country-select[disabled] {
  background: #eee !important;
  text-shadow: none !important;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid transparent !important;
  cursor: default !important;
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.disabled:hover:after, .ui-button[disabled]:hover:after, .ui-button.disabled:after, .ui-button[disabled]:after, ui-select.disabled:after, ui-select[disabled]:after, state-select.disabled:after, state-select[disabled]:after, country-select.disabled:after, country-select[disabled]:after {
  background: none !important;
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.disabled:hover:before, .ui-button[disabled]:hover:before, .ui-button.disabled:before, .ui-button[disabled]:before, ui-select.disabled:before, ui-select[disabled]:before, state-select.disabled:before, state-select[disabled]:before, country-select.disabled:before, country-select[disabled]:before {
  background: none !important;
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.disabled:hover::-webkit-input-placeholder, .ui-button[disabled]:hover::-webkit-input-placeholder, .ui-button.disabled::-webkit-input-placeholder, .ui-button[disabled]::-webkit-input-placeholder, ui-select.disabled::-webkit-input-placeholder, ui-select[disabled]::-webkit-input-placeholder, state-select.disabled::-webkit-input-placeholder, state-select[disabled]::-webkit-input-placeholder, country-select.disabled::-webkit-input-placeholder, country-select[disabled]::-webkit-input-placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.disabled:hover::-moz-placeholder, .ui-button[disabled]:hover::-moz-placeholder, .ui-button.disabled::-moz-placeholder, .ui-button[disabled]::-moz-placeholder, ui-select.disabled::-moz-placeholder, ui-select[disabled]::-moz-placeholder, state-select.disabled::-moz-placeholder, state-select[disabled]::-moz-placeholder, country-select.disabled::-moz-placeholder, country-select[disabled]::-moz-placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
  opacity: 1;
}
.ui-button.disabled:hover::-o-placeholder, .ui-button[disabled]:hover::-o-placeholder, .ui-button.disabled::-o-placeholder, .ui-button[disabled]::-o-placeholder, ui-select.disabled::-o-placeholder, ui-select[disabled]::-o-placeholder, state-select.disabled::-o-placeholder, state-select[disabled]::-o-placeholder, country-select.disabled::-o-placeholder, country-select[disabled]::-o-placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.disabled:-ms-input-placeholder, .ui-button[disabled]:-ms-input-placeholder, ui-select.disabled:-ms-input-placeholder, ui-select[disabled]:-ms-input-placeholder, state-select.disabled:-ms-input-placeholder, state-select[disabled]:-ms-input-placeholder, country-select.disabled:-ms-input-placeholder, country-select[disabled]:-ms-input-placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.disabled:hover::placeholder, .ui-button[disabled]:hover::placeholder, .ui-button.disabled::placeholder, .ui-button[disabled]::placeholder, ui-select.disabled::placeholder, ui-select[disabled]::placeholder, state-select.disabled::placeholder, state-select[disabled]::placeholder, country-select.disabled::placeholder, country-select[disabled]::placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
  opacity: 1;
}

.ui-button.primary {
  background: #000;
}

.ui-button.primary:hover, .ui-button.primary:active, .ui-button.primary.active {
  background: black;
}

.ui-button.primary {
  color: #fff;
  text-shadow: none;
}

.ui-button.primary:hover, .ui-button.primary:active, .ui-button.primary.active {
  color: #fff;
  text-shadow: none;
}

.ui-button.primary {
  border: 1px solid;
  border-color: #000;
}

.ui-button.primary:hover, .ui-button.primary:active, .ui-button.primary.active {
  border: 1px solid;
  border-color:  black;
}

.ui-button.primary, .ui-button.primary:hover {
  box-shadow: none;
}

.ui-button.primary:active, .ui-button.primary.active {
  box-shadow: none;
}

.ui-button.primary.disabled:hover, .ui-button.primary[disabled]:hover, .ui-button.primary.disabled, .ui-button.primary[disabled] {
  background: #eee !important;
  text-shadow: none !important;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid transparent !important;
  cursor: default !important;
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.primary.disabled:hover:after, .ui-button.primary[disabled]:hover:after, .ui-button.primary.disabled:after, .ui-button.primary[disabled]:after {
  background: none !important;
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.primary.disabled:hover:before, .ui-button.primary[disabled]:hover:before, .ui-button.primary.disabled:before, .ui-button.primary[disabled]:before {
  background: none !important;
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.primary.disabled:hover::-webkit-input-placeholder, .ui-button.primary[disabled]:hover::-webkit-input-placeholder, .ui-button.primary.disabled::-webkit-input-placeholder, .ui-button.primary[disabled]::-webkit-input-placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.primary.disabled:hover::-moz-placeholder, .ui-button.primary[disabled]:hover::-moz-placeholder, .ui-button.primary.disabled::-moz-placeholder, .ui-button.primary[disabled]::-moz-placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
  opacity: 1;
}
.ui-button.primary.disabled:hover::-o-placeholder, .ui-button.primary[disabled]:hover::-o-placeholder, .ui-button.primary.disabled::-o-placeholder, .ui-button.primary[disabled]::-o-placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.primary.disabled:-ms-input-placeholder, .ui-button.primary[disabled]:-ms-input-placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.primary.disabled:hover::placeholder, .ui-button.primary[disabled]:hover::placeholder, .ui-button.primary.disabled::placeholder, .ui-button.primary[disabled]::placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
  opacity: 1;
}

.ui-button.secondary {
  background: #f1eeed;
}

.ui-button.secondary:hover, .ui-button.secondary:active, .ui-button.secondary.active {
  background: rgb(232.075, 227.1625, 225.525);
}

.ui-button.secondary {
  color: #000;
  text-shadow: none;
}

.ui-button.secondary:hover, .ui-button.secondary:active, .ui-button.secondary.active {
  color: #000;
  text-shadow: none;
}

.ui-button.secondary {
  border: 1px solid;
  border-color: #f1eeed;
}

.ui-button.secondary:hover, .ui-button.secondary:active, .ui-button.secondary.active {
  border: 1px solid;
  border-color:  rgb(232.075, 227.1625, 225.525);
}

.ui-button.secondary, .ui-button.secondary:hover {
  box-shadow: none;
}

.ui-button.secondary:active, .ui-button.secondary.active {
  box-shadow: none;
}

.ui-button.secondary.disabled:hover, .ui-button.secondary[disabled]:hover, .ui-button.secondary.disabled, .ui-button.secondary[disabled] {
  background: #eee !important;
  text-shadow: none !important;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid transparent !important;
  cursor: default !important;
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.secondary.disabled:hover:after, .ui-button.secondary[disabled]:hover:after, .ui-button.secondary.disabled:after, .ui-button.secondary[disabled]:after {
  background: none !important;
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.secondary.disabled:hover:before, .ui-button.secondary[disabled]:hover:before, .ui-button.secondary.disabled:before, .ui-button.secondary[disabled]:before {
  background: none !important;
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.secondary.disabled:hover::-webkit-input-placeholder, .ui-button.secondary[disabled]:hover::-webkit-input-placeholder, .ui-button.secondary.disabled::-webkit-input-placeholder, .ui-button.secondary[disabled]::-webkit-input-placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.secondary.disabled:hover::-moz-placeholder, .ui-button.secondary[disabled]:hover::-moz-placeholder, .ui-button.secondary.disabled::-moz-placeholder, .ui-button.secondary[disabled]::-moz-placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
  opacity: 1;
}
.ui-button.secondary.disabled:hover::-o-placeholder, .ui-button.secondary[disabled]:hover::-o-placeholder, .ui-button.secondary.disabled::-o-placeholder, .ui-button.secondary[disabled]::-o-placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.secondary.disabled:-ms-input-placeholder, .ui-button.secondary[disabled]:-ms-input-placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.secondary.disabled:hover::placeholder, .ui-button.secondary[disabled]:hover::placeholder, .ui-button.secondary.disabled::placeholder, .ui-button.secondary[disabled]::placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
  opacity: 1;
}

.ui-button.inverse {
  background: #8f8f8f;
}

.ui-button.inverse:hover, .ui-button.inverse:active, .ui-button.inverse.active {
  background: rgb(132.8, 132.8, 132.8);
}

.ui-button.inverse {
  color: #fff;
  text-shadow: none;
}

.ui-button.inverse:hover, .ui-button.inverse:active, .ui-button.inverse.active {
  color: #fff;
  text-shadow: none;
}

.ui-button.inverse {
  border: 1px solid;
  border-color: #8f8f8f;
}

.ui-button.inverse:hover, .ui-button.inverse:active, .ui-button.inverse.active {
  border: 1px solid;
  border-color:  rgb(132.8, 132.8, 132.8);
}

.ui-button.inverse, .ui-button.inverse:hover {
  box-shadow: none;
}

.ui-button.inverse:active, .ui-button.inverse.active {
  box-shadow: none;
}

.ui-button.inverse.disabled:hover, .ui-button.inverse[disabled]:hover, .ui-button.inverse.disabled, .ui-button.inverse[disabled] {
  background: #eee !important;
  text-shadow: none !important;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid transparent !important;
  cursor: default !important;
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.inverse.disabled:hover:after, .ui-button.inverse[disabled]:hover:after, .ui-button.inverse.disabled:after, .ui-button.inverse[disabled]:after {
  background: none !important;
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.inverse.disabled:hover:before, .ui-button.inverse[disabled]:hover:before, .ui-button.inverse.disabled:before, .ui-button.inverse[disabled]:before {
  background: none !important;
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.inverse.disabled:hover::-webkit-input-placeholder, .ui-button.inverse[disabled]:hover::-webkit-input-placeholder, .ui-button.inverse.disabled::-webkit-input-placeholder, .ui-button.inverse[disabled]::-webkit-input-placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.inverse.disabled:hover::-moz-placeholder, .ui-button.inverse[disabled]:hover::-moz-placeholder, .ui-button.inverse.disabled::-moz-placeholder, .ui-button.inverse[disabled]::-moz-placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
  opacity: 1;
}
.ui-button.inverse.disabled:hover::-o-placeholder, .ui-button.inverse[disabled]:hover::-o-placeholder, .ui-button.inverse.disabled::-o-placeholder, .ui-button.inverse[disabled]::-o-placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.inverse.disabled:-ms-input-placeholder, .ui-button.inverse[disabled]:-ms-input-placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
}
.ui-button.inverse.disabled:hover::placeholder, .ui-button.inverse[disabled]:hover::placeholder, .ui-button.inverse.disabled::placeholder, .ui-button.inverse[disabled]::placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
  opacity: 1;
}

ui-select, state-select, country-select {
  background: #fff;
}

ui-select, state-select, country-select {
  border: 1px solid #bfb7ac;
}

ui-select, state-select, country-select {
  box-shadow: none;
}

ui-mega-dropdown, ui-dropdown, .ui-dropdown {
  background: #fff;
}

ui-dropdown > menu-item.active, .ui-dropdown > menu-item.active, ui-dropdown > menu-item:hover, ui-dropdown > menu-item:focus, .ui-dropdown > menu-item:hover, .ui-dropdown > menu-item:focus {
  background: rgb(244.8, 244.8, 244.8);
}

ui-dropdown > menu-item > a, .ui-dropdown > menu-item > a {
  color: #666;
  text-shadow: none;
}

ui-dropdown > menu-item > a:hover, ui-dropdown > menu-item > a:focus, .ui-dropdown > menu-item > a:hover, .ui-dropdown > menu-item > a:focus, ui-dropdown > menu-item.active, .ui-dropdown > menu-item.active, ui-dropdown > menu-item:hover > a, ui-dropdown > menu-item:focus > a, .ui-dropdown > menu-item:hover > a, .ui-dropdown > menu-item:focus > a, ui-dropdown > menu-item:hover, ui-dropdown > menu-item:focus, .ui-dropdown > menu-item:hover, .ui-dropdown > menu-item:focus {
  color: #666;
  text-shadow: none;
}

ui-mega-dropdown, ui-dropdown, .ui-dropdown {
  border: 1px solid;
  border-color: #ddd #ddd #bbb #ddd;
}

ui-mega-dropdown, ui-dropdown, .ui-dropdown {
  box-shadow: none;
}

ui-dropdown > menu-item.disabled > a, ui-dropdown > menu-item[disabled] > a, .ui-dropdown > menu-item.disabled > a, .ui-dropdown > menu-item[disabled] > a, ui-dropdown > menu-item.disabled:hover, ui-dropdown > menu-item[disabled]:hover, .ui-dropdown > menu-item.disabled:hover, .ui-dropdown > menu-item[disabled]:hover, ui-dropdown > menu-item.disabled, ui-dropdown > menu-item[disabled], .ui-dropdown > menu-item.disabled, .ui-dropdown > menu-item[disabled] {
  background: none !important;
  text-shadow: none !important;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid transparent !important;
  cursor: default !important;
  color: rgb(225.25, 225.25, 225.25) !important;
}
ui-dropdown > menu-item.disabled > a:after, ui-dropdown > menu-item[disabled] > a:after, .ui-dropdown > menu-item.disabled > a:after, .ui-dropdown > menu-item[disabled] > a:after, ui-dropdown > menu-item.disabled:hover:after, ui-dropdown > menu-item[disabled]:hover:after, ui-dropdown > menu-item.disabled:after, ui-dropdown > menu-item[disabled]:after, .ui-dropdown > menu-item.disabled:after, .ui-dropdown > menu-item[disabled]:after {
  background: none !important;
  color: rgb(225.25, 225.25, 225.25) !important;
}
ui-dropdown > menu-item.disabled > a:before, ui-dropdown > menu-item[disabled] > a:before, .ui-dropdown > menu-item.disabled > a:before, .ui-dropdown > menu-item[disabled] > a:before, ui-dropdown > menu-item.disabled:hover:before, ui-dropdown > menu-item[disabled]:hover:before, ui-dropdown > menu-item.disabled:before, ui-dropdown > menu-item[disabled]:before, .ui-dropdown > menu-item.disabled:before, .ui-dropdown > menu-item[disabled]:before {
  background: none !important;
  color: rgb(225.25, 225.25, 225.25) !important;
}
ui-dropdown > menu-item.disabled > a::-webkit-input-placeholder, ui-dropdown > menu-item[disabled] > a::-webkit-input-placeholder, .ui-dropdown > menu-item.disabled > a::-webkit-input-placeholder, .ui-dropdown > menu-item[disabled] > a::-webkit-input-placeholder, ui-dropdown > menu-item.disabled:hover::-webkit-input-placeholder, ui-dropdown > menu-item[disabled]:hover::-webkit-input-placeholder, ui-dropdown > menu-item.disabled::-webkit-input-placeholder, ui-dropdown > menu-item[disabled]::-webkit-input-placeholder, .ui-dropdown > menu-item.disabled::-webkit-input-placeholder, .ui-dropdown > menu-item[disabled]::-webkit-input-placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
}
ui-dropdown > menu-item.disabled > a::-moz-placeholder, ui-dropdown > menu-item[disabled] > a::-moz-placeholder, .ui-dropdown > menu-item.disabled > a::-moz-placeholder, .ui-dropdown > menu-item[disabled] > a::-moz-placeholder, ui-dropdown > menu-item.disabled:hover::-moz-placeholder, ui-dropdown > menu-item[disabled]:hover::-moz-placeholder, ui-dropdown > menu-item.disabled::-moz-placeholder, ui-dropdown > menu-item[disabled]::-moz-placeholder, .ui-dropdown > menu-item.disabled::-moz-placeholder, .ui-dropdown > menu-item[disabled]::-moz-placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
  opacity: 1;
}
ui-dropdown > menu-item.disabled > a::-o-placeholder, ui-dropdown > menu-item[disabled] > a::-o-placeholder, .ui-dropdown > menu-item.disabled > a::-o-placeholder, .ui-dropdown > menu-item[disabled] > a::-o-placeholder, ui-dropdown > menu-item.disabled:hover::-o-placeholder, ui-dropdown > menu-item[disabled]:hover::-o-placeholder, ui-dropdown > menu-item.disabled::-o-placeholder, ui-dropdown > menu-item[disabled]::-o-placeholder, .ui-dropdown > menu-item.disabled::-o-placeholder, .ui-dropdown > menu-item[disabled]::-o-placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
}
ui-dropdown > menu-item.disabled > a:-ms-input-placeholder, ui-dropdown > menu-item[disabled] > a:-ms-input-placeholder, .ui-dropdown > menu-item.disabled > a:-ms-input-placeholder, .ui-dropdown > menu-item[disabled] > a:-ms-input-placeholder, ui-dropdown > menu-item.disabled:-ms-input-placeholder, ui-dropdown > menu-item[disabled]:-ms-input-placeholder, .ui-dropdown > menu-item.disabled:-ms-input-placeholder, .ui-dropdown > menu-item[disabled]:-ms-input-placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
}
ui-dropdown > menu-item.disabled > a::placeholder, ui-dropdown > menu-item[disabled] > a::placeholder, .ui-dropdown > menu-item.disabled > a::placeholder, .ui-dropdown > menu-item[disabled] > a::placeholder, ui-dropdown > menu-item.disabled:hover::placeholder, ui-dropdown > menu-item[disabled]:hover::placeholder, ui-dropdown > menu-item.disabled::placeholder, ui-dropdown > menu-item[disabled]::placeholder, .ui-dropdown > menu-item.disabled::placeholder, .ui-dropdown > menu-item[disabled]::placeholder {
  color: rgb(225.25, 225.25, 225.25) !important;
  opacity: 1;
}

ui-dropdown > menu-divider, .ui-dropdown > menu-divider {
  background: #f0f0f0;
}

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

body {
  margin: 0;
  font-family: "Gibson Book";
  font-size: 16px;
  line-height: 1.5;
  min-height: 100vh;
  color: #000;
  -webkit-font-smoothing: antialiased;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

main {
  min-height: 400px;
}
main.auto {
  min-height: 0;
}
main.flush {
  margin-top: 0;
  margin-bottom: 48px;
}
@media only screen and (max-width: 950px) {
  main.flush {
    margin-top: 0;
    min-height: 0;
  }
}
main.content {
  min-height: 400px;
  margin-bottom: 48px;
}
main.content.two {
  min-height: 800px;
  overflow: hidden;
}

section.content {
  margin-top: 36px;
  min-height: 500px;
}
section.auto {
  min-height: 0;
}

.carousel-container {
  position: relative;
  width: 100%;
}
.carousel-container .carousel-inner-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-container .carousel-inner-container .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  z-index: 1;
  width: 100%;
  line-height: 0.5;
}
.carousel-container .carousel-inner-container .carousel-item > video {
  display: none;
}
.carousel-container .carousel-inner-container .carousel-item > video.show {
  display: inline-block;
}
.carousel-container .carousel-inner-container .carousel-item > video {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.carousel-container .carousel-inner-container > div:first-of-type {
  position: relative;
  display: list-item;
  float: left;
  z-index: 2;
  opacity: 1;
}

.carousel-indicators-container {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  margin: 2em 0 1em 0;
}
.carousel-indicators-container i {
  margin-right: 10px;
  cursor: pointer;
  color: #ddd;
}
.carousel-indicators-container i.active {
  color: #bbb;
}

.alert-notification {
  position: relative;
  padding: 12px 24px;
  color: #fff;
  width: 50%;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  font-size: 14px;
}
.alert-notification > i {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 16px;
  color: #fff;
  z-index: 5;
  cursor: pointer;
}
.alert-notification.error {
  background: #F44336;
  color: #fff !important;
}
.alert-notification.success {
  background: #4CAF50;
}
.alert-notification.info {
  background: #2196F3;
  color: #fff !important;
}
.alert-notification.warning {
  background: #c09853;
  color: #fff !important;
}
.alert-notification.hide-close > i {
  display: none;
}
.alert-notification.full-width {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .alert-notification {
    width: 100%;
  }
}

.alert-message {
  margin: 16px 0;
  font-size: 14px;
  font-family: "Gibson-Medium";
  margin-top: 16px;
  width: 100%;
}
.alert-message.center {
  text-align: center;
}
.alert-message.error {
  color: #F7685B;
}
.alert-message.success {
  color: #4CAF50;
}
.alert-message.info {
  color: #000;
}
.alert-message.warning {
  color: #FFAB00;
}
.alert-message.icon {
  display: flex;
  align-items: center;
}
.alert-message.icon > i, .alert-message.icon > span {
  margin-right: 6px;
}

.progress-container {
  width: 100%;
  font-family: "Gibson-Medium";
  height: 110px;
}
.progress-container .progressbar {
  counter-reset: step;
}
.progress-container .progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #c2cfe0;
}
.progress-container .progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 2px solid #c2cfe0;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}
.progress-container .progressbar li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #c2cfe0;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.progress-container .progressbar li:first-child:after {
  content: none;
}
.progress-container .progressbar li.active {
  color: #2ED47A;
}
.progress-container .progressbar li.active:before {
  border-color: #2ED47A;
}
.progress-container .progressbar li.active + li:after {
  background-color: #2ED47A;
}

.progress-cirlce-box {
  height: 180px;
  width: 180px;
  position: relative;
}

.progress-check {
  position: absolute;
  top: 15%;
  left: 15%;
  align-items: center;
}
.progress-check i {
  font-size: 144px;
  color: #2ED47A;
}

.progress-success-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

:root {
  --mdc-theme-secondary: $mdc-theme-color;
  --mdc-theme-primary: $mdc-theme-color;
}

.mdc-dialog {
  z-index: 1000 !important;
}
.mdc-dialog .mdc-dialog__surface {
  max-width: 600px;
}
.mdc-dialog .mdc-dialog__header__title {
  color: #2a2e30;
}
.mdc-dialog .mdc-dialog__body {
  font-size: 1rem;
}
.mdc-dialog .mdc-dialog__body > * {
  margin-bottom: 30px;
}
.mdc-dialog .mdc-dialog__footer .mdc-button:not(:disabled) {
  color: #000;
}
.mdc-dialog .mdc-dialog__footer .mdc-button:after, .mdc-dialog .mdc-dialog__footer .mdc-button:before {
  background-color: #999;
}

.mdc-dialog.large-dialog .mdc-dialog__surface {
  max-width: 70%;
  height: 80%;
}
.mdc-dialog.large-dialog .mdc-dialog__surface .mdc-dialog__body {
  height: 85%;
  overflow-y: auto;
}
.mdc-dialog.large-dialog .mdc-dialog__surface .mdc-dialog__body > div {
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .mdc-dialog.large-dialog .mdc-dialog__surface {
    max-width: 90%;
    height: 90%;
  }
}

.mdc-dialog.full-dialog .mdc-dialog__surface {
  max-width: 90%;
  height: 90%;
}
.mdc-dialog.full-dialog .mdc-dialog__surface .mdc-dialog__body {
  height: 85%;
  overflow-y: auto;
}
.mdc-dialog.full-dialog .mdc-dialog__surface .mdc-dialog__body > div {
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .mdc-dialog.full-dialog .mdc-dialog__surface .mdc-dialog__surface {
    max-width: 98% !important;
    height: 98% !important;
  }
}
@media only screen and (max-width: 1000px) {
  .mdc-dialog.full-dialog .mdc-dialog__surface {
    max-width: 90%;
    height: 90%;
  }
}

.mdc-dialog.scrollable-dialog .mdc-dialog__surface {
  height: 80%;
}
.mdc-dialog.scrollable-dialog .mdc-dialog__surface .mdc-dialog__body {
  height: 85%;
  overflow-y: auto;
}
.mdc-dialog.scrollable-dialog .mdc-dialog__surface .mdc-dialog__body > div {
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .mdc-dialog.scrollable-dialog .mdc-dialog__surface {
    max-width: 90%;
    height: 90%;
  }
}

@media only screen and (max-width: 1000px) {
  .mdc-dialog.full-dialog .mdc-dialog__surface {
    max-width: 100% !important;
    height: 100% !important;
  }
}
.mdc-select {
  min-width: 300px;
  max-width: 100%;
}
.mdc-select .mdc-select__surface:focus ~ .mdc-select__bottom-line {
  background-color: #2a2e30;
}

.mdc-select[role=listbox] .mdc-select__surface,
.mdc-select[role=listbox] .mdc-select__selected-text {
  color: #2a2e30;
}
.mdc-select[role=listbox] .mdc-select__bottom-line {
  background-color: #ddd;
}
.mdc-select[role=listbox] .mdc-select__surface:focus .mdc-select__bottom-line,
.mdc-select[role=listbox] .mdc-select__surface:focus ~ .mdc-select__bottom-line {
  background-color: #2a2e30;
}
.mdc-select[role=listbox] .mdc-select--open .mdc-select__bottom-line {
  background-color: #2a2e30;
}
.mdc-select[role=listbox] .mdc-select__bottom-line::after {
  background-color: #2a2e30;
}
.mdc-select[role=listbox] .mdc-select__label {
  color: #000;
}
.mdc-select[role=listbox] .mdc-select__surface:focus .mdc-select__label {
  color: #2a2e30;
}
.mdc-select[role=listbox] .mdc-select__menu {
  z-index: 15;
}

.mdc-tab-bar a:hover, .mdc-tab-bar-scroller a:hover {
  font-size: 14px;
}
.mdc-tab-bar .mdc-tab-bar-scroller__indicator .mdc-tab-bar-scroller__indicator__inner:hover, .mdc-tab-bar-scroller .mdc-tab-bar-scroller__indicator .mdc-tab-bar-scroller__indicator__inner:hover {
  font-size: 24px;
}
.mdc-tab-bar .mdc-tab-bar__indicator,
.mdc-tab-bar .mdc-tab__indicator, .mdc-tab-bar-scroller .mdc-tab-bar__indicator,
.mdc-tab-bar-scroller .mdc-tab__indicator {
  background-color: #2a2e30;
}

.mdc-text-field {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}
.mdc-text-field input {
  margin: 0;
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__bottom-line {
  background-color: #2a2e30;
}

.mdc-text-field--focused:not(.mdc-text-field--invalid):not(.mdc-text-field--disabled) .mdc-text-field__label {
  color: #2a2e30;
}

.mdc-text-field.mdc-text-field--with-trailing-icon.mdc-text-field--upgraded {
  margin-top: 0;
}

.mdc-text-field.mdc-text-field--with-trailing-icon.mdc-text-field--upgraded {
  margin-top: 0;
}

.mdc-text-field.mdc-text-field--with-leading-icon.mdc-text-field--upgraded {
  margin-top: 0;
}

.mdc-text-field--with-leading-icon .mdc-text-field__icon, .mdc-text-field--with-trailing-icon .mdc-text-field__icon {
  bottom: 10px;
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder, .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__label {
  color: rgba(0, 0, 0, 0.2);
}

.mdc-text-field--with-leading-icon .mdc-text-field__icon {
  color: rgba(0, 0, 0, 0.2);
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  border-color: rgba(0, 0, 0, 0.5);
}

.mdc-text-field:not(.mdc-text-field--disabled) textarea.mdc-text-field__input {
  border: 1px solid transparent;
  border-color: transparent;
}
.mdc-text-field:not(.mdc-text-field--disabled) textarea.mdc-text-field__input:hover {
  border: 1px solid transparent;
  border-color: transparent;
}
.mdc-text-field:not(.mdc-text-field--disabled) textarea.mdc-text-field__input:focus {
  border: 1px solid #2a2e30 !important;
}

.mdc-text-field--textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.mdc-text-field--textarea:hover {
  border: 1px solid rgba(0, 0, 0, 0.9);
}

.mdc-text-field--textarea.mdc-text-field--focused {
  border: 1px solid #2a2e30 !important;
}

.mdc-text-field--disabled label {
  color: #ddd;
}

.mdc-menu-anchor [data-anchor] {
  cursor: pointer;
}

.mdc-linear-progress .mdc-linear-progress__bar-inner {
  background-color: #2196F3;
}

.mdc-file-progress {
  font-family: "Roboto";
  font-size: 14px;
}
.mdc-file-progress .row {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-top: 0.25em;
  height: 48px;
}
.mdc-file-progress .row .flex-end {
  margin-left: auto;
}
.mdc-file-progress .row .done {
  color: #212121;
  max-height: 0;
  max-width: 0;
  opacity: 0;
  margin-bottom: 6px;
  transition: all 0.25s linear;
}
.mdc-file-progress .row .status-name {
  color: #212121;
  max-height: 0;
  max-width: 0;
  opacity: 0;
  margin-bottom: 6px;
  transition: all 0.25s linear;
  margin-left: 1em;
  font-size: 14px;
}
.mdc-file-progress .row .status-name.complete {
  color: #212121;
  max-height: none;
  max-width: none;
  opacity: 1;
  margin-bottom: 6px;
  transition: all 0.25s linear;
  color: #60bc57;
}
.mdc-file-progress .row .done.complete {
  max-height: 24px;
  max-width: 24px;
  opacity: 1;
  transition: all 0.25s linear;
  color: #60bc57;
}
.mdc-file-progress .row .progress-info {
  display: flex;
  flex-direction: column;
}
.mdc-file-progress .row .progress-info .name {
  font-weight: 700;
  font-size: 14px;
}
.mdc-file-progress .row .progress-info .progress-stats {
  font-size: 12px;
  color: #757575;
}
.mdc-file-progress .row .progress-info.complete {
  display: none;
}
.mdc-file-progress .row .progress-info .progress-stats .size {
  margin-right: 0.5em;
}
.mdc-file-progress .row .progress-info.error {
  display: none;
}
.mdc-file-progress .row .icon-margin {
  margin-bottom: 6px;
}
.mdc-file-progress .close {
  cursor: pointer;
  margin-left: auto;
  margin-bottom: 6px;
}
.mdc-file-progress .close:hover {
  color: #2196F3;
}
.mdc-file-progress .close.error:hover {
  color: #B71C1C;
}
.mdc-file-progress .row .status-name.error {
  color: #B71C1C;
  max-height: none;
  max-width: none;
  opacity: 1;
  margin-bottom: 6px;
  transition: all 0.25s linear;
}
.mdc-file-progress .row .done.error {
  color: #B71C1C;
  max-height: 24px;
  max-width: 24px;
  opacity: 1;
  transition: all 0.25s linear;
}

.mdc-file-upload {
  display: block;
  font-size: 14px;
  border: 2px dashed #dadada;
  background: #f2f2f2;
  padding: 16px;
  font-family: "Roboto";
  color: #757575;
}
.mdc-file-upload.drag-over {
  border: 2px dashed #2196F3;
  background: #E3F2FD;
  color: #2196F3;
}
.mdc-file-upload .hide {
  display: none;
}
.mdc-file-upload .drop-zone {
  display: flex;
  align-items: center;
}
.mdc-file-upload .drop-zone .icon {
  margin-right: 0.5em;
}
.mdc-file-upload input[type=file] {
  visibility: hidden;
  max-width: 50px;
}
.mdc-file-upload button, .mdc-file-upload .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  min-width: 5.14em;
  margin: 0 0.29em;
  margin-right: 2em;
  background: #2196F3;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  font: inherit;
  text-transform: uppercase;
  outline-width: 0;
  border-radius: 3px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 0;
  padding: 0.7em 0.57em;
  font-size: 14px;
  line-height: normal;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.mdc-snackbar {
  z-index: 2000;
}

.mdc-snackbar__action-button {
  color: #fff;
}

.mdc-simple-menu {
  z-index: 20;
}

.mdc-fab.show-fab-button {
  animation: show-fab-button 0.2s forwards;
}
.mdc-fab.hide-fab-button {
  animation: hide-fab-button 0.2s forwards;
}
.mdc-fab.hidden {
  opacity: 0;
}

@keyframes show-fab-button {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide-fab-button {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mdc-bottom-bar-container {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  position: fixed;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #e4e4e4;
  box-shadow: 0px -1px 15px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: -60px;
  transition: all 0.15s linear;
}
.mdc-bottom-bar-container.active {
  margin-bottom: 0;
}
.mdc-bottom-bar-container > .mdc-bottom-bar {
  display: flex;
  width: 1300px;
  max-width: 100%;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}

.mdc-button-icon {
  font-family: "Roboto";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 1em;
  height: 100%;
  min-height: 100%;
  cursor: pointer;
  min-width: 80px;
  color: #757575;
  font-size: 14px;
}
.mdc-button-icon.active {
  color: #2196F3;
}
.mdc-button-icon:hover {
  color: #2196F3;
}
@media (max-width: 640px) {
  .mdc-button-icon {
    min-width: 70px;
    font-size: 10px;
  }
  .mdc-button-icon.active {
    font-size: 12px;
  }
}

.mdc-radio .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: rgba(0, 0, 0, 0.3);
}

.mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #2a2e30;
  background: #2a2e30;
}

.mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  background-color: #2a2e30;
}

.mdc-radio:after, .mdc-radio:before {
  background-color: #2a2e30;
}

.mdc-form-field > label {
  padding-left: 0;
}

.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0.3);
}

.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background, .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
  border-color: #2a2e30;
  background-color: #2a2e30;
}

.mdc-checkbox:after, .mdc-checkbox:before {
  background-color: #2a2e30;
}

md-input {
  display: block;
}
md-input .flex-container {
  display: flex;
  align-items: center;
  margin: 0;
}
md-input {
  max-width: 100%;
}

md-input[input-class=white] i {
  color: #fff !important;
}

md-textarea {
  display: block;
  max-width: 100%;
}

md-input.stretch input, md-input.stretch textarea, md-textarea.stretch input, md-textarea.stretch textarea {
  width: 100%;
}
md-input.stretch .bar, md-textarea.stretch .bar {
  width: 100%;
}

md-select, md-state-select, md-country-select {
  position: relative;
}
md-select select, md-state-select select, md-country-select select {
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: window;
  outline: none;
  padding: 10px 10px 10px 5px;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
md-select select::-ms-expand, md-state-select select::-ms-expand, md-country-select select::-ms-expand {
  display: none;
}
md-select select:focus, md-state-select select:focus, md-country-select select:focus {
  outline: none;
}
md-select select.placeholder-color, md-state-select select.placeholder-color, md-country-select select.placeholder-color {
  color: #666;
}
md-select .select-icon, md-state-select .select-icon, md-country-select .select-icon {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  right: 5px;
  top: 4px;
}

.input-group {
  position: relative;
  margin-bottom: 2em;
  max-width: 100%;
  color: #000;
}
.input-group.no-margin {
  margin-bottom: 0;
}
.input-group.icon {
  max-width: 90%;
}
.input-group input {
  font-size: 1em;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 300px;
  max-width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .input-group input {
    font-size: 14px;
  }
}
.input-group input[disabled] {
  border-bottom: 1px dotted #000;
  color: #666;
}
.input-group input:focus {
  outline: none;
}
.input-group textarea {
  font-size: 1em;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 300px;
  height: 50px;
  max-width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .input-group textarea {
    font-size: 14px;
  }
}
.input-group textarea[disabled] {
  border-bottom: 1px dotted #000;
  color: #666;
}
.input-group textarea:focus {
  outline: none;
}
.input-group {
  /* LABEL ======================================= */
}
.input-group label {
  color: #666;
  font-size: 1em;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.input-group input:placeholder-shown ~ label {
  color: #666;
  left: 5px;
  top: 10px;
  font-size: 1em;
}
.input-group textarea:placeholder-shown ~ label {
  color: #666;
  left: 5px;
  top: 10px;
  font-size: 1em;
}
.input-group {
  /* active state */
}
.input-group input:focus ~ label, .input-group input:not(:placeholder-shown) ~ label, .input-group input:-webkit-autofill:focus ~ label {
  top: -20px;
  font-size: 12px;
  color: #000;
}
.input-group textarea:focus ~ label, .input-group textarea:not(:placeholder-shown) ~ label, .input-group textarea:-webkit-autofill:focus ~ label {
  top: -20px;
  font-size: 12px;
  color: #000;
}
.input-group {
  /* BOTTOM BARS ================================= */
}
.input-group .bar {
  position: relative;
  display: block;
  width: 300px;
  max-width: 100%;
}
.input-group .bar:before, .input-group .bar:after {
  content: "";
  height: 1px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #ddd;
  transition: 0.2s ease opacity;
  opacity: 0;
}
.input-group .bar:before {
  left: 50%;
}
.input-group .bar:after {
  right: 50%;
}
.input-group {
  /* active state */
}
.input-group input:focus ~ .bar:before, .input-group input:focus ~ .bar:after {
  width: 50%;
  transition: 0.2s ease all;
  opacity: 1;
}
.input-group textarea:focus ~ .bar:before, .input-group textarea:focus ~ .bar:after {
  width: 50%;
  transition: 0.2s ease all;
  opacity: 1;
}
.input-group select:focus ~ .bar:before, .input-group select:focus ~ .bar:after {
  width: 50%;
  transition: 0.2s ease all;
  opacity: 1;
}
.input-group {
  /* HIGHLIGHTER ================================== */
}
.input-group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.input-group {
  /* active state */
}
.input-group input:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
}
.input-group textarea:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
}
.input-group.white input {
  border-bottom: 1px solid #fff;
}
.input-group.white input::-webkit-input-placeholder {
  color: #fff !important;
}
.input-group.white input::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
.input-group.white input::-o-placeholder {
  color: #fff !important;
}
.input-group.white input:-ms-input-placeholder {
  color: #fff !important;
}
.input-group.white input::placeholder {
  color: #fff !important;
  opacity: 1;
}
.input-group.white input {
  color: #fff;
  background: transparent;
  border-bottom: 0;
}
.input-group.white input[disabled] {
  border-bottom: 1px dotted #fff;
  opacity: 0.7;
}
.input-group.white textarea {
  border-bottom: 1px solid #fff;
}
.input-group.white textarea::-webkit-input-placeholder {
  color: #fff !important;
}
.input-group.white textarea::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
.input-group.white textarea::-o-placeholder {
  color: #fff !important;
}
.input-group.white textarea:-ms-input-placeholder {
  color: #fff !important;
}
.input-group.white textarea::placeholder {
  color: #fff !important;
  opacity: 1;
}
.input-group.white textarea {
  color: #fff;
  background: transparent;
}
.input-group.white textarea[disabled] {
  border-bottom: 1px dotted #fff;
  opacity: 0.7;
}
.input-group.white label {
  color: #fff;
}
.input-group.white input:focus {
  outline: none;
  border-bottom: 0;
}
.input-group.white input:focus ~ label, .input-group.white input:valid ~ label {
  color: #fff;
}
.input-group.white textarea:focus ~ label, .input-group.white textarea:valid ~ label {
  color: #fff;
}
.input-group.white textarea:focus {
  outline: none;
  border-bottom: 0;
}
.input-group.white .bar:before, .input-group.white .bar:after {
  background: #fff;
}

md-checkbox {
  position: relative;
  margin: 1em 0;
  text-align: left;
  display: block;
}
md-checkbox.md-checkbox-inline {
  display: inline-block;
}
md-checkbox label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
  color: #666;
}
md-checkbox label:not(:empty) {
  padding-left: 0.5em;
}
md-checkbox label:before, md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
md-checkbox label:before {
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125em;
  cursor: pointer;
  transition: background 0.3s;
}
md-checkbox input[type=checkbox] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
md-checkbox input[type=checkbox]:checked + label:before {
  background: #666;
  border: none;
}
md-checkbox input[type=checkbox]:checked + label:after {
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}
md-checkbox input[type=checkbox]:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
md-checkbox input[type=checkbox]:disabled:checked + label:before {
  background: rgba(0, 0, 0, 0.26);
}

md-radio {
  margin: 16px 0;
  display: block;
}
md-radio.md-radio-inline {
  display: inline-block;
}
md-radio input[type=radio] {
  display: none;
}
md-radio input[type=radio]:checked + label:before {
  border-color: #666;
  animation: radioRipple 0.2s linear forwards;
}
md-radio input[type=radio]:checked + label:after {
  transform: scale(1);
}
md-radio label {
  display: inline-block;
  height: 20px;
  position: relative;
  padding: 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
  color: #666;
}
md-radio label:before, md-radio label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
}
md-radio label:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.54);
}
md-radio label:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: #666;
}

md-checkbox-list, md-radio-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #000;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #000;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #000;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes radioRipple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}

.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 6px solid rgb(242.25, 242.25, 242.25);
  border-right: 6px solid rgb(242.25, 242.25, 242.25);
  border-bottom: 6px solid rgb(242.25, 242.25, 242.25);
  border-left: 6px solid #f1eeed;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader-container {
  margin: 8px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.loader-container[data-hide=hide] {
  display: none;
}
.loader-container.min-height {
  min-height: 300px;
  align-items: center;
}

.carousel-container {
  position: relative;
}
.carousel-container.text-content {
  min-height: 300px;
}

ui-carousel {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  min-height: 0;
}
@media only screen and (max-width: 1024px) and (min-width: 220px) {
  ui-carousel {
    height: auto;
  }
}
ui-carousel:hover carousel-navigation, ui-carousel:focus carousel-navigation {
  opacity: 1;
}
ui-carousel.hidden {
  visibility: hidden;
}
ui-carousel[indicators=true] > carousel-navigation.indicators {
  opacity: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
ui-carousel[indicators=true] > carousel-navigation.prev, ui-carousel[indicators=true] > carousel-navigation.next {
  display: none;
}
ui-carousel[large-icons] > carousel-navigation.next:after {
  font-size: 64px;
}
ui-carousel[large-icons] > carousel-navigation.prev:after {
  font-size: 64px;
}
ui-carousel > carousel-navigation {
  position: absolute;
  top: 40%;
  z-index: 1098;
  height: 32px;
  width: 32px;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
ui-carousel > carousel-navigation.disabled, ui-carousel > carousel-navigation [disabled] {
  display: none !important;
}
ui-carousel > carousel-navigation.nav-visible {
  visibility: visible !important;
}
ui-carousel > carousel-navigation.visible {
  visibility: visible;
  opacity: 1;
}
ui-carousel > carousel-navigation:hover, ui-carousel > carousel-navigation:focus {
  cursor: pointer;
  opacity: 0.8;
}
ui-carousel > carousel-navigation.next {
  right: 4em;
  visibility: hidden;
}
ui-carousel > carousel-navigation.next:after {
  content: "\e901";
  font-family: elliptical;
  font-size: 32px;
  color: #fff;
}
ui-carousel > carousel-navigation.prev {
  left: 2em;
  visibility: hidden;
}
ui-carousel > carousel-navigation.prev:after {
  content: "\e900";
  font-family: elliptical;
  font-size: 32px;
  color: #fff;
}
ui-carousel > carousel-navigation.indicators {
  display: none;
  list-style: none;
  position: absolute;
  top: 80%;
  right: 10%;
}
ui-carousel > carousel-navigation.indicators:hover {
  opacity: 1;
}
ui-carousel > carousel-navigation.indicators > li {
  min-height: 16px;
  min-width: 16px;
  color: #fff;
  position: relative;
  margin: 0 0.75em 0 0;
  display: list-item;
}
ui-carousel > carousel-navigation.indicators > li:hover {
  cursor: pointer;
  opacity: 1;
}
ui-carousel > carousel-navigation.indicators > li:before {
  font-family: elliptical;
  font-size: 16px;
  color: #fff;
  content: "\e05d";
}
ui-carousel > carousel-navigation.indicators > li.active:before {
  content: "\e158";
  color: #fff;
}
@media only screen and (max-width: 640px) {
  ui-carousel > carousel-navigation.indicators {
    display: none !important;
  }
}
ui-carousel button.ui-button {
  position: absolute;
  top: 45%;
  z-index: 1098;
  padding: 30px 15px 30px 15px;
  width: 26px;
}
ui-carousel button.ui-button.next {
  right: 0;
}
ui-carousel button.ui-button.next:after {
  font-size: 32px;
  left: 0;
  top: 20px;
}
ui-carousel button.ui-button.prev {
  left: 0;
}
ui-carousel button.ui-button.prev:after {
  font-size: 32px;
  left: 0;
  top: 20px;
}
ui-carousel carousel-inner-container {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 100%;
  height: 100%;
  max-width: none;
}
ui-carousel carousel-inner-container.hidden {
  visibility: hidden;
}
ui-carousel carousel-inner-container.visible {
  visibility: visible;
}
ui-carousel carousel-inner-container .multi-border {
  border: 1px solid transparent;
}
ui-carousel carousel-inner-container carousel-items {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
}
ui-carousel carousel-inner-container carousel-items > carousel-item {
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0;
  overflow: hidden;
  position: relative;
  display: list-item;
}
ui-carousel carousel-inner-container carousel-items > carousel-item img {
  max-width: 100%;
  height: auto !important;
}
ui-carousel[animation=multi-slide] > carousel-navigation {
  opacity: 1;
}
ui-carousel[animation=multi-slide] > carousel-navigation.next {
  right: -0.5em;
}
ui-carousel[animation=multi-slide] > carousel-navigation.next:after {
  color: inherit;
}
ui-carousel[animation=multi-slide] > carousel-navigation.prev {
  left: -0.5em;
}
ui-carousel[animation=multi-slide] > carousel-navigation.prev:after {
  color: inherit;
}
ui-carousel[animation=multi-slide] carousel-inner-container {
  width: 85%;
}
ui-carousel[animation=multi-slide] carousel-inner-container carousel-items {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  min-width: 3000px;
}
ui-carousel[animation=multi-slide] carousel-inner-container carousel-items > carousel-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
  width: auto;
  margin-right: 12px;
  overflow: hidden;
  position: relative;
  border: 0;
  padding: 0;
  cursor: pointer;
}
ui-carousel[animation=multi-slide] carousel-inner-container carousel-items > carousel-item.active {
  border: 0;
}
ui-carousel[animation=multi-slide] carousel-inner-container carousel-items > carousel-item.row {
  -webkit-flex-direction: row;
  flex-direction: row;
}
ui-carousel[animation=fade] carousel-items {
  display: block;
}
ui-carousel[animation=fade] carousel-items > carousel-item {
  display: none;
  position: absolute;
  opacity: 0;
  float: none;
  z-index: 1;
}
ui-carousel[animation=fade] carousel-items > carousel-item:first-child {
  display: inherit;
  position: relative;
  float: left;
  opacity: 1;
  z-index: 2;
}
ui-carousel[animation=fade] carousel-items > carousel-item img {
  max-width: 100%;
  height: auto;
}
ui-carousel[animation=slide] {
  overflow: hidden;
}
ui-carousel[animation=slide] carousel-items > carousel-item {
  max-width: 100%;
  min-width: 100%;
}
@media only screen and (max-width: 640px) {
  ui-carousel.product-carousel carousel-items {
    align-items: center;
  }
}
@media only screen and (max-width: 640px) {
  ui-carousel.product-carousel carousel-item {
    max-height: 450px;
    text-align: center;
  }
  ui-carousel.product-carousel carousel-item > magic-zoom > a#magicZoom > figure.mz-figure > img.magic-zoom {
    max-height: 450px !important;
  }
}
ui-carousel.multi-slide carousel-inner-container {
  width: 100%;
}
ui-carousel.multi-slide carousel-item img {
  max-height: 275px;
}
ui-carousel.multi-slide.large carousel-item img {
  max-height: 425px;
}
@media only screen and (max-width: 768px) {
  ui-carousel.multi-slide.large carousel-item img {
    max-height: 275px;
  }
}
ui-carousel.multi-slide.large carousel-inner-container carousel-items {
  min-width: 7000px;
}
@media only screen and (max-width: 1024px) and (min-width: 220px) {
  ui-carousel {
    width: auto;
    max-width: 100%;
    min-height: 0;
  }
  ui-carousel .ui-button, ui-carousel carousel-navigation {
    display: none;
  }
  ui-carousel {
    overflow-x: hidden;
  }
}

ui-carousel > carousel-item {
  visibility: hidden;
}

.carousel-icon {
  position: absolute;
  cursor: pointer;
  font-size: 48px;
  color: #fff;
  top: 45%;
  z-index: 10;
}
.carousel-icon > i {
  font-size: 72px;
}
.carousel-icon.prev {
  left: 10px;
}
.carousel-icon.next {
  right: 10px;
}
@media only screen and (max-width: 768px) {
  .carousel-icon > i {
    font-size: 24px;
  }
  .carousel-icon.prev {
    left: 10px;
  }
  .carousel-icon.next {
    right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .carousel-icon.prev {
    display: none;
  }
  .carousel-icon.next {
    display: none;
  }
}

.carousel-player {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

ui-carousel[animation=multi-slide] > carousel-navigation.next {
  right: -48px;
}
ui-carousel[animation=multi-slide] > carousel-navigation.next:after {
  font-family: Material Icons;
  font-size: 48px;
  color: #f1eeed;
  content: "\e315";
}

ui-carousel[animation=multi-slide] > carousel-navigation.prev {
  left: -48px;
}
ui-carousel[animation=multi-slide] > carousel-navigation.prev:after {
  font-family: Material Icons;
  font-size: 48px;
  color: #f1eeed;
  content: "\e314";
}

@media only screen and (max-width: 1300px) {
  ui-carousel.multi-slide carousel-inner-container {
    width: 90%;
  }
  ui-carousel[animation=multi-slide] > carousel-navigation.next {
    right: 8px;
  }
  ui-carousel[animation=multi-slide] > carousel-navigation.prev {
    left: 8px;
  }
}
@media only screen and (min-width: 641px) {
  carousel-indicators.product-indicators {
    display: none !important;
  }
}
carousel-indicators {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  margin: 2em 0 1em 0;
}
carousel-indicators i {
  margin-right: 10px;
  cursor: pointer;
  color: #ddd;
}
carousel-indicators i.active {
  color: #bbb;
}

ui-carousel[animation=multi-slide] > carousel-navigation.next:after {
  color: rgb(25.5, 25.5, 25.5);
}

ui-carousel[animation=multi-slide] > carousel-navigation.prev:after {
  color: rgb(25.5, 25.5, 25.5);
}

.locations-box {
  display: flex;
  justify-content: space-between;
}
.locations-box .google-map-box {
  width: 55%;
  order: 2;
  max-height: 650px;
  min-height: 600px;
}
.locations-box .locations-results-box {
  width: 40%;
  order: 1;
}
.locations-box .location-result-item {
  margin-top: 32px;
}
.locations-box .location-result-item > h5, .locations-box .location-result-item > h4 {
  display: block;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
.locations-box .location-result-item > h5 [data-expand-icon], .locations-box .location-result-item > h5 [data-minimize-icon], .locations-box .location-result-item > h4 [data-expand-icon], .locations-box .location-result-item > h4 [data-minimize-icon] {
  position: absolute;
  left: -20px;
  top: -4px;
}
.locations-box .location-result-item > h5 [data-expand-icon], .locations-box .location-result-item > h4 [data-expand-icon] {
  display: block;
}
.locations-box .location-result-item > h5 [data-minimize-icon], .locations-box .location-result-item > h4 [data-minimize-icon] {
  display: none;
}
.locations-box .location-result-item > h5 [data-reset-icon], .locations-box .location-result-item > h4 [data-reset-icon] {
  position: absolute;
  left: -20px;
  top: -4px;
}
.locations-box .location-result-item > h5[data-active=true] [data-expand-icon], .locations-box .location-result-item > h4[data-active=true] [data-expand-icon] {
  display: none;
}
.locations-box .location-result-item > h5[data-active=true] [data-minimize-icon], .locations-box .location-result-item > h4[data-active=true] [data-minimize-icon] {
  display: block;
}
.locations-box .location-result-item > .details {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
.locations-box .location-result-item > .details.hide {
  display: none;
}
.locations-box .location-result-item > .details > * {
  margin-bottom: 0;
}
.locations-box .location-result-item address {
  display: flex;
  flex-direction: column;
}
.locations-box .location-result-item h5, .locations-box .location-result-item h4 {
  font-family: "Gibson-Medium";
}
.locations-box .location-result-item a.directions {
  display: flex;
  align-items: center;
  color: #bdbdbd;
  font-family: "Gibson-Medium";
  font-size: 14px;
  margin-top: 10px;
}
.locations-box .location-result-item a.directions i {
  margin-right: 4px;
}

google-map {
  display: block;
  height: 100%;
}
google-map > div {
  height: 100%;
}

@media only screen and (max-width: 640px) {
  .locations-box {
    flex-wrap: wrap;
  }
  .locations-box .google-map-box {
    width: 100%;
    order: 1;
    padding: 0;
    box-shadow: none;
    min-height: 300px;
  }
  .locations-box .locations-results-box {
    margin-top: 24px;
    width: 100%;
    order: 2;
  }
}
social-buttons, .social-buttons {
  display: flex;
  align-items: center;
}
social-buttons > *, .social-buttons > * {
  margin-right: 0.5em;
  cursor: pointer;
}

.layout-notification-bar {
  font-family: "GillSansNova-Medium";
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  position: relative;
  background: #4C3520;
  height: 50px;
  color: #fff;
  letter-spacing: 0;
}
@media only screen and (max-width: 1024px) {
  .layout-notification-bar {
    z-index: 1;
  }
}
.layout-notification-bar {
  /**{
    letter-spacing: 0;
  }
      a,
      a:hover,
      a:visited {
          letter-spacing: 0;
      }*/
}

.layout-notification-bar a {
  color: #fff;
  font-family: "GillSansNova-Medium";
  transition: all linear 0.5;
}

.layout-notification-bar a:hover {
  color: #fff;
  opacity: 0.5;
}

.layout-notification-bar .ui-button {
  margin: 0;
  min-width: 0;
}

.layout-notification-bar .action {
  margin-left: 10px;
}

.layout-notification-bar.translucent {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 115px;
}

.layout-notification-bar .clear-button {
  position: absolute;
  top: 30%;
  right: 18px;
}
.layout-notification-bar .clear-button > span {
  font-size: 18px !important;
}

.layout-notification-bar:not(.hide) ~ main {
  margin-top: 0;
}

.layout-notification-bar:not(.hide) ~ main > hr.detail-break {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .layout-notification-bar {
    font-size: 14px;
    flex-wrap: wrap;
    padding: 10px;
    height: auto !important;
  }
  .layout-notification-bar.translucent {
    top: 55px;
  }
  .layout-notification-bar > div:not(.clear-button) {
    width: 100%;
    text-align: center;
  }
  .layout-notification-bar > .action {
    margin-top: 8px;
  }
  .layout-notification-bar .ui-button {
    font-size: 10px;
  }
  .layout-notification-bar .clear-button i {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 640px) {
  .layout-notification-bar {
    font-size: 12px;
    padding: 10px 20px;
  }
}
.dialog-body {
  width: 100%;
}

.portfolio-inputs {
  width: 85%;
}
@media only screen and (max-width: 640px) {
  .portfolio-inputs {
    width: 100%;
  }
}

.portfolio-add-instruction {
  color: #757575;
  font-size: 14px;
  margin-bottom: 24px;
}

.more-menu-container {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 10;
}

.folder-actions-container {
  position: relative;
  width: 100%;
}

.fabrics-select-input input {
  height: 35px;
}
.fabrics-select-input .k-input-solid {
  border: 1px solid #000;
}

.fabrics-select-input-label {
  font-size: 16px;
  margin-top: 24px;
}

.fabric-selected-container {
  margin-top: 16px;
}

.fabric-selected-image {
  text-align: center;
}
.fabric-selected-image > img {
  width: 200px;
}

.fabric-selected-name {
  font-size: 14px;
  color: #757575;
  text-align: center;
}

.fabrics-zIndex {
  z-index: 99 !important;
}

.multi-select {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  position: relative;
  width: 100%;
  user-select: none;
}

.multi-select .multi-select-header {
  border: 1px solid #dee2e6;
  padding: 7px 30px 7px 12px;
  overflow: hidden;
  gap: 7px;
  min-height: 45px;
}

.multi-select .multi-select-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234C3520' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
  height: 12px;
  width: 12px;
}

.multi-select .multi-select-header.multi-select-header-active {
  border-color: #c1c9d0;
}

.multi-select .multi-select-header.multi-select-header-active::after {
  transform: translateY(-50%) rotate(180deg);
}

.multi-select .multi-select-header.multi-select-header-active + .multi-select-options {
  display: flex;
}

.multi-select .multi-select-header .multi-select-header-placeholder {
  color: #65727e;
  font-size: 14px;
}

.multi-select .multi-select-header .multi-select-header-option {
  display: inline-flex;
  align-items: center;
  background-color: white;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 5px;
}

.multi-select .multi-select-header .multi-select-header-max {
  font-size: 14px;
  color: #65727e;
}

.multi-select .multi-select-options {
  display: none;
  box-sizing: border-box;
  flex-flow: wrap;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  margin-top: 5px;
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.multi-select .multi-select-options::-webkit-scrollbar {
  width: 5px;
}

.multi-select .multi-select-options::-webkit-scrollbar-track {
  background: #f0f1f3;
}

.multi-select .multi-select-options::-webkit-scrollbar-thumb {
  background: #cdcfd1;
}

.multi-select .multi-select-options::-webkit-scrollbar-thumb:hover {
  background: #b2b6b9;
}

.multi-select .multi-select-options .multi-select-option, .multi-select .multi-select-options .multi-select-all {
  padding: 4px 12px;
  height: 42px;
}

.multi-select .multi-select-options .multi-select-option .multi-select-option-radio, .multi-select .multi-select-options .multi-select-all .multi-select-option-radio {
  margin-right: 14px;
  height: 16px;
  width: 16px;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.multi-select .multi-select-options .multi-select-option .multi-select-option-text, .multi-select .multi-select-options .multi-select-all .multi-select-option-text {
  box-sizing: border-box;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  font-size: 12px;
  line-height: 20px;
}

.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-radio, .multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-radio {
  border-color: #8f8f8f;
  background-color: #8f8f8f;
}

.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-radio::after, .multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-radio::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  margin: 0.12em 0 0 0.27em;
  border: solid #fff;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
  margin-top: 1px;
}

.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-text, .multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-text {
  color: #8f8f8f;
}

.multi-select .multi-select-options .multi-select-option:hover, .multi-select .multi-select-options .multi-select-option:active, .multi-select .multi-select-options .multi-select-all:hover, .multi-select .multi-select-options .multi-select-all:active {
  background-color: #f3f4f7;
}

.multi-select .multi-select-options .multi-select-all {
  border-bottom: 1px solid #f1f3f5;
  border-radius: 0;
}

.multi-select .multi-select-options .multi-select-search {
  padding: 7px 10px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  margin: 10px 10px 5px 10px;
  width: 100%;
  outline: none;
  font-size: 16px;
}

.multi-select .multi-select-options .multi-select-search::placeholder {
  color: #b2b5b9;
}

.multi-select .multi-select-header, .multi-select .multi-select-option, .multi-select .multi-select-all {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  color: #212529;
  border: 0;
}

.multi-select .multi-select-header .multi-select-header-option {
  text-align: left;
}

.multi-select .multi-select-options .multi-select-option .multi-select-option-text,
.multi-select .multi-select-options .multi-select-all .multi-select-option-text {
  text-align: left;
}

.multi-select-header-max {
  display: none;
}

ui-select.multi-select-dd:after,
[ui-select]:after {
  font-family: "" !important;
  font-size: 0;
  position: absolute;
  color: transparent;
  content: "";
  top: 20%;
  right: 4px;
}

/* Top filter bar */
.ff-filter-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 16px;
}

/* FilterDropdown shell */
.ff-filter {
  position: relative;
  display: inline-block;
}

.ff-filter__trigger {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font: inherit;
}

.ff-filter__label {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1200px) {
  .ff-filter__label {
    font-size: 12px;
  }
}

.ff-filter__icon {
  width: 15px;
  height: 8px;
  margin-left: 4px;
  transition: transform 0.16s ease;
  margin-top: 4px;
}
@media only screen and (max-width: 1200px) {
  .ff-filter__icon {
    width: 13px;
    height: 7px;
  }
}

.ff-filter__icon--open {
  transform: rotate(180deg);
}

/* Dropdown card */
.ff-filter__menu {
  position: absolute;
  top: 175%;
  /* tweak for your header line-height */
  left: 0;
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  min-width: 280px;
  z-index: 50;
}
.ff-filter__menu.sort-menu {
  min-width: 200px;
  left: -60px;
}

.ff-filter__menu-inner {
  padding: 24px 32px;
}

/* Grid layout */
.ff-filter__grid {
  display: grid;
  row-gap: 16px;
}

.ff-filter__grid--one {
  grid-template-columns: 1fr;
}

.ff-filter__grid--two {
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  column-gap: 40px;
}

.ff-filter__grid--three {
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  column-gap: 32px;
}

.ff-filter__grid--four {
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  column-gap: 24px;
}

/* Option button: NO hover background */
.ff-filter__option {
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
  font: inherit;
}
.ff-filter__option:hover, .ff-filter__option:focus {
  background: none;
  outline: none;
}

/* Material option */
.ff-material-option {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.ff-material-option__box {
  width: 18px;
  height: 18px;
  border: 1px solid #b3b3b3;
  margin-right: 12px;
  box-sizing: border-box;
}

.ff-material-option__box--selected {
  background: #000;
}

.ff-material-option__label {
  font-size: 12px;
  letter-spacing: 0.12em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ff-material-option__count {
  margin-left: 8px;
  font-size: 12px;
  color: #999;
}

/* Color option */
.ff-color-option {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.ff-color-option__swatch {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
  margin-right: 10px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.ff-color-option__label {
  font-size: 13px;
  letter-spacing: 0.12em;
}

.ff-color-option__count {
  margin-left: 8px;
  font-size: 12px;
  color: #999;
}

.ff-color-option__check {
  margin-left: 6px;
  font-size: 12px;
}

/* Selected chips row */
.ff-selected-row {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.ff-selected-pill {
  border-radius: 9999px;
  border: 1px solid #dedede;
  padding: 6px 14px;
  background: #fff;
  font-size: 12px !important;
  cursor: pointer;
  font: inherit;
}

.ff-selected-pill__x {
  margin-left: 8px;
}

.ff-selected-clear {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 12px !important;
  font: inherit;
  text-decoration: underline;
}

.ff-more-filters-button {
  font-size: 14px;
  display: flex;
  height: 24px;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .ff-more-filters-button {
    font-size: 12px;
  }
}
.ff-more-filters-button .ff-filter-plus {
  font-size: 20px;
  margin-left: 6px;
  margin-top: 3px;
}
.ff-more-filters-button .ff-filter-minus {
  font-size: 34px;
  margin-left: 6px;
  margin-top: -3px;
}

.filters-bar-container {
  max-width: 85%;
}
.filters-bar-container .mobile-filter-header,
.filters-bar-container .mobile-filter-footer {
  display: none;
}
.filters-bar-container .mobile-filter-body {
  display: contents;
}
.filters-bar-container .sort-bar-mobile-only {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .filters-bar-container .sort-bar-mobile-only {
    display: block;
  }
  .filters-bar-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
  }
  .filters-bar-container.mobile-open {
    transform: translateX(0);
  }
  .filters-bar-container .mobile-filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
  }
  .filters-bar-container .mobile-filter-title {
    font-family: "Gibson-Medium";
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .filters-bar-container .mobile-filter-close {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    color: #333;
  }
  .filters-bar-container .mobile-filter-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-y: auto;
    padding: 0;
  }
  .filters-bar-container .mobile-filter-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-top: 1px solid #eee;
    flex-shrink: 0;
    background: #fff;
  }
  .filters-bar-container .mobile-filter-count {
    font-family: "Gibson Book";
    font-size: 14px;
    color: #666;
  }
  .filters-bar-container .mobile-filter-apply {
    background: #2d3830;
    color: #fff;
    border: none;
    padding: 14px 48px;
    font-family: "Gibson-Medium";
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
    text-transform: uppercase;
  }
  .filters-bar-container .ff-filter-bar,
  .filters-bar-container .sort-bar {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    width: 100%;
    margin: 0;
  }
  .filters-bar-container .ff-filter {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .filters-bar-container .ff-filter__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
  }
  .filters-bar-container .ff-filter__label {
    font-size: 15px;
    font-family: "Gibson Book";
    text-transform: none;
    letter-spacing: 0;
  }
  .filters-bar-container .ff-filter__menu {
    position: static;
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 0 20px 20px;
    max-height: none;
    overflow: visible;
  }
  .filters-bar-container .ff-filter__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 12px;
  }
  .filters-bar-container .ff-filter__option,
  .filters-bar-container .ff-filter__option > * {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .filters-bar-container .SelectedFilters,
  .filters-bar-container .selected-filters {
    display: none;
  }
}

.mobile-filter-overlay {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .mobile-filter-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
  }
}

.filters-bar-small-screen {
  display: none;
  font-family: "Gibson-Medium";
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .filters-bar-small-screen {
    display: block !important;
  }
  .filters-bar-small-screen span {
    cursor: pointer;
    white-space: nowrap;
  }
}

/* Price menu */
.ff-price-menu {
  padding: 24px 32px;
  min-width: 260px;
}

.ff-price-row {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.ff-price-row:last-of-type {
  margin-bottom: 20px;
}

.ff-price-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  min-width: 110px;
  flex-shrink: 0;
}

.ff-price-currency {
  font-size: 13px;
  margin-right: 4px;
  color: #666;
}

.ff-price-input {
  width: 90px;
  padding: 6px 8px;
  border: 1px solid #ccc;
  font-size: 13px;
  font-family: inherit;
  text-align: center;
  outline: none;
  -moz-appearance: textfield;
}
.ff-price-input::-webkit-outer-spin-button, .ff-price-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ff-price-input:focus {
  border-color: #000;
}

.ff-price-submit {
  display: block;
  width: 100%;
  padding: 10px 0;
  background: #000;
  color: #fff;
  border: none;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
}
.ff-price-submit:hover {
  background: #333;
}

/* Dimensions menu */
.ff-dimensions-menu {
  padding: 24px 32px;
  min-width: 320px;
}

.ff-dimensions-row {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.ff-dimensions-row:last-of-type {
  margin-bottom: 20px;
}

.ff-dimensions-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  min-width: 100px;
  flex-shrink: 0;
}

.ff-dimensions-input {
  width: 70px;
  padding: 6px 8px;
  border: 1px solid #ccc;
  font-size: 13px;
  font-family: inherit;
  text-align: center;
  outline: none;
  -moz-appearance: textfield;
}
.ff-dimensions-input::-webkit-outer-spin-button, .ff-dimensions-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ff-dimensions-input:focus {
  border-color: #000;
}

.ff-dimensions-separator {
  margin: 0 8px;
  font-size: 14px;
  color: #999;
}

.ff-dimensions-submit {
  display: block;
  width: 100%;
  padding: 10px 0;
  background: #000;
  color: #fff;
  border: none;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
}
.ff-dimensions-submit:hover {
  background: #333;
}

@media only screen and (max-width: 1340px) {
  .seat-heights-filter {
    display: none;
  }
}

.accordion-container {
  width: 100%;
}
.accordion-container > .accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  background: #f3efef;
  position: relative;
  cursor: pointer;
}
.accordion-container > .accordion-header h5 {
  font-family: "Utopia Std";
  margin: 0;
}
.accordion-container > .accordion-header span.accordion-icon {
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 12px;
}
.accordion-container > .accordion-header span.accordion-icon.open {
  top: -8px;
  font-size: 32px;
}
.accordion-container > .accordion-content {
  width: 100%;
  display: none;
}
.accordion-container > .accordion-content.open {
  display: block;
  padding: 24px 16px;
}

.configure-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 33, 33, 0.8);
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
}

.configure-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 111;
  display: flex;
  flex-direction: column;
}

.configure-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid #e0e0e0;
  flex-shrink: 0;
}
.configure-header h3 {
  margin: 0;
  font-family: "Utopia Std";
  font-size: 40px;
  font-weight: normal;
}

.configure-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #666;
  padding: 0 4px;
  line-height: 1;
  transition: color 0.2s ease;
}
.configure-close:hover {
  color: #000;
}

.configure-body {
  display: flex;
  flex: 1;
  overflow: hidden;
}

.configure-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.configure-tabs {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  flex-shrink: 0;
  padding: 0 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.configure-tab {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 12px 20px;
  font-family: "Gibson Book";
  font-size: 14px;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  flex-shrink: 0;
}
.configure-tab:hover {
  color: #000;
}
.configure-tab.active {
  color: #000;
  border-bottom-color: #000;
}

.configure-tab-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: visible;
  padding: 24px;
  padding-bottom: 90px;
}

.configure-modal .filters-bar-container {
  display: block;
  max-width: 100%;
}

.configure-tab-panel {
  display: flex;
  flex-direction: column;
}

.configure-fabric-toggle {
  margin-bottom: 16px;
}
.configure-fabric-toggle a {
  font-family: "Gibson Book";
  font-size: 14px;
  color: #000;
  cursor: pointer;
  text-decoration: underline;
}
.configure-fabric-toggle a:hover {
  color: #333;
}

.configure-toolbar {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}

.configure-search-bar {
  margin-bottom: 0;
}

.configure-search-field {
  width: 250px !important;
  max-width: 100% !important;
}
@media only screen and (max-width: 900px) {
  .configure-search-field {
    width: 100% !important;
  }
}
.configure-search-field input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
  font-family: "Gibson Book";
  font-size: 13px;
  outline: none;
}
.configure-search-field input:focus {
  border-bottom-color: #000;
}
.configure-search-field input::placeholder {
  color: #999;
}

.configure-filter-bar {
  margin-bottom: 0;
}
.configure-filter-bar .ff-filter__menu {
  position: fixed;
  top: auto;
  left: auto;
}

.configure-mobile-filter-trigger {
  display: none;
}

.configure-mobile-filter-header,
.configure-mobile-filter-footer,
.configure-mobile-filter-overlay {
  display: none;
}

@media only screen and (max-width: 640px) {
  .configure-mobile-filter-trigger {
    display: inline-block;
    font-family: "Gibson-Medium";
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 6px 0;
  }
  .configure-mobile-filter-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 130;
  }
  .configure-filter-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background: #fff;
    z-index: 131;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
  }
  .configure-filter-panel.mobile-open {
    transform: translateX(0);
  }
  .configure-filter-panel .configure-mobile-filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
  }
  .configure-filter-panel .configure-mobile-filter-title {
    font-family: "Gibson-Medium";
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .configure-filter-panel .configure-mobile-filter-close {
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    color: #333;
  }
  .configure-filter-panel .configure-filter-bar {
    flex: 1;
    overflow-y: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .configure-filter-panel .configure-filter-bar .ff-filter {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .configure-filter-panel .configure-filter-bar .ff-filter__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
  }
  .configure-filter-panel .configure-filter-bar .ff-filter__label {
    font-size: 15px;
    font-family: "Gibson Book";
    text-transform: none;
    letter-spacing: 0;
  }
  .configure-filter-panel .configure-filter-bar .ff-filter__menu {
    position: static;
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 0 20px 20px;
    max-height: none;
    overflow: visible;
  }
  .configure-filter-panel .configure-filter-bar .ff-filter__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 12px;
  }
  .configure-filter-panel .configure-filter-bar .ff-filter__option,
  .configure-filter-panel .configure-filter-bar .ff-filter__option > * {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .configure-filter-panel .configure-mobile-filter-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border-top: 1px solid #eee;
    flex-shrink: 0;
  }
  .configure-filter-panel .configure-mobile-filter-apply {
    background: #2d3830;
    color: #fff;
    border: none;
    padding: 14px 48px;
    font-family: "Gibson-Medium";
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
  }
}
.configure-application-area {
  font-family: "Gibson Book";
  font-size: 13px;
  color: #555;
  margin-bottom: 12px;
  padding: 8px 12px;
  background: #f8f8f8;
  border-left: 3px solid #ccc;
}

.configure-subgroup {
  margin-top: 20px;
}
.configure-subgroup:first-child {
  margin-top: 0;
}

.configure-subgroup-label {
  font-family: "Gibson-Medium";
  font-size: 14px;
  margin-bottom: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.configure-swatch-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.configure-swatch {
  cursor: pointer;
  border: 2px solid transparent;
  padding: 4px;
  border-radius: 4px;
  transition: border-color 0.2s ease;
  min-width: 0;
}
.configure-swatch:hover {
  border-color: transparent;
}
.configure-swatch.selected {
  border-color: #000;
}

.configure-swatch-image {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 2px;
}
.configure-swatch-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}
.configure-swatch-image.configure-swatch-placeholder {
  background-color: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.configure-swatch-image.configure-swatch-placeholder span {
  font-family: "Gibson-Medium";
  font-size: 42px;
  color: #555;
  letter-spacing: 2px;
}
@media only screen and (max-width: 640px) {
  .configure-swatch-image.configure-swatch-placeholder span {
    font-size: 28px;
  }
}
.configure-swatch-image .gallery-item-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 2px;
}

.configure-application-areas-wrapper {
  margin-bottom: 16px;
}

.configure-application-areas-group {
  margin-top: 12px;
}

.configure-area-group-label {
  display: block;
  font-family: "Gibson-Medium";
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.configure-application-areas {
  display: flex;
  gap: 8px;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.configure-area-tab {
  font-family: "Gibson Book";
  font-size: 13px;
  padding: 6px 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
}
.configure-area-tab:hover {
  border-color: #999;
}
.configure-area-tab.active {
  border-color: #000;
  background-color: #f5f5f5;
  font-family: "Gibson-Medium";
}

.configure-swatch-label {
  font-family: "Gibson Book";
  font-size: 11px;
  color: #333;
  margin-top: 6px;
  text-align: center;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.configure-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 40px 0;
  font-family: "Gibson Book";
  font-size: 14px;
  color: #999;
}

.configure-load-more {
  text-align: center;
  padding: 16px 0;
  font-family: "Gibson Book";
  font-size: 13px;
  color: #999;
}

.configure-cushion-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.configure-cushion-card {
  width: 200px;
  cursor: pointer;
  border: 2px solid transparent;
  padding: 8px;
  border-radius: 4px;
  transition: border-color 0.2s ease;
}
.configure-cushion-card:hover {
  border-color: transparent;
}
.configure-cushion-card.selected {
  border-color: #000;
}

.configure-cushion-image {
  width: 100%;
  height: 160px;
  background: #f1eeed;
  border-radius: 2px;
}

.configure-cushion-label {
  font-family: "Gibson-Medium";
  font-size: 14px;
  color: #333;
  margin-top: 8px;
  text-align: center;
}

.configure-additional-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.configure-additional-row label {
  font-family: "Gibson-Medium";
  font-size: 14px;
  color: #333;
  min-width: 220px;
}
.configure-additional-row select {
  flex: 1;
  max-width: 300px;
  border: 1px solid #666;
}

.configure-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  border-top: 1px solid #e0e0e0;
  flex-wrap: wrap;
  gap: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 320px;
  background: #fff;
  z-index: 112;
}
@media only screen and (max-width: 900px) {
  .configure-bottom-bar {
    right: 260px;
  }
}

.configure-bottom-bar-selection {
  display: flex;
  align-items: center;
  gap: 12px;
}

.configure-bottom-bar-thumb {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  flex-shrink: 0;
}

.configure-bottom-bar-info {
  display: flex;
  flex-direction: column;
}

.configure-bottom-bar-name {
  font-family: "Gibson-Medium";
  font-size: 14px;
  color: #000;
}

.configure-bottom-bar-detail {
  font-family: "Gibson Book";
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}

.configure-bottom-bar-link {
  font-family: "Gibson Book";
  font-size: 13px;
  color: #000;
  cursor: pointer;
  text-decoration: underline;
  margin-left: 8px;
}
.configure-bottom-bar-link:hover {
  color: #333;
}

.configure-bottom-bar-actions {
  display: flex;
  gap: 12px;
}
.configure-bottom-bar-actions .ui-button-configure, .configure-bottom-bar-actions .ui-button-quote-request {
  font-size: 13px;
  padding: 8px 16px;
}

.configure-sidebar {
  width: 320px;
  min-width: 320px;
}
@media only screen and (max-width: 900px) {
  .configure-sidebar {
    width: 260px;
    min-width: 260px;
  }
}
.configure-sidebar {
  border-left: 1px solid #e0e0e0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}

.configure-sidebar-product {
  display: flex;
  flex-direction: column;
}

.configure-sidebar-collection {
  font-family: "Gibson Book";
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
}

.configure-sidebar-name {
  font-family: "Utopia Std";
  font-size: 20px;
  color: #000;
  margin-bottom: 8px;
}

.configure-sidebar-price {
  font-family: "Gibson Book";
  font-size: 15px;
  color: #000;
  margin-bottom: 8px;
}

.configure-sidebar-availability {
  font-family: "Gibson-Medium";
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.configure-sidebar-image {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 24px;
}

.configure-sidebar-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.configure-btn-confirm {
  width: 100%;
  padding: 12px 20px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-family: "Gibson-Medium";
  font-size: 15px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.2s ease;
}
.configure-btn-confirm:hover {
  background: #333;
}

.configure-btn-summary {
  width: 100%;
  padding: 12px 20px;
  background: #fff;
  color: #000;
  border: 1px solid #7e7e7e;
  border-radius: 5px;
  font-family: "Gibson-Medium";
  font-size: 15px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.configure-btn-summary:hover {
  background: #f0f0f0;
}

.configure-save-message {
  text-align: center;
  padding: 8px 0;
  font-family: "Gibson Book";
  font-size: 13px;
  color: #555;
}

.configure-summary {
  padding: 8px 0;
}

.configure-summary-header {
  margin-bottom: 24px;
}
.configure-summary-header a.configure-summary-back {
  font-family: "Gibson Book";
  font-size: 13px;
  color: #666;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 12px;
}
.configure-summary-header a.configure-summary-back:hover {
  color: #000;
}
.configure-summary-header h4 {
  font-family: "Gibson-Medium";
  font-size: 20px;
  margin: 0;
}

.configure-summary-product {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.configure-summary-product-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 3px;
}

.configure-summary-product-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.configure-summary-collection {
  font-family: "Gibson Book";
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.configure-summary-product-name {
  font-family: "Gibson-Medium";
  font-size: 16px;
}

.configure-summary-product-sku {
  font-family: "Gibson Book";
  font-size: 13px;
  color: #666;
}

.configure-summary-items {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.configure-summary-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
}

.configure-summary-item-thumb {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}
.configure-summary-item-thumb .configure-swatch-image {
  width: 56px;
  height: 56px;
  aspect-ratio: auto;
  border-radius: 3px;
}
.configure-summary-item-thumb .configure-swatch-placeholder span {
  font-size: 16px;
}

.configure-summary-item-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.configure-summary-item-type {
  font-family: "Gibson Book";
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.configure-summary-item-name {
  font-family: "Gibson-Medium";
  font-size: 14px;
}

.configure-summary-item-sku {
  font-family: "Gibson Book";
  font-size: 12px;
  color: #666;
}

.configure-summary-item-upcharge {
  font-family: "Gibson-Medium";
  font-size: 14px;
  color: #333;
  flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  .configure-modal {
    overflow-y: auto;
  }
  .configure-body {
    flex-direction: column;
    overflow: visible;
    padding-bottom: 80px;
  }
  .configure-content {
    order: 1;
    overflow: visible;
  }
  .configure-tab-content {
    overflow: visible;
  }
  .configure-sidebar {
    display: contents;
  }
  .configure-sidebar-product {
    order: 0;
    padding: 16px 24px;
    border-bottom: 1px solid #e0e0e0;
  }
  .configure-sidebar-image {
    width: 100%;
    max-width: 300px;
    margin-bottom: 0;
  }
  .configure-sidebar-actions {
    order: 2;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 8px;
    padding: 12px 24px;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    z-index: 112;
  }
  .configure-btn-confirm,
  .configure-btn-summary {
    width: 100%;
  }
  .configure-swatch-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .configure-filter-bar {
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .configure-header {
    padding: 12px 16px;
  }
  .configure-header h3 {
    font-size: 18px;
  }
  .configure-tabs {
    padding: 0 12px;
    overflow-x: auto;
  }
  .configure-tab {
    padding: 10px 12px;
    font-size: 12px;
    white-space: nowrap;
  }
  .configure-tab-content {
    padding: 16px;
  }
  .configure-toolbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .configure-search-field {
    width: 100% !important;
  }
  .configure-swatch-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .configure-sidebar-product {
    padding: 12px 16px;
  }
  .configure-sidebar-actions {
    padding: 10px 16px;
  }
  .configure-bottom-bar {
    flex-direction: column;
    align-items: flex-start;
    right: 0;
  }
  .configure-bottom-bar-actions {
    width: 100%;
  }
  .configure-bottom-bar-actions .ui-button-configure, .configure-bottom-bar-actions .ui-button-quote-request {
    flex: 1;
  }
  .configure-cushion-card {
    width: calc(50% - 10px);
  }
  .configure-additional-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .configure-additional-row label {
    min-width: 0;
  }
  .configure-additional-row select {
    max-width: 100%;
    width: 100%;
  }
}
paper-toast {
  font-family: "Gibson-Medium";
  z-index: 50;
  background: #616161 !important;
}

.sticky-wrapper {
  width: 250px;
  min-width: 250px;
}

.react-hint {
  min-width: 80px;
  padding: 5px;
  position: absolute;
  z-index: 9999;
  cursor: default;
  animation: 0.5s tooltipFadeIn;
}

.react-hint__content {
  padding: 5px;
  font-size: 12px;
  font-family: "Gibson-Medium";
  border-radius: 5px;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
}

.react-hint:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid transparent;
}

.react-hint--top:after {
  top: auto;
  border-bottom: none;
  border-top-color: #000;
}

.react-hint--left:after {
  left: auto;
  border-right: none;
  border-left-color: #000;
}

.react-hint--right:after {
  right: auto;
  border-left: none;
  border-right-color: #000;
}

.react-hint--bottom:after {
  bottom: auto;
  border-top: none;
  border-bottom-color: #000;
}

@keyframes tooltipFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mdc-simple-menu .mdc-list-item {
  font-size: 14px !important;
}

.mdc-simple-menu.max-height-menu {
  max-height: 300px;
}

form-notification > .form-message {
  height: 56px;
}

.edit-icon-top {
  top: 110px !important;
}

ui-carousel[animation=multi-slide] > carousel-navigation.next:after {
  content: "\e901";
  font-family: elliptical;
  font-size: 32px;
}

ui-carousel[animation=multi-slide] > carousel-navigation.prev:after {
  font-family: elliptical;
  font-size: 32px;
  content: "\e900";
}

ui-carousel[animation=multi-slide] > carousel-navigation.next {
  right: 0;
}

ui-carousel[animation=multi-slide] > carousel-navigation.prev {
  left: 0;
}

@media (max-width: 640px) {
  grid-columns.mobile-no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
}
.input-text-icon {
  position: relative;
  width: 100%;
}
.input-text-icon.min-width {
  min-width: 225px;
}

.input-text-icon input {
  width: 100%;
  padding-right: 40px !important; /* space for icon */
  box-sizing: border-box;
}

.input-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  pointer-events: none; /* click passes to input */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.register-progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f1eeed;
}
.register-progress-bar > div {
  width: 20%;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 24px;
}
.register-progress-bar > div span {
  font-size: 16px;
  margin-left: 8px;
}
.register-progress-bar > div.active {
  background: rgb(252.15625, 251.546875, 251.34375);
}
.register-progress-bar > div.step-1 img {
  height: 50px;
}
.register-progress-bar > div.step-1 {
  cursor: pointer;
}
.register-progress-bar > div.step-2 img {
  height: 50px;
}
.register-progress-bar > div.step-2 {
  cursor: pointer;
}
.register-progress-bar > div.step-3 img {
  height: 50px;
}
.register-progress-bar > div.step-3 {
  cursor: pointer;
}

.registration-form-container {
  padding: 0 100px;
  margin-top: 24px;
}

.registration-form-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.registration-form-section > .col {
  width: 45%;
}
.registration-form-section > .actions {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.registration-form-section > .actions.space-between {
  justify-content: space-between;
}

md-checkbox-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
md-checkbox-list > div {
  width: 45%;
}
md-checkbox-list > * {
  width: 45%;
}

.hear-about-input {
  font-size: 12px !important;
  width: 140px;
}

.register-shipping-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}

.register-billing-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin: 0.2em 0 0.3em 0;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  line-height: 0;
}
h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary {
  color: #000;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: #fff;
}
h1.inverse, h2.inverse, h3.inverse, h4.inverse, h5.inverse, h6.inverse {
  color: #8f8f8f;
}
h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary {
  color: #f1eeed;
}
h1.error, h2.error, h3.error, h4.error, h5.error, h6.error {
  color: #bc5251;
}
h1.info, h2.info, h3.info, h4.info, h5.info, h6.info {
  color: #3a87ad;
}
h1.success, h2.success, h3.success, h4.success, h5.success, h6.success {
  color: #468847;
}
h1.warning, h2.warning, h3.warning, h4.warning, h5.warning, h6.warning {
  color: #c09853;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

@media only screen and (max-width: 1024px) and (min-width: 640px) {
  h1 {
    font-size: 1.75em;
  }
  h2 {
    font-size: 1.75em;
  }
  h3 {
    font-size: 1.225em;
  }
  h4 {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 1.625em;
  }
  h2 {
    font-size: 1.625em;
  }
  h3 {
    font-size: 1.1375em;
  }
  h4 {
    font-size: 1.1em;
  }
}
blockquote, blockquote p {
  line-height: 1.6;
  margin: 1em 0;
  padding: 1em 4em;
  border: 0;
}
blockquote.center, blockquote p.center {
  text-align: center;
}
blockquote cite, blockquote p cite {
  display: block;
  font-size: 0.8em;
  font-style: normal;
}
blockquote cite:before, blockquote p cite:before {
  content: "—\ ";
}
blockquote.info, blockquote p.info {
  border-left: 6px solid #3a87ad !important;
  background: #d9edf7;
}
blockquote.info:hover, blockquote.info:active, blockquote.info.active, blockquote p.info:hover, blockquote p.info:active, blockquote p.info.active {
  border-left: 6px solid #3a87ad !important;
}
blockquote.info, blockquote p.info {
  color: #3a87ad;
}
blockquote.warning, blockquote p.warning {
  border-left: 6px solid #c09853 !important;
  background: #fcf8e3;
}
blockquote.warning:hover, blockquote.warning:active, blockquote.warning.active, blockquote p.warning:hover, blockquote p.warning:active, blockquote p.warning.active {
  border-left: 6px solid #c09853 !important;
}
blockquote.warning, blockquote p.warning {
  color: #c09853;
}
blockquote.success, blockquote p.success {
  border-left: 6px solid #468847 !important;
  background: #dff0d8;
}
blockquote.success:hover, blockquote.success:active, blockquote.success.active, blockquote p.success:hover, blockquote p.success:active, blockquote p.success.active {
  border-left: 6px solid #468847 !important;
}
blockquote.success, blockquote p.success {
  color: #468847;
}
blockquote.error, blockquote p.error {
  border-left: 6px solid #bc5251 !important;
  background: #f2dede;
}
blockquote.error:hover, blockquote.error:active, blockquote.error.active, blockquote p.error:hover, blockquote p.error:active, blockquote p.error.active {
  border-left: 6px solid #bc5251 !important;
}
blockquote.error, blockquote p.error {
  color: #bc5251;
}

h1 {
  font-size: 2.5em;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 1.75em;
  }
}
h1.hide {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Utopia Std";
}
h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary {
  color: #000;
}
h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary {
  color: #f1eeed;
}
h1.accent, h2.accent, h3.accent, h4.accent, h5.accent, h6.accent {
  color: #8f8f8f;
}
h1.inverse, h2.inverse, h3.inverse, h4.inverse, h5.inverse, h6.inverse {
  color: #8f8f8f;
}
h1.medium, h2.medium, h3.medium, h4.medium, h5.medium, h6.medium {
  font-family: "UtopiaStd-Bold";
}
.primary {
  color: #000;
}

.secondary {
  color: #f1eeed;
}

.accent {
  color: #8f8f8f;
}

.inverse {
  color: #8f8f8f;
}

.error {
  color: #F7685B;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin: 1em 0 0.4em 0;
}

grid-row + grid-row {
  margin-top: 2em;
}

:root {
  --spacing-xl: 1rem;
  --spacing-lg: .75rem;
  --spacing-md: .5rem;
  --spacing-sm: .35rem;
}

h1 {
  margin-bottom: var(--spacing-xl);
}

h2 {
  margin-bottom: var(--spacing-lg);
}

h3 {
  margin-bottom: var(--spacing-md);
}

h4 {
  margin-bottom: var(--spacing-md);
}

h5 {
  margin-bottom: var(--spacing-sm);
}

h6 {
  margin-bottom: var(--spacing-sm);
}

h2.heading, h3.heading, h3.heading, h5.heading, h6.heading {
  text-transform: uppercase;
}

img, object, embed {
  max-width: 100%;
  height: auto;
}

.bold {
  font-family: "Gibson-Medium";
}

strong {
  font-family: "Gibson-Medium";
}

b {
  font-family: "Gibson-Medium";
}

.hide {
  display: none !important;
}

.block {
  display: block;
}

.center {
  text-align: center;
}

.primary-color {
  color: #000;
}

.secondary-color {
  color: #f1eeed;
}

.accent-color {
  color: #8f8f8f;
}

.grey-color {
  color: #9e9e9e;
}

a.primary-color {
  color: #000;
}
a.primary-color:hover {
  color: #000;
}

a.secondary-color {
  color: #f1eeed;
}
a.secondary-color:hover {
  color: #f1eeed;
}

.show-for-small {
  display: none;
}
@media only screen and (max-width: 640px) {
  .show-for-small {
    display: block;
  }
}

.margin-top {
  margin-top: 16px !important;
}
.margin-top.two {
  margin-top: 32px !important;
}
.margin-top.three {
  margin-top: 48px !important;
}
.margin-top.zero {
  margin-top: 0 !important;
}

.margin-bottom {
  margin-bottom: 16px !important;
}
.margin-bottom.two {
  margin-bottom: 32px !important;
}
.margin-bottom.three {
  margin-bottom: 48px !important;
}
.margin-bottom.zero {
  margin-bottom: 0 !important;
}

.margin-top-zero {
  margin-top: 0;
}

.margin-bottom-zero {
  margin-bottom: 0;
}

.margin-zero {
  margin: 0 !important;
}

.margin-left {
  margin-left: 1em;
}
.margin-left.two {
  margin-left: 2em;
}

.margin-right {
  margin-right: 1em;
}
.margin-right.two {
  margin-right: 2em;
}

.touch-margin-top-two {
  margin-top: 2em;
}
@media only screen and (max-width: 640px) {
  .touch-margin-top-two {
    margin-top: 0;
  }
}

.large-margin-top {
  margin-top: 16px;
}
.large-margin-top.two {
  margin-top: 32px;
}

.large-margin-bottom {
  margin-bottom: 16px;
}
.large-margin-bottom.two {
  margin-bottom: 32px;
}

.full-width {
  width: 100% !important;
}

.pointer {
  cursor: pointer;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.no-transform {
  text-transform: none !important;
}

.relative {
  position: relative;
}

.flex-box {
  display: flex;
}
.flex-box.center {
  justify-content: center;
}
.flex-box.align-center {
  align-items: center;
}
.flex-box.align-end {
  align-items: flex-end;
}
.flex-box.column {
  flex-direction: column;
}
.flex-box.column.center {
  align-items: center;
}
.flex-box.column.margin > * {
  margin-bottom: 1em;
}
.flex-box.flex-end {
  justify-content: flex-end;
}
.flex-box.between {
  justify-content: space-between;
}
.flex-box.around {
  justify-content: space-around;
}

.end {
  margin-left: auto;
}

.flex-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.flex-container.center-300 > * {
  width: 300px;
  max-width: 100%;
}
.flex-container.center-400 > * {
  width: 400px;
  max-width: 100%;
}
.flex-container.center-450 > * {
  width: 450px;
  max-width: 100%;
}
.flex-container.center-500 > * {
  width: 500px;
  max-width: 100%;
}
.flex-container.center-600 > * {
  width: 600px;
  max-width: 100%;
}
.flex-container.center-700 > * {
  width: 700px;
  max-width: 100%;
}
.flex-container.center-800 > * {
  width: 800px;
  max-width: 100%;
}
.flex-container.center-900 > * {
  width: 900px;
  max-width: 100%;
}
.flex-container.center-1000 > * {
  width: 1000px;
  max-width: 100%;
}

.align-center {
  display: flex;
  align-items: center;
}

.fb-align-center {
  display: flex !important;
  align-items: center;
}

[data-hide=hide] {
  display: none !important;
}

address {
  font-style: normal;
  display: block;
}

.margin-left-100 {
  margin-left: 100px;
}

hr {
  border: 0;
  border-top: 1px solid #bdbdbd;
  clear: both;
  margin: 0.5em 0 1.25em 0;
  height: 1px;
}
hr.flush {
  margin-top: 0;
}
hr.gray {
  border-top: 1px solid #e0e0e0;
  margin: 0.5em 0;
}

.smaller-link {
  font-size: 14px;
}

.small-link {
  font-size: 12px;
}

.info-link {
  color: #2b4c9a;
}
.info-link:hover {
  color: #2b4c9a;
}

.grey-icon {
  color: #757575;
}

.nocallout {
  -webkit-touch-callout: none;
}

.pressed {
  background-color: rgba(0, 0, 0, 0.7);
}

.touch-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

[data-hide=hide] {
  display: none !important;
}

.size-14 {
  font-size: 14px;
}

.size-12 {
  font-size: 12px;
}

.float {
  float: left;
}

.clear {
  clear: left;
}

.semantic-error {
  background: #f2dede;
  color: #bc5251;
  border: 1px solid #eed3d7;
  border-radius: 4px;
  padding: 15px;
}
.semantic-error:before {
  color: #bc5251;
}
.semantic-error:after {
  color: #bc5251;
}
.semantic-error:hover {
  color: #bc5251;
}
.semantic-error::-webkit-input-placeholder {
  color: #bc5251 !important;
}
.semantic-error::-moz-placeholder {
  color: #bc5251 !important;
  opacity: 1;
}
.semantic-error::-o-placeholder {
  color: #bc5251 !important;
}
.semantic-error:-ms-input-placeholder {
  color: #bc5251 !important;
}
.semantic-error::placeholder {
  color: #bc5251 !important;
  opacity: 1;
}

.semantic-success {
  background: #dff0d8;
  color: #468847;
  border: 1px solid #d6e9c6;
  border-radius: 4px;
  padding: 15px;
}
.semantic-success:before {
  color: #468847;
}
.semantic-success:after {
  color: #468847;
}
.semantic-success:hover {
  color: #468847;
}
.semantic-success::-webkit-input-placeholder {
  color: #468847 !important;
}
.semantic-success::-moz-placeholder {
  color: #468847 !important;
  opacity: 1;
}
.semantic-success::-o-placeholder {
  color: #468847 !important;
}
.semantic-success:-ms-input-placeholder {
  color: #468847 !important;
}
.semantic-success::placeholder {
  color: #468847 !important;
  opacity: 1;
}

.semantic-info {
  background: #d9edf7;
  color: #3a87ad;
  border: 1px solid #bce8f1;
  border-radius: 4px;
  padding: 15px;
}
.semantic-info:before {
  color: #3a87ad;
}
.semantic-info:after {
  color: #3a87ad;
}
.semantic-info:hover {
  color: #3a87ad;
}
.semantic-info::-webkit-input-placeholder {
  color: #3a87ad !important;
}
.semantic-info::-moz-placeholder {
  color: #3a87ad !important;
  opacity: 1;
}
.semantic-info::-o-placeholder {
  color: #3a87ad !important;
}
.semantic-info:-ms-input-placeholder {
  color: #3a87ad !important;
}
.semantic-info::placeholder {
  color: #3a87ad !important;
  opacity: 1;
}

.semantic-warning {
  background: #fcf8e3;
  color: #c09853;
  border: 1px solid #faebcc;
  border-radius: 4px;
  padding: 15px;
}
.semantic-warning:before {
  color: #c09853;
}
.semantic-warning:after {
  color: #c09853;
}
.semantic-warning:hover {
  color: #c09853;
}
.semantic-warning::-webkit-input-placeholder {
  color: #c09853 !important;
}
.semantic-warning::-moz-placeholder {
  color: #c09853 !important;
  opacity: 1;
}
.semantic-warning::-o-placeholder {
  color: #c09853 !important;
}
.semantic-warning:-ms-input-placeholder {
  color: #c09853 !important;
}
.semantic-warning::placeholder {
  color: #c09853 !important;
  opacity: 1;
}

.material-box, .locations-box .google-map-box {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
  padding: 10px;
}

.icon-24x24 {
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 768px) {
  .hide-for-medium {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  .show-for-small {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .touch-hide {
    display: none !important;
  }
  .hide-for-small {
    display: none !important;
  }
  .large-margin-top {
    margin-top: 0;
  }
  .large-margin-top.two {
    margin-top: 0;
  }
  .large-margin-bottom {
    margin-bottom: 0;
  }
  .large-margin-bottom.two {
    margin-bottom: 0;
  }
}
.hidden {
  visibility: hidden !important;
}

.hidden-visibility {
  visibility: hidden;
}

.flex-right {
  margin-left: auto;
}

/*input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px $document-background inset !important;
    -webkit-text-fill-color: #fff;
}*/
.ellipis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hide-2 {
  display: none !important;
}

a {
  text-decoration: none;
  font-size: 1em;
  transition: opacity 0.25s linear;
  color: #000;
  transition-property: opacity, color, border;
  cursor: pointer;
}
a:hover {
  cursor: pointer;
}
a:hover, a:focus {
  color: #999;
}
a.no-hover:hover, a.no-hover:focus {
  color: #000;
  cursor: pointer;
}
a.active {
  color: #999;
}

a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: underline;
}

main.index {
  margin-top: 32px;
}

main.content {
  margin-top: 32px;
}

main.flush {
  margin-top: 0;
}

grid-row.wide {
  max-width: 1800px;
}

grid-row.medium-wide {
  max-width: 1600px;
}

grid-row.small-wide {
  max-width: 1200px;
}

.pdf-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.pdf-link img {
  margin-right: 10px;
}

.pdf-link-button {
  display: flex;
  align-items: center;
  font-family: "Gibson-Medium";
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #333;
}
.pdf-link-button:hover {
  text-decoration: underline;
}

.pdf-link-icon {
  width: 24px;
  margin-right: 10px;
}

.medium {
  font-family: "Gibson-Medium";
}

[data-link] {
  cursor: pointer;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

hr {
  border: 0;
  border-top: 1px solid #e0e0e0;
  clear: both;
  margin: 8px 0 18px 0;
  height: 1px;
}
hr.flush {
  margin: 0;
}
hr.margin {
  margin: 24px 0 36px 0;
}
hr.margin.two {
  margin: 48px 0 36px 0;
}
hr.margin.two.bottom {
  margin: 48px 0 6px 0;
}
hr.up-down {
  margin: 18px 0;
}

b, strong {
  font-family: "Gibson-Medium";
  font-weight: normal;
}

.image-filter-1 {
  transition: filter 0.3s ease;
}
.image-filter-1:hover {
  filter: brightness(70%);
}

.image-filter-2 {
  overflow: hidden;
}
.image-filter-2 img {
  transition: transform 2s ease-in-out;
  display: block;
}
.image-filter-2:hover img {
  transform: scale(1.2);
}

ui-carousel > carousel-navigation {
  z-index: 3;
}

ui-carousel[animation=multi-slide] carousel-inner-container {
  width: 100%;
}

ui-carousel[animation=multi-slide] > carousel-navigation.next:after {
  content: url("/images/icons/carousel-arrow-next.png");
  font-family: "";
  font-size: 0;
}

ui-carousel > carousel-navigation.prev.disabled, ui-carousel > carousel-navigation.prev [disabled] {
  display: block !important;
}

ui-carousel[animation=multi-slide] > carousel-navigation.next {
  right: 24px;
}

ui-carousel > carousel-navigation.prev {
  left: 0;
  visibility: visible;
}

.hero-carousel > carousel-navigation.prev {
  left: 0;
  visibility: visible;
}

ui-carousel[animation=multi-slide] > carousel-navigation.prev:after {
  content: url("/images/icons/carousel-arrow-back.png");
  font-family: "";
  font-size: 0;
}

ui-carousel.finishes-carousel > carousel-navigation {
  top: 1px;
}

ui-carousel.finishes-carousel[animation=multi-slide] carousel-inner-container carousel-items > carousel-item {
  margin-right: 2px;
}
@media only screen and (max-width: 640px) {
  ui-carousel.finishes-carousel[animation=multi-slide] carousel-inner-container carousel-items > carousel-item {
    width: 75vw;
    min-width: 75vw;
    max-width: 75vw;
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  ui-carousel[animation=multi-slide].finishes-carousel carousel-inner-container {
    width: 75%;
  }
  ui-carousel.finishes-carousel > carousel-navigation:after {
    transform: scale(0.6);
    display: inline-block;
  }
}
@media only screen and (max-width: 640px) {
  ui-carousel[animation=multi-slide].collections-carousel carousel-inner-container {
    width: 75%;
  }
  ui-carousel.collections-carousel[animation=multi-slide] carousel-inner-container carousel-items > carousel-item {
    width: 75vw;
    min-width: 75vw;
    max-width: 75vw;
    margin-right: 0;
  }
  ui-carousel.collections-carousel > carousel-navigation:after {
    transform: scale(0.6);
    display: inline-block;
  }
}
ui-carousel.collections-carousel[animation=multi-slide] carousel-inner-container carousel-items > carousel-item .span {
  text-align: left;
  width: 100%;
}

ui-carousel.instagram-carousel[animation=multi-slide] carousel-inner-container carousel-items > carousel-item > div {
  position: relative;
}
ui-carousel.instagram-carousel[animation=multi-slide] carousel-inner-container carousel-items > carousel-item > div:hover:before {
  content: url("/images/icons/instagram-icon.svg");
  position: absolute;
  top: 49%;
  left: 49%;
  z-index: 2;
}

ui-carousel > carousel-navigation.prev:after {
  content: url("/images/icons/carousel-arrow-back.png");
  font-family: "";
  font-size: 0;
}

.hero-carousel {
  position: relative;
}

.hero-carousel > carousel-navigation.prev:after {
  content: url("/images/icons/carousel-arrow-back.png");
  font-family: "";
  font-size: 0;
}

ui-carousel > carousel-navigation.next:after {
  content: url("/images/icons/carousel-arrow-next.png");
  font-family: "";
  font-size: 0;
}

.hero-carousel > carousel-navigation.next:after {
  content: url("/images/icons/carousel-arrow-next.png");
  font-family: "";
  font-size: 0;
}

ui-carousel > carousel-navigation.next {
  right: 24px;
}

.hero-carousel > carousel-navigation {
  position: absolute;
  top: 40%;
  z-index: 3;
  cursor: pointer;
}

.hero-carousel > carousel-navigation.next {
  right: 0;
}

@media only screen and (max-width: 640px) {
  .hero-carousel > carousel-navigation:after {
    transform: scale(0.6);
    display: inline-block;
  }
}
ui-carousel[animation=multi-slide].detail-carousel carousel-inner-container {
  width: 75%;
}
@media only screen and (max-width: 1070px) {
  ui-carousel[animation=multi-slide].detail-carousel carousel-inner-container {
    width: 75%;
  }
}

ui-carousel.detail-carousel > carousel-navigation.next {
  visibility: visible;
}

ui-carousel.detail-carousel > carousel-navigation.disabled, ui-carousel > carousel-navigation [disabled] {
  display: block !important;
}

/*ui-carousel > carousel-navigation.prev:after{
    content: url(/images/icons/arrow-back-2.png);
    font-family: "";
    font-size: 0;
}*/
ui-carousel.detail-carousel > carousel-navigation {
  top: 0;
}

ui-carousel[animation=multi-slide].related-carousel carousel-inner-container {
  width: 90%;
}
@media only screen and (max-width: 1070px) {
  ui-carousel[animation=multi-slide].related-carousel carousel-inner-container {
    width: 85%;
  }
}

ui-carousel.related-carousel > carousel-navigation.next {
  visibility: visible;
}

ui-carousel[animation=multi-slide].product-type-carousel carousel-inner-container {
  width: 90%;
}
@media only screen and (max-width: 1070px) {
  ui-carousel[animation=multi-slide].product-type-carousel carousel-inner-container {
    width: 90%;
  }
}
@media only screen and (max-width: 640px) {
  ui-carousel[animation=multi-slide].product-type-carousel carousel-inner-container {
    width: 75%;
  }
}
ui-carousel[animation=multi-slide].product-type-carousel carousel-inner-container carousel-item {
  margin-right: 48px;
}
@media only screen and (max-width: 640px) {
  ui-carousel[animation=multi-slide].product-type-carousel carousel-inner-container carousel-item {
    margin-right: 0;
    width: 75vw;
    min-width: 75vw;
    max-width: 75vw;
  }
}

ui-carousel[animation=multi-slide].product-type-carousel carousel-navigation {
  top: 30%;
}

@media only screen and (max-width: 640px) {
  ui-carousel.product-type-carousel > carousel-navigation:after {
    transform: scale(0.4);
    display: inline-block;
  }
}
ui-carousel.product-type-carousel > carousel-navigation.next {
  visibility: visible;
}

ui-carousel.related-carousel > carousel-navigation.disabled, ui-carousel > carousel-navigation [disabled] {
  display: block !important;
}

/*ui-carousel > carousel-navigation.prev:after{
    content: url(/images/icons/arrow-back-2.png);
    font-family: "";
    font-size: 0;
}*/
ui-carousel.related-carousel > carousel-navigation {
  top: 25%;
}

ui-carousel.related-carousel carousel-items {
  width: 30000px;
}

ui-carousel.product-carousel carousel-items {
  width: 30000px;
}

ui-carousel.product-carousel > carousel-navigation.prev:after {
  content: url(/images/icons/arrow-back-2.png);
  font-family: "";
  font-size: 0;
}

ui-carousel.product-carousel > carousel-navigation.next:after {
  content: url(/images/icons/arrow-next-2.png);
  font-family: "";
  font-size: 0;
}

ui-carousel.related-carousel > carousel-navigation.prev:after {
  content: url(/images/icons/arrow-back-2.png);
  font-family: "";
  font-size: 0;
}

ui-carousel.related-carousel > carousel-navigation.next:after {
  content: url(/images/icons/arrow-next-2.png);
  font-family: "";
  font-size: 0;
}

@media only screen and (max-width: 640px) {
  ui-carousel.related-carousel > carousel-navigation:after {
    transform: scale(0.4);
    display: inline-block;
  }
}
ui-carousel.product-carousel > carousel-navigation {
  top: 25%;
}

ui-carousel[animation=multi-slide].product-carousel carousel-inner-container {
  width: 85%;
}
@media only screen and (max-width: 640px) {
  ui-carousel[animation=multi-slide].product-carousel carousel-inner-container {
    width: 75%;
  }
}
@media only screen and (max-width: 640px) {
  ui-carousel[animation=multi-slide].product-carousel carousel-inner-container carousel-item {
    margin-right: 0;
    width: 75vw;
    min-width: 75vw;
    max-width: 75vw;
  }
}

ui-carousel[animation=multi-slide].product-carousel carousel-inner-container carousel-items {
  align-items: flex-start;
  min-width: 3000px;
}

@media only screen and (max-width: 640px) {
  ui-carousel.product-carousel > carousel-navigation:after {
    transform: scale(0.6);
    display: inline-block;
  }
}
@media only screen and (max-width: 640px) {
  ui-carousel[animation=multi-slide].detail-carousel > carousel-navigation.prev {
    left: -20px;
  }
  ui-carousel[animation=multi-slide].detail-carousel > carousel-navigation.next {
    right: 8px;
  }
  ui-carousel[animation=multi-slide].related-carousel > carousel-navigation.next {
    right: -8px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 220px) {
  ui-carousel .ui-button, ui-carousel carousel-navigation {
    display: block;
  }
}
ui-carousel carousel-inner-container carousel-items > carousel-item alt-image.product img {
  max-width: 100%;
  height: 100px !important;
}

.carousel-gallery-item {
  display: block;
}
.carousel-gallery-item span {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .carousel-gallery-item {
    text-align: center;
  }
  .carousel-gallery-item img {
    max-height: 220px;
    width: auto;
    margin: 0 auto;
    display: inline-block;
  }
}

.gallery-carousel-container {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 640px) {
  .gallery-carousel-container {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.hero-container img {
  width: 100%;
  height: auto;
}

ui-carousel.hero-carousel carousel-items carousel-item img {
  width: 100%;
}

.hero-carousel .carousel-item img {
  width: 100%;
}

/*ui-carousel>carousel-navigation.disabled,
ui-carousel>carousel-navigation [disabled]{
    display: block !important;
}*/
.titles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media only screen and (max-width: 950px) {
  .titles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .titles-grid {
    grid-template-columns: 1fr;
  }
}

.title-section .title-header {
  font-family: "UtopiaStd-DispIt";
  font-size: 32px;
  margin-bottom: 8px;
  text-align: center;
  display: block;
  transition: all 0.5s linear;
}
.title-section .title-header:hover {
  color: #999;
}
.title-section .title-caption {
  display: block;
  text-align: center;
  padding: 0 50px;
  margin-top: 18px;
  line-height: 1.1;
  font-size: 18px;
}

.trade-container {
  margin-top: 48px;
  padding: 48px 0;
  background: #f1eeed;
}
.trade-container ul {
  margin: 10px 0 18px 18px;
}

.trade-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .trade-grid {
    grid-template-columns: 1fr;
  }
}

.trade-title {
  font-family: "Utopia Std";
  font-size: 32px;
  margin-bottom: 8px;
}

.trade-content {
  padding-right: 28px;
}
@media only screen and (max-width: 900px) {
  .trade-content {
    padding-left: 24px;
  }
}

.hero-container.margin-top {
  margin-top: 48px;
}

.finishes-container {
  margin-top: 48px;
  padding-bottom: 24px;
  background: #f1eeed;
}
.finishes-container .finishes-inner-container {
  padding: 48px 48px;
}
.finishes-container ui-carousel {
  height: 130px;
}
.finishes-container ui-carousel > carousel-navigation {
  top: 15px;
}

.finishes-title {
  font-family: "Utopia Std";
  font-size: 32px;
  margin-bottom: 32px;
  display: block;
  text-align: center;
}

.finishes-grid {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 32px;
  align-items: center;
}
@media only screen and (max-width: 820px) {
  .finishes-grid {
    grid-template-columns: 1fr;
  }
  .finishes-grid .finishes-image {
    order: -1;
  }
}

.finishes-content {
  font-size: 18px;
  text-align: center;
}

.collections-container {
  margin-top: 48px;
}
.collections-container .collections-title {
  font-family: "Utopia Std";
  font-size: 32px;
  margin-bottom: 32px;
  display: block;
  text-align: center;
}

.instagram-container {
  margin-top: 64px;
}
.instagram-container .instagram-title {
  font-family: "Utopia Std";
  font-size: 32px;
  margin-bottom: 18px;
  display: block;
  text-align: center;
}
.instagram-container .instagram-caption {
  font-size: 18px;
  text-align: center;
  margin-bottom: 18px;
  display: block;
  text-align: center;
}
.instagram-container .instagram-button {
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
}

.finish-mock {
  width: 240px;
  height: 100px;
  /*transition: filter 0.3s ease;
  &:hover{
      cursor: pointer;
      filter: brightness(70%);
  }*/
}
.finish-mock.f1 {
  background: #8e8279;
}
.finish-mock.f2 {
  background: #8b5f3b;
}
.finish-mock.f3 {
  background: #725a4c;
}
.finish-mock.f4 {
  background: #333132;
}
.finish-mock.f5 {
  background: #3b2d2d;
}
.finish-mock.f6 {
  background: #c3b7a4;
}

.collection-content {
  padding: 0 15%;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1025px) {
  .collection-content {
    padding: 0 5%;
  }
}
.collection-content .more-info {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.collection-content .more-info a {
  display: flex;
  align-items: center;
}
.collection-content .more-info a span {
  margin-left: 8px;
  text-transform: uppercase;
}

.style__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.breadcrumbs {
  font-size: 14px;
}
.breadcrumbs .dot {
  margin: 0 12px;
}
@media only screen and (max-width: 640px) {
  .breadcrumbs {
    font-size: 12px;
  }
  .breadcrumbs .dot {
    margin: 0 6px;
  }
}

.item-like-icon {
  cursor: pointer;
  width: 25px;
}

.accordion-margin {
  margin-top: 24px;
}

.accordion-downloads-content {
  line-height: 2.5;
  display: flex;
  flex-direction: column;
}
.accordion-downloads-content > a {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.accordion-downloads-content > a > img {
  width: 20px;
  margin-right: 8px;
}

.product-detail-hr {
  margin-top: 32px;
}

.alt-images-container {
  margin-top: 32px;
}
@media only screen and (max-width: 640px) {
  .alt-images-container {
    margin-top: 8px;
  }
}

.input-group {
  color: #000;
}

.small-arrow-right {
  width: 9px !important;
}

.small-arrow-left {
  width: 9px !important;
  margin-right: 8px;
  margin-left: 0;
}

select:not(.k-input-inner):not(.k-picker *):not(.k-dropdownlist *):not(.k-pager select) {
  font-size: 14px;
  padding: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/images/icons/arrow-down-2.png") no-repeat right 10px center;
  background-size: 12px;
  color: #000;
  padding-right: 40px;
  border-radius: 5px;
}

select:focus-visible {
  outline: none;
}

.sign-in-form {
  width: 800px;
  max-width: 100%;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-links {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.form-links a {
  text-decoration: underline;
}
.form-links a:hover {
  text-decoration: underline;
  text-transform: uppercase;
}
.form-links a {
  margin: 0 8px;
  font-size: 14px;
  text-transform: uppercase;
}

.icon-24x24 {
  width: 24px;
}

.margin-top-64 {
  margin-top: 64px !important;
}

.margin-top-128 {
  margin-top: 128px !important;
}

.f-spacer {
  height: 4px;
}

.profile-layout {
  display: flex;
  gap: 48px;
  padding: 24px 0;
}
@media only screen and (max-width: 820px) {
  .profile-layout {
    flex-direction: column;
    gap: 24px;
  }
}

.profile-sidebar {
  width: 250px;
  min-width: 250px;
  border-right: 1px solid #e0e0e0;
  padding-right: 24px;
}
.profile-sidebar nav {
  display: flex;
  flex-direction: column;
}
.profile-sidebar nav a {
  padding: 10px 16px;
  font-size: 15px;
  font-family: "Gibson-Medium";
  color: #000;
  border-left: 3px solid transparent;
  transition: background 0.2s ease;
}
.profile-sidebar nav a:hover {
  background: #f1eeed;
}
.profile-sidebar nav a.active {
  background: #f1eeed;
  border-left-color: #8f8f8f;
  color: #000;
}
.profile-sidebar nav hr {
  margin: 8px 16px;
}
@media only screen and (max-width: 820px) {
  .profile-sidebar {
    width: 100%;
    min-width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding-right: 0;
    padding-bottom: 16px;
  }
  .profile-sidebar nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .profile-sidebar nav a {
    border-left: none;
    border-bottom: 3px solid transparent;
    padding: 8px 12px;
    font-size: 14px;
  }
  .profile-sidebar nav a.active {
    border-left: none;
    border-bottom-color: #8f8f8f;
  }
  .profile-sidebar nav hr {
    display: none;
  }
}

.profile-content {
  flex: 1;
  min-width: 0;
}
.profile-content h3 {
  font-family: "Gibson-Medium";
  font-size: 22px;
  margin-bottom: 4px;
}
.profile-content h4.profile-section-title {
  font-family: "Gibson-Medium";
  font-size: 18px;
  color: #8f8f8f;
  margin: 24px 0 12px 0;
}

.profile-dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  .profile-dashboard-grid {
    grid-template-columns: 1fr;
  }
}

.profile-dashboard-card h5 {
  font-family: "Gibson-Medium";
  font-size: 15px;
  margin-bottom: 8px;
}
.profile-dashboard-card p {
  font-size: 14px;
  margin: 0 0 2px 0;
  line-height: 1.4;
}
.profile-dashboard-card p.muted {
  color: #9e9e9e;
  font-style: italic;
}
.profile-dashboard-card .profile-card-links {
  margin-top: 10px;
}
.profile-dashboard-card .profile-card-links a {
  font-size: 13px;
  text-decoration: underline;
  margin-right: 16px;
}
.profile-dashboard-card .profile-card-links a:hover {
  text-decoration: underline;
}

.profile-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media only screen and (max-width: 640px) {
  .profile-form-grid {
    grid-template-columns: 1fr;
  }
}

.sales-rep-info {
  display: grid;
  grid-template-columns: 140px 1fr;
  column-gap: 16px;
  row-gap: 10px;
  margin: 8px 0 0;
}
.sales-rep-info dt {
  font-family: "Gibson-Medium";
  color: #333;
}
.sales-rep-info dd {
  margin: 0;
  color: #111;
}
.sales-rep-info dd a {
  color: inherit;
}
@media only screen and (max-width: 640px) {
  .sales-rep-info {
    grid-template-columns: 1fr;
    row-gap: 4px;
  }
  .sales-rep-info dt {
    margin-top: 8px;
  }
}

.address-section {
  margin-bottom: 32px;
}

.address-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.address-section-header h4 {
  margin: 0;
}

.address-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media only screen and (max-width: 640px) {
  .address-cards {
    grid-template-columns: 1fr;
  }
}

.address-card {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 20px;
  position: relative;
}
.address-card p {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.5;
}

.address-default-badge {
  display: inline-block;
  background: #2e7d32;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 3px;
  margin-bottom: 8px;
}

.address-card-actions {
  margin-top: 12px;
  display: flex;
  gap: 16px;
}
.address-card-actions a {
  font-size: 13px;
  color: #f1eeed;
  cursor: pointer;
}
.address-card-actions a:hover {
  text-decoration: underline;
}

.address-empty-message {
  grid-column: 1/-1;
}

.address-form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.address-form-overlay.hide {
  display: none;
}

.address-form-modal {
  background: #fff;
  border-radius: 6px;
  padding: 32px;
  width: 90%;
  max-width: 640px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

.address-form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.address-form-header h4 {
  margin: 0;
}

.address-form-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.address-form-close .material-icons {
  font-size: 24px;
  color: #666;
}

.address-form-buttons {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
}
.checkbox-label input[type=checkbox] {
  width: auto;
  margin: 0;
}

.ui-button.small {
  padding: 6px 16px;
  font-size: 13px;
}

.ui-button.outline {
  background: transparent;
  border: 1px solid #999;
  color: #333;
}
.ui-button.outline:hover {
  border-color: #666;
}

.full-width {
  grid-column: 1/-1;
}

.ul-fit {
  list-style-position: inside;
  padding-left: 0;
}
.ul-fit > li {
  margin-bottom: 12px;
}

.embed-area.no-margin {
  margin-top: 0;
}

iframe.airtable-embed.trade {
  width: 100%;
  height: 1500px;
  border: none;
}

iframe.airtable-embed.custom {
  width: 100%;
  height: 1300px;
  border: none;
}

.cleaning-care-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 24px 0;
  margin-bottom: 16px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.cleaning-care-tabs a {
  font-family: "Gibson-Medium";
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  padding: 8px 16px;
}
.cleaning-care-tabs a:hover {
  color: #999;
}

.cleaning-care-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px 64px;
}
.cleaning-care-content section {
  margin-bottom: 48px;
  scroll-margin-top: 140px;
}
.cleaning-care-content h3 {
  font-family: "Utopia Std";
  margin-bottom: 16px;
}
.cleaning-care-content h4 {
  font-family: "Gibson-Medium";
  margin-top: 32px;
  margin-bottom: 12px;
}
.cleaning-care-content p {
  line-height: 1.7;
  margin-bottom: 16px;
}

.quote-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 16px;
}
.quote-header h2 {
  margin: 0;
}

.quote-header-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.quote-empty {
  text-align: center;
  padding: 64px 0;
}
.quote-empty p {
  font-family: "Gibson Book";
  font-size: 16px;
  color: #666;
}

.quote-confirmation {
  text-align: center;
  padding: 64px 0;
}
.quote-confirmation p {
  font-family: "Gibson Book";
  font-size: 16px;
  color: #333;
  margin-bottom: 24px;
}

.error-page {
  text-align: center;
  padding: 64px 16px 96px;
  max-width: 640px;
  margin: 0 auto;
}

.error-page-code {
  font-family: "Utopia Std";
  font-size: 96px;
  line-height: 1;
  color: #cbbfb2;
  letter-spacing: 4px;
  margin-bottom: 16px;
}

.error-page-title {
  font-family: "Utopia Std";
  font-size: 28px;
  color: #1a1a1a;
  margin: 0 0 20px;
  line-height: 1.3;
}

.error-page-message {
  font-family: "Gibson Book";
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0 auto 40px;
  max-width: 520px;
}

.error-page-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.error-page-request-id {
  font-family: "Gibson Book";
  font-size: 12px;
  color: #999;
  padding-top: 24px;
  border-top: 1px solid #eee;
}
.error-page-request-id span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 6px;
}
.error-page-request-id code {
  font-family: monospace;
  font-size: 11px;
  color: #666;
  word-break: break-all;
}

.quote-table-header {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
  font-family: "Gibson-Medium";
  font-size: 14px;
  color: #666;
}

.quote-col-item {
  flex: 1;
}

.quote-col-options {
  width: 300px;
}

.quote-col-qty {
  width: 120px;
  text-align: center;
}

.quote-line-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid #e0e0e0;
}

.quote-line-product {
  flex: 1;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.quote-line-image {
  width: 200px;
  min-width: 200px;
}
.quote-line-image img {
  width: 100%;
  border-radius: 3px;
}

.quote-line-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.quote-line-sku {
  font-family: "Gibson-Medium";
  font-size: 15px;
}

.quote-line-name {
  font-family: "Gibson Book";
  font-size: 14px;
  color: #666;
}

.quote-line-qty {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.quote-qty-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid #ccc;
  font-size: 16px;
  cursor: pointer;
  color: #333;
}
.quote-qty-btn:hover {
  background: #f5f5f5;
}
.quote-qty-btn.quote-qty-minus {
  border-radius: 3px 0 0 3px;
  border-right: none;
}
.quote-qty-btn.quote-qty-plus {
  border-radius: 0 3px 3px 0;
  border-left: none;
}

.quote-qty-input {
  width: 40px;
  height: 36px;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 14px;
  font-family: "Gibson Book";
  background: #fff;
}

.quote-line-actions {
  width: 100%;
  display: flex;
  gap: 20px;
  padding: 12px 0 0 220px;
}

.quote-action-link {
  font-family: "Gibson Book";
  font-size: 13px;
  color: #666;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.quote-action-link:hover {
  color: #000;
}

.quote-action-icon {
  font-size: 16px;
}

.quote-selections {
  width: 100%;
  margin-top: 4px;
  border-top: 1px solid #f0f0f0;
}

.quote-selections-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-family: "Gibson-Medium";
  font-size: 14px;
}
.quote-selections-header button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #666;
  padding: 0 4px;
}

.quote-selections-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 40px;
  padding-bottom: 16px;
}

.quote-option-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.quote-option-label {
  font-family: "Gibson-Medium";
  font-size: 13px;
}

.quote-option-value {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quote-option-thumb {
  width: 36px;
  height: 36px;
  border-radius: 3px;
  object-fit: cover;
}

.quote-option-detail {
  display: flex;
  flex-direction: column;
}

.quote-option-name {
  font-family: "Gibson Book";
  font-size: 13px;
}

.quote-option-sku {
  font-family: "Gibson Book";
  font-size: 12px;
  color: #999;
}

@media only screen and (max-width: 768px) {
  .quote-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .quote-table-header {
    display: none;
  }
  .quote-line-product {
    flex-direction: column;
    gap: 12px;
  }
  .quote-line-image {
    width: 140px;
    min-width: 140px;
    max-width: 100%;
  }
  .quote-line-info {
    min-width: 0;
    overflow-wrap: break-word;
  }
  .quote-line-actions {
    padding-left: 0;
  }
  .quote-selections-grid {
    grid-template-columns: 1fr;
  }
}
.quote-item-comments {
  width: 100%;
  margin-top: 8px;
}

.quote-comments-input {
  width: 100%;
  max-width: 600px;
  min-height: 120px;
  padding: 10px;
  border: 1px solid #666;
  border-radius: 4px;
  font-family: "Gibson Book";
  font-size: 14px;
  resize: vertical;
}

.quote-item-uploads {
  width: 100%;
  margin-top: 12px;
}

.quote-uploads-header {
  font-family: "Gibson-Medium";
  font-size: 14px;
  margin-bottom: 8px;
}

.quote-file-list {
  margin-bottom: 8px;
}

.quote-file-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.quote-file-item a {
  font-family: "Gibson Book";
  font-size: 13px;
  color: #000;
  text-decoration: underline;
}
.quote-file-item .quote-file-remove {
  background: none;
  border: none;
  font-size: 16px;
  color: #999;
  cursor: pointer;
  padding: 0 2px;
}
.quote-file-item .quote-file-remove:hover {
  color: #333;
}

.quote-upload-area {
  display: flex;
  align-items: center;
  gap: 12px;
}
.quote-upload-area .quote-file-input {
  display: none;
}
.quote-upload-area .quote-upload-btn {
  font-size: 13px;
  padding: 8px 20px;
}
.quote-upload-area .quote-upload-hint {
  font-family: "Gibson Book";
  font-size: 12px;
  color: #999;
}

.quote-back-link {
  font-family: "Gibson Book";
  font-size: 13px;
  color: #666;
  display: inline-block;
  margin-bottom: 12px;
}
.quote-back-link:hover {
  color: #000;
}

.quote-submit-title {
  margin-bottom: 24px;
}

.quote-submit-layout {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.quote-submit-form {
  flex: 1;
  min-width: 0;
}

.quote-submit-sidebar {
  width: 280px;
  min-width: 280px;
  position: sticky;
  top: 100px;
}

.quote-summary-card {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 20px;
}

.quote-summary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.quote-summary-header h4 {
  margin: 0;
  font-family: "Gibson-Medium";
  font-size: 18px;
}

.quote-summary-arrow {
  font-size: 20px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-summary-counts {
  display: flex;
  gap: 24px;
  font-family: "Gibson Book";
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
}

.quote-summary-download {
  width: 100%;
  margin-bottom: 8px;
}

.quote-summary-submit {
  width: 100%;
}

.quote-form-section {
  margin-bottom: 24px;
}

.quote-form-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.quote-form-section-header span:first-child {
  font-family: "Gibson-Medium";
  font-size: 16px;
  color: #8f8f8f;
}

.quote-section-toggle {
  cursor: pointer;
  font-size: 18px;
  color: #666;
  background: none;
  border: none;
  padding: 0 4px;
}

.quote-form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.quote-form-field {
  flex: 1;
}
.quote-form-field.full {
  flex-basis: 100%;
}
.quote-form-field label {
  display: block;
  font-family: "Gibson-Medium";
  font-size: 14px;
  margin-bottom: 6px;
}
.quote-form-field .required {
  color: #d00;
  margin-left: 2px;
}
.quote-form-field input, .quote-form-field select, .quote-form-field textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #666;
  border-radius: 5px;
  font-family: "Gibson Book";
  font-size: 14px;
}
.quote-form-field textarea {
  resize: vertical;
}

@media only screen and (max-width: 768px) {
  .quote-submit-layout {
    flex-direction: column;
  }
  .quote-submit-sidebar {
    width: 100%;
    min-width: 100%;
    position: static;
  }
  .quote-form-row {
    flex-direction: column;
    gap: 12px;
  }
}
.quote-detail-status {
  font-family: "Gibson-Medium";
  font-size: 13px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 3px;
}
.quote-detail-status.submitted {
  background: #ebf6ec;
  color: #2e7d32;
}
.quote-detail-status.open {
  background: #fff8e1;
  color: #f57f17;
}
.quote-detail-status.pending {
  background: #fff8e1;
  color: #f57f17;
}
.quote-detail-status.approved {
  background: #ebf6ec;
  color: #2e7d32;
}
.quote-detail-status.rejected {
  background: #fce4ec;
  color: #c62828;
}

.quote-detail-section {
  margin-bottom: 32px;
}
.quote-detail-section h4 {
  font-family: "Gibson-Medium";
  font-size: 16px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0e0e0;
}

.quote-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
}
.quote-detail-grid > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 14px;
}

.quote-detail-label {
  font-family: "Gibson Book";
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
}

.quote-detail-additional {
  margin-top: 12px;
}
.quote-detail-additional p {
  font-size: 14px;
  line-height: 1.6;
}

.quote-detail-item {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}

.quote-detail-item-product {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.quote-detail-item-image {
  width: 140px;
  border-radius: 3px;
}

.quote-detail-item-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.quote-detail-item-sku {
  font-family: "Gibson-Medium";
  font-size: 15px;
}

.quote-detail-item-name {
  font-family: "Gibson Book";
  font-size: 14px;
  color: #666;
}

.quote-detail-item-qty,
.quote-detail-item-price {
  font-family: "Gibson Book";
  font-size: 14px;
}

.quote-detail-selections {
  margin-top: 16px;
}
.quote-detail-selections h5 {
  font-family: "Gibson-Medium";
  font-size: 14px;
  margin-bottom: 8px;
}

.quote-detail-comments,
.quote-detail-files {
  margin-top: 12px;
  font-size: 13px;
}
.quote-detail-comments a,
.quote-detail-files a {
  color: #000;
  text-decoration: underline;
}

.quote-detail-totals {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 2px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.quote-detail-totals > div {
  display: flex;
  gap: 24px;
  font-size: 15px;
}

.quote-detail-total {
  font-family: "Gibson-Medium";
  font-size: 18px;
}

.registration-detail-layout {
  display: flex;
  gap: 32px;
}

.registration-detail-main {
  flex: 1;
  min-width: 0;
}

.registration-detail-sidebar {
  width: 280px;
  min-width: 280px;
}

.quote-form-select {
  width: 100%;
  padding: 8px 12px;
  font-family: "Gibson Book";
  font-size: 14px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background: #fff;
  appearance: auto;
}

@media only screen and (max-width: 768px) {
  .registration-detail-layout {
    flex-direction: column;
  }
  .registration-detail-sidebar {
    width: 100%;
    min-width: 100%;
  }
}
.quote-history-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
  align-items: flex-end;
}

.quote-filter-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.quote-filter-item label {
  font-family: "Gibson-Medium";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #666;
}

@media only screen and (max-width: 768px) {
  .quote-history-filters {
    gap: 12px;
  }
  .quote-filter-item {
    flex: 1 1 calc(50% - 12px);
    min-width: 0;
  }
  .quote-filter-item .k-dropdownlist, .quote-filter-item .k-datepicker, .quote-filter-item input {
    width: 100% !important;
  }
}
.favorites-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.favorites-popup {
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 460px;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.favorites-popup-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 24px;
  background: #212121;
  border-radius: 8px 8px 0 0;
}
.favorites-popup-header h3 {
  margin: 0;
  font-family: "Utopia Std";
  font-size: 28px;
  color: #fff;
  font-weight: normal;
}

.favorites-popup-close {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
}
.favorites-popup-close:hover {
  border-color: #fff;
}

.favorites-popup-item {
  padding: 24px;
  display: flex;
  justify-content: center;
  border-bottom: 3px solid #e0e0e0;
  position: relative;
}
.favorites-popup-item::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #212121;
}

.favorites-item-preview {
  display: flex;
  align-items: center;
  gap: 20px;
}

.favorites-item-thumb {
  width: 140px;
  height: auto;
  object-fit: contain;
  border-radius: 3px;
}

.favorites-item-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.favorites-item-sku {
  font-family: "Gibson-Medium";
  font-size: 15px;
}

.favorites-item-name {
  font-family: "Gibson Book";
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.favorites-item-collection {
  font-family: "Gibson Book";
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.favorites-popup-body {
  padding: 20px 24px;
}

.favorites-create {
  padding: 0 20px;
}

.favorites-create-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  font-family: "Gibson-Medium";
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #333;
  margin-bottom: 20px;
  transition: border-color 0.2s ease;
}
.favorites-create-btn:hover {
  border-color: #999;
}

.favorites-create-icon {
  font-size: 18px;
  line-height: 1;
}

.favorites-create-form {
  margin-bottom: 20px;
  padding: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.favorites-create-form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: "Gibson Book";
  font-size: 14px;
  margin-bottom: 12px;
}

.favorites-create-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.favorites-create-cancel,
.favorites-create-save {
  padding: 8px 20px;
  border-radius: 4px;
  font-family: "Gibson-Medium";
  font-size: 13px;
  cursor: pointer;
}

.favorites-create-cancel {
  background: none;
  border: 1px solid #ccc;
  color: #666;
}
.favorites-create-cancel:hover {
  border-color: #999;
}

.favorites-create-save {
  background: #212121;
  border: none;
  color: #fff;
}
.favorites-create-save:hover {
  background: #333;
}

.favorites-lists {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.favorites-no-lists {
  font-family: "Gibson Book";
  font-size: 14px;
  color: #999;
  text-align: center;
  padding: 12px 0;
}

.favorites-list-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}
.favorites-list-row:hover {
  background: #fafafa;
}
.favorites-list-row:last-child {
  border-bottom: none;
}

.favorites-list-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.favorites-list-icon img {
  width: 28px;
  opacity: 0.5;
}

.favorites-list-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.favorites-list-name {
  font-family: "Gibson-Medium";
  font-size: 15px;
}

.favorites-list-count {
  font-family: "Gibson Book";
  font-size: 12px;
  color: #999;
}

.favorites-list-check {
  flex-shrink: 0;
}

.favorites-check-box {
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.favorites-check-box.checked {
  background: #212121;
  border-color: #212121;
  position: relative;
}
.favorites-check-box.checked::after {
  content: "✓";
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.favorites-popup-footer {
  padding: 16px 24px;
  border-top: 1px solid #e0e0e0;
}

.favorites-done-btn {
  width: 100%;
  padding: 14px;
  background: #212121;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-family: "Gibson-Medium";
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
}
.favorites-done-btn:hover {
  background: #333;
}

.favorites-signin-prompt {
  text-align: center;
  padding: 20px 0;
}
.favorites-signin-prompt h4 {
  font-family: "Gibson-Medium";
  font-size: 18px;
  margin: 0 0 4px;
}
.favorites-signin-prompt p {
  font-family: "Gibson Book";
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
}

.favorites-signin-btn {
  display: block;
  width: 100%;
  padding: 14px;
  background: #212121;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-family: "Gibson-Medium";
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 20px;
}
.favorites-signin-btn:hover {
  background: #333;
}

.favorites-signin-register {
  font-family: "Gibson Book";
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.favorites-signin-register a {
  color: #000;
  text-decoration: underline;
}

.favorites-list-dropdown {
  display: flex;
  align-items: center;
  gap: 16px;
}

.favorites-list-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-left: 16px;
}

.favorites-action-link {
  font-family: "Gibson Book";
  font-size: 13px;
  color: #000;
  cursor: pointer;
  text-decoration: underline;
}
.favorites-action-link:hover {
  color: #999;
}
.favorites-action-link.delete:hover {
  color: #d00;
}

gallery-item {
  position: relative;
}

.favorites-remove-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #999;
  cursor: pointer;
  line-height: 1;
  z-index: 2;
}
.favorites-remove-btn:hover {
  color: #d00;
  border-color: #d00;
}

.gallery-item-type {
  font-family: "Gibson Book";
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.favorites-create-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.favorites-create-popup {
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.favorites-create-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #e0e0e0;
}
.favorites-create-popup-header h4 {
  margin: 0;
  font-family: "Gibson-Medium";
  font-size: 18px;
}

.favorites-create-popup-body {
  padding: 24px;
}
.favorites-create-popup-body label {
  display: block;
  font-family: "Gibson-Medium";
  font-size: 14px;
  margin-bottom: 8px;
}
.favorites-create-popup-body input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: "Gibson Book";
  font-size: 14px;
}

.favorites-create-popup-footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px 24px;
  border-top: 1px solid #e0e0e0;
}

.favorites-print-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.favorites-print-popup {
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 520px;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.favorites-print-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 24px;
  background: #212121;
  border-radius: 8px 8px 0 0;
}
.favorites-print-header h3 {
  margin: 0;
  font-family: "Utopia Std";
  font-size: 28px;
  color: #fff;
  font-weight: normal;
}

.favorites-print-body {
  padding: 24px;
}

.favorites-print-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  cursor: pointer;
}
.favorites-print-checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #212121;
}
.favorites-print-checkbox span {
  font-family: "Gibson Book";
  font-size: 15px;
}

.favorites-print-divider {
  border-top: 1px solid #e0e0e0;
  margin: 16px 0;
}

.favorites-print-section-title {
  font-family: "Gibson-Medium";
  font-size: 16px;
  margin: 0 0 16px;
}

.favorites-print-layouts {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.favorites-print-layout {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 6px;
  padding: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100px;
  transition: border-color 0.2s;
}
.favorites-print-layout:hover {
  border-color: #999;
}
.favorites-print-layout.active {
  border-color: #212121;
}
.favorites-print-layout span {
  font-family: "Gibson Book";
  font-size: 14px;
  color: #666;
}

.favorites-print-layout-icon svg {
  display: block;
}

.favorites-print-message {
  width: 100%;
  min-height: 100px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: "Gibson Book";
  font-size: 14px;
  resize: vertical;
  margin-top: 16px;
}
.favorites-print-message::placeholder {
  color: #aaa;
}

.favorites-print-footer {
  display: flex;
  gap: 12px;
  padding: 16px 24px;
  border-top: 1px solid #e0e0e0;
}

.favorites-print-save {
  flex: 1;
  padding: 14px;
  background: #212121;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-family: "Gibson-Medium";
  font-size: 15px;
  cursor: pointer;
}
.favorites-print-save:hover {
  background: #333;
}
.favorites-print-save:disabled {
  opacity: 0.6;
  cursor: default;
}

.favorites-print-cancel {
  flex: 1;
  padding: 14px;
  background: #fff;
  color: #212121;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: "Gibson-Medium";
  font-size: 15px;
  cursor: pointer;
}
.favorites-print-cancel:hover {
  border-color: #999;
}

.custom-option-intro p {
  font-family: "Gibson Book";
  font-size: 16px;
  line-height: 1.6;
}

.custom-option-list {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}

.custom-option-card {
  display: flex;
  gap: 40px;
  padding: 24px 0;
  border-top: 1px solid #e0e0e0;
  align-items: center;
}
.custom-option-card:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.custom-option-card.cushions:last-child {
  border-bottom: none;
}

.custom-option-card-image {
  width: 35%;
  min-width: 35%;
}
.custom-option-card-image img {
  width: 100%;
  display: block;
}

.custom-option-card-info {
  flex: 1;
}

.custom-option-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}
.custom-option-card-header h3 {
  font-family: "Gibson-Medium";
  font-size: 22px;
  margin: 0 0 4px;
}
.custom-option-card-header .like-button {
  cursor: pointer;
}
.custom-option-card-header .like-button img {
  width: 22px;
  opacity: 0.6;
}
.custom-option-card-header .like-button img:hover {
  opacity: 1;
}

.custom-option-card-sku {
  font-family: "Gibson-Medium";
  font-size: 14px;
  color: #666;
}

.custom-option-card-desc {
  font-family: "Gibson Book";
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 12px 0;
}

.custom-option-download {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Gibson-Medium";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000;
  margin-top: 8px;
}
.custom-option-download .download-icon {
  width: 24px;
}
.custom-option-download:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .custom-option-card {
    flex-direction: column;
    gap: 20px;
  }
  .custom-option-card-image {
    width: 100%;
    min-width: 100%;
  }
}
.custom-option-disclaimer {
  max-width: 800px;
  margin: 48px auto 0;
  text-align: center;
}
.custom-option-disclaimer h4 {
  font-family: "Gibson-Medium";
  font-size: 18px;
  text-decoration: underline;
  margin: 24px 0 12px;
}
.custom-option-disclaimer p {
  font-family: "Gibson Book";
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 12px;
}

.nailhead-section {
  margin: 32px 0;
}

.nailhead-section-header {
  text-align: center;
  margin-bottom: 32px;
}
.nailhead-section-header h3 {
  font-family: "Utopia Std";
  font-size: 28px;
  margin-bottom: 8px;
}
.nailhead-section-header p {
  font-family: "Gibson Book";
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.nailhead-divider {
  margin: 48px 0;
}

.nailhead-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 40px;
}
@media only screen and (max-width: 640px) {
  .nailhead-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.nailhead-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.nailhead-image {
  width: 200px;
  height: 200px;
  margin-bottom: 12px;
}
.nailhead-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  .nailhead-image {
    width: 140px;
    height: 140px;
  }
}

.nailhead-name {
  font-family: "Gibson Book";
  font-size: 14px;
  margin-bottom: 8px;
}

.nailhead-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}
.nailhead-actions .download-icon {
  width: 20px;
  opacity: 0.6;
}
.nailhead-actions .download-icon:hover {
  opacity: 1;
}

.finish-detail {
  display: flex;
  gap: 40px;
  margin: 24px 0 32px;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .finish-detail {
    flex-direction: column;
    gap: 20px;
  }
}

.finish-detail-image {
  width: 45%;
  min-width: 45%;
}
.finish-detail-image img {
  width: 100%;
  display: block;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .finish-detail-image {
    width: 100%;
    min-width: 100%;
  }
}

.finish-detail-info {
  flex: 1;
}
.finish-detail-info h2 {
  margin: 0 0 4px;
}

.finish-detail-sku {
  font-family: "Gibson-Medium";
  font-size: 15px;
  color: #666;
  display: block;
  margin-bottom: 4px;
}

.finish-detail-code {
  font-family: "Gibson Book";
  font-size: 14px;
  color: #999;
  display: block;
  margin-bottom: 16px;
}

.finish-detail-meta {
  font-family: "Gibson Book";
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}
.finish-detail-meta strong {
  color: #000;
}

.finish-detail-chip {
  margin-top: 12px;
  padding: 12px 16px;
  background: #f9f9f9;
  border-radius: 4px;
  font-family: "Gibson Book";
  font-size: 14px;
}
.finish-detail-chip strong {
  display: block;
  margin-bottom: 4px;
}
.finish-detail-chip span {
  display: block;
  color: #666;
  font-size: 13px;
}

.finish-detail-actions {
  margin-top: 20px;
}

.finish-detail-about {
  padding: 24px 0;
  border-top: 1px solid #e0e0e0;
}
.finish-detail-about h4 {
  font-family: "Gibson-Medium";
  font-size: 16px;
  margin-bottom: 8px;
}
.finish-detail-about p {
  font-family: "Gibson Book";
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

.finish-detail-note {
  padding-bottom: 16px;
}
.finish-detail-note p {
  font-family: "Gibson Book";
  font-size: 13px;
  line-height: 1.6;
  color: #888;
}

.finish-detail-care {
  padding: 16px 0;
}
.finish-detail-care a {
  font-family: "Gibson-Medium";
  font-size: 14px;
  text-decoration: underline;
  color: #000;
}

.finishes-pdf-links {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 16px;
}

.finishes-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 32px 0;
}
@media only screen and (max-width: 768px) {
  .finishes-showcase {
    grid-template-columns: 1fr;
  }
}

.finishes-showcase-item {
  text-align: center;
}
.finishes-showcase-item img {
  width: 100%;
  display: block;
  max-height: 323px;
}
@media only screen and (max-width: 768px) {
  .finishes-showcase-item img {
    max-height: none;
  }
}
.finishes-showcase-item span {
  display: block;
  font-family: "Gibson Book";
  font-size: 13px;
  color: #555;
  padding: 12px 0;
}

.cushion-thumbnails {
  display: flex;
  justify-content: space-around;
  gap: 32px;
  padding: 24px 0;
  margin-bottom: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.cushion-thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  flex-shrink: 0;
}
.cushion-thumb img {
  height: auto;
}
.cushion-thumb span {
  font-family: "Gibson Book";
  font-size: 12px;
  color: #000;
  text-align: center;
}
.cushion-thumb:hover span {
  text-decoration: underline;
}

.cushion-header {
  margin: 32px 0;
}
.cushion-header h2 {
  margin: 0;
}
.cushion-header {
  border-bottom: 1px solid #000;
}

.cushion-specs {
  margin: 12px 0;
}

.cushion-spec {
  font-family: "Gibson Book";
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}
.cushion-spec strong {
  color: #000;
}

.graded-in-pdf-links {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 16px;
}

.graded-in-search {
  margin: 24px 0;
}

.graded-in-tabs {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.graded-in-tab {
  padding: 10px 20px;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  font-family: "Gibson Book";
  font-size: 14px;
  cursor: pointer;
  color: #666;
}
.graded-in-tab.active {
  color: #000;
  border-bottom-color: #000;
  font-family: "Gibson-Medium";
}

.graded-in-search-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
}
.graded-in-search-row select, .graded-in-search-row input {
  flex: 1;
  padding: 10px;
  border: 1px solid #666;
  border-radius: 5px;
  font-family: "Gibson Book";
  font-size: 14px;
}
.graded-in-search-row button {
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  .graded-in-search-row {
    flex-direction: column;
  }
  .graded-in-search-row select, .graded-in-search-row input, .graded-in-search-row button {
    width: 100%;
  }
}

.graded-in-loading,
.graded-in-no-results {
  text-align: center;
  padding: 24px 0;
  font-family: "Gibson Book";
  font-size: 14px;
  color: #999;
}

.graded-in-results {
  margin-top: 16px;
}
.graded-in-results table {
  width: 100%;
  border-collapse: collapse;
}
.graded-in-results th {
  text-align: left;
  font-family: "Gibson-Medium";
  font-size: 13px;
  padding: 10px 12px;
  border-bottom: 2px solid #e0e0e0;
  color: #666;
  text-transform: uppercase;
}
.graded-in-results td {
  padding: 10px 12px;
  font-family: "Gibson Book";
  font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
}
.graded-in-results tr:hover td {
  background: #fafafa;
}

.vendor-logos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 32px 0;
}
@media only screen and (max-width: 768px) {
  .vendor-logos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .vendor-logos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.vendor-logo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.vendor-logo-image {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vendor-logo-image img {
  max-width: 160px;
  max-height: 80px;
  object-fit: contain;
}

.vendor-logo-link {
  font-family: "Gibson Book";
  font-size: 12px;
  color: #666;
}
.vendor-logo-link:hover {
  text-decoration: underline;
}

.inspiration-section {
  padding: 24px 0;
}

.inspiration-section-title {
  font-family: "Utopia Std";
  text-align: center;
  margin-bottom: 36px;
  text-transform: capitalize;
}

.inspiration-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .inspiration-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .inspiration-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.inspiration-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inspiration-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 10px;
}
.inspiration-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inspiration-card-title {
  font-family: "Gibson Book";
  font-size: 13px;
  color: #000;
  text-align: center;
  line-height: 1.4;
}
.inspiration-card-title:hover {
  text-decoration: underline;
}

.resources-component {
  margin-top: 16px;
}

.resources-tabs {
  display: flex;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.resources-tab {
  padding: 12px 20px;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  font-family: "Gibson Book";
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  color: #666;
  white-space: nowrap;
}
.resources-tab:hover {
  color: #000;
}
.resources-tab.active {
  color: #000;
  border-bottom-color: #000;
  font-family: "Gibson-Medium";
}

.resources-tab-arrow {
  font-size: 10px;
  margin-left: 4px;
}

.resources-tab-dropdown {
  position: relative;
}
.resources-tab-dropdown.active .resources-tab {
  color: #000;
  border-bottom-color: #000;
  font-family: "Gibson-Medium";
}

.resources-tab-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
  min-width: 200px;
}

.resources-tab-menu-item {
  display: block;
  padding: 10px 16px;
  font-family: "Gibson Book";
  font-size: 13px;
  color: #000;
  cursor: pointer;
}
.resources-tab-menu-item:hover {
  background: #f5f5f5;
}

.resources-section {
  padding: 24px 0;
  scroll-margin-top: 80px;
}

.resources-section-title {
  font-family: "Utopia Std";
  text-align: center;
  margin-bottom: 32px;
  text-transform: capitalize;
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .resources-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .resources-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.resources-card {
  display: flex;
  flex-direction: column;
}

.resources-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin-bottom: 8px;
}
.resources-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.resources-card-title {
  font-family: "Gibson-Medium";
  font-size: 13px;
  color: #000;
  line-height: 1.4;
}
.resources-card-title:hover {
  text-decoration: underline;
}

.resources-card-date {
  font-family: "Gibson Book";
  font-size: 12px;
  color: #999;
  margin-top: 2px;
}

.resources-card-placeholder {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px;
}
.resources-card-placeholder img {
  width: 40px;
  height: auto;
  opacity: 0.4;
}
.resources-card-placeholder span {
  font-family: "Gibson Book";
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 1.4;
}

.content-padding {
  padding-top: 48px;
}

.admin-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .admin-stats-row {
    grid-template-columns: 1fr;
  }
}

.admin-stat-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 24px;
  text-align: center;
}

.admin-stat-number {
  font-family: "Utopia Std";
  font-size: 42px;
  line-height: 1;
  margin-bottom: 4px;
}

.admin-stat-label {
  font-family: "Gibson-Medium";
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.admin-stat-breakdown {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.admin-stat-breakdown span {
  font-family: "Gibson Book";
  font-size: 13px;
  color: #999;
}
.admin-stat-breakdown span.pending {
  color: #e6a817;
}
.admin-stat-breakdown span.approved {
  color: #2e7d32;
}
.admin-stat-breakdown span.rejected {
  color: #c62828;
}

.admin-section {
  margin-bottom: 36px;
}

.admin-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.admin-section-title {
  font-family: "Gibson-Medium";
  font-size: 18px;
  margin: 0 0 12px;
}

.admin-section-header .admin-section-title {
  margin-bottom: 0;
}

.admin-view-all {
  font-family: "Gibson Book";
  font-size: 13px;
  text-decoration: underline;
}

.admin-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .admin-links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .admin-links-grid {
    grid-template-columns: 1fr;
  }
}

.impersonation-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #1a1a1a;
  color: #fff;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Gibson-Medium";
  font-size: 13px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.25);
}
.impersonation-banner .impersonation-banner-icon {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.impersonation-banner .impersonation-banner-text {
  flex: 1;
}
.impersonation-banner .impersonation-banner-text strong {
  font-family: "Gibson-Medium";
}
.impersonation-banner .impersonation-banner-end {
  background: #fff;
  color: #1a1a1a;
  border: none;
  padding: 6px 14px;
  font-family: "Gibson-Medium";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  border-radius: 3px;
}
.impersonation-banner .impersonation-banner-end:hover {
  background: #e0e0e0;
}
.impersonation-banner .impersonation-banner-end:disabled {
  opacity: 0.6;
  cursor: default;
}

body:has(.impersonation-banner) {
  padding-bottom: 48px;
}

.admin-link-card {
  display: block;
  border: 1px solid #e0e0e0;
  border-top-width: 4px;
  border-radius: 6px;
  padding: 20px;
  background: #fafafa;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  color: #000;
}
.admin-link-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.admin-link-card.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.admin-link-card h4 {
  font-family: "Gibson-Medium";
  font-size: 16px;
  margin: 0 0 6px;
}
.admin-link-card p {
  font-family: "Gibson Book";
  font-size: 13px;
  color: #777;
  margin: 0;
  line-height: 1.4;
}
.admin-link-card.tile-users {
  border-top-color: #4a90b8;
  background: #f1f7fb;
}
.admin-link-card.tile-salesreps {
  border-top-color: #2c6e8f;
  background: #eef4f9;
}
.admin-link-card.tile-unassigned {
  border-top-color: #d9763d;
  background: #fcf2eb;
}
.admin-link-card.tile-quotes {
  border-top-color: #5a9c6a;
  background: #eff7f1;
}
.admin-link-card.tile-registrations {
  border-top-color: #4a8a5a;
  background: #ecf4ee;
}
.admin-link-card.tile-cms {
  border-top-color: #8b6db8;
  background: #f4f0f9;
}
.admin-link-card.tile-data {
  border-top-color: #5a6c7d;
  background: #eff2f5;
}
.admin-link-card.tile-settings {
  border-top-color: #4a5b6c;
  background: #ecf0f3;
}
.admin-link-card.tile-profile {
  border-top-color: #888;
  background: #f4f4f4;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
}
.admin-table th {
  text-align: left;
  font-family: "Gibson-Medium";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 12px;
  border-bottom: 2px solid #e0e0e0;
  color: #666;
}
.admin-table th.text-right {
  text-align: right;
}
.admin-table td {
  padding: 10px 12px;
  font-family: "Gibson Book";
  font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
}
.admin-table td a {
  text-decoration: underline;
}
.admin-table td.text-right {
  text-align: right;
}
.admin-table tr:hover td {
  background: #fafafa;
}

.admin-status {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 12px;
  font-family: "Gibson-Medium";
  font-size: 12px;
  text-transform: capitalize;
}
.admin-status.submitted {
  background: #e3f2fd;
  color: #1565c0;
}
.admin-status.open {
  background: #fff3e0;
  color: #e65100;
}
.admin-status.pending {
  background: #fff8e1;
  color: #f57f17;
}
.admin-status.approved {
  background: #e8f5e9;
  color: #2e7d32;
}
.admin-status.rejected {
  background: #ffebee;
  color: #c62828;
}

.admin-role {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 12px;
  font-family: "Gibson-Medium";
  font-size: 12px;
}
.admin-role.administrator {
  background: #f3e5f5;
  color: #6a1b9a;
}
.admin-role.salesrep {
  background: #e3f2fd;
  color: #1565c0;
}
.admin-role.dealer {
  background: #e8f5e9;
  color: #2e7d32;
}
.admin-role.user {
  background: #f5f5f5;
  color: #666;
}

.admin-empty {
  font-family: "Gibson Book";
  font-size: 14px;
  color: #999;
  padding: 16px 0;
}

.admin-breadcrumb {
  font-family: "Gibson Book";
  font-size: 13px;
  color: #999;
  margin-bottom: 20px;
}
.admin-breadcrumb a {
  text-decoration: underline;
}
.admin-breadcrumb span {
  color: #000;
}

.admin-status-toggle {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  font-family: "Gibson-Medium";
  font-size: 12px;
  cursor: pointer;
  border: none;
  transition: background 0.2s ease;
}
.admin-status-toggle.active {
  background: #e8f5e9;
  color: #2e7d32;
}
.admin-status-toggle.active:hover {
  background: #ffebee;
  color: #c62828;
}
.admin-status-toggle.disabled {
  background: #ffebee;
  color: #c62828;
}
.admin-status-toggle.disabled:hover {
  background: #e8f5e9;
  color: #2e7d32;
}

.admin-section-desc {
  font-family: "Gibson Book";
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 24px;
}
.admin-section-desc code {
  background: #f5f5f5;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 13px;
}

.email-templates-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.email-template-item {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 20px;
}

.email-template-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.email-template-label {
  font-family: "Gibson-Medium";
  font-size: 15px;
}

.email-template-type {
  font-family: "Gibson Book";
  font-size: 12px;
  color: #999;
  background: #f5f5f5;
  padding: 2px 10px;
  border-radius: 12px;
}

.email-template-editor {
  margin-bottom: 12px;
}
.email-template-editor input, .email-template-editor textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: "Gibson Book";
  font-size: 14px;
  line-height: 1.5;
  resize: vertical;
}
.email-template-editor input:focus, .email-template-editor textarea:focus {
  outline: none;
  border-color: #999;
}

.email-template-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.email-template-save {
  font-size: 13px !important;
  padding: 6px 20px !important;
}

.email-template-status {
  font-family: "Gibson Book";
  font-size: 13px;
}
.email-template-status.saved {
  color: #2e7d32;
}
.email-template-status.error {
  color: #c62828;
}

.admin-subsection-title {
  font-family: "Gibson-Medium";
  font-size: 16px;
  margin: 0 0 8px 0;
}

.graded-in-section {
  margin-top: 8px;
}

.graded-in-input-group {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.graded-in-filename {
  font-family: "Gibson Book";
  font-size: 13px;
  color: #666;
  flex: 1;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.graded-in-autocomplete-wrapper {
  position: relative;
  flex: 1;
  max-width: 500px;
}

.graded-in-input {
  width: 100%;
  padding: 8px 12px;
  font-family: "Gibson Book";
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
}
.graded-in-input:focus {
  outline: none;
  border-color: #999;
}

.graded-in-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  z-index: 100;
}

.graded-in-dropdown-item {
  padding: 8px 12px;
  font-family: "Gibson Book";
  font-size: 13px;
  cursor: pointer;
}
.graded-in-dropdown-item:hover {
  background: #f5f5f5;
}
.graded-in-dropdown-item.disabled {
  color: #999;
  cursor: default;
  font-style: italic;
}
.graded-in-dropdown-item.disabled:hover {
  background: transparent;
}

.graded-in-status {
  margin-top: 12px;
  font-family: "Gibson Book";
  font-size: 13px;
}
.graded-in-status.success {
  color: #2e7d32;
}
.graded-in-status.error {
  color: #c62828;
}

.graded-in-dl {
  display: flex;
  align-items: flex-end;
}

.carousel-config-list {
  margin-top: 8px;
}

.carousel-config-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.carousel-config-label {
  font-family: "Gibson Book";
  font-size: 14px;
  min-width: 200px;
}

.carousel-config-select {
  flex: 1;
  max-width: 400px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: "Gibson Book";
  font-size: 13px;
}

.carousel-config-status {
  font-size: 13px;
  font-family: "Gibson Book";
  min-width: 50px;
}
.carousel-config-status.saved {
  color: #2e7d32;
}
.carousel-config-status.error {
  color: #c62828;
}

.data-mgmt-status-card {
  background: #fafafa;
  border: 1px solid #eee;
  padding: 20px;
  margin-top: 12px;
  max-width: 500px;
}

.data-mgmt-status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.data-mgmt-status-row:last-child {
  border-bottom: none;
}

.data-mgmt-label {
  font-family: "Gibson Book";
  font-size: 14px;
  color: #666;
}

.data-mgmt-queue-section {
  margin-top: 24px;
}

.data-mgmt-queue-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.data-mgmt-select {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: "Gibson Book";
  font-size: 14px;
  min-width: 220px;
}

.data-mgmt-queue-status {
  font-family: "Gibson Book";
  font-size: 13px;
}
.data-mgmt-queue-status.success {
  color: #2e7d32;
}
.data-mgmt-queue-status.error {
  color: #c62828;
}

.admin-status.idle {
  background: #e8e8e8;
  color: #555;
}

.admin-status.queued {
  background: #fff3e0;
  color: #e65100;
}

.admin-status.processing {
  background: #e3f2fd;
  color: #1565c0;
}

@media (max-width: 767px) {
  .k-grid {
    width: 100% !important;
    overflow: visible !important;
    height: auto !important;
  }
  .k-grid-aria-root,
  .k-grid-container {
    overflow: visible !important;
    display: block !important;
    height: auto !important;
  }
  .k-grid .k-grid-content .k-table,
  .k-grid .k-grid-header .k-table {
    table-layout: auto !important;
    width: 100% !important;
  }
  /* Default table layout for desktop */
  .k-grid-table {
    width: 100%;
    table-layout: auto;
  }
  /* Override table layout to use flexbox for stacking */
  .k-grid-table {
    display: block;
  }
  .k-grid-header {
    display: none !important;
  }
  .k-grid-header-wrap {
    display: none !important;
  }
  .k-table.k-grid-table.k-table-md > colgroup {
    display: none;
  }
  .k-table-row.k-master-row > td {
    border: 0;
  }
  .k-grid-content tr {
    border-bottom: 0;
  }
  .k-grid-content {
    height: auto !important;
    overflow: visible !important;
  }
  .k-grid-content tbody {
    display: block;
  }
  /* Keep pager (pagination controls) using Kendo's default layout — undo any inherited flex-column from card layout */
  .k-grid .k-pager,
  .k-grid .k-grid-pager,
  .k-grid .k-pager * {
    flex-direction: row !important;
  }
  .k-grid .k-pager .k-dropdownlist,
  .k-grid .k-pager .k-picker {
    width: auto !important;
    min-width: 0;
  }
  /* Each row becomes a flex container */
  .k-grid-content tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff;
  }
  /* Each cell becomes a block element */
  .k-grid-content td {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
    border: none;
  }
  /* Add column headers as pseudo-elements before each cell */
  .k-grid-content td::before {
    content: attr(data-label) ":";
    font-weight: bold;
    margin-right: 10px;
    color: #333;
    width: 100px;
  }
  /* Hide the original header row */
  .k-grid-header {
    display: none;
  }
  /* Ensure last cell in a row has no bottom border */
  .k-grid-content tr td:last-child {
    border-bottom: none;
  }
  /* Optional: Style for better readability */
  .k-grid-content td {
    font-size: 14px;
  }
  .k-toolbar.k-grid-toolbar div.align-right {
    margin-left: 0;
  }
  /* Footer stacking */
  .k-grid-footer {
    display: block;
  }
  .k-grid-footer tr {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding: 10px;
    background-color: #f8f9fa;
  }
  .k-grid-footer td {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
    border-top: none;
    border-left: 0 !important;
  }
  .k-grid-footer td::before {
    content: attr(data-label);
    font-weight: bold;
    margin-right: 10px;
    color: #333;
    width: 100px;
  }
  .k-grid-footer td[data-label=""]::before {
    margin-right: 0;
    width: 0;
  }
  .k-grid-footer td:last-child {
    border-bottom: none;
  }
  .k-grid-footer td:empty {
    display: none;
  }
  .k-table.k-grid-footer-table.k-table-md > colgroup {
    display: none;
  }
  /* Optional: Add a title for the footer section */
  /*.k-grid-footer::before {
    content: "Totals";
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    color: #555;
  }*/
  .k-grid,
  .k-grid .k-grid-contents,
  .k-grid .k-grid-content,
  .k-grid .k-grid-content-locked {
    height: auto !important;
    max-height: none !important;
  }
  /* Kill the scroll container behavior */
  .k-grid .k-grid-content,
  .k-grid .k-grid-content-locked,
  .k-grid .k-auto-scrollable {
    overflow: visible !important;
  }
}
.site-credits {
  margin-left: 8px;
  text-decoration: underline;
  cursor: pointer;
}
.site-credits:hover {
  text-decoration: underline;
}

.ink {
  overflow: hidden;
  border: 0 !important;
}

.ink:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(236, 240, 241, 0.3);
  transform: translate(-50%, -50%);
}

.ink.dark:before {
  background-color: rgba(117, 117, 117, 0.3);
}

.ink:active {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12) !important;
}

.ink.no-elevation:active {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: none !important;
}

.ink:active:before {
  width: 120%;
  padding-top: 120%;
  transition: width 0.2s ease-out, padding-top 0.2s ease-out;
}

.ui-button {
  padding: 0.7em 1em 0.7em 1em;
  font-size: 1em;
}
.ui-button.next {
  padding-right: 2.5em;
}
.ui-button.next:after {
  font-size: 1em;
  content: "\e901";
  right: 0.5em;
  top: 0.7em;
  line-height: 1;
}
.ui-button.prev {
  padding-left: 2.5em;
}
.ui-button.prev:after {
  font-size: 1em;
  content: "\e900";
  left: 0.5em;
  top: 0.7em;
  line-height: 1;
}
.ui-button {
  margin: 0.5em 0 0 0;
  border-radius: 0;
  font-family: inherit;
  font-weight: normal;
  text-align: center;
  line-height: 1 !important;
  position: relative;
  cursor: pointer !important;
  display: inline-block;
}
.ui-button.next:after, .ui-button.prev:after, .ui-button.down:after, .ui-button[data-ui=dropdown]:after, .ui-button.up:after {
  font-family: elliptical;
  position: absolute;
}
.ui-button ui-button-dropdown:after, .ui-button .ui-button-dropdown:after {
  font-family: elliptical;
  position: absolute;
}
.ui-button:focus {
  outline: thin dotted #ccc !important;
}
@media only screen and (max-width: 1024px) and (min-width: 220px) {
  .ui-button:focus {
    outline: thin solid transparent !important;
  }
}
.ui-button.active {
  cursor: default !important;
}
.ui-button.jumbo {
  padding: 1.15em 1.5em 1.15em 1.5em;
  font-size: 1.5em;
}
.ui-button.jumbo.next {
  padding-right: 3em;
}
.ui-button.jumbo.next:after {
  font-size: 1.5em;
  content: "\e901";
  right: 0.1em;
  top: 0.7666666667em;
  line-height: 0.6666666667;
}
.ui-button.jumbo.prev {
  padding-left: 3em;
}
.ui-button.jumbo.prev:after {
  font-size: 1.5em;
  content: "\e900";
  left: 0.1em;
  top: 0.7666666667em;
  line-height: 0.6666666667;
}
.ui-button.large {
  padding: 0.8em 1.15em 0.8em 1.15em;
  font-size: 1.15em;
}
.ui-button.large.next {
  padding-right: 2.65em;
}
.ui-button.large.next:after {
  font-size: 1.15em;
  content: "\e901";
  right: 0.1em;
  top: 0.6956521739em;
  line-height: 0.8695652174;
}
.ui-button.large.prev {
  padding-left: 2.65em;
}
.ui-button.large.prev:after {
  font-size: 1.15em;
  content: "\e900";
  left: 0.1em;
  top: 0.6956521739em;
  line-height: 0.8695652174;
}
.ui-button.small {
  padding: 0.6em 0.8em 0.6em 0.8em;
  font-size: 0.9em;
}
.ui-button.small.next {
  padding-right: 2.3em;
}
.ui-button.small.next:after {
  font-size: 0.9em;
  content: "\e901";
  right: 0.5em;
  top: 0.6666666667em;
  line-height: 1.1111111111;
}
.ui-button.small.prev {
  padding-left: 2.3em;
}
.ui-button.small.prev:after {
  font-size: 0.9em;
  content: "\e900";
  left: 0.5em;
  top: 0.6666666667em;
  line-height: 1.1111111111;
}
.ui-button.tiny {
  padding: 0.5em 0.7em 0.5em 0.7em;
  font-size: 0.8em;
}
.ui-button.tiny.next {
  padding-right: 2.2em;
}
.ui-button.tiny.next:after {
  font-size: 0.8em;
  content: "\e901";
  right: 0.5em;
  top: 0.625em;
  line-height: 1.25;
}
.ui-button.tiny.prev {
  padding-left: 2.2em;
}
.ui-button.tiny.prev:after {
  font-size: 0.8em;
  content: "\e900";
  left: 0.5em;
  top: 0.625em;
  line-height: 1.25;
}
.ui-button.expand {
  width: 100%;
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ui-button.radius {
  border-radius: 0;
}
.ui-button.round {
  border-radius: 1000px;
}
.ui-button.transparent {
  opacity: 0.8;
}
.ui-button.left-align {
  text-align: left;
  text-indent: 0.75em;
}
.ui-button.icon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.ui-button.icon > span:first-of-type {
  margin-right: 6px;
}
.ui-button.icon.tiny-padding {
  padding: 0.25em 0.5em;
}
.ui-button.disabled, .ui-button[disabled] {
  cursor: default !important;
}
.ui-button.primary:focus {
  outline: thin dotted #ccc !important;
}
@media only screen and (max-width: 1024px) and (min-width: 220px) {
  .ui-button.primary:focus {
    outline: thin solid transparent !important;
  }
}
.ui-button.primary.active {
  cursor: default !important;
}
.ui-button.primary.disabled, .ui-button.primary[disabled] {
  cursor: default !important;
}
.ui-button.inverse:focus {
  outline: thin dotted #ccc !important;
}
@media only screen and (max-width: 1024px) and (min-width: 220px) {
  .ui-button.inverse:focus {
    outline: thin solid transparent !important;
  }
}
.ui-button.inverse.active {
  cursor: default !important;
}
.ui-button.inverse.disabled, .ui-button.inverse[disabled] {
  cursor: default !important;
}
.ui-button.secondary:focus {
  outline: thin dotted #ccc !important;
}
@media only screen and (max-width: 1024px) and (min-width: 220px) {
  .ui-button.secondary:focus {
    outline: thin solid transparent !important;
  }
}
.ui-button.secondary.active {
  cursor: default !important;
}
.ui-button.secondary.disabled, .ui-button.secondary[disabled] {
  cursor: default !important;
}
ui-button-dropdown, .ui-button-dropdown {
  position: relative;
}
ui-button-dropdown:focus, .ui-button-dropdown:focus {
  outline: thin dotted #ccc !important;
}
@media only screen and (max-width: 1024px) and (min-width: 220px) {
  ui-button-dropdown:focus, .ui-button-dropdown:focus {
    outline: thin solid transparent !important;
  }
}

/*$tag:ui-dropdown;
@include element-tag($tag:$tag,$tags:$tags,$class:$class){
  @include _ui-dropdown($component, $divider, $width,$min-width, $top, $margin,$padding, $float, $z-index, $font-size, $border, $item-padding,
          $item-divider-margin, $border-radius, $span-icon-margin
  );
  @content;
}*/
ui-dropdown, .ui-dropdown {
  left: 0;
  min-width: 12em;
  list-style: none;
  margin: 0;
  padding: 0 0 0.5em 0;
  position: absolute;
  top: 100%;
  float: none;
  z-index: 10998;
  border-radius: 0;
  display: none;
  font-size: 1em;
}
ui-dropdown > menu-item, .ui-dropdown > menu-item {
  text-align: left;
  display: list-item;
}
ui-dropdown > menu-item:first-child, .ui-dropdown > menu-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
ui-dropdown > menu-item:last-child, .ui-dropdown > menu-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
ui-dropdown > menu-item:focus, .ui-dropdown > menu-item:focus {
  display: inherit;
  outline: thin dotted #ccc !important;
}
@media only screen and (max-width: 1024px) and (min-width: 220px) {
  ui-dropdown > menu-item:focus, .ui-dropdown > menu-item:focus {
    outline: thin solid transparent !important;
  }
}
ui-dropdown > menu-item.disabled, ui-dropdown > menu-item[disabled], .ui-dropdown > menu-item.disabled, .ui-dropdown > menu-item[disabled] {
  cursor: default !important;
}
ui-dropdown > menu-item > a, .ui-dropdown > menu-item > a {
  text-align: left;
  font-size: 1em;
  white-space: nowrap;
  display: block;
  padding: 0.5em 1em;
}
ui-dropdown > menu-item > a > span[class*=icon-], .ui-dropdown > menu-item > a > span[class*=icon-] {
  margin: 0 0.5em 0 0;
}
ui-dropdown > menu-divider, .ui-dropdown > menu-divider {
  width: 100%;
  height: 1px;
  margin: 0;
  display: list-item;
}
ui-dropdown.show, ui-dropdown.active, .ui-dropdown.show, .ui-dropdown.active {
  display: list-item !important;
}
ui-dropdown.visible, .ui-dropdown.visible {
  visibility: visible !important;
}
ui-dropdown.horizontal, .ui-dropdown.horizontal {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

@-moz-document url-prefix() {
  ui-dropdown > menu-item, .ui-dropdown > menu-item {
    padding: 0.5em 1em;
  }
  ui-dropdown > menu-item > a, .ui-dropdown > menu-item > a {
    min-width: 12em;
    padding: 0 !important;
  }
}
ui-mega-dropdown {
  left: 0;
  list-style: none;
  margin: 0;
  padding: 1em;
  position: absolute;
  top: 100%;
  z-index: 10998;
  border-radius: 0;
  display: none;
  font-size: 1em;
  min-width: 450px;
  min-height: 12.5em;
  height: auto;
  cursor: default;
}
ui-mega-dropdown.show, ui-mega-dropdown.active {
  display: block !important;
}
ui-mega-dropdown.visible {
  visibility: visible !important;
}

.ui-button {
  position: relative;
  min-width: 150px;
  box-shadow: none !important;
  border-radius: 5px;
  padding: 12px 16px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Gibson Book";
  transition: all 0.5s ease-in;
}
@media only screen and (max-width: 768px) {
  .ui-button {
    min-width: 100px;
  }
}
.ui-button.small {
  min-width: 0;
}
.ui-button:hover, .ui-button:active {
  background: #F7F2EC;
}
.ui-button:hover {
  text-decoration: none !important;
}
.ui-button.full-width {
  width: 100%;
}
.ui-button.icon {
  display: flex;
  align-items: center;
  padding: 0.4em 0.75em;
}
.ui-button.icon > span {
  height: 1em;
  margin: auto 0;
}
.ui-button.icon > img {
  margin-left: 8px;
}
.ui-button.icon > img.right {
  margin-left: 0;
  margin-right: 8px;
}
.ui-button.icon2 {
  display: flex;
  align-items: center;
}
.ui-button.icon2 > i {
  margin-left: 6px;
}
@media only screen and (max-width: 640px) {
  .ui-button.icon2 > span {
    font-size: 12px;
  }
}
.ui-button.flex-box {
  display: flex;
  justify-content: center;
}

.ui-button.large {
  padding: 20px 32px;
  font-size: 24px;
  min-width: 250px;
}
.ui-button.large.auto {
  min-width: 0;
}

.ui-button.large-2 {
  padding: 1.25em 2em;
  font-size: 18px;
  min-width: 270px;
}
.ui-button.large-2.auto {
  min-width: 0;
}

.ui-button.medium {
  padding: 1em 1.75em;
  font-size: 16px;
  min-width: 175px;
}

.ui-button.min-width {
  min-width: 200px;
}

.ui-button.small {
  padding: 0.3em 0.8em 0.3em 0.8em;
  font-size: 0.9em;
}
.ui-button.small:hover {
  font-size: 0.9em;
}

.ui-button.margin-left {
  margin-left: 1em;
}

.ui-button-default {
  transition: all 0.5s ease-out;
  background: #fff;
  color: #000;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  padding: 0.75em 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Gibson Book";
  cursor: pointer;
  width: fit-content;
}
.ui-button-default:hover, .ui-button-default:active {
  background: #f0f0f0;
}
.ui-button-default > img {
  margin-left: 8px;
  width: 11px;
}

.ui-button.secondary:hover {
  background: #f0f0f0;
}

.ui-button-configure, .ui-button-quote-request {
  transition: all 0.5s ease-out;
  background: #f1eeed;
  color: #000;
  border: 1px solid #7e7e7e;
  border-radius: 5px;
  box-shadow: none;
  padding: 0.75em 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Gibson Book";
  cursor: pointer;
}
.ui-button-configure:hover, .ui-button-quote-request:hover, .ui-button-configure:active, .ui-button-quote-request:active {
  background: #f0f0f0;
}
.ui-button-configure > img, .ui-button-quote-request > img {
  margin-left: 8px;
  width: 11px;
}
.ui-button-configure.form-padding, .form-padding.ui-button-quote-request {
  padding: 10px;
}

a.ui-button-configure, a.ui-button-quote-request {
  max-width: fit-content;
}

.facebook {
  position: relative;
  width: 100%;
  color: #fff;
  border: 1px solid transparent;
  border-color: transparent;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  background: #3b5998;
  border-radius: 0;
  padding: 0.5em 1em;
}
.facebook:hover, .facebook:active {
  background: rgb(53.2957345972, 80.3952606635, 137.3042654028);
}
.facebook > .icon {
  position: absolute;
  z-index: 2;
  left: 10px;
}

.button-social {
  position: relative;
  width: 100%;
  color: #fff;
  border: 1px solid transparent;
  border-color: transparent;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 0.5em 1em;
  max-width: 220px;
  width: 220px;
}
.button-social:hover, .button-social:active {
  background: rgb(53.2957345972, 80.3952606635, 137.3042654028);
}
.button-social > .icon {
  position: absolute;
  z-index: 2;
  left: 10px;
}
.button-social.facebook {
  background: #3b5998;
}
.button-social.twitter {
  background: #00aced;
}

.theme-dark .ui-button.primary {
  background: #54595c;
}
.theme-dark .ui-button.primary:hover {
  background: rgb(59.6590909091, 63.2102272727, 65.3409090909);
}
.theme-dark .ui-button.secondary {
  background: #3c3f40;
}
.theme-dark .ui-button.secondary:hover {
  background: rgb(52.5967741935, 55.2266129032, 56.1032258065);
}

@media only screen and (max-width: 640px) {
  .ui-button {
    /*min-width:0;
    font-size:14px;
    padding: 8px 10px;
    &:hover{
        font-size:14px;
    }*/
  }
}
.body-overflow-hidden {
  overflow: hidden;
}

app-layout {
  display: block;
  min-height: 120px;
}
app-layout .mdc-simple-menu {
  z-index: 20;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  app-layout {
    min-height: 55px;
  }
}

app-drawer-layout {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 10;
}
app-drawer-layout [data-logo] {
  cursor: pointer;
}

app-drawer {
  position: fixed;
  display: block;
  top: -120px;
  right: 0;
  bottom: -120px;
  left: 0;
  visibility: hidden;
  transition-property: visibility;
  z-index: 15;
}
app-drawer > app-drawer-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 302px;
  padding: 120px 0;
  transition-property: transform;
  transform: translate3d(-100%, 0, 0);
  transition-duration: 200ms;
  background-color: #212121;
  opacity: 0.9;
  z-index: 15;
}
app-drawer > app-drawer-content > .drawer-scrollable-container {
  max-height: 100%;
  overflow-y: auto;
}
app-drawer > app-drawer-content .drawer-items {
  padding: 24px 36px;
  display: flex;
  flex-direction: column;
}
app-drawer > app-drawer-content .drawer-items a {
  padding: 6px 0;
  font-size: 14px;
  color: #fff;
}
app-drawer > app-drawer-content .drawer-items a:hover {
  color: #fff;
  font-size: 14px;
}
app-drawer > app-drawer-content .drawer-items a:active {
  color: #fff;
  font-size: 14px;
}
app-drawer > app-drawer-content .drawer-items a[data-menu-id] {
  position: relative;
}
app-drawer > app-drawer-content .drawer-items a[data-menu-id]:hover:before {
  position: absolute;
  font-size: 24px;
  top: -3px;
  right: 10px;
  font-family: "Material Icons";
  content: "\e5c8";
  color: #fff;
}
app-drawer > app-drawer-content .drawer-items hr {
  border-top: 1px solid #fff;
  margin: 0.5em 0 0.5em 0;
}
app-drawer > app-drawer-content > .drawer-submenu {
  background: #666;
  opacity: 0.9;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 302px;
  transition: width 0.25s linear;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  padding-bottom: 124px;
}
app-drawer > app-drawer-content > .drawer-submenu.show {
  width: 306px;
  padding-top: 120px;
}
app-drawer > app-drawer-content > .drawer-submenu.show .submenu-nav {
  width: 100%;
  padding: 60px 24px 24px 24px;
  font-size: 14px;
}
app-drawer > app-drawer-content > .drawer-submenu.show-no-animation {
  width: 306px;
  padding-top: 120px;
  transition: none !important;
}
app-drawer > app-drawer-content > .drawer-submenu.show-no-animation .submenu-nav {
  width: 100%;
  padding: 60px 24px 24px 24px;
  font-size: 14px;
}
app-drawer > app-drawer-content > .drawer-submenu.hide {
  display: none !important;
}
app-drawer > app-drawer-content > .drawer-submenu > header {
  display: none;
}
app-drawer > app-drawer-content > .drawer-submenu > section {
  display: none;
}
app-drawer > app-drawer-content > .drawer-submenu .submenu-nav {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
app-drawer > app-drawer-content > .drawer-submenu .submenu-nav a {
  white-space: pre-wrap;
}
app-drawer > app-drawer-content > .drawer-submenu [data-menu],
app-drawer > app-drawer-content > .drawer-submenu [data-submenu] {
  display: none;
}
app-drawer > app-drawer-content > .drawer-submenu [data-menu].show,
app-drawer > app-drawer-content > .drawer-submenu [data-submenu].show {
  display: flex;
  flex-direction: column;
  width: 100%;
}
app-drawer > app-drawer-content > .drawer-submenu [data-menu].show h5, app-drawer > app-drawer-content > .drawer-submenu [data-menu].show h6,
app-drawer > app-drawer-content > .drawer-submenu [data-submenu].show h5,
app-drawer > app-drawer-content > .drawer-submenu [data-submenu].show h6 {
  color: #fff;
}
app-drawer > app-drawer-content > .drawer-submenu [data-menu].show a,
app-drawer > app-drawer-content > .drawer-submenu [data-submenu].show a {
  color: #fff;
  font-family: "Gibson Book";
  margin-top: 5px;
}
app-drawer > app-drawer-content > .drawer-submenu [data-menu].show a:hover,
app-drawer > app-drawer-content > .drawer-submenu [data-submenu].show a:hover {
  color: rgba(255, 255, 255, 0.7);
}
app-drawer > app-drawer-content > .drawer-submenu [data-menu].show .submenu-section-header,
app-drawer > app-drawer-content > .drawer-submenu [data-submenu].show .submenu-section-header {
  display: block;
  color: #fff;
  font-family: "Gibson Book";
  font-size: 12px;
  letter-spacing: 2px;
  margin: 20px 0 6px;
  opacity: 0.7;
}
app-drawer > app-drawer-content > .drawer-submenu [data-menu].show .submenu-section-header:first-child,
app-drawer > app-drawer-content > .drawer-submenu [data-submenu].show .submenu-section-header:first-child {
  margin-top: 0;
}
app-drawer > .app-drawer-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-property: opacity;
  transform: translateZ(0);
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition-duration: 200ms;
  visibility: hidden;
  z-index: 5;
}
app-drawer.open > app-drawer-content {
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
app-drawer.open > .app-drawer-modal {
  opacity: 1;
  visibility: visible;
}
app-drawer.content-visible {
  visibility: visible;
}
app-drawer.content-visible > app-drawer-content {
  visibility: visible;
}

app-toolbar {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 55px;
  transition: all 0.5s linear;
  background-color: rgb(255, 255, 255);
}
app-toolbar.shadow {
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 8;
  border: 1px solid transparent;
}
app-toolbar.shadow:before {
  position: absolute;
  right: 0px;
  bottom: -5px;
  left: 0px;
  width: 100%;
  height: 5px;
  content: "";
  transition: opacity 0.4s;
  pointer-events: none;
  box-shadow: inset 0px 5px 6px -3px rgba(0, 0, 0, 0.2);
}

app-header {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  app-header {
    display: none;
  }
}
@media (max-width: 768px) {
  app-drawer > app-drawer-content {
    width: 100%;
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }
  app-drawer > app-drawer-content.hide-main-drawer {
    left: -100%;
  }
  app-drawer > app-drawer-content .drawer-items > a {
    display: table;
    width: 70%;
  }
  app-drawer > app-drawer-content .drawer-items > a[data-menu-id] {
    position: relative;
  }
  app-drawer > app-drawer-content .drawer-items > a[data-menu-id]:hover:before {
    display: none;
  }
  app-drawer > app-drawer-content .drawer-items > section {
    display: flex;
    width: 100%;
  }
  app-drawer > app-drawer-content .drawer-submenu {
    left: 100%;
    transition: all 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  app-drawer > app-drawer-content .drawer-submenu.show {
    width: 100%;
  }
  app-drawer > app-drawer-content .drawer-submenu.hide-menu {
    transition-duration: 600ms;
    left: -100%;
  }
  app-drawer > app-drawer-content .drawer-submenu > header {
    display: flex;
    justify-content: space-between;
  }
  app-drawer > app-drawer-content .drawer-submenu > header .submenu-back {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 24px;
    font-size: 14px;
  }
  app-drawer > app-drawer-content .drawer-submenu > header .submenu-back span {
    margin-left: 6px;
  }
  app-drawer > app-drawer-content .drawer-submenu > header .submenu-close {
    cursor: pointer;
    padding: 6px;
    background: #000;
    color: #fff;
  }
}
@media only screen and (max-width: 1024px) {
  app-header {
    display: none !important;
  }
}
app-header {
  height: 120px;
  top: -120px;
  left: 0;
  right: 0;
  z-index: 10;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
  display: block;
  transition: top 0.4s ease-in-out;
}
app-header.fixed {
  position: fixed;
  top: 0;
}
app-header.position-fixed {
  position: fixed;
}
app-header .app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  position: relative;
}
app-header.no-border {
  border-bottom: 1px solid #e0e0e0;
}
app-header nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
app-header nav a {
  margin: 0 36px;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  font-family: "Gibson Book";
  color: #000;
  letter-spacing: 2px;
}
app-header nav a.active {
  color: #999;
}
app-header nav {
  position: absolute;
  bottom: 4px;
}
app-header .menu-bar {
  width: 33%;
  padding-left: 50px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  app-header .menu-bar {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 640px) {
  app-header .menu-bar {
    padding-left: 5px;
  }
}
app-header .logo {
  text-align: center;
  width: 33%;
}
app-header .account {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 50px;
}
@media only screen and (max-width: 1200px) {
  app-header .account {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  app-header .account {
    padding-right: 5px;
  }
}
app-header .account-signin {
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 8px;
  display: block;
}
app-header .quote-badge-link,
app-header .header-icon-link {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 16px;
  color: #000;
  cursor: pointer;
}
app-header .quote-badge-link::after,
app-header .header-icon-link::after {
  content: attr(data-title);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
  padding: 6px 10px;
  background: #212121;
  color: #fff;
  font-family: "Gibson Book";
  font-size: 11px;
  white-space: nowrap;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  z-index: 200;
}
app-header .quote-badge-link:hover::after,
app-header .header-icon-link:hover::after {
  opacity: 1;
  visibility: visible;
}
app-header .quote-badge-count,
app-header .favorites-badge-count {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #212121;
  color: #fff;
  font-family: "Gibson-Medium";
  font-size: 10px;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  padding: 0 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
}
app-header .main-logo {
  width: 225px;
  cursor: pointer;
}

app-toolbar {
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  app-toolbar {
    visibility: visible;
    opacity: 1;
    border-bottom: 1px solid #e0e0e0;
  }
}
app-toolbar {
  padding-left: 0;
}
app-toolbar .toggle-container {
  display: flex;
  align-items: center;
  width: 33%;
  padding-left: 8px;
}
app-toolbar .logo-container {
  text-align: center;
  width: 34%;
  display: flex;
  align-items: center;
  justify-content: center;
}
app-toolbar .logo-container .mobile-logo {
  width: 180px;
  cursor: pointer;
}
app-toolbar .account-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 33%;
  padding-right: 16px;
  gap: 12px;
}
app-toolbar .account-container .quote-badge-link,
app-toolbar .account-container .header-icon-link {
  position: relative;
  display: flex;
  align-items: center;
  color: #000;
  cursor: pointer;
}
app-toolbar .account-container .icon-24x24 {
  width: 22px;
  height: 22px;
}
app-toolbar .account-container .quote-badge-count,
app-toolbar .account-container .favorites-badge-count {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #212121;
  color: #fff;
  font-family: "Gibson-Medium";
  font-size: 10px;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  padding: 0 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
}

.search-icon {
  width: 18px;
  margin-left: 12px;
  margin-top: 6px;
}

.m-search-icon {
  width: 18px;
  margin-left: 4px;
  margin-top: 6px;
}

.key-icon {
  width: 21px;
}

.hamburger {
  width: 2.18rem;
  height: 2rem;
  opacity: 1;
  position: relative;
  display: block;
  cursor: pointer;
  background: none;
  border: none;
}

.hamburger > span {
  top: 1rem;
  left: 0.55rem;
  position: absolute;
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger > span, .hamburger > span:after, .hamburger > span:before {
  width: 1rem;
  height: 1px;
  background-color: #000;
  outline: 1px solid transparent;
  display: block;
}

.hamburger > span:before {
  top: 0.35rem;
  transition: top 0.1s ease 0.2s, opacity 0.1s ease;
}

.hamburger > span:after {
  bottom: 0.35rem;
  transition: bottom 0.1s ease 0.2s, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger > span:after, .hamburger > span:before {
  content: "";
  position: absolute;
}

.hamburger.is-active span {
  transform: rotate(45deg);
}

.hamburger.is-active span, .hamburger.is-active span:after, .hamburger.is-active span:before {
  transition: transform 1s ease;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active span {
  transform: rotate(45deg);
}

.hamburger.is-active span:before {
  top: 0;
  transition: top 0.1s ease, opacity 0.1s ease 0.2s;
}

.hamburger.is-active span, .hamburger.is-active span:after, .hamburger.is-active span:before {
  transition: transform 1s ease;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active span:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.m-hamburger {
  width: 2.18rem;
  height: 2rem;
  opacity: 1;
  position: relative;
  display: block;
  cursor: pointer;
  background: none;
  border: none;
}

.m-hamburger > span {
  top: 1rem;
  left: 0.55rem;
  position: absolute;
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.m-hamburger > span,
.m-hamburger > span:after,
.m-hamburger > span:before {
  width: 1rem;
  height: 1px;
  background-color: #000;
  outline: 1px solid transparent;
  display: block;
}

.m-hamburger > span:before {
  top: 0.35rem;
  transition: top 0.1s ease 0.2s, opacity 0.1s ease;
}

.m-hamburger > span:after {
  bottom: 0.35rem;
  transition: bottom 0.1s ease 0.2s, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.m-hamburger > span:after,
.m-hamburger > span:before {
  content: "";
  position: absolute;
}

.header-menu-container {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: -1;
  border-bottom: 1px solid #e0e0e0;
  min-height: 500px;
  width: 100%;
  height: calc(100vh - 200px);
  max-height: calc(100vh - 200px);
  transform: translateY(-1999px);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .header-menu-container {
    display: none;
  }
}
.header-menu-container.show {
  transform: translateY(120px);
  opacity: 1;
}
.header-menu-container > .column-1, .header-menu-container > .column-2 {
  width: 20%;
  border-right: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 12px;
  overflow-y: auto;
}
.header-menu-container > .column-1 .row, .header-menu-container > .column-2 .row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 0;
  width: 100%;
  justify-content: center;
  margin-bottom: 8px;
}
.header-menu-container > .column-1 .row.active, .header-menu-container > .column-2 .row.active {
  background: #f1eeed;
}
.header-menu-container > .column-1 .row > .link, .header-menu-container > .column-2 .row > .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 160px;
}
.header-menu-container > .column-1 .row > .link a, .header-menu-container > .column-2 .row > .link a {
  text-transform: uppercase;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-menu-container > .column-1 .row > .link a img, .header-menu-container > .column-2 .row > .link a img {
  width: 8px;
  height: 15px;
}
.header-menu-container > .column-1 .row .rule, .header-menu-container > .column-2 .row .rule {
  width: 180px;
  height: 3px;
  background: #f1eeed;
  margin: 8px 0;
}
.header-menu-container > .column-1 > .rows, .header-menu-container > .column-2 > .rows {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.header-menu-container > .column-1 a, .header-menu-container > .column-2 a {
  font-size: 14px;
}
.header-menu-container > .column-1 .link-arrow, .header-menu-container > .column-2 .link-arrow {
  width: 8px;
}
.header-menu-container a {
  cursor: pointer;
}
.header-menu-container > .column-3 {
  width: 60%;
  background: #f1eeed;
  padding: 48px;
  overflow-y: auto;
}
.header-menu-container .panel-three-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.header-menu-container .panel-four-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.header-menu-container .panel-header {
  font-family: "Utopia Std";
  font-size: 20px;
  margin-bottom: 16px;
  display: block;
  text-transform: uppercase;
}
.header-menu-container .panel-header.margin {
  margin-top: 32px;
}
.header-menu-container .panel-subheader {
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
}
.header-menu-container .panel-subheader.margin {
  margin-top: 16px;
}
.header-menu-container .panel-category {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-menu-container .panel-category.open > .toggle-arrow {
  transform: scaleY(-1);
}
.header-menu-container .panel-subcategories {
  display: none;
  padding-left: 20px;
}
.header-menu-container .panel-subcategories a {
  display: block;
}
.header-menu-container .panel-subcategories.open {
  display: block;
}
.header-menu-container .toggle-arrow {
  width: 12px;
  margin-left: 6px;
  cursor: pointer;
}
.header-menu-container .panel-menu {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  height: 0;
  font-size: 14px;
}
.header-menu-container .panel-menu.show {
  display: grid;
  opacity: 1;
  height: auto;
}
.header-menu-container .panel-menu.block.show {
  display: block;
}

.header-menu-container:not(.show) {
  transition: none; /* disables slide-out animation */
}

.search-icon {
  cursor: pointer;
}

.mobile-search-modal {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .mobile-search-modal {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1100;
    visibility: hidden;
    pointer-events: none;
  }
}
.mobile-search-modal.open {
  visibility: visible;
  pointer-events: auto;
}
.mobile-search-modal.open .mobile-search-modal-overlay {
  opacity: 1;
}
.mobile-search-modal.open .mobile-search-modal-panel {
  transform: translateY(0);
}

.mobile-search-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.mobile-search-modal-panel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.mobile-search-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
}

.mobile-search-modal-title {
  font-family: "Gibson-Medium";
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mobile-search-modal-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  color: #333;
}

.mobile-search-modal-input-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px 8px;
  flex-shrink: 0;
}

.mobile-search-input-icon {
  width: 18px;
  flex-shrink: 0;
}

.mobile-search-md-input {
  flex: 1;
  width: 100%;
}
.mobile-search-md-input .input-group {
  margin: 0;
}
.mobile-search-md-input .input-group input {
  border-bottom: 0;
  font-size: 14px;
  font-family: "Gibson Book";
  width: 100%;
}
.mobile-search-md-input .input-group input::placeholder {
  color: #000;
}
.mobile-search-md-input .input-group .bar {
  width: 100%;
}

.mobile-search-modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 20px;
}

.mobile-search-section-title {
  font-family: "Gibson-Medium";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  margin: 16px 0 8px;
}
.mobile-search-section-title:first-child {
  margin-top: 0;
}

.mobile-search-terms-list {
  display: flex;
  flex-direction: column;
}
.mobile-search-terms-list a {
  padding: 8px 0;
  font-family: "Gibson Book";
  font-size: 14px;
  color: #222;
  text-decoration: none;
}

.mobile-search-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.mobile-search-gallery .no-results {
  grid-column: 1/-1;
  text-align: center;
  padding: 24px;
  color: #999;
}

.m-search-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.m-search-item-image {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.m-search-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.m-search-item-info {
  display: flex;
  flex-direction: column;
  padding: 8px 4px;
  font-family: "Gibson Book";
  font-size: 13px;
}

.m-search-item-collection,
.m-search-item-sku {
  color: #666;
  font-size: 12px;
}

.m-search-item-title {
  color: #222;
  margin: 2px 0;
}

.mobile-search-modal-footer {
  padding: 14px 20px;
  border-top: 1px solid #eee;
  flex-shrink: 0;
}

.mobile-search-view-results {
  display: block;
  width: 100%;
  background: #2d3830;
  color: #fff;
  text-align: center;
  padding: 14px;
  font-family: "Gibson-Medium";
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}

.search-bar {
  position: absolute;
  width: 400px;
  top: -35px;
  left: 35px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1480px) {
  .search-bar {
    width: 400px;
  }
}
@media only screen and (max-width: 1250px) {
  .search-bar {
    width: 300px;
  }
}
.search-bar.expanded {
  display: flex;
  justify-content: space-between;
}
.search-bar .search-container-icon {
  margin-right: 48px;
  min-width: 30px;
}
.search-bar .search-container-clear {
  margin-left: 48px;
  cursor: pointer;
  color: #000;
}
.search-bar md-input {
  width: 100%;
}
.search-bar md-input .input-group {
  margin: 0;
}
.search-bar md-input .input-group input {
  border-bottom: 0;
  font-size: 14px;
  font-family: "Gibson Book";
  width: 100%;
}
.search-bar md-input .input-group input::placeholder {
  color: #000;
}
.search-bar md-input .input-group .bar {
  width: 100%;
}

.drawer-items a, .submenu-nav.second-level a {
  max-width: 170px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.drawer-items a img, .submenu-nav.second-level a img {
  width: 10px;
}
.drawer-items hr, .submenu-nav.second-level hr {
  margin: 24px 0 !important;
}

.toolbar-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  color: #fff;
  padding: 16px;
}
.toolbar-box .profile-mini-box {
  display: flex;
  flex-direction: column;
}
.toolbar-box .profile-mini-box > div {
  margin-top: 8px;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
}
.toolbar-box .profile-mini-box > div a {
  margin-right: 12px;
  color: #fff;
}
.toolbar-box .profile-mini-box > div a:hover {
  color: #fff;
}

.form-message-container, form-notification {
  display: flex;
  justify-content: center;
  min-height: 50px;
  margin-top: 2em;
  opacity: 0;
  transition: all 0.5s linear;
  width: 100%;
}
.form-message-container.visible, form-notification.visible {
  opacity: 1;
  transition: all 0.5s linear;
}
.form-message-container .form-message, form-notification .form-message {
  position: relative;
  width: 800px;
  max-width: 100%;
  display: flex;
  padding: 0;
}
.form-message-container .form-message .icon-content-close, form-notification .form-message .icon-content-close {
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 7px;
}
.form-message-container .form-message .icon-content-close:before, form-notification .form-message .icon-content-close:before {
  font-size: 18px;
}
.form-message-container .form-message .icon-content-check:before, form-notification .form-message .icon-content-check:before {
  font-size: 32px;
}
.form-message-container .form-message .status, form-notification .form-message .status {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-message-container .form-message .status-description, form-notification .form-message .status-description {
  padding: 1em;
}

.semantic-error {
  background: #f2dede;
  color: #bc5251;
  border: 1px solid #eed3d7;
  border-radius: 4px;
  padding: 15px;
}
.semantic-error:before {
  color: #bc5251;
}
.semantic-error:after {
  color: #bc5251;
}
.semantic-error:hover {
  color: #bc5251;
}
.semantic-error::-webkit-input-placeholder {
  color: #bc5251 !important;
}
.semantic-error::-moz-placeholder {
  color: #bc5251 !important;
  opacity: 1;
}
.semantic-error::-o-placeholder {
  color: #bc5251 !important;
}
.semantic-error:-ms-input-placeholder {
  color: #bc5251 !important;
}
.semantic-error::placeholder {
  color: #bc5251 !important;
  opacity: 1;
}

.semantic-success {
  background: #dff0d8;
  color: #468847;
  border: 1px solid #d6e9c6;
  border-radius: 4px;
  padding: 15px;
}
.semantic-success:before {
  color: #468847;
}
.semantic-success:after {
  color: #468847;
}
.semantic-success:hover {
  color: #468847;
}
.semantic-success::-webkit-input-placeholder {
  color: #468847 !important;
}
.semantic-success::-moz-placeholder {
  color: #468847 !important;
  opacity: 1;
}
.semantic-success::-o-placeholder {
  color: #468847 !important;
}
.semantic-success:-ms-input-placeholder {
  color: #468847 !important;
}
.semantic-success::placeholder {
  color: #468847 !important;
  opacity: 1;
}

.semantic-warning {
  background: #fcf8e3;
  color: #c09853;
  border: 1px solid #faebcc;
  border-radius: 4px;
  padding: 15px;
}
.semantic-warning:before {
  color: #c09853;
}
.semantic-warning:after {
  color: #c09853;
}
.semantic-warning:hover {
  color: #c09853;
}
.semantic-warning::-webkit-input-placeholder {
  color: #c09853 !important;
}
.semantic-warning::-moz-placeholder {
  color: #c09853 !important;
  opacity: 1;
}
.semantic-warning::-o-placeholder {
  color: #c09853 !important;
}
.semantic-warning:-ms-input-placeholder {
  color: #c09853 !important;
}
.semantic-warning::placeholder {
  color: #c09853 !important;
  opacity: 1;
}

.semantic-info {
  background: #d9edf7;
  color: #3a87ad;
  border: 1px solid #bce8f1;
  border-radius: 4px;
  padding: 15px;
}
.semantic-info:before {
  color: #3a87ad;
}
.semantic-info:after {
  color: #3a87ad;
}
.semantic-info:hover {
  color: #3a87ad;
}
.semantic-info::-webkit-input-placeholder {
  color: #3a87ad !important;
}
.semantic-info::-moz-placeholder {
  color: #3a87ad !important;
  opacity: 1;
}
.semantic-info::-o-placeholder {
  color: #3a87ad !important;
}
.semantic-info:-ms-input-placeholder {
  color: #3a87ad !important;
}
.semantic-info::placeholder {
  color: #3a87ad !important;
  opacity: 1;
}

form {
  width: 600px;
  max-width: 100%;
  box-sizing: border-box;
}
form.auto {
  width: auto;
}
form.full-width {
  width: 100%;
}
form .button-action {
  margin-top: 4em;
}
form.wider {
  width: 750px;
}
@media only screen and (max-width: 640px) {
  form {
    padding-left: 16px;
    padding-right: 16px;
  }
  form .button-action {
    margin-top: 2em;
  }
}

form.flex-form, .flex-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
form.flex-form > *:not(.submit), .flex-form > *:not(.submit) {
  width: 42%;
}
form.flex-form > .submit, .flex-form > .submit {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  form.flex-form > *, .flex-form > * {
    width: 100% !important;
  }
}

form.stretch-inputs-to-fit input:not([type=checkbox]):not([type=radio]), form.stretch-inputs-to-fit textarea, form.stretch-inputs-to-fit select, .stretch-inputs-to-fit input:not([type=checkbox]):not([type=radio]), .stretch-inputs-to-fit textarea, .stretch-inputs-to-fit select {
  width: 100% !important;
}
form.stretch-inputs-to-fit .bar, .stretch-inputs-to-fit .bar {
  width: 100% !important;
}

.form-width {
  width: 600px;
  max-width: 100%;
}

.form-message-width {
  width: 650px;
  max-width: 100%;
}

.button-action {
  margin-top: 2em;
}

input, textarea {
  border-radius: 5px;
  border: 1px solid #666;
  background-color: #ffffff;
  display: block;
  font-size: 1em;
  margin: 0 0 0 0;
  padding: 0.6em 0.75em;
  width: 100%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
}
input::-o-placeholder, textarea::-o-placeholder {
  color: #000;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
}
input::placeholder, textarea::placeholder {
  color: #000;
}
input, textarea {
  transition: all 0.25s ease-in-out;
  color: #000;
}
input:focus, textarea:focus {
  border-color: black;
  outline: none !important;
}
input:active, input.active, textarea:active, textarea.active {
  border-color: black;
}
input[readonly]:focus, textarea[readonly]:focus {
  border-color: #ccc;
}
input.error, textarea.error {
  border-color: #F7685B;
}
input.error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder {
  color: #F7685B;
}
input.error::-moz-placeholder, textarea.error::-moz-placeholder {
  color: #F7685B;
}
input.error::-o-placeholder, textarea.error::-o-placeholder {
  color: #F7685B;
}
input.error:-ms-input-placeholder, textarea.error:-ms-input-placeholder {
  color: #F7685B;
}
input.error::placeholder, textarea.error::placeholder {
  color: #F7685B;
}
input.error, textarea.error {
  color: #F7685B;
  background: #f2dede;
}

input:focus, textarea:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.media-manager-container input:focus, .media-manager-container textarea:focus {
  box-shadow: none;
}

textarea {
  min-height: 150px;
}

.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.form-group label {
  min-width: 120px;
  width: 150px;
  margin-right: 12px;
  font-size: 14px;
  text-align: end;
}

.form-group-vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2px;
}
.form-group-vertical label {
  font-size: 16px;
  font-family: "Gibson-Medium";
  margin-bottom: 4px;
}
.form-group-vertical input {
  margin-bottom: 2px;
  font-size: 16px;
}
.form-group-vertical select {
  width: 100%;
}
.form-group-vertical label.error {
  color: #F7685B;
  font-size: 14px;
  opacity: 0;
  animation: fadeIn 0.3s ease-in-out forwards;
}
.form-group-vertical label.error.show {
  opacity: 1;
}
.form-group-vertical md-checkbox {
  margin: 0;
}

.password-input-wrapper {
  position: relative;
  width: 100%;
}
.password-input-wrapper input {
  width: 100%;
  padding-right: 40px;
}
.password-input-wrapper .password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
  font-size: 20px;
  user-select: none;
}
.password-input-wrapper .password-toggle:hover {
  color: #555;
}

.form-button {
  text-align: center;
}

input[type=date] {
  padding: 0.3em 0.75em;
  width: 300px;
  max-width: 100%;
  margin-top: 12px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #000;
}

.social-form-box {
  display: flex;
  justify-content: space-between;
  width: 500px;
  max-width: 100%;
  margin-top: 2em;
}
.social-form-box form {
  width: auto;
}

form-api-submit {
  display: block;
  width: fit-content;
}

form-api-submit.min-height {
  min-height: 400px;
}

ui-select, state-select, country-select {
  position: relative;
}
ui-select, state-select, country-select {
  min-width: 18.625em;
  padding: 0.4em 1em;
  border-radius: 0;
  display: inline-block;
  line-height: 1.5;
  margin: 0 0 1em 0;
}
ui-select.expand, ui-select.ui-expand, state-select.expand, state-select.ui-expand, country-select.expand, country-select.ui-expand {
  width: 100%;
}
ui-select > select, state-select > select, country-select > select {
  -webkit-appearance: none;
  -moz-appearance: window;
  font-size: 1em;
  line-height: 1;
  background: transparent;
  border: 0;
  text-shadow: none !important;
  outline: none;
  font-weight: normal;
}
ui-select > select option, state-select > select option, country-select > select option {
  color: #000;
}
ui-select ::-ms-expand, state-select ::-ms-expand, country-select ::-ms-expand {
  display: none;
}
ui-select:after, state-select:after, country-select:after {
  content: "\e00f";
  font-family: elliptical;
  font-size: 1em;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  pointer-events: none;
}

@-moz-document url-prefix() {
  ui-select select, state-select select, country-select select {
    text-overflow: "";
    text-indent: 0.1em;
  }
}
@media only screen and (max-width: 640px) {
  ui-select, state-select, country-select {
    width: 90%;
  }
}
ui-select, [ui-select] {
  border: 1px solid rgba(76, 53, 32, 0.5);
  background: #F7F2EC;
  border-radius: 0;
  min-width: 0;
  padding-right: 0.2em;
  width: 100%;
  margin: 0;
}
ui-select:after, [ui-select]:after {
  font-family: "content" !important;
  font-size: 24px;
  position: absolute;
  color: #000;
  content: "\e612";
  top: 20%;
  right: 4px;
}

ui-select > select {
  color: #7f7f7e;
  width: 100%;
}

.form-group.two {
  display: flex;
  justify-content: space-between;
}
.form-group.two > input, .form-group.two ui-select, .form-group.two [ui-select] {
  width: 48%;
}

.form-container h3 {
  margin-bottom: 24px;
}
.form-container p.aside {
  font-size: 14px;
  text-align: center;
}
.form-container p.aside a {
  text-decoration: underline;
}
.form-container p.aside a:hover {
  text-decoration: underline;
}
.form-container .form-footer-box {
  font-size: 14px;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.form-container .form-footer-box > * {
  margin: 0 5px;
}
.form-container .form-footer-box a {
  text-decoration: underline;
}
.form-container .form-footer-box a:hover {
  text-decoration: underline;
}

.column-two {
  display: flex;
  justify-content: space-between;
}
.column-two > * {
  width: 45%;
  min-width: 45%;
}

.column-margin {
  margin-bottom: 1em;
  align-items: flex-end;
}
.column-margin > * {
  margin-bottom: 0;
}
.column-margin > input {
  max-height: 40px;
}

fieldset {
  border: 0;
}
fieldset.column-two {
  display: flex;
  justify-content: space-between;
}
fieldset.column-two > * {
  width: 45%;
}

:-moz-ui-invalid:not(output) {
  box-shadow: none;
}

form-api-submit {
  display: block;
}

.no-box-shadow input:focus, .no-box-shadow textarea:focus {
  box-shadow: none;
}

.no-box-shadow input:focus, .no-box-shadow textarea:focus {
  box-shadow: none;
}

@media (max-width: 768px) {
  .social-form-box {
    width: 100%;
  }
  .social-form-box > * {
    width: 40%;
  }
  .social-form-box .button-social {
    min-width: 100%;
  }
}
@media (max-width: 640px) {
  .social-form-box {
    flex-wrap: wrap;
  }
  .social-form-box > * {
    margin-bottom: 0.5em;
    width: 100%;
  }
  .social-form-box > * .button-social {
    min-width: 100%;
  }
  .form-container {
    font-size: 14px;
  }
  .form-container .form-footer-box {
    flex-wrap: wrap;
  }
  .form-container .form-footer-box > * {
    width: 100%;
    text-align: center;
    margin: 12px 0;
  }
  .form-container .form-footer-box .divider {
    display: none;
  }
  /*&>*{
    width:100%;
    min-width:100%;
  }*/
  fieldset {
    border: 0;
  }
  fieldset.column-two {
    flex-wrap: wrap;
  }
  fieldset.column-two > * {
    width: 100%;
    min-width: 100%;
  }
  .column-two {
    flex-wrap: wrap;
  }
  .column-two > * {
    width: 100%;
    min-width: 100%;
  }
}
.gallery-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 24px;
  margin-bottom: 32px;
}
.gallery-header h2 {
  margin-bottom: 8px;
}

.gallery-submenu {
  display: flex;
  justify-content: center;
}
.gallery-submenu span.dot {
  margin: 0 12px;
}

.gallery-grid {
  display: flex;
  justify-content: space-between;
}
.gallery-grid > .gallery-filters-container {
  display: none;
}
.gallery-grid > .gallery-items-container {
  width: 100%;
}
.gallery-grid .filters-header-container {
  display: flex;
  justify-content: space-between;
  height: 96px;
  position: sticky;
  top: 120px;
  background: #fff;
  z-index: 3;
  padding-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .gallery-grid .filters-header-container {
    position: static;
    height: auto;
    top: auto;
  }
}

.gallery-items-list {
  margin-top: 44px;
}

@keyframes altIn {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
shopping-gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* exactly 5 columns */
  grid-auto-rows: 1fr;
  /* auto-create rows */
  gap: 12px;
}
@media only screen and (max-width: 1300px) {
  shopping-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  shopping-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  shopping-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }
}
shopping-gallery > gallery-item {
  padding: 0 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 64px;
  font-family: "Utopia Std";
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  shopping-gallery > gallery-item {
    margin-bottom: 24px;
  }
}
shopping-gallery > gallery-item .gallery-item-badge {
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 2;
  background: #000;
  color: #fff;
  padding: 2px 14px;
  font-size: 14px;
  font-family: "Gibson Book";
  text-transform: uppercase;
}
shopping-gallery > gallery-item .image-container {
  height: 300px;
  transition: filter 0.3s ease;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
shopping-gallery > gallery-item .image-container img {
  object-fit: contain;
  max-height: 100%;
  width: auto;
}
shopping-gallery > gallery-item .image-container.hover {
  animation: altIn 350ms ease forwards;
}
shopping-gallery > gallery-item .image-container:hover {
  filter: brightness(1.03) contrast(1.02);
}
@media only screen and (max-width: 1600px) {
  shopping-gallery > gallery-item .image-container {
    height: 280px;
  }
}
@media only screen and (max-width: 1500px) {
  shopping-gallery > gallery-item .image-container {
    height: 270px;
  }
}
@media only screen and (max-width: 1450px) {
  shopping-gallery > gallery-item .image-container {
    height: 260px;
  }
}
@media only screen and (max-width: 1400px) {
  shopping-gallery > gallery-item .image-container {
    height: 250px;
  }
}
@media only screen and (max-width: 1350px) {
  shopping-gallery > gallery-item .image-container {
    height: 240px;
  }
}
@media only screen and (max-width: 1300px) {
  shopping-gallery > gallery-item .image-container {
    height: 280px;
  }
}
@media only screen and (max-width: 1250px) {
  shopping-gallery > gallery-item .image-container {
    height: 270px;
  }
}
@media only screen and (max-width: 1150px) {
  shopping-gallery > gallery-item .image-container {
    height: 250px;
  }
}
@media only screen and (max-width: 1100px) {
  shopping-gallery > gallery-item .image-container {
    height: 240px;
  }
}
@media only screen and (max-width: 1080px) {
  shopping-gallery > gallery-item .image-container {
    height: 230px;
  }
}
@media only screen and (max-width: 1024px) {
  shopping-gallery > gallery-item .image-container {
    height: 270px;
  }
}
@media only screen and (max-width: 950px) {
  shopping-gallery > gallery-item .image-container {
    height: 260px;
  }
}
@media only screen and (max-width: 820px) {
  shopping-gallery > gallery-item .image-container {
    height: 250px;
  }
}
@media only screen and (max-width: 780px) {
  shopping-gallery > gallery-item .image-container {
    height: 230px;
  }
}
@media only screen and (max-width: 750px) {
  shopping-gallery > gallery-item .image-container {
    height: 220px;
  }
}
@media only screen and (max-width: 720px) {
  shopping-gallery > gallery-item .image-container {
    height: 210px;
  }
}
@media only screen and (max-width: 700px) {
  shopping-gallery > gallery-item .image-container {
    height: 200px;
  }
}
@media only screen and (max-width: 660px) {
  shopping-gallery > gallery-item .image-container {
    height: 190px;
  }
}
@media only screen and (max-width: 640px) {
  shopping-gallery > gallery-item .image-container {
    height: 250px;
  }
}
@media only screen and (max-width: 530px) {
  shopping-gallery > gallery-item .image-container {
    height: 230px;
  }
}
@media only screen and (max-width: 480px) {
  shopping-gallery > gallery-item .image-container {
    height: 220px;
  }
}
@media only screen and (max-width: 420px) {
  shopping-gallery > gallery-item .image-container {
    height: 190px;
  }
}
shopping-gallery > gallery-item .gallery-item-info {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  padding: 0 5px;
}
shopping-gallery > gallery-item .gallery-item-collection {
  text-transform: uppercase;
  font-family: "Gibson Book";
}
shopping-gallery > gallery-item .gallery-item-title {
  font-size: 16px;
}
shopping-gallery > gallery-item .gallery-item-sku {
  font-family: "Gibson Book";
}
shopping-gallery > gallery-item .gallery-item-grade {
  font-family: "Gibson Book";
  font-size: 13px;
}
shopping-gallery > gallery-item .gallery-item-description {
  font-size: 14px;
  margin: 6px 0;
}
shopping-gallery > gallery-item .gallery-item-price .price-original {
  text-decoration: line-through;
  color: #999;
  margin-right: 6px;
}
shopping-gallery > gallery-item .gallery-item-price .price-clearance {
  color: #c41230;
  font-weight: 600;
}
shopping-gallery > gallery-item .gallery-item-like {
  cursor: pointer;
  margin-top: 8px;
}
shopping-gallery > gallery-item .gallery-item-like > img {
  width: 20px;
}
shopping-gallery > gallery-item .gallery-image {
  min-height: 200px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  shopping-gallery > gallery-item .gallery-image {
    min-height: 0;
  }
}
shopping-gallery > gallery-item {
  min-width: 0;
}
shopping-gallery > gallery-item .gallery-item-collection,
shopping-gallery > gallery-item .gallery-item-title,
shopping-gallery > gallery-item .gallery-item-sku,
shopping-gallery > gallery-item .gallery-item-description {
  overflow-wrap: anywhere;
  word-break: break-word;
}

shopping-gallery.fabrics > gallery-item .gallery-item-info {
  padding-left: 24px;
}

shopping-gallery.fabrics > gallery-item {
  align-items: flex-start;
}

.gallery-no-results {
  font-size: 14px;
  text-align: center;
  margin-top: 36px;
  color: #666;
}

.gallery-items-count {
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  .gallery-items-count {
    font-size: 12px;
  }
}
.gallery-items-count {
  display: flex;
  align-items: center;
  height: 24px;
  padding-right: 20px;
  position: relative;
}
.gallery-items-count .count-label {
  margin-left: 24px;
  font-size: 12px;
  min-width: 84px;
}
@media only screen and (max-width: 400px) {
  .gallery-items-count .count-label {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .gallery-items-count .sort-bar {
    display: none;
  }
}

.gallery-search-bar {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 400px) {
  .gallery-search-bar {
    margin-left: 5px;
  }
}
.gallery-search-bar .gallery-search-input {
  position: relative;
}
.gallery-search-bar .gallery-search-input-inner {
  display: flex;
  align-items: center;
  margin-right: 12px;
  /*&.expanded{
      display:flex;
      align-items: center;
      margin-right:12px;
  }*/
}
.gallery-search-bar .gallery-search-input-inner .mdc-text-field--upgraded:not(.mdc-text-field--fullwidth):not(.mdc-text-field--box) {
  margin: 0;
}
.gallery-search-bar .gallery-search-input-inner .mdc-text-field--upgraded:not(.mdc-text-field--fullwidth):not(.mdc-text-field--box):not(.mdc-text-field--textarea):not(.mdc-text-field--outlined) {
  height: auto;
}
.gallery-search-bar .gallery-search-input-field {
  margin-left: 10px;
  width: 150px;
}
.gallery-search-bar .gallery-search-input-field input {
  font-size: 12px;
}

.gallery-search-cancel {
  font-size: 20px;
  transition: all 0.5s linear;
  opacity: 0;
}
.gallery-search-cancel.visible {
  opacity: 1;
  cursor: pointer;
}

.search-icon-g {
  width: 18px;
  margin-right: 12px;
  margin-top: 6px;
  cursor: pointer;
}

.search-icon-g-2 {
  width: 18px;
  margin-top: 6px;
}

.gallery-item {
  padding: 0 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 64px;
  font-family: "Utopia Std";
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .gallery-item {
    margin-bottom: 24px;
  }
}
.gallery-item .gallery-item-badge {
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 2;
  background: #000;
  color: #fff;
  padding: 2px 14px;
  font-size: 14px;
  font-family: "Gibson Book";
  text-transform: uppercase;
}
.gallery-item .image-container {
  height: 300px;
  transition: filter 0.3s ease;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
.gallery-item .image-container img {
  object-fit: contain;
  max-height: 100%;
  width: auto;
}
.gallery-item .image-container.hover {
  animation: altIn 350ms ease forwards;
}
.gallery-item .image-container:hover {
  filter: brightness(1.03) contrast(1.02);
}
@media only screen and (max-width: 1600px) {
  .gallery-item .image-container {
    height: 280px;
  }
}
@media only screen and (max-width: 1500px) {
  .gallery-item .image-container {
    height: 270px;
  }
}
@media only screen and (max-width: 1450px) {
  .gallery-item .image-container {
    height: 260px;
  }
}
@media only screen and (max-width: 1400px) {
  .gallery-item .image-container {
    height: 250px;
  }
}
@media only screen and (max-width: 1350px) {
  .gallery-item .image-container {
    height: 240px;
  }
}
@media only screen and (max-width: 1300px) {
  .gallery-item .image-container {
    height: 280px;
  }
}
@media only screen and (max-width: 1250px) {
  .gallery-item .image-container {
    height: 270px;
  }
}
@media only screen and (max-width: 1150px) {
  .gallery-item .image-container {
    height: 250px;
  }
}
@media only screen and (max-width: 1100px) {
  .gallery-item .image-container {
    height: 240px;
  }
}
@media only screen and (max-width: 1080px) {
  .gallery-item .image-container {
    height: 230px;
  }
}
@media only screen and (max-width: 1024px) {
  .gallery-item .image-container {
    height: 270px;
  }
}
@media only screen and (max-width: 950px) {
  .gallery-item .image-container {
    height: 260px;
  }
}
@media only screen and (max-width: 820px) {
  .gallery-item .image-container {
    height: 250px;
  }
}
@media only screen and (max-width: 780px) {
  .gallery-item .image-container {
    height: 230px;
  }
}
@media only screen and (max-width: 750px) {
  .gallery-item .image-container {
    height: 220px;
  }
}
@media only screen and (max-width: 720px) {
  .gallery-item .image-container {
    height: 210px;
  }
}
@media only screen and (max-width: 700px) {
  .gallery-item .image-container {
    height: 200px;
  }
}
@media only screen and (max-width: 660px) {
  .gallery-item .image-container {
    height: 190px;
  }
}
@media only screen and (max-width: 640px) {
  .gallery-item .image-container {
    height: 250px;
  }
}
@media only screen and (max-width: 530px) {
  .gallery-item .image-container {
    height: 230px;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-item .image-container {
    height: 220px;
  }
}
@media only screen and (max-width: 420px) {
  .gallery-item .image-container {
    height: 190px;
  }
}
.gallery-item .gallery-item-info {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  padding: 0 5px;
}
.gallery-item .gallery-item-collection {
  text-transform: uppercase;
  font-family: "Gibson Book";
}
.gallery-item .gallery-item-title {
  font-size: 16px;
}
.gallery-item .gallery-item-sku {
  font-family: "Gibson Book";
}
.gallery-item .gallery-item-grade {
  font-family: "Gibson Book";
  font-size: 13px;
}
.gallery-item .gallery-item-description {
  font-size: 14px;
  margin: 6px 0;
}
.gallery-item .gallery-item-price .price-original {
  text-decoration: line-through;
  color: #999;
  margin-right: 6px;
}
.gallery-item .gallery-item-price .price-clearance {
  color: #c41230;
  font-weight: 600;
}
.gallery-item .gallery-item-like {
  cursor: pointer;
  margin-top: 8px;
}
.gallery-item .gallery-item-like > img {
  width: 20px;
}
.gallery-item .gallery-image {
  min-height: 200px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .gallery-item .gallery-image {
    min-height: 0;
  }
}
.gallery-item {
  width: 300px;
}
.lazy-image {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.lazy-image[data-visible=visible] {
  opacity: 1;
}

.lazy-image-disabled .lazy-image {
  opacity: 1 !important;
}

.panel-link {
  cursor: pointer;
}

.loading-indicator-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 24px 0;
}
.loading-indicator-container > span {
  font-size: 14px;
  font-family: "Gibson Book";
  background: #000;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
}

.ready-to-ship-caption {
  padding: 0 400px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 1200px) {
  .ready-to-ship-caption {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 640px) {
  .ready-to-ship-caption {
    padding: 0 20px;
  }
}

shopping-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
shopping-item > item-images {
  width: 47%;
  position: relative;
}
shopping-item > item-images magic-zoom.main-image {
  display: block;
  width: 100%;
  min-height: 620px;
  max-height: 620px;
  overflow: hidden;
  position: relative;
}
shopping-item > item-images magic-zoom.main-image a#magicZoom,
shopping-item > item-images magic-zoom.main-image figure.mz-figure {
  max-height: 620px !important;
}
shopping-item > item-images magic-zoom.main-image figure.mz-figure > img {
  max-height: 620px !important;
  object-fit: contain;
}
shopping-item > item-images magic-zoom.main-image [data-full-screen] {
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: 3;
  cursor: pointer;
  color: #f1eeed;
  font-size: 48px;
  display: none;
}
shopping-item > item-detail {
  width: 47%;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  shopping-item {
    flex-wrap: wrap;
  }
  shopping-item > item-images {
    width: 100%;
    margin-bottom: 16px;
  }
  shopping-item > item-images magic-zoom.main-image {
    min-height: 0;
    max-height: none;
    height: auto;
  }
  shopping-item > item-images magic-zoom.main-image a#magicZoom,
  shopping-item > item-images magic-zoom.main-image figure.mz-figure {
    max-height: none !important;
    height: auto !important;
  }
  shopping-item > item-images magic-zoom.main-image figure.mz-figure > img {
    max-height: none !important;
    height: auto !important;
    width: 100%;
  }
  shopping-item > item-detail {
    width: 100%;
  }
  shopping-item ui-carousel.detail-carousel > carousel-navigation:after {
    transform: scale(0.4);
    display: inline-block;
  }
}

.shopping-item-badge {
  background: #000;
  color: #fff;
  padding: 2px 16px;
  font-size: 14px;
  font-family: "Gibson Book";
  text-transform: uppercase;
}

.product-name-container {
  display: flex;
  justify-content: space-between;
}
.product-name-container > .like-button {
  width: 75px;
  text-align: end;
}

.product-sku {
  font-size: 24px;
  margin-top: 8px;
  margin-bottom: 12px;
}

.mobile-product-sku {
  font-size: 18px;
  margin-top: 4px;
  margin-bottom: 8px;
}

.leather-availability {
  text-transform: uppercase;
  font-family: "Gibson-Medium";
  color: #999;
  margin-top: 8px;
  margin-bottom: 8px;
  transition: all 0.5s linear;
  display: block;
}
.leather-availability:hover {
  color: #000;
}

.price-text {
  margin-top: 12px;
  display: inline;
}
.price-text .price-original {
  text-decoration: line-through;
  color: #999;
  margin-right: 6px;
}
.price-text .price-clearance {
  color: #c41230;
  font-weight: 600;
}
.btn-configuration {
  margin-top: 20px;
  margin-bottom: 32px;
}

.quote-request-section {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;
}

.quote-request-price {
  font-family: "Gibson-Medium";
  font-size: 18px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.quote-request-actions {
  display: flex;
  gap: 12px;
}

.ui-button-add-favorite {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  background: #fff;
  color: #000;
  border: 1px solid #7e7e7e;
  border-radius: 5px;
  font-family: "Gibson Book";
  font-size: 15px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.ui-button-add-favorite img {
  width: 18px;
  height: 18px;
}
.ui-button-add-favorite:hover {
  background: #f0f0f0;
}

.magiczoom .mz-hint,
.MagicZoom .mz-hint {
  bottom: auto !important; /* remove default bottom positioning */
  top: 10px !important; /* place at top */
  left: 50% !important;
  transform: translateX(-50%);
}

alt-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  min-width: 50px;
  max-width: none !important;
  width: auto;
  margin-right: 12px;
  overflow: hidden;
  position: relative;
  border: 2px solid transparent;
  padding: 0;
  margin-bottom: 16px;
  cursor: pointer;
}
alt-image.active {
  border: 2px solid #8f8f8f;
}

/*.details-grid.two-col { display:grid; grid-template-columns: 1fr 1fr; gap: .5rem 2rem; }
.details-grid.two-col .row { display: contents; }
.details-grid.two-col .cell.label { font-weight:600; }
.details-grid.two-col .cell.value { }
@media (max-width: 768px){ .details-grid.two-col{ grid-template-columns:1fr; } }*/
.details-grid {
  display: grid;
  /*grid-template-columns: minmax(140px, 1fr) minmax(220px, 2fr)
                         minmax(140px, 1fr) minmax(220px, 2fr);*/
  column-gap: 16px;
  row-gap: 10px;
}
.details-grid.two-col {
  grid-template-columns: 140px 1fr;
}

/* Labels */
.details-grid .dg-label {
  font-family: "Gibson-Medium";
}

/* Values */
/* Medium screens: slightly narrower */
@media (max-width: 1240px) {
  .details-grid {
    font-size: 14px;
  }
}
/* Tablets: collapse to two columns (label, value) */
@media (max-width: 900px) {
  .details-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .details-grid > div {
    width: 45%;
  }
}
/* Phones: fully stacked */
@media (max-width: 640px) {
  .details-grid {
    grid-template-columns: 1fr;
  }
  .details-grid .dg-label {
    grid-column: 1 !important;
    font-size: 0.95rem;
    margin-top: 6px;
  }
  .details-grid .dg-value {
    grid-column: 1 !important;
    padding-bottom: 8px;
  }
}
.related-products-title {
  width: 100%;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 36px;
}

.industry-badge {
  background: #f2f2f2;
  font-family: "Gibson-Medium";
  padding: 3px 10px;
  font-size: 16px;
  border-radius: 3px;
  max-width: fit-content;
  margin: 4px 0;
}

.availability-badge {
  padding: 3px 10px;
  font-size: 16px;
  border-radius: 3px;
  max-width: fit-content;
  margin: 4px 0;
  display: inline;
  font-family: "Gibson-Medium";
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  .availability-badge {
    font-size: 14px;
  }
}
.availability-badge.success {
  background: #ebf6ec;
  color: #00a000;
}
.availability-badge.error {
  background: #f9e6e6;
  color: #d00000;
}

.top-badge-container {
  display: flex;
  align-items: center;
}
.top-badge-container .badge-wrapper {
  margin-left: 24px;
}

.mobile-shopping-item-top {
  margin-bottom: 12px;
}

.search-autocomplete-container {
  position: fixed;
  top: 68px;
  left: 0;
  width: 100%;
  height: 580px;
  max-height: 580px;
  max-height: 90vh;
}
@media only screen and (max-width: 1400px) {
  .search-autocomplete-container {
    height: 97vh;
    max-height: 100vh;
  }
}
.search-autocomplete-container {
  z-index: 2;
  background: #fff;
  display: flex;
  opacity: 0;
  transform: translateY(20px);
  transition: all 180ms ease, transform 180ms ease;
  pointer-events: none;
  padding-top: 16px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.search-autocomplete-container.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.search-autocomplete-container > .search-terms {
  width: 15%;
  padding: 25px 20px 22px;
}
.search-autocomplete-container > .search-terms .search-term-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.search-autocomplete-container > .search-terms .search-terms-list {
  margin-top: 15px;
  line-height: 1.5;
}
.search-autocomplete-container > .search-terms .search-terms-list a {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 2px;
}
.search-autocomplete-container > .search-results {
  padding: 25px 22px;
  flex: 1 1 0%;
}
.search-autocomplete-container > .search-results .search-results-header {
  display: flex;
  justify-content: space-between;
}
.search-autocomplete-container > .search-results .search-results-header .top-results-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.search-all-results {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  cursor: pointer;
  text-decoration: underline;
  font-family: "Gibson-Medium";
  letter-spacing: 2px;
  margin-right: 260px;
}
.search-all-results:hover {
  text-decoration: underline;
}

.all-search-results-wrapper {
  width: 100%;
  text-align: center;
}

.search-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.search-gallery > .search-gallery-item {
  padding: 0 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 64px;
  font-family: "Utopia Std";
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .search-gallery > .search-gallery-item {
    margin-bottom: 24px;
  }
}
.search-gallery > .search-gallery-item .gallery-item-badge {
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 2;
  background: #000;
  color: #fff;
  padding: 2px 14px;
  font-size: 14px;
  font-family: "Gibson Book";
  text-transform: uppercase;
}
.search-gallery > .search-gallery-item .image-container {
  height: 300px;
  transition: filter 0.3s ease;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
.search-gallery > .search-gallery-item .image-container img {
  object-fit: contain;
  max-height: 100%;
  width: auto;
}
.search-gallery > .search-gallery-item .image-container.hover {
  animation: altIn 350ms ease forwards;
}
.search-gallery > .search-gallery-item .image-container:hover {
  filter: brightness(1.03) contrast(1.02);
}
@media only screen and (max-width: 1600px) {
  .search-gallery > .search-gallery-item .image-container {
    height: 280px;
  }
}
@media only screen and (max-width: 1500px) {
  .search-gallery > .search-gallery-item .image-container {
    height: 270px;
  }
}
@media only screen and (max-width: 1450px) {
  .search-gallery > .search-gallery-item .image-container {
    height: 260px;
  }
}
@media only screen and (max-width: 1400px) {
  .search-gallery > .search-gallery-item .image-container {
    height: 250px;
  }
}
@media only screen and (max-width: 1350px) {
  .search-gallery > .search-gallery-item .image-container {
    height: 240px;
  }
}
@media only screen and (max-width: 1300px) {
  .search-gallery > .search-gallery-item .image-container {
    height: 280px;
  }
}
@media only screen and (max-width: 1250px) {
  .search-gallery > .search-gallery-item .image-container {
    height: 270px;
  }
}
@media only screen and (max-width: 1150px) {
  .search-gallery > .search-gallery-item .image-container {
    height: 250px;
  }
}
@media only screen and (max-width: 1100px) {
  .search-gallery > .search-gallery-item .image-container {
    height: 240px;
  }
}
@media only screen and (max-width: 1080px) {
  .search-gallery > .search-gallery-item .image-container {
    height: 230px;
  }
}
@media only screen and (max-width: 1024px) {
  .search-gallery > .search-gallery-item .image-container {
    height: 270px;
  }
}
@media only screen and (max-width: 950px) {
  .search-gallery > .search-gallery-item .image-container {
    height: 260px;
  }
}
@media only screen and (max-width: 820px) {
  .search-gallery > .search-gallery-item .image-container {
    height: 250px;
  }
}
@media only screen and (max-width: 780px) {
  .search-gallery > .search-gallery-item .image-container {
    height: 230px;
  }
}
@media only screen and (max-width: 750px) {
  .search-gallery > .search-gallery-item .image-container {
    height: 220px;
  }
}
@media only screen and (max-width: 720px) {
  .search-gallery > .search-gallery-item .image-container {
    height: 210px;
  }
}
@media only screen and (max-width: 700px) {
  .search-gallery > .search-gallery-item .image-container {
    height: 200px;
  }
}
@media only screen and (max-width: 660px) {
  .search-gallery > .search-gallery-item .image-container {
    height: 190px;
  }
}
@media only screen and (max-width: 640px) {
  .search-gallery > .search-gallery-item .image-container {
    height: 250px;
  }
}
@media only screen and (max-width: 530px) {
  .search-gallery > .search-gallery-item .image-container {
    height: 230px;
  }
}
@media only screen and (max-width: 480px) {
  .search-gallery > .search-gallery-item .image-container {
    height: 220px;
  }
}
@media only screen and (max-width: 420px) {
  .search-gallery > .search-gallery-item .image-container {
    height: 190px;
  }
}
.search-gallery > .search-gallery-item .gallery-item-info {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  padding: 0 5px;
}
.search-gallery > .search-gallery-item .gallery-item-collection {
  text-transform: uppercase;
  font-family: "Gibson Book";
}
.search-gallery > .search-gallery-item .gallery-item-title {
  font-size: 16px;
}
.search-gallery > .search-gallery-item .gallery-item-sku {
  font-family: "Gibson Book";
}
.search-gallery > .search-gallery-item .gallery-item-grade {
  font-family: "Gibson Book";
  font-size: 13px;
}
.search-gallery > .search-gallery-item .gallery-item-description {
  font-size: 14px;
  margin: 6px 0;
}
.search-gallery > .search-gallery-item .gallery-item-price .price-original {
  text-decoration: line-through;
  color: #999;
  margin-right: 6px;
}
.search-gallery > .search-gallery-item .gallery-item-price .price-clearance {
  color: #c41230;
  font-weight: 600;
}
.search-gallery > .search-gallery-item .gallery-item-like {
  cursor: pointer;
  margin-top: 8px;
}
.search-gallery > .search-gallery-item .gallery-item-like > img {
  width: 20px;
}
.search-gallery > .search-gallery-item .gallery-image {
  min-height: 200px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .search-gallery > .search-gallery-item .gallery-image {
    min-height: 0;
  }
}
.search-gallery > .search-gallery-item .image-container {
  height: 200px;
}
.search-gallery > .search-gallery-item .image-container img {
  max-height: 100%;
  width: auto;
}
.search-gallery {
  margin-top: 24px;
}

.gallery-item-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.gallery-item-type {
  font-family: "Gibson Book";
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #8f8f8f;
}

.content-margin {
  margin-top: 48px;
}
.content-margin.two {
  margin-top: 96px;
}

.content-grid-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1200px) {
  .content-grid-row {
    align-items: flex-start;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 769px) {
  .content-grid-row {
    flex-wrap: wrap;
  }
}
.content-grid-row > div {
  width: 50%;
}
@media only screen and (max-width: 769px) {
  .content-grid-row > div {
    width: 100%;
    margin-bottom: 48px;
  }
}
.content-grid-row .content-text-container.left {
  display: flex;
  justify-content: flex-end;
}
.content-grid-row .content-text-container ul {
  text-align: left;
}
@media only screen and (max-width: 769px) {
  .content-grid-row .content-text-container {
    order: 0;
  }
}
.content-grid-row .content-text {
  width: 90%;
  max-width: 90%;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .content-grid-row .content-text {
    width: 100%;
    max-width: 100%;
  }
}
.content-grid-row .content-heading {
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0 0 24px;
}
.content-grid-row .content-body {
  line-height: 1.7;
  margin: 0 0 32px;
}
@media only screen and (max-width: 769px) {
  .content-grid-row .content-visual-container {
    order: 1;
  }
}
.content-grid-row .content-visual-container {
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}
.content-grid-row .content-image-container {
  overflow: hidden;
}
.content-grid-row .content-image-container img {
  transition: transform 2s ease-in-out;
  display: block;
}
.content-grid-row .content-image-container:hover img {
  transform: scale(1.2);
}
.content-grid-row .content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}
.content-grid-row .content-image.left {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.2);
}

.content-caption-container {
  margin: 24px 0 24px 0;
  padding: 0 196px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .content-caption-container {
    padding: 0 96px;
  }
}
@media only screen and (max-width: 900px) {
  .content-caption-container {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 769px) {
  .content-caption-container {
    padding: 0 6px;
  }
}

.cms-image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .cms-image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .cms-image-grid {
    grid-template-columns: 1fr;
  }
}

.cms-image-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 600px) {
  .cms-image-grid-2 {
    grid-template-columns: 1fr;
  }
}

.cms-image-grid-item {
  cursor: pointer;
  overflow: hidden;
}

.cms-image-grid-image {
  overflow: hidden;
  border-radius: 3px;
}
.cms-image-grid-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 2s ease-in-out;
}
.cms-image-grid-image:hover img {
  transform: scale(1.1);
}

.cms-image-grid-title {
  margin-top: 12px;
  font-size: 15px;
  text-align: left;
  letter-spacing: 0.5px;
}

.store-locator-container {
  position: relative;
}

.store-locator-form {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 2;
  background: #fff;
  padding: 30px;
  display: grid;
  gap: 8px;
  width: 300px;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .store-locator-form {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
  }
}
.store-locator-form form {
  display: grid;
  gap: 8px;
  width: 100%;
}
.store-locator-form input {
  margin: 0;
  font-size: 14px;
  padding: 10px;
  color: #000;
  border-radius: 5px;
}
.store-locator-form input::placeholder {
  color: #000;
}
.store-locator-form select {
  font-size: 14px;
  padding: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/images/icons/arrow-down-2.png") no-repeat right 10px center;
  background-size: 12px;
  color: #000;
  padding-right: 40px;
  border-radius: 5px;
}
.store-locator-form select:focus-visible {
  outline: none;
}

.store-locator-results {
  margin-top: 16px;
  max-height: 400px;
  overflow-y: auto;
  font-size: 14px;
}

.store-locator-result-item {
  padding: 12px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 12px;
  border: 2px solid transparent;
  border-bottom: 2px solid #ddd;
}
.store-locator-result-item.active {
  border-bottom: 2px solid #999;
}

.loading-map-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.loading-map {
  margin-top: 24px;
  background: #f2f2f2;
  font-family: "Gibson-Medium";
  padding: 6px 16px;
  font-size: 15px;
  border-radius: 3px;
  max-width: fit-content;
}

.contact-rep-container {
  background: #f1eeed;
  min-height: 400px;
}
.contact-rep-container input {
  margin: 0;
  font-size: 14px;
  border-radius: 5px;
  padding: 10px;
  color: #000;
}
.contact-rep-container input::placeholder {
  color: #000;
}
.contact-rep-container select {
  background-color: #fff;
  min-width: 220px;
}
.contact-rep-container .ui-button-default.contact-rep {
  font-size: 14px;
  min-width: 150px;
  padding: 10px;
}

.contact-rep-inputs-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 36px;
  padding-bottom: 36px;
}

.contact-rep-inputs {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 700px) {
  .contact-rep-inputs {
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact-rep-inputs > * {
    width: 250px;
  }
}

.contact-rep-card {
  background: #fff;
  border-radius: 5px;
  width: 300px;
  max-width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .contact-rep-card {
    width: 100%;
  }
}

.rep-company {
  font-size: 18px;
  font-family: "Gibson-Medium";
  margin-bottom: 12px;
  text-align: center;
}

.contact-rep-image {
  background: #fff;
  display: flex;
  justify-content: center;
  position: relative;
}

.contact-rep-image-text {
  position: absolute;
  background: rgba(243, 239, 239, 0.75);
  font-size: 18px;
  padding: 10px 25px;
  min-width: fit-content;
  top: 8%;
}

.contact-rep-results-container {
  padding: 0 300px;
  padding-top: 64px;
}
@media only screen and (max-width: 1600px) {
  .contact-rep-results-container {
    padding: 0 200px;
    padding-top: 64px;
  }
}
@media only screen and (max-width: 1400px) {
  .contact-rep-results-container {
    padding: 0 100px;
    padding-top: 64px;
    padding-left: 150px;
  }
}
@media only screen and (max-width: 1240px) {
  .contact-rep-results-container {
    padding: 0 100px;
    padding-top: 64px;
  }
}
@media only screen and (max-width: 1190px) {
  .contact-rep-results-container {
    padding: 0 50px;
    padding-top: 64px;
  }
}
@media only screen and (max-width: 1100px) {
  .contact-rep-results-container {
    padding: 0 20px;
    padding-top: 64px;
  }
}
@media only screen and (max-width: 640px) {
  .contact-rep-results-container {
    padding: 24px 16px;
  }
}

.contact-rep-results {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 36px;
}

.rep-industries-list {
  display: flex;
  gap: 8px;
  margin: 16px 0;
  justify-content: center;
  flex-wrap: wrap;
}

.rep-industry-label {
  font-size: 12px;
  font-family: "Gibson-Medium";
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.card-separator {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 16px 0;
}

.rep-name {
  margin-top: 24px;
  text-align: center;
  color: #999;
  font-family: "Gibson-Medium";
  font-size: 18px;
}

.card-contact-info {
  display: flex;
  padding: 0 16px;
}
.card-contact-info > div {
  width: 50px;
}
.card-contact-info.top {
  margin-top: 24px;
}
.card-contact-info .card-contact-text {
  min-width: fit-content;
  font-size: 14px;
  margin-bottom: 18px;
}

.content-hero-container {
  background: #f1eeed;
  padding-bottom: 48px;
  margin-bottom: 48px;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-wrapper > h2 {
  margin-top: 36px;
  margin-bottom: 18px;
}
.content-wrapper .address {
  margin-bottom: 18px;
}

.content-form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-form-container h4 {
  margin-bottom: 36px;
}

#contact-form {
  margin-bottom: 48px;
}

.core-values-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
.core-values-container > .col-1 {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #000;
  padding: 0 24px;
  text-align: right;
}
.core-values-container > .col-2 {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #000;
  padding: 0 24px;
  text-align: center;
}
.core-values-container > .col-3 {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
  text-align: left;
}

.mission-signatures {
  display: flex;
  justify-content: center;
  margin-top: 64px;
  gap: 128px;
}
@media only screen and (max-width: 640px) {
  .mission-signatures {
    gap: 32px;
  }
}
.mission-signatures .signature-1 {
  width: 300px;
  max-width: 100%;
}
.mission-signatures .signature-2 {
  width: 300px;
  max-width: 100%;
}

.mission-page h3.medium {
  font-family: "Gibson-Medium";
}

.careers-margin {
  margin-top: 48px;
  margin-bottom: 0;
}

.history-grid > .row {
  display: flex;
  justify-content: space-between;
  padding: 60px;
}
@media only screen and (max-width: 769px) {
  .history-grid > .row {
    flex-wrap: wrap;
    width: 100% !important;
  }
}
.history-grid > .row:nth-child(odd) .media {
  order: 1;
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .history-grid > .row:nth-child(odd) .media {
    order: 1;
    width: 100%;
  }
}
.history-grid > .row:nth-child(odd) .content {
  order: 2;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  .history-grid > .row:nth-child(odd) .content {
    order: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
.history-grid > .row:nth-child(even) {
  background: #f1eeed;
}
.history-grid > .row:nth-child(even) .media {
  order: 2;
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .history-grid > .row:nth-child(even) .media {
    order: 1;
    width: 100%;
  }
}
.history-grid > .row:nth-child(even) .content {
  order: 1;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  .history-grid > .row:nth-child(even) .content {
    order: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}

.cms-button {
  position: relative;
  min-width: 150px;
  border: 0 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 10px 16px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
  background: #2a2e30;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .cms-button {
    min-width: 100px;
  }
}
.cms-button.small {
  min-width: 0;
}
.cms-button.icon {
  display: flex;
  align-items: center;
  padding: 0.4em 0.75em;
}
.cms-button.icon > span {
  height: 1em;
  margin: auto 0;
}
.cms-button.flex-box {
  display: flex;
  justify-content: center;
}

.mdc-fab {
  background: #212121;
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 201;
}

.mdc-button-icon {
  color: #757575;
}
.mdc-button-icon.active {
  color: #757575;
}
.mdc-button-icon:hover {
  color: #aaa;
}

.mdc-text-field.small {
  font-size: 14px;
}

.mdc-simple-menu.small .mdc-list-item {
  height: 36px;
  font-size: 14px;
}

.mdc-menu-anchor.absolute {
  position: absolute;
}

.mdc-dialog.large-dialog .mdc-dialog__footer {
  border: 1px solid #f2f2f2;
}

.google-map-container {
  width: 100%;
  max-width: 100%;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
  padding: 10px;
  min-height: 400px;
}
.google-map-container > .google-map {
  min-height: 400px;
}

.carousel-container {
  position: relative;
  width: 100%;
}
.carousel-container .carousel-icon {
  position: absolute;
  opacity: 1;
  height: 48px;
  width: 48px;
  top: 43%;
  z-index: 5;
}
.carousel-container .carousel-icon.next {
  right: 10px;
}
.carousel-container .carousel-icon.prev {
  left: 10px;
}
@media only screen and (max-width: 768px) {
  .carousel-container .carousel-icon {
    display: none;
  }
}
.carousel-container .carousel-inner-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-container .carousel-inner-container .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  z-index: 1;
  width: 100%;
  line-height: 0.5;
}
.carousel-container .carousel-inner-container .carousel-item > video {
  display: none;
}
.carousel-container .carousel-inner-container .carousel-item > video.show {
  display: inline-block;
}
.carousel-container .carousel-inner-container .carousel-item > video {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.carousel-container .carousel-inner-container .carousel-item > picture img {
  width: 100%;
}
.carousel-container .carousel-inner-container > div:first-of-type {
  position: relative;
  display: list-item;
  float: left;
  z-index: 2;
  opacity: 1;
}

.carousel-indicators-container {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  margin: 2em 0 1em 0;
}
.carousel-indicators-container i {
  margin-right: 10px;
  cursor: pointer;
  color: #ddd;
}
.carousel-indicators-container i.active {
  color: #bbb;
}

.component-video-controls {
  display: flex;
  position: absolute;
  left: 60px;
  bottom: 0;
  height: 100px;
  align-items: center;
  color: #fff;
}
.component-video-controls > span {
  margin-right: 1em;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .component-video-controls {
    display: none;
  }
}

.media-manager-container.hide {
  display: none !important;
}
.media-manager-container .hide {
  display: none;
}

.media-manager-background {
  position: fixed;
  background: #212121;
  opacity: 0.7;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
}

.media-manager .mdc-text-field {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}
.media-manager .mdc-text-field input {
  margin: 0;
}
.media-manager .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__bottom-line {
  background-color: #3899ec;
}
.media-manager .mdc-text-field--focused:not(.mdc-text-field--invalid):not(.mdc-text-field--disabled) .mdc-text-field__label {
  color: #3899ec;
}
.media-manager .mdc-text-field.mdc-text-field--with-trailing-icon.mdc-text-field--upgraded {
  margin-top: 0;
}
.media-manager .mdc-text-field.mdc-text-field--with-trailing-icon.mdc-text-field--upgraded {
  margin-top: 0;
}
.media-manager .mdc-text-field.mdc-text-field--with-leading-icon.mdc-text-field--upgraded {
  margin-top: 0;
}
.media-manager .mdc-text-field--with-leading-icon .mdc-text-field__icon, .media-manager .mdc-text-field--with-trailing-icon .mdc-text-field__icon {
  bottom: 10px;
}
.media-manager .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder, .media-manager .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__label {
  color: rgba(0, 0, 0, 0.2);
}
.media-manager .mdc-text-field--with-leading-icon .mdc-text-field__icon {
  color: rgba(0, 0, 0, 0.2);
}
.media-manager .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  border-color: rgba(0, 0, 0, 0.2);
}
.media-manager .mdc-text-field:not(.mdc-text-field--disabled) textarea.mdc-text-field__input {
  border: 1px solid transparent;
  border-color: transparent;
}
.media-manager .mdc-text-field:not(.mdc-text-field--disabled) textarea.mdc-text-field__input:hover {
  border: 1px solid transparent;
  border-color: transparent;
}
.media-manager .mdc-text-field:not(.mdc-text-field--disabled) textarea.mdc-text-field__input:focus {
  border: 1px solid #3899ec !important;
}
.media-manager .mdc-text-field--textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.media-manager .mdc-text-field--textarea:hover {
  border: 1px solid rgba(0, 0, 0, 0.9);
}
.media-manager .mdc-text-field--textarea.mdc-text-field--focused {
  border: 1px solid #3899ec !important;
}
.media-manager .mdc-text-field--disabled label {
  color: #ddd;
}
.media-manager .mdc-text-field {
  font-size: 14px;
}
.media-manager .mdc-simple-menu .mdc-list-item {
  height: 36px;
  font-size: 14px;
}
.media-manager .flex-box {
  display: flex;
}
.media-manager .hide {
  display: none;
}
.media-manager .hidden {
  opacity: 0;
  transition: all 0.25s linear;
}
.media-manager .size-14 {
  font-size: 14px;
}
.media-manager .full-width {
  width: 100%;
}
.media-manager h4 {
  font-size: 1.68em;
}
.media-manager h4, .media-manager h5, .media-manager h6 {
  font-family: "Roboto";
}
.media-manager .icon {
  color: #BDBDBD;
  transition: all 0.25s linear;
  cursor: pointer;
}
.media-manager .icon:hover {
  color: #757575;
}
.media-manager .icon.nav {
  color: #757575;
  transition: all 0.25s linear;
  cursor: pointer;
}
.media-manager .icon.nav:hover {
  color: #212121;
  transition: all 0.25s linear;
  cursor: pointer;
}
.media-manager .bold {
  font-weight: 700;
}
.media-manager .center {
  justify-content: center;
}
.media-manager .align-center {
  align-items: center;
}
.media-manager .margin-right.half {
  margin-right: 0.5em;
}
.media-manager .margin-right {
  margin-right: 1em;
}
.media-manager .large-margin-right {
  margin-right: 1em;
}
.media-manager .margin-right.two {
  margin-right: 2em;
}
.media-manager .margin-left {
  margin-left: 1em;
}
.media-manager .margin-left.two {
  margin-left: 2em;
}
.media-manager .margin-left.half {
  margin-left: 0.5em;
}
.media-manager .margin-bottom {
  margin-bottom: 1em;
}
.media-manager .margin-bottom.two {
  margin-bottom: 2em;
}
.media-manager .margin-top {
  margin-top: 1em;
}
.media-manager .margin-top.two {
  margin-top: 2em;
}
.media-manager button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  min-width: 5.14em;
  margin: 0 0.29em;
  background: 0 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  font: inherit;
  text-transform: uppercase;
  outline-width: 0;
  border-radius: 3px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 0;
  font-size: 14px;
  padding: 0.7em 0.57em;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.media-manager .accent-button {
  background: #60bc57;
  color: #fff;
  transition: all 0.25s linear;
}
.media-manager .swipe {
  opacity: 0 !important;
  transition: all 0.25s linear;
  max-height: 0;
  max-width: 0;
  font-size: 0 !important;
  margin: 0;
}
.media-manager .relative {
  position: relative;
}
.media-manager .secondary-icon {
  font-size: 48px;
  transition: all 0.25s linear;
  opacity: 1;
  color: #fb7d33;
  margin-right: 0.5em;
  cursor: pointer;
}
.media-manager .file-add.fade {
  opacity: 0;
  transition: all 0.25s linear;
}
.media-manager .primary-color {
  color: #3899ec;
}
.media-manager .accent-color {
  color: #60bc57;
}
.media-manager .secondary-color {
  color: #fb7d33;
}
.media-manager .text-color {
  color: #646464;
}
.media-manager .success-color {
  color: #60bc57;
}
.media-manager .error-color {
  color: #D32F2F;
}
.media-manager .info-color {
  color: #3899ec;
}
.media-manager .warning-color {
  color: #FFC107;
}
.media-manager .pointer {
  cursor: pointer;
}
.media-manager .react-hint__content {
  font-family: "Roboto" !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}
.media-manager .mdc-linear-progress .mdc-linear-progress__bar-inner {
  background-color: #3899ec;
}
.media-manager .input-container {
  width: 300px;
  max-width: 100%;
}
@media (max-width: 640px) {
  .media-manager .hide-touch {
    display: none;
  }
}
.media-manager {
  font-family: "Roboto" !important;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  height: 550px;
  position: fixed;
  top: 10%;
  left: 10%;
  right: 10%;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
  height: 75%;
  background: #fff;
  z-index: 999;
  color: #212121;
}
.media-manager > header {
  min-height: 55px;
  background: #3899ec;
  width: 100%;
  display: flex;
  color: #fff;
}
.media-manager > header > .nav-container {
  position: relative;
  width: calc(100% - 60px);
}
.media-manager > header > .nav-container > .tab-bar {
  width: calc(100% - 60px);
  font-size: 14px;
}
.media-manager > header > .nav-container > .tab-bar .mdc-tab-bar, .media-manager > header > .nav-container > .tab-bar .mdc-tab-bar-scroller {
  margin: 0;
}
.media-manager > header > .nav-container > .tab-bar .mdc-tab-bar a, .media-manager > header > .nav-container > .tab-bar .mdc-tab-bar-scroller a {
  color: #fff;
}
.media-manager > header > .nav-container > .tab-bar .mdc-tab-bar a:hover, .media-manager > header > .nav-container > .tab-bar .mdc-tab-bar-scroller a:hover {
  color: #fff;
  font-size: 14px;
}
.media-manager > header > .nav-container > .tab-bar .mdc-tab-bar .mdc-tab-bar__indicator,
.media-manager > header > .nav-container > .tab-bar .mdc-tab-bar .mdc-tab__indicator, .media-manager > header > .nav-container > .tab-bar .mdc-tab-bar-scroller .mdc-tab-bar__indicator,
.media-manager > header > .nav-container > .tab-bar .mdc-tab-bar-scroller .mdc-tab__indicator {
  background-color: #fff;
}
.media-manager > header > .nav-container > .tab-bar .mdc-tab-bar .mdc-tab.mdc-ripple-upgraded:hover:before, .media-manager > header > .nav-container > .tab-bar .mdc-tab-bar-scroller .mdc-tab.mdc-ripple-upgraded:hover:before {
  background: #3899ec;
  color: #fff;
}
.media-manager > header > .nav-container > .tab-bar .mdc-tab-bar .mdc-tab.mdc-ripple-upgraded:before, .media-manager > header > .nav-container > .tab-bar .mdc-tab-bar-scroller .mdc-tab.mdc-ripple-upgraded:before {
  background-color: #fff;
}
.media-manager > header > .nav-container > .tab-bar .mdc-tab-bar .mdc-tab.mdc-ripple-upgraded:after, .media-manager > header > .nav-container > .tab-bar .mdc-tab-bar .mdc-tab.mdc-ripple-upgraded:before, .media-manager > header > .nav-container > .tab-bar .mdc-tab-bar-scroller .mdc-tab.mdc-ripple-upgraded:after, .media-manager > header > .nav-container > .tab-bar .mdc-tab-bar-scroller .mdc-tab.mdc-ripple-upgraded:before {
  background-color: #fff;
}
.media-manager > header > .nav-container > .tab-bar .mdc-tab-bar .mdc-tab.mdc-ripple-upgraded:after, .media-manager > header > .nav-container > .tab-bar .mdc-tab-bar .mdc-tab.mdc-ripple-upgraded:before, .media-manager > header > .nav-container > .tab-bar .mdc-tab-bar-scroller .mdc-tab.mdc-ripple-upgraded:after, .media-manager > header > .nav-container > .tab-bar .mdc-tab-bar-scroller .mdc-tab.mdc-ripple-upgraded:before {
  background-color: #fff;
}
.media-manager > header > .nav-container > .tab-bar .mdc-tab-bar .mdc-tab.mdc-ripple-upgraded:focus, .media-manager > header > .nav-container > .tab-bar .mdc-tab-bar-scroller .mdc-tab.mdc-ripple-upgraded:focus {
  outline: none !important;
}
.media-manager > header > .nav-container > .tab-bar .mdc-tab-bar .mdc-tab.mdc-ripple-upgraded--background-focused:before, .media-manager > header > .nav-container > .tab-bar .mdc-tab-bar-scroller .mdc-tab.mdc-ripple-upgraded--background-focused:before {
  background: #3899ec;
}
.media-manager > header > .nav-container > .tab-bar .mdc-tab-bar .mdc-tab-bar-scroller__indicator, .media-manager > header > .nav-container > .tab-bar .mdc-tab-bar-scroller .mdc-tab-bar-scroller__indicator {
  color: #fff;
}
.media-manager > header > .nav-container > .tab-bar .mdc-tab-bar .mdc-tab-bar-scroller__indicator .mdc-tab-bar-scroller__indicator__inner:hover, .media-manager > header > .nav-container > .tab-bar .mdc-tab-bar-scroller .mdc-tab-bar-scroller__indicator .mdc-tab-bar-scroller__indicator__inner:hover {
  color: #fff;
  font-size: 24px;
}
.media-manager > header > .nav-container > .search-bar {
  width: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 2;
  background: #3899ec;
  color: #fff;
}
.media-manager > header > .nav-container > .search-bar > input {
  display: none;
}
.media-manager > header > .nav-container > .search-bar > input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.media-manager > header > .nav-container > .search-bar > input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  opacity: 1;
}
.media-manager > header > .nav-container > .search-bar > input::-o-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.media-manager > header > .nav-container > .search-bar > input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.media-manager > header > .nav-container > .search-bar > input::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  opacity: 1;
}
.media-manager > header > .nav-container > .search-bar > input {
  color: #fff;
}
.media-manager > header > .nav-container > .search-bar > .close-icon {
  display: none;
  cursor: pointer;
}
.media-manager > header > .nav-container > .search-bar > .search-icon {
  cursor: pointer;
}
.media-manager > header > .nav-container > .search-bar.expanded {
  width: 100%;
}
.media-manager > header > .nav-container > .search-bar.expanded > .search-icon {
  margin: 0 16px 0 32px;
}
.media-manager > header > .nav-container > .search-bar.expanded > input {
  display: block;
  width: 100%;
  background: none;
  border: 0;
  margin: 0;
}
.media-manager > header > .nav-container > .search-bar.expanded > .close-icon {
  margin-right: 28px;
  display: block;
}
.media-manager > header > .close-container {
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.media-manager > section {
  flex-grow: 3;
  display: flex;
  width: 100%;
  overflow-y: hidden;
}
.media-manager > section > .main-container {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.5em 0.75em 1.5em;
}
.media-manager > section > .main-container > header.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  width: 100%;
}
.media-manager > section > .main-container > header.main-header .label-total {
  color: #646464;
}
.media-manager > section > .main-container > header.main-header {
  border-bottom: 1px solid #e2e2e2;
}
.media-manager > section > .main-container > header.main-header .tag {
  font-size: 18px;
  color: #60bc57;
}
.media-manager > section > .main-container > section {
  flex-grow: 3;
  overflow-y: scroll;
  padding: 1em 0 2em 0;
  width: 100%;
  font-size: 14px;
}
.media-manager > section > .main-container > section header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
}
.media-manager > section > .main-container > section header .navigation-arrows {
  color: #757575;
}
.media-manager > section > .main-container > section header .navigation-arrows > .nav {
  cursor: pointer;
  transition: all 0.25s linear;
}
.media-manager > section > .main-container > section header .navigation-arrows > .nav:hover {
  color: #212121;
}
.media-manager > section > .main-container > section .flex-library {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.5em;
}
.media-manager > section > .main-container > section .flex-library .file-outer-container {
  margin: 0 1em 1em 0;
}
.media-manager > section > .main-container > section .flex-library .file-outer-container .file-container {
  display: flex;
  justify-content: center;
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  border: 1px solid #d9e1e8;
  transition: all 0.25s linear;
}
.media-manager > section > .main-container > section .flex-library .file-outer-container .file-container:hover {
  border: 1px solid transparent;
  cursor: pointer;
  box-shadow: 0 0 1px 2px #4eb7f5;
  transition: all 0.15s linear;
}
.media-manager > section > .main-container > section .flex-library .file-outer-container .file-container.active {
  border: 1px solid transparent;
  cursor: pointer;
  box-shadow: 0 0 0 3px #3899ec;
  transition: all 0.25s linear;
}
.media-manager > section > .main-container > section .flex-library .file-outer-container .file-container.active:hover {
  box-shadow: 0 0 0 3px #3899ec;
}
.media-manager > section > .main-container > section .flex-library .file-outer-container .file-container .hover-container {
  background-color: rgba(22, 45, 61, 0.7);
  bottom: 0;
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.15s linear;
}
.media-manager > section > .main-container > section .flex-library .file-outer-container .file-container:hover .hover-container {
  height: 30px;
  transition: all 0.15s linear;
}
.media-manager > section > .main-container > section .flex-library .file-outer-container .file-container:hover .hover-container > i:hover {
  color: #fff;
}
.media-manager > section > .main-container > section .flex-library .file-outer-container .file-container .hover-container * {
  transition: all 0.15s linear;
  opacity: 0;
}
.media-manager > section > .main-container > section .flex-library .file-outer-container .file-container:hover .hover-container * {
  opacity: 1;
}
.media-manager > section > .main-container > section .flex-library .file-outer-container .file-container > .file-inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.media-manager > section > .main-container > section .flex-library .file-outer-container .file-container > .file-inner-container > .file-nested-inner-container {
  max-height: 100%;
}
.media-manager > section > .main-container > section .flex-library .file-outer-container .file-container > .file-inner-container > .file-nested-inner-container img[src*=".svg"] {
  width: 100%;
}
.media-manager > section > .main-container > section .flex-library .file-name {
  font-size: 12px;
  color: #BDBDBD;
  font-weight: 700;
  text-align: center;
  width: 145px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-manager > section > .main-container > section .upload-container {
  display: flex;
  flex-direction: column;
  margin-top: 3em;
  color: #646464;
}
.media-manager > section > .main-container > section .upload-container p {
  font-size: 14px;
}
.media-manager > section > .main-container > section .upload-container h4 {
  color: #60bc57;
}
.media-manager > section > aside {
  width: 20%;
  border-left: 1px solid #e2e2e2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.media-manager > section > aside > .camera-container {
  width: 100%;
  height: 35%;
  background: #eaf7ff;
  color: #3899ec;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  min-height: 150px;
  overflow: hidden;
}
.media-manager > section > aside > .camera-container .camera-icon {
  height: 64px;
  width: 64px;
  position: absolute;
  top: 30%;
  left: 35%;
  color: #3899ec;
}
.media-manager > section > aside > .camera-container .paper-card {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 99;
  width: 80%;
  height: 95%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.media-manager > section > aside > .camera-container .paper-card.hide {
  display: none;
}
.media-manager > section > aside > .camera-container .paper-card > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 25px;
  background: #60bc57;
  color: #fff;
}
.media-manager > section > aside > .camera-container .paper-card > header > div {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.media-manager > section > aside > .camera-container .paper-card > header > div i {
  margin: 0 4px 0 3px;
}
.media-manager > section > aside > .camera-container .paper-card i.close {
  font-size: 16px;
  cursor: pointer;
}
.media-manager > section > aside > .camera-container .paper-card > section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6px 10px;
  font-size: 12px;
  color: #646464;
  overflow: hidden;
}
.media-manager > section > aside > .camera-container .paper-card > section > div {
  display: -webkit-flex;
  display: flex;
  width: 50%;
  margin-bottom: 8px;
}
.media-manager > section > aside > .camera-container .paper-card > section > div.data {
  justify-content: flex-end;
}
.media-manager > section > aside .mdc-text-field {
  height: 36px;
}
.media-manager > section > aside .mdc-text-field--upgraded:not(.mdc-text-field--fullwidth):not(.mdc-text-field--box):not(.mdc-text-field--textarea):not(.mdc-text-field--outlined) {
  height: 36px;
}
.media-manager > section > aside section {
  padding-left: 1em;
  overflow-y: scroll;
  width: 100%;
}
.media-manager > section > aside .header-info {
  min-height: 38px;
  max-height: 38px;
  background: #f0f3f5;
  border-bottom: 1px solid #e2e2e2;
  padding: 0.65em;
  color: #2b5672;
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.media-manager > section > aside .header-info > h6 {
  font-size: 14px;
  margin: 0;
}
.media-manager > section > aside section [scrollable] {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.media-manager > section > aside .mdc-text-field {
  width: 90%;
}
.media-manager > section > aside .link-box {
  display: flex;
  align-items: center;
  width: 90%;
}
.media-manager > section > aside .link-box .link {
  color: #60bc57;
  cursor: pointer;
  transition: all 0.25s linear;
}
.media-manager > section > aside .link-box .link.inactive {
  color: #bcbcbc;
  cursor: default;
}
.media-manager > section > aside .target-box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  max-height: 30px;
}
.media-manager > section > aside .target-box > span {
  margin: -3px 1em 0 0;
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
.media-manager > section > aside .library-info-box {
  display: none;
  margin-bottom: 32px;
  color: #646464;
}
.media-manager > section > aside .library-info-box h3 {
  color: #60bc57;
  margin: 16px 0;
}
.media-manager > section > aside .library-info-box h4 {
  color: #60bc57;
  margin: 16px 0;
}
.media-manager > section > aside .library-info-box > div {
  display: flex;
}
.media-manager > section > aside .library-info-box > div > span:first-of-type {
  width: 65px;
}
.media-manager > footer {
  border-top: 1px solid #e2e2e2;
  min-height: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2em;
  font-size: 16px;
}
.media-manager > footer > button {
  font-size: 16px;
  background: #fff;
  color: #212121;
  box-shadow: none;
  border: 0;
}
@media (max-width: 1024px) {
  .media-manager > section > div {
    width: 65%;
  }
  .media-manager > section > aside {
    width: 35%;
  }
  .media-manager h4 {
    font-size: 1.3em;
  }
}
@media (max-width: 767px) {
  .media-manager > header {
    padding: 0 0.25em;
  }
  .media-manager > header > h6 {
    display: none;
  }
  .media-manager > section {
    flex-wrap: wrap;
    overflow-y: scroll;
  }
  .media-manager > section > * {
    width: 100% !important;
  }
  .media-manager > section > aside .camera-container {
    display: none;
  }
  .media-manager .hide-touch {
    display: none;
  }
  .media-manager h4 {
    font-size: 1.1em;
  }
  .media-manager > section > aside header {
    border-top: var(--galery-editor-border, 1px solid #e2e2e2);
  }
  .media-manager > section > aside .library-info-box {
    display: flex;
    flex-direction: column;
    font-size: 14px;
  }
}

@-moz-document url-prefix() {
  .mdc-simple-menu .mdc-list, .mdc-simple-menu .mdc-list-group {
    max-height: 300px;
  }
}
.media-manager > header > .nav-container > .tab-bar .mdc-tab-bar a, .media-manager > header > .nav-container > .tab-bar .mdc-tab-bar-scroller a {
  color: #fff;
  font-weight: 500;
}

.media-manager > header > .nav-container > .tab-bar .mdc-tab-bar-scroller a:hover {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

@media only screen and (max-width: 640px) {
  .media-manager {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
  }
  .media-manager > footer > button {
    font-size: 14px;
  }
  .media-manager > header > .nav-container > .tab-bar .mdc-tab-bar-scroller a {
    font-size: 12px;
  }
  .media-manager > header > .nav-container > .tab-bar .mdc-tab-bar a:hover, .media-manager > header > .nav-container > .tab-bar .mdc-tab-bar-scroller a:hover {
    font-size: 12px;
  }
  .mdc-tab-bar-scroller__indicator__inner {
    font-size: 24px !important;
  }
  .media-manager > section > .main-container > section .flex-library {
    justify-content: space-between;
  }
  .media-manager .mdc-simple-menu .mdc-list, .mdc-simple-menu .mdc-list-group {
    padding: 28px 0;
  }
}
.rich-editor-toolbar-container {
  width: 100%;
  position: relative;
  position: sticky;
  top: 0;
  z-index: 800;
}

.rich-editor-toolbar {
  font-family: "Roboto" !important;
  width: 630px;
  min-width: 630px;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .rich-editor-toolbar {
    min-width: 100%;
  }
}
.rich-editor-toolbar {
  height: 78px;
  background: #fff;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
  left: 0;
  z-index: 20;
  color: #424242;
  position: sticky;
  top: 0;
  opacity: 0;
  display: none;
}
.rich-editor-toolbar.focus, .rich-editor-toolbar:focus, .rich-editor-toolbar.active {
  opacity: 1;
  display: block;
  top: -78px;
}
.rich-editor-toolbar .toolbar-button-group {
  height: 38px;
  width: 100%;
  min-width: 630px;
  display: flex;
  align-items: center;
  padding: 1px 16px;
}
.rich-editor-toolbar .toolbar-button-group .toolbar-button {
  background: #fff;
  position: relative;
  border: 1px solid transparent;
  margin: 0;
  margin-left: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 42px;
  height: 34px;
  font-family: "Roboto" !important;
}
.rich-editor-toolbar .toolbar-button-group .toolbar-button:hover {
  border: 1px solid #e0e0e0;
  background: #eee;
}
.rich-editor-toolbar .toolbar-button-group .toolbar-button .react-hint__content {
  font-family: "Roboto" !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}
.rich-editor-toolbar .toolbar-button-group .toolbar-button .react-hint {
  min-width: 120px;
}
.rich-editor-toolbar .toolbar-button-group .separator {
  margin: 0 8px;
  height: 100%;
  width: 1px;
  background: rgba(217, 217, 217, 0.52);
}
.rich-editor-toolbar .toolbar-button-group .toolbar-menu-anchor {
  background: #fff;
  position: relative;
  margin: 0;
  margin-left: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 34px;
  font-family: "Roboto" !important;
  font-weight: 700;
}
.rich-editor-toolbar .toolbar-button-group .toolbar-menu-anchor:hover {
  color: #4e748e;
}
.rich-editor-toolbar .toolbar-button-group .toolbar-menu {
  font-size: 12px;
  margin-right: 6px;
}
.rich-editor-toolbar .toolbar-button-group .toolbar-menu i {
  margin-top: 2px;
}
.rich-editor-toolbar .toolbar-button-group .toolbar-menu .mdc-simple-menu .mdc-list-item {
  height: 24px;
  font-size: 12px;
  font-weight: 700;
}
.rich-editor-toolbar hr.horizontal-separator {
  border: 0;
  border-top: 1px solid rgba(217, 217, 217, 0.52);
  clear: both;
  margin: 0;
  height: 1px;
}
@media only screen and (max-width: 600px) {
  .rich-editor-toolbar {
    overflow-x: scroll;
  }
  .rich-editor-toolbar .toolbar-menu {
    display: none;
  }
  .rich-editor-toolbar .toolbar-menu ~ .separator {
    display: none;
  }
}

.rich-editor-container {
  width: 100%;
  position: relative;
}
.rich-editor-container:focus-within .rich-editor {
  outline: 2px dashed #ddd !important;
}
.rich-editor-container:focus-within .rich-editor-toolbar {
  opacity: 1 !important;
}
.rich-editor-container:focus-within .rich-editor-toolbar.hide-toolbar {
  opacity: 0 !important;
}
.rich-editor-container .mdc-text-field {
  font-family: "Roboto" !important;
  font-weight: 500 !important;
}
.rich-editor-container .mdc-text-field textarea {
  width: 100%;
}
.rich-editor-container.toolbar-active {
  margin-top: -78px !important;
}
.rich-editor-container.single-toolbar .rich-editor-toolbar-container .rich-editor-toolbar {
  height: 38px !important;
}
.rich-editor-container.single-toolbar.toolbar-active {
  margin-top: -38px !important;
}
.rich-editor-container.single-toolbar.toolbar-active .rich-editor-toolbar.focus, .rich-editor-container.single-toolbar.toolbar-active .rich-editor-toolbar:focus, .rich-editor-container.single-toolbar.toolbar-active .rich-editor-toolbar.active {
  opacity: 1;
  display: block;
  top: -38px;
}
.rich-editor-container.no-min-height .rich-editor, .rich-editor-container.no-min-height .rich-editor.active {
  min-height: 0;
}
.rich-editor-container.min-height .rich-editor, .rich-editor-container.min-height .rich-editor.active {
  min-height: 300px;
}
.rich-editor-container.min-width .rich-editor-toolbar {
  min-width: 630px;
}
.rich-editor-container.sticky-disabled .rich-editor-toolbar-container {
  position: absolute;
}
.rich-editor-container.sticky-disabled .rich-editor-toolbar-container .rich-editor-toolbar {
  position: absolute;
}
.rich-editor-container.sticky-disabled.toolbar-active {
  margin-top: 0 !important;
}
.rich-editor-container.sticky-disabled.toolbar-active .rich-editor-toolbar.focus, .rich-editor-container.sticky-disabled.toolbar-active .rich-editor-toolbar:focus, .rich-editor-container.sticky-disabled.toolbar-active .rich-editor-toolbar.active {
  opacity: 1;
  display: block;
}

.rich-editor {
  min-height: 300px;
  width: 100%;
}
.rich-editor:focus, .rich-editor.focus {
  outline: 2px dashed #ddd !important;
}
.rich-editor.active {
  outline: 2px dashed #eee;
  min-height: 300px;
}
.rich-editor.active .read-more {
  font-size: 22px;
  color: #ddd;
  margin: 16px 0;
  display: block;
}
.rich-editor pre.html-source {
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
}
.rich-editor hr:first-of-type {
  margin-top: 0;
}
.rich-editor h2:first-of-type, .rich-editor h3:first-of-type, .rich-editor h4:first-of-type, .rich-editor h5:first-of-type, .rich-editor h6:first-of-type {
  margin-top: 0;
}
.rich-editor .em {
  font-family: "Gibson-Medium";
  color: #8f8f8f;
}
.rich-editor .clear {
  clear: both;
}
.rich-editor .read-more {
  display: none;
}

.active-editable-outline {
  outline: 2px dashed #eee;
}
.active-editable-outline:focus, .active-editable-outline.focus {
  outline: 2px dashed #ddd !important;
}

/*$cms-placeholdercolor--white = #FFFFFF
$color--black = #000000
$color--off-white = #E6E6E6
$color--grey = #d8d8d8
$color--image = #d7692c
$color--primary = #2AA1C0
$color--secondary = #0E647D*/
.cms-placeholder-card {
  width: 100%;
  max-width: 300px;
  min-height: 260px;
  margin: 10px;
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
  box-shadow: 0 1px 2px rgba(151, 151, 151, 0.58);
}
.cms-placeholder-card .card__image {
  position: relative;
  width: 100%;
  height: 80px;
  background: #d7692c;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.cms-placeholder-card .card__image span {
  margin-top: 24px;
  color: #fff;
  font-size: 18px;
  font-family: "Roboto";
  font-weight: 500;
}
.cms-placeholder-card .card__content {
  padding: 20px;
}
.cms-placeholder-card .card__content .card__heading {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 20px;
  width: 100%;
  height: 35px;
  background: #d8d8d8;
}
.cms-placeholder-card .card__content .card__paragraph {
  margin: 0;
  width: 90%;
  height: 20px;
  background: #d8d8d8;
}
.cms-placeholder-card.twitter .card__image {
  background: #329cc3;
}
.cms-placeholder-card.facebook .card__image {
  background: #3B5998;
}
.cms-placeholder-card.google .card__image {
  background: #DB4437;
}
.cms-placeholder-card.google .card__image {
  background: #DB4437;
}
.cms-placeholder-card.pinterest .card__image {
  background: #BD081C;
}
.cms-placeholder-card.instagram .card__image {
  background: #262626;
}

.color-picker-container {
  min-height: 150px;
  max-width: 170px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.color-picker-container .flex-colors {
  display: flex;
  flex-wrap: wrap;
}
.color-picker-container .flex-colors > div {
  height: 22px;
  width: 22px;
  cursor: pointer;
  margin-bottom: 8px;
  background: #DB4437;
  border-radius: 4px;
  margin: 0 0 8px 8px;
}
.color-picker-container .flex-colors > div:nth-of-type(5n + 1) {
  margin-left: 0;
}
.color-picker-container .color-input input {
  font-size: 14px;
  padding: 3px 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #212121;
  font-family: "Roboto";
  width: 100px;
  margin: 0;
}

.margin-left-auto {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .rich-editor-toolbar-container {
    display: none;
  }
}
.page-dialog-section {
  padding: 0 64px;
}
.page-dialog-section textarea {
  max-height: 100px;
}
.page-dialog-section button, .page-dialog-section .ui-button {
  font-size: 14px;
}
@media (max-width: 1000px) {
  .page-dialog-section {
    padding: 0 10px;
  }
}

.page-summary-container {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.page-summary-container > div:last-of-type {
  border-bottom: 0;
}
.page-summary-container .page-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 24px;
  border-bottom: 1px solid rgba(242, 242, 242, 0.9490196078);
  min-height: 120px;
}
.page-summary-container .page-summary .page-info {
  width: 80%;
}
.page-summary-container .page-summary .page-info a {
  font-size: 22px;
}
.page-summary-container .page-summary .page-info > div {
  font-size: 14px;
}
.page-summary-container .page-summary .light {
  color: #bbb;
}
.page-summary-container .page-summary .highlight {
  color: #2196F3;
}
@media (max-width: 640px) {
  .page-summary-container .page-summary .page-info {
    width: 70%;
  }
  .page-summary-container .page-summary .page-info a {
    font-size: 16px;
  }
}

.pages-dashboard-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  color: #4C3520;
}
.pages-dashboard-icons > * {
  margin-left: 16px;
  cursor: pointer;
}

.page-dialog-section .mdc-text-field--disabled .mdc-text-field__input {
  color: #212121;
  opacity: 0.75;
}

.post-full-width-image {
  width: 100%;
}
.post-full-width-image figure figcaption {
  font-size: 14px;
  text-align: center;
}

.post-image {
  width: 500px;
  clear: left;
}
.post-image br {
  display: none;
}
.post-image small, .post-image figcaption {
  font-size: 14px;
}
.post-image figure figcaption {
  font-size: 14px;
  text-align: center;
}

.post-two-images {
  display: flex;
  justify-content: space-around;
}
.post-two-images > figure {
  width: 40%;
  max-width: 40%;
}
.post-two-images > figure figcaption {
  font-size: 14px;
  text-align: center;
}

.post-three-images {
  display: flex;
  justify-content: space-between;
}
.post-three-images > figure {
  width: 30%;
  max-width: 30%;
}
.post-three-images > figure figcaption {
  font-size: 14px;
  text-align: center;
}

@media (max-width: 768px) {
  figure {
    margin: 16px 0;
  }
  .post-three-images {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .post-three-images > figure {
    width: 40%;
    max-width: 40%;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .post-image {
    max-width: 100%;
  }
  .post-two-images, .post-three-images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .post-two-images > figure, .post-three-images > figure {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
    text-align: center;
  }
}
[data-hide=hide] {
  display: none !important;
}

.hide {
  display: none !important;
}

.pointer {
  cursor: pointer;
}

.content-edit-icon {
  padding: 0.75em;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 6;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background: #fff;
}
.content-edit-icon > i {
  display: flex;
  color: #cacaca;
}
.content-edit-icon.right {
  left: 100%;
}
.content-edit-icon.secondary {
  left: 55px;
}
.content-edit-icon.secondary-right {
  left: calc(100% + 55px);
}

.edit [contenteditable] {
  outline: 2px dashed #eee;
  width: 100%;
  display: block;
}
.edit [contenteditable]:focus {
  outline: 2px dashed #ddd !important;
}

*:not(pre)[contenteditable] {
  outline: 2px dashed #eee;
}
*:not(pre)[contenteditable]:focus {
  outline: 2px dashed #ddd;
}

pre[contenteditable] {
  outline: none;
}
pre[contenteditable]:focus {
  outline: none !important;
}

.image-stretch-container {
  position: relative;
}
.image-stretch-container img {
  width: 100%;
  height: auto;
}
.image-stretch-container [contenteditable] {
  outline: 2px dashed #f2f2f2;
  width: 100%;
  display: block;
}
.image-stretch-container [contenteditable]:focus {
  outline: 2px dashed #fff !important;
}

@media only screen and (max-width: 640px) {
  .image-stretch-container.collection-hero,
  .image-stretch-container.content-block-hero {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .image-stretch-container.collection-hero img,
  .image-stretch-container.content-block-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.light-class {
  color: #bbb;
}

.highlight-class {
  color: #2196F3;
}

.flex-page-settings {
  font-size: 14px;
  color: #bbb;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .flex-page-settings {
    font-size: 12px;
  }
}

[contenteditable].min-height {
  min-height: 300px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .image-container.carousel-image-container {
    display: block !important;
  }
}
.standard-form-width {
  width: 650px;
  max-width: 100%;
}

.min-height-editor .rich-editor.active {
  min-height: 200px !important;
}

.touch-column-margin {
  margin-top: 24px;
}

@media only screen and (max-width: 640px) {
  .apply-touch-form-styles > * {
    width: 100%;
  }
}

.media-manager-container * {
  letter-spacing: 0;
}

.media-manager-container a,
.media-manager-container a:hover,
.media-manager-container a:visited {
  letter-spacing: 0;
}

.mdc-bottom-bar * {
  letter-spacing: 0;
}

.mdc-bottom-bar a,
.mdc-bottom-bar a:hover,
.mdc-bottom-bar a:visited {
  letter-spacing: 0;
}

.btn-link-absolute-position {
  position: absolute;
  left: 30%;
  top: -30px;
}

.align-left-1 {
  text-align: left;
}

footer {
  margin-top: 64px;
  border-top: 1px solid #e0e0e0;
}
footer .footer-content {
  margin-top: 36px;
  position: relative;
}
footer .footer-bg-logo {
  position: relative;
  z-index: -1;
}
footer .footer-bg-logo .logo_ {
  padding: 0 20px;
}
footer .footer-logo-container {
  width: 100%;
  text-align: center;
}
footer .footer-logo-container .footer-logo {
  width: 180px;
}
footer .footer-social-media-container {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  footer .footer-social-media-container {
    top: 5%;
  }
}
footer .social-media-icon_1 img {
  width: 36px;
}
footer .social-media-icon_2 img {
  width: 36px;
}
footer .footer-header {
  font-family: "Gibson-Medium";
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 12px;
}
footer .footer-grid {
  width: 100%;
  margin-top: 24px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-grid {
    margin-top: 0;
  }
}
footer .footer-grid {
  display: flex;
  justify-content: space-around;
  margin-bottom: 48px;
}
footer .footer-grid > div a {
  display: block;
  text-transform: uppercase;
  cursor: pointer;
}
footer .footer-grid > div a:hover {
  text-transform: uppercase;
}
@media only screen and (max-width: 950px) {
  footer .footer-grid {
    margin-top: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 128px;
    padding-left: 164px;
  }
  footer .footer-grid > div {
    width: 40%;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 800px) {
  footer .footer-grid {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 96px;
    padding-left: 128px;
  }
  footer .footer-grid > div {
    width: 40%;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 735px) {
  footer .footer-grid {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 72px;
    padding-left: 96px;
  }
  footer .footer-grid > div {
    width: 40%;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 675px) {
  footer .footer-grid {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 56px;
    padding-left: 64px;
  }
  footer .footer-grid > div {
    width: 40%;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 640px) {
  footer .footer-grid {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
  footer .footer-grid > div {
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
  }
}
footer .footer-subscribe {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 720px) {
  footer .footer-subscribe {
    flex-wrap: wrap;
  }
}
footer .subscribe-header {
  font-family: "Utopia Std";
  font-size: 24px;
  margin-right: 16px;
}
@media only screen and (max-width: 720px) {
  footer .subscribe-header {
    width: 100%;
    text-align: center;
  }
}
footer .subscribe-input-container {
  display: flex;
  align-items: center;
}
footer .subscribe-input-container button {
  margin-left: 4px;
}
@media only screen and (max-width: 640px) {
  footer .subscribe-input-container {
    flex-wrap: wrap;
  }
  footer .subscribe-input-container > * {
    width: 100%;
    text-align: center;
  }
}
footer .subscribe-input {
  margin: 0;
  border: 1px solid #949494;
  border-radius: 5px;
  font-family: "Gibson Book";
  color: #000;
}
footer .subscribe-input::-webkit-input-placeholder {
  color: #000;
}
footer .subscribe-input::-moz-placeholder {
  color: #000;
}
footer .subscribe-input::-o-placeholder {
  color: #000;
}
footer .subscribe-input:-ms-input-placeholder {
  color: #000;
}
footer .subscribe-input::placeholder {
  color: #000;
}
footer .subscribe-input {
  width: 275px;
}
@media only screen and (max-width: 640px) {
  footer .subscribe-input {
    margin: 0 auto;
  }
}
footer .copyright-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 24px 0 16px 0;
  width: fit-content;
  align-items: center;
  font-size: 12px;
}
footer .copyright-container > a {
  text-decoration: underline;
}
footer .copyright-container > a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  footer .copyright-container {
    font-size: 12px;
  }
}
footer .back-to-top-button {
  display: none;
  position: fixed;
  bottom: 87px;
  right: 24px;
  z-index: 103;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  background: #000;
  color: #fff;
  line-height: 16px;
  font-size: 12px;
  font-family: "Gibson-Medium";
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  transition: height 0.3s ease-in-out;
  transform-origin: bottom;
  border-radius: 1000px;
  cursor: pointer;
  border: 1px solid #000;
}
footer .back-to-top-button.show {
  display: flex;
}
footer .back-to-top-button.hide {
  display: none !important;
}
footer .back-to-top-button:hover {
  height: 64px;
}
footer .back-to-top-button:hover .back-to-top-inner {
  transform: translateY(0);
}
footer .back-to-top-button:hover .back-to-top-label {
  opacity: 1 !important;
}
footer .back-to-top-button .back-to-top-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  transform: translateY(25%);
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transform-origin: bottom;
}
footer .back-to-top-button .back-to-top-inner .back-to-top-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  transform: translateY(3px);
}
footer .back-to-top-button .back-to-top-inner .back-to-top-icon .back-to-top-svg {
  color: #fff;
  stroke-width: 2.5;
}
footer .back-to-top-button .back-to-top-inner .back-to-top-label {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
footer .feedback-button {
  display: none;
  position: fixed;
  bottom: 87px;
  right: 80px;
  z-index: 103;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  background: #000;
  color: #fff;
  line-height: 16px;
  font-size: 12px;
  font-family: "Gibson Book";
  text-transform: uppercase;
  border-radius: 1000px;
  cursor: pointer;
  border: 1px solid #000;
}
footer .feedback-button.show {
  display: flex;
}
footer .feedback-button:hover {
  height: 64px;
}
footer .feedback-button:hover .feedback-label {
  opacity: 1 !important;
}
footer .feedback-button .feedback-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  transform: translateY(25%);
  transition: transform 0.3s ease-in-out;
  transform-origin: bottom;
}
footer .feedback-button:hover .feedback-inner {
  transform: translateY(0);
}
footer .feedback-button .feedback-icon {
  width: 20px;
  height: 20px;
  filter: invert(1);
}
footer .feedback-button .feedback-label {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  font-size: 8px;
  letter-spacing: 0.5px;
}
footer .feedback-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .feedback-modal {
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 640px;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  min-height: 80vh;
}
footer .feedback-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #e0e0e0;
}
footer .feedback-modal-header h4 {
  margin: 0;
  font-family: "Gibson-Medium";
  font-size: 18px;
}
footer .feedback-modal-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  padding: 0 4px;
}
footer .feedback-modal-close:hover {
  color: #000;
}
footer .feedback-modal-body {
  padding: 0;
  overflow-y: auto;
  max-height: calc(90vh - 60px);
  min-height: 70vh;
}

/*# sourceMappingURL=app.css.map */
