@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: "GillSansNova-Medium";
  src: url("fonts/GillSansNova-Medium.woff2") format("woff2"), url("fonts/GillSansNova-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GillSansNova-Book";
  src: url("fonts/GillSansNova-Book.woff2") format("woff2"), url("fonts/GillSansNova-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GillSansNova-Light";
  src: url("fonts/GillSansNova-Light.woff2") format("woff2"), url("fonts/GillSansNova-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GillSansNova-BookItalic";
  src: url("fonts/GillSansNova-BookItalic.woff2") format("woff2"), url("fonts/GillSansNova-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GillSansNova-Bold";
  src: url("fonts/GillSansNova-Bold.woff2") format("woff2"), url("fonts/GillSansNova-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GillSansNova-SemiBold";
  src: url("fonts/GillSansNova-SemiBold.woff2") format("woff2"), url("fonts/GillSansNova-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GillSansNova-Heavy";
  src: url("fonts/GillSansNova-Heavy.woff2") format("woff2"), url("fonts/GillSansNova-Heavy.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: whitesmoke;
}

.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: #4C3520;
  text-shadow: none;
}

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

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

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

.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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !important;
  opacity: 1;
}

.ui-button.primary {
  background: #4C3520;
}

.ui-button.primary:hover, .ui-button.primary:active, .ui-button.primary.active {
  background: #3e2b1a;
}

.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: #4C3520;
}

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

.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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !important;
}
.ui-button.primary.disabled:-ms-input-placeholder, .ui-button.primary[disabled]:-ms-input-placeholder {
  color: #e1e1e1 !important;
}
.ui-button.primary.disabled:hover::placeholder, .ui-button.primary[disabled]:hover::placeholder, .ui-button.primary.disabled::placeholder, .ui-button.primary[disabled]::placeholder {
  color: #e1e1e1 !important;
  opacity: 1;
}

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

.ui-button.secondary:hover, .ui-button.secondary:active, .ui-button.secondary.active {
  background: #f1e8de;
}

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

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

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

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

.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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !important;
}
.ui-button.secondary.disabled:-ms-input-placeholder, .ui-button.secondary[disabled]:-ms-input-placeholder {
  color: #e1e1e1 !important;
}
.ui-button.secondary.disabled:hover::placeholder, .ui-button.secondary[disabled]:hover::placeholder, .ui-button.secondary.disabled::placeholder, .ui-button.secondary[disabled]::placeholder {
  color: #e1e1e1 !important;
  opacity: 1;
}

.ui-button.inverse {
  background: #3e3b3b;
}

.ui-button.inverse:hover, .ui-button.inverse:active, .ui-button.inverse.active {
  background: #343131;
}

.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: #3e3b3b;
}

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

.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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !important;
}
.ui-button.inverse.disabled:-ms-input-placeholder, .ui-button.inverse[disabled]:-ms-input-placeholder {
  color: #e1e1e1 !important;
}
.ui-button.inverse.disabled:hover::placeholder, .ui-button.inverse[disabled]:hover::placeholder, .ui-button.inverse.disabled::placeholder, .ui-button.inverse[disabled]::placeholder {
  color: #e1e1e1 !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: whitesmoke;
}

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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !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: #e1e1e1 !important;
  opacity: 1;
}

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

@font-face {
  font-family: "content";
  src: url("fonts/content.ttf?tgg5yo") format("truetype"), url("fonts/content.woff?tgg5yo") format("woff"), url("fonts/content.svg?tgg5yo#content") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "content" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.icon-content-create:before {
  content: "\e609";
}

.icon-content-sort:before {
  content: "\e60a";
}

.icon-content-sort-2:before {
  content: "\e620";
}

.icon-content-filter:before {
  content: "\e60b";
}

.icon-content-filter-2:before {
  content: "\e61e";
}

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

.icon-content-fullscreen-exit:before {
  content: "\e60d";
}

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

.icon-content-unfold-less:before {
  content: "\e60f";
}

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

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

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

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

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

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

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

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

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

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

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

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

.icon-content-caret-up:before {
  content: "\e61a";
}

.icon-content-caret-down:before {
  content: "\e61b";
}

.icon-content-apps:before {
  content: "\e61d";
}

.icon-content-refresh:before {
  content: "\e607";
}

.icon-content-refresh-2:before {
  content: "\e608";
}

.icon-content-remove-circle-outline:before {
  content: "\e600";
}

.icon-content-remove-circle:before {
  content: "\e601";
}

.icon-content-remove:before {
  content: "\e602";
}

.icon-content-add-circle-outline:before {
  content: "\e606";
}

.icon-content-add-circle:before {
  content: "\e603";
}

.icon-content-add:before {
  content: "\e605";
}

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

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

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

@font-face {
  font-family: "elliptical";
  src: url("fonts/elliptical.eot?16ruyj");
  src: url("fonts/elliptical.eot?16ruyj#iefix") format("embedded-opentype"), url("fonts/elliptical.ttf?16ruyj") format("truetype"), url("fonts/elliptical.woff?16ruyj") format("woff"), url("fonts/elliptical.svg?16ruyj#elliptical") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-core], [class*=" icon-core"] {
  font-family: "elliptical";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 32px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-core-arrow-left:before {
  content: "\e900";
}

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

.icon-core-arrow-up:before {
  content: "\e902";
}

.icon-core-arrow-down:before {
  content: "\e903";
}

.icon-core-chevron-left:before {
  content: "\e012";
}

.icon-core-chevron-right:before {
  content: "\e00b";
}

.icon-core-chevron-down:before {
  content: "\e00f";
}

.icon-core-chevron-up:before {
  content: "\e075";
}

.icon-core-arrow-forward:before {
  content: "\e904";
}

.icon-core-arrow-back:before {
  content: "\e905";
}

.icon-core-cross:before {
  content: "\e906";
}

.icon-core-square:before {
  content: "\e907";
}

.icon-core-checkbox:before {
  content: "\e01e";
}

.icon-core-stack:before {
  content: "\e908";
}

.icon-core-stack-2:before {
  content: "\e010";
}

.icon-core-trash:before {
  content: "\e909";
}

.icon-core-profile:before {
  content: "\e000";
}

.icon-core-profile-edit:before {
  content: "\e004";
}

.icon-core-map:before {
  content: "\e003";
}

.icon-core-location:before {
  content: "\e007";
}

.icon-core-download:before {
  content: "\e002";
}

.icon-core-download-2:before {
  content: "\e00a";
}

.icon-core-upload:before {
  content: "\e005";
}

.icon-core-database:before {
  content: "\e008";
}

.icon-core-database-edit:before {
  content: "\e009";
}

.icon-core-mail:before {
  content: "\e90a";
}

.icon-core-mail-2:before {
  content: "\e013";
}

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

.icon-core-power:before {
  content: "\e01d";
}

.icon-core-book:before {
  content: "\e006";
}

.icon-core-edit:before {
  content: "\e00e";
}

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

.icon-core-search-2:before {
  content: "\e90b";
}

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

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

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

.icon-core-clock:before {
  content: "\e014";
}

.icon-core-comments:before {
  content: "\e011";
}

.icon-core-comments-2:before {
  content: "\e015";
}

.icon-core-speech:before {
  content: "\e90d";
}

.icon-core-phone:before {
  content: "\e017";
}

.icon-core-screen:before {
  content: "\e027";
}

.icon-core-tablet:before {
  content: "\e919";
}

.icon-core-print:before {
  content: "\e024";
}

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

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

.icon-core-lock-2:before {
  content: "\e018";
}

.icon-core-shopping:before {
  content: "\e019";
}

.icon-core-shopping-2:before {
  content: "\e910";
}

.icon-core-tag:before {
  content: "\e031";
}

.icon-core-expand:before {
  content: "\e01a";
}

.icon-core-refresh:before {
  content: "\e01c";
}

.icon-core-recycle:before {
  content: "\e911";
}

.icon-core-filter:before {
  content: "\e01f";
}

.icon-core-info:before {
  content: "\e020";
}

.icon-core-warning:before {
  content: "\e021";
}

.icon-core-folder:before {
  content: "\e022";
}

.icon-core-document:before {
  content: "\e02a";
}

.icon-core-document-download:before {
  content: "\e023";
}

.icon-core-document-edit:before {
  content: "\e025";
}

.icon-core-document-email:before {
  content: "\e026";
}

.icon-core-document-search:before {
  content: "\e028";
}

.icon-core-document-trash:before {
  content: "\e029";
}

.icon-core-documents:before {
  content: "\e02b";
}

.icon-core-contact-list:before {
  content: "\e02c";
}

.icon-core-control-end:before {
  content: "\e077";
}

.icon-core-control-forward:before {
  content: "\e078";
}

.icon-core-control-next:before {
  content: "\e083";
}

.icon-core-control-pause:before {
  content: "\e085";
}

.icon-core-control-play:before {
  content: "\e086";
}

.icon-core-control-previous:before {
  content: "\e087";
}

.icon-core-control-reverse:before {
  content: "\e08d";
}

.icon-core-control-rewind:before {
  content: "\e08f";
}

.icon-core-control-start:before {
  content: "\e091";
}

.icon-core-control-stop:before {
  content: "\e092";
}

.icon-core-volume:before {
  content: "\e094";
}

.icon-core-mute:before {
  content: "\e096";
}

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

.icon-core-settings-2:before {
  content: "\e098";
}

.icon-core-checkmark:before {
  content: "\e912";
}

.icon-core-checkmark-2:before {
  content: "\e035";
}

.icon-core-circle-filled:before {
  content: "\e158";
}

.icon-core-circle:before {
  content: "\e05d";
}

.icon-core-circle-2:before {
  content: "\e913";
}

.icon-core-minus:before {
  content: "\e914";
}

.icon-core-add:before {
  content: "\e915";
}

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

.icon-core-home-22:before {
  content: "\e917";
}

.icon-core-home-2:before {
  content: "\e02f";
}

.icon-core-home-4:before {
  content: "\e918";
}

@font-face {
  font-family: "social-media";
  src: url("fonts/social-media.ttf?rqo6jm") format("truetype"), url("fonts/social-media.woff?rqo6jm") format("woff"), url("fonts/social-media.svg?rqo6jm#social-media") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-social-media-], [class*=" icon-social-media-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "social-media" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-social-media-email:before {
  content: "\e900";
}

.icon-social-media-medium:before {
  content: "\e901";
}

.icon-social-media-dribble:before {
  content: "\e902";
}

.icon-social-media-twitter:before {
  content: "\e903";
}

.icon-social-media-facebook:before {
  content: "\e904";
}

.icon-social-media-youtube:before {
  content: "\e905";
}

.icon-social-media-google:before {
  content: "\e906";
}

.icon-social-media-instagram:before {
  content: "\e907";
}

.icon-social-media-pinterest:before {
  content: "\e908";
}

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

body {
  margin: 0;
  font-family: "GillSansNova-Book";
  font-size: 16px;
  line-height: 1.5;
  min-height: 100vh;
  color: #4C3520;
  -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: 16px;
  }
}

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;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.carousel-container .carousel-inner-container .carousel-item > video.show {
  display: inline-block;
}
.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: "GillSansNova-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: #4C3520;
}
.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: "GillSansNova-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: #4C3520;
}
.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;
  max-width: 100%;
}
md-input .flex-container {
  display: flex;
  align-items: center;
  margin: 0;
}

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 #777;
  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: #2a2e30;
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* HIGHLIGHTER ================================== */
  /* active state */
}
.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 #777;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: #4C3520;
}
@media only screen and (max-width: 768px) {
  .input-group input {
    font-size: 14px;
  }
}
.input-group input[disabled] {
  border-bottom: 1px dotted #777;
  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 #777;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: #4C3520;
}
@media only screen and (max-width: 768px) {
  .input-group textarea {
    font-size: 14px;
  }
}
.input-group textarea[disabled] {
  border-bottom: 1px dotted #777;
  color: #666;
}
.input-group textarea:focus {
  outline: none;
}
.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 input:focus ~ label, .input-group input:not(:placeholder-shown) ~ label, .input-group input:-webkit-autofill:focus ~ label {
  top: -20px;
  font-size: 12px;
  color: #2a2e30;
}
.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: #2a2e30;
}
.input-group .bar {
  position: relative;
  display: block;
  width: 300px;
  max-width: 100%;
}
.input-group .bar:before, .input-group .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #2a2e30;
  transition: 0.2s ease opacity;
  opacity: 0;
}
.input-group .bar:before {
  left: 50%;
}
.input-group .bar:after {
  right: 50%;
}
.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 .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.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;
  color: #fff;
  background: transparent;
  border-bottom: 0;
}
.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[disabled] {
  border-bottom: 1px dotted #fff;
  opacity: 0.7;
}
.input-group.white textarea {
  border-bottom: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.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[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: #2a2e30;
  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: #2a2e30;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #2a2e30;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #2a2e30;
  }
  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 #f2f2f2;
  border-right: 6px solid #f2f2f2;
  border-bottom: 6px solid #f2f2f2;
  border-left: 6px solid #F7F2EC;
  -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;
    overflow-x: hidden;
  }
  ui-carousel .ui-button, ui-carousel carousel-navigation {
    display: none;
  }
}

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: #F7F2EC;
  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: #F7F2EC;
  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: #704e2f;
}

ui-carousel[animation=multi-slide] > carousel-navigation.prev:after {
  color: #704e2f;
}

.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: "GillSansNova-Medium";
}
.locations-box .location-result-item a.directions {
  display: flex;
  align-items: center;
  color: #bdbdbd;
  font-family: "GillSansNova-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;
  /**{
    letter-spacing: 0;
  }
      a,
      a:hover,
      a:visited {
          letter-spacing: 0;
      }*/
}
@media only screen and (max-width: 1024px) {
  .layout-notification-bar {
    z-index: 1;
  }
}

.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%;
}

.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 #4C3520;
}

.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: #93965F;
  background-color: #93965F;
}

.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: #93965F;
}

.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;
}

paper-toast {
  font-family: "GillSansNova-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: "GillSansNova-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;
  }
}
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: #4C3520;
}
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: #3e3b3b;
}
h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary {
  color: #F7F2EC;
}
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;
  color: #3a87ad;
}
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.warning, blockquote p.warning {
  border-left: 6px solid #c09853 !important;
  background: #fcf8e3;
  color: #c09853;
}
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.success, blockquote p.success {
  border-left: 6px solid #468847 !important;
  background: #dff0d8;
  color: #468847;
}
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.error, blockquote p.error {
  border-left: 6px solid #bc5251 !important;
  background: #f2dede;
  color: #bc5251;
}
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;
}

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: "GillSansNova-Light";
}
h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary {
  color: #4C3520;
}
h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary {
  color: #F7F2EC;
}
h1.accent, h2.accent, h3.accent, h4.accent, h5.accent, h6.accent {
  color: #93965F;
}
h1.inverse, h2.inverse, h3.inverse, h4.inverse, h5.inverse, h6.inverse {
  color: #3e3b3b;
}
@media only screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-family: "GillSansNova-Book";
  }
}

