@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 47.9375em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */;
}

/* 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-.
     */
figcaption,
figure {
  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 */;
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 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 */;
}

/* Links
       ========================================================================== */
/**
     * 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 */;
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
  color: #6C6A69;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in 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.
     */
button {
  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 */;
}

button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 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 */;
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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;
}

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* 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;
}

.foundation-mq {
  font-family: "small=0em&medium=47.9375em&large=68.75em&xlarge=87.5em&xxlarge=100em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fffbf0;
  font-family: "Goudy Old Style", "Helvetica", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #424141;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 47.9375em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 47.9375em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cell {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.cell.shrink {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-13, .grid-x > .small-14, .grid-x > .small-15, .grid-x > .small-16, .grid-x > .small-17, .grid-x > .small-18, .grid-x > .small-19, .grid-x > .small-20, .grid-x > .small-21, .grid-x > .small-22, .grid-x > .small-23, .grid-x > .small-24 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 47.9375em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-13, .grid-x > .medium-14, .grid-x > .medium-15, .grid-x > .medium-16, .grid-x > .medium-17, .grid-x > .medium-18, .grid-x > .medium-19, .grid-x > .medium-20, .grid-x > .medium-21, .grid-x > .medium-22, .grid-x > .medium-23, .grid-x > .medium-24 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 68.75em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-13, .grid-x > .large-14, .grid-x > .large-15, .grid-x > .large-16, .grid-x > .large-17, .grid-x > .large-18, .grid-x > .large-19, .grid-x > .large-20, .grid-x > .large-21, .grid-x > .large-22, .grid-x > .large-23, .grid-x > .large-24 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (min-width: 87.5em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12, .grid-x > .xlarge-13, .grid-x > .xlarge-14, .grid-x > .xlarge-15, .grid-x > .xlarge-16, .grid-x > .xlarge-17, .grid-x > .xlarge-18, .grid-x > .xlarge-19, .grid-x > .xlarge-20, .grid-x > .xlarge-21, .grid-x > .xlarge-22, .grid-x > .xlarge-23, .grid-x > .xlarge-24 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (min-width: 100em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12, .grid-x > .xxlarge-13, .grid-x > .xxlarge-14, .grid-x > .xxlarge-15, .grid-x > .xxlarge-16, .grid-x > .xxlarge-17, .grid-x > .xxlarge-18, .grid-x > .xxlarge-19, .grid-x > .xxlarge-20, .grid-x > .xxlarge-21, .grid-x > .xxlarge-22, .grid-x > .xxlarge-23, .grid-x > .xxlarge-24 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.grid-x > .small-1 {
  width: 4.16667%;
}

.grid-x > .small-2 {
  width: 8.33333%;
}

.grid-x > .small-3 {
  width: 12.5%;
}

.grid-x > .small-4 {
  width: 16.66667%;
}

.grid-x > .small-5 {
  width: 20.83333%;
}

.grid-x > .small-6 {
  width: 25%;
}

.grid-x > .small-7 {
  width: 29.16667%;
}

.grid-x > .small-8 {
  width: 33.33333%;
}

.grid-x > .small-9 {
  width: 37.5%;
}

.grid-x > .small-10 {
  width: 41.66667%;
}

.grid-x > .small-11 {
  width: 45.83333%;
}

.grid-x > .small-12 {
  width: 50%;
}

.grid-x > .small-13 {
  width: 54.16667%;
}

.grid-x > .small-14 {
  width: 58.33333%;
}

.grid-x > .small-15 {
  width: 62.5%;
}

.grid-x > .small-16 {
  width: 66.66667%;
}

.grid-x > .small-17 {
  width: 70.83333%;
}

.grid-x > .small-18 {
  width: 75%;
}

.grid-x > .small-19 {
  width: 79.16667%;
}

.grid-x > .small-20 {
  width: 83.33333%;
}

.grid-x > .small-21 {
  width: 87.5%;
}

.grid-x > .small-22 {
  width: 91.66667%;
}

.grid-x > .small-23 {
  width: 95.83333%;
}

.grid-x > .small-24 {
  width: 100%;
}

@media print, screen and (min-width: 47.9375em) {
  .grid-x > .medium-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 4.16667%;
  }

  .grid-x > .medium-2 {
    width: 8.33333%;
  }

  .grid-x > .medium-3 {
    width: 12.5%;
  }

  .grid-x > .medium-4 {
    width: 16.66667%;
  }

  .grid-x > .medium-5 {
    width: 20.83333%;
  }

  .grid-x > .medium-6 {
    width: 25%;
  }

  .grid-x > .medium-7 {
    width: 29.16667%;
  }

  .grid-x > .medium-8 {
    width: 33.33333%;
  }

  .grid-x > .medium-9 {
    width: 37.5%;
  }

  .grid-x > .medium-10 {
    width: 41.66667%;
  }

  .grid-x > .medium-11 {
    width: 45.83333%;
  }

  .grid-x > .medium-12 {
    width: 50%;
  }

  .grid-x > .medium-13 {
    width: 54.16667%;
  }

  .grid-x > .medium-14 {
    width: 58.33333%;
  }

  .grid-x > .medium-15 {
    width: 62.5%;
  }

  .grid-x > .medium-16 {
    width: 66.66667%;
  }

  .grid-x > .medium-17 {
    width: 70.83333%;
  }

  .grid-x > .medium-18 {
    width: 75%;
  }

  .grid-x > .medium-19 {
    width: 79.16667%;
  }

  .grid-x > .medium-20 {
    width: 83.33333%;
  }

  .grid-x > .medium-21 {
    width: 87.5%;
  }

  .grid-x > .medium-22 {
    width: 91.66667%;
  }

  .grid-x > .medium-23 {
    width: 95.83333%;
  }

  .grid-x > .medium-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 68.75em) {
  .grid-x > .large-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .grid-x > .large-1 {
    width: 4.16667%;
  }

  .grid-x > .large-2 {
    width: 8.33333%;
  }

  .grid-x > .large-3 {
    width: 12.5%;
  }

  .grid-x > .large-4 {
    width: 16.66667%;
  }

  .grid-x > .large-5 {
    width: 20.83333%;
  }

  .grid-x > .large-6 {
    width: 25%;
  }

  .grid-x > .large-7 {
    width: 29.16667%;
  }

  .grid-x > .large-8 {
    width: 33.33333%;
  }

  .grid-x > .large-9 {
    width: 37.5%;
  }

  .grid-x > .large-10 {
    width: 41.66667%;
  }

  .grid-x > .large-11 {
    width: 45.83333%;
  }

  .grid-x > .large-12 {
    width: 50%;
  }

  .grid-x > .large-13 {
    width: 54.16667%;
  }

  .grid-x > .large-14 {
    width: 58.33333%;
  }

  .grid-x > .large-15 {
    width: 62.5%;
  }

  .grid-x > .large-16 {
    width: 66.66667%;
  }

  .grid-x > .large-17 {
    width: 70.83333%;
  }

  .grid-x > .large-18 {
    width: 75%;
  }

  .grid-x > .large-19 {
    width: 79.16667%;
  }

  .grid-x > .large-20 {
    width: 83.33333%;
  }

  .grid-x > .large-21 {
    width: 87.5%;
  }

  .grid-x > .large-22 {
    width: 91.66667%;
  }

  .grid-x > .large-23 {
    width: 95.83333%;
  }

  .grid-x > .large-24 {
    width: 100%;
  }
}

@media screen and (min-width: 87.5em) {
  .grid-x > .xlarge-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .xlarge-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .grid-x > .xlarge-1 {
    width: 4.16667%;
  }

  .grid-x > .xlarge-2 {
    width: 8.33333%;
  }

  .grid-x > .xlarge-3 {
    width: 12.5%;
  }

  .grid-x > .xlarge-4 {
    width: 16.66667%;
  }

  .grid-x > .xlarge-5 {
    width: 20.83333%;
  }

  .grid-x > .xlarge-6 {
    width: 25%;
  }

  .grid-x > .xlarge-7 {
    width: 29.16667%;
  }

  .grid-x > .xlarge-8 {
    width: 33.33333%;
  }

  .grid-x > .xlarge-9 {
    width: 37.5%;
  }

  .grid-x > .xlarge-10 {
    width: 41.66667%;
  }

  .grid-x > .xlarge-11 {
    width: 45.83333%;
  }

  .grid-x > .xlarge-12 {
    width: 50%;
  }

  .grid-x > .xlarge-13 {
    width: 54.16667%;
  }

  .grid-x > .xlarge-14 {
    width: 58.33333%;
  }

  .grid-x > .xlarge-15 {
    width: 62.5%;
  }

  .grid-x > .xlarge-16 {
    width: 66.66667%;
  }

  .grid-x > .xlarge-17 {
    width: 70.83333%;
  }

  .grid-x > .xlarge-18 {
    width: 75%;
  }

  .grid-x > .xlarge-19 {
    width: 79.16667%;
  }

  .grid-x > .xlarge-20 {
    width: 83.33333%;
  }

  .grid-x > .xlarge-21 {
    width: 87.5%;
  }

  .grid-x > .xlarge-22 {
    width: 91.66667%;
  }

  .grid-x > .xlarge-23 {
    width: 95.83333%;
  }

  .grid-x > .xlarge-24 {
    width: 100%;
  }
}