.primary {
  color: #4C3520;
}

.secondary {
  color: #F7F2EC;
}

.accent {
  color: #93965F;
}

.inverse {
  color: #3e3b3b;
}

.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;
}

h2 {
  margin-bottom: 24px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "GillSansNova-Book";
  letter-spacing: 3px;
}
h1.header-margin, h2.header-margin, h3.header-margin, h4.header-margin, h5.header-margin, h6.header-margin {
  margin: 2em 0;
}
h1.header-margin-top, h2.header-margin-top, h3.header-margin-top, h4.header-margin-top, h5.header-margin-top, h6.header-margin-top {
  margin-top: 2em;
}

h2.large {
  font-size: 50px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  h2.large {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  h2.large {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  h2.large.home {
    font-size: 18px;
  }
}

.subheader {
  color: #93965F;
  margin-top: 1em;
}
.subheader.margin {
  margin-bottom: 1em;
}

.book, .medium-font {
  font-family: "GillSansNova-Medium";
}

blockquote,
blockquote p {
  font-family: "GillSansNova-Medium";
}
blockquote.alert,
blockquote p.alert {
  border-left: 6px solid #d00058 !important;
  background: #fdd5e7;
  font-family: "GillSansNova-Medium";
  color: #4e4e4e;
}
blockquote.alert:hover, blockquote.alert:active, blockquote.alert.active,
blockquote p.alert:hover,
blockquote p.alert:active,
blockquote p.alert.active {
  border-left: 6px solid #d00058 !important;
}

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

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

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

.hide {
  display: none !important;
}

.block {
  display: block;
}

.center {
  text-align: center;
}

.primary-color {
  color: #4C3520;
}

.secondary-color {
  color: #F7F2EC;
}

.accent-color {
  color: #93965F;
}

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

a.primary-color {
  color: #4C3520;
}
a.primary-color:hover {
  color: #4C3520;
}

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

.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-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;
}

a, a:hover, a:visited {
  text-decoration: none;
  font-size: 1em;
  transition: opacity 0.25s linear;
  color: #4C3520;
  transition-property: opacity, color, border;
  letter-spacing: 2px;
}
a.no-hover:hover, a:hover.no-hover:hover, a:visited.no-hover:hover {
  cursor: pointer;
  color: #4C3520;
  opacity: 1;
}
a:hover, a:hover:hover, a:visited:hover {
  cursor: pointer;
  color: #b8afa9;
}
a.document, a:hover.document, a:visited.document {
  color: #4C3520;
}
a.document:hover, a:hover.document:hover, a:visited.document:hover {
  color: #4C3520;
}
a.gray, a:hover.gray, a:visited.gray {
  color: #b3b3b3 !important;
}
a.accent, a:hover.accent, a:visited.accent {
  color: #93965F !important;
}
a.accent:hover, a:hover.accent:hover, a:visited.accent:hover {
  color: #4C3520 !important;
}
a.accent-dark, a:hover.accent-dark, a:visited.accent-dark {
  color: #74774b !important;
}
a.accent-dark:hover, a:hover.accent-dark:hover, a:visited.accent-dark:hover {
  color: #4C3520 !important;
}
a.large-link, a:hover.large-link, a:visited.large-link {
  font-size: 18px;
  color: #93965F !important;
}
a.large-link:hover, a:hover.large-link:hover, a:visited.large-link:hover {
  color: #4C3520 !important;
}
a.underline, a:hover.underline, a:visited.underline {
  text-decoration: underline;
}
a.underline:hover, a:hover.underline:hover, a:visited.underline:hover {
  text-decoration: underline;
}
a.medium, a:hover.medium, a:visited.medium {
  font-family: "GillSansNova-Medium";
}
a.medium:hover, a:hover.medium:hover, a:visited.medium:hover {
  font-family: "GillSansNova-Medium";
  cursor: pointer;
  color: #b8afa9;
}
a.bold, a:hover.bold, a:visited.bold {
  font-family: "GillSansNova-Bold";
}
a.bold:hover, a:hover.bold:hover, a:visited.bold:hover {
  font-family: "GillSansNova-Bold";
  cursor: pointer;
  color: #b8afa9;
}

body * {
  letter-spacing: 2px;
}

.document {
  color: #4C3520;
}

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

.margin-top.three {
  margin-top: 64px;
}

main.medium-links a, main.medium-links a:visited {
  font-family: "GillSansNova-Medium";
}
main.medium-links a:hover, main.medium-links a:visited:hover {
  font-family: "GillSansNova-Medium";
  cursor: pointer;
  color: #b8afa9;
}

main.h3 h2, main.h3 h3 {
  margin-top: 36px !important;
}

main {
  min-height: calc(100vh - 205px);
}
@media only screen and (max-width: 768px) {
  main {
    min-height: calc(100vh - 110px);
  }
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}
h1.medium, h2.medium, h3.medium, h4.medium, h5.medium, h6.medium {
  font-family: "GillSansNova-Medium";
}
h1.thin, h2.thin, h3.thin, h4.thin, h5.thin, h6.thin {
  font-family: "GillSansNova-Light";
}
h1.normal, h2.normal, h3.normal, h4.normal, h5.normal, h6.normal {
  text-transform: none;
}

hr {
  border: 0;
  border-top: 1px solid #4c3520;
  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;
}
hr.header-break {
  margin: 1px 0 36px 0;
  border: 1px solid #f2f2f2;
  border-top: 0;
}
@media only screen and (max-width: 1024px) {
  hr.header-break {
    opacity: 0;
  }
}

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

.no-image {
  border-radius: 10px;
}

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

.image-container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.image-stretch-container {
  position: relative;
}
.image-stretch-container img {
  display: block;
  width: 100%;
}
.image-stretch-container h2 {
  color: #fff;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  line-height: 1;
  font-size: 80px;
  text-align: right;
  padding-right: 0;
  margin: 0;
  width: 100%;
  z-index: 5;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
  letter-spacing: 6px;
}
@media only screen and (max-width: 1200px) {
  .image-stretch-container h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .image-stretch-container h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .image-stretch-container h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 640px) {
  .image-stretch-container h2 {
    font-size: 24px;
  }
}
.image-stretch-container h2.brands {
  padding-right: 5%;
}
.image-stretch-container h2.brands span {
  font-size: 34px;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .image-stretch-container h2.brands span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .image-stretch-container h2.brands span {
    font-size: 20px;
  }
}

.bottom-break {
  height: 50px;
}

.margin-top-8 {
  margin-top: 8px;
}

.flex-header {
  display: flex;
  justify-content: space-between;
}
.flex-header .mdc-select[role=listbox] .mdc-select__bottom-line {
  background-color: #ddd;
}
@media only screen and (max-width: 640px) {
  .flex-header {
    flex-wrap: wrap;
  }
  .flex-header h2 {
    width: 100%;
  }
}

.column-content {
  display: flex;
  flex-direction: column;
}
.column-content > * {
  margin-bottom: 8px;
}

i.search-icon {
  margin-right: 0.2em;
  font-size: 36px;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  i.search-icon {
    font-size: 24px;
  }
}

i.i-margin {
  margin-right: 6px;
}

i.i-margin-left {
  margin-left: 6px;
}

i.large-icon {
  font-size: 48px;
}
@media only screen and (max-width: 1024px) {
  i.large-icon {
    font-size: 24px;
  }
}

.main-margin {
  margin-top: 64px;
}
.main-margin.flush {
  margin-top: 55px;
}

.text-danger {
  color: #F7685B;
}

.home-product-container {
  background: #F7F2EC;
  padding: 2em 1.5em;
  min-height: 400px;
  margin-top: 36px;
}
.home-product-container .home-product-container-header {
  display: flex;
  justify-content: center;
}
.home-product-container .home-product-container-product {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
.home-product-container .home-product-container-product > div:not(:last-child) {
  margin-right: 36px;
}
.home-product-container .home-product-container-product .product-title-1 {
  text-align: center;
  margin-top: 8px;
}
@media only screen and (max-width: 1024px) {
  .home-product-container .home-product-container-product {
    flex-wrap: wrap;
  }
  .home-product-container .home-product-container-product > div {
    margin-bottom: 36px;
  }
  .home-product-container .home-product-container-product > div:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .home-product-container .home-product-container-product > div {
    width: 45%;
  }
}
@media only screen and (max-width: 400px) {
  .home-product-container .home-product-container-product > div {
    width: 100%;
  }
}
.home-product-container .view-all-1 {
  text-align: center;
  margin: 48px 0 24px 0;
}
.home-product-container .view-all-1 > a {
  text-decoration: underline;
  text-transform: uppercase;
}
.home-product-container .view-all-1 > a:hover {
  text-decoration: underline;
  text-transform: uppercase;
}

.home-image-container-1 {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
@media only screen and (max-width: 640px) {
  .home-image-container-1 {
    flex-wrap: wrap;
  }
}
.home-image-container-1 > div {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .home-image-container-1 > div {
    width: 100%;
    margin-bottom: 24px;
  }
}
.home-image-container-1 .product-title-2 {
  text-align: center;
  margin-top: 2px;
}

.home-image-container-2 {
  margin-top: 48px;
}
.home-image-container-2 .product-title-3 {
  text-align: center;
  margin-top: 2px;
}

.home-image-container-3 {
  margin-top: 48px;
  border-top: 20px solid #F7F2EC;
  border-bottom: 20px solid #F7F2EC;
  padding-bottom: 48px;
  min-height: 400px;
}

.new-arrivals-carousel {
  margin-top: 24px;
}
.new-arrivals-carousel carousel-item {
  margin-right: 88px !important;
  text-transform: uppercase;
}
.new-arrivals-carousel carousel-item img {
  max-height: 170px;
}

.home-image-container-4 {
  margin-top: 48px;
}
.home-image-container-4 .home-image-container-4-header {
  text-align: center;
  margin-bottom: 36px;
}
.home-image-container-4 .home-image-container-4-header h2 {
  margin-bottom: 4px;
}
.home-image-container-4 .home-image-container-4-header a {
  font-size: 28px;
}
.home-image-container-4 .home-image-container-4-header a:hover {
  font-size: 28px;
}
@media only screen and (max-width: 1024px) {
  .home-image-container-4 .home-image-container-4-header a {
    font-size: 18px;
  }
  .home-image-container-4 .home-image-container-4-header a:hover {
    font-size: 18px;
  }
}

.small-info {
  font-size: 12px;
  color: #757575;
  text-transform: none;
}

.smaller-icon {
  font-size: 18px !important;
}

.filter-search-container {
  position: absolute;
  z-index: 3;
  background: #fff;
  border: 1px solid #cacaca;
  padding: 24px;
  min-width: 800px;
  min-height: 400px;
  left: -700px;
  overflow-y: auto;
  max-height: 505px;
}
.filter-search-container .filter-close {
  display: none;
}
@media only screen and (max-width: 830px) {
  .filter-search-container {
    position: fixed;
    left: 2px;
    right: 2px;
    top: 170px;
    z-index: 5;
  }
  .filter-search-container .filter-close {
    display: block;
    margin-right: auto;
  }
}
@media only screen and (max-width: 820px) {
  .filter-search-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    max-height: none;
  }
}

ui-select > select {
  text-transform: capitalize;
  font-family: "GillSansNova-Book";
}

.filter-form > .row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 820px) {
  .filter-form > .row {
    flex-wrap: wrap;
  }
}
.filter-form > .row input {
  margin: 0;
}
.filter-form > .row > div {
  width: 45%;
}
.filter-form > .row > div:last-child {
  justify-content: flex-end;
}
@media only screen and (max-width: 820px) {
  .filter-form > .row > div {
    width: 100%;
  }
}
.filter-form > .row .column {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media only screen and (max-width: 820px) {
  .filter-form > .row .column {
    margin-bottom: 24px;
  }
}
.filter-form > .row .column > span {
  margin-right: 8px;
  min-width: 130px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: left;
}
.filter-form > .row .column .column-row {
  display: flex;
  justify-content: space-between;
}
.filter-form > .row .column .column-row span {
  min-width: 40px;
}
.filter-form > .row .column .column-row > div {
  width: 45%;
  display: flex;
  align-items: center;
}
.filter-form > .row .column .column-row > div:last-child {
  justify-content: flex-end;
}

.filter-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
@media only screen and (max-width: 820px) {
  .filter-footer {
    margin-top: auto;
  }
}
@media only screen and (max-width: 640px) {
  .filter-footer {
    margin-top: 32px;
    justify-content: space-between;
  }
  .filter-footer > * {
    min-width: 150px !important;
  }
}

.ul-content > li {
  margin-bottom: 12px;
}

.header-text {
  margin: 64px 0;
}
.header-text.center {
  text-align: center;
}
.header-text.alt {
  margin-top: 48px;
  margin-bottom: 24px;
}

.intro-text {
  margin-bottom: 48px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .intro-text {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.margin-bottom-64 {
  margin-bottom: 64px;
}

h3.margin {
  margin: 32px 0;
}

h3.margin-48 {
  margin: 48px 0;
}

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

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

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

.content-width {
  width: 750px;
  max-width: 100%;
}

.bottom-height {
  height: 100px;
}

.dealer-locator-row {
  display: flex;
  align-items: center;
}
.dealer-locator-row input {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .dealer-locator-row input {
    width: 100%;
    margin-bottom: 24px;
  }
}
.dealer-locator-row .m-right {
  margin-right: 40px;
}
@media only screen and (max-width: 640px) {
  .dealer-locator-row .m-right {
    margin-right: 0;
  }
}
.dealer-locator-row .m-right-2 {
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  .dealer-locator-row .m-right-2 {
    margin-right: 0;
  }
}
.dealer-locator-row .m-left-2 {
  margin-left: 20px;
}
@media only screen and (max-width: 640px) {
  .dealer-locator-row .m-left-2 {
    margin-left: 0;
  }
}
.dealer-locator-row.two {
  width: 70%;
}
@media only screen and (max-width: 640px) {
  .dealer-locator-row.two {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .dealer-locator-row {
    flex-wrap: wrap;
  }
  .dealer-locator-row .mobile-no-margin {
    margin-bottom: 0;
  }
  .dealer-locator-row ui-select {
    margin-bottom: 24px;
  }
}

.input-radius-width {
  width: 80px;
}

.dealer-form-container {
  background: #F7F2EC;
  padding: 40px;
  margin-top: 48px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1060px) {
  .dealer-form-container {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 640px) {
  .dealer-form-container {
    padding: 40px 20px;
  }
}
.dealer-form-container ui-select {
  margin-bottom: 0;
}

ui-select.light {
  background: #fff;
}

@media only screen and (max-width: 1060px) {
  .dealer-submit {
    margin-top: 64px;
  }
}
div.min-height {
  min-height: 200px;
}

.other-styles {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 640px) {
  .other-styles {
    font-size: 20px;
  }
}
.other-styles.related {
  margin-top: 48px;
  margin-bottom: 24px;
}

.category-header-background {
  background: #93965F;
  text-align: center;
  padding: 24px 0;
  color: #fff;
}
.category-header-background > h2 {
  margin: 0;
}

.detail-navigation {
  margin-top: 32px;
}

.back-to-gallery {
  display: flex;
}

.flex-shown-in {
  display: flex;
}
.flex-shown-in > .shown-in-fabric {
  width: 150px;
}
.flex-shown-in > .showin-text {
  display: flex;
  align-items: center;
  margin-left: 24px;
  text-transform: uppercase;
  font-size: 14px;
}

.broken-showin {
  border: 1px solid #ddd;
}

.image-error {
  border: 1px solid #ccc;
}

.fabric-cart-input-container {
  background: #F7F2EC;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px;
}
.fabric-cart-input-container > .cart-inputs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.fabric-cart-input-container > .cart-inputs > .input-label {
  font-family: "GillSansNova-Medium";
  margin-right: 24px;
  text-transform: uppercase;
}
.fabric-cart-input-container > .cart-inputs > .input-select {
  width: 250px;
  margin-right: 24px;
}
.fabric-cart-input-container > .cart-inputs > .input-select input {
  height: 35px;
}
.fabric-cart-input-container > .cart-inputs > .input-select .k-input-solid {
  border: 1px solid #4C3520;
}
.fabric-cart-input-container > .cart-inputs > .input-button > button.ui-button {
  min-width: 150px;
  margin: 0;
}
@media only screen and (max-width: 820px) {
  .fabric-cart-input-container > .cart-inputs {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .fabric-cart-input-container > .cart-inputs > .input-label {
    width: 100%;
  }
  .fabric-cart-input-container > .cart-inputs > .input-select {
    width: 70%;
  }
}
@media only screen and (max-width: 820px) {
  .fabric-cart-input-container > .cart-inputs > .input-select {
    width: 100%;
    margin-bottom: 24px;
  }
}

.fabric-cart-heading {
  text-align: center;
  font-size: 36px;
  margin-top: 36px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 1000px) {
  .fabric-cart-heading {
    font-size: 30px;
  }
}
@media only screen and (max-width: 840px) {
  .fabric-cart-heading {
    font-size: 24px;
  }
}
@media only screen and (max-width: 680px) {
  .fabric-cart-heading {
    font-size: 20px;
  }
}

.fabric-cart-no-items {
  font-family: "GillSansNova-Medium";
  margin-top: 24px;
  font-size: 28px;
  color: #f2f2f2;
  text-align: center;
}

.fabric-cart-actions {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}
.fabric-cart-actions .one {
  margin-right: 24px;
}
.fabric-cart-actions .two {
  margin-left: 24px;
}
@media only screen and (max-width: 640px) {
  .fabric-cart-actions {
    flex-wrap: wrap;
  }
  .fabric-cart-actions button {
    width: 100%;
  }
  .fabric-cart-actions .one, .fabric-cart-actions .two {
    margin: 0;
    margin-bottom: 24px;
  }
}

shopping-gallery.fabric-cart {
  justify-content: flex-start;
}
shopping-gallery.fabric-cart .delete {
  font-family: "GillSansNova-Medium";
  border: 2px solid #adadad;
  padding-left: 4px;
  padding-right: 3px;
  cursor: pointer;
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  shopping-gallery.fabric-cart {
    justify-content: space-between;
  }
}
shopping-gallery.fabric-cart > gallery-item {
  margin-right: 36px;
}
@media only screen and (max-width: 1247px) {
  shopping-gallery.fabric-cart > gallery-item {
    margin-right: 34px;
  }
}
@media only screen and (max-width: 1179px) {
  shopping-gallery.fabric-cart > gallery-item {
    margin-right: 32px;
  }
}
@media only screen and (max-width: 1113px) {
  shopping-gallery.fabric-cart > gallery-item {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1046px) {
  shopping-gallery.fabric-cart > gallery-item {
    margin-right: 28px;
  }
}
@media only screen and (max-width: 979px) {
  shopping-gallery.fabric-cart > gallery-item {
    margin-right: 26px;
  }
}
@media only screen and (max-width: 914px) {
  shopping-gallery.fabric-cart > gallery-item {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 765px) {
  shopping-gallery.fabric-cart > gallery-item {
    margin-right: 22px;
  }
}
@media only screen and (max-width: 706px) {
  shopping-gallery.fabric-cart > gallery-item {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  shopping-gallery.fabric-cart > gallery-item {
    margin-right: 0;
  }
}

.fabric-cart-count {
  position: relative;
}
.fabric-cart-count .count-indicator {
  position: absolute;
  z-index: 2;
  font-size: 14px;
  left: 15px;
}
.fabric-cart-count .count-indicator.double-digits {
  left: 11px;
}

shopping-gallery.fabric {
  align-items: flex-start;
}
shopping-gallery.fabric .fabric-gallery-image {
  position: relative;
}
shopping-gallery.fabric .fabric-gallery-image .add-to-cart-action {
  position: absolute;
  display: none;
  bottom: 10px;
  right: 6px;
  z-index: 5;
  background: #e6e6e6;
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
}
shopping-gallery.fabric .fabric-gallery-image .add-to-cart-action:hover {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}
@media only screen and (max-width: 640px) {
  shopping-gallery.fabric .fabric-gallery-image .add-to-cart-action:hover {
    background-image: none;
  }
}
shopping-gallery.fabric .fabric-gallery-image:hover .add-to-cart-action {
  display: block;
}
@media only screen and (max-width: 640px) {
  shopping-gallery.fabric .fabric-gallery-image:hover .add-to-cart-action {
    display: none;
  }
}

shopping-gallery.showin > gallery-item .gallery-image {
  min-height: 279px;
  display: flex;
  align-items: center;
  max-height: 279px;
  overflow-y: hidden;
}
shopping-gallery.showin > gallery-item .gallery-image > img {
  width: auto;
}
@media only screen and (max-width: 640px) {
  shopping-gallery.showin > gallery-item .gallery-image {
    min-height: 179px;
  }
  shopping-gallery.showin > gallery-item .gallery-image > img {
    height: auto;
    max-height: 179px;
  }
}

.fabric-gallery-image-2 {
  position: relative;
}
.fabric-gallery-image-2 .add-to-cart-action {
  position: absolute;
  display: none;
  bottom: 60px;
  right: 20px;
  z-index: 5;
  background: #e6e6e6;
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
}
.fabric-gallery-image-2 .add-to-cart-action:hover {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}
@media only screen and (max-width: 640px) {
  .fabric-gallery-image-2 .add-to-cart-action:hover {
    background-image: none;
  }
}
.fabric-gallery-image-2:hover .add-to-cart-action {
  display: block;
}
@media only screen and (max-width: 640px) {
  .fabric-gallery-image-2:hover .add-to-cart-action {
    display: none;
  }
}

.fabric-sample-checkout-instruction {
  margin: 24px 0;
}

.fabric-cart-checkout-items {
  margin: 24px 0;
  font-size: 20px;
}

form ui-select {
  margin-bottom: 1em;
}
form .button-container {
  margin: 24px 0;
  margin-top: 36px;
}
form input[type=submit] {
  width: auto;
}

.fabric-cart-checkout-items {
  margin: 48px 0;
  margin-top: 64px;
}

.fabric-checkout-subscribe input {
  display: inline;
  width: auto;
  margin-right: 5px;
}

shopping-gallery.fabric-cart.view-mode > gallery-item {
  width: 10%;
  font-size: 12px;
}

.fabric-cart-success {
  font-family: "GillSansNova-Medium";
}
.fabric-cart-success .message-label {
  color: #2ED47A;
}

.fabric-cart-checkout-items {
  margin-top: 64px;
}

select {
  padding: 5px 10px;
}

select.select-min-width {
  min-width: 100px;
}

.flex-gallery-box {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .flex-gallery-box > div {
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flex-gallery-box > div.clearance-div {
    max-width: 920px;
  }
}

.cleaning-care-link {
  margin-top: 24px;
  font-size: 14px;
  font-family: "GillSansNova-Medium";
  text-decoration: underline;
  text-transform: uppercase;
  display: block;
}
.cleaning-care-link:hover {
  text-decoration: underline;
}

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

.user-notes, .notes, .detail-notes {
  white-space: pre-wrap;
}

.lee-performers-label {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "GillSansNova-Medium";
  color: #93965F;
}

.leather-label {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "GillSansNova-Medium";
}

.badge-label {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "GillSansNova-Medium";
  color: #93965F;
}

.product-detail-info {
  text-transform: uppercase;
  font-size: 14px;
}

.product-link {
  text-transform: uppercase;
}

.view-other-styles {
  text-transform: uppercase;
  font-size: 14px;
}

h3.related-item-category {
  margin-bottom: 36px;
}

.portfolio-add-button .k-button-text, .portfolio-item-add-button .k-button-text {
  text-transform: uppercase;
}

.portfolio-accent-button {
  background-color: #93965F !important;
  /* Set your custom background color */
  color: white !important;
  /* Optional: set the text color */
  border: none;
  /* Optional: remove the border */
}

.thumb-img-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
@media only screen and (max-width: 640px) {
  .thumb-img-gallery {
    justify-content: space-between;
  }
}
.thumb-img-gallery > .thumb-img {
  width: 17%;
  margin-bottom: 8px;
  cursor: pointer;
  margin-right: 12px;
  border: 1px solid transparent;
  display: block;
}
.thumb-img-gallery > .thumb-img .descp {
  margin-top: 2px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .thumb-img-gallery > .thumb-img {
    width: 45%;
  }
  .thumb-img-gallery > .thumb-img .descp {
    font-size: 12px;
  }
}

.shownin-row {
  margin: 12px 0;
}

.media-margin-top {
  margin-top: 16px;
}

.performance-logo {
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 1;
  max-width: 25%;
}

shopping-gallery.media > gallery-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 368px;
}
@media only screen and (max-width: 640px) {
  shopping-gallery.media > gallery-item {
    min-height: 179px;
  }
}

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

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

.m2-image img.medium {
  width: 70%;
}

.m2-image img.small {
  width: 50%;
}

.m2-image img.mini {
  width: 40%;
}

.nailhead-size-container {
  display: flex;
  width: 100%;
}
.nailhead-size-container .nailhead-size-container-item {
  width: 20%;
  margin-right: 24px;
  text-align: center;
}
.nailhead-size-container .nailhead-size-container-item .nailhead-size-img-container {
  display: flex;
  align-items: center;
  min-height: 100px;
  justify-content: center;
}
.nailhead-size-container .nailhead-size-container-item .nailhead-size-text {
  font-size: 14px;
  text-align: center;
}
.nailhead-size-container .nailhead-size-container-item img.jumbo {
  width: 100px;
}
.nailhead-size-container .nailhead-size-container-item img.medium {
  width: 70px;
}
.nailhead-size-container .nailhead-size-container-item img.small {
  width: 50px;
}
.nailhead-size-container .nailhead-size-container-item img.mini {
  width: 30px;
}
.nailhead-size-container .nailhead-size-container-item img.tack-trim {
  width: 30px;
}

.careers-banner {
  text-align: center;
  padding: 12px 0;
  font-size: 48px;
  text-transform: uppercase;
  background: #372b13;
  color: #fff;
}

.fabric-cart-item-actions {
  display: flex;
  align-items: center;
}

.fabric-cart-quantity-selection {
  margin-left: 4px;
}

.featured-descp {
  font-family: "GillSansNova-Medium";
  font-size: 14px;
}

.semi-bold {
  font-family: "GillSansNova-SemiBold";
}

.medium-bold {
  font-family: "GillSansNova-Bold";
}

.medium-heavy {
  font-family: "GillSansNova-Heavy";
}

.no-border {
  border: 0 !important;
}

@media only screen and (max-width: 640px) {
  .backToTop {
    display: none !important;
  }
}
.mobile-search-container {
  margin-top: 48px;
}

@media only screen and (max-width: 640px) {
  .filter-icon {
    width: 75px;
  }
}
.hide-large {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .hide-large {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .home-title {
    margin: 0 70px;
  }
}

.shown-in-hide {
  min-height: 150px;
  visibility: hidden;
}

.ellipis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.heavy-ellipsis {
  font-family: "GillSansNova-Heavy";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.fabric-availability {
  font-family: "GillSansNova-SemiBold";
  font-size: 12px;
  color: #93965F;
  text-transform: uppercase;
}

ui-carousel.videos carousel-item {
  font-size: 14px;
}

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

.detail-info.shown-with.hide + alt-images {
  margin-top: 24px;
}

.mystudio-selected-style {
  margin: 24px 0;
  font-size: 14px;
  font-family: "GillSansNova-Medium";
  margin-top: 16px;
  color: #000;
  padding: 8px 8px;
  background: #f2f2f2;
  border-radius: 2px;
  white-space: nowrap;
  /* Prevent line breaks */
  overflow: hidden;
  /* Hide overflowing text */
  text-overflow: ellipsis;
}

.mystudio-upc-code {
  margin-top: 8px;
  font-size: 14px;
  font-family: "GillSansNova-Medium";
  color: #000;
  background: #f2f2f2;
  padding: 8px 8px;
}

.upc-code {
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .upc-code {
    font-size: 10px;
  }
}

.drag-drop-icon {
  cursor: pointer;
  height: 36px;
  width: 36px;
  margin-right: 8px;
}

.about-content-outer-container {
  background: #F7F2EC;
  padding: 40px;
  margin-top: 48px;
  width: 100%;
}
.about-content-outer-container.basic {
  background: none;
  padding: 0;
}
.about-content-outer-container.basic-padding {
  background: none;
  padding: 40px;
}

.about-natural-lee-container {
  display: flex;
  justify-content: space-between;
}
.about-natural-lee-container .natural-lee-content {
  width: 60%;
}
.about-natural-lee-container .natural-lee-image {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .about-natural-lee-container {
    flex-wrap: wrap;
  }
  .about-natural-lee-container .natural-lee-content {
    order: 1;
    width: 100%;
  }
  .about-natural-lee-container .natural-lee-image {
    order: 2;
    width: 100%;
    margin-bottom: 24px;
  }
}

.about-our-people-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.about-our-people-container .our-people-image-1 {
  width: 34%;
}
.about-our-people-container .our-people-image-2 {
  width: 64%;
}
.about-our-people-container .our-people-image-50 {
  width: 49%;
}
@media only screen and (max-width: 720px) {
  .about-our-people-container {
    flex-wrap: wrap;
  }
  .about-our-people-container .our-people-image-1 {
    width: 100%;
    margin-bottom: 24px;
  }
  .about-our-people-container .our-people-image-2 {
    width: 100%;
  }
  .about-our-people-container .our-people-image-50 {
    width: 100%;
  }
}

.about-our-history-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 64px;
}
@media only screen and (max-width: 640px) {
  .about-our-history-container {
    margin-top: 24px;
  }
}
.about-our-history-container .our-history-content {
  width: 57%;
}
.about-our-history-container .our-history-image {
  width: 39%;
}
.about-our-history-container .our-history-content-50 {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .about-our-history-container {
    flex-wrap: wrap;
  }
  .about-our-history-container .our-history-content {
    width: 100%;
    margin-bottom: 32px;
  }
  .about-our-history-container .our-history-image {
    width: 100%;
  }
  .about-our-history-container .our-history-content-50 {
    width: 100%;
    margin-bottom: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .about-our-history-container .our-history-content-50 {
    width: 100%;
    margin-bottom: 32px;
  }
}

.about-our-history-container-2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 48px;
}
.about-our-history-container-2 > div {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .about-our-history-container-2 {
    flex-wrap: wrap;
  }
  .about-our-history-container-2 > div {
    width: 100%;
    margin-bottom: 24px;
  }
}

.about-faqs-container > .row {
  padding: 40px 30px;
}
.about-faqs-container > .row.alt {
  background: #F7F2EC;
}
.about-faqs-container > .row h2, .about-faqs-container > .row h3 {
  text-align: center;
  margin-bottom: 48px;
}

.about-community-image-grid {
  display: flex;
  padding: 20px 100px;
  align-items: center;
  margin-bottom: 16px;
}
.about-community-image-grid > img {
  margin-right: 16px;
  width: 70%;
}

.about-partners-container {
  display: flex;
  align-items: center;
}
.about-partners-container > div:first-child {
  margin-right: 48px;
}
.about-partners-container.alt {
  background: #F7F2EC;
}
.about-partners-container > .min-width {
  min-width: 200px;
}
@media only screen and (max-width: 640px) {
  .about-partners-container {
    flex-wrap: wrap;
  }
  .about-partners-container > div {
    width: 100%;
  }
  .about-partners-container > div:first-child {
    margin-right: 0;
  }
  .about-partners-container .m-margin {
    margin-top: 24px;
  }
}

.options-content-outer-container {
  padding: 40px 80px;
  margin-top: 48px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .options-content-outer-container {
    padding: 40px 10px;
  }
}
.options-content-outer-container.alt {
  background: #F7F2EC;
}
.options-content-outer-container.basic {
  background: none;
  padding: 0;
}
.options-content-outer-container.basic-padding {
  background: none;
  padding: 40px;
}
@media only screen and (max-width: 640px) {
  .options-content-outer-container.basic-padding {
    padding: 40px 10px;
  }
}
.options-content-outer-container.clear {
  margin-top: 0;
}

h3.margin-options {
  margin-top: 48px;
  margin-bottom: 32px;
}

h3.margin-options-2 {
  margin-top: 64px;
  margin-bottom: 32px;
}

.cushions-pdf-container {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}
.cushions-pdf-container > .one {
  margin-right: 48px;
}
@media only screen and (max-width: 640px) {
  .cushions-pdf-container > .one {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 32px;
  }
}
.cushions-pdf-container > .two {
  margin-left: 48px;
}
@media only screen and (max-width: 640px) {
  .cushions-pdf-container > .two {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .cushions-pdf-container {
    flex-wrap: wrap;
  }
}

.trims-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
}
.options-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
}
.options-nail-heads {
  font-size: 14px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media only screen and (max-width: 640px) {
  .options-nail-heads {
    display: none;
  }
}

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

.pure-g {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
  width: 100%;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.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;
  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 {
  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.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;
  border-radius: 0 !important;
  box-shadow: none !important;
  border-radius: 6px;
  padding: 10px 16px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "GillSansNova-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.icon {
  display: flex;
  align-items: center;
  padding: 0.4em 0.75em;
}
.ui-button.icon > span {
  height: 1em;
  margin: auto 0;
}
.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.default:hover {
  color: #fff;
  border-color: #4C3520;
  background: #4C3520;
}

.ui-button.default.button-label {
  font-family: "GillSansNova-Medium";
  font-size: 14px;
}

.ui-button.default.button-label:hover {
  color: #000;
  background: #fff;
  border-color: #fff;
  font-size: 14px;
}

.ui-button.default.accent.button-label {
  color: #93965F;
}

.ui-button.default.accent.button-label:hover {
  color: #000;
}

.ui-button.large {
  padding: 1.25em 2em;
  font-size: 16px;
  min-width: 250px;
}
.ui-button.large.auto {
  min-width: 0;
}

.ui-button.large-2 {
  padding: 1.25em 2em;
  font-size: 16px;
  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;
}

.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: #355089;
}
.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: #355089;
}
.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: #3c3f41;
}
.theme-dark .ui-button.secondary {
  background: #3c3f40;
}
.theme-dark .ui-button.secondary:hover {
  background: #353738;
}

@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: 80px;
}
app-layout .mdc-simple-menu {
  z-index: 20;
  left: 0;
}

app-drawer-layout {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
}
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: #4C3520;
  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] {
  display: none;
}
app-drawer > app-drawer-content > .drawer-submenu [data-menu].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 {
  color: #fff;
}
app-drawer > app-drawer-content > .drawer-submenu [data-menu].show a {
  color: #fff;
  font-family: "GillSansNova-Book";
  margin-top: 5px;
}
app-drawer > app-drawer-content > .drawer-submenu [data-menu].show a:hover {
  color: rbga(255, 255, 255, 0.7);
}
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;
}
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;
  }
}
app-layout {
  font-family: "GillSansNova-Book";
  color: #000;
  min-height: 155px;
}
app-layout.with-notification {
  min-height: 205px;
}
app-layout.min-height {
  min-height: 90px;
}

app-drawer app-drawer-content {
  font-family: "GillSansNova-Medium";
}
app-drawer app-drawer-content .drawer-toolbar .profile-container {
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  width: 100%;
  font-size: 14px;
}
app-drawer app-drawer-content .drawer-toolbar .profile-container .profile-box {
  display: flex;
  justify-content: space-between;
  padding-left: 8px;
}
app-drawer app-drawer-content .drawer-toolbar .toolbar-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  color: #fff;
  padding: 16px;
}
app-drawer app-drawer-content .drawer-toolbar .toolbar-box .profile-mini-box {
  display: flex;
  flex-direction: column;
}
app-drawer app-drawer-content .drawer-toolbar .toolbar-box .profile-mini-box > div {
  margin-top: 8px;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
}
app-drawer app-drawer-content .drawer-toolbar .toolbar-box .profile-mini-box > div a {
  margin-right: 12px;
  color: #fff;
}
app-drawer app-drawer-content .drawer-toolbar .toolbar-box .profile-mini-box > div a:hover {
  color: #fff;
}
app-drawer app-drawer-content .drawer-submenu {
  font-family: "GillSansNova-Medium";
}
app-drawer app-drawer-content .drawer-submenu h5 {
  font-family: "GillSansNova-Medium";
}

app-toolbar {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  app-toolbar {
    visibility: visible;
  }
}
app-toolbar.shadow {
  opacity: 0.95;
  visibility: visible;
}

app-toolbar {
  align-items: center;
}
app-toolbar a {
  color: #4C3520;
}
app-toolbar a:hover {
  color: #4C3520;
}
app-toolbar .toggle-container {
  padding: 0 0 0 2em;
  width: 30%;
  position: relative;
  display: flex;
  text-transform: uppercase;
  color: #4C3520;
}
@media only screen and (max-width: 1024px) {
  app-toolbar .toggle-container {
    padding: 0 0 0 1em;
  }
}
@media only screen and (max-width: 640px) {
  app-toolbar .toggle-container {
    padding: 0 0 0 0.6em;
  }
}
app-toolbar .toggle-container #drawerToggle {
  cursor: pointer;
  display: flex;
  align-items: center;
}
app-toolbar .toggle-container #drawerToggle > span {
  margin-left: 0.5em;
  margin-top: 2px;
}
@media only screen and (max-width: 1024px) {
  app-toolbar .toggle-container #drawerToggle {
    display: flex !important;
  }
  app-toolbar .toggle-container #drawerToggle > span {
    display: none;
  }
}
app-toolbar .toggle-container .btn-toggle {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
app-toolbar .toggle-container .btn-toggle paper-ripple {
  top: -14px;
  left: -10px;
  height: 48px;
  width: 48px;
}
app-toolbar .logo-container {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
app-toolbar .logo-container .logo-touch {
  width: 100px;
  height: 41px;
}
app-toolbar .actions-container {
  width: 30%;
  padding: 0 2em 0 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
app-toolbar .actions-container > * {
  margin-left: 2em;
}
@media only screen and (max-width: 640px) {
  app-toolbar .actions-container > * {
    margin-left: 0.75em;
  }
}
app-toolbar .actions-container .mdc-menu-anchor {
  display: flex;
}
app-toolbar .actions-container .mdc-menu-anchor li {
  font-size: 14px;
}
app-toolbar .actions-container .action-link {
  color: #4C3520;
  display: flex;
  align-items: center;
}
app-toolbar .actions-container .action-link > span {
  margin-left: 0.5em;
}
app-toolbar .actions-container .action-link i {
  color: #999;
}
app-toolbar .actions-container .action-link.stores {
  display: none;
}

app-toolbar.shadow {
  opacity: 0.95;
}

app-header {
  position: relative;
  background: #fff;
  transition: box-shadow, opacity 0.3s ease-out;
}
app-header .logo-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
app-header .logo-container .logo {
  width: 160px;
  height: 65px;
}
app-header .nav-side-logo {
  display: none;
  position: absolute;
  left: 40px;
  top: 110px;
}
app-header .nav-side-logo .nav-logo {
  width: 80px;
  height: 33px;
}
app-header .nav-side-portal {
  display: none;
  position: absolute;
  right: 50px;
  top: 115px;
}
app-header.sticky {
  position: fixed;
  z-index: 10;
  top: -94px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
app-header.sticky md-input .input-group {
  margin-bottom: -2px !important;
}
app-header.sticky .nav-side-logo {
  display: block;
}
@media only screen and (max-width: 1400px) {
  app-header.sticky .nav-side-logo {
    display: none;
  }
}
app-header.sticky .nav-side-portal {
  display: block;
}
@media only screen and (max-width: 1450px) {
  app-header.sticky .nav-side-portal {
    display: none;
  }
}
app-header nav.main-nav {
  margin: 0 300px;
  padding-bottom: 14px;
  margin-top: 16px;
}
@media only screen and (max-width: 1650px) {
  app-header nav.main-nav {
    margin: 0 200px;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 1450px) {
  app-header nav.main-nav {
    margin: 0 150px;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 1350px) {
  app-header nav.main-nav {
    margin: 0 50px;
    margin-top: 16px;
  }
}
app-header nav.main-nav .nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
app-header nav.main-nav .nav-bar a {
  text-transform: uppercase;
}
app-header nav.main-nav .search-bar {
  display: none;
}
app-header nav.main-nav .search-bar.expanded {
  display: flex;
  justify-content: space-between;
}
app-header nav.main-nav .search-bar .search-container-icon {
  margin-right: 48px;
  min-width: 30px;
}
app-header nav.main-nav .search-bar .search-container-clear {
  margin-left: 48px;
  cursor: pointer;
  color: #4C3520;
}
app-header nav.main-nav .search-bar md-input {
  width: 100%;
}
app-header nav.main-nav .search-bar md-input .input-group {
  margin: 0;
}
app-header nav.main-nav .search-bar md-input .input-group input {
  border-bottom: 0;
  font-size: 14px;
  font-family: "GillSansNova-Book";
  text-transform: uppercase;
  width: 100%;
}
app-header nav.main-nav .search-bar md-input .input-group .bar {
  width: 100%;
}

app-layout md-input .input-group {
  margin: 0;
}
app-layout md-input .input-group input {
  border-bottom: 0;
  font-size: 14px;
  font-family: "GillSansNova-Book";
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  app-layout {
    min-height: 50px;
  }
  app-layout.with-notification {
    min-height: 100px;
  }
  app-layout.with-notification app-toolbar[style="transition-duration: 0ms; transform: translate3d(0px, 0px, 0px);"] {
    top: 50px;
  }
  app-layout.with-notification app-toolbar[style="transition-duration: 0ms; transform: translate3d(0px, -1px, 0px);"] {
    top: 50px;
  }
  app-layout.with-notification app-toolbar[style="transition-duration: 0ms; transform: translate3d(0px, -2x, 0px);"] {
    top: 50px;
  }
  app-layout.with-notification app-toolbar[style="transition-duration: 0ms; transform: translate3d(0px, -3px, 0px);"] {
    top: 50px;
  }
  app-layout.with-notification app-toolbar[style="transition-duration: 0ms; transform: translate3d(0px, -4px, 0px);"] {
    top: 50px;
  }
  app-layout.with-notification app-toolbar[style="transition-duration: 0ms; transform: translate3d(0px, -5px, 0px);"] {
    top: 50px;
  }
  app-layout.with-notification app-toolbar.shadow {
    top: 0;
  }
  app-toolbar: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);
  }
}
@media only screen and (max-width: 1024px) {
  app-header {
    display: none !important;
  }
  app-toolbar {
    opacity: 1;
  }
  app-toolbar .toggle-container {
    width: 33%;
  }
  app-toolbar .logo-container {
    width: 34%;
  }
  app-toolbar .actions-container {
    width: 33%;
  }
}
@media (max-width: 640px) {
  app-layout.min-height {
    min-height: 55px;
  }
  app-toolbar .actions-container a {
    margin: 0 !important;
  }
}
app-header nav .anchor-menu {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
app-header nav .anchor-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 100%;
  height: 24px;
  background: transparent;
}

app-header nav .anchor-menu:hover .ui-mega-dropdown {
  display: block;
}

app-header nav .ui-mega-dropdown.width-menu {
  min-width: 400px;
}

app-header nav .ui-mega-dropdown {
  top: 100%;
  border: 1px solid transparent;
  left: -1px;
  list-style: none;
  margin: 0;
  padding: 3em 2em 2em 2em;
  position: absolute;
  z-index: 10998000000;
  border-radius: 0;
  display: none;
  font-size: 14px;
  min-width: 400px;
  min-height: 12.5em;
  height: auto;
  background-image: linear-gradient(to bottom, #fff, #fcfcfc);
  font-size: 12px;
  margin-top: 18px;
  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);
}
app-header nav .ui-mega-dropdown.width-menu {
  min-width: 550px;
}
app-header nav .ui-mega-dropdown > .menu-row {
  margin-bottom: 16px;
}

.flex-box.menu {
  justify-content: space-between;
}
.flex-box.menu h5, .flex-box.menu h6 {
  font-family: "GillSansNova-Medium";
  margin: 24px 0 8px 0;
}
.flex-box.menu h5.top, .flex-box.menu h6.top {
  margin-top: 0;
}
.flex-box.menu > div {
  width: 48%;
}

.dropdown-menu-list {
  list-style-type: none;
  /* Remove bullets */
  padding: 0;
  /* Remove padding */
  margin: 0;
}
.dropdown-menu-list li {
  margin-bottom: 8px;
}
.dropdown-menu-list.flex {
  display: flex;
  flex-wrap: wrap;
}
.dropdown-menu-list.flex > li {
  width: 45%;
}
.dropdown-menu-list.sub > li {
  padding-left: 4px;
}
.dropdown-menu-list.menu-margin {
  margin-top: 18px;
}

.cart-svg {
  width: 33px;
  height: 30px;
}

.role-authenticated {
  position: absolute;
  right: 50px;
}
.role-authenticated .role-authenticated-link {
  display: flex;
  align-items: center;
  font-family: "GillSansNova-Medium";
  font-size: 14px;
}
.role-authenticated .role-authenticated-link .role-authenticated-link-label {
  margin-left: 6px;
  text-transform: uppercase;
}

.role-authenticated-link {
  display: flex;
  align-items: center;
  font-family: "GillSansNova-Medium";
  font-size: 14px;
}
.role-authenticated-link:hover {
  font-size: 14px;
}
.role-authenticated-link .role-authenticated-link-label {
  margin-left: 6px;
  text-transform: uppercase;
}

.toolbar-search-container {
  display: none;
  padding-right: 20px;
}
.toolbar-search-container.show {
  display: block;
}

.mobile-search-icon {
  width: 18px;
  height: 18px;
  margin-left: 12px;
  margin-top: 4px;
}

.mobile-search-input-container input {
  font-size: 12px;
}

.toggle-container.search-mode {
  min-width: 80px;
  max-width: 80px;
}

app-toolbar.search-mode {
  justify-content: flex-start;
}

.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%;
}
form.auto {
  width: auto;
}
form.full-width {
  width: 100%;
}
form .button-action {
  margin-top: 4em;
}
form.wider {
  width: 750px;
}

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: 0;
  border: 1px solid rgba(76, 53, 32, 0.5);
  background-color: #ffffff;
  display: block;
  font-size: 1em;
  margin: 0 0 1em 0;
  padding: 0.6em 0.75em;
  width: 100%;
  transition: all 0.25s ease-in-out;
  color: #7f7f7e;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #7f7f7e;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #7f7f7e;
}
input::-o-placeholder, textarea::-o-placeholder {
  color: #7f7f7e;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #7f7f7e;
}
input::placeholder, textarea::placeholder {
  color: #7f7f7e;
}
input:focus, textarea:focus {
  border-color: #7f7f7e;
  outline: none !important;
}
input:active, input.active, textarea:active, textarea.active {
  border-color: #7f7f7e;
}
input[readonly]:focus, textarea[readonly]:focus {
  border-color: #ccc;
}
input.error, textarea.error {
  border-color: #F7685B;
  color: #F7685B;
  background: #f2dede;
}
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;
}

textarea {
  min-height: 150px;
}

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 #4C3520;
}

.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.min-height {
  min-height: 400px;
}

ui-select, state-select, country-select {
  position: relative;
  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: #4C3520;
  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;
}

@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-box {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .gallery-box > div {
    width: 100%;
  }
}

shopping-gallery {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 0;
}
shopping-gallery.product {
  align-items: flex-start;
}
shopping-gallery > gallery-item {
  width: 22%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 64px;
}
shopping-gallery > gallery-item .descriptions {
  display: flex;
  flex-direction: column;
  align-items: center;
}
shopping-gallery > gallery-item .prod-descp {
  text-align: center;
}
shopping-gallery > gallery-item .prod-descp-small {
  text-align: center;
  font-size: 10px;
}
@media only screen and (max-width: 640px) {
  shopping-gallery > gallery-item {
    width: 100%;
    margin-bottom: 48px;
  }
}
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;
  }
}
@media only screen and (max-width: 640px) {
  shopping-gallery > gallery-item:last-child {
    margin-right: 0;
    margin-left: 0;
    border-bottom: 0;
  }
}

shopping-gallery > hr {
  display: none;
  width: 100%;
  margin: 32px 0;
  border: 0;
  border-top: 1px solid #ccc;
  clear: both;
  height: 1px;
}

shopping-gallery > hr:nth-of-type(even) {
  display: initial;
}