@media screen and (min-width: 100em) {
  .grid-x > .xxlarge-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .xxlarge-shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .grid-x > .xxlarge-1 {
    width: 4.16667%;
  }

  .grid-x > .xxlarge-2 {
    width: 8.33333%;
  }

  .grid-x > .xxlarge-3 {
    width: 12.5%;
  }

  .grid-x > .xxlarge-4 {
    width: 16.66667%;
  }

  .grid-x > .xxlarge-5 {
    width: 20.83333%;
  }

  .grid-x > .xxlarge-6 {
    width: 25%;
  }

  .grid-x > .xxlarge-7 {
    width: 29.16667%;
  }

  .grid-x > .xxlarge-8 {
    width: 33.33333%;
  }

  .grid-x > .xxlarge-9 {
    width: 37.5%;
  }

  .grid-x > .xxlarge-10 {
    width: 41.66667%;
  }

  .grid-x > .xxlarge-11 {
    width: 45.83333%;
  }

  .grid-x > .xxlarge-12 {
    width: 50%;
  }

  .grid-x > .xxlarge-13 {
    width: 54.16667%;
  }

  .grid-x > .xxlarge-14 {
    width: 58.33333%;
  }

  .grid-x > .xxlarge-15 {
    width: 62.5%;
  }

  .grid-x > .xxlarge-16 {
    width: 66.66667%;
  }

  .grid-x > .xxlarge-17 {
    width: 70.83333%;
  }

  .grid-x > .xxlarge-18 {
    width: 75%;
  }

  .grid-x > .xxlarge-19 {
    width: 79.16667%;
  }

  .grid-x > .xxlarge-20 {
    width: 83.33333%;
  }

  .grid-x > .xxlarge-21 {
    width: 87.5%;
  }

  .grid-x > .xxlarge-22 {
    width: 91.66667%;
  }

  .grid-x > .xxlarge-23 {
    width: 95.83333%;
  }

  .grid-x > .xxlarge-24 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 47.9375em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 47.9375em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(4.16667% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(12.5% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(20.83333% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(29.16667% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(37.5% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(45.83333% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-13 {
  width: calc(54.16667% - 1.25rem);
}

.grid-margin-x > .small-14 {
  width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-15 {
  width: calc(62.5% - 1.25rem);
}

.grid-margin-x > .small-16 {
  width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-17 {
  width: calc(70.83333% - 1.25rem);
}

.grid-margin-x > .small-18 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-19 {
  width: calc(79.16667% - 1.25rem);
}

.grid-margin-x > .small-20 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-21 {
  width: calc(87.5% - 1.25rem);
}

.grid-margin-x > .small-22 {
  width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-23 {
  width: calc(95.83333% - 1.25rem);
}

.grid-margin-x > .small-24 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 47.9375em) {
  .grid-margin-x > .auto {
    width: auto;
  }

  .grid-margin-x > .shrink {
    width: auto;
  }

  .grid-margin-x > .small-1 {
    width: calc(4.16667% - 1.875rem);
  }

  .grid-margin-x > .small-2 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .small-3 {
    width: calc(12.5% - 1.875rem);
  }

  .grid-margin-x > .small-4 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .small-5 {
    width: calc(20.83333% - 1.875rem);
  }

  .grid-margin-x > .small-6 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .small-7 {
    width: calc(29.16667% - 1.875rem);
  }

  .grid-margin-x > .small-8 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .small-9 {
    width: calc(37.5% - 1.875rem);
  }

  .grid-margin-x > .small-10 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .small-11 {
    width: calc(45.83333% - 1.875rem);
  }

  .grid-margin-x > .small-12 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .small-13 {
    width: calc(54.16667% - 1.875rem);
  }

  .grid-margin-x > .small-14 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .small-15 {
    width: calc(62.5% - 1.875rem);
  }

  .grid-margin-x > .small-16 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .small-17 {
    width: calc(70.83333% - 1.875rem);
  }

  .grid-margin-x > .small-18 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .small-19 {
    width: calc(79.16667% - 1.875rem);
  }

  .grid-margin-x > .small-20 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .small-21 {
    width: calc(87.5% - 1.875rem);
  }

  .grid-margin-x > .small-22 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .small-23 {
    width: calc(95.83333% - 1.875rem);
  }

  .grid-margin-x > .small-24 {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x > .medium-auto {
    width: auto;
  }

  .grid-margin-x > .medium-shrink {
    width: auto;
  }

  .grid-margin-x > .medium-1 {
    width: calc(4.16667% - 1.875rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-3 {
    width: calc(12.5% - 1.875rem);
  }

  .grid-margin-x > .medium-4 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(20.83333% - 1.875rem);
  }

  .grid-margin-x > .medium-6 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .medium-7 {
    width: calc(29.16667% - 1.875rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(37.5% - 1.875rem);
  }

  .grid-margin-x > .medium-10 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(45.83333% - 1.875rem);
  }

  .grid-margin-x > .medium-12 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .medium-13 {
    width: calc(54.16667% - 1.875rem);
  }

  .grid-margin-x > .medium-14 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-15 {
    width: calc(62.5% - 1.875rem);
  }

  .grid-margin-x > .medium-16 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-17 {
    width: calc(70.83333% - 1.875rem);
  }

  .grid-margin-x > .medium-18 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .medium-19 {
    width: calc(79.16667% - 1.875rem);
  }

  .grid-margin-x > .medium-20 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-21 {
    width: calc(87.5% - 1.875rem);
  }

  .grid-margin-x > .medium-22 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-23 {
    width: calc(95.83333% - 1.875rem);
  }

  .grid-margin-x > .medium-24 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 68.75em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }

  .grid-margin-x > .large-shrink {
    width: auto;
  }

  .grid-margin-x > .large-1 {
    width: calc(4.16667% - 1.875rem);
  }

  .grid-margin-x > .large-2 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .large-3 {
    width: calc(12.5% - 1.875rem);
  }

  .grid-margin-x > .large-4 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .large-5 {
    width: calc(20.83333% - 1.875rem);
  }

  .grid-margin-x > .large-6 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .large-7 {
    width: calc(29.16667% - 1.875rem);
  }

  .grid-margin-x > .large-8 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .large-9 {
    width: calc(37.5% - 1.875rem);
  }

  .grid-margin-x > .large-10 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .large-11 {
    width: calc(45.83333% - 1.875rem);
  }

  .grid-margin-x > .large-12 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .large-13 {
    width: calc(54.16667% - 1.875rem);
  }

  .grid-margin-x > .large-14 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .large-15 {
    width: calc(62.5% - 1.875rem);
  }

  .grid-margin-x > .large-16 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .large-17 {
    width: calc(70.83333% - 1.875rem);
  }

  .grid-margin-x > .large-18 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .large-19 {
    width: calc(79.16667% - 1.875rem);
  }

  .grid-margin-x > .large-20 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .large-21 {
    width: calc(87.5% - 1.875rem);
  }

  .grid-margin-x > .large-22 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .large-23 {
    width: calc(95.83333% - 1.875rem);
  }

  .grid-margin-x > .large-24 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 87.5em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }

  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }

  .grid-margin-x > .xlarge-1 {
    width: calc(4.16667% - 1.875rem);
  }

  .grid-margin-x > .xlarge-2 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .xlarge-3 {
    width: calc(12.5% - 1.875rem);
  }

  .grid-margin-x > .xlarge-4 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .xlarge-5 {
    width: calc(20.83333% - 1.875rem);
  }

  .grid-margin-x > .xlarge-6 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .xlarge-7 {
    width: calc(29.16667% - 1.875rem);
  }

  .grid-margin-x > .xlarge-8 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .xlarge-9 {
    width: calc(37.5% - 1.875rem);
  }

  .grid-margin-x > .xlarge-10 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .xlarge-11 {
    width: calc(45.83333% - 1.875rem);
  }

  .grid-margin-x > .xlarge-12 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .xlarge-13 {
    width: calc(54.16667% - 1.875rem);
  }

  .grid-margin-x > .xlarge-14 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .xlarge-15 {
    width: calc(62.5% - 1.875rem);
  }

  .grid-margin-x > .xlarge-16 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .xlarge-17 {
    width: calc(70.83333% - 1.875rem);
  }

  .grid-margin-x > .xlarge-18 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .xlarge-19 {
    width: calc(79.16667% - 1.875rem);
  }

  .grid-margin-x > .xlarge-20 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .xlarge-21 {
    width: calc(87.5% - 1.875rem);
  }

  .grid-margin-x > .xlarge-22 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .xlarge-23 {
    width: calc(95.83333% - 1.875rem);
  }

  .grid-margin-x > .xlarge-24 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 100em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }

  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }

  .grid-margin-x > .xxlarge-1 {
    width: calc(4.16667% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-2 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-3 {
    width: calc(12.5% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-4 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-5 {
    width: calc(20.83333% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-6 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-7 {
    width: calc(29.16667% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-8 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-9 {
    width: calc(37.5% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-10 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-11 {
    width: calc(45.83333% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-12 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-13 {
    width: calc(54.16667% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-14 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-15 {
    width: calc(62.5% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-16 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-17 {
    width: calc(70.83333% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-18 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-19 {
    width: calc(79.16667% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-20 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-21 {
    width: calc(87.5% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-22 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-23 {
    width: calc(95.83333% - 1.875rem);
  }

  .grid-margin-x > .xxlarge-24 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 47.9375em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 47.9375em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 47.9375em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 47.9375em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.33333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.66667%;
  }

  .medium-up-7 > .cell {
    width: 14.28571%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 68.75em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.33333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.66667%;
  }

  .large-up-7 > .cell {
    width: 14.28571%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (min-width: 87.5em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }

  .xlarge-up-2 > .cell {
    width: 50%;
  }

  .xlarge-up-3 > .cell {
    width: 33.33333%;
  }

  .xlarge-up-4 > .cell {
    width: 25%;
  }

  .xlarge-up-5 > .cell {
    width: 20%;
  }

  .xlarge-up-6 > .cell {
    width: 16.66667%;
  }

  .xlarge-up-7 > .cell {
    width: 14.28571%;
  }

  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (min-width: 100em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }

  .xxlarge-up-2 > .cell {
    width: 50%;
  }

  .xxlarge-up-3 > .cell {
    width: 33.33333%;
  }

  .xxlarge-up-4 > .cell {
    width: 25%;
  }

  .xxlarge-up-5 > .cell {
    width: 20%;
  }

  .xxlarge-up-6 > .cell {
    width: 16.66667%;
  }

  .xxlarge-up-7 > .cell {
    width: 14.28571%;
  }

  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 47.9375em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 68.75em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (min-width: 87.5em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (min-width: 100em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 4.16667%;
}

.small-margin-collapse > .small-2 {
  width: 8.33333%;
}

.small-margin-collapse > .small-3 {
  width: 12.5%;
}

.small-margin-collapse > .small-4 {
  width: 16.66667%;
}

.small-margin-collapse > .small-5 {
  width: 20.83333%;
}

.small-margin-collapse > .small-6 {
  width: 25%;
}

.small-margin-collapse > .small-7 {
  width: 29.16667%;
}

.small-margin-collapse > .small-8 {
  width: 33.33333%;
}

.small-margin-collapse > .small-9 {
  width: 37.5%;
}

.small-margin-collapse > .small-10 {
  width: 41.66667%;
}

.small-margin-collapse > .small-11 {
  width: 45.83333%;
}

.small-margin-collapse > .small-12 {
  width: 50%;
}

.small-margin-collapse > .small-13 {
  width: 54.16667%;
}

.small-margin-collapse > .small-14 {
  width: 58.33333%;
}

.small-margin-collapse > .small-15 {
  width: 62.5%;
}

.small-margin-collapse > .small-16 {
  width: 66.66667%;
}

.small-margin-collapse > .small-17 {
  width: 70.83333%;
}

.small-margin-collapse > .small-18 {
  width: 75%;
}

.small-margin-collapse > .small-19 {
  width: 79.16667%;
}

.small-margin-collapse > .small-20 {
  width: 83.33333%;
}

.small-margin-collapse > .small-21 {
  width: 87.5%;
}

.small-margin-collapse > .small-22 {
  width: 91.66667%;
}

.small-margin-collapse > .small-23 {
  width: 95.83333%;
}

.small-margin-collapse > .small-24 {
  width: 100%;
}

@media print, screen and (min-width: 47.9375em) {
  .small-margin-collapse > .medium-1 {
    width: 4.16667%;
  }

  .small-margin-collapse > .medium-2 {
    width: 8.33333%;
  }

  .small-margin-collapse > .medium-3 {
    width: 12.5%;
  }

  .small-margin-collapse > .medium-4 {
    width: 16.66667%;
  }

  .small-margin-collapse > .medium-5 {
    width: 20.83333%;
  }

  .small-margin-collapse > .medium-6 {
    width: 25%;
  }

  .small-margin-collapse > .medium-7 {
    width: 29.16667%;
  }

  .small-margin-collapse > .medium-8 {
    width: 33.33333%;
  }

  .small-margin-collapse > .medium-9 {
    width: 37.5%;
  }

  .small-margin-collapse > .medium-10 {
    width: 41.66667%;
  }

  .small-margin-collapse > .medium-11 {
    width: 45.83333%;
  }

  .small-margin-collapse > .medium-12 {
    width: 50%;
  }

  .small-margin-collapse > .medium-13 {
    width: 54.16667%;
  }

  .small-margin-collapse > .medium-14 {
    width: 58.33333%;
  }

  .small-margin-collapse > .medium-15 {
    width: 62.5%;
  }

  .small-margin-collapse > .medium-16 {
    width: 66.66667%;
  }

  .small-margin-collapse > .medium-17 {
    width: 70.83333%;
  }

  .small-margin-collapse > .medium-18 {
    width: 75%;
  }

  .small-margin-collapse > .medium-19 {
    width: 79.16667%;
  }

  .small-margin-collapse > .medium-20 {
    width: 83.33333%;
  }

  .small-margin-collapse > .medium-21 {
    width: 87.5%;
  }

  .small-margin-collapse > .medium-22 {
    width: 91.66667%;
  }

  .small-margin-collapse > .medium-23 {
    width: 95.83333%;
  }

  .small-margin-collapse > .medium-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 68.75em) {
  .small-margin-collapse > .large-1 {
    width: 4.16667%;
  }

  .small-margin-collapse > .large-2 {
    width: 8.33333%;
  }

  .small-margin-collapse > .large-3 {
    width: 12.5%;
  }

  .small-margin-collapse > .large-4 {
    width: 16.66667%;
  }

  .small-margin-collapse > .large-5 {
    width: 20.83333%;
  }

  .small-margin-collapse > .large-6 {
    width: 25%;
  }

  .small-margin-collapse > .large-7 {
    width: 29.16667%;
  }

  .small-margin-collapse > .large-8 {
    width: 33.33333%;
  }

  .small-margin-collapse > .large-9 {
    width: 37.5%;
  }

  .small-margin-collapse > .large-10 {
    width: 41.66667%;
  }

  .small-margin-collapse > .large-11 {
    width: 45.83333%;
  }

  .small-margin-collapse > .large-12 {
    width: 50%;
  }

  .small-margin-collapse > .large-13 {
    width: 54.16667%;
  }

  .small-margin-collapse > .large-14 {
    width: 58.33333%;
  }

  .small-margin-collapse > .large-15 {
    width: 62.5%;
  }

  .small-margin-collapse > .large-16 {
    width: 66.66667%;
  }

  .small-margin-collapse > .large-17 {
    width: 70.83333%;
  }

  .small-margin-collapse > .large-18 {
    width: 75%;
  }

  .small-margin-collapse > .large-19 {
    width: 79.16667%;
  }

  .small-margin-collapse > .large-20 {
    width: 83.33333%;
  }

  .small-margin-collapse > .large-21 {
    width: 87.5%;
  }

  .small-margin-collapse > .large-22 {
    width: 91.66667%;
  }

  .small-margin-collapse > .large-23 {
    width: 95.83333%;
  }

  .small-margin-collapse > .large-24 {
    width: 100%;
  }
}

@media screen and (min-width: 87.5em) {
  .small-margin-collapse > .xlarge-1 {
    width: 4.16667%;
  }

  .small-margin-collapse > .xlarge-2 {
    width: 8.33333%;
  }

  .small-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }

  .small-margin-collapse > .xlarge-4 {
    width: 16.66667%;
  }

  .small-margin-collapse > .xlarge-5 {
    width: 20.83333%;
  }

  .small-margin-collapse > .xlarge-6 {
    width: 25%;
  }

  .small-margin-collapse > .xlarge-7 {
    width: 29.16667%;
  }

  .small-margin-collapse > .xlarge-8 {
    width: 33.33333%;
  }

  .small-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }

  .small-margin-collapse > .xlarge-10 {
    width: 41.66667%;
  }

  .small-margin-collapse > .xlarge-11 {
    width: 45.83333%;
  }

  .small-margin-collapse > .xlarge-12 {
    width: 50%;
  }

  .small-margin-collapse > .xlarge-13 {
    width: 54.16667%;
  }

  .small-margin-collapse > .xlarge-14 {
    width: 58.33333%;
  }

  .small-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }

  .small-margin-collapse > .xlarge-16 {
    width: 66.66667%;
  }

  .small-margin-collapse > .xlarge-17 {
    width: 70.83333%;
  }

  .small-margin-collapse > .xlarge-18 {
    width: 75%;
  }

  .small-margin-collapse > .xlarge-19 {
    width: 79.16667%;
  }

  .small-margin-collapse > .xlarge-20 {
    width: 83.33333%;
  }

  .small-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }

  .small-margin-collapse > .xlarge-22 {
    width: 91.66667%;
  }

  .small-margin-collapse > .xlarge-23 {
    width: 95.83333%;
  }

  .small-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}

@media screen and (min-width: 100em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 4.16667%;
  }

  .small-margin-collapse > .xxlarge-2 {
    width: 8.33333%;
  }

  .small-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }

  .small-margin-collapse > .xxlarge-4 {
    width: 16.66667%;
  }

  .small-margin-collapse > .xxlarge-5 {
    width: 20.83333%;
  }

  .small-margin-collapse > .xxlarge-6 {
    width: 25%;
  }

  .small-margin-collapse > .xxlarge-7 {
    width: 29.16667%;
  }

  .small-margin-collapse > .xxlarge-8 {
    width: 33.33333%;
  }

  .small-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }

  .small-margin-collapse > .xxlarge-10 {
    width: 41.66667%;
  }

  .small-margin-collapse > .xxlarge-11 {
    width: 45.83333%;
  }

  .small-margin-collapse > .xxlarge-12 {
    width: 50%;
  }

  .small-margin-collapse > .xxlarge-13 {
    width: 54.16667%;
  }

  .small-margin-collapse > .xxlarge-14 {
    width: 58.33333%;
  }

  .small-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }

  .small-margin-collapse > .xxlarge-16 {
    width: 66.66667%;
  }

  .small-margin-collapse > .xxlarge-17 {
    width: 70.83333%;
  }

  .small-margin-collapse > .xxlarge-18 {
    width: 75%;
  }

  .small-margin-collapse > .xxlarge-19 {
    width: 79.16667%;
  }

  .small-margin-collapse > .xxlarge-20 {
    width: 83.33333%;
  }

  .small-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }

  .small-margin-collapse > .xxlarge-22 {
    width: 91.66667%;
  }

  .small-margin-collapse > .xxlarge-23 {
    width: 95.83333%;
  }

  .small-margin-collapse > .xxlarge-24 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 47.9375em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 47.9375em) {
  .medium-margin-collapse > .small-1 {
    width: 4.16667%;
  }

  .medium-margin-collapse > .small-2 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .small-3 {
    width: 12.5%;
  }

  .medium-margin-collapse > .small-4 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .small-5 {
    width: 20.83333%;
  }

  .medium-margin-collapse > .small-6 {
    width: 25%;
  }

  .medium-margin-collapse > .small-7 {
    width: 29.16667%;
  }

  .medium-margin-collapse > .small-8 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .small-9 {
    width: 37.5%;
  }

  .medium-margin-collapse > .small-10 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .small-11 {
    width: 45.83333%;
  }

  .medium-margin-collapse > .small-12 {
    width: 50%;
  }

  .medium-margin-collapse > .small-13 {
    width: 54.16667%;
  }

  .medium-margin-collapse > .small-14 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .small-15 {
    width: 62.5%;
  }

  .medium-margin-collapse > .small-16 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .small-17 {
    width: 70.83333%;
  }

  .medium-margin-collapse > .small-18 {
    width: 75%;
  }

  .medium-margin-collapse > .small-19 {
    width: 79.16667%;
  }

  .medium-margin-collapse > .small-20 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .small-21 {
    width: 87.5%;
  }

  .medium-margin-collapse > .small-22 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .small-23 {
    width: 95.83333%;
  }

  .medium-margin-collapse > .small-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 47.9375em) {
  .medium-margin-collapse > .medium-1 {
    width: 4.16667%;
  }

  .medium-margin-collapse > .medium-2 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .medium-3 {
    width: 12.5%;
  }

  .medium-margin-collapse > .medium-4 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .medium-5 {
    width: 20.83333%;
  }

  .medium-margin-collapse > .medium-6 {
    width: 25%;
  }

  .medium-margin-collapse > .medium-7 {
    width: 29.16667%;
  }

  .medium-margin-collapse > .medium-8 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .medium-9 {
    width: 37.5%;
  }

  .medium-margin-collapse > .medium-10 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .medium-11 {
    width: 45.83333%;
  }

  .medium-margin-collapse > .medium-12 {
    width: 50%;
  }

  .medium-margin-collapse > .medium-13 {
    width: 54.16667%;
  }

  .medium-margin-collapse > .medium-14 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .medium-15 {
    width: 62.5%;
  }

  .medium-margin-collapse > .medium-16 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .medium-17 {
    width: 70.83333%;
  }

  .medium-margin-collapse > .medium-18 {
    width: 75%;
  }

  .medium-margin-collapse > .medium-19 {
    width: 79.16667%;
  }

  .medium-margin-collapse > .medium-20 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .medium-21 {
    width: 87.5%;
  }

  .medium-margin-collapse > .medium-22 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .medium-23 {
    width: 95.83333%;
  }

  .medium-margin-collapse > .medium-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 68.75em) {
  .medium-margin-collapse > .large-1 {
    width: 4.16667%;
  }

  .medium-margin-collapse > .large-2 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .large-3 {
    width: 12.5%;
  }

  .medium-margin-collapse > .large-4 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .large-5 {
    width: 20.83333%;
  }

  .medium-margin-collapse > .large-6 {
    width: 25%;
  }

  .medium-margin-collapse > .large-7 {
    width: 29.16667%;
  }

  .medium-margin-collapse > .large-8 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .large-9 {
    width: 37.5%;
  }

  .medium-margin-collapse > .large-10 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .large-11 {
    width: 45.83333%;
  }

  .medium-margin-collapse > .large-12 {
    width: 50%;
  }

  .medium-margin-collapse > .large-13 {
    width: 54.16667%;
  }

  .medium-margin-collapse > .large-14 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .large-15 {
    width: 62.5%;
  }

  .medium-margin-collapse > .large-16 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .large-17 {
    width: 70.83333%;
  }

  .medium-margin-collapse > .large-18 {
    width: 75%;
  }

  .medium-margin-collapse > .large-19 {
    width: 79.16667%;
  }

  .medium-margin-collapse > .large-20 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .large-21 {
    width: 87.5%;
  }

  .medium-margin-collapse > .large-22 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .large-23 {
    width: 95.83333%;
  }

  .medium-margin-collapse > .large-24 {
    width: 100%;
  }
}

@media screen and (min-width: 87.5em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 4.16667%;
  }

  .medium-margin-collapse > .xlarge-2 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }

  .medium-margin-collapse > .xlarge-4 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .xlarge-5 {
    width: 20.83333%;
  }

  .medium-margin-collapse > .xlarge-6 {
    width: 25%;
  }

  .medium-margin-collapse > .xlarge-7 {
    width: 29.16667%;
  }

  .medium-margin-collapse > .xlarge-8 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }

  .medium-margin-collapse > .xlarge-10 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .xlarge-11 {
    width: 45.83333%;
  }

  .medium-margin-collapse > .xlarge-12 {
    width: 50%;
  }

  .medium-margin-collapse > .xlarge-13 {
    width: 54.16667%;
  }

  .medium-margin-collapse > .xlarge-14 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }

  .medium-margin-collapse > .xlarge-16 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .xlarge-17 {
    width: 70.83333%;
  }

  .medium-margin-collapse > .xlarge-18 {
    width: 75%;
  }

  .medium-margin-collapse > .xlarge-19 {
    width: 79.16667%;
  }

  .medium-margin-collapse > .xlarge-20 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }

  .medium-margin-collapse > .xlarge-22 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .xlarge-23 {
    width: 95.83333%;
  }

  .medium-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}

@media screen and (min-width: 100em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 4.16667%;
  }

  .medium-margin-collapse > .xxlarge-2 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }

  .medium-margin-collapse > .xxlarge-4 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .xxlarge-5 {
    width: 20.83333%;
  }

  .medium-margin-collapse > .xxlarge-6 {
    width: 25%;
  }

  .medium-margin-collapse > .xxlarge-7 {
    width: 29.16667%;
  }

  .medium-margin-collapse > .xxlarge-8 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }

  .medium-margin-collapse > .xxlarge-10 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .xxlarge-11 {
    width: 45.83333%;
  }

  .medium-margin-collapse > .xxlarge-12 {
    width: 50%;
  }

  .medium-margin-collapse > .xxlarge-13 {
    width: 54.16667%;
  }

  .medium-margin-collapse > .xxlarge-14 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }

  .medium-margin-collapse > .xxlarge-16 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .xxlarge-17 {
    width: 70.83333%;
  }

  .medium-margin-collapse > .xxlarge-18 {
    width: 75%;
  }

  .medium-margin-collapse > .xxlarge-19 {
    width: 79.16667%;
  }

  .medium-margin-collapse > .xxlarge-20 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }

  .medium-margin-collapse > .xxlarge-22 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .xxlarge-23 {
    width: 95.83333%;
  }

  .medium-margin-collapse > .xxlarge-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 47.9375em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 68.75em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 68.75em) {
  .large-margin-collapse > .small-1 {
    width: 4.16667%;
  }

  .large-margin-collapse > .small-2 {
    width: 8.33333%;
  }

  .large-margin-collapse > .small-3 {
    width: 12.5%;
  }

  .large-margin-collapse > .small-4 {
    width: 16.66667%;
  }

  .large-margin-collapse > .small-5 {
    width: 20.83333%;
  }

  .large-margin-collapse > .small-6 {
    width: 25%;
  }

  .large-margin-collapse > .small-7 {
    width: 29.16667%;
  }

  .large-margin-collapse > .small-8 {
    width: 33.33333%;
  }

  .large-margin-collapse > .small-9 {
    width: 37.5%;
  }

  .large-margin-collapse > .small-10 {
    width: 41.66667%;
  }

  .large-margin-collapse > .small-11 {
    width: 45.83333%;
  }

  .large-margin-collapse > .small-12 {
    width: 50%;
  }

  .large-margin-collapse > .small-13 {
    width: 54.16667%;
  }

  .large-margin-collapse > .small-14 {
    width: 58.33333%;
  }

  .large-margin-collapse > .small-15 {
    width: 62.5%;
  }

  .large-margin-collapse > .small-16 {
    width: 66.66667%;
  }

  .large-margin-collapse > .small-17 {
    width: 70.83333%;
  }

  .large-margin-collapse > .small-18 {
    width: 75%;
  }

  .large-margin-collapse > .small-19 {
    width: 79.16667%;
  }

  .large-margin-collapse > .small-20 {
    width: 83.33333%;
  }

  .large-margin-collapse > .small-21 {
    width: 87.5%;
  }

  .large-margin-collapse > .small-22 {
    width: 91.66667%;
  }

  .large-margin-collapse > .small-23 {
    width: 95.83333%;
  }

  .large-margin-collapse > .small-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 68.75em) {
  .large-margin-collapse > .medium-1 {
    width: 4.16667%;
  }

  .large-margin-collapse > .medium-2 {
    width: 8.33333%;
  }

  .large-margin-collapse > .medium-3 {
    width: 12.5%;
  }

  .large-margin-collapse > .medium-4 {
    width: 16.66667%;
  }

  .large-margin-collapse > .medium-5 {
    width: 20.83333%;
  }

  .large-margin-collapse > .medium-6 {
    width: 25%;
  }

  .large-margin-collapse > .medium-7 {
    width: 29.16667%;
  }

  .large-margin-collapse > .medium-8 {
    width: 33.33333%;
  }

  .large-margin-collapse > .medium-9 {
    width: 37.5%;
  }

  .large-margin-collapse > .medium-10 {
    width: 41.66667%;
  }

  .large-margin-collapse > .medium-11 {
    width: 45.83333%;
  }

  .large-margin-collapse > .medium-12 {
    width: 50%;
  }

  .large-margin-collapse > .medium-13 {
    width: 54.16667%;
  }

  .large-margin-collapse > .medium-14 {
    width: 58.33333%;
  }

  .large-margin-collapse > .medium-15 {
    width: 62.5%;
  }

  .large-margin-collapse > .medium-16 {
    width: 66.66667%;
  }

  .large-margin-collapse > .medium-17 {
    width: 70.83333%;
  }

  .large-margin-collapse > .medium-18 {
    width: 75%;
  }

  .large-margin-collapse > .medium-19 {
    width: 79.16667%;
  }

  .large-margin-collapse > .medium-20 {
    width: 83.33333%;
  }

  .large-margin-collapse > .medium-21 {
    width: 87.5%;
  }

  .large-margin-collapse > .medium-22 {
    width: 91.66667%;
  }

  .large-margin-collapse > .medium-23 {
    width: 95.83333%;
  }

  .large-margin-collapse > .medium-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 68.75em) {
  .large-margin-collapse > .large-1 {
    width: 4.16667%;
  }

  .large-margin-collapse > .large-2 {
    width: 8.33333%;
  }

  .large-margin-collapse > .large-3 {
    width: 12.5%;
  }

  .large-margin-collapse > .large-4 {
    width: 16.66667%;
  }

  .large-margin-collapse > .large-5 {
    width: 20.83333%;
  }

  .large-margin-collapse > .large-6 {
    width: 25%;
  }

  .large-margin-collapse > .large-7 {
    width: 29.16667%;
  }

  .large-margin-collapse > .large-8 {
    width: 33.33333%;
  }

  .large-margin-collapse > .large-9 {
    width: 37.5%;
  }

  .large-margin-collapse > .large-10 {
    width: 41.66667%;
  }

  .large-margin-collapse > .large-11 {
    width: 45.83333%;
  }

  .large-margin-collapse > .large-12 {
    width: 50%;
  }

  .large-margin-collapse > .large-13 {
    width: 54.16667%;
  }

  .large-margin-collapse > .large-14 {
    width: 58.33333%;
  }

  .large-margin-collapse > .large-15 {
    width: 62.5%;
  }

  .large-margin-collapse > .large-16 {
    width: 66.66667%;
  }

  .large-margin-collapse > .large-17 {
    width: 70.83333%;
  }

  .large-margin-collapse > .large-18 {
    width: 75%;
  }

  .large-margin-collapse > .large-19 {
    width: 79.16667%;
  }

  .large-margin-collapse > .large-20 {
    width: 83.33333%;
  }

  .large-margin-collapse > .large-21 {
    width: 87.5%;
  }

  .large-margin-collapse > .large-22 {
    width: 91.66667%;
  }

  .large-margin-collapse > .large-23 {
    width: 95.83333%;
  }

  .large-margin-collapse > .large-24 {
    width: 100%;
  }
}

@media screen and (min-width: 87.5em) {
  .large-margin-collapse > .xlarge-1 {
    width: 4.16667%;
  }

  .large-margin-collapse > .xlarge-2 {
    width: 8.33333%;
  }

  .large-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }

  .large-margin-collapse > .xlarge-4 {
    width: 16.66667%;
  }

  .large-margin-collapse > .xlarge-5 {
    width: 20.83333%;
  }

  .large-margin-collapse > .xlarge-6 {
    width: 25%;
  }

  .large-margin-collapse > .xlarge-7 {
    width: 29.16667%;
  }

  .large-margin-collapse > .xlarge-8 {
    width: 33.33333%;
  }

  .large-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }

  .large-margin-collapse > .xlarge-10 {
    width: 41.66667%;
  }

  .large-margin-collapse > .xlarge-11 {
    width: 45.83333%;
  }

  .large-margin-collapse > .xlarge-12 {
    width: 50%;
  }

  .large-margin-collapse > .xlarge-13 {
    width: 54.16667%;
  }

  .large-margin-collapse > .xlarge-14 {
    width: 58.33333%;
  }

  .large-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }

  .large-margin-collapse > .xlarge-16 {
    width: 66.66667%;
  }

  .large-margin-collapse > .xlarge-17 {
    width: 70.83333%;
  }

  .large-margin-collapse > .xlarge-18 {
    width: 75%;
  }

  .large-margin-collapse > .xlarge-19 {
    width: 79.16667%;
  }

  .large-margin-collapse > .xlarge-20 {
    width: 83.33333%;
  }

  .large-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }

  .large-margin-collapse > .xlarge-22 {
    width: 91.66667%;
  }

  .large-margin-collapse > .xlarge-23 {
    width: 95.83333%;
  }

  .large-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}

@media screen and (min-width: 100em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 4.16667%;
  }

  .large-margin-collapse > .xxlarge-2 {
    width: 8.33333%;
  }

  .large-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }

  .large-margin-collapse > .xxlarge-4 {
    width: 16.66667%;
  }

  .large-margin-collapse > .xxlarge-5 {
    width: 20.83333%;
  }

  .large-margin-collapse > .xxlarge-6 {
    width: 25%;
  }

  .large-margin-collapse > .xxlarge-7 {
    width: 29.16667%;
  }

  .large-margin-collapse > .xxlarge-8 {
    width: 33.33333%;
  }

  .large-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }

  .large-margin-collapse > .xxlarge-10 {
    width: 41.66667%;
  }

  .large-margin-collapse > .xxlarge-11 {
    width: 45.83333%;
  }

  .large-margin-collapse > .xxlarge-12 {
    width: 50%;
  }

  .large-margin-collapse > .xxlarge-13 {
    width: 54.16667%;
  }

  .large-margin-collapse > .xxlarge-14 {
    width: 58.33333%;
  }

  .large-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }

  .large-margin-collapse > .xxlarge-16 {
    width: 66.66667%;
  }

  .large-margin-collapse > .xxlarge-17 {
    width: 70.83333%;
  }

  .large-margin-collapse > .xxlarge-18 {
    width: 75%;
  }

  .large-margin-collapse > .xxlarge-19 {
    width: 79.16667%;
  }

  .large-margin-collapse > .xxlarge-20 {
    width: 83.33333%;
  }

  .large-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }

  .large-margin-collapse > .xxlarge-22 {
    width: 91.66667%;
  }

  .large-margin-collapse > .xxlarge-23 {
    width: 95.83333%;
  }

  .large-margin-collapse > .xxlarge-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 68.75em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .xlarge-margin-collapse > .small-1 {
    width: 4.16667%;
  }

  .xlarge-margin-collapse > .small-2 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse > .small-3 {
    width: 12.5%;
  }

  .xlarge-margin-collapse > .small-4 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse > .small-5 {
    width: 20.83333%;
  }

  .xlarge-margin-collapse > .small-6 {
    width: 25%;
  }

  .xlarge-margin-collapse > .small-7 {
    width: 29.16667%;
  }

  .xlarge-margin-collapse > .small-8 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse > .small-9 {
    width: 37.5%;
  }

  .xlarge-margin-collapse > .small-10 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse > .small-11 {
    width: 45.83333%;
  }

  .xlarge-margin-collapse > .small-12 {
    width: 50%;
  }

  .xlarge-margin-collapse > .small-13 {
    width: 54.16667%;
  }

  .xlarge-margin-collapse > .small-14 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse > .small-15 {
    width: 62.5%;
  }

  .xlarge-margin-collapse > .small-16 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse > .small-17 {
    width: 70.83333%;
  }

  .xlarge-margin-collapse > .small-18 {
    width: 75%;
  }

  .xlarge-margin-collapse > .small-19 {
    width: 79.16667%;
  }

  .xlarge-margin-collapse > .small-20 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse > .small-21 {
    width: 87.5%;
  }

  .xlarge-margin-collapse > .small-22 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse > .small-23 {
    width: 95.83333%;
  }

  .xlarge-margin-collapse > .small-24 {
    width: 100%;
  }
}

@media screen and (min-width: 87.5em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 4.16667%;
  }

  .xlarge-margin-collapse > .medium-2 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse > .medium-3 {
    width: 12.5%;
  }

  .xlarge-margin-collapse > .medium-4 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse > .medium-5 {
    width: 20.83333%;
  }

  .xlarge-margin-collapse > .medium-6 {
    width: 25%;
  }

  .xlarge-margin-collapse > .medium-7 {
    width: 29.16667%;
  }

  .xlarge-margin-collapse > .medium-8 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse > .medium-9 {
    width: 37.5%;
  }

  .xlarge-margin-collapse > .medium-10 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse > .medium-11 {
    width: 45.83333%;
  }

  .xlarge-margin-collapse > .medium-12 {
    width: 50%;
  }

  .xlarge-margin-collapse > .medium-13 {
    width: 54.16667%;
  }

  .xlarge-margin-collapse > .medium-14 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse > .medium-15 {
    width: 62.5%;
  }

  .xlarge-margin-collapse > .medium-16 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse > .medium-17 {
    width: 70.83333%;
  }

  .xlarge-margin-collapse > .medium-18 {
    width: 75%;
  }

  .xlarge-margin-collapse > .medium-19 {
    width: 79.16667%;
  }

  .xlarge-margin-collapse > .medium-20 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse > .medium-21 {
    width: 87.5%;
  }

  .xlarge-margin-collapse > .medium-22 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse > .medium-23 {
    width: 95.83333%;
  }

  .xlarge-margin-collapse > .medium-24 {
    width: 100%;
  }
}

@media screen and (min-width: 87.5em) {
  .xlarge-margin-collapse > .large-1 {
    width: 4.16667%;
  }

  .xlarge-margin-collapse > .large-2 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse > .large-3 {
    width: 12.5%;
  }

  .xlarge-margin-collapse > .large-4 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse > .large-5 {
    width: 20.83333%;
  }

  .xlarge-margin-collapse > .large-6 {
    width: 25%;
  }

  .xlarge-margin-collapse > .large-7 {
    width: 29.16667%;
  }

  .xlarge-margin-collapse > .large-8 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse > .large-9 {
    width: 37.5%;
  }

  .xlarge-margin-collapse > .large-10 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse > .large-11 {
    width: 45.83333%;
  }

  .xlarge-margin-collapse > .large-12 {
    width: 50%;
  }

  .xlarge-margin-collapse > .large-13 {
    width: 54.16667%;
  }

  .xlarge-margin-collapse > .large-14 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse > .large-15 {
    width: 62.5%;
  }

  .xlarge-margin-collapse > .large-16 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse > .large-17 {
    width: 70.83333%;
  }

  .xlarge-margin-collapse > .large-18 {
    width: 75%;
  }

  .xlarge-margin-collapse > .large-19 {
    width: 79.16667%;
  }

  .xlarge-margin-collapse > .large-20 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse > .large-21 {
    width: 87.5%;
  }

  .xlarge-margin-collapse > .large-22 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse > .large-23 {
    width: 95.83333%;
  }

  .xlarge-margin-collapse > .large-24 {
    width: 100%;
  }
}

@media screen and (min-width: 87.5em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 4.16667%;
  }

  .xlarge-margin-collapse > .xlarge-2 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }

  .xlarge-margin-collapse > .xlarge-4 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse > .xlarge-5 {
    width: 20.83333%;
  }

  .xlarge-margin-collapse > .xlarge-6 {
    width: 25%;
  }

  .xlarge-margin-collapse > .xlarge-7 {
    width: 29.16667%;
  }

  .xlarge-margin-collapse > .xlarge-8 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }

  .xlarge-margin-collapse > .xlarge-10 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse > .xlarge-11 {
    width: 45.83333%;
  }

  .xlarge-margin-collapse > .xlarge-12 {
    width: 50%;
  }

  .xlarge-margin-collapse > .xlarge-13 {
    width: 54.16667%;
  }

  .xlarge-margin-collapse > .xlarge-14 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }

  .xlarge-margin-collapse > .xlarge-16 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse > .xlarge-17 {
    width: 70.83333%;
  }

  .xlarge-margin-collapse > .xlarge-18 {
    width: 75%;
  }

  .xlarge-margin-collapse > .xlarge-19 {
    width: 79.16667%;
  }

  .xlarge-margin-collapse > .xlarge-20 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }

  .xlarge-margin-collapse > .xlarge-22 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse > .xlarge-23 {
    width: 95.83333%;
  }

  .xlarge-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}

@media screen and (min-width: 100em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 4.16667%;
  }

  .xlarge-margin-collapse > .xxlarge-2 {
    width: 8.33333%;
  }

  .xlarge-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }

  .xlarge-margin-collapse > .xxlarge-4 {
    width: 16.66667%;
  }

  .xlarge-margin-collapse > .xxlarge-5 {
    width: 20.83333%;
  }

  .xlarge-margin-collapse > .xxlarge-6 {
    width: 25%;
  }

  .xlarge-margin-collapse > .xxlarge-7 {
    width: 29.16667%;
  }

  .xlarge-margin-collapse > .xxlarge-8 {
    width: 33.33333%;
  }

  .xlarge-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }

  .xlarge-margin-collapse > .xxlarge-10 {
    width: 41.66667%;
  }

  .xlarge-margin-collapse > .xxlarge-11 {
    width: 45.83333%;
  }

  .xlarge-margin-collapse > .xxlarge-12 {
    width: 50%;
  }

  .xlarge-margin-collapse > .xxlarge-13 {
    width: 54.16667%;
  }

  .xlarge-margin-collapse > .xxlarge-14 {
    width: 58.33333%;
  }

  .xlarge-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }

  .xlarge-margin-collapse > .xxlarge-16 {
    width: 66.66667%;
  }

  .xlarge-margin-collapse > .xxlarge-17 {
    width: 70.83333%;
  }

  .xlarge-margin-collapse > .xxlarge-18 {
    width: 75%;
  }

  .xlarge-margin-collapse > .xxlarge-19 {
    width: 79.16667%;
  }

  .xlarge-margin-collapse > .xxlarge-20 {
    width: 83.33333%;
  }

  .xlarge-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }

  .xlarge-margin-collapse > .xxlarge-22 {
    width: 91.66667%;
  }

  .xlarge-margin-collapse > .xxlarge-23 {
    width: 95.83333%;
  }

  .xlarge-margin-collapse > .xxlarge-24 {
    width: 100%;
  }
}

@media screen and (min-width: 87.5em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 4.16667%;
  }

  .xxlarge-margin-collapse > .small-2 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse > .small-3 {
    width: 12.5%;
  }

  .xxlarge-margin-collapse > .small-4 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse > .small-5 {
    width: 20.83333%;
  }

  .xxlarge-margin-collapse > .small-6 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .small-7 {
    width: 29.16667%;
  }

  .xxlarge-margin-collapse > .small-8 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse > .small-9 {
    width: 37.5%;
  }

  .xxlarge-margin-collapse > .small-10 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse > .small-11 {
    width: 45.83333%;
  }

  .xxlarge-margin-collapse > .small-12 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .small-13 {
    width: 54.16667%;
  }

  .xxlarge-margin-collapse > .small-14 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse > .small-15 {
    width: 62.5%;
  }

  .xxlarge-margin-collapse > .small-16 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse > .small-17 {
    width: 70.83333%;
  }

  .xxlarge-margin-collapse > .small-18 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .small-19 {
    width: 79.16667%;
  }

  .xxlarge-margin-collapse > .small-20 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse > .small-21 {
    width: 87.5%;
  }

  .xxlarge-margin-collapse > .small-22 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse > .small-23 {
    width: 95.83333%;
  }

  .xxlarge-margin-collapse > .small-24 {
    width: 100%;
  }
}

@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 4.16667%;
  }

  .xxlarge-margin-collapse > .medium-2 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse > .medium-3 {
    width: 12.5%;
  }

  .xxlarge-margin-collapse > .medium-4 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse > .medium-5 {
    width: 20.83333%;
  }

  .xxlarge-margin-collapse > .medium-6 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .medium-7 {
    width: 29.16667%;
  }

  .xxlarge-margin-collapse > .medium-8 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse > .medium-9 {
    width: 37.5%;
  }

  .xxlarge-margin-collapse > .medium-10 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse > .medium-11 {
    width: 45.83333%;
  }

  .xxlarge-margin-collapse > .medium-12 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .medium-13 {
    width: 54.16667%;
  }

  .xxlarge-margin-collapse > .medium-14 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse > .medium-15 {
    width: 62.5%;
  }

  .xxlarge-margin-collapse > .medium-16 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse > .medium-17 {
    width: 70.83333%;
  }

  .xxlarge-margin-collapse > .medium-18 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .medium-19 {
    width: 79.16667%;
  }

  .xxlarge-margin-collapse > .medium-20 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse > .medium-21 {
    width: 87.5%;
  }

  .xxlarge-margin-collapse > .medium-22 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse > .medium-23 {
    width: 95.83333%;
  }

  .xxlarge-margin-collapse > .medium-24 {
    width: 100%;
  }
}

@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 4.16667%;
  }

  .xxlarge-margin-collapse > .large-2 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse > .large-3 {
    width: 12.5%;
  }

  .xxlarge-margin-collapse > .large-4 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse > .large-5 {
    width: 20.83333%;
  }

  .xxlarge-margin-collapse > .large-6 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .large-7 {
    width: 29.16667%;
  }

  .xxlarge-margin-collapse > .large-8 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse > .large-9 {
    width: 37.5%;
  }

  .xxlarge-margin-collapse > .large-10 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse > .large-11 {
    width: 45.83333%;
  }

  .xxlarge-margin-collapse > .large-12 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .large-13 {
    width: 54.16667%;
  }

  .xxlarge-margin-collapse > .large-14 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse > .large-15 {
    width: 62.5%;
  }

  .xxlarge-margin-collapse > .large-16 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse > .large-17 {
    width: 70.83333%;
  }

  .xxlarge-margin-collapse > .large-18 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .large-19 {
    width: 79.16667%;
  }

  .xxlarge-margin-collapse > .large-20 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse > .large-21 {
    width: 87.5%;
  }

  .xxlarge-margin-collapse > .large-22 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse > .large-23 {
    width: 95.83333%;
  }

  .xxlarge-margin-collapse > .large-24 {
    width: 100%;
  }
}

@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 4.16667%;
  }

  .xxlarge-margin-collapse > .xlarge-2 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }

  .xxlarge-margin-collapse > .xlarge-4 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse > .xlarge-5 {
    width: 20.83333%;
  }

  .xxlarge-margin-collapse > .xlarge-6 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .xlarge-7 {
    width: 29.16667%;
  }

  .xxlarge-margin-collapse > .xlarge-8 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }

  .xxlarge-margin-collapse > .xlarge-10 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse > .xlarge-11 {
    width: 45.83333%;
  }

  .xxlarge-margin-collapse > .xlarge-12 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .xlarge-13 {
    width: 54.16667%;
  }

  .xxlarge-margin-collapse > .xlarge-14 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }

  .xxlarge-margin-collapse > .xlarge-16 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse > .xlarge-17 {
    width: 70.83333%;
  }

  .xxlarge-margin-collapse > .xlarge-18 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .xlarge-19 {
    width: 79.16667%;
  }

  .xxlarge-margin-collapse > .xlarge-20 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }

  .xxlarge-margin-collapse > .xlarge-22 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse > .xlarge-23 {
    width: 95.83333%;
  }

  .xxlarge-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}

@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 4.16667%;
  }

  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 8.33333%;
  }

  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }

  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 16.66667%;
  }

  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 20.83333%;
  }

  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 25%;
  }

  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 29.16667%;
  }

  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 33.33333%;
  }

  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }

  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 41.66667%;
  }

  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 45.83333%;
  }

  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 50%;
  }

  .xxlarge-margin-collapse > .xxlarge-13 {
    width: 54.16667%;
  }

  .xxlarge-margin-collapse > .xxlarge-14 {
    width: 58.33333%;
  }

  .xxlarge-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }

  .xxlarge-margin-collapse > .xxlarge-16 {
    width: 66.66667%;
  }

  .xxlarge-margin-collapse > .xxlarge-17 {
    width: 70.83333%;
  }

  .xxlarge-margin-collapse > .xxlarge-18 {
    width: 75%;
  }

  .xxlarge-margin-collapse > .xxlarge-19 {
    width: 79.16667%;
  }

  .xxlarge-margin-collapse > .xxlarge-20 {
    width: 83.33333%;
  }

  .xxlarge-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }

  .xxlarge-margin-collapse > .xxlarge-22 {
    width: 91.66667%;
  }

  .xxlarge-margin-collapse > .xxlarge-23 {
    width: 95.83333%;
  }

  .xxlarge-margin-collapse > .xxlarge-24 {
    width: 100%;
  }
}

@media screen and (min-width: 100em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 4.16667%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(4.16667% + 0.625rem);
}

.small-offset-2 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(8.33333% + 0.625rem);
}

.small-offset-3 {
  margin-left: 12.5%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(12.5% + 0.625rem);
}

.small-offset-4 {
  margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(16.66667% + 0.625rem);
}

.small-offset-5 {
  margin-left: 20.83333%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(20.83333% + 0.625rem);
}

.small-offset-6 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-7 {
  margin-left: 29.16667%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(29.16667% + 0.625rem);
}

.small-offset-8 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-9 {
  margin-left: 37.5%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(37.5% + 0.625rem);
}

.small-offset-10 {
  margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(41.66667% + 0.625rem);
}

.small-offset-11 {
  margin-left: 45.83333%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(45.83333% + 0.625rem);
}

.small-offset-12 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-12 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-13 {
  margin-left: 54.16667%;
}

.grid-margin-x > .small-offset-13 {
  margin-left: calc(54.16667% + 0.625rem);
}

.small-offset-14 {
  margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-14 {
  margin-left: calc(58.33333% + 0.625rem);
}

.small-offset-15 {
  margin-left: 62.5%;
}

.grid-margin-x > .small-offset-15 {
  margin-left: calc(62.5% + 0.625rem);
}

.small-offset-16 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-16 {
  margin-left: calc(66.66667% + 0.625rem);
}

.small-offset-17 {
  margin-left: 70.83333%;
}

.grid-margin-x > .small-offset-17 {
  margin-left: calc(70.83333% + 0.625rem);
}

.small-offset-18 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-18 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-19 {
  margin-left: 79.16667%;
}

.grid-margin-x > .small-offset-19 {
  margin-left: calc(79.16667% + 0.625rem);
}

.small-offset-20 {
  margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-20 {
  margin-left: calc(83.33333% + 0.625rem);
}

.small-offset-21 {
  margin-left: 87.5%;
}

.grid-margin-x > .small-offset-21 {
  margin-left: calc(87.5% + 0.625rem);
}

.small-offset-22 {
  margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-22 {
  margin-left: calc(91.66667% + 0.625rem);
}

.small-offset-23 {
  margin-left: 95.83333%;
}

.grid-margin-x > .small-offset-23 {
  margin-left: calc(95.83333% + 0.625rem);
}

@media print, screen and (min-width: 47.9375em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .medium-offset-1 {
    margin-left: 4.16667%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(4.16667% + 0.9375rem);
  }

  .medium-offset-2 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .medium-offset-3 {
    margin-left: 12.5%;
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(12.5% + 0.9375rem);
  }

  .medium-offset-4 {
    margin-left: 16.66667%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .medium-offset-5 {
    margin-left: 20.83333%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(20.83333% + 0.9375rem);
  }

  .medium-offset-6 {
    margin-left: 25%;
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(25% + 0.9375rem);
  }

  .medium-offset-7 {
    margin-left: 29.16667%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(29.16667% + 0.9375rem);
  }

  .medium-offset-8 {
    margin-left: 33.33333%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .medium-offset-9 {
    margin-left: 37.5%;
  }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(37.5% + 0.9375rem);
  }

  .medium-offset-10 {
    margin-left: 41.66667%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .medium-offset-11 {
    margin-left: 45.83333%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(45.83333% + 0.9375rem);
  }

  .medium-offset-12 {
    margin-left: 50%;
  }

  .grid-margin-x > .medium-offset-12 {
    margin-left: calc(50% + 0.9375rem);
  }

  .medium-offset-13 {
    margin-left: 54.16667%;
  }

  .grid-margin-x > .medium-offset-13 {
    margin-left: calc(54.16667% + 0.9375rem);
  }

  .medium-offset-14 {
    margin-left: 58.33333%;
  }

  .grid-margin-x > .medium-offset-14 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .medium-offset-15 {
    margin-left: 62.5%;
  }

  .grid-margin-x > .medium-offset-15 {
    margin-left: calc(62.5% + 0.9375rem);
  }

  .medium-offset-16 {
    margin-left: 66.66667%;
  }

  .grid-margin-x > .medium-offset-16 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .medium-offset-17 {
    margin-left: 70.83333%;
  }

  .grid-margin-x > .medium-offset-17 {
    margin-left: calc(70.83333% + 0.9375rem);
  }

  .medium-offset-18 {
    margin-left: 75%;
  }

  .grid-margin-x > .medium-offset-18 {
    margin-left: calc(75% + 0.9375rem);
  }

  .medium-offset-19 {
    margin-left: 79.16667%;
  }

  .grid-margin-x > .medium-offset-19 {
    margin-left: calc(79.16667% + 0.9375rem);
  }

  .medium-offset-20 {
    margin-left: 83.33333%;
  }

  .grid-margin-x > .medium-offset-20 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .medium-offset-21 {
    margin-left: 87.5%;
  }

  .grid-margin-x > .medium-offset-21 {
    margin-left: calc(87.5% + 0.9375rem);
  }

  .medium-offset-22 {
    margin-left: 91.66667%;
  }

  .grid-margin-x > .medium-offset-22 {
    margin-left: calc(91.66667% + 0.9375rem);
  }

  .medium-offset-23 {
    margin-left: 95.83333%;
  }

  .grid-margin-x > .medium-offset-23 {
    margin-left: calc(95.83333% + 0.9375rem);
  }
}

@media print, screen and (min-width: 68.75em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .large-offset-1 {
    margin-left: 4.16667%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(4.16667% + 0.9375rem);
  }

  .large-offset-2 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .large-offset-3 {
    margin-left: 12.5%;
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(12.5% + 0.9375rem);
  }

  .large-offset-4 {
    margin-left: 16.66667%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .large-offset-5 {
    margin-left: 20.83333%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(20.83333% + 0.9375rem);
  }

  .large-offset-6 {
    margin-left: 25%;
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(25% + 0.9375rem);
  }

  .large-offset-7 {
    margin-left: 29.16667%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(29.16667% + 0.9375rem);
  }

  .large-offset-8 {
    margin-left: 33.33333%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .large-offset-9 {
    margin-left: 37.5%;
  }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(37.5% + 0.9375rem);
  }

  .large-offset-10 {
    margin-left: 41.66667%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .large-offset-11 {
    margin-left: 45.83333%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(45.83333% + 0.9375rem);
  }

  .large-offset-12 {
    margin-left: 50%;
  }

  .grid-margin-x > .large-offset-12 {
    margin-left: calc(50% + 0.9375rem);
  }

  .large-offset-13 {
    margin-left: 54.16667%;
  }

  .grid-margin-x > .large-offset-13 {
    margin-left: calc(54.16667% + 0.9375rem);
  }

  .large-offset-14 {
    margin-left: 58.33333%;
  }

  .grid-margin-x > .large-offset-14 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .large-offset-15 {
    margin-left: 62.5%;
  }

  .grid-margin-x > .large-offset-15 {
    margin-left: calc(62.5% + 0.9375rem);
  }

  .large-offset-16 {
    margin-left: 66.66667%;
  }

  .grid-margin-x > .large-offset-16 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .large-offset-17 {
    margin-left: 70.83333%;
  }

  .grid-margin-x > .large-offset-17 {
    margin-left: calc(70.83333% + 0.9375rem);
  }

  .large-offset-18 {
    margin-left: 75%;
  }

  .grid-margin-x > .large-offset-18 {
    margin-left: calc(75% + 0.9375rem);
  }

  .large-offset-19 {
    margin-left: 79.16667%;
  }

  .grid-margin-x > .large-offset-19 {
    margin-left: calc(79.16667% + 0.9375rem);
  }

  .large-offset-20 {
    margin-left: 83.33333%;
  }

  .grid-margin-x > .large-offset-20 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .large-offset-21 {
    margin-left: 87.5%;
  }

  .grid-margin-x > .large-offset-21 {
    margin-left: calc(87.5% + 0.9375rem);
  }

  .large-offset-22 {
    margin-left: 91.66667%;
  }

  .grid-margin-x > .large-offset-22 {
    margin-left: calc(91.66667% + 0.9375rem);
  }

  .large-offset-23 {
    margin-left: 95.83333%;
  }

  .grid-margin-x > .large-offset-23 {
    margin-left: calc(95.83333% + 0.9375rem);
  }
}

@media screen and (min-width: 87.5em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .xlarge-offset-1 {
    margin-left: 4.16667%;
  }

  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(4.16667% + 0.9375rem);
  }

  .xlarge-offset-2 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .xlarge-offset-3 {
    margin-left: 12.5%;
  }

  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(12.5% + 0.9375rem);
  }

  .xlarge-offset-4 {
    margin-left: 16.66667%;
  }

  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .xlarge-offset-5 {
    margin-left: 20.83333%;
  }

  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(20.83333% + 0.9375rem);
  }

  .xlarge-offset-6 {
    margin-left: 25%;
  }

  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(25% + 0.9375rem);
  }

  .xlarge-offset-7 {
    margin-left: 29.16667%;
  }

  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(29.16667% + 0.9375rem);
  }

  .xlarge-offset-8 {
    margin-left: 33.33333%;
  }

  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .xlarge-offset-9 {
    margin-left: 37.5%;
  }

  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(37.5% + 0.9375rem);
  }

  .xlarge-offset-10 {
    margin-left: 41.66667%;
  }

  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .xlarge-offset-11 {
    margin-left: 45.83333%;
  }

  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(45.83333% + 0.9375rem);
  }

  .xlarge-offset-12 {
    margin-left: 50%;
  }

  .grid-margin-x > .xlarge-offset-12 {
    margin-left: calc(50% + 0.9375rem);
  }

  .xlarge-offset-13 {
    margin-left: 54.16667%;
  }

  .grid-margin-x > .xlarge-offset-13 {
    margin-left: calc(54.16667% + 0.9375rem);
  }

  .xlarge-offset-14 {
    margin-left: 58.33333%;
  }

  .grid-margin-x > .xlarge-offset-14 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .xlarge-offset-15 {
    margin-left: 62.5%;
  }

  .grid-margin-x > .xlarge-offset-15 {
    margin-left: calc(62.5% + 0.9375rem);
  }

  .xlarge-offset-16 {
    margin-left: 66.66667%;
  }

  .grid-margin-x > .xlarge-offset-16 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .xlarge-offset-17 {
    margin-left: 70.83333%;
  }

  .grid-margin-x > .xlarge-offset-17 {
    margin-left: calc(70.83333% + 0.9375rem);
  }

  .xlarge-offset-18 {
    margin-left: 75%;
  }

  .grid-margin-x > .xlarge-offset-18 {
    margin-left: calc(75% + 0.9375rem);
  }

  .xlarge-offset-19 {
    margin-left: 79.16667%;
  }

  .grid-margin-x > .xlarge-offset-19 {
    margin-left: calc(79.16667% + 0.9375rem);
  }

  .xlarge-offset-20 {
    margin-left: 83.33333%;
  }

  .grid-margin-x > .xlarge-offset-20 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .xlarge-offset-21 {
    margin-left: 87.5%;
  }

  .grid-margin-x > .xlarge-offset-21 {
    margin-left: calc(87.5% + 0.9375rem);
  }

  .xlarge-offset-22 {
    margin-left: 91.66667%;
  }

  .grid-margin-x > .xlarge-offset-22 {
    margin-left: calc(91.66667% + 0.9375rem);
  }

  .xlarge-offset-23 {
    margin-left: 95.83333%;
  }

  .grid-margin-x > .xlarge-offset-23 {
    margin-left: calc(95.83333% + 0.9375rem);
  }
}

@media screen and (min-width: 100em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .xxlarge-offset-1 {
    margin-left: 4.16667%;
  }

  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(4.16667% + 0.9375rem);
  }

  .xxlarge-offset-2 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .xxlarge-offset-3 {
    margin-left: 12.5%;
  }

  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(12.5% + 0.9375rem);
  }

  .xxlarge-offset-4 {
    margin-left: 16.66667%;
  }

  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .xxlarge-offset-5 {
    margin-left: 20.83333%;
  }

  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(20.83333% + 0.9375rem);
  }

  .xxlarge-offset-6 {
    margin-left: 25%;
  }

  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(25% + 0.9375rem);
  }

  .xxlarge-offset-7 {
    margin-left: 29.16667%;
  }

  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(29.16667% + 0.9375rem);
  }

  .xxlarge-offset-8 {
    margin-left: 33.33333%;
  }

  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .xxlarge-offset-9 {
    margin-left: 37.5%;
  }

  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(37.5% + 0.9375rem);
  }

  .xxlarge-offset-10 {
    margin-left: 41.66667%;
  }

  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .xxlarge-offset-11 {
    margin-left: 45.83333%;
  }

  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(45.83333% + 0.9375rem);
  }

  .xxlarge-offset-12 {
    margin-left: 50%;
  }

  .grid-margin-x > .xxlarge-offset-12 {
    margin-left: calc(50% + 0.9375rem);
  }

  .xxlarge-offset-13 {
    margin-left: 54.16667%;
  }

  .grid-margin-x > .xxlarge-offset-13 {
    margin-left: calc(54.16667% + 0.9375rem);
  }

  .xxlarge-offset-14 {
    margin-left: 58.33333%;
  }

  .grid-margin-x > .xxlarge-offset-14 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .xxlarge-offset-15 {
    margin-left: 62.5%;
  }

  .grid-margin-x > .xxlarge-offset-15 {
    margin-left: calc(62.5% + 0.9375rem);
  }

  .xxlarge-offset-16 {
    margin-left: 66.66667%;
  }

  .grid-margin-x > .xxlarge-offset-16 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .xxlarge-offset-17 {
    margin-left: 70.83333%;
  }

  .grid-margin-x > .xxlarge-offset-17 {
    margin-left: calc(70.83333% + 0.9375rem);
  }

  .xxlarge-offset-18 {
    margin-left: 75%;
  }

  .grid-margin-x > .xxlarge-offset-18 {
    margin-left: calc(75% + 0.9375rem);
  }

  .xxlarge-offset-19 {
    margin-left: 79.16667%;
  }

  .grid-margin-x > .xxlarge-offset-19 {
    margin-left: calc(79.16667% + 0.9375rem);
  }

  .xxlarge-offset-20 {
    margin-left: 83.33333%;
  }

  .grid-margin-x > .xxlarge-offset-20 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .xxlarge-offset-21 {
    margin-left: 87.5%;
  }

  .grid-margin-x > .xxlarge-offset-21 {
    margin-left: calc(87.5% + 0.9375rem);
  }

  .xxlarge-offset-22 {
    margin-left: 91.66667%;
  }

  .grid-margin-x > .xxlarge-offset-22 {
    margin-left: calc(91.66667% + 0.9375rem);
  }

  .xxlarge-offset-23 {
    margin-left: 95.83333%;
  }

  .grid-margin-x > .xxlarge-offset-23 {
    margin-left: calc(95.83333% + 0.9375rem);
  }
}