shopping-gallery.skirts > gallery-item {
  margin-bottom: 0;
}
shopping-gallery.skirts > gallery-item > .sku {
  min-height: 120px;
}

@media only screen and (max-width: 640px) {
  shopping-gallery > hr {
    display: initial;
  }
}
.lazy-image {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.lazy-image.visible {
  opacity: 1;
}

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;
  position: relative;
}
shopping-item > item-images > magic-zoom.main-image [data-full-screen] {
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: 3;
  cursor: pointer;
  color: #F7F2EC;
  font-size: 48px;
  display: none;
}
shopping-item > item-detail {
  width: 47%;
}
@media only screen and (max-width: 640px) {
  shopping-item {
    flex-wrap: wrap;
  }
  shopping-item > item-images {
    width: 100%;
    margin-bottom: 64px;
  }
  shopping-item > item-detail {
    width: 100%;
  }
}

shopping-gallery .sku {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
}
shopping-gallery .sku span > span {
  margin-bottom: 8px;
}

.gallery-box {
  margin: 64px 0;
  margin-top: 48px;
  padding: 0 128px;
  justify-content: space-between;
  align-items: center;
}
.gallery-box > div {
  font-size: 14px;
}
.gallery-box > div.filter {
  text-align: right;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .gallery-box {
    padding: 0 64px;
  }
}
@media only screen and (max-width: 900px) {
  .gallery-box {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 640px) {
  .gallery-box {
    padding: 0 4px;
  }
}

.unset {
  display: unset;
}

.gallery-box-sticky {
  display: flex;
  width: 100%;
  padding: 0 128px;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 60px;
  z-index: 2;
  background: #fff;
  padding-top: 48px;
  padding-bottom: 48px;
}
.gallery-box-sticky > div {
  font-size: 14px;
}
.gallery-box-sticky > div.filter {
  text-align: right;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .gallery-box-sticky {
    padding: 0 64px;
  }
}
@media only screen and (max-width: 1024px) {
  .gallery-box-sticky {
    padding: 0 24px;
    position: relative;
    top: 30px;
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 640px) {
  .gallery-box-sticky {
    padding: 0 4px;
    padding-left: 10px;
    top: 30px;
    margin-bottom: 64px;
  }
  .gallery-box-sticky .product-link {
    font-size: 12px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1100px) {
  shopping-gallery > gallery-item {
    width: 30% !important;
  }
}
@media only screen and (max-width: 750px) {
  shopping-gallery > gallery-item {
    width: 40% !important;
  }
}
@media only screen and (max-width: 640px) {
  shopping-gallery > gallery-item {
    width: 100%;
  }
  shopping-gallery > gallery-item .sku {
    margin-bottom: 12px;
    font-size: 14px;
  }
  shopping-gallery > gallery-item .sku .prod-descp {
    font-size: 12px;
  }
}

shopping-item item-images div.m-image {
  max-width: 90%;
  margin-bottom: 48px;
  min-height: 350px;
}
@media only screen and (max-width: 640px) {
  shopping-item item-images div.m-image {
    min-height: 0;
  }
}

shopping-item item-images ui-carousel {
  display: none;
}
shopping-item item-images carousel-indicators {
  display: none;
}
shopping-item item-detail h2 {
  margin-top: 0;
}
shopping-item item-detail .detail-info-grid {
  font-size: 14px;
  margin-top: 36px;
}
@media only screen and (max-width: 640px) {
  shopping-item item-detail .detail-info-grid {
    margin-top: 0;
  }
}
shopping-item item-detail .detail-info-grid > .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
shopping-item item-detail .detail-info-grid > .row > div {
  width: 45%;
  display: flex;
  margin-bottom: 6px;
  align-items: flex-end;
}
shopping-item item-detail .detail-info-grid > .row .column-key {
  text-transform: uppercase;
  line-height: 1.3;
}
shopping-item item-detail .detail-info-grid > .row .column-value {
  color: #676767;
  text-transform: uppercase;
  align-self: flex-end;
  padding-left: 5px;
  line-height: 1.3;
}
shopping-item item-detail .detail-info-grid > .row.full-width {
  justify-content: flex-start;
}
@media only screen and (max-width: 1300px) {
  shopping-item item-detail .detail-info-grid > .row {
    flex-wrap: wrap;
  }
  shopping-item item-detail .detail-info-grid > .row > div {
    width: 100%;
  }
}
shopping-item item-detail .detail-info {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
shopping-item item-detail .detail-info.top {
  margin-top: 36px;
}
shopping-item item-detail .detail-info h4 {
  margin-bottom: 6px;
}
shopping-item item-detail .detail-info span {
  color: #676767;
  font-size: 12px;
  text-transform: capitalize;
}
shopping-item item-detail alt-images {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
shopping-item item-detail alt-images > alt-image {
  width: 17%;
  margin-bottom: 8px;
  cursor: pointer;
  margin-right: 12px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  min-height: 100px;
}
shopping-item item-detail alt-images > alt-image.active {
  border: 1px solid #eee;
}
@media only screen and (max-width: 640px) {
  shopping-item item-detail alt-images > alt-image {
    min-height: 0;
  }
}
shopping-item item-detail .action-buttons {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
shopping-item item-detail .action-buttons > button {
  margin-right: 36px;
}
@media only screen and (max-width: 1150px) {
  shopping-item item-detail .action-buttons {
    flex-wrap: wrap;
  }
  shopping-item item-detail .action-buttons > button {
    margin-right: 135px;
  }
}
@media only screen and (max-width: 700px) {
  shopping-item item-detail .action-buttons > button {
    margin-right: 0;
  }
}
shopping-item item-detail .action-buttons.fabrics {
  flex-wrap: wrap;
}
shopping-item item-detail .actions {
  margin-top: 48px;
}
shopping-item item-detail .actions a {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  transition: all 0.5s linear;
  margin-bottom: 4px;
}
shopping-item item-detail .actions a:hover {
  text-decoration: underline;
}
shopping-item item-detail .social {
  margin-top: 48px;
}
shopping-item item-detail .social .social-flex {
  display: flex;
}
shopping-item item-detail .social .social-flex .social-label {
  text-transform: uppercase;
  margin-right: 8px;
}

.detail-info.shown-with {
  min-height: 76px;
}

.detail-info.alt-images {
  margin-top: 36px;
}

shopping-item item-detail .detail-info-grid > .row.full-width > div {
  width: 100%;
  display: flex;
}

/*alt-images.limited-display>alt-image {
    display: none;
}*/
#btnViewOtherStyles {
  display: flex;
}
#btnViewOtherStyles > span {
  margin-left: 6px;
}

@media only screen and (max-width: 820px) {
  shopping-item > item-images {
    width: 50%;
  }
  shopping-item > item-detail {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  shopping-item {
    flex-wrap: wrap;
  }
  shopping-item > item-images {
    width: 100%;
    margin-bottom: 24px;
  }
  shopping-item > item-images ui-carousel {
    display: flex;
  }
  shopping-item > item-images carousel-indicators {
    display: flex;
  }
  shopping-item > item-detail {
    width: 100%;
  }
  .gallery-box.detail {
    margin-bottom: 18px;
    padding: 0 12px;
  }
  .gallery-box.detail .product-link {
    font-size: 12px;
  }
}
shopping-gallery.three > gallery-item {
  width: 30%;
}
@media only screen and (max-width: 1000px) {
  shopping-gallery.three > gallery-item {
    width: 45%;
  }
}
@media only screen and (max-width: 640px) {
  shopping-gallery.three > gallery-item {
    width: 100%;
  }
}

shopping-gallery.no-wrap {
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1040px) {
  shopping-gallery.no-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  shopping-gallery.no-wrap > gallery-item {
    width: 16%;
  }
}
@media only screen and (max-width: 830px) {
  shopping-gallery.no-wrap > gallery-item {
    width: 19%;
  }
}
@media only screen and (max-width: 740px) {
  shopping-gallery.no-wrap > gallery-item {
    width: 23%;
  }
}
@media only screen and (max-width: 640px) {
  shopping-gallery.no-wrap > gallery-item {
    width: 100%;
  }
  shopping-gallery.no-wrap .alt-images {
    display: none;
  }
}

shopping-gallery > gallery-item a.descp {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  shopping-gallery > gallery-item a.descp {
    margin-bottom: 20px;
  }
}

shopping-gallery.no-hover a {
  cursor: default;
  pointer-events: none;
}
shopping-gallery.no-hover a:hover {
  cursor: pointer;
  color: #4C3520;
}

shopping-gallery.two > gallery-item {
  width: 45%;
}
@media only screen and (max-width: 640px) {
  shopping-gallery.two > gallery-item {
    width: 100%;
  }
}

a.descp.line {
  line-height: 1;
}

shopping-gallery.related-items > gallery-item {
  width: 17%;
}
shopping-gallery.related-items > gallery-item > .gallery-image {
  height: 279px;
}
shopping-gallery.related-items > gallery-item > .gallery-image > img {
  max-height: 279px;
}
shopping-gallery.related-items > gallery-item .sku .center {
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  shopping-gallery.related-items > gallery-item > .gallery-image {
    height: 140px;
  }
  shopping-gallery.related-items > gallery-item > .gallery-image > img {
    max-height: 140px;
  }
  shopping-gallery.related-items > gallery-item > .sku .prod-descp {
    font-family: "GillSansNova-Medium";
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  shopping-gallery.related-items {
    justify-content: space-between;
  }
  shopping-gallery.related-items > gallery-item {
    width: 45%;
  }
}

shopping-gallery.product {
  align-items: flex-start;
}
shopping-gallery.product > gallery-item > .gallery-image {
  height: 279px;
}
shopping-gallery.product > gallery-item > .gallery-image > img {
  max-height: 279px;
}
shopping-gallery.product > gallery-item .sku .center {
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  shopping-gallery.product > gallery-item > .gallery-image {
    height: 140px;
  }
  shopping-gallery.product > gallery-item > .gallery-image > img {
    max-height: 140px;
  }
  shopping-gallery.product > gallery-item > .sku .prod-descp {
    font-family: "GillSansNova-Medium";
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  shopping-gallery.product {
    justify-content: space-between;
  }
  shopping-gallery.product > gallery-item {
    width: 45%;
  }
}

shopping-gallery.skirts > gallery-item > .gallery-image {
  min-height: 280px;
}

.row-fabric-notes {
  align-items: flex-start !important;
  margin-top: 12px;
}

.detail-performance-logo {
  margin-top: 36px;
}
.detail-performance-logo img {
  height: 50px;
}

.item-grade {
  font-size: 12px;
  text-transform: uppercase;
}

@media only screen and (max-width: 640px) {
  gallery-item:empty {
    height: 0;
    margin: 0;
  }
}
.shopping-gallery.related-item {
  align-items: flex-start;
}

@media only screen and (max-width: 640px) {
  shopping-gallery.min-height > gallery-item .gallery-image {
    min-height: 140px;
  }
}
shopping-gallery.pillows > gallery-item .gallery-image {
  min-height: 350px;
}
@media only screen and (max-width: 640px) {
  shopping-gallery.pillows > gallery-item .gallery-image {
    min-height: 150px;
  }
}

.align-flex-end {
  align-items: flex-end !important;
}
@media only screen and (max-width: 640px) {
  .align-flex-end {
    align-items: center !important;
  }
}

alt-images.limited-display > alt-image > img {
  max-height: 100px;
}
alt-images.limited-display > alt-image {
  display: none;
}
alt-images.limited-display > alt-image:first-child {
  display: flex;
}
alt-images.limited-display > alt-image:nth-child(1) {
  display: flex;
}
alt-images.limited-display > alt-image:nth-child(2) {
  display: flex;
}
alt-images.limited-display > alt-image:nth-child(3) {
  display: flex;
}
alt-images.limited-display > alt-image:nth-child(4) {
  display: flex;
}
alt-images.limited-display > alt-image:nth-child(5) {
  display: flex;
}
alt-images.limited-display > alt-image:nth-child(6) {
  display: flex;
}
alt-images.limited-display > alt-image:nth-child(7) {
  display: flex;
}
alt-images.limited-display > alt-image:nth-child(8) {
  display: flex;
}
alt-images.limited-display > alt-image:nth-child(9) {
  display: flex;
}
alt-images.limited-display > alt-image:nth-child(10) {
  display: flex;
}
alt-images.limited-display > alt-image:nth-child(11) {
  display: flex;
}
alt-images.limited-display > alt-image:nth-child(12) {
  display: flex;
}
alt-images.limited-display > alt-image:nth-child(13) {
  display: flex;
}
alt-images.limited-display > alt-image:nth-child(14) {
  display: flex;
}
alt-images.limited-display > alt-image:nth-child(15) {
  display: flex;
}

.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;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.carousel-container .carousel-inner-container .carousel-item > video.show {
  display: inline-block;
}
.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 {
  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 .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 > 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;
  color: #fff;
}
.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 > .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%;
  border-bottom: 1px solid #e2e2e2;
}
.media-manager > section > .main-container > header.main-header .label-total {
  color: #646464;
}
.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%;
  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;
}
@media only screen and (max-width: 640px) {
  .rich-editor-toolbar {
    min-width: 100%;
  }
}
.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: "GillSansNova-Medium";
  color: #93965F;
}
.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;
}

.blog-posts-container .flex-header {
  margin-bottom: 48px;
}
.blog-posts-container article {
  margin-bottom: 48px;
  border-bottom: 1px solid #ccc;
}
.blog-posts-container article:last-of-type {
  border-bottom: 0;
}
.blog-posts-container article > header {
  display: flex;
  flex-direction: column;
}
.blog-posts-container article > header h2, .blog-posts-container article > header h3 {
  margin-bottom: 0;
}
.blog-posts-container article > header span {
  color: #ccc;
  margin-top: 5px;
}
.blog-posts-container article .content {
  margin-top: 36px;
}
.blog-posts-container article .content br ~ br ~ br {
  display: none;
}
.blog-posts-container article .content br ~ br ~ br ~ br {
  display: none;
}
.blog-posts-container article .content .post-image {
  margin: 16px 0;
}
.blog-posts-container article .content .post-image small {
  display: block;
}
.blog-posts-container article .content .post-image img {
  max-width: 500px;
  display: block;
}
.blog-posts-container article .content img {
  margin: 16px 0;
  display: block;
}
.blog-posts-container article .post-thumb {
  max-width: 400px;
  margin: 0 36px 36px 0 !important;
  float: left;
}
.blog-posts-container aside {
  margin-top: 3em;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 640px) {
  .blog-posts-container article .post-thumb {
    max-width: 100%;
    margin: 0 0 36px 0 !important;
    float: none;
  }
}

.share {
  display: flex;
  align-items: center;
}
.share > * {
  margin-right: 14px;
}

article.blog-post-detail {
  margin-bottom: 48px;
  border-bottom: 1px solid #ccc;
}
article.blog-post-detail > header span {
  margin-bottom: 36px;
}
article.blog-post-detail:last-of-type {
  border-bottom: 0;
}
article.blog-post-detail > header {
  display: flex;
  flex-direction: column;
}
article.blog-post-detail > header h2, article.blog-post-detail > header h3 {
  margin-bottom: 0;
}
article.blog-post-detail > header span {
  color: #ccc;
  margin-top: 5px;
}
article.blog-post-detail .content {
  margin-top: 36px;
}
article.blog-post-detail .content br ~ br ~ br {
  display: none;
}
article.blog-post-detail .content br ~ br ~ br ~ br {
  display: none;
}
article.blog-post-detail .content .post-image {
  margin: 16px 0;
}
article.blog-post-detail .content .post-image small {
  display: block;
}
article.blog-post-detail .content .post-image img {
  max-width: 500px;
  display: block;
}
article.blog-post-detail .content img {
  margin: 16px 0;
  display: block;
}
article.blog-post-detail .post-thumb {
  max-width: 600px;
  margin: 0 36px 36px 0 !important;
  float: left;
}
article.blog-post-detail .post-thumb img {
  margin: 0 !important;
}
article.blog-post-detail .rich-editor a {
  text-decoration: underline;
  color: #757575;
  transition: all 0.25s linear;
}
article.blog-post-detail .rich-editor a:hover {
  color: #212121;
  text-decoration: underline;
}
article.blog-post-detail .rich-editor.active {
  min-height: 600px;
}
@media (max-width: 900px) {
  article.blog-post-detail .post-thumb {
    max-width: 400px;
  }
}
@media (max-width: 640px) {
  article.blog-post-detail .post-thumb {
    max-width: 100%;
    float: none;
    margin-right: 0 !important;
  }
}

.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%;
}

.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 [contenteditable] {
  outline: 2px dashed #f2f2f2;
  width: 100%;
  display: block;
}
.image-stretch-container [contenteditable]:focus {
  outline: 2px dashed #fff !important;
}

.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;
}

body > footer {
  padding: 1em 0 0 0;
  margin-top: 48px;
  margin-bottom: 64px;
}
body > footer.no-margin {
  margin-top: 0;
}
body > footer .footer-box {
  display: flex;
  justify-content: space-around;
  margin: 0 128px;
  margin-top: 36px;
}
@media only screen and (max-width: 1450px) {
  body > footer .footer-box {
    margin: 0 64px;
    margin-top: 36px;
  }
}
@media only screen and (max-width: 1450px) {
  body > footer .footer-box {
    margin: 0 32px;
    margin-top: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  body > footer .footer-box {
    margin: 0 16px;
    margin-top: 36px;
    justify-content: space-between;
    font-size: 14px;
  }
}
@media only screen and (max-width: 900px) {
  body > footer .footer-box {
    flex-wrap: wrap;
    justify-content: center;
  }
}
body > footer .footer-box > div {
  width: 20%;
  display: flex;
  flex-direction: column;
}
body > footer .footer-box > div a {
  text-transform: uppercase;
}
body > footer .footer-box > div a:hover {
  text-transform: uppercase;
  color: #4C3520;
}
@media only screen and (max-width: 1024px) {
  body > footer .footer-box > div {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  body > footer .footer-box > div {
    width: 30%;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 700px) {
  body > footer .footer-box > div {
    width: 45%;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 640px) {
  body > footer .footer-box > div {
    width: 100%;
    margin-bottom: 32px;
    text-align: center;
  }
}
body > footer .item-social-icons {
  color: #4C3520;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  body > footer .item-social-icons {
    justify-content: center;
  }
}
body > footer .item-social-icons > * {
  margin: 0 10px;
}
body > footer .item-social-icons a {
  color: #4C3520;
}
body > footer .item-social-icons a:hover {
  color: #4C3520;
}
body > footer .copyright {
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 3px;
}

.dashboard-margin {
  margin-top: 100px;
}

.dashboard-icons-container {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.dashboard-icons {
  display: flex;
  justify-content: space-between;
  width: 600px;
}

.flex-icon {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #9E9E9E;
}
.flex-icon:hover {
  color: #9E9E9E !important;
}
.flex-icon.hover {
  cursor: pointer;
  color: #9E9E9E !important;
}
.flex-icon > span {
  padding-top: 0.2em;
  font-size: 14px;
}
.flex-icon.active {
  color: #93965F;
}
.flex-icon.active:hover {
  color: #93965F !important;
}

.dashboard-sections {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dashboard-sections .dashboard-section {
  width: 40%;
  display: flex;
  flex-direction: column;
}
.dashboard-sections .dashboard-section i.material-icons {
  margin-right: 0.5em;
}
.dashboard-sections .dashboard-section:last-child {
  margin-top: 50px;
}
.dashboard-sections .dashboard-section:first-child {
  margin-top: 0;
}
.dashboard-sections .dashboard-section .label-group {
  font-size: 14px;
  margin-bottom: 0.3em;
}
.dashboard-sections .dashboard-section .label-group .label {
  padding-right: 0.5em;
  color: #9E9E9E;
}
.dashboard-sections .dashboard-section .dashboard-button {
  max-width: 150px;
  margin-left: auto;
}
.dashboard-sections .dashboard-section .dashboard-button.account {
  margin-left: auto;
}
.dashboard-sections .dashboard-section .security-group {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 1em 0;
}
.dashboard-sections .dashboard-section .security-group:first-of-type {
  border-top: 1px solid transparent;
}
.dashboard-sections .dashboard-section .security-group:last-of-type {
  border-bottom: 1px solid transparent;
}
.dashboard-sections .dashboard-section .security-group .ui-button {
  font-size: 16px;
}
.dashboard-sections .dashboard-section .order-box {
  display: flex;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 1em 0;
}
.dashboard-sections .dashboard-section .order-box:first-of-type {
  padding-top: 0;
  border-top: 1px solid transparent;
}
.dashboard-sections .dashboard-section .order-box:last-of-type {
  border-bottom: 1px solid transparent;
}
.dashboard-sections .dashboard-section .order-box .order-details {
  margin-left: 2em;
}
.dashboard-sections .dashboard-section .order-box .label-group {
  font-size: 12px;
}

.button-box {
  margin-top: 2em;
}

@media only screen and (max-width: 900px) {
  .dashboard-sections .dashboard-section.wide {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .dashboard-sections .dashboard-section {
    width: 100%;
  }
  .dashboard-sections .dashboard-section.wide {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .dashboard-sections {
    margin-top: 48px;
  }
  .dashboard-sections .dashboard-section {
    margin-bottom: 24px;
  }
  .dashboard-sections .dashboard-section hr {
    margin: 0;
  }
  .dashboard-sections .dashboard-section .security-group {
    margin-top: 8px;
    padding: 0;
  }
  .dashboard-section hr + .label-group {
    margin-top: 16px;
  }
  .dashboard-margin {
    margin-top: 40px;
  }
  .flex-icon > span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 340px) {
  .flex-icon > span {
    font-size: 10px;
  }
}
.studio-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 48px;
}

.studio-header-title {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.studio-header-title > h2 {
  margin: 0;
}

.portfolio-dropdown {
  margin-right: 36px;
  width: 300px;
}

.portfolio-add-button {
  margin-right: 36px;
}

.portfolio-actions-menu {
  margin-left: auto;
}
.portfolio-actions-menu button {
  margin: 0;
}

@media only screen and (max-width: 950px) {
  .studio-header {
    justify-content: space-between;
  }
  .studio-header button {
    font-size: 14px;
  }
  .portfolio-actions-menu {
    margin-top: 24px;
  }
  .portfolio-dropdown {
    margin-right: 0;
  }
  .portfolio-add-button {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .studio-header {
    justify-content: space-between;
  }
  .studio-header button {
    font-size: 12px !important;
  }
  .portfolio-actions-menu {
    margin-top: 24px;
  }
  .portfolio-dropdown {
    width: 100%;
  }
  .portfolio-add-button {
    margin-right: 0;
  }
}
.studio-portfolio-item {
  border: 1px solid #ddd;
  padding: 30px;
  position: relative;
  margin-bottom: 36px;
}
.studio-portfolio-item .item-count {
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 14px;
  padding: 2px 4px;
}
.studio-portfolio-item .user-notes {
  margin-top: 24px;
}
@media only screen and (max-width: 640px) {
  .studio-portfolio-item .user-notes {
    font-size: 12px;
  }
}

.studio-portfolio-item-header hr {
  border-top: 1px solid #ddd;
  margin: 16px 0 40px 0;
}

.up-button, .down-button {
  cursor: pointer;
  color: #5f6368;
  background: #f2f2f2;
  border: 1px solid #ccc;
  padding: 0 4px;
}
.header-block-actions {
  display: flex;
  justify-content: space-between;
}
.header-block-actions .nav-buttons {
  display: flex;
}
.header-block-actions .nav-buttons > div {
  margin: 0 6px;
}
.header-block-actions .actions {
  justify-content: flex-end;
  padding-right: 24px;
}

.portfolio-item-flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.portfolio-item-flex > div {
  width: 35%;
  text-align: center;
}
@media only screen and (max-width: 778px) {
  .portfolio-item-flex {
    padding: 0;
    justify-content: space-between;
  }
  .portfolio-item-flex > div {
    width: 45%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .portfolio-item-flex {
    justify-content: space-between;
  }
  .portfolio-item-flex > div {
    width: 45%;
    font-size: 10px;
  }
}

.studio-portfolio-no-items {
  margin-top: 96px;
  color: #ccc;
  font-family: "GillSansNova-Medium";
  text-align: center;
}

.portfolio-item-selections-flex {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.portfolio-item-selections-flex > div {
  width: 40%;
}
@media only screen and (max-width: 640px) {
  .portfolio-item-selections-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .portfolio-item-selections-flex > div {
    width: 100%;
    margin-bottom: 36px;
  }
}

.dialog-body.copy .mdc-select {
  width: 500px;
  max-width: 100%;
}

.print-portfolio-item {
  display: flex;
  margin: 24px 0;
  margin-bottom: 64px;
  font-size: 12px;
}
.print-portfolio-item > div {
  width: 20%;
  text-align: center;
  margin-right: 36px;
}
.print-portfolio-item > div.notes {
  width: 55%;
  text-align: left;
  margin-top: 0px;
  margin-right: 0;
}
.print-portfolio-item.detail > div {
  width: 45%;
  text-align: center;
}
.print-portfolio-item .detail-notes {
  margin-top: 48px;
}

.print-detail-title {
  text-align: center;
  margin-top: 48px;
}

.full-width {
  width: 100%;
}

.studio-portfolio-reorder {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #93965F;
  font-family: "GillSansNova-Medium";
  padding-bottom: 2px;
  cursor: pointer;
  transition: all 0.5s linear;
}
.studio-portfolio-reorder .material-icons {
  margin-right: 4px;
}
.studio-portfolio-reorder:hover {
  color: #4C3520;
}

.dialog-portfolio-items {
  display: flex;
  flex-wrap: wrap;
}

.dialog-portfolio-item {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 23%;
  border: 3px dashed #ddd;
  margin-right: 12px;
  margin-bottom: 24px;
  position: relative;
  width: 300px;
  padding: 2px;
}
.dialog-portfolio-item > .dialog-portfolio-item-section {
  width: 45%;
}

.dialog-portfolio-item-index {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 4px 8px;
  font-size: 14px;
  color: #999;
  font-family: "GillSansNova-Medium";
  background: #fff;
}

.dialog-portfolio-item-text {
  font-size: 12px;
  font-family: "GillSansNova-Medium";
  padding: 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.sortable-ghost {
  border: 3px dashed #4C3520 !important;
}

.sortable-drag {
  border: 3px dashed #4C3520;
}

.sortable-chosen {
  border: 3px dashed #93965F;
}

.sortable-move {
  border: 3px dashed #2196F3;
}

.sortable-drop {
  border: 3px dashed #4C3520;
}

.portfolio-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 3em 0 3em 0;
}
.portfolio-grid > .grid-item {
  padding: 0.5em;
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.portfolio-grid > .grid-item > .name {
  width: 250px;
  font-size: 16px;
  color: #4C3520;
}
.portfolio-grid > .grid-item:nth-of-type(even) {
  background: #f7f7f7;
}
.portfolio-grid > .grid-item [data-editable] {
  padding: 0.25em;
  border: 1px solid transparent;
  min-width: 100%;
  display: inline-block;
}
.portfolio-grid > .grid-item [contenteditable] {
  border: 1px dashed #9ea6ac;
}

@media only screen and (max-width: 640px) {
  .portfolio-grid > .grid-item {
    flex-wrap: wrap;
  }
  .portfolio-grid > .grid-item > .folder {
    margin-bottom: 1em;
  }
  .portfolio-grid > .grid-item > .name {
    width: 70%;
    margin-bottom: 1em;
  }
  .portfolio-grid > .grid-item > .count {
    width: 25%;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 525px) {
  .portfolio-grid {
    display: flex;
    flex-direction: column;
  }
  .portfolio-grid > .grid-item > .count {
    width: 20%;
  }
}
shopping-gallery.portfolio {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-left: 64px;
}
shopping-gallery.portfolio > gallery-item {
  width: 44%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 4px;
  font-size: 20px;
}

shopping-gallery.portfolio > gallery-item:first-of-type {
  margin-right: auto;
}

shopping-gallery.portfolio > hr {
  display: none;
  width: 100%;
  margin: 32px 0;
  border: 0;
  border-top: 1px solid #F7F2EC;
  clear: both;
  height: 1px;
}

shopping-gallery.portfolio > hr:nth-of-type(even) {
  display: initial;
}

shopping-gallery.portfolio > hr:last-of-type {
  display: none;
}

shopping-gallery.portfolio > gallery-item .links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
shopping-gallery.portfolio > gallery-item .portfolio-fabric {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
}
shopping-gallery.portfolio > gallery-item .portfolio-fabric span {
  font-size: 14px;
  color: #704e2f;
}
shopping-gallery.portfolio > gallery-item .icons {
  margin-top: 12px;
}
shopping-gallery.portfolio > gallery-item .icons > i {
  margin: 0 8px;
  color: #757575;
}

grid-row.portfolio {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.folder-actions {
  padding-top: 48px;
  min-width: 250px;
  display: flex;
  flex-direction: column;
}
.folder-actions .actions {
  margin-top: 36px;
  color: #757575;
}
.folder-actions .actions > div {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
}
.folder-actions .actions > div i {
  margin-right: 6px;
}
@media only screen and (max-width: 640px) {
  .folder-actions {
    padding-top: 8px;
    font-size: 14px;
  }
  .folder-actions .actions {
    margin-top: 12px;
  }
}

.portfolio-gallery-box {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .portfolio-gallery-box > div {
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .portfolio-gallery-box > div.clearance-div {
    max-width: 920px;
  }
}

@media only screen and (max-width: 640px) {
  .portfolio-gallery-box {
    flex-wrap: wrap;
  }
}
.video-placeholder {
  width: 100%;
  margin-bottom: 1em;
  position: relative;
}

.video-title {
  font-size: 20px;
  font-family: "GillSansNova-Medium";
  margin-top: 1.5em;
}

.video-info-box {
  margin-top: 16px;
  color: #212121;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.video-info-box .avatar-label {
  color: #786c65;
  font-family: "GillSansNova-Medium";
  margin-left: 16px;
}
.video-info-box .video-views {
  font-size: 22px;
  color: #757575;
  font-family: "GillSansNova-Medium";
}

.video-actions-box {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e2e2e2;
  position: relative;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.video-actions-box .views-line {
  background: #4e84c9;
  width: 300px;
  height: 2px;
  position: absolute;
  top: -1px;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .video-actions-box .views-line {
    width: 150px;
  }
}
.video-actions-box .video-action {
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  color: #757575;
}
.video-actions-box .video-action > span {
  font-size: 12px;
  margin-left: 4px;
}
.video-actions-box .video-likes {
  color: #757575;
}
.video-actions-box .thumb-up {
  -webkit-align-items: center;
  align-items: center;
  color: #5a8abd;
}
.video-actions-box .thumb-up > span {
  margin-left: 8px;
}
.video-actions-box .thumb-down {
  margin-left: 18px;
  -webkit-align-items: center;
  align-items: center;
}
.video-actions-box .thumb-down > span {
  margin-left: 8px;
}

.video-description {
  margin: 1.5em 0 1em 0;
  color: #212121;
  min-height: 110px;
}

.playlist-item {
  max-width: 250px;
  position: relative;
}

.sidebar {
  color: #cfcfcf;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 43.75%;
  background: rgba(0, 0, 0, 0.8);
}
.sidebar .sidebar-valign {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  color: #cfcfcf;
  opacity: 0.8;
}
.sidebar .video-count-label {
  display: block;
  margin: 0 0.75em;
  font-size: 16px;
  line-height: 1.25em;
  word-break: break-word;
  white-space: normal;
  text-transform: uppercase;
  font-family: "GillSansNova-Medium";
}
.sidebar .videos-label {
  text-transform: uppercase;
  font-size: 11px;
  font-family: "GillSansNova-Medium";
}
.sidebar .yt-sprite {
  background: no-repeat url(/images/sprites/google-sprites.webp) -173px 0;
  background-size: auto;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.default-carousel.playlist {
  min-height: 0;
}
.default-carousel.playlist carousel-items {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.default-carousel.playlist carousel-items carousel-item {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.playlist-title {
  max-width: 240px;
  text-align: left;
  color: #786c65;
}

.default-carousel.videolist {
  min-height: 220px;
}
.default-carousel.videolist a {
  color: #757575;
}
.default-carousel.videolist a div {
  color: #757575;
}
.default-carousel.videolist a:hover {
  color: #757575;
}
.default-carousel.videolist a:hover div {
  color: #757575;
}

.video-botom {
  height: 75px;
}

.youtube-play {
  height: 80px;
  width: 80px;
  position: absolute;
  top: 35%;
  left: 47%;
  pointer-events: none;
  cursor: pointer;
}

.warm-gray {
  color: #786c65 !important;
}

@media only screen and (max-width: 640px) {
  .video-info-box .video-views {
    font-size: 16px;
  }
}
google-youtube .material-box, google-youtube .locations-box .google-map-box, .locations-box google-youtube .google-map-box {
  box-shadow: none !important;
  padding: 0 !important;
}

.avatar-image {
  width: 90px;
}

.portal-dashboard-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 48px;
}
.portal-dashboard-container > .chart-region {
  width: 30%;
}
.portal-dashboard-container > .reports-region {
  width: 30%;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
}
.portal-dashboard-container > .reports-region h3 {
  margin-bottom: 36px;
}
.portal-dashboard-container > .reports-region a {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "GillSansNova-Medium";
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.portal-dashboard-container > .reports-region a > span {
  margin-right: 4px;
  color: #ddd;
}
.portal-dashboard-container > .admin-region {
  width: 30%;
  display: flex;
  flex-direction: column;
}
.portal-dashboard-container > .admin-region h3 {
  color: #ccc;
  margin-bottom: 36px;
}
.portal-dashboard-container > .admin-region a {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "GillSansNova-Medium";
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #ccc;
}
.portal-dashboard-container > .admin-region a:hover {
  color: #4C3520;
}
.portal-dashboard-container > .admin-region a > span {
  margin-right: 4px;
  color: #4C3520;
}
@media only screen and (max-width: 1024px) {
  .portal-dashboard-container {
    flex-wrap: wrap;
  }
  .portal-dashboard-container > .chart-region {
    width: 45%;
  }
  .portal-dashboard-container > .reports-region {
    width: 45%;
  }
  .portal-dashboard-container > .admin-region {
    margin-top: 36px;
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .portal-dashboard-container > .admin-region {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .portal-dashboard-container > .chart-region {
    width: 100%;
  }
  .portal-dashboard-container > .reports-region {
    margin-top: 36px;
    width: 100%;
    padding-left: 0;
  }
  .portal-dashboard-container > .admin-region {
    margin-top: 36px;
    width: 100%;
  }
}

.sales-comparison-chart {
  font-family: "GillSansNova-Medium";
  color: #ccc;
  font-size: 14px;
  margin-top: 24px;
  text-transform: uppercase;
}

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

.k-grid,
.k-grid .k-grid-header,
.k-grid .k-grid-content {
  font-size: 12px !important;
}

.k-table-md {
  font-size: 12px !important;
}

.truncate-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Adjust based on line height */
  /* Adjust line height */
}

.k-selected {
  background-color: color-mix(in srgb, var(--kendo-color-primary, #ff6358) 25%, transparent);
}

.mobile-filter-toggle {
  display: none;
}

.grid-filters-toolbar {
  padding: 5px;
}
.grid-filters-toolbar .grid-filters-toolbar-row-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
@media only screen and (max-width: 1024px) {
  .grid-filters-toolbar .grid-filters-toolbar-row-1 {
    flex-wrap: wrap;
  }
}
.grid-filters-toolbar .grid-filters-toolbar-row-1 > div {
  width: 12%;
}
@media only screen and (max-width: 1024px) {
  .grid-filters-toolbar .grid-filters-toolbar-row-1 > div {
    width: 45%;
    margin-bottom: 16px;
  }
}
.grid-filters-toolbar .grid-filters-toolbar-row-2 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .grid-filters-toolbar .grid-filters-toolbar-row-2 {
    flex-wrap: wrap;
  }
}
.grid-filters-toolbar .grid-filters-toolbar-row-2 > div {
  width: 12%;
}
@media only screen and (max-width: 640px) {
  .grid-filters-toolbar .grid-filters-toolbar-row-2 > div {
    width: 45%;
    margin-bottom: 16px;
  }
}
.grid-filters-toolbar .grid-filters-toolbar-content-row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .grid-filters-toolbar .grid-filters-toolbar-content-row {
    flex-wrap: wrap;
  }
}
.grid-filters-toolbar .grid-filters-toolbar-content-row > div.content {
  width: 80%;
}
@media only screen and (max-width: 1024px) {
  .grid-filters-toolbar .grid-filters-toolbar-content-row > div.content {
    width: 100%;
  }
}
.grid-filters-toolbar .grid-filters-toolbar-content-area {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .grid-filters-toolbar .grid-filters-toolbar-row-1 > div:empty {
    width: 45%;
    height: 0;
    margin-bottom: 0;
  }
}
.grid-filters-toolbar-button {
  text-align: right;
}
.grid-filters-toolbar-button.flex {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .grid-filters-toolbar-button {
    width: 100%;
    text-align: left;
    margin: 8px 0;
  }
}

.p-spacer {
  width: 12px;
}

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

.underline-link {
  text-decoration: underline !important;
}
.underline-link:hover {
  text-decoration: underline !important;
}

.portal-report-title {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.portal-report-title > span {
  font-family: "GillSansNova-SemiBold";
  font-size: 14px;
  text-transform: uppercase;
}

hr.header-break.reports {
  margin-bottom: 8px;
}

.portal-back-button {
  position: absolute;
  top: 10px;
  left: 20px;
  display: flex;
  align-items: center;
}
.portal-back-button > a {
  font-family: "GillSansNova-Medium";
  font-size: 12px;
  color: #ccc;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.portal-back-button > a > span {
  margin-right: 4px;
}
@media only screen and (max-width: 640px) {
  .portal-back-button > a > span.portal-back-button-text {
    display: none;
  }
}
.portal-back-button .report-back-button {
  margin-left: 24px;
}

.portal-back-button-sticky {
  position: absolute;
  display: flex;
  position: sticky;
  width: 100%;
  padding: 0;
  top: 60px;
  z-index: 2;
  background: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 12px;
}
@media only screen and (max-width: 1024px) {
  .portal-back-button-sticky {
    top: 0;
  }
}
.portal-back-button-sticky > a {
  font-family: "GillSansNova-Medium";
  font-size: 12px;
  color: #ccc;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.portal-back-button-sticky > a > span {
  margin-right: 4px;
}
@media only screen and (max-width: 640px) {
  .portal-back-button-sticky > a > span.portal-back-button-text {
    display: none;
  }
}
.portal-back-button-sticky .report-back-button {
  margin-left: 24px;
}

.report-acknowledgement-detail-container {
  font-size: 12px;
  position: relative;
}
.report-acknowledgement-detail-container span.button {
  display: inline-block;
  text-align: center;
  padding-top: 3px;
  margin: 1px;
  width: 52px;
  height: 18px;
  cursor: pointer;
  color: white;
  font-weight: bold;
  background-color: #5b481d;
  font-size: 11px;
}
.report-acknowledgement-detail-container #buttons {
  text-align: center;
}
.report-acknowledgement-detail-container #ackboxdiv {
  margin-right: 35px;
}
.report-acknowledgement-detail-container #ackbox {
  border-collapse: collapse;
  width: 200px;
  border: 1pt solid #999;
  border-radius: 2px;
  float: right;
  margin-bottom: 20px;
}
.report-acknowledgement-detail-container #ackbox th {
  border: 1px solid #5b481d;
  background-color: #f2f2f2;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.report-acknowledgement-detail-container #ackbox td {
  border: 1px solid #5b481d;
  text-align: center;
  font-size: 10px;
}
.report-acknowledgement-detail-container #ack-detail-container {
  width: 97%;
}
.report-acknowledgement-detail-container #ack-detail {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border: 2pt solid #5b481d;
  border-radius: 2px;
  margin-bottom: 10px;
}
.report-acknowledgement-detail-container #ack-detail th {
  border: 1px solid #5b481d;
  background-color: #f2f2f2;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.report-acknowledgement-detail-container #ack-detail td {
  border: 1px solid #5b481d;
  text-align: center;
  font-size: 11px;
  vertical-align: top;
}
.report-acknowledgement-detail-container #ack-detail td span {
  display: block;
  font-size: 9px;
  margin-left: 10px;
}
.report-acknowledgement-detail-container .r {
  text-align: right !important;
}
.report-acknowledgement-detail-container .l {
  text-align: left !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.report-ack-buttons-container {
  display: flex;
  margin-bottom: 32px;
}
.report-ack-buttons-container > * {
  margin-right: 24px;
}

.k-table.k-grid-header-table.k-table-md {
  width: 100% !important;
}

.min-width-column {
  min-width: 300px;
}

.sales-glance-summary {
  width: 100%;
  display: flex;
  margin: 6px 0;
}
@media only screen and (max-width: 1024px) {
  .sales-glance-summary {
    flex-wrap: wrap;
  }
}
.sales-glance-summary .sales-glance-summary-item {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-family: Roboto;
  margin-right: 32px;
}
.sales-glance-summary .sales-glance-summary-item > .row {
  line-height: 1.1;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .sales-glance-summary .sales-glance-summary-item > .row {
    line-height: 1.7;
  }
}
.sales-glance-summary .sales-glance-summary-item > .row.row1 {
  margin-bottom: 6px;
}
.sales-glance-summary .sales-glance-summary-item > .row .s-label {
  color: #00aced;
  width: 130px;
}
.sales-glance-summary .sales-glance-summary-item.longer-label > .row .s-label {
  width: 160px;
}

.ddl-popup .k-list-item {
  font-size: 12px;
  text-transform: capitalize;
}

.dashboard-section.pages {
  margin-top: 0 !important;
}

.report-profile-top {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .report-profile-top {
    flex-wrap: wrap;
  }
}
.report-profile-top > .profile-chart {
  width: 30%;
}
@media only screen and (max-width: 1024px) {
  .report-profile-top > .profile-chart {
    width: 100%;
  }
}
.report-profile-top > .profile-submit {
  width: 20%;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .report-profile-top > .profile-submit {
    width: 100%;
    margin: 16px 0;
  }
}
.report-profile-top > .profile-stats {
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .report-profile-top > .profile-stats {
    width: 100%;
  }
}

.profile-stats-label {
  font-family: "GillSansNova-Medium";
  text-transform: uppercase;
}

table.report-profile-table {
  width: 100%;
}

table.report-profile-table, td, th {
  border: 1px solid #ebebeb;
  border-collapse: collapse;
  font-size: 12px;
}

table.report-profile-table td {
  padding: 6px;
}

table.report-profile-table td.col-1 {
  font-family: "GillSansNova-Medium";
  width: 200px;
}

.report-profile-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
@media only screen and (max-width: 1024px) {
  .report-profile-bottom {
    flex-wrap: wrap;
  }
}
.report-profile-bottom .profile-lee-best-sellers {
  width: 35%;
}
@media only screen and (max-width: 1024px) {
  .report-profile-bottom .profile-lee-best-sellers {
    width: 100%;
  }
}
.report-profile-bottom .profile-best-sellers {
  width: 55%;
}
@media only screen and (max-width: 1024px) {
  .report-profile-bottom .profile-best-sellers {
    width: 100%;
    margin-top: 36px;
  }
}

table.report-profile-table td.col-12 {
  font-family: "GillSansNova-Medium";
  width: 150px;
}

table.report-profile-table td.col-11 {
  font-family: "GillSansNova-Medium";
  width: 80px;
}

@media print {
  .hide-for-print {
    display: none !important;
  }
}
.media-upload-container {
  display: flex;
  justify-content: space-between;
}
.media-upload-container > .media-upload {
  max-width: 45%;
  flex: 1;
  transition: all 0.5s ease-in-out;
  min-width: 0;
  opacity: 1;
}
.media-upload-container > .media-search {
  max-width: 45%;
  flex: 1;
  transition: all 0.5s ease-in-out;
}
.media-upload-container .search-library {
  display: flex;
  align-items: center;
}
.media-upload-container .search-library-expand {
  margin-left: 8px;
  cursor: pointer;
  transition: all 0.5s linear;
}
.media-upload-container .search-library-expand:hover {
  color: #ccc;
}
.media-upload-container.active-search > .media-upload {
  flex: 0;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
}
.media-upload-container.active-search > .media-search {
  flex: 2;
  max-width: 100%;
}

.media-library-search-box {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.media-library-search-box > div {
  width: 45%;
}

.media-search-results-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: 36px;
}
.media-search-results-gallery > div {
  width: 25%;
  margin-bottom: 36px;
  margin-right: 32px;
}
.media-search-results-gallery > div > .img-container {
  min-height: 140px;
}
.media-search-results-gallery > div > .descriptions {
  font-size: 12px;
  margin-top: 24px;
  text-align: center;
  font-family: "GillSansNova-Medium";
}

.media-search-results-count {
  font-family: "GillSansNova-Heavy";
  font-size: 12px;
  margin: 36px 0;
}

.media-library-delete {
  color: #93965F;
  font-family: "GillSansNova-Heavy";
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  margin-top: 4px !important;
}
.media-library-delete:hover {
  color: #4C3520;
}

.add-post-header {
  font-family: "GillSansNova-Medium";
  font-size: 16px;
  color: #212121;
}

.add-message-dialog-body {
  font-size: 14px;
  color: #444;
}

.primary-label {
  color: #93965F;
}

.fabric-selected-name.message-board {
  font-size: 12px;
  color: #2196F3;
}

.img-message-board {
  max-width: 100px;
}

.portfolio-grid.message-board {
  margin: 0;
}

.portfolio-grid.message-board > .grid-item {
  color: #212121;
}
.portfolio-grid.message-board > .grid-item .date-string {
  min-width: 200px;
  font-size: 14px;
  color: #757575;
}
.portfolio-grid.message-board > .grid-item .message-title {
  min-width: 60%;
  max-width: 60%;
}

.primary-label-color {
  color: #93965F;
}

.portal-content-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.portal-content-flex > .content-flex-1 {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .portal-content-flex > .content-flex-1 {
    width: 100%;
  }
}
.portal-content-flex > .content-flex-2 {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .portal-content-flex > .content-flex-2 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .portal-content-flex {
    flex-wrap: wrap;
  }
}

.select-role-container {
  width: 250px;
}

.portal-flex-account-selection {
  display: flex;
}
.portal-flex-account-selection > div {
  margin-right: 64px;
}

.portal-account-selection-margin {
  padding-top: 24px;
}

.p-line-break-3 {
  margin-top: 12px;
}

.p-label-3 {
  font-size: 14px;
}

.a-link-3 {
  font-size: 12px !important;
  text-transform: uppercase;
  text-decoration: underline;
}
.a-link-3:hover {
  font-size: 12px !important;
  text-decoration: underline !important;
}

.p-link-3 {
  margin-top: 8px;
}

.portal-form-item-1 {
  margin-bottom: 16px;
}

.portal-form-item-2 {
  margin-bottom: 16px;
}

.window-footer-actions {
  margin-top: 64px;
  display: flex;
  justify-content: flex-end;
}

.portal-spacer {
  width: 24px;
}

.message-board-container {
  font-size: 14px;
}

.message-board-container-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  align-items: flex-start;
}

.message-board-datetime {
  font-size: 12px;
  color: #bbb;
  max-width: 130px;
}

.message-board-title {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .message-board-title {
    width: 95%;
  }
}

.message-board-attachment {
  width: 30px;
  display: flex;
  justify-content: flex-end;
}

.message-board-latest {
  font-family: "GillSansNova-Medium";
  text-transform: uppercase;
  margin: 16px 0;
}
@media only screen and (max-width: 1024px) {
  .message-board-latest {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .message-board-link {
    margin-top: 24px;
  }
}
.message-board-link > a {
  color: #93965F !important;
  font-family: "GillSansNova-Medium";
  text-decoration: underline;
}
.message-board-link > a:hover {
  text-decoration: underline;
}

.message-board-file-icon {
  color: #93965F !important;
}

.window-content-body.two span.w-label {
  color: #000;
  font-family: "GillSansNova-Medium";
}

.pricelist-gallery {
  display: flex;
  margin-top: 48px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 640px) {
  .pricelist-gallery {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.pricelist-gallery-item {
  margin-right: 36px;
  font-size: 12px;
  text-transform: uppercase;
  width: 20%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.pricelist-gallery-item a {
  margin-top: 24px;
  word-break: break-all;
}
@media only screen and (max-width: 640px) {
  .pricelist-gallery-item {
    width: 45%;
    margin-right: 0;
  }
}

.pricelist-gallery-item-embed {
  overflow: hidden;
  width: 200px;
  height: 240px;
  border: 1px solid #ccc;
}

.pricelist-gallery-item embed {
  height: 100% !important;
}

.ack-header {
  display: flex;
  justify-content: space-between;
}
.ack-header .ackbox {
  order: 3;
}
.ack-header .sold-to {
  order: 1;
}
.ack-header .shipped-to {
  order: 2;
}

.report-invoice-padding-container {
  padding: 0 100px;
}
@media only screen and (max-width: 1070px) {
  .report-invoice-padding-container {
    padding: 0;
  }
}

.margin-top-portal {
  margin-top: 24px;
}
.margin-top-portal.zero {
  margin-top: 0;
}

.k-column-title {
  min-width: 0;
  text-overflow: initial !important;
  flex-shrink: 1;
  overflow: hidden;
  white-space: normal !important;
  text-align: center;
}

.price-list-delete {
  color: #93965F;
  font-family: "GillSansNova-Bold";
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  margin-top: 8px !important;
}
.price-list-delete:hover {
  color: #4C3520;
}

.word-break {
  white-space: normal;
  word-break: break-all;
}

.k-column-title-2 {
  min-width: 0;
  text-overflow: initial !important;
  flex-shrink: 1;
  overflow: hidden;
  white-space: normal !important;
  text-align: center;
  word-break: break-all;
}

.report-invoice-print-header {
  margin-bottom: 32px;
}

.report-invoice-print-header-container {
  display: flex;
  justify-content: space-between;
}
.report-invoice-print-header-container h2 {
  margin-bottom: 16px;
}

.report-invoice-notify {
  width: 40%;
}

.report-innvoice-notify-details {
  text-transform: uppercase;
  font-size: 10px;
  color: #000;
}

.report-acknowledgement-detail-container {
  /* Ensures each invoice starts on a new page */
  /* Prevents invoice content from splitting */
}
.report-acknowledgement-detail-container .black {
  color: #000;
}

@media only screen and (max-width: 1070px) {
  .invoice-body-outer-container {
    width: 1070px;
    overflow-x: auto;
  }
}
@media only screen and (max-width: 1270px) {
  .grid-outer-container {
    width: 1270px;
    overflow-x: auto;
  }
}
.page-break {
  page-break-before: always;
}

.print-visibility {
  position: absolute;
  left: -99999px;
  top: -99999px;
}

.k-table-tbody {
  color: #000;
}

.k-grid-header {
  font-family: "GillSansNova-SemiBold";
}

.k-grid tbody tr:nth-child(even) {
  background-color: #eee !important;
}

.k-grid tbody tr:hover {
  background-color: #ddd !important;
}

.k-grid {
  border-color: #ccc !important;
}

/* Change cell border color */
.k-grid td,
.k-grid th {
  border-color: #ccc !important;
}

/* Change column header border color */
.k-grid-header {
  border-color: #ccc !important;
}

/* Change row border color */
.k-grid tr {
  border-color: #ccc !important;
}

.k-pager-numbers .k-button-text {
  color: #000;
}

.k-pager-info {
  font-family: "GillSansNova-SemiBold";
}

.cache-info-container {
  border: 1px solid #ddd;
  background: #f2f2f2;
  padding: 10px;
  border-radius: 3px;
  width: 400px;
  max-width: 100%;
  font-size: 14px;
}
.cache-info-container.extended {
  width: 780px;
  max-width: 100%;
}

.cache-info-inner-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media only screen and (max-width: 780px) {
  .cache-info-inner-container {
    flex-wrap: wrap;
  }
}
.cache-info-inner-container > div {
  width: 47%;
}
@media only screen and (max-width: 780px) {
  .cache-info-inner-container > div {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cache-info-inner-container > div.full-width {
  width: 100% !important;
}

.cache-info-row {
  display: flex;
  align-items: center;
}
.cache-info-row .cache-info-label {
  font-family: "GillSansNova-SemiBold";
}
.cache-info-row .cache-info-value {
  margin-left: 5px;
  font-size: 12px;
  font-family: "GillSansNova-SemiBold";
  color: #666;
}
.cache-info-row .cache-info-value.ON {
  color: #4CAF50;
}
.cache-info-row .cache-info-value.OFF {
  color: #999;
}
.cache-info-row .cache-info-value.PROCESSING {
  color: #00aced;
}
.cache-info-row .cache-info-value.QUEUED {
  color: #FFAB00;
}
.cache-info-row .cache-info-value.environment {
  color: #00aced;
  text-transform: uppercase;
}

.cache-control {
  margin-top: 24px;
}

.cache-buttons-container {
  display: flex;
  width: 780px;
  max-width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 780px) {
  .cache-buttons-container {
    width: 100%;
  }
}
.cache-buttons-container > div {
  width: 47%;
}
@media only screen and (max-width: 780px) {
  .cache-buttons-container > div {
    width: 100%;
    margin-bottom: 16px;
  }
}

.account-support-intro {
  font-size: 16px;
}

.account-suppport-team-container {
  margin-bottom: 36px;
}
.account-suppport-team-container .team-members-grid {
  display: flex;
  flex-wrap: wrap;
}
.account-suppport-team-container .team-members-grid > .team-member {
  width: 16%;
  margin-bottom: 36px;
  margin-right: 24px;
}
@media only screen and (max-width: 1300px) {
  .account-suppport-team-container .team-members-grid > .team-member {
    width: 22%;
  }
}
@media only screen and (max-width: 950px) {
  .account-suppport-team-container .team-members-grid > .team-member {
    width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  .account-suppport-team-container .team-members-grid > .team-member {
    width: 45%;
  }
}
@media only screen and (max-width: 400px) {
  .account-suppport-team-container .team-members-grid > .team-member {
    width: 100%;
  }
}

.team-member-info {
  font-size: 12px;
  text-align: center;
}
.team-member-info .m-name {
  font-family: "GillSansNova-SemiBold";
}
.team-member-info .m-email {
  font-family: "GillSansNova-Heavy";
  color: #93965F;
  font-size: 10px;
}
.team-member-info .m-email:hover {
  font-size: 10px;
  color: #4C3520;
}

.team-window-content-body {
  min-height: 300px;
}

.support-teams-edit-icon {
  top: -50px;
}

.team-aside input {
  font-size: 12px !important;
}

.account-support-pdf {
  font-family: "GillSansNova-SemiBold";
  font-size: 18px;
  margin-bottom: 24px;
}

.change-team-width {
  max-width: 100%;
  width: 100%;
  font-size: 12px;
  margin-bottom: 36px;
}
.change-team-width .mdc-select {
  min-width: 100%;
}
.change-team-width .mdc-select select {
  font-size: 12px;
}

/*# sourceMappingURL=app.css.map */