.grid-y {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-13, .grid-y > .small-14, .grid-y > .small-15, .grid-y > .small-16, .grid-y > .small-17, .grid-y > .small-18, .grid-y > .small-19, .grid-y > .small-20, .grid-y > .small-21, .grid-y > .small-22, .grid-y > .small-23, .grid-y > .small-24 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 47.9375em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-13, .grid-y > .medium-14, .grid-y > .medium-15, .grid-y > .medium-16, .grid-y > .medium-17, .grid-y > .medium-18, .grid-y > .medium-19, .grid-y > .medium-20, .grid-y > .medium-21, .grid-y > .medium-22, .grid-y > .medium-23, .grid-y > .medium-24 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 68.75em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-13, .grid-y > .large-14, .grid-y > .large-15, .grid-y > .large-16, .grid-y > .large-17, .grid-y > .large-18, .grid-y > .large-19, .grid-y > .large-20, .grid-y > .large-21, .grid-y > .large-22, .grid-y > .large-23, .grid-y > .large-24 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (min-width: 87.5em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12, .grid-y > .xlarge-13, .grid-y > .xlarge-14, .grid-y > .xlarge-15, .grid-y > .xlarge-16, .grid-y > .xlarge-17, .grid-y > .xlarge-18, .grid-y > .xlarge-19, .grid-y > .xlarge-20, .grid-y > .xlarge-21, .grid-y > .xlarge-22, .grid-y > .xlarge-23, .grid-y > .xlarge-24 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (min-width: 100em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12, .grid-y > .xxlarge-13, .grid-y > .xxlarge-14, .grid-y > .xxlarge-15, .grid-y > .xxlarge-16, .grid-y > .xxlarge-17, .grid-y > .xxlarge-18, .grid-y > .xxlarge-19, .grid-y > .xxlarge-20, .grid-y > .xxlarge-21, .grid-y > .xxlarge-22, .grid-y > .xxlarge-23, .grid-y > .xxlarge-24 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.grid-y > .small-1 {
  height: 4.16667%;
}

.grid-y > .small-2 {
  height: 8.33333%;
}

.grid-y > .small-3 {
  height: 12.5%;
}

.grid-y > .small-4 {
  height: 16.66667%;
}

.grid-y > .small-5 {
  height: 20.83333%;
}

.grid-y > .small-6 {
  height: 25%;
}

.grid-y > .small-7 {
  height: 29.16667%;
}

.grid-y > .small-8 {
  height: 33.33333%;
}

.grid-y > .small-9 {
  height: 37.5%;
}

.grid-y > .small-10 {
  height: 41.66667%;
}

.grid-y > .small-11 {
  height: 45.83333%;
}

.grid-y > .small-12 {
  height: 50%;
}

.grid-y > .small-13 {
  height: 54.16667%;
}

.grid-y > .small-14 {
  height: 58.33333%;
}

.grid-y > .small-15 {
  height: 62.5%;
}

.grid-y > .small-16 {
  height: 66.66667%;
}

.grid-y > .small-17 {
  height: 70.83333%;
}

.grid-y > .small-18 {
  height: 75%;
}

.grid-y > .small-19 {
  height: 79.16667%;
}

.grid-y > .small-20 {
  height: 83.33333%;
}

.grid-y > .small-21 {
  height: 87.5%;
}

.grid-y > .small-22 {
  height: 91.66667%;
}

.grid-y > .small-23 {
  height: 95.83333%;
}

.grid-y > .small-24 {
  height: 100%;
}

@media print, screen and (min-width: 47.9375em) {
  .grid-y > .medium-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .medium-shrink {
    height: auto;
  }

  .grid-y > .medium-1 {
    height: 4.16667%;
  }

  .grid-y > .medium-2 {
    height: 8.33333%;
  }

  .grid-y > .medium-3 {
    height: 12.5%;
  }

  .grid-y > .medium-4 {
    height: 16.66667%;
  }

  .grid-y > .medium-5 {
    height: 20.83333%;
  }

  .grid-y > .medium-6 {
    height: 25%;
  }

  .grid-y > .medium-7 {
    height: 29.16667%;
  }

  .grid-y > .medium-8 {
    height: 33.33333%;
  }

  .grid-y > .medium-9 {
    height: 37.5%;
  }

  .grid-y > .medium-10 {
    height: 41.66667%;
  }

  .grid-y > .medium-11 {
    height: 45.83333%;
  }

  .grid-y > .medium-12 {
    height: 50%;
  }

  .grid-y > .medium-13 {
    height: 54.16667%;
  }

  .grid-y > .medium-14 {
    height: 58.33333%;
  }

  .grid-y > .medium-15 {
    height: 62.5%;
  }

  .grid-y > .medium-16 {
    height: 66.66667%;
  }

  .grid-y > .medium-17 {
    height: 70.83333%;
  }

  .grid-y > .medium-18 {
    height: 75%;
  }

  .grid-y > .medium-19 {
    height: 79.16667%;
  }

  .grid-y > .medium-20 {
    height: 83.33333%;
  }

  .grid-y > .medium-21 {
    height: 87.5%;
  }

  .grid-y > .medium-22 {
    height: 91.66667%;
  }

  .grid-y > .medium-23 {
    height: 95.83333%;
  }

  .grid-y > .medium-24 {
    height: 100%;
  }
}

@media print, screen and (min-width: 68.75em) {
  .grid-y > .large-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .large-shrink {
    height: auto;
  }

  .grid-y > .large-1 {
    height: 4.16667%;
  }

  .grid-y > .large-2 {
    height: 8.33333%;
  }

  .grid-y > .large-3 {
    height: 12.5%;
  }

  .grid-y > .large-4 {
    height: 16.66667%;
  }

  .grid-y > .large-5 {
    height: 20.83333%;
  }

  .grid-y > .large-6 {
    height: 25%;
  }

  .grid-y > .large-7 {
    height: 29.16667%;
  }

  .grid-y > .large-8 {
    height: 33.33333%;
  }

  .grid-y > .large-9 {
    height: 37.5%;
  }

  .grid-y > .large-10 {
    height: 41.66667%;
  }

  .grid-y > .large-11 {
    height: 45.83333%;
  }

  .grid-y > .large-12 {
    height: 50%;
  }

  .grid-y > .large-13 {
    height: 54.16667%;
  }

  .grid-y > .large-14 {
    height: 58.33333%;
  }

  .grid-y > .large-15 {
    height: 62.5%;
  }

  .grid-y > .large-16 {
    height: 66.66667%;
  }

  .grid-y > .large-17 {
    height: 70.83333%;
  }

  .grid-y > .large-18 {
    height: 75%;
  }

  .grid-y > .large-19 {
    height: 79.16667%;
  }

  .grid-y > .large-20 {
    height: 83.33333%;
  }

  .grid-y > .large-21 {
    height: 87.5%;
  }

  .grid-y > .large-22 {
    height: 91.66667%;
  }

  .grid-y > .large-23 {
    height: 95.83333%;
  }

  .grid-y > .large-24 {
    height: 100%;
  }
}

@media screen and (min-width: 87.5em) {
  .grid-y > .xlarge-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .xlarge-shrink {
    height: auto;
  }

  .grid-y > .xlarge-1 {
    height: 4.16667%;
  }

  .grid-y > .xlarge-2 {
    height: 8.33333%;
  }

  .grid-y > .xlarge-3 {
    height: 12.5%;
  }

  .grid-y > .xlarge-4 {
    height: 16.66667%;
  }

  .grid-y > .xlarge-5 {
    height: 20.83333%;
  }

  .grid-y > .xlarge-6 {
    height: 25%;
  }

  .grid-y > .xlarge-7 {
    height: 29.16667%;
  }

  .grid-y > .xlarge-8 {
    height: 33.33333%;
  }

  .grid-y > .xlarge-9 {
    height: 37.5%;
  }

  .grid-y > .xlarge-10 {
    height: 41.66667%;
  }

  .grid-y > .xlarge-11 {
    height: 45.83333%;
  }

  .grid-y > .xlarge-12 {
    height: 50%;
  }

  .grid-y > .xlarge-13 {
    height: 54.16667%;
  }

  .grid-y > .xlarge-14 {
    height: 58.33333%;
  }

  .grid-y > .xlarge-15 {
    height: 62.5%;
  }

  .grid-y > .xlarge-16 {
    height: 66.66667%;
  }

  .grid-y > .xlarge-17 {
    height: 70.83333%;
  }

  .grid-y > .xlarge-18 {
    height: 75%;
  }

  .grid-y > .xlarge-19 {
    height: 79.16667%;
  }

  .grid-y > .xlarge-20 {
    height: 83.33333%;
  }

  .grid-y > .xlarge-21 {
    height: 87.5%;
  }

  .grid-y > .xlarge-22 {
    height: 91.66667%;
  }

  .grid-y > .xlarge-23 {
    height: 95.83333%;
  }

  .grid-y > .xlarge-24 {
    height: 100%;
  }
}

@media screen and (min-width: 100em) {
  .grid-y > .xxlarge-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .xxlarge-shrink {
    height: auto;
  }

  .grid-y > .xxlarge-1 {
    height: 4.16667%;
  }

  .grid-y > .xxlarge-2 {
    height: 8.33333%;
  }

  .grid-y > .xxlarge-3 {
    height: 12.5%;
  }

  .grid-y > .xxlarge-4 {
    height: 16.66667%;
  }

  .grid-y > .xxlarge-5 {
    height: 20.83333%;
  }

  .grid-y > .xxlarge-6 {
    height: 25%;
  }

  .grid-y > .xxlarge-7 {
    height: 29.16667%;
  }

  .grid-y > .xxlarge-8 {
    height: 33.33333%;
  }

  .grid-y > .xxlarge-9 {
    height: 37.5%;
  }

  .grid-y > .xxlarge-10 {
    height: 41.66667%;
  }

  .grid-y > .xxlarge-11 {
    height: 45.83333%;
  }

  .grid-y > .xxlarge-12 {
    height: 50%;
  }

  .grid-y > .xxlarge-13 {
    height: 54.16667%;
  }

  .grid-y > .xxlarge-14 {
    height: 58.33333%;
  }

  .grid-y > .xxlarge-15 {
    height: 62.5%;
  }

  .grid-y > .xxlarge-16 {
    height: 66.66667%;
  }

  .grid-y > .xxlarge-17 {
    height: 70.83333%;
  }

  .grid-y > .xxlarge-18 {
    height: 75%;
  }

  .grid-y > .xxlarge-19 {
    height: 79.16667%;
  }

  .grid-y > .xxlarge-20 {
    height: 83.33333%;
  }

  .grid-y > .xxlarge-21 {
    height: 87.5%;
  }

  .grid-y > .xxlarge-22 {
    height: 91.66667%;
  }

  .grid-y > .xxlarge-23 {
    height: 95.83333%;
  }

  .grid-y > .xxlarge-24 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 47.9375em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 47.9375em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 47.9375em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 47.9375em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(4.16667% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(12.5% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(20.83333% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(29.16667% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(37.5% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(45.83333% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-13 {
  height: calc(54.16667% - 1.25rem);
}

.grid-margin-y > .small-14 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-15 {
  height: calc(62.5% - 1.25rem);
}

.grid-margin-y > .small-16 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-17 {
  height: calc(70.83333% - 1.25rem);
}

.grid-margin-y > .small-18 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-19 {
  height: calc(79.16667% - 1.25rem);
}

.grid-margin-y > .small-20 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-21 {
  height: calc(87.5% - 1.25rem);
}

.grid-margin-y > .small-22 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-23 {
  height: calc(95.83333% - 1.25rem);
}

.grid-margin-y > .small-24 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 47.9375em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(4.16667% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(20.83333% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(29.16667% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(45.83333% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-13 {
    height: calc(54.16667% - 1.875rem);
  }

  .grid-margin-y > .small-14 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.875rem);
  }

  .grid-margin-y > .small-16 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .small-17 {
    height: calc(70.83333% - 1.875rem);
  }

  .grid-margin-y > .small-18 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-19 {
    height: calc(79.16667% - 1.875rem);
  }

  .grid-margin-y > .small-20 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.875rem);
  }

  .grid-margin-y > .small-22 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .small-23 {
    height: calc(95.83333% - 1.875rem);
  }

  .grid-margin-y > .small-24 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(4.16667% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(20.83333% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(29.16667% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(45.83333% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-13 {
    height: calc(54.16667% - 1.875rem);
  }

  .grid-margin-y > .medium-14 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 1.875rem);
  }

  .grid-margin-y > .medium-16 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-17 {
    height: calc(70.83333% - 1.875rem);
  }

  .grid-margin-y > .medium-18 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-19 {
    height: calc(79.16667% - 1.875rem);
  }

  .grid-margin-y > .medium-20 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 1.875rem);
  }

  .grid-margin-y > .medium-22 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-23 {
    height: calc(95.83333% - 1.875rem);
  }

  .grid-margin-y > .medium-24 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 68.75em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(4.16667% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(12.5% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(20.83333% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(29.16667% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(37.5% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(45.83333% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-13 {
    height: calc(54.16667% - 1.875rem);
  }

  .grid-margin-y > .large-14 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .large-15 {
    height: calc(62.5% - 1.875rem);
  }

  .grid-margin-y > .large-16 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .large-17 {
    height: calc(70.83333% - 1.875rem);
  }

  .grid-margin-y > .large-18 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-19 {
    height: calc(79.16667% - 1.875rem);
  }

  .grid-margin-y > .large-20 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .large-21 {
    height: calc(87.5% - 1.875rem);
  }

  .grid-margin-y > .large-22 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .large-23 {
    height: calc(95.83333% - 1.875rem);
  }

  .grid-margin-y > .large-24 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 87.5em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }

  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xlarge-1 {
    height: calc(4.16667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-2 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-3 {
    height: calc(12.5% - 1.875rem);
  }

  .grid-margin-y > .xlarge-4 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-5 {
    height: calc(20.83333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-6 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .xlarge-7 {
    height: calc(29.16667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-8 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-9 {
    height: calc(37.5% - 1.875rem);
  }

  .grid-margin-y > .xlarge-10 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-11 {
    height: calc(45.83333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-12 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .xlarge-13 {
    height: calc(54.16667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-14 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-15 {
    height: calc(62.5% - 1.875rem);
  }

  .grid-margin-y > .xlarge-16 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-17 {
    height: calc(70.83333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-18 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .xlarge-19 {
    height: calc(79.16667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-20 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-21 {
    height: calc(87.5% - 1.875rem);
  }

  .grid-margin-y > .xlarge-22 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-23 {
    height: calc(95.83333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-24 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 100em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }

  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xxlarge-1 {
    height: calc(4.16667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-2 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-3 {
    height: calc(12.5% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-4 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-5 {
    height: calc(20.83333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-6 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-7 {
    height: calc(29.16667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-8 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-9 {
    height: calc(37.5% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-10 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-11 {
    height: calc(45.83333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-12 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-13 {
    height: calc(54.16667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-14 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-15 {
    height: calc(62.5% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-16 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-17 {
    height: calc(70.83333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-18 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-19 {
    height: calc(79.16667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-20 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-21 {
    height: calc(87.5% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-22 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-23 {
    height: calc(95.83333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-24 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 47.9375em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 68.75em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 87.5em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .xlarge-grid-frame {
    width: 100%;
  }

  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .xlarge-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 100em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }

  .cell .xxlarge-grid-frame {
    width: 100%;
  }

  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .xxlarge-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }

  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 47.9375em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 68.75em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 87.5em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 100em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 47.9375em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 68.75em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 87.5em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 100em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 47.9375em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 47.9375em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(4.16667% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(12.5% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(20.83333% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(29.16667% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(37.5% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(45.83333% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-13 {
  height: calc(54.16667% - 1.25rem);
}

.grid-margin-y > .small-14 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-15 {
  height: calc(62.5% - 1.25rem);
}

.grid-margin-y > .small-16 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-17 {
  height: calc(70.83333% - 1.25rem);
}

.grid-margin-y > .small-18 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-19 {
  height: calc(79.16667% - 1.25rem);
}

.grid-margin-y > .small-20 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-21 {
  height: calc(87.5% - 1.25rem);
}

.grid-margin-y > .small-22 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-23 {
  height: calc(95.83333% - 1.25rem);
}

.grid-margin-y > .small-24 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 47.9375em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(4.16667% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(20.83333% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(29.16667% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(45.83333% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-13 {
    height: calc(54.16667% - 1.875rem);
  }

  .grid-margin-y > .small-14 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.875rem);
  }

  .grid-margin-y > .small-16 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .small-17 {
    height: calc(70.83333% - 1.875rem);
  }

  .grid-margin-y > .small-18 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-19 {
    height: calc(79.16667% - 1.875rem);
  }

  .grid-margin-y > .small-20 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.875rem);
  }

  .grid-margin-y > .small-22 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .small-23 {
    height: calc(95.83333% - 1.875rem);
  }

  .grid-margin-y > .small-24 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(4.16667% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(20.83333% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(29.16667% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(45.83333% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-13 {
    height: calc(54.16667% - 1.875rem);
  }

  .grid-margin-y > .medium-14 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 1.875rem);
  }

  .grid-margin-y > .medium-16 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-17 {
    height: calc(70.83333% - 1.875rem);
  }

  .grid-margin-y > .medium-18 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-19 {
    height: calc(79.16667% - 1.875rem);
  }

  .grid-margin-y > .medium-20 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 1.875rem);
  }

  .grid-margin-y > .medium-22 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-23 {
    height: calc(95.83333% - 1.875rem);
  }

  .grid-margin-y > .medium-24 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 68.75em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(4.16667% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(12.5% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(20.83333% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(29.16667% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(37.5% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(45.83333% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-13 {
    height: calc(54.16667% - 1.875rem);
  }

  .grid-margin-y > .large-14 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .large-15 {
    height: calc(62.5% - 1.875rem);
  }

  .grid-margin-y > .large-16 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .large-17 {
    height: calc(70.83333% - 1.875rem);
  }

  .grid-margin-y > .large-18 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-19 {
    height: calc(79.16667% - 1.875rem);
  }

  .grid-margin-y > .large-20 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .large-21 {
    height: calc(87.5% - 1.875rem);
  }

  .grid-margin-y > .large-22 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .large-23 {
    height: calc(95.83333% - 1.875rem);
  }

  .grid-margin-y > .large-24 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 87.5em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }

  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xlarge-1 {
    height: calc(4.16667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-2 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-3 {
    height: calc(12.5% - 1.875rem);
  }

  .grid-margin-y > .xlarge-4 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-5 {
    height: calc(20.83333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-6 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .xlarge-7 {
    height: calc(29.16667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-8 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-9 {
    height: calc(37.5% - 1.875rem);
  }

  .grid-margin-y > .xlarge-10 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-11 {
    height: calc(45.83333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-12 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .xlarge-13 {
    height: calc(54.16667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-14 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-15 {
    height: calc(62.5% - 1.875rem);
  }

  .grid-margin-y > .xlarge-16 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-17 {
    height: calc(70.83333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-18 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .xlarge-19 {
    height: calc(79.16667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-20 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-21 {
    height: calc(87.5% - 1.875rem);
  }

  .grid-margin-y > .xlarge-22 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .xlarge-23 {
    height: calc(95.83333% - 1.875rem);
  }

  .grid-margin-y > .xlarge-24 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 100em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }

  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }

  .grid-margin-y > .xxlarge-1 {
    height: calc(4.16667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-2 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-3 {
    height: calc(12.5% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-4 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-5 {
    height: calc(20.83333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-6 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-7 {
    height: calc(29.16667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-8 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-9 {
    height: calc(37.5% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-10 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-11 {
    height: calc(45.83333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-12 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-13 {
    height: calc(54.16667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-14 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-15 {
    height: calc(62.5% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-16 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-17 {
    height: calc(70.83333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-18 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-19 {
    height: calc(79.16667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-20 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-21 {
    height: calc(87.5% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-22 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-23 {
    height: calc(95.83333% - 1.875rem);
  }

  .grid-margin-y > .xxlarge-24 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 47.9375em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 68.75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 87.5em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 100em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 47.9375em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 68.75em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 87.5em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 100em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "BlairMdITC TT", serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 47.9375em) {
  h1, .h1 {
    font-size: 3rem;
  }

  h2, .h2 {
    font-size: 2.5rem;
  }

  h3, .h3 {
    font-size: 1.9375rem;
  }

  h4, .h4 {
    font-size: 1.5625rem;
  }

  h5, .h5 {
    font-size: 1.25rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #424141;
  text-decoration: none;
  transition: .4s;
  cursor: pointer;
}

a:hover, a:focus {
  color: #6C6A69;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #424141;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #424141;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #424141;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 47.9375em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 68.75em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 87.5em) {
  .xlarge-text-left {
    text-align: left;
  }

  .xlarge-text-right {
    text-align: right;
  }

  .xlarge-text-center {
    text-align: center;
  }

  .xlarge-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 100em) {
  .xxlarge-text-left {
    text-align: left;
  }

  .xxlarge-text-right {
    text-align: right;
  }

  .xxlarge-text-center {
    text-align: center;
  }

  .xxlarge-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }


  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fffbf0;
  box-shadow: inset 0 1px 2px rgba(66, 65, 65, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #424141;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fffbf0;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #424141;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #424141;
}

input::placeholder,
textarea::placeholder {
  color: #424141;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
  [type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #424141;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #424141;
}

.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #424141;
  text-align: center;
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
  height: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fffbf0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #424141;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fffbf0;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #fae9de;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #424141;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
  .flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #cc8034;
  color: #fffbf0;
}

.label.primary {
  background: #cc8034;
  color: #424141;
}

.label.secondary {
  background: #767676;
  color: #fffbf0;
}

.label.success {
  background: #3adb76;
  color: #424141;
}

.label.warning {
  background: #ffae00;
  color: #424141;
}

.label.alert {
  background: #cc4b37;
  color: #fffbf0;
}

.media-object {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 47.875em) {
  .media-object.stack-for-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 47.875em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.main-section {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(66, 65, 65, 0.5);
  color: #fffbf0;
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fffbf0;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(66, 65, 65, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(66, 65, 65, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fffbf0;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 47.9375em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 47.9375em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 47.9375em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 47.9375em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 47.9375em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 47.875em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 47.875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 47.9375em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 47.9375em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 47.9375em) and (max-width: 68.6875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.875em), screen and (min-width: 68.75em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 68.75em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 68.6875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 68.75em) and (max-width: 87.4375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 68.6875em), screen and (min-width: 87.5em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 87.5em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 87.4375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 87.5em) and (max-width: 99.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 87.4375em), screen and (min-width: 100em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 100em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 99.9375em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 100em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 99.9375em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
    .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
    .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
    .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
    .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.align-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.align-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.align-center-middle {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 47.9375em) {
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

@media print, screen and (min-width: 68.75em) {
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

@media screen and (min-width: 87.5em) {
  .xlarge-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .xlarge-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .xlarge-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .xlarge-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .xlarge-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .xlarge-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

@media screen and (min-width: 100em) {
  .xxlarge-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .xxlarge-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .xxlarge-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .xxlarge-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .xxlarge-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .xxlarge-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 47.9375em) {
  .medium-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .medium-flex-child-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 68.75em) {
  .large-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .large-flex-child-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 87.5em) {
  .xlarge-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .xlarge-flex-child-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .xlarge-flex-child-grow {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .xlarge-flex-child-shrink {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .xlarge-flex-dir-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .xlarge-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .xlarge-flex-dir-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .xlarge-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 100em) {
  .xxlarge-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .xxlarge-flex-child-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .xxlarge-flex-child-grow {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .xxlarge-flex-child-shrink {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .xxlarge-flex-dir-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .xxlarge-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .xxlarge-flex-dir-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .xxlarge-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }

  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }

  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }

  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }

  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}

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

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

.fa-ul > li {
  position: relative;
}

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

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

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

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

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

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

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

.fa-stop-circle:before {
  content: "";
}

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

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

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

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

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

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

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

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

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

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
    /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@-webkit-keyframes arrowslide {
  0% {
    margin-top: 0;
    opacity: .4;
  }

  50% {
    margin-top: .5rem;
    opacity: .8;
  }

  100% {
    margin-top: 0;
    opacity: .4;
  }
}

@keyframes arrowslide {
  0% {
    margin-top: 0;
    opacity: .4;
  }

  50% {
    margin-top: .5rem;
    opacity: .8;
  }

  100% {
    margin-top: 0;
    opacity: .4;
  }
}

@font-face {
  font-family: 'Goudy Old Style';
  src: url("../fonts/GoudyOldStyleT-Regular.eot");
  src: url("../fonts/GoudyOldStyleT-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GoudyOldStyleT-Regular.woff2") format("woff2"), url("../fonts/GoudyOldStyleT-Regular.woff") format("woff"), url("../fonts/GoudyOldStyleT-Regular.ttf") format("truetype"), url("../fonts/GoudyOldStyleT-Regular.svg#GoudyOldStyleT-Regular") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'BlairMdITC TT';
  src: url("../fonts/BlairMdITCTTMedium.eot");
  src: url("../fonts/BlairMdITCTTMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/BlairMdITCTTMedium.woff2") format("woff2"), url("../fonts/BlairMdITCTTMedium.woff") format("woff"), url("../fonts/BlairMdITCTTMedium.ttf") format("truetype"), url("../fonts/BlairMdITCTTMedium.svg#BlairMdITCTTMedium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Monotype Modern Std';
  src: url("../fonts/ModernMTStd-Condensed.eot");
  src: url("../fonts/ModernMTStd-Condensed.eot?#iefix") format("embedded-opentype"), url("../fonts/ModernMTStd-Condensed.woff2") format("woff2"), url("../fonts/ModernMTStd-Condensed.woff") format("woff"), url("../fonts/ModernMTStd-Condensed.ttf") format("truetype"), url("../fonts/ModernMTStd-Condensed.svg#ModernMTStd-Condensed") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (max-width: 47.875em) {
  body {
    padding-top: 60px;
  }
}

@media screen and (max-width: 47.875em) {
  html {
    font-size: 90%;
  }
}

.u-lf-icon-float {
  position: absolute;
  top: 0;
  left: 0;
}

.u-category-title {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  text-transform: uppercase;
}

@media screen and (max-width: 47.875em) {
  .u-category-title {
    font-size: 8px;
  }
}

.u-category-title--small {
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
}

.u-large-page-heading {
  font-family: "Monotype Modern Std", serif;
  line-height: .75;
  font-size: 50px;
}

.u-no-margin {
  margin: 0;
}

.u-wraped-by-border {
  border-left: 1px solid #cccacc;
  border-right: 1px solid #cccacc;
  padding-top: 1px;
}

.u-designer-title {
  font-family: "Goudy Old Style", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

@media screen and (max-width: 47.875em) {
  .u-designer-title {
    text-transform: none;
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 0;
  }
}

.u-mobile-only {
  display: none !important;
}

@media screen and (max-width: 47.875em) {
  .u-mobile-only {
    display: block !important;
  }
}

@media screen and (max-width: 47.875em) {
  .u-desktop-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.875em) {
  .u-space-mobile-only {
    height: 100px;
    border-top: 1px solid #cccacc;
  }
}

.u-bottom-thick-border {
  border-bottom: 3px solid #090a0c;
}

.o-panel {
  position: relative;
}

.o-panel--header {
  border-top: 4px solid #424141;
  border-bottom: 1px solid #cccacc;
  border-right: 1px solid #cccacc;
  border-left: 1px solid #cccacc;
}

.o-panel--header-sticky {
  position: fixed;
  width: 100%;
  max-width: 1280px;
  left: auto;
  top: 0;
  z-index: 1000;
  background: #fffbf0;
  transform: translateY(-100%);
  transition: .4s;
}

.o-panel--header-sticky.active {
  transform: translateY(0);
}

.o-panel--header-sticky .c-header {
  padding-top: 3px;
}

@media screen and (max-width: 47.875em) {
  .o-panel--header-sticky {
    display: none !important;
  }

  .o-panel--header {
    border-bottom: none;
    border-right: none;
    border-left: none;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #fffbf0;
  }
}

.o-panel--home-slider {
  border-bottom: 4px solid #424141;
}

@media screen and (max-width: 47.875em) {
  .o-panel--home-slider {
    border-bottom-width: 3px;
  }
}

.o-panel--home-all-cats {
  border-top: 1px solid #cccacc;
  border-bottom: 1px solid #cccacc;
}

.o-panel--home-partner-shop {
  border-top: 4px solid #424141;
  border-bottom: 1px solid #cccacc;
}

@media screen and (max-width: 47.875em) {
  .o-panel--home-partner-shop {
    border-top-width: 3px;
  }
}

.o-panel--home-product-carousel {
  border-bottom: 4px solid #424141;
  border-right: 1px solid #cccacc;
  border-left: 1px solid #cccacc;
}

@media screen and (max-width: 47.875em) {
  .o-panel--home-product-carousel {
    border-bottom-width: 3px;
  }
}

.o-panel--home-locations {
  border-bottom: 1px solid #cccacc;
  border-right: 1px solid #cccacc;
  border-left: 1px solid #cccacc;
}

@media screen and (max-width: 47.875em) {
  .o-panel--home-locations {
    border: none;
  }
}

.o-panel--home-location-list {
  border-bottom: 1px solid #cccacc;
}

@media screen and (max-width: 47.875em) {
  .o-panel--home-location-list {
    border: none;
  }
}

.o-panel--home-contact {
  _border-bottom: 4px solid #424141;
}

.o-panel--footer {
  border-top: 4px solid #424141;
  border-right: 1px solid #cccacc;
  border-left: 1px solid #cccacc;
}

@media screen and (max-width: 47.875em) {
  .o-panel--footer {
    border-top-width: 3px;
  }
}

.o-panel--footer-newsletter {
  border-top: 1px solid #cccacc;
  border-right: 1px solid #cccacc;
  border-left: 1px solid #cccacc;
}

@media screen and (max-width: 47.875em) {
  .o-panel--footer-newsletter {
    border-top: none;
  }
}

.o-panel--split-layout-page {
  padding-top: 130px;
  padding-bottom: 70px;
}

@media screen and (max-width: 47.875em) {
  .o-panel--split-layout-page {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

.o-wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.o-wrapper--full-column-page {
  padding-top: 1px;
  border-right: 1px solid #cccacc;
  border-left: 1px solid #cccacc;
}

@media screen and (max-width: 47.875em) {
  .o-wrapper--full-column-page {
    border: none;
  }
}

@media screen and (max-width: 47.875em) {
  .o-wrapper--footer-newsletter {
    padding-top: 1px;
  }
}

.c-header {
  text-align: center;
}

.c-header__menu {
  text-align: center;
}

.c-site-logo {
  display: inline-block;
  margin: 35px 0 20px 0;
  max-width: 260px;
}

@media screen and (max-width: 47.875em) {
  .c-site-logo {
    max-width: 130px;
    margin: 22px 0 7px 0;
  }
}

.c-search-icon {
  position: absolute;
  right: 38px;
  bottom: 2px;
}

@media screen and (max-width: 47.875em) {
  .c-search-icon {
    /*display: none;*/
	right: 58px;
    bottom: 10px;
  }
}

.c-home-slider {
  padding: 35px 40px;
  border-left: 1px solid #cccacc;
  border-right: 1px solid #cccacc;
}

@media screen and (max-width: 47.875em) {
  .c-home-slider {
    padding: 0 17px;
  }
}

.c-home-slider__left-arrow {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -8px;
}

@media screen and (max-width: 47.875em) {
  .c-home-slider__left-arrow {
    left: 0;
    top: auto;
    bottom: 0;
    margin-bottom: 12px;
  }
}

.c-home-slider__right-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}

@media screen and (max-width: 47.875em) {
  .c-home-slider__right-arrow {
    right: 0;
    top: auto;
    bottom: 0;
    margin-bottom: 12px;
  }
}

.c-home-slider__item--split {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-home-slider__item-image {
  width: 50%;
}

.c-home-slider__item-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
  text-align: center;
}

.c-home-slider__heading {
  font-family: "Monotype Modern Std", serif;
  line-height: .75;
  font-size: 50px;
  padding-top: 90px;
}

@media screen and (max-width: 47.875em) {
  .c-home-slider__heading {
    font-size: 36px;
  }
}

.c-home-slider__link {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
}

@media screen and (max-width: 47.875em) {
  .c-home-slider__link {
    font-size: 8px;
  }
}

@media screen and (max-width: 47.875em) {
  .c-home-slider__nav-container {
    position: relative;
    z-index: 100;
  }
}

.c-home-slider__caption {
  position: absolute;
  bottom: 40px;
  left: 50px;
}

@media screen and (max-width: 47.875em) {
  .c-home-slider__caption {
    position: static;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-hamburger-icon {
  display: none;
  position: absolute;
  left: 17px;
  top: 19px;
}

@media screen and (max-width: 47.875em) {
  .c-hamburger-icon {
    display: block;
  }
}

.c-cart-button {
  position: absolute;
  right: 38px;
  top: 0;
  font-family: "BlairMdITC TT", serif;
  text-transform: uppercase;
  font-size: 10px;
  width: 65px;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 4px;
  border: 1px solid #cccacc;
  border-top: 0;
  cursor: pointer;
  z-index: 105;
}

.c-cart-button.open {
  border: none;
}

@media screen and (max-width: 47.875em) {
  .c-cart-button {
    border: none;
    top: 16px;
    right: 15px;
    width: 25px;
  }

  .c-cart-button__label {
    display: none;
  }
}

.c-cart-button__count {
  padding-right: 2px;
}

.c-home-seating {
  border-left: 1px solid #cccacc;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-home-seating__cover-image {
  background: url(../img/home-2nd-section-right-graphics.jpg) no-repeat top center;
  background-size: cover;
  min-height: 575px;
  width: 38%;
}

.c-home-seating__contents {
  width: 62%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-category-listing-horizontal {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  text-align: center;
}

.c-category-listing-horizontal__heading {
  font-size: 12px;
  text-transform: uppercase;
}

.c-category-listing-horizontal__menu {
  list-style: none;
  margin: 0;
}

.c-category-listing-horizontal__item {
  display: inline-block;
  margin: 0 10px;
}

.c-category-listing-horizontal__link {
  text-decoration: underline;
}

.c-category-listing-horizontal__link:hover {
  text-decoration: none;
}

.c-single-button-only {
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  padding-top: 13px;
  padding-bottom: 11px;
  text-align: center;
  border-top: 1px solid #cccacc;
}

.c-single-button-only--no-border {
  border-top: none;
}

.c-home-all-cats {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 47.875em) {
  .c-home-all-cats {
    display: block;
  }
}

.c-home-all-cats--top-thick-border {
  border-top: 3px solid #090a0c;
}

.c-home-all-cats--top-thin-border {
  border-top: 1px solid #cccacc;
}

.c-home-all-cats__mobile-heading {
  border-bottom: 1px solid #cccacc;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 5px;
}

.c-home-all-cats__mobile-heading p {
  max-width: 200px;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
}

.c-home-all-cats__column {
  width: 30%;
  border-left: 1px solid #cccacc;
  text-align: center;
}

@media screen and (max-width: 47.875em) {
  .c-home-all-cats__column {
    width: 50%;
  }
}

.c-home-all-cats__column--center {
  width: 40%;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 45px;
  padding-bottom: 30px;
}

@media screen and (max-width: 47.875em) {
  .c-home-all-cats__column--center {
    display: none;
  }
}

.c-home-all-cats__column--right {
  border-right: 1px solid #cccacc;
}

.c-home-all-cats__products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-home-all-cats__product {
  border-bottom: 1px solid #cccacc;
  padding-top: 20px;
  padding-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 33.33%;
}

.c-home-all-cats__product--full {
  width: 100% !important;
}

.c-home-all-cats__product:last-child {
  border-bottom: none;
}

@media screen and (max-width: 47.875em) {
  .c-home-all-cats__product:last-child {
    border-bottom: 1px solid #cccacc;
  }
}

@media screen and (max-width: 47.875em) {
  .c-home-all-cats__product {
    padding-top: 30px;
    padding-bottom: 15px;
    height: auto;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }

  .c-home-all-cats__product:nth-of-type(odd) {
    border-right: 1px solid #cccacc;
  }
}

.c-home-all-cats__main-heading {
  font-family: "Monotype Modern Std", serif;
  line-height: .75;
  font-size: 50px;
  margin-bottom:24px;
}

@media screen and (max-width: 47.875em) {
  .c-home-all-cats__main-heading {
    font-size: 36px;
    line-height: .85;
  }
}

.c-home-all-cats__heading {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  margin-top: 20px;
}

@media screen and (max-width: 47.875em) {
  .c-home-all-cats__heading {
    font-size: 8px;
  }
}

.c-home-all-cats__thumb {
  max-width: 180px;
}

@media screen and (max-width: 47.875em) {
  .c-home-all-cats__thumb {
    max-width: 50%;
  }
}

.c-home-storage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #cccacc;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-home-storage__cover-image {
  background: url(../img/another-cover-image.jpg) no-repeat top center;
  background-size: cover;
  min-height: 575px;
  width: 38%;
}

.c-home-storage__contents {
  width: 62%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-home-partner-shop {
  border-right: 1px solid #cccacc;
  border-left: 1px solid #cccacc;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-home-partner-shop__column {
  border-right: 1px solid #cccacc;
  padding-left: 30px;
  padding-right: 10px;
}

.c-home-partner-shop__column:last-child {
  border: none;
}

.c-home-partner-shop__column--content {
  width: 49%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-home-partner-shop__column--link {
  width: 17%;
}

.c-home-partner-shop__description {
  max-width: 450px;
}

.c-home-partner-shop__link {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  display: inline-block;
  margin-top: 30px;
}

@media screen and (max-width: 47.875em) {
  .c-home-partner-shop__link {
    font-size: 8px;
  }
}

.c-partner-links {
  list-style: none;
  margin: 50px 0 30px 0;
}

.c-partner-links__item {
  margin-bottom: 8px;
}

.c-partner-links__link {
  text-decoration: underline;
}

.c-home-product-carousel {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

@media screen and (max-width: 47.875em) {
  .c-home-product-carousel {
    padding-left: 34px;
    padding-right: 34px;
  }
}

.c-home-product-carousel__mobile-header {
  border-top: 3px solid #090a0c;
  text-align: center;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.c-home-product-carousel__logo {
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
}

.c-home-product-carousel--top-border {
  border-top: 1px solid #cccacc;
}

.c-home-product-carousel__header {
  text-align: center;
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 4px solid #090a0c;
}

@media screen and (max-width: 47.875em) {
  .c-home-product-carousel__header {
    font-size: 8px;
  }
}

.c-home-product-carousel__slider {
  border-left: 1px solid #cccacc;
  border-right: 1px solid #cccacc;
}

@media screen and (max-width: 47.875em) {
  .c-home-product-carousel__slider {
    border: none !important;
  }
}

.c-home-product-carousel__item-inner img {
  max-width: 250px;
  margin: 0 auto;
  max-height: 165px;
  height: auto;
  width: auto !important;
  margin-bottom: 20px;
}

.c-home-product-carousel__lookbook .c-home-product-carousel__item-inner img {
  max-width: 155px;
  margin: 0 auto;
}

.c-home-product-carousel__item {
  min-height: 285px;
  padding: 35px;
  border-right: 1px solid #cccacc;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 47.875em) {
  .c-home-product-carousel__item {
    border: none !important;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 200px;
  }
}

.c-home-product-carousel__item--small-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.c-home-product-carousel__item-inner {
  margin: 0 auto;
}

.c-home-product-carousel__thumb {
  width: auto !important;
  margin: 0 auto;
  margin-bottom: 20px !important;
  max-width: 220px;
  max-height: 120px;
}

.c-home-product-carousel__product-details {
  padding-top: 0;
}

.c-home-product-carousel__product-name {
  font-size: 14px;
  margin-bottom: 0;
  font-family: "Goudy Old Style", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
}

.c-home-product-carousel__product-short-info {
  margin-bottom: 0;
}

.c-home-product-carousel__left-arrow {
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -8px;
}

@media screen and (max-width: 47.875em) {
  .c-home-product-carousel__left-arrow {
    left: 17px;
  }
}

.c-home-product-carousel__right-arrow {
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -8px;
}

@media screen and (max-width: 47.875em) {
  .c-home-product-carousel__right-arrow {
    right: 17px;
  }
}

.c-home-product-carousel__price {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  padding-top: 6px;
}

@media screen and (max-width: 47.875em) {
  .c-home-product-carousel__price {
    font-size: 8px;
  }
}

.c-home-locations {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (max-width: 47.875em) {
  .c-home-locations {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.c-home-locations--contact {
  padding-left: 25px;
  padding-right: 25px;
}

.c-home-locations__heading {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  margin-bottom: 20px;
}

@media screen and (max-width: 47.875em) {
  .c-home-locations__heading {
    font-size: 8px;
  }
}

@media screen and (max-width: 47.875em) {
  .c-home-locations__heading {
    margin-bottom: 0;
  }
}

.c-home-locations__details {
  text-align: center;
}

.c-home-locations__details--locations {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
  padding-top: 10px;
}

.c-home-location-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  border-right: 1px solid #cccacc;
  border-left: 1px solid #cccacc;
  display: flex;
}

@media screen and (max-width: 47.875em) {
  .c-home-location-list {
    display: block;
  }
}

.c-home-location-list__column {
  width: 50%;
  border-right: 1px solid #cccacc;
  padding: 42px;
}

.c-home-location-list__column:last-child {
  border: none;
}

@media screen and (max-width: 47.875em) {
  .c-home-location-list__column {
    width: 100%;
    border: none;
    padding-top: 0;
    padding-bottom: 25px;
  }
}

.c-home-location-list__contents {
  padding-top: 40px;
}

@media screen and (max-width: 47.875em) {
  .c-home-location-list__contents {
    padding-top: 20px;
  }
}

.c-home-location-list__name {
  font-family: "Goudy Old Style", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
}

@media screen and (max-width: 47.875em) {
  .c-home-location-list__name {
    margin-bottom: 15px;
  }
}

.c-home-location-list__details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-home-location-list__address {
  width: 40%;
  padding-right: 40px;
}

@media screen and (max-width: 47.875em) {
  .c-home-location-list__address {
    width: 70%;
  }
}

.c-home-location-list__phone {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
}

.c-home-contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #cccacc;
  border-left: 1px solid #cccacc;
  text-align: center;
  /* Used in Contact page too */;
}

.c-home-contact__column {
  width: 33.33%;
  border-right: 1px solid #cccacc;
  padding: 25px 45px 45px 45px;
}

.c-home-contact__column:last-child {
  border: none;
}

.c-home-contact__heading {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  margin-bottom: 20px;
}

@media screen and (max-width: 47.875em) {
  .c-home-contact__heading {
    font-size: 8px;
  }
}

.c-home-contact__details {
  padding: 45px 50px 30px 50px;
  border: 4px solid #424141;
}

.c-home-contact__phone-heading {
  margin-bottom: 0;
}

.c-home-contact__email-address {
  margin-bottom: 15px;
  display: inline-block;
}

.c-home-contact__phone-number {
  margin-bottom: 15px;
  display: inline-block;
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
}

.c-home-contact__phone-number:last-child {
  margin-bottom: 0;
}

.c-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-footer__column {
  width: 33.33%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.c-footer__menu {
  list-style: none;
  margin: 20px 0;
}

.c-footer__menu li {
  margin-bottom: 10px;
}

.c-footer__menu a {
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.c-footer__menu a.socials{
	font-size: 12px;
	display: inline-block;
}
.c-footer-newsletter__mobile-menu {
  border-top: 1px solid #cccacc;
  margin-top: 37px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 6px;
}

.c-footer-newsletter__mobile-menu a {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 47.875em) {
  .c-footer-newsletter__mobile-menu a {
    font-size: 8px;
  }
}

.c-footer-newsletter__menu {
  margin: 0;
  padding: 80px 0 20px 0;
  list-style: none;
}

@media screen and (max-width: 47.875em) {
  .c-footer-newsletter__menu {
    padding-top: 40px;
  }
}

.c-footer-newsletter__lf-sign {
  width: 38px;
  position: absolute;
  left: 50%;
  margin-left: -19px;
  top: 0;
}

.c-footer-newsletter .menu-item-move-right {
  margin-left: 600px;
}

@media screen and (max-width: 47.875em) {
  .c-footer-newsletter .menu-item-move-right {
    margin-left: 0;
  }
}

.c-footer-newsletter__form-column {
  max-width: 420px;
  position: absolute;
  left: 50%;
  margin-left: -210px;
  top: 40px;
}

.c-footer-newsletter__heading {
  font-family: "Goudy Old Style", "Helvetica", Arial, sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 47.875em) {
  .c-footer-newsletter__heading {
    margin-bottom: 20px;
  }
}

.c-footer-newsletter__offer-text {
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 47.875em) {
  .c-footer-newsletter__offer-text {
    display: block;
    font-weight: bold;
  }
}

.c-dropdown {
  width: 775px;
  border: 1px solid #cccacc;
  border-top: none;
  position: absolute;
  background: #fffbf0;
  z-index: 100;
  top: 30px;
  left: 50%;
  margin-left: -385px;
}

.c-dropdown-single {
  width: 258px;
  border: 1px solid #cccacc;
  border-top: none;
  position: absolute;
  background: #fffbf0;
  z-index: 100;
  top: 30px;
  left: 50%;
  margin-left: -129px;
}

.c-dropdown-double {
  width: 516px;
  border: 1px solid #cccacc;
  border-top: none;
  position: absolute;
  background: #fffbf0;
  z-index: 100;
  top: 30px;
  left: 50%;
  margin-left: -258px;
}

.c-dropdown--lf-collections, .c-dropdown--lf-lookbooks {
  margin-left: 0;
  left: 0;
}

.c-dropdown__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-dropdown__column {
  border-right: 1px solid #cccacc;
}

.c-dropdown__column--pages {
  width: 31%;
}

.c-dropdown__column--pages.one {
  width: 100%;
  border-right: 0;
}

.c-dropdown__column--categories {
  width: 31%;
}
.c-dropdown__column--categories.two {
  width: 41%;
}

.c-dropdown__column--product {
  width: 38%;
  border-right: 0;
}

.c-dropdown__column--product.two {
  width: 59%;
}

.c-dropdown-menu {
  list-style: none;
  margin: 0;
  text-align: left;
}

.c-dropdown-menu__item {
  display: block;
  padding-left: 28px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  padding-right: 10px;
  min-height: 42px;
}

.c-dropdown-menu__item:last-child {
  border-bottom: none;
}
.c-dropdown-double .c-dropdown-menu__item:last-child {
  border-bottom: 1px solid #ccc;
}

.c-dropdown-menu__link:hover {
  text-decoration: underline;
}

.c-dropdown-products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-dropdown-products__item {
  display: none;
  padding-bottom: 10px;
  padding-top: 50px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-dropdown-products__item:first-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-dropdown-products__category-name {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  margin-bottom: 25px;
}

@media screen and (max-width: 47.875em) {
  .c-dropdown-products__category-name {
    font-size: 8px;
  }
}

.c-dropdown-products__product-image-link {
  display: block;
  margin-bottom: 32px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.c-dropdown-products__product-image-link img {
  max-height: 130px;
}

.c-dropdown-products__product-name {
  font-family: "Goudy Old Style", "Helvetica", Arial, sans-serif;
  font-size: 15px;
}

.c-product-collections {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 47.875em) {
  .c-product-collections {
    display: block;
  }
}

.c-product-collections__menu {
  width: 16%;
  border-right: 1px solid #cccacc;
  border-left: 1px solid #cccacc;
}

@media screen and (max-width: 47.875em) {
  .c-product-collections__menu {
    width: 100%;
    border: none;
  }
}

.c-product-collections__contents {
  width: 84%;
  border-right: 1px solid #cccacc;
}

@media screen and (max-width: 47.875em) {
  .c-product-collections__contents {
    width: 100%;
    border: none;
  }
}

.c-collection-banner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 37px 37px 0;
}
.c-collection-banner.maker {
    padding-bottom: 37px;
    border-top: 1px solid #cccacc;
}

@media screen and (max-width: 47.875em) {
  .c-collection-banner {
    display: block;
    padding: 17px;
    border-top: 3px solid #090a0c;
    text-align: center;
    border-bottom: 1px solid #cccacc;
  }
}

.c-collection-banner__image-wrap {
  width: 62%;
}

@media screen and (max-width: 47.875em) {
  .c-collection-banner__image-wrap {
    width: 100%;
  }
}

.c-collection-banner__details {
  width: 38%;
  padding-left: 50px;
  padding-top: 85px;
  padding-bottom: 105px;
  position: relative;
}

@media screen and (max-width: 47.875em) {
  .c-collection-banner__details {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 0;
  }
}

.c-collection-banner__heading {
  font-family: "Monotype Modern Std", serif;
  font-size: 50px;
  line-height: .84;
}

@media screen and (max-width: 47.875em) {
  .c-collection-banner__heading {
    font-size: 36px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 15px;
  }
}

.c-collection-banner__sign {
  position: absolute;
  bottom: 0;
  left: 50px;
}

.c-collection-regular__product-image-link img {
  max-width: 100%;
  max-height: 145px;
}

.c-home-all-cats__product-link img {
  max-width: 230px;
  max-height: 140px;
}

.c-partner-shop-split-layout__heading {
  /*margin-bottom: 50px;
  padding-top: 50px;*/
}

.c-all-collections__heading-partner-logo {
  max-width: 300px;
}

.c-home-product-carousel__lookbook .c-home-product-carousel__item-inner img {
  max-width: 225px;
}

.c-made-in-la-sign {
  border: 1px solid #cccacc;
  text-align: center;
  padding: 13px 10px;
  width: 70px;
  line-height: 1.3;
}

.c-collection-new {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #cccacc;
}

.c-collection-new__product-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 62%;
  text-align: center;
  padding-bottom: 15px;
}

.c-collection-new__product-inner {
  margin: 0 auto;
}

.c-collection-new__image-wrap {
  width: 38%;
}

.c-collection-new__product-image-link {
  display: block;
  margin-bottom: 50px;
}

.c-collection-regular__grid-row {
  border-top: 1px solid #cccacc;
}

.c-collection-regular {
  border-top: 3px solid #424141;
}
@media screen and (min-width: 47.875em) {
.c-collection-regular.maker {
    border-top: 0;
}
}
@media screen and (max-width: 47.875em) {
  .c-collection-regular--swatches .c-collection-regular__contents {
    display: none;
  }
}

@media screen and (max-width: 47.875em) {
  .c-collection-regular--swatches {
    border-top: 1px solid #cccacc;
  }
}

@media screen and (max-width: 47.875em) {
  .c-collection-regular--thick-border-mobile {
    border-top: 3px solid #090a0c;
  }
}

.c-collection-regular__sm-box-image {
  max-width: 180px;
}

.c-collection-regular--collaborations {
  margin-top: -1px;
}

.c-collection-regular--small-thumb .c-collection-regular__product-image {
  max-width: 40%;
}

.c-collection-regular--medium-thumb .c-collection-regular__product-image {
  max-width: 60%;
}

.c-collection-regular__swatch-arrow {
  position: absolute;
  right: 17px;
  top: 10px;
  display: none;
}

.c-collection-regular__swatch-arrow.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 47.875em) {
  .c-collection-regular__swatch-arrow {
    display: block;
  }
}

.c-collection-regular--designer-links {
  margin-top: 20px;
}

.c-collection-regular--no-border {
  border-top: none;
}

.c-collection-regular--bottom-margin-30 {
  margin-bottom: 30px;
}

.c-collection-regular__header {
  position: relative;
  text-align: center;
}
.c-collection-regular__header.left {
  text-align: left;
  padding: 0 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-collection-regular__header--collaborations {
  border-bottom: 1px solid #cccacc;
}

.c-collection-regular__heading {
  line-height: 52px;
  margin: 0;
}

@media screen and (max-width: 47.875em) {
  .c-collection-regular__heading {
    line-height: 42px;
  }
}

@media screen and (max-width: 47.875em) {
  .c-collection-regular__heading--swatch {
    line-height: 42px;
    cursor: pointer;
  }
}

.c-collection-regular__shop-all-link {
  position: absolute;
  top: 15px;
  right: 35px;
  text-decoration: underline;
}

.c-collection-regular__shop-all-link:hover {
  text-decoration: none;
}

.c-collection-regular__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #cccacc;
}

.c-collection-regular__row:last-child {
  border-bottom: 1px solid #cccacc;
}

.c-collection-regular__row--thick-border {
  border-top: 3px solid #424141;
  border-left: 3px solid #424141;
}

.c-collection-regular__grid-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-collection-regular__grid-row--3-per-row > div:nth-of-type(3n) {
  border-right: none;
}

@media screen and (max-width: 47.875em) {
  .c-collection-regular__grid-row--3-per-row > div:nth-of-type(3n) {
    border-right: 1px solid #cccacc;
  }

  .c-collection-regular__grid-row--3-per-row > div:nth-of-type(2n) {
    border-right: none;
  }
}

.c-collection-regular__column {
  border-right: 1px solid #cccacc;
  min-height: 270px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 15px;
  padding-top: 20px;
}
.no-border{
  border:none !important;
}

.c-collection-regular__column__has-border-bottom {
  border-bottom: 1px solid #cccacc;
}

.c-collection-regular__column__inner {
  margin: 0 auto;
}

.c-collection-regular__column--one-third {
  width: 33.33%;
}

.c-collection-regular__column--full-large {
  width: 100%;
  min-height: 520px;
  border-bottom: 1px solid #cccacc;
  border-right: none;
}

.c-collection-regular__column--half {
  width: 50%;
}

.c-collection-regular__column--half:nth-child(2) {
  border-right: none;
}

.c-collection-regular__column--category-large {
  width: 66.66%;
  padding: 37px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
}

.c-collection-regular__column--ps-half {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding-bottom: 0;
  padding-top: 0;
}

.c-collection-regular__row--thick-border .c-collection-regular__column--thick-border {
  border-right: 3px solid #424141;
}

.c-collection-regular__grid-column {
  border-right: 1px solid #cccacc;
  border-bottom: 1px solid #cccacc;
  min-height: 270px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 20px 15px 20px;
}

.c-collection-regular__column--one-third:nth-child(3n) {
  border-right: none;
}

@media screen and (max-width: 47.875em) {
  .c-collection-regular__grid-column {
    min-height: auto;
  }
}

.c-collection-regular__grid-column__inner {
  margin: 0 auto;
}

.c-collection-regular__grid-column--one-third {
  width: 33.33%;
}

@media screen and (max-width: 47.875em) {
  .c-collection-regular__grid-column--one-third {
    width: 50%;
  }
}

@media screen and (max-width: 47.875em) {
  .c-collection-regular__grid-column--full {
    width: 100%;
  }
}

.c-collection-regular__category-details {
  -webkit-flex: 0 0 140px;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  padding-left: 34px;
  position: relative;
}

.c-collection-regular__category-bottom-text {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  padding-left: 30px;

}

.c-collection-regular__category-large-sign {
  display: block;
}

.c-collection-regular__product-image--small {
  max-width: 200px;
  max-height: 154px;
}

.c-collection-regular__product-image-link {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}

.c-collection-regular__product-image-link img {
  max-width: 100%;
  max-height: 145px;
  height: auto;
  width: auto;
}

.c-collection-regular__product-image-link--medium img {
  max-width: 230px;
  max-height: none;
  height: auto;
  width: auto;
}

.c-home-all-cats__product-link img {
  max-width: 100%;
  max-height: 150px;
  height: auto;
  width: auto;
}

.c-home-all-cats__product-link img.c-home-all-cats__main-image {
  max-width: 100%;
  max-height: none;
}

.c-collection-regular__column-inner {
  padding-left: 20px;
  padding-right: 20px;
}

.environment-row .c-collection-regular__column-inner h3 {
  padding-bottom: 10px;
}

.environment-row .c-collection-regular__category-bottom-text {
  margin-bottom: -5px;
}

@media screen and (max-width: 47.875em) {
  .c-collection-regular__product-image-link img {
    max-width: 100%;
  }

  .c-collection-regular__product-image-link--medium img {
    max-width: 100%;
  }

  .c-collection-regular__product-image-link {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 12px;
  }
}

.c-collection-regular__product-image-link--large {
  margin-bottom: 70px;
  padding-top: 40px;
}

.c-collection-regular__product-image-link--no-margin {
  margin-bottom: 0;
}

.c-collection-regular__image-partner img {
  max-width: 250px;
  margin: 0 auto;
}

.c-collection-regular__designer-image-link {
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 47.875em) {
  .c-collection-regular__designer-image-link {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.c-collection-regular__product-info-group {
  line-height: 1.4;
}

.c-collection-regular__partner-name {
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

.c-collection-regular__product-price {
  padding-top: 10px;
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
}

@media screen and (max-width: 47.875em) {
  .c-collection-regular__product-price {
    font-size: 8px;
  }
}

.c-collection-full-image {
  border-top: 3px solid #424141;
}

.c-collection-full-image--no-border {
  border: none;
  padding-bottom: 5%;
}

@media screen and (max-width: 47.875em) {
  .c-collection-full-image--collaborations {
    padding-bottom: 25px;
  }
}

.c-collection-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px;
}

@media screen and (max-width: 47.875em) {
  .c-collection-footer {
    display: block;
    text-align: center;
    padding: 17px;
  }
}

.c-collection-footer__contents {
  width: 55%;
  padding-right: 50px;
  text-align: center;
  position: relative;
  padding-bottom: 100px;
}

@media screen and (max-width: 47.875em) {
  .c-collection-footer__contents {
    width: 100%;
    padding-right: 0;
    padding-bottom: 22px;
  }
}

.c-collection-footer__heading {
  font-family: "Monotype Modern Std", serif;
  font-size: 50px;
  line-height: .84;
  margin-bottom: 20px;
}

@media screen and (max-width: 47.875em) {
  .c-collection-footer__heading {
    font-size: 36px;
  }
}

.c-collection-footer__link-wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.c-collection-footer__image-wrap {
  width: 45%;
}

@media screen and (max-width: 47.875em) {
  .c-collection-footer__image-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}

.c-collection-footer__mobile-image {
  display: block;
  margin-bottom: 20px;
}

.c-all-collections__heading-partner-logo {
  margin-top: 40px;
}

.c-collection-breadcrumb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 38px;
  margin-top: 60px;
  border-top: 1px solid #cccacc;
  height: 54px;
  position: relative;
}

@media screen and (max-width: 47.875em) {
  .c-collection-breadcrumb {
    height: 42px;
  }
}

.c-collection-breadcrumb--swatches {
  border-bottom: 1px solid #cccacc;
}

.c-collection-breadcrumb--partner-shop {
  padding-left: 15px;
  margin-top: 0;
}

.c-collection-breadcrumb--partner-details {
  margin-top: 105px;
}

.c-collection-breadcrumb--cart {
  margin-top: 105px;
}

@media screen and (max-width: 47.875em) {
  .c-collection-breadcrumb--cart {
    margin-top: 8px;
  }
}

.c-collection-breadcrumb__partner-shop-image {
  position: absolute;
  top: -63px;
  left: 20px;
}

.c-collection-breadcrumb__links {
  width: 40%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-collection-breadcrumb__links--padding {
  padding-left: 15px;
}

.c-collection-breadcrumb__lf-icon {
  margin-right: 15px;
  height: 53px;
}

.c-collection-breadcrumb__root-link {
  margin-right: 15px;
}

.c-collection-breadcrumb__tail-link {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  margin-top: 1%;
}

@media screen and (max-width: 47.875em) {
  .c-collection-breadcrumb__tail-link {
    font-size: 8px;
  }
}

.c-collection-breadcrumb__tail-link:hover {
  color: #424141;
}

.c-collection-breadcrumb__hints {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.c-collection-breadcrumb--tearsheet {
  border-bottom: 1px solid #cccacc;
  border-top: none;
  margin-top: 0;
}

.c-collection-partner-shop-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 60px 60px 0;
  text-align: center;
}

.c-collection-partner-shop-header__left-column {
  padding-left: 30px;
  /*padding-right: 30px;*/
  width: 44%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.c-collection-partner-shop-header__right-column {
  padding-left: 30px;
  /*padding-right: 30px;*/
  width: 56%;
}

.c-partner-shop-split-layout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 26px;
  padding-top: 26px;
  padding-right: 26px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 47.875em) {
  .c-partner-shop-split-layout {
    display: block;
  }
}

.c-partner-shop-split-layout--no-caption {
  padding-bottom: 26px;
}

@media screen and (max-width: 47.875em) {
  .c-partner-shop-split-layout--collaborations {
    padding: 0;
  }
}

.c-partner-shop-split-layout--collaborations2 {
  padding-bottom: 52px;
  padding-top: 52px;
  padding-right: 52px;
}

@media screen and (max-width: 47.875em) {
  .c-partner-shop-split-layout--collaborations2 {
    padding: 25px;
  }
}

.c-partner-shop-split-layout__image-wrap {
  -webkit-flex: 0 0 44%;
  -ms-flex: 0 0 44%;
  flex: 0 0 44%;
}

@media screen and (max-width: 47.875em) {
  .c-partner-shop-split-layout__image-wrap--collaborations {
    padding-bottom: 25px;
  }
}

.c-partner-shop-split-layout__photo-caption {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 47.875em) {
  .c-partner-shop-split-layout__photo-caption {
    padding-bottom: 20px;
  }
}

.c-partner-shop-split-layout__photo-caption a {
  text-decoration: underline;
}

.c-partner-shop-split-layout__contents {
  /*display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 56%;
  -ms-flex: 0 0 56%;
  flex: 0 0 56%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;*/
  padding-left: 90px;
  padding-right: 90px;
}

@media screen and (max-width: 47.875em) {
  .c-partner-shop-split-layout__contents {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-partner-shop-split-layout__contents--collaborations {
  padding-left: 20px;
  padding-right: 60px;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

@media screen and (max-width: 47.875em) {
  .c-partner-shop-split-layout__contents--collaborations {
    padding: 0;
    padding-top: 20px;
  }
}

.c-partner-shop-split-layout__contents-inner {
  /*padding-bottom: 100px;*/
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-partner-shop-split-layout__contents-inner .titleblock{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 47.875em) {
  .c-partner-shop-split-layout__contents-inner {
    padding-bottom: 10px;
  }
}

.c-partner-shop-split-layout__contents-inner--collaborations {
  padding-bottom: 38px;
}

@media screen and (max-width: 47.875em) {
  .c-partner-shop-split-layout__contents-inner--collaborations {
    padding-bottom: 25px;
  }
}

.c-partner-shop-split-layout__contents-inner--collaborations .c-partner-shop-split-layout__text p:last-child {
  margin-bottom: 0;
}

.c-partner-shop-split-layout__heading {
  font-family: "Monotype Modern Std", serif;
  font-size: 50px;
  line-height: .84;
  /*margin-bottom: 140px;*/
}

@media screen and (max-width: 47.875em) {
  .c-partner-shop-split-layout__heading {
    font-size: 36px;
    line-height: .84;
    margin-bottom: 20px;
  }
}

.c-partner-shop-split-layout__heading-image {
  margin-top: -10px;
}

@media screen and (max-width: 47.875em) {
  .c-partner-shop-split-layout__heading-image {
    margin-top: -5px;
    max-width: 215px;
  }
}

.c-partner-shop-split-layout__link-wrap {
  width: 100%;
  /*position: absolute;
  bottom: 33px;
  left: 0;*/
  text-align: center;
  padding-bottom: 33px;
}
.c-partner-shop-split-layout__text{
  padding-bottom: 33px;
}

@media screen and (max-width: 47.875em) {
  .c-partner-shop-split-layout__text {
    text-align: center;
  }
}

.c-shop-designer-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 30px 30px 40px;
  border-top: 1px solid #cccacc;
}

.c-swatches-header {
  padding-top: 72px;
  padding-bottom: 51px;
}

.c-swatches-header--top-border {
  border-top: 1px solid #cccacc;
  margin-top: -1px;
}

.c-swatches-header__heading {
  font-family: "Monotype Modern Std", serif;
  line-height: .75;
  font-size: 50px;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 47.875em) {
  .c-swatches-header__heading {
    font-size: 36px;
  }
}
.c-swatches-sub-head.care {
  height: auto;
  padding: 2rem;
}
.c-swatches-sub-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  border-top: 1px solid #cccacc;
      /* border-bottom: 1px solid #cccacc; */
  margin-top: -1px;
  height: 52px;
  position: relative;
}

@media screen and (max-width: 47.875em) {
  .c-swatches-sub-head {
    text-align: center;
    height: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    cursor: pointer;
    display: none;
  }
}

.c-swatches-sub-head__heading {
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
}

@media screen and (max-width: 47.875em) {
  .c-swatches-sub-head__heading {
    margin-bottom: 4px;
  }
}

.c-collaborations-header {
  position: relative;
  padding-top: 104px;
  padding-bottom: 104px;
}

@media screen and (max-width: 47.875em) {
  .c-collaborations-header {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}

.c-collaborations-header__heading-wrap {
  position: absolute;
  left: 50%;
  margin-left: -165px;
  top: 65px;
}

@media screen and (max-width: 47.875em) {
  .c-collaborations-header__heading-wrap {
    position: static;
    text-align: center;
    margin: 0;
  }
}

.c-collaborations-header__heading {
  font-family: "Monotype Modern Std", serif;
  font-size: 50px;
  line-height: .96;
  text-align: center;
}

@media screen and (max-width: 47.875em) {
  .c-collaborations-header__heading {
    font-size: 36px;
    line-height: .86;
  }
}

.c-collaborations-header__heading-image {
  max-width: 315px;
  margin-top: -23px;
}

@media screen and (max-width: 47.875em) {
  .c-collaborations-header__heading-image {
    margin-top: -8px;
    max-width: 220px;
  }
}

.c-collaborations-header__breadcrumb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  border-top: 1px solid #cccacc;
  border-bottom: 1px solid #cccacc;
  height: 52px;
  padding-left: 25px;
  padding-right: 25px;
  border-top: 1px solid #cccacc;
  height: 52px;
}

.c-contact-box {
  max-width: 311px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 30px;
}

.c-contact-newsletter {
  max-width: 450px;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 70px;
}

@media screen and (max-width: 47.875em) {
  .c-contact-newsletter {
    margin-bottom: 40px;
  }
}

.c-split-layout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 47.875em) {
  .c-split-layout {
    display: block;
  }
}

.c-split-layout__column {
  width: 50%;
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 47.875em) {
  .c-split-layout__column {
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 47.875em) {
  .c-split-layout__column--left {
    border-top: 1px solid #cccacc;
  }
}

.c-split-layout__column--full {
  width: 100%;
}

.c-split-layout__heading {
  font-family: "Goudy Old Style", "Helvetica", Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 40px;
}

@media screen and (max-width: 47.875em) {
  .c-split-layout__heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
  }
}

.c-split-layout__section {
  margin-bottom: 50px;
}

@media screen and (max-width: 47.875em) {
  .c-split-layout__section {
    margin-bottom: 0;
    border-bottom: 1px solid #cccacc;
    position: relative;
  }
}

.c-split-layout__section-heading {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  margin-bottom: 12px;
}

@media screen and (max-width: 47.875em) {
  .c-split-layout__section-heading {
    font-size: 8px;
  }
}

@media screen and (max-width: 47.875em) {
  .c-split-layout__section-heading {
    text-align: center;
    padding: 15px 40px;
    margin: 0;
    cursor: pointer;
  }
}

@media screen and (max-width: 47.875em) {
  .c-split-layout__section-content {
    display: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-designers-profile {
  border-top: 1px solid #cccacc;
  padding: 55px 45px 45px 45px;
}

@media screen and (max-width: 47.875em) {
  .c-designers-profile {
    border: none;
    padding: 0;
  }
}

.c-designers-profile__photo-wrap {
  max-width: 570px;
  margin: 0 auto;
  position: relative;
  padding: 30px 35px 20px 35px;
}

.c-designers-profile__name {
  font-family: "Monotype Modern Std", serif;
  line-height: .75;
  font-size: 50px;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 47.875em) {
  .c-designers-profile__name {
    font-size: 36px;
  }
}

@media screen and (max-width: 47.875em) {
  .c-designers-profile__name {
    margin-bottom: 20px;
  }
}

.c-designers-profile__photo {
  border: 4px solid #424141;
}

.c-designers-profile__sign {
  position: absolute;
  top: -18px;
  border: none;
  right: -120px;
}

.c-designers-profile__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 810px;
  margin: 0 auto;
  padding-top: 45px;
}

@media screen and (max-width: 47.875em) {
  .c-designers-profile__contents {
    display: block;
    padding-top: 0;
  }
}

.c-designers-profile__detail-text {
  width: 62%;
}

@media screen and (max-width: 47.875em) {
  .c-designers-profile__detail-text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}

.c-designers-profile__lists {
  width: 38%;
  padding-left: 40px;
}

@media screen and (max-width: 47.875em) {
  .c-designers-profile__lists {
    width: 100%;
    padding-left: 0;
  }
}

.c-designers-profile__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 68px;
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  border-top: 1px solid #cccacc;
}

@media screen and (max-width: 47.875em) {
  .c-designers-profile__list {
    height: 42px;
  }
}

.c-designers-profile__list:last-child {
  border-bottom: 1px solid #cccacc;
}

.c-designers-profile__list-label {
  width: 40%;
}

@media screen and (max-width: 47.875em) {
  .c-designers-profile__list-label {
    padding-left: 20px;
  }
}

.c-designers-profile__list-value {
  width: 60%;
  padding-left: 20px;
}

.c-made-in-la {
  position: relative;
}

.c-made-in-la__section-one {
  max-width: 608px;
  margin: 0 auto;
  padding-top: 70px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 47.875em) {
  .c-made-in-la__section-one {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-made-in-la__section-one-heading {
  font-family: "Monotype Modern Std", serif;
  line-height: .75;
  font-size: 50px;
  line-height: .9;
  margin-top: 35px;
  margin-bottom: 35px;
}

@media screen and (max-width: 47.875em) {
  .c-made-in-la__section-one-heading {
    font-size: 36px;
  }
}

@media screen and (max-width: 47.875em) {
  .c-made-in-la__section-one-heading {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.c-made-in-la__section-one-badge {
  position: absolute;
  left: -100px;
  top: 60%;
  border: 1px solid #cccacc;
  text-align: center;
  width: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
}

.c-made-in-la__section-two {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 60px 25px 60px;
}

@media screen and (max-width: 47.875em) {
  .c-made-in-la__section-two {
    display: block;
    padding: 20px;
  }
}

.c-made-in-la__section-two-left-col {
  padding-right: 40px;
}

@media screen and (max-width: 47.875em) {
  .c-made-in-la__section-two-left-col {
    padding: 0;
  }
}

.c-made-in-la__section-two-right-col {
  padding-left: 40px;
}

@media screen and (max-width: 47.875em) {
  .c-made-in-la__section-two-right-col {
    padding: 0;
  }
}

.c-made-in-la__section-three {
  position: relative;
}

@media screen and (max-width: 47.875em) {
  .c-made-in-la__section-three {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-made-in-la__section-four {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
}

@media screen and (max-width: 47.875em) {
  .c-made-in-la__section-four {
    display: block;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }
}

.c-made-in-la__section-four-left-col {
  width: 50%;
}

@media screen and (max-width: 47.875em) {
  .c-made-in-la__section-four-left-col {
    width: 100%;
  }
}

.c-made-in-la__section-four-right-col {
  width: 50%;
  padding-left: 70px;
}

@media screen and (max-width: 47.875em) {
  .c-made-in-la__section-four-right-col {
    width: 100%;
    padding: 0;
  }
}

.c-made-in-la__section-four-top {
  height: 50%;
  max-width: 365px;
  padding-top: 20px;
}

.c-made-in-la__section-four-heading {
  font-family: "Monotype Modern Std", serif;
  line-height: .75;
  font-size: 50px;
}

@media screen and (max-width: 47.875em) {
  .c-made-in-la__section-four-heading {
    font-size: 36px;
  }
}

.c-made-in-la__section-four-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 50%;
  max-width: 365px;
}

.c-made-in-la__section-five {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 70px 60px;
}

@media screen and (max-width: 47.875em) {
  .c-made-in-la__section-five {
    display: block;
    padding: 20px;
  }
}

.c-made-in-la__section-five-image {
  border: none;
}

@media screen and (max-width: 47.875em) {
  .c-made-in-la__section-five-image {
    border: none;
  }
}

.c-made-in-la__section-five-caption {
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  padding-top: 20px;
  text-align: center;
}

@media screen and (max-width: 47.875em) {
  .c-made-in-la__section-five-left {
    margin-bottom: 20px;
  }
}

.c-made-in-la__section-six {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
}

@media screen and (max-width: 47.875em) {
  .c-made-in-la__section-six {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 20px;
    padding-top: 0;
  }
}

.c-made-in-la__section-six-left-col {
  width: 50%;
  padding-left: 70px;
  padding-right: 70px;
}

@media screen and (max-width: 47.875em) {
  .c-made-in-la__section-six-left-col {
    width: 100%;
    padding: 0;
    padding-top: 20px;
  }
}

.c-made-in-la__section-six-left-col p {
  max-width: 350px;
}

.c-made-in-la__section-six-right-col {
  width: 50%;
}

.c-made-in-la__section-six-right-col img {
  width: 100%;
}

@media screen and (max-width: 47.875em) {
  .c-made-in-la__section-six-right-col {
    width: 100%;
    padding: 0;
  }
}

.c-made-in-la__section-six-top {
  height: 50%;
  max-width: 365px;
  padding-top: 20px;
}

.c-made-in-la__section-six-heading {
  font-family: "Monotype Modern Std", serif;
  line-height: .75;
  font-size: 50px;
}

@media screen and (max-width: 47.875em) {
  .c-made-in-la__section-six-heading {
    font-size: 36px;
  }
}

.c-made-in-la__section-six-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 50%;
  max-width: 365px;
}

.c-made-in-la__section-seven {
  padding-bottom: 140px;
}

@media screen and (max-width: 47.875em) {
  .c-made-in-la__section-seven {
    width: 100%;
    padding: 0 20px 40px 20px;
  }
}

.c-lf-lookbook {
  position: relative;
  padding-bottom: 60px;
}

.c-lf-lookbook__section-one {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #cccacc;
  padding-bottom: 50px;
}

@media screen and (max-width: 47.875em) {
  .c-lf-lookbook__section-one {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 10px;
  }
}

.c-lf-lookbook__section-one-left-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 40px;
}

@media screen and (max-width: 47.875em) {
  .c-lf-lookbook__section-one-left-col {
    display: block;
    width: 100%;
    padding: 40px 20px 20px 20px;
  }
}
.c-lf-lookbook__section-one-heading {
  font-family: "Monotype Modern Std", serif;
  line-height: .75;
  font-size: 50px;
  text-align: center;
  margin-bottom: 200px;
}

@media screen and (max-width: 47.875em) {
  .c-lf-lookbook__section-one-heading {
    font-size: 36px;
  }
}

@media screen and (max-width: 47.875em) {
  .c-lf-lookbook__section-one-heading {
    margin-bottom: 30px;
  }
}

.c-lf-lookbook__section-one-image {
  width: 100%;
}

.c-lf-lookbook__section-one-content {
  max-width: 300px;
  margin: 0 auto;
}

.c-lf-lookbook__section-one-right-col {
  width: 50%;
}

@media screen and (max-width: 47.875em) {
  .c-lf-lookbook__section-one-right-col {
    display: block;
    width: 100%;
    padding: 20px 20px 0 20px;
  }
}

.c-lf-lookbook__section-two {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 50px;
  padding-top: 50px;
}

@media screen and (max-width: 47.875em) {
  .c-lf-lookbook__section-two {
    display: block;
    padding: 0;
  }
}

.c-lf-lookbook__section-two-left-col {
  width: 50%;
}

@media screen and (max-width: 47.875em) {
  .c-lf-lookbook__section-two-left-col {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.c-lf-lookbook__section-two-image {
  width: 100%;
}

.c-lf-lookbook__section-two-image-has-border {
  border: 4px solid #363a3e;
}

@media screen and (max-width: 47.875em) {
  .c-lf-lookbook__section-two-image-has-border {
    border: none;
  }
}

.c-lf-lookbook__section-two-right-col {
  width: 50%;
  padding-left: 70px;
  padding-right: 70px;
}

@media screen and (max-width: 47.875em) {
  .c-lf-lookbook__section-two-right-col {
    padding: 0 20px 20px 20px;
    width: 100%;
  }
}

.c-lf-lookbook__section-three {
  border-top: 1px solid #cccacc;
  border-bottom: 1px solid #cccacc;
  margin-bottom: 60px;
}

.c-lf-lookbook__section-four {
  position: relative;
}

@media screen and (max-width: 47.875em) {
  .c-lf-lookbook__section-four {
    padding: 20px 0 20px 0;
  }
}

.c-lf-lookbook__section-five {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 50px;
  padding-top: 50px;
}

@media screen and (max-width: 47.875em) {
  .c-lf-lookbook__section-five {
    display: block;
    padding: 0 0  20px 0;
  }
}

.c-lf-lookbook__section-five-right-col {
  width: 50%;
}

@media screen and (max-width: 47.875em) {
  .c-lf-lookbook__section-five-right-col {
    width: 100%;
  }
}

.c-lf-lookbook__section-five-image {
  width: 100%;
}

.c-lf-lookbook__section-five-image-has-border {
  border: 4px solid #363a3e;
}

.c-lf-lookbook__section-five-left-col {
  width: 50%;
  padding-left: 70px;
  padding-right: 70px;
}

@media screen and (max-width: 47.875em) {
  .c-lf-lookbook__section-five-left-col {
    width: 100%;
    padding: 0 20px 20px 20px;
  }
}

.c-lf-lookbook__section-six {
  border-top: 1px solid #cccacc;
  border-bottom: 1px solid #cccacc;
  margin-bottom: 60px;
}

.c-lf-lookbook__section-seven {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 50px;
  padding-top: 50px;
}

@media screen and (max-width: 47.875em) {
  .c-lf-lookbook__section-seven {
    padding: 20px 0 0 0;
    display: block;
  }
}

.c-lf-lookbook__section-seven-left-col {
  width: 50%;
}

@media screen and (max-width: 47.875em) {
  .c-lf-lookbook__section-seven-left-col {
    width: 100%;
  }
}

.c-lf-lookbook__section-seven-image {
  width: 100%;
}

.c-lf-lookbook__section-seven-image-has-border {
  border: 4px solid #363a3e;
}

.c-lf-lookbook__section-seven-right-col {
  width: 50%;
  padding-left: 70px;
  padding-right: 70px;
}

@media screen and (max-width: 47.875em) {
  .c-lf-lookbook__section-seven-right-col {
    padding: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 47.875em) {
  .c-lf-lookbook__section-eight {
    padding-bottom: 20px;
  }
}

.c-lf-lookbook__section-nine {
  border-top: 1px solid #cccacc;
  border-bottom: 1px solid #cccacc;
  margin-top: 60px;
}

.c-lookbook-caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-lookbook-caption--right-padding {
  padding-right: 35px;
}

.c-lookbook-caption--left-padding {
  padding-left: 35px;
}

.c-lookbook-caption--both-padding {
  padding-left: 35px;
  padding-right: 35px;
}

.c-lookbook-caption__left-col {
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
}

.c-lookbook-caption__link {
  text-decoration: underline;
}
.collab {
  /*align-items: center;*/
}
.c-lf-collab__section-one-left-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*-webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;*/
  width: 50%;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
}
.c-lf-collab__section-one-left-col p {
    height: 57px;
    align-items: center;
    display: flex;
    margin: 0;
    justify-content: center;
}
.c-lf-collab__section-one-right-col {
    width: 50%;
    padding:7% 1% 0 5%;
    text-align: center;
}
.c-lf-collab__section-one-right-col.maker {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.c-lf-collab__section-one-right-col.maker .title {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-lf-collab__section-one-right-col.maker .excerpt {
    margin-bottom: -7px;
}
.c-lf-collab__section-one-right-col.maker .excerpt p {
    margin-bottom: 0;
}
.c-lf-collab__section-one-right-col .u-category-title{
  padding-top:20%;
}
.c-company {
  position: relative;
}

.c-company__section-one {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 47.875em) {
  .c-company__section-one {
    display: block;
  }
}

.c-company__section-one-left-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 42%;
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 47.875em) {
  .c-company__section-one-left-col {
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

.c-company__section-one-heading {
  font-family: "Monotype Modern Std", serif;
  line-height: .75;
  font-size: 50px;
}

@media screen and (max-width: 47.875em) {
  .c-company__section-one-heading {
    font-size: 36px;
  }
}

.c-company__section-one-right-col {
  width: 58%;
}

@media screen and (max-width: 47.875em) {
  .c-company__section-one-right-col {
    width: 100%;
  }
}

.c-company__section-two {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 60px 25px 60px;
}

@media screen and (max-width: 47.875em) {
  .c-company__section-two {
    display: block;
    padding: 20px;
  }
}

.c-company__section-two-left-col {
  padding-right: 40px;
}

@media screen and (max-width: 47.875em) {
  .c-company__section-two-left-col {
    padding: 0;
  }
}

.c-company__section-two-right-col {
  padding-left: 40px;
}

@media screen and (max-width: 47.875em) {
  .c-company__section-two-right-col {
    padding: 0;
  }
}

.c-company__section-three {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}

@media screen and (max-width: 47.875em) {
  .c-company__section-three {
    display: block;
    padding-bottom: 10px;
  }
}

.c-company__section-three-left-col {
  width: 48%;
}

@media screen and (max-width: 47.875em) {
  .c-company__section-three-left-col {
    width: 100%;
  }
}

.c-company__section-three-right-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 52%;
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 47.875em) {
  .c-company__section-three-right-col {
    display: block;
    width: 100%;
    padding: 20px;
  }
}

.c-company__section-three-right-col p {
  margin-bottom: 0;
  text-indent: 30px;
}

.c-company__section-three-heading {
  font-family: "Monotype Modern Std", serif;
  line-height: .75;
  font-size: 50px;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 47.875em) {
  .c-company__section-three-heading {
    font-size: 36px;
  }
}

@media screen and (max-width: 47.875em) {
  .c-company__section-three-heading {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

.c-company__section-four {
  padding-top: 50px;
  padding-bottom: 20px;
  border-top: 1px solid #cccacc;
  border-bottom: 1px solid #cccacc;
}

@media screen and (max-width: 47.875em) {
  .c-company__section-four {
    padding-top: 35px;
  }
}

.c-company__section-four-heading {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  text-align: center;
  padding-bottom: 20px;
}

@media screen and (max-width: 47.875em) {
  .c-company__section-four-heading {
    font-size: 8px;
  }
}

@media screen and (max-width: 47.875em) {
  .c-company__section-four-heading {
    font-size: 10px !important;
  }
}

.c-company__section-four-logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-company__section-four-logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  min-height: 140px;
  text-align: center;
}

@media screen and (max-width: 47.875em) {
  .c-company__section-four-logo {
    width: 50%;
    min-height: 80px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-la-product-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #cccacc;
  padding-top: 80px;
  padding-bottom: 40px;
}

@media screen and (max-width: 47.875em) {
  .c-la-product-details {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}

.c-la-product-details__left-column {
  width: 68%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .c-la-product-details__left-column {
    width: 63%;
  }
}

@media screen and (max-width: 900px) {
  .c-la-product-details__left-column {
    width: 58%;
  }
}

@media screen and (max-width: 47.875em) {
  .c-la-product-details__left-column {
    width: 100%;
    padding: 0;
  }
}

.c-la-product-details__border {
  border-top: 1px solid #cccacc;
  border-bottom: 1px solid #cccacc;
}

.c-la-product-details__top-border {
  border-top: 1px solid #cccacc;
}

.c-la-product-details__bottom-border {
  border-bottom: 1px solid #cccacc;
}

.c-la-product-details__name {
  text-align: center;
  text-transform: uppercase;
  font-family: "Goudy Old Style", "Helvetica", Arial, sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 47.875em) {
  .c-la-product-details__name {
    margin-bottom: 0;
    font-size: 14px;
  }
}

.c-la-product-details__short {
  text-align: center;
}

.c-la-product-details__wait-time {
  text-align: center;
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  padding:15px 0;
}

.c-la-product-details__image-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.c-la-product-details__image-section--large-gap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.c-la-product-details__right-column {
  width: 32%;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 1200px) {
  .c-la-product-details__right-column {
    width: 37%;
  }
}

@media screen and (max-width: 900px) {
  .c-la-product-details__right-column {
    width: 42%;
  }
}

@media screen and (max-width: 47.875em) {
  .c-la-product-details__right-column {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 47.875em) {
  .c-la-product-details__wrap-for-mobile {
    padding-left: 17px;
    padding-right: 17px;
  }
}

.c-la-product-details__price-list {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  line-height: 2.4;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 47.875em) {
  .c-la-product-details__price-list {
    font-size: 8px;
  }
}

@media screen and (max-width: 47.875em) {
  .c-la-product-details__price-list {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.c-la-product-details__description {
  padding-bottom: 30px;
  padding-top: 10px;
  text-align: center;
}
p.stock.in-stock{
  text-align:center;
}

@media screen and (max-width: 47.875em) {
  .c-la-product-details__description {
    padding-bottom: 10px;
  }
}

.c-la-product-details__button-wrap {
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  position: relative;
}

.c-la-product-details__button {
  display: block;
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  text-transform: uppercase;
  text-align: center;
  border: 3px solid #312f2f;
  height: 40px;
  line-height: 34px;
  width: 100%;
}

@media screen and (max-width: 47.875em) {
  .c-la-product-details__button {
    font-size: 8px;
  }

  .c-la-product-details__button--mobile {
    border: none;
    height: auto;
  }

  .c-la-product-details__button-wrap {
    border: 3px solid #312f2f;
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-la-product-details__button-wrap--partnershop {
    border: none !important;
  }
}

.c-la-product-details__button.active {
  position: relative;
  z-index: 10;
  border-left: none;
  background: #fffbf0;
}

.c-la-product-details__button.disabled,
    .c-la-product-details__button:hover {
  border-color: #6C6A69;
  color: #6C6A69;
}

.c-la-product-details__features-wrap {
  margin-top: 90px;
  border-top: 1px solid #cccacc;
}

@media screen and (max-width: 47.875em) {
  .c-la-product-details__features-wrap {
    margin-top: 10px;
  }
}

.c-la-product-details__features {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cccacc;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 47.875em) {
  .c-la-product-details__features {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    text-align: center;
  }
}

.c-la-product-details__features--column {
  display: block;
}

@media screen and (max-width: 47.875em) {
  .c-la-product-details__features--column {
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .c-la-product-details__features.active {
    border-top: 3px solid #090a0c;
    border-bottom: 3px solid #090a0c;
  }
}

.c-la-product-details__features.active:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: 20;
  background: #fffbf0;
  width: 3px;
  height: 100%;
  top: 0;
}

.c-la-product-details__feature-name {
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  width: 45%;
  line-height: 3;
  padding-left: 10px;
}

.c-la-product-details__feature-name--full {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.c-la-product-details__zoom-icon {
  display: block;
  padding-top: 4px;
}

@media screen and (max-width: 47.875em) {
  .c-la-product-details__zoom-icon {
    display: none;
  }

  .c-la-product-details__feature-name--full {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 47.875em) {
  .c-la-product-details__feature-name br {
    display: none;
  }

  .c-la-product-details__feature-name {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;
  }
}

.c-la-product-details__feature-list {
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  width: 55%;
  line-height: 3;
}

@media screen and (max-width: 47.875em) {
  .c-la-product-details__feature-list {
    width: 100%;
    display: none;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-left: 30px;
  }
}

.c-la-product-details__features-cart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cccacc;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 47.875em) {
  .c-la-product-details__features-cart {
    padding-top: 7px;
    padding-bottom: 5px;
  }
}

.c-la-product-details__features-cart--column {
  display: block;
}

.c-la-product-details__features-cart.active {
  border-top: 3px solid #090a0c;
  border-bottom: 3px solid #090a0c;
}

.c-la-product-details__features-cart.active:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: 20;
  background: #fffbf0;
  width: 3px;
  height: 100%;
  top: 0;
}

.c-la-product-details__feature-name-cart {
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  width: 45%;
  line-height: 3;
  padding-left: 10px;
}

.c-la-product-details__feature-name-cart--full {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.c-la-product-details__feature-list-cart {
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  width: 55%;
  line-height: 3;
}

.c-la-product-details__feature-text {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 47.875em) {
  .c-la-product-details__feature-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.c-la-product-details__colors-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 47.875em) {
  .c-la-product-details__colors-list {
    display: none;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-left: 30px;
  }
}

.c-la-product-details__color-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.c-la-product-details__color-circle {
  display: block;
  width: 16px;
  height: 16px;
  background: #ccc;
  background-size: cover;
  background-position: center center;
  margin-right: 6px;
  border-radius: 50%;
}

.c-la-product-details__color-name {
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  cursor: pointer;
}

.c-la-product-details__color-name:hover {
  color: #aaa69f;
}

.c-la-product-details__color-name--no-hover {
  color: #424141 !important;
  cursor: default !important;
}

.c-la-product-details__made-in-la-sign {
  width: 70px;
  border: 1px solid #cccacc;
  text-align: center;
  padding: 10px 0;
  line-height: 1.4;
  margin: 0 auto;
  margin-top: 40px;
}

.c-la-product-details__button-wrap-inquiry {
  padding-top: 12px;
  padding-bottom: 10px;
}

@media screen and (max-width: 47.875em) {
  .c-la-product-details__button-wrap-inquiry {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-la-product-details__quantity-wrap {
  padding-top: 5px;
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  text-align: center;
  padding-bottom: 10px;
}

.c-la-product-details__quantity-buttons {
  padding-left: 10px;
}

.c-la-product-details__quantity-button {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}

.c-la-product-details__quantity-button:last-child {
  font-family: arial;
}

.c-la-product-details__carousel {
  position: relative;
}

.c-la-product-details__carousel .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-la-product-details__carousel img {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.c-la-product-details__carousel-small {
  position: relative;
}

.c-la-product-details__carousel-small img {
  width: 60% !important;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.c-la-product-details-carousel__left-arrow {
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -8px;
  z-index: 100;
}

@media screen and (max-width: 47.875em) {
  .c-la-product-details-carousel__left-arrow {
    left: 40px;
  }
}

.c-la-product-details-carousel__right-arrow {
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -8px;
  z-index: 100;
}

@media screen and (max-width: 47.875em) {
  .c-la-product-details-carousel__right-arrow {
    right: 40px;
  }
}

.c-la-product-details__mobile-arrow {
  position: absolute;
  top: 0;
  right: 15px;
  top: 7px;
}

.active-details .c-la-product-details__mobile-arrow {
  transform: rotate(180deg);
}

.c-la-product-details__page-top {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 5px;
}

.c-la-product-details__page-top h2 {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  margin-bottom: 4px;
}

@media screen and (max-width: 47.875em) {
  .c-la-product-details__page-top h2 {
    font-size: 8px;
  }
}

.c-la-product-details__page-top p {
  margin-bottom: 2px;
}

.c-inquire-form {
  width: 620px;
  min-height: 800px;
  border: 3px solid #090a0c;
  position: absolute;
  right: calc(100% - 3px);
  top: 50%;
  margin-top: -400px;
  background: #fffbf0;
  padding: 60px 60px 60px 40px;
  text-align: center;
  display: none;
}

.c-inquire-form.active {
  display: block;
}

.c-inquire-form__inner-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
}

.c-inquire-form__close-button {
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.c-inquire-form__heading {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
}

@media screen and (max-width: 47.875em) {
  .c-inquire-form__heading {
    font-size: 8px;
  }

  .c-inquire-form {
    position: static;
    margin: 0;
    width: auto;
    border: none;
    height: auto;
    min-height: 0;
    padding: 0 25px 10px 25px;
  }

  .c-inquire-form__inner-wrap {
    max-width: 320px;
  }
}

.c-inquire-form__company-name {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  padding-top: 32px;
  padding-bottom: 5px;
}

.c-inquire-form__price-list {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  line-height: 2.4;
  text-align: center;
  padding-top: 26px;
  padding-bottom: 26px;
}

@media screen and (max-width: 47.875em) {
  .c-inquire-form__price-list {
    font-size: 8px;
  }

  .c-inquire-form__company-name {
    padding-top: 15px;
  }
}

.c-inquire-form__footer-text {
  padding-top: 35px;
}

.c-inquire-form__address {
  line-height: 2.2;
  padding-top: 20px;
}

.c-inquire-form__phone-number {
  display: block;
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
}

@media screen and (max-width: 47.875em) {
  .c-inquire-form__phone-number {
    font-size: 8px;
  }
}

.c-inquire-form__thank-you-text {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  padding-top: 20px;
}

@media screen and (max-width: 47.875em) {
  .c-inquire-form__thank-you-text {
    font-size: 8px;
  }
}

.c-finishes-popup {
  width: 700px;
  border: 3px solid #090a0c;
  position: absolute;
  right: calc(100% - 3px);
  top: 50%;
  margin-top: -170px;
  background: #fffbf0;
}

.c-finishes-popup__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cccacc;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.c-finishes-popup__heading {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
}

@media screen and (max-width: 47.875em) {
  .c-finishes-popup__heading {
    font-size: 8px;
  }
}

.c-finishes-popup__all-link {
  text-decoration: underline;
}

.c-finishes-popup__close-link {
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
}

.c-finishes-popup__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-finishes-popup__item {
  width: 33.33%;
  border-right: 1px solid #cccacc;
  text-align: center;
  padding: 43px 20px;
}

.c-finishes-popup__item:last-child {
  border-right: none;
}

.c-finishes-popup__name {
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  padding-top: 20px;
}

@media screen and (max-width: 47.875em) {
  .c-finishes-popup {
    position: static;
    width: auto;
    border: none;
    margin: 0;
  }

  .c-finishes-popup__item {
    padding: 20px 15px;
    border: none;
  }
}

.c-product-tearsheet__image-wrap {
  padding-top: 200px;
  padding-bottom: 200px;
  text-align: center;
}

.c-product-tearsheet__product-details {
  padding-top: 20px;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.c-product-tearsheet__heading {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  padding-bottom: 5px;
}

.c-product-tearsheet__name {
  padding-top: 0;
}

.c-product-tearsheet__description {
  padding-top: 30px;
}

.c-product-tearsheet__product-features {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 70px 60px 70px;
}

.c-product-tearsheet__column {
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
}

.c-product-tearsheet__la-sign {
  border: 1px solid #cccacc;
  width: 70px;
  text-align: center;
  float: left;
  margin-top: 80px;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 1.2;
}

.c-partner-shop-poster {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 75px;
  border-top: 1px solid #cccacc;
}

@media screen and (max-width: 47.875em) {
  .c-partner-shop-poster {
    display: block;
    border-top: none;
    padding: 17px;
    padding-top: 0;
  }
}

.c-partner-shop-poster__image-wrap {
  width: 35%;
}

@media screen and (max-width: 47.875em) {
  .c-partner-shop-poster__image-wrap {
    width: 100%;
    margin-bottom: 15px;
  }
}

.c-partner-shop-poster__details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 65%;
  padding-left: 120px;
  text-align: center;
}

@media screen and (max-width: 47.875em) {
  .c-partner-shop-poster__details {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.c-partner-shop-poster__heading {
  font-family: "Monotype Modern Std", serif;
  line-height: .75;
  font-size: 50px;
  line-height: .9;
}

@media screen and (max-width: 47.875em) {
  .c-partner-shop-poster__heading {
    font-size: 36px;
  }
}

@media screen and (max-width: 47.875em) {
  .c-partner-shop-poster__heading {
    font-size: 36px;
    padding-top: 26px;
    padding-bottom: 2px;
    text-align: center;
  }
}

.c-partner-shop-poster__link {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
}

@media screen and (max-width: 47.875em) {
  .c-partner-shop-poster__link {
    font-size: 8px;
  }
}

.c-sidebar-menu__page-top {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 5px;
}

.c-sidebar-menu__page-top h2 {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  margin-bottom: 6px;
}

@media screen and (max-width: 47.875em) {
  .c-sidebar-menu__page-top h2 {
    font-size: 8px;
  }
}

.c-sidebar-menu__header {
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  padding-top: 16px;
  padding-bottom: 14px;
  text-align: center;
  border-top: 1px solid #cccacc;
  position: relative;
}

@media screen and (max-width: 47.875em) {
  .c-sidebar-menu__header {
    cursor: pointer;
  }
}

.c-sidebar-menu__header-arrow {
  position: absolute;
  right: 13px;
  top: 13px;
  transition: .4s;
}

.c-sidebar-menu__header-arrow.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-partner-product-heading {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}

.c-partner-product-heading--shop-landing {
  padding-top: 20px;
  padding-bottom: 20px;
}

.c-partner-product-heading__partner-shop-logo {
  max-width: 220px;
}

.c-regular-button-wrap {
  padding: 17px;
}

.c-mobile-nav {
  text-align: center;
  position: fixed;
  background: #fffbf0;
  border-top: 4px solid #090a0c;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: .4s;
}

.c-mobile-nav.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.c-mobile-nav__arrow {
  position: absolute;
  right: 18px;
  top: 18px;
}

@media screen and (max-width: 47.875em) {
  .s-primary-nav {
    display: none;
  }
}

.s-primary-nav > ul {
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s-primary-nav > ul > li {
  margin: 0 27px;
  position: relative;
  padding-bottom: 4px;
}
.s-primary-nav > ul > li.active {
    border-bottom: 3px solid #2C2C2C;
}

@media screen and (max-width: 1000px) {
  .s-primary-nav > ul > li {
    margin: 0 15px;
  }
}

.s-primary-nav > ul > li > a {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
}

@media screen and (max-width: 47.875em) {
  .s-primary-nav > ul > li > a {
    font-size: 8px;
  }
}

@media screen and (max-width: 1000px) {
  .s-primary-nav > ul > li > a {
    font-size: 8px;
  }
}

.s-footer-menu-block {
  text-align: center;
  border-bottom: 3px solid #090a0c;
}

.s-footer-menu-block ul {
  list-style: none;
  margin: 0;
}

.s-footer-menu-block li {
  border-bottom: 1px solid #cccacc;
}

.s-footer-menu-block li:last-child {
  border: none;
}

.s-footer-menu-block a {
  display: block;
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

@media screen and (max-width: 47.875em) {
  .s-footer-menu-block a {
    font-size: 8px;
  }
}

.s-footer-newsletter-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cccacc;
}

@media screen and (max-width: 47.875em) {
  .s-footer-newsletter-menu {
    display: block;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    text-align: center;
  }
}

.s-footer-newsletter-menu li {
  margin: 0 40px;
}

.s-footer-newsletter-menu li:nth-child(3) {
  margin-left: 600px;
}

@media screen and (max-width: 47.875em) {
  .s-footer-newsletter-menu li:nth-child(3) {
    margin-left: 0;
  }
}

@media screen and (max-width: 47.875em) {
  .s-footer-newsletter-menu li {
    margin: 0 10px !important;
    display: inline-block;
    font-size: 12px;
  }
}

.s-newsletter {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: auto;
  position: relative;
  padding-right: 34px;
}

.s-newsletter .gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}

.s-newsletter label {
  display: none;
}

.s-newsletter input[type=text],
  .s-newsletter input[type=email] {
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  border: 1px solid #cccacc;
  background: transparent;
  padding: 10px;
  height: 34px;
  color: #424141;
  margin-bottom: 0;
}

.s-newsletter input[type=text]::-webkit-input-placeholder, .s-newsletter input[type=text]:-ms-input-placeholder, .s-newsletter input[type=text]:-moz-placeholder, .s-newsletter input[type=text]::-moz-placeholder,
    .s-newsletter input[type=email]::-webkit-input-placeholder,
    .s-newsletter input[type=email]:-ms-input-placeholder,
    .s-newsletter input[type=email]:-moz-placeholder,
    .s-newsletter input[type=email]::-moz-placeholder {
  color: #424141;
}

.s-newsletter input[type=submit] {
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  position: absolute;
  width: 34px;
  padding-left: 0;
  padding-right: 0;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url(../img/submit-button-bg-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #cccacc;
  right: 0;
  height: 34px;
  top: 0;
  border-left: none;
}

.s-product-sidebar-menu {
  margin: 60px 0 0 0;
  border-top: 1px solid #cccacc;
  list-style: none;
  transition: margin .4s;
}

@media screen and (max-width: 47.875em) {
  .s-product-sidebar-menu {
    margin-top: 0;
    display: none;
    text-align: center;
  }
}

.s-product-sidebar-menu li {
  display: block;
  padding-left: 28px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  padding-right: 10px;
  min-height: 42px;
  text-transform: capitalize;
}

.s-product-sidebar-menu li.selected-item > a {
  text-decoration: underline;
}

.s-product-sidebar-menu li a:hover {
  text-decoration: underline;
}

.s-product-sidebar-menu li ul {
  margin-top: 12px;
  display: none;
}

.s-product-sidebar-menu li li {
  padding-left: 8px;
  min-height: 0;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 8px;
}

.s-product-sidebar-menu li li a {
  text-decoration: none;
}

.s-product-sidebar-menu li li a:hover {
  text-decoration: underline;
}

.s-shop-designer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.s-shop-designer-list li {
  margin-bottom: 7px;
}

.s-shop-designer-list a {
  text-decoration: underline;
}

.s-shop-designer-list a:hover {
  text-decoration: none;
}

.s-inquire-form .gform_fields {
  list-style: none;
  margin: 0;
}

.s-inquire-form .gfield {
  margin-bottom: 15px;
}

.s-inquire-form label {
  display: none;
}

.s-inquire-form input[type=text],
.s-inquire-form input[type=email],
.s-inquire-form input[type=tel] {
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  border: 1px solid #cccacc;
  background: transparent;
  padding: 10px;
  height: 34px;
  margin-bottom: 0;
  box-shadow: none;
}

.s-inquire-form--sent .gform_footer {
  display: none !important;
}

.s-inquire-form .gfield_description.validation_message {
  text-align: left;
  color: #f00;
  padding-top: 2px;
  font-size: 14px;
}

.s-inquire-form .validation_error {
  text-align: left;
  color: #ff0000;
  padding-bottom: 18px;
}

.s-inquire-form textarea {
  border: 1px solid #cccacc;
  background: transparent;
  padding: 10px;
  height: 34px;
  margin-bottom: 0;
  box-shadow: none;
}

.s-inquire-form input[type=submit] {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  display: block;
  text-align: center;
  border: 3px solid #312f2f;
  height: 40px;
  /* line-height: 34px; */
  width: 100%;
  background: transparent;
}

.s-inquire-form input[type=submit]:hover {
  background: transparent;
  border-color: #6C6A69;
  color: #6C6A69;
}

.s-inquire-form .specialty label {
    display: block;
}
.specialty li {
    display: inline-flex;
}
.specialty [type="checkbox"] {
    margin: 0;
}

@media screen and (max-width: 47.875em) {
  .s-inquire-form input[type=submit] {
    font-size: 8px;
  }
}

.s-cart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  border-top: 1px solid #cccacc;
}

@media screen and (max-width: 47.875em) {
  .s-cart {
    display: block;
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.s-cart .woocommerce-message, .woocommerce form .form-row .select2-container {
  display: none;
}

.s-cart .cart-collaterals .cart_totals,
  .s-cart .cart-collaterals .cart_totals {
  width: 100%;
}

.s-cart .woocommerce-cart-form {
  width: 70%;
  padding-bottom: 100px;
}

@media screen and (max-width: 47.875em) {
  .s-cart .woocommerce-cart-form {
    width: 100%;
    padding-bottom: 0;
  }
}

.s-cart .cart-collaterals {
  width: 30%;
  border-left: 1px solid #cccacc;
  border-right: 1px solid #cccacc;
  border-top: 3px solid #090a0c;
}

@media screen and (max-width: 47.875em) {
  .s-cart .cart-collaterals {
    width: 100%;
    position: static;
  }
}

.s-cart .cart-collaterals .cart_totals h2 {
  display: none;
}

.s-cart table.shop_table {
  border: none;
}

@media screen and (max-width: 47.875em) {
  .s-cart table.shop_table {
    margin-bottom: 0;
  }
}

.s-cart table.shop_table_responsive tr:nth-child(2n) td,
  .s-cart table.shop_table_responsive tr:nth-child(2n) td {
  background: transparent;
}

.s-cart .checkout-button-cs {
  display: block;
  text-align: center;
  height: 55px;
  line-height: 55px;
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  background: #2c2c2c;
  color: #fff;
}

@media screen and (max-width: 47.875em) {
  .s-cart .checkout-button-cs {
    font-size: 8px;
  }
}

.s-cart table.shop_table_responsive tr td::before,
  .s-cart table.shop_table_responsive tr td::before {
  font-weight: normal;
}

.s-cart .woocommerce-shipping-calculator {
  display: none;
}

.s-cart .woocommerce-Price-currencySymbol {
  font-weight: normal;
}

.s-cart table.shop_table_responsive tr td.actions {
  display: none;
}

.s-cart table.cart img {
  max-width: 55px;
  max-height: 55px;
  width: auto;
  height: auto;
}

.s-cart .woocommerce-cart-form__contents thead {
  display: none;
}

.s-cart table.shop_table td.product-price {
  display: none;
}

.s-cart table.shop_table td.product-quantity .quantity {
  display: none;
}

.s-cart .woocommerce-designer-name {
  font-size: 12px;
  letter-spacing: 1px;
}

.s-cart .c-la-product-details__quantity-wrap {
  padding: 0;
}

.s-cart .woocommerce-Price-amount {
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
}

.s-cart table.shop_table .cart_item td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: none;
  border-bottom: 1px solid #cccacc;
}

.s-cart .product-remove a.remove {
  color: #ada5ac !important;
}

.s-cart .product-remove a.remove:hover {
  background: none;
  color: #ada5ac;
}

.s-cart table.shop_table tbody th,
  .s-cart table.shop_table tfoot td,
  .s-cart table.shop_table tfoot th {
  font-weight: normal;
}

.s-checkout {
  padding-right: 50px;
  border-top: 1px solid #cccacc;
}

@media screen and (max-width: 47.875em) {
  .s-checkout {
    padding-right: 0;
  }
}

.s-checkout .woocommerce-info {
  /*display: none;*/
  border-top:0;
    border-bottom: 0px solid #cccacc;
    background: none;
}
.woocommerce-info::before {
    color: #424141;
}

.s-checkout .checkout_coupon {
  /*display: none;*/
}

.s-checkout .woocommerce-checkout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 47.875em) {
  .s-checkout .woocommerce-checkout {
    display: block;
  }
}

.s-checkout table.shop_table {
  border: none;
}

.s-checkout #customer_details {
  width: 70%;
}
.woocommerce-NoticeGroup-updateOrderReview{
  width: 100%;
}
@media screen and (max-width: 47.875em) {
  .s-checkout #customer_details {
    width: 100%;
  }
}

.s-checkout .woocommerce-checkout-review-order {
  border-left: 1px solid #cccacc;
  border-right: 1px solid #cccacc;
  width: 30%;
}

@media screen and (max-width: 47.875em) {
  .s-checkout .woocommerce-checkout-review-order {
    width: 100%;
  }
}

.s-checkout .woocommerce-billing-fields {
  padding-top: 40px;
  position: relative;
}

@media screen and (max-width: 47.875em) {
  .s-checkout .woocommerce-billing-fields {
    padding-top: 20px;
  }
}

.s-checkout .woocommerce-shipping-fields h3,
  .s-checkout .woocommerce-billing-fields h3 {
  font-family: "Goudy Old Style", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  padding-left: 36px;
}

@media screen and (max-width: 47.875em) {
  .s-checkout .woocommerce-shipping-fields h3,
      .s-checkout .woocommerce-billing-fields h3 {
    padding-left: 20px;
  }
}

.s-checkout .woocommerce-shipping-fields__field-wrapper,
  .s-checkout .woocommerce-billing-fields__field-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 45px;
  margin-bottom: 45px;
}

.s-checkout .woocommerce-billing-fields__field-wrapper {
  padding-top: 30px;
}

@media screen and (max-width: 47.875em) {
  .s-checkout .woocommerce-shipping-fields__field-wrapper,
      .s-checkout .woocommerce-billing-fields__field-wrapper {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.s-checkout .woocommerce-shipping-fields .form-row,
  .s-checkout .woocommerce-billing-fields__field-wrapper .form-row {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 47.875em) {
  .s-checkout .woocommerce-shipping-fields .form-row,
      .s-checkout .woocommerce-billing-fields__field-wrapper .form-row {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
}

.s-checkout .woocommerce-required-field-label {
  position: absolute;
  right: 35px;
  top: 40px;
}

@media screen and (max-width: 47.875em) {
  .s-checkout .woocommerce-required-field-label {
    color: #ccc4ba;
    position: static;
    padding-left: 20px;
    margin-bottom: 5px;
    padding-top: 5px;
    display: block;
  }
}

.s-checkout select,
  .s-checkout input[type=text],
  .s-checkout input[type=email],
  .s-checkout input[type=tel] {
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  border: 1px solid #cccacc;
  background: transparent;
  padding: 10px;
  height: 34px;
  margin-bottom: 0;
  box-shadow: none;
}

.s-checkout textarea {
  border: 1px solid #cccacc;
  background: transparent;
  padding: 10px;
  height: 34px;
  margin-bottom: 0;
  box-shadow: none;
}

.s-checkout .form-row label {
  display: none !important;
}
.form-row.woocommerce-validated label {
    display: inline-block !important;
}
.s-checkout #ship-to-different-address {
  width: 50%;
  float: left;
  padding-left: 36px;
}

@media screen and (max-width: 47.875em) {
  .s-checkout #ship-to-different-address {
    width: 100%;
    padding-left: 20px;
  }
}

.s-checkout .woocommerce-additional-fields {
  width: 50%;
  float: left;
  padding-right: 15px;
}

.s-checkout .woocommerce-additional-fields .form-row {
  width: 100%;
}

@media screen and (max-width: 47.875em) {
  .s-checkout .woocommerce-additional-fields {
    width: 100%;
    padding-right: 0;
  }
}

.s-checkout #ship-to-different-address {
  font-family: "Goudy Old Style", "Helvetica", Arial, sans-serif;
}

.s-checkout #ship-to-different-address label {
  font-size: 16px;
}

.s-checkout .woocommerce-checkout #payment {
  padding-left: 0;
  background: none;
  padding-right: 0;
  padding-bottom: 40px;
}

.s-checkout #place_order {
  color: #fff;
  display: block;
  text-align: center;
  height: 55px;
  line-height: 44px;
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  background: #2c2c2c;
  color: #fff;
  width: 100%;
}

@media screen and (max-width: 47.875em) {
  .s-checkout #place_order {
    font-size: 8px;
  }
}

.s-checkout #order_review thead {
  display: none;
}

.s-checkout .order-summery-header {
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  height: 44px;
  padding-left: 20px;
  line-height: 44px;
  margin-bottom: 0;
  border-top: 3px solid #090a0c;
}

.s-order-confirm {
  border-top: 1px solid #cccacc;
  padding-right: 50px;
}

@media screen and (max-width: 47.875em) {
  .s-order-confirm {
    padding-right: 0;
  }
}

.s-order-confirm .woocommerce-order {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 47.875em) {
  .s-order-confirm .woocommerce-order {
    display: block;
  }
}

.s-order-confirm .woocommerce-customer-details {
  width: 70%;
}

@media screen and (max-width: 47.875em) {
  .s-order-confirm .woocommerce-customer-details {
    width: 100%;
  }
}

.s-order-confirm .woocommerce-order-details {
  width: 30%;
  border-top: 3px solid #090a0c;
  border-left: 1px solid #cccacc;
  border-right: 1px solid #cccacc;
}

@media screen and (max-width: 47.875em) {
  .s-order-confirm .woocommerce-order-details {
    width: 100%;
  }
}

.s-order-confirm table.shop_table {
  border: none;
}

.s-order-confirm .woocommerce-customer-details address {
  border: none;
}

.s-order-confirm .woocommerce-order-details__title {
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  margin-bottom: 0;
}

.s-order-confirm .order_details thead {
  display: none;
}

.s-order-confirm table.shop_table tbody th,
  .s-order-confirm table.shop_table tfoot td,
  .s-order-confirm table.shop_table tfoot th {
  font-weight: normal;
}

.s-order-confirm .woocommerce-Price-amount.amount {
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
}

.s-order-confirm .order-complete-label {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-top: 1px solid #cccacc;
  border-bottom: 1px solid #cccacc;
}

@media screen and (max-width: 47.875em) {
  .s-order-confirm .order-complete-label {
    font-size: 8px;
  }
}

.s-order-confirm .order-summery {
  padding: 50px 36px 90px 36px;
  border-bottom: 3px solid #090a0c;
}

@media screen and (max-width: 47.875em) {
  .s-order-confirm .order-summery {
    padding: 20px 30px 25px 20px;
  }
}

.s-order-confirm ul.order_details li {
  width: 100%;
  border: none;
  float: none;
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  margin-bottom: 20px;
}

.s-order-confirm ul.order_details li strong {
  display: inline;
  font-weight: normal;
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
}

.s-order-confirm .woocommerce-column--shipping-address,
  .s-order-confirm .woocommerce-column--billing-address {
  padding: 50px 36px 50px 36px;
  border-bottom: 1px solid #cccacc;
}

@media screen and (max-width: 47.875em) {
  .s-order-confirm .woocommerce-column--shipping-address,
      .s-order-confirm .woocommerce-column--billing-address {
    padding: 20px 30px 25px 20px;
  }
}

.s-order-confirm .woocommerce-column--shipping-address address,
    .s-order-confirm .woocommerce-column--billing-address address {
  padding: 0;
}

.s-order-confirm .woocommerce-column__title {
  font-family: "Goudy Old Style", "Helvetica", Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
}

.s-mobile-menu {
  text-align: center;
}

.s-mobile-menu ul {
  margin: 0;
  padding: 0;
  border-top: 3px solid #090a0c;
}

.s-mobile-menu li {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  display: block;
  border-bottom: 1px solid #cccacc;
  line-height: 35px;
}

@media screen and (max-width: 47.875em) {
  .s-mobile-menu li {
    font-size: 8px;
  }
}

.s-mobile-menu li.selected-item > a {
  text-decoration: underline;
}

.s-mobile-menu li ul {
  border-top: 1px solid #cccacc;
  border-bottom: 3px solid #090a0c;
}

.s-mobile-menu li li {
  border-bottom: 1px solid #cccacc;
  line-height: 35px;
  font-family: "Goudy Old Style", "Helvetica", Arial, sans-serif;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
}

.s-mobile-menu li li a {
  text-decoration: none;
}

.s-mobile-menu li li a:hover {
  text-decoration: underline;
}

html, body {
  height: 100% !important;
}

@-webkit-keyframes arrowslide {
  0% {
    margin-top: 0;
    opacity: .4;
  }

  50% {
    margin-top: .5rem;
    opacity: .8;
  }

  100% {
    margin-top: 0;
    opacity: .4;
  }
}

@keyframes arrowslide {
  0% {
    margin-top: 0;
    opacity: .4;
  }

  50% {
    margin-top: .5rem;
    opacity: .8;
  }

  100% {
    margin-top: 0;
    opacity: .4;
  }
}

.u-bg-gray {
  background-color: #f3ebe7;
}

.u-padding-top-btm {
  padding-top: 100px;
  padding-bottom: 90px;
}

@media screen and (max-width: 68.6875em) {
  .u-padding-top-btm {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 47.875em) {
  .u-padding-top-btm {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.u-padding-top-btm--footer {
  padding-bottom: 0;
}

.u-section-heading {
  position: relative;
  margin: 0 0 35px;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.u-section-heading--black {
  color: #121318;
}

.u-section-heading--events {
  margin-bottom: 20px;
}

.u-more-button-basic {
  color: #121318;
  background-color: #b8a36f;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 100%;
  font-family: 'gothamblack';
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  padding: 16px 33px 14px;
  border-radius: 30px;
  letter-spacing: 2px;
}

.u-more-button-basic:active, .u-more-button-basic:focus, .u-more-button-basic:hover {
  background-color: #45464d;
  color: #b8a36f;
}

.u-more-button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  z-index: 1;
}

.u-more-button--icon {
  overflow: hidden;
}

.u-more-button--icon:before {
  content: '';
  background-color: #45464d;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(-25%);
  z-index: -1;
}

.u-more-button--icon span {
  color: #121318;
  background-color: #b8a36f;
  font-size: 14px;
  line-height: 100%;
  font-family: 'gothamblack';
  display: block;
  padding: 16px 33px 14px;
  border-radius: 30px;
  letter-spacing: 2px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.u-more-button--icon:hover:before {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.u-more-button--icon:hover span {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.u-more-button--cart:before {
  background-image: url(../img/cart-icon.png);
}

.u-more-button--to-do:before {
  background-image: url(../img/to-do-icon.png);
}

.u-more-button:hover {
  background-color: #45464d;
  color: #b8a36f;
}

.u-strong {
  font-weight: normal;
  font-family: 'work_sanssemibold';
}

.u-content-lists {
  margin: 0 0 20px 40px;
}

@media screen and (max-width: 68.6875em) {
  .u-content-lists {
    margin-left: 25px;
  }
}

@media screen and (max-width: 47.875em) {
  .u-content-lists {
    margin-left: 20px;
  }
}

.u-content-list__item {
  padding-left: 30px;
  position: relative;
  list-style: none;
  line-height: 22px;
}

@media screen and (max-width: 68.6875em) {
  .u-content-list__item {
    padding-left: 25px;
  }
}

@media screen and (max-width: 47.875em) {
  .u-content-list__item {
    padding-left: 20px;
  }
}

.u-content-list__item:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}

.u-padding-left-90 {
  padding-left: 10%;
}

@media screen and (max-width: 68.6875em) {
  .u-padding-left-90 {
    padding-left: 10%;
    padding-right: 10px;
  }
}

@media screen and (max-width: 47.875em) {
  .u-padding-left-90 {
    padding-left: 0;
    padding-right: 0;
  }
}

.u-padding-right-90 {
  padding-right: 10%;
  padding-left: 20px;
}

@media screen and (max-width: 68.6875em) {
  .u-padding-right-90 {
    padding-right: 10%;
    padding-left: 10px;
  }
}

@media screen and (max-width: 47.875em) {
  .u-padding-right-90 {
    padding-right: 0;
    padding-left: 0;
  }
}

.o-panel--404 {
  border-right: 1px solid #cccacc;
  border-left: 1px solid #cccacc;
}

      /*====== Newsletter Modal ======*/
.o-panel--newsletter-modal {
  position: fixed;
  top: 50%;
  margin-top: -106px;
  left: 0;
  width: 100%;
  background: #fffbf0;
  z-index: 50;
  display: none;
}

@media screen and (max-width: 68.6875em) {
  .o-panel--newsletter-modal {
    margin-top: -125px;
  }
}

@media screen and (max-width: 47.875em) {
  .o-panel--newsletter-modal {
    margin-top: -138px;
  }
}

.c-newsletter-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 80px 100px 80px 0;
  border: 2px solid #29292a;
}

@media screen and (max-width: 68.6875em) {
  .c-newsletter-modal {
    padding: 50px 40px 50px 0;
  }
}

@media screen and (max-width: 47.875em) {
  .c-newsletter-modal {
    padding: 50px 0;
  }
}

.c-newsletter-modal__column {
  width: 33.33%;
}

.c-newsletter-modal__left {
  width: 30%;
}

.c-newsletter-modal__center {
  width: 48%;
}

.c-newsletter-modal__right {
  width: 22%;
  padding-left: 30px;
}

@media screen and (max-width: 47.875em) {
  .c-newsletter-modal {
    display: block;
  }

  .c-newsletter-modal__column,.c-newsletter-modal__left,
        .c-newsletter-modal__center,.c-newsletter-modal__right {
    width: 100%;
  }

  .c-newsletter-modal__right {
    padding-left: 0;
  }
}

.c-newsletter-modal__title {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
  line-height: 1;
}

.s-newsletter--newsletter-modal {
  max-width: 350px;
  margin-left: 60px;
}

@media screen and (max-width: 68.6875em) {
  .s-newsletter--newsletter-modal {
    margin-left: 40px;
  }
}

@media screen and (max-width: 47.875em) {
  .s-newsletter--newsletter-modal {
    margin: 30px auto;
  }
}

.c-newsletter-modal__close {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #605d59;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  outline: none;
}

      /*===== Off Canvas ====*/
.c-offcanvas {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .offcanvas_aside_right {
    width: 370px;
    -webkit-transform: translate3d(370px, 0, 0);
    transform: translate3d(370px, 0, 0);
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  }
}

.offcanvas_aside_right {
  right: 0;
  -webkit-transform: translate3d(370px, 0, 0);
  transform: translate3d(370px, 0, 0);
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
}

.c-offcanvas--open .offcanvas_aside_right {
  -webkit-transform: translate3d(-38px, 0, 0);
  transform: translate3d(-38px, 0, 0);
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
}

.offcanvas_aside {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 370px;
  border-left: 1px solid #cecac9;
  border-right: 1px solid #cecac9;
        /*overflow: hidden;*/;
}

@media screen and (max-width: 767px) {
  .offcanvas_aside {
    border-left: none;
    border-right: none;
    width: 100%;
  }

  .offcanvas_aside_right {
    width: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .c-offcanvas--open .offcanvas_aside_right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.nano {
  position: relative;
  width: 100%;
  height: 100%;
        /*overflow: hidden;*/;
}

.offcanvas_aside .offcanvas_aside_content {
  position: relative;
  height: 100%;
  overflow: auto;
  background: #fffbf0;
  margin-top: 50px;
}

.offcanvas_aside_content .loading-overlay {
  display: none;
  position: fixed;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,.5);
  padding: 0;
  text-align: center;
  z-index: 9999;
}

.offcanvas_minicart {
  position: relative;
  opacity: 0;
  transition: opacity .8s;
  transition-timing-function: cubic-bezier(0, 0, 2, 15);
  -webkit-transition-timing-function: cubic-bezier(0, 0, 2, 15);
  height: 100%;
}

.offcanvas_minicart .widget_shopping_cart {
  height: 100%;
  padding-bottom: 155px;
  z-index: 100;
}

.c-offcanvas--open .offcanvas_minicart {
  opacity: 1;
  transition: opacity 1.8s;
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
}

.offcanvas_aside .offcanvas_close {
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
}

.offcanvas_minicart .cart-title {
  margin-top: -3px;
  margin-left: -3px;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 44px;
  font-weight: 600;
  letter-spacing: 7px;
  margin-bottom: 30px;
}

.offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .cart_list {
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #cecac9;
  height: 570px;
  overflow: scroll;
}

.offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .cart_list li {
  width: 100%;
  position: relative;
  padding: 20px 20px 20px 40px;
  margin-top: 0px;
  display: inline-block;
  border-bottom: 1px solid #cecac9;
}

.offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .cart_list li:first-child {
  margin-top: 0;
}

.offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .cart_list li a {
  display: block;
  line-height: 18px;
  text-transform: normal;
  margin-bottom: 5px;
  text-align: center;
  font-weight: normal;
}

.offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .cart_list li a.woocommerce-mini-cart__designer-name {
  padding-left: 90px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 4px;
}

.offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .cart_list li a.remove {
  position: absolute;
  display: inline-block;
  text-align: center;
  top: 15px;
  left: 15px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 14px;
  z-index: 9999;
  width: 15px;
  height: 15px;
  color: #ada5ac !important;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
}

.offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .cart_list li a.remove:hover {
  color: #424141 !important;
  background: none !important;
}

.offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .cart_list li .quantity {
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 300;
  width: 100%;
  display: block;
  font-family: "BlairMdITC TT", serif;
}

.offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .cart_list li .quantity .amount {
  float: right;
}

.c-offcanvas .woocommerce .cart_list li img {
  float: left;
  margin-right: 30px;
  max-width: 55px;
  width: 60px;
}

.offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .total {
  border-top: 3px solid #242325;
  border-bottom: 1px solid #242325;
  padding: 8px 15px 8px 12px;
  margin-top: 30px;
  margin-bottom: 0;
  position: absolute;
  bottom: 105px;
  width: 100%;
}

.offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .total strong {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
}

.offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .total .amount {
  font-size: 10px;
  line-height: 26px;
  font-weight: 300;
  float: right;
  letter-spacing: 1px;
}

.offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .buttons {
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .buttons a, 
      .offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .buttons a {
  width: 100%;
  display: block;
  letter-spacing: 1px;
  min-height: 50px;
  width: 100%;
  background: #2c2c2c;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  color: #fff;
  font-size: 10px;
  padding: 19px 10px;
  font-family: "BlairMdITC TT", serif;
  margin: 5px 0 0;
}

.offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .buttons a:first-child {
  margin-top: 0;
}

.woocommerce-mini-cart__empty-message {
  text-align: center;
  font-size: 25px;
  margin: 50px 0 0;
}
      /*.offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .buttons a:before, 
      .offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .buttons a:before ,
      .offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .buttons a:after, 
      .offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .buttons a:after {
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        transition: all 0.2s linear;
        background: #000;
        z-index: 2;
        transition-delay: 0s;
      }
      .offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .buttons a:before, 
      .offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .buttons a:before{
        right: 0;
        top: 0;
      }
      .offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .buttons a:after, 
      .offcanvas_aside_right .offcanvas_minicart .widget_shopping_cart_content .buttons a:after {
        left: 0;
        bottom: 0;
      }*/


html, body {
  height: 100% !important;
}

.c-made-in-la__section-four-text p {
  margin-bottom: 0;
}

.force-top-gray-border {
  border-top: 1px solid #cccacc !important;
}

.force-bottom-gray-border {
  border-bottom: 1px solid #cccacc !important;
}

.u-category-title-regular {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  text-transform: uppercase;
}

.u-category-title-mobile {
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  text-transform: uppercase;
  margin-top: 20px;
}

.u-text-underline {
  text-decoration: underline;
}

.woocommerce form .form-row.woocommerce-validated .select2-container {
  display: none !important;
}

.c-search-form {
  width: 300px;
  position: absolute;
  right: 0;
  z-index: 1000;
  border: 1px solid #cccacc;
  background: #fffbf0;
  padding: 16px;
  border-right: none;
}

.c-search-form__field {
  margin-bottom: 0 !important;
}

.woocommerce-variation-availability {
  display: none !important;
}

.variations {
  width: 100%;
}

.variations td.label {
  display: none !important;
}

.variations .reset_variations {
  display: none !important;
}

.variations select {
  margin-bottom: 6px;
}

.lf-product-details-form .quantity,
.woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}

.woocommerce-cart-form__cart-item dl.variation,
.woocommerce-mini-cart-item dl.variation {
  display: none !important;
}

.woocommerce-mini-cart__buttons a:first-child {
  _display: none !important;
}

.page-template-tpl-cart .woocommerce .woocommerce-error,
.page-template-tpl-cart .woocommerce .woocommerce-message {
  display: none;
}

.s-cart table.shop_table .cart_item td.product-designer-name {
  text-transform: uppercase;
  font-size: 14px;
}

.c-quantity-buttons-container {
  padding-top: 5px;
  font-family: "BlairMdITC TT", serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  padding-bottom: 10px;
}

.c-quantity-buttons-container__button {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
}

.c-quantity-buttons-container__button:last-child {
  font-family: arial;
}

.woocommerce-NoticeGroup-checkout {
  width: 100%;
}

.visibility-hidden {
  visibility: hidden !important;
}

.checking-email-clear-right {
  width: 100% !important;
  padding-right: calc(50% + 20px) !important;
}

@media screen and (max-width: 767px) {
  .checking-email-clear-right {
    padding-right: 20px !important;
  }
}

.c-checkout-review-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-bottom: 14px;
}

.c-checkout-review-item__thumb {
  width: 35%;
  text-align: center;
}

.c-checkout-review-item__thumb img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
}

.c-checkout-review-item__details {
  width: 65%;
}

.c-checkout-review-item__designer {
  font-family: "Goudy Old Style", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 2px;
  text-align: center;
}

.c-checkout-review-item__product-name {
  font-family: "Goudy Old Style", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  text-align: center;
}

.c-checkout-review-item__meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  font-family: "BlairMdITC TT", serif;
  text-transform: uppercase;
  letter-spacing: 1.67px;
}

.woocommerce-checkout-review-order-table tfoot th {
  font-weight: normal !important;
}

.woocommerce-checkout-review-order-table tfoot td,.woocommerce-checkout-review-order-table tfoot label {
  font-weight: normal !important;
  font-size: 8px;
  font-family: "BlairMdITC TT", serif;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  text-align: right;
}

.woocommerce-checkout-review-order-table tfoot p {
  margin-bottom: 0;
  font-family: "Goudy Old Style", "Helvetica", Arial, sans-serif;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
}

.s-checkout .checkout-button-cs {
  display: block;
  text-align: center;
  height: 55px;
  line-height: 55px;
  font-family: "BlairMdITC TT", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.67px;
  background: #2c2c2c;
  color: #fff;
}

@media screen and (max-width: 47.875em) {
  .s-checkout .checkout-button-cs {
    font-size: 8px;
  }
}

.woocommerce-checkout #payment div.form-row {
  padding: 0;
}

.woocommerce-checkout-review-order-table {
  margin-bottom: 0 !important;
}

.c-home-product-carousel__slider .owl-item.active:nth-of-type(3) .c-home-product-carousel__item {
  border-right: none;
}

.woocommerce-thankyou-order-received {
  margin-bottom: 25px;
}

#order_review #payment .wc_payment_methods {
  display: none;
}

#customer_details .place-order {
  display: none;
}

.c-checkout-payment-form-wrap {
  min-height: 200px;
  border-top: 1px solid #cccacc;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background: none !important;
}

.c-no-product-tearsheet {
  height: 600px;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-no-product-tearsheet p {
  margin-bottom: 0;
}

.c-product-tearsheet__pdf {
  float: right;
  margin-top: 25px;
  margin-right: 10px;
}

#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
  display: none !important;
}

.c-finishes-popup__item img {
  border-radius: 50%;
}

.c-collection-regular__product-image-link--large img {
  max-width: 90%;
  max-height: 345px;
}

.c-contact-page-form {
  padding-top: 30px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
h4.subcategory{ margin: 0.5rem 0 0.5rem 0.5rem; }