/*============================================================================
  [replace with theme name] | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ UTILS ================*/
/*================ Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*================ SETTINGS ================*/
/*================ Color Variables ================*/
/*================ Typography Variables ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ COMMON ================*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*================ Slate specific reset ================*/
*,
*::before,
*::after {
  box-sizing: border-box; }

body, html {
  min-width: 365px; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a:focus {
  color: inherit; }

img {
  max-width: 100%; }

/*================ Form element helpers ================*/
form {
  margin: 0; }

@media only screen and (max-width: 989px) {
  input,
  textarea,
  select {
    font-size: 16px; } }
button,
input[type="submit"],
label[for] {
  cursor: pointer; }

optgroup {
  font-weight: 700; }

option {
  color: black;
  background-color: white; }

[tabindex='-1']:focus {
  outline: none; }

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

/*================ Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.js-focus-hidden:focus {
  outline: none; }

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-placeholder .label-hidden {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.supports-no-cookies:not(html) {
  display: none; }
  html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block; }

html.supports-no-cookies .supports-cookies {
  display: none; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: black;
  background-color: white;
  padding: 15px;
  z-index: 10000;
  transition: none; }

/*============================================================================
  Grid
    - Based on CSS Wizardry grid
==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%; }
  .grid__item[class*='--push'] {
    position: relative; }

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.33333%; }

  .small--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.66667%; }

  .small--two-sixths {
    width: 33.33333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.66667%; }

  .small--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%; }

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%; }

  .small--two-twelfths {
    width: 16.66667%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.33333%; }

  .small--five-twelfths {
    width: 41.66667%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.33333%; }

  .small--eight-twelfths {
    width: 66.66667%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.33333%; }

  .small--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .small--show {
    display: block !important; }

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

  .small--text-left {
    text-align: left !important; }

  .small--text-right {
    text-align: right !important; }

  .small--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 750px) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%; }

  /* Halves */
  .medium-up--one-half {
    width: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }

  .medium-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }

  .medium-up--two-quarters {
    width: 50%; }

  .medium-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }

  .medium-up--two-fifths {
    width: 40%; }

  .medium-up--three-fifths {
    width: 60%; }

  .medium-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%; }

  .medium-up--two-sixths {
    width: 33.33333%; }

  .medium-up--three-sixths {
    width: 50%; }

  .medium-up--four-sixths {
    width: 66.66667%; }

  .medium-up--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }

  .medium-up--two-eighths {
    width: 25%; }

  .medium-up--three-eighths {
    width: 37.5%; }

  .medium-up--four-eighths {
    width: 50%; }

  .medium-up--five-eighths {
    width: 62.5%; }

  .medium-up--six-eighths {
    width: 75%; }

  .medium-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }

  .medium-up--two-tenths {
    width: 20%; }

  .medium-up--three-tenths {
    width: 30%; }

  .medium-up--four-tenths {
    width: 40%; }

  .medium-up--five-tenths {
    width: 50%; }

  .medium-up--six-tenths {
    width: 60%; }

  .medium-up--seven-tenths {
    width: 70%; }

  .medium-up--eight-tenths {
    width: 80%; }

  .medium-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%; }

  .medium-up--two-twelfths {
    width: 16.66667%; }

  .medium-up--three-twelfths {
    width: 25%; }

  .medium-up--four-twelfths {
    width: 33.33333%; }

  .medium-up--five-twelfths {
    width: 41.66667%; }

  .medium-up--six-twelfths {
    width: 50%; }

  .medium-up--seven-twelfths {
    width: 58.33333%; }

  .medium-up--eight-twelfths {
    width: 66.66667%; }

  .medium-up--nine-twelfths {
    width: 75%; }

  .medium-up--ten-twelfths {
    width: 83.33333%; }

  .medium-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

  .medium-up--text-left {
    text-align: left !important; }

  .medium-up--text-right {
    text-align: right !important; }

  .medium-up--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
/*================ General layout styles ================*/
body,
html {
  background-color: white; }

.page-width {
  *zoom: 1;
  max-width: 1180px;
  padding: 0 30px;
  margin: 0 auto; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }

/*================ Icons ================*/
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

.icon--wide {
  width: 40px; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  cursor: default; }

/*================ Shopify icon on password page ================*/
.icon-shopify-logo {
  width: 82.28571px;
  height: 24px; }

/*================ Rich Text Editor ================*/
.rte a {
  text-decoration: underline;
  color: #017AA4; }
  .rte a:hover, .rte a:focus {
    color: #017AA4;
    text-decoration: none; }
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 15px 30px; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 749px) {
  .responsive-table {
    width: 100%; }
    .responsive-table thead {
      display: none; }
    .responsive-table tr {
      display: block; }
    .responsive-table tr,
    .responsive-table td {
      float: left;
      clear: both;
      width: 100%; }
    .responsive-table th,
    .responsive-table td {
      display: block;
      text-align: right;
      padding: 15px;
      margin: 0; }
    .responsive-table td::before {
      content: attr(data-label);
      float: left;
      text-align: center;
      padding-right: 10px; }

  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 15px; }
    .responsive-table-row + .responsive-table-row::after,
    tfoot > .responsive-table-row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid #f6f6f6; } }
/*================ Links & Buttons ================*/
.btn {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0; }

/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*/
input,
textarea,
select {
  border: 1px solid #f6f6f6;
  border-radius: 0;
  max-width: 100%; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: black;
    border-color: black; }

textarea {
  min-height: 100px; }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(//cdn.shopify.com/s/files/1/0077/8308/8185/t/19/assets/ico-select.svg?v=12500674000657466531);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

select::-ms-expand {
  display: none; }

/*================ Error styles ================*/
input.input-error,
select.input-error,
textarea.input-error {
  border-color: black;
  background-color: black;
  color: black; }

.placeholder-svg {
  display: block;
  fill: rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.placeholder-svg--small {
  width: 480px; }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

/*================ MODULES ================*/
/*================ Site Header ================*/
.site-logo {
  display: block; }
  .site-logo img {
    display: block; }

/*================ Giftcard Template ================*/
.giftcard-qr img {
  display: block;
  margin: 0 auto; }

.apple-wallet-image {
  display: block;
  margin: 0 auto; }

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm; }

  p {
    orphans: 3;
    widows: 3; }

  html,
  body {
    background-color: #fff;
    color: #000; }

  .print-giftcard,
  .apple-wallet {
    display: none; } }
.top-bar [type='text'] {
  padding: 5px;
  height: auto; }

#top-top-bar {
  font-weight: 600;
  color: #FFF; }
  #top-top-bar a {
    text-decoration: underline; }
    @media only screen and (max-width: 48em) {
      #top-top-bar a {
        font-size: 12px !important; } }
  #top-top-bar p {
    margin-bottom: 0;
    font-weight: 500; }
    @media only screen and (max-width: 48em) {
      #top-top-bar p {
        font-size: 12px !important; } }

.top-bar__message {
  font-size: 13px;
  color: #FFF; }

header {
  box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.1); }

.header__dropdown-holder.sticky {
  position: fixed;
  left: 0;
  top: 75px;
  width: 100%;
  z-index: 9999; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

main {
  display: block; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

input {
  overflow: visible; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

details {
  display: block; }

summary {
  display: list-item; }

menu {
  display: block; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=90em"; }

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

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -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; }

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

pre {
  overflow: auto; }

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

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

.row {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto; }

.row::before,
.row::after {
  display: table;
  content: " "; }

.row::after {
  clear: both; }

.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }

@media print, screen and (min-width: 48em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }
@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }
.row .row.collapse {
  margin-right: 0;
  margin-left: 0; }

.row.expanded {
  max-width: none; }

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

.row:not(.expanded) .row {
  max-width: none; }

.row.gutter-small > .column,
.row.gutter-small > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.row.gutter-medium > .column,
.row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.column,
.columns {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

@media print, screen and (min-width: 48em) {
  .column,
  .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right; }

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left; }

.column.row.row,
.row.row.columns {
  float: none; }

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

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

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

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

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

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

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

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

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

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

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

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

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column,
.small-up-1 > .columns {
  float: left;
  width: 100%; }

.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-1 > .column:nth-of-type(1n + 1),
.small-up-1 > .columns:nth-of-type(1n + 1) {
  clear: both; }

.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
  float: left; }

.small-up-2 > .column,
.small-up-2 > .columns {
  float: left;
  width: 50%; }

.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-2 > .column:nth-of-type(2n + 1),
.small-up-2 > .columns:nth-of-type(2n + 1) {
  clear: both; }

.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
  float: left; }

.small-up-3 > .column,
.small-up-3 > .columns {
  float: left;
  width: 33.33333%; }

.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-3 > .column:nth-of-type(3n + 1),
.small-up-3 > .columns:nth-of-type(3n + 1) {
  clear: both; }

.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
  float: left; }

.small-up-4 > .column,
.small-up-4 > .columns {
  float: left;
  width: 25%; }

.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-4 > .column:nth-of-type(4n + 1),
.small-up-4 > .columns:nth-of-type(4n + 1) {
  clear: both; }

.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
  float: left; }

.small-up-5 > .column,
.small-up-5 > .columns {
  float: left;
  width: 20%; }

.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-5 > .column:nth-of-type(5n + 1),
.small-up-5 > .columns:nth-of-type(5n + 1) {
  clear: both; }

.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
  float: left; }

.small-up-6 > .column,
.small-up-6 > .columns {
  float: left;
  width: 16.66667%; }

.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-6 > .column:nth-of-type(6n + 1),
.small-up-6 > .columns:nth-of-type(6n + 1) {
  clear: both; }

.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
  float: left; }

.small-up-7 > .column,
.small-up-7 > .columns {
  float: left;
  width: 14.28571%; }

.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-7 > .column:nth-of-type(7n + 1),
.small-up-7 > .columns:nth-of-type(7n + 1) {
  clear: both; }

.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
  float: left; }

.small-up-8 > .column,
.small-up-8 > .columns {
  float: left;
  width: 12.5%; }

.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-8 > .column:nth-of-type(8n + 1),
.small-up-8 > .columns:nth-of-type(8n + 1) {
  clear: both; }

.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
  float: left; }

.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

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

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

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

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

.small-centered,
.small-centered:last-child:not(:first-child) {
  float: none;
  clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 48em) {
  .medium-1 {
    width: 8.33333%; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%; }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }

  .medium-offset-0 {
    margin-left: 0%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%; }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }

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

  .medium-3 {
    width: 25%; }

  .medium-push-3 {
    position: relative;
    left: 25%; }

  .medium-pull-3 {
    position: relative;
    left: -25%; }

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

  .medium-4 {
    width: 33.33333%; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%; }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }

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

  .medium-5 {
    width: 41.66667%; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%; }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }

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

  .medium-6 {
    width: 50%; }

  .medium-push-6 {
    position: relative;
    left: 50%; }

  .medium-pull-6 {
    position: relative;
    left: -50%; }

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

  .medium-7 {
    width: 58.33333%; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%; }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }

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

  .medium-8 {
    width: 66.66667%; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%; }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }

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

  .medium-9 {
    width: 75%; }

  .medium-push-9 {
    position: relative;
    left: 75%; }

  .medium-pull-9 {
    position: relative;
    left: -75%; }

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

  .medium-10 {
    width: 83.33333%; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%; }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }

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

  .medium-11 {
    width: 91.66667%; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%; }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }

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

  .medium-12 {
    width: 100%; }

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

  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    float: left;
    width: 100%; }

  .medium-up-1 > .column:nth-of-type(1n),
  .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-1 > .column:nth-of-type(1n + 1),
  .medium-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both; }

  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child {
    float: left; }

  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    float: left;
    width: 50%; }

  .medium-up-2 > .column:nth-of-type(1n),
  .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-2 > .column:nth-of-type(2n + 1),
  .medium-up-2 > .columns:nth-of-type(2n + 1) {
    clear: both; }

  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left; }

  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }

  .medium-up-3 > .column:nth-of-type(1n),
  .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-3 > .column:nth-of-type(3n + 1),
  .medium-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both; }

  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child {
    float: left; }

  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    float: left;
    width: 25%; }

  .medium-up-4 > .column:nth-of-type(1n),
  .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-4 > .column:nth-of-type(4n + 1),
  .medium-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both; }

  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child {
    float: left; }

  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    float: left;
    width: 20%; }

  .medium-up-5 > .column:nth-of-type(1n),
  .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-5 > .column:nth-of-type(5n + 1),
  .medium-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both; }

  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child {
    float: left; }

  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }

  .medium-up-6 > .column:nth-of-type(1n),
  .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-6 > .column:nth-of-type(6n + 1),
  .medium-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both; }

  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child {
    float: left; }

  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }

  .medium-up-7 > .column:nth-of-type(1n),
  .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-7 > .column:nth-of-type(7n + 1),
  .medium-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both; }

  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child {
    float: left; }

  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }

  .medium-up-8 > .column:nth-of-type(1n),
  .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none; }

  .medium-up-8 > .column:nth-of-type(8n + 1),
  .medium-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both; }

  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left; }

  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

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

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

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

  .medium-centered,
  .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }

  .large-push-1 {
    position: relative;
    left: 8.33333%; }

  .large-pull-1 {
    position: relative;
    left: -8.33333%; }

  .large-offset-0 {
    margin-left: 0%; }

  .large-2 {
    width: 16.66667%; }

  .large-push-2 {
    position: relative;
    left: 16.66667%; }

  .large-pull-2 {
    position: relative;
    left: -16.66667%; }

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

  .large-3 {
    width: 25%; }

  .large-push-3 {
    position: relative;
    left: 25%; }

  .large-pull-3 {
    position: relative;
    left: -25%; }

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

  .large-4 {
    width: 33.33333%; }

  .large-push-4 {
    position: relative;
    left: 33.33333%; }

  .large-pull-4 {
    position: relative;
    left: -33.33333%; }

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

  .large-5 {
    width: 41.66667%; }

  .large-push-5 {
    position: relative;
    left: 41.66667%; }

  .large-pull-5 {
    position: relative;
    left: -41.66667%; }

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

  .large-6 {
    width: 50%; }

  .large-push-6 {
    position: relative;
    left: 50%; }

  .large-pull-6 {
    position: relative;
    left: -50%; }

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

  .large-7 {
    width: 58.33333%; }

  .large-push-7 {
    position: relative;
    left: 58.33333%; }

  .large-pull-7 {
    position: relative;
    left: -58.33333%; }

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

  .large-8 {
    width: 66.66667%; }

  .large-push-8 {
    position: relative;
    left: 66.66667%; }

  .large-pull-8 {
    position: relative;
    left: -66.66667%; }

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

  .large-9 {
    width: 75%; }

  .large-push-9 {
    position: relative;
    left: 75%; }

  .large-pull-9 {
    position: relative;
    left: -75%; }

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

  .large-10 {
    width: 83.33333%; }

  .large-push-10 {
    position: relative;
    left: 83.33333%; }

  .large-pull-10 {
    position: relative;
    left: -83.33333%; }

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

  .large-11 {
    width: 91.66667%; }

  .large-push-11 {
    position: relative;
    left: 91.66667%; }

  .large-pull-11 {
    position: relative;
    left: -91.66667%; }

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

  .large-12 {
    width: 100%; }

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

  .large-up-1 > .column,
  .large-up-1 > .columns {
    float: left;
    width: 100%; }

  .large-up-1 > .column:nth-of-type(1n),
  .large-up-1 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-1 > .column:nth-of-type(1n + 1),
  .large-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both; }

  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child {
    float: left; }

  .large-up-2 > .column,
  .large-up-2 > .columns {
    float: left;
    width: 50%; }

  .large-up-2 > .column:nth-of-type(1n),
  .large-up-2 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-2 > .column:nth-of-type(2n + 1),
  .large-up-2 > .columns:nth-of-type(2n + 1) {
    clear: both; }

  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left; }

  .large-up-3 > .column,
  .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }

  .large-up-3 > .column:nth-of-type(1n),
  .large-up-3 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-3 > .column:nth-of-type(3n + 1),
  .large-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both; }

  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child {
    float: left; }

  .large-up-4 > .column,
  .large-up-4 > .columns {
    float: left;
    width: 25%; }

  .large-up-4 > .column:nth-of-type(1n),
  .large-up-4 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-4 > .column:nth-of-type(4n + 1),
  .large-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both; }

  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left; }

  .large-up-5 > .column,
  .large-up-5 > .columns {
    float: left;
    width: 20%; }

  .large-up-5 > .column:nth-of-type(1n),
  .large-up-5 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-5 > .column:nth-of-type(5n + 1),
  .large-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both; }

  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child {
    float: left; }

  .large-up-6 > .column,
  .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }

  .large-up-6 > .column:nth-of-type(1n),
  .large-up-6 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-6 > .column:nth-of-type(6n + 1),
  .large-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both; }

  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child {
    float: left; }

  .large-up-7 > .column,
  .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }

  .large-up-7 > .column:nth-of-type(1n),
  .large-up-7 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-7 > .column:nth-of-type(7n + 1),
  .large-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both; }

  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child {
    float: left; }

  .large-up-8 > .column,
  .large-up-8 > .columns {
    float: left;
    width: 12.5%; }

  .large-up-8 > .column:nth-of-type(1n),
  .large-up-8 > .columns:nth-of-type(1n) {
    clear: none; }

  .large-up-8 > .column:nth-of-type(8n + 1),
  .large-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both; }

  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left; }

  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

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

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

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

  .large-centered,
  .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%; }

  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }

  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }

  .xlarge-offset-0 {
    margin-left: 0%; }

  .xlarge-2 {
    width: 16.66667%; }

  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }

  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }

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

  .xlarge-3 {
    width: 25%; }

  .xlarge-push-3 {
    position: relative;
    left: 25%; }

  .xlarge-pull-3 {
    position: relative;
    left: -25%; }

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

  .xlarge-4 {
    width: 33.33333%; }

  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }

  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }

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

  .xlarge-5 {
    width: 41.66667%; }

  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }

  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }

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

  .xlarge-6 {
    width: 50%; }

  .xlarge-push-6 {
    position: relative;
    left: 50%; }

  .xlarge-pull-6 {
    position: relative;
    left: -50%; }

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

  .xlarge-7 {
    width: 58.33333%; }

  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }

  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }

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

  .xlarge-8 {
    width: 66.66667%; }

  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }

  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }

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

  .xlarge-9 {
    width: 75%; }

  .xlarge-push-9 {
    position: relative;
    left: 75%; }

  .xlarge-pull-9 {
    position: relative;
    left: -75%; }

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

  .xlarge-10 {
    width: 83.33333%; }

  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }

  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }

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

  .xlarge-11 {
    width: 91.66667%; }

  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }

  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }

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

  .xlarge-12 {
    width: 100%; }

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

  .xlarge-up-1 > .column,
  .xlarge-up-1 > .columns {
    float: left;
    width: 100%; }

  .xlarge-up-1 > .column:nth-of-type(1n),
  .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none; }

  .xlarge-up-1 > .column:nth-of-type(1n + 1),
  .xlarge-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both; }

  .xlarge-up-1 > .column:last-child,
  .xlarge-up-1 > .columns:last-child {
    float: left; }

  .xlarge-up-2 > .column,
  .xlarge-up-2 > .columns {
    float: left;
    width: 50%; }

  .xlarge-up-2 > .column:nth-of-type(1n),
  .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none; }

  .xlarge-up-2 > .column:nth-of-type(2n + 1),
  .xlarge-up-2 > .columns:nth-of-type(2n + 1) {
    clear: both; }

  .xlarge-up-2 > .column:last-child,
  .xlarge-up-2 > .columns:last-child {
    float: left; }

  .xlarge-up-3 > .column,
  .xlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }

  .xlarge-up-3 > .column:nth-of-type(1n),
  .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none; }

  .xlarge-up-3 > .column:nth-of-type(3n + 1),
  .xlarge-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both; }

  .xlarge-up-3 > .column:last-child,
  .xlarge-up-3 > .columns:last-child {
    float: left; }

  .xlarge-up-4 > .column,
  .xlarge-up-4 > .columns {
    float: left;
    width: 25%; }

  .xlarge-up-4 > .column:nth-of-type(1n),
  .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none; }

  .xlarge-up-4 > .column:nth-of-type(4n + 1),
  .xlarge-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both; }

  .xlarge-up-4 > .column:last-child,
  .xlarge-up-4 > .columns:last-child {
    float: left; }

  .xlarge-up-5 > .column,
  .xlarge-up-5 > .columns {
    float: left;
    width: 20%; }

  .xlarge-up-5 > .column:nth-of-type(1n),
  .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none; }

  .xlarge-up-5 > .column:nth-of-type(5n + 1),
  .xlarge-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both; }

  .xlarge-up-5 > .column:last-child,
  .xlarge-up-5 > .columns:last-child {
    float: left; }

  .xlarge-up-6 > .column,
  .xlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }

  .xlarge-up-6 > .column:nth-of-type(1n),
  .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none; }

  .xlarge-up-6 > .column:nth-of-type(6n + 1),
  .xlarge-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both; }

  .xlarge-up-6 > .column:last-child,
  .xlarge-up-6 > .columns:last-child {
    float: left; }

  .xlarge-up-7 > .column,
  .xlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }

  .xlarge-up-7 > .column:nth-of-type(1n),
  .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none; }

  .xlarge-up-7 > .column:nth-of-type(7n + 1),
  .xlarge-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both; }

  .xlarge-up-7 > .column:last-child,
  .xlarge-up-7 > .columns:last-child {
    float: left; }

  .xlarge-up-8 > .column,
  .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }

  .xlarge-up-8 > .column:nth-of-type(1n),
  .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none; }

  .xlarge-up-8 > .column:nth-of-type(8n + 1),
  .xlarge-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both; }

  .xlarge-up-8 > .column:last-child,
  .xlarge-up-8 > .columns:last-child {
    float: left; }

  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

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

  .xlarge-centered,
  .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
.column-block {
  margin-bottom: 1.875rem; }

.column-block > :last-child {
  margin-bottom: 0; }

@media print, screen and (min-width: 48em) {
  .column-block {
    margin-bottom: 1.875rem; }

  .column-block > :last-child {
    margin-bottom: 0; } }
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,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 48em) {
  h1 {
    font-size: 2.1875rem; }

  h2 {
    font-size: 1.875rem; }

  h3 {
    font-size: 1.625rem; }

  h4 {
    font-size: 1.5rem; }

  h5 {
    font-size: 1.25rem; }

  h6 {
    font-size: 1rem; } }
a {
  line-height: inherit;
  color: #000;
  text-decoration: none;
  cursor: pointer; }

a:hover,
a:focus {
  color: #000; }

a img {
  border: 0; }

hr {
  clear: both;
  max-width: 90rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #0a0a0a;
  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: #595959; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #595959; }

cite:before {
  content: ""; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help; }

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: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #595959; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }

p + .stat {
  margin-top: -1rem; }

.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: 48em) {
  .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: 64em) {
  .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: 75em) {
  .xlarge-text-left {
    text-align: left; }

  .xlarge-text-right {
    text-align: right; }

  .xlarge-text-center {
    text-align: center; }

  .xlarge-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 #595959;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .print-break-inside {
    page-break-inside: auto; } }
.button,
.spr-summary-actions-newreview {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  color: #fff; }

[data-whatinput="mouse"] .button,
[data-whatinput="mouse"] .spr-summary-actions-newreview {
  outline: 0; }

.button:hover,
.spr-summary-actions-newreview:hover,
.button:focus,
.spr-summary-actions-newreview:focus {
  background-color: #000;
  color: #fff; }

.button.tiny,
.tiny.spr-summary-actions-newreview {
  font-size: 0.6rem; }

.button.small,
.small.spr-summary-actions-newreview {
  font-size: 0.75rem; }

.button.large,
.large.spr-summary-actions-newreview {
  font-size: 1.25rem; }

.button.expanded,
.expanded.spr-summary-actions-newreview {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0; }

.button.primary,
.primary.spr-summary-actions-newreview {
  background-color: #000;
  color: #fff; }

.button.primary:hover,
.primary.spr-summary-actions-newreview:hover,
.button.primary:focus,
.primary.spr-summary-actions-newreview:focus {
  background-color: #000;
  color: #fff; }

.button.secondary,
.secondary.spr-summary-actions-newreview {
  background-color: #767676;
  color: #fff; }

.button.secondary:hover,
.secondary.spr-summary-actions-newreview:hover,
.button.secondary:focus,
.secondary.spr-summary-actions-newreview:focus {
  background-color: #5e5e5e;
  color: #fff; }

.button.success,
.success.spr-summary-actions-newreview {
  background-color: #3adb76;
  color: #0a0a0a; }

.button.success:hover,
.success.spr-summary-actions-newreview:hover,
.button.success:focus,
.success.spr-summary-actions-newreview:focus {
  background-color: #22bb5b;
  color: #0a0a0a; }

.button.warning,
.warning.spr-summary-actions-newreview {
  background-color: #ffae00;
  color: #0a0a0a; }

.button.warning:hover,
.warning.spr-summary-actions-newreview:hover,
.button.warning:focus,
.warning.spr-summary-actions-newreview:focus {
  background-color: #cc8b00;
  color: #0a0a0a; }

.button.alert,
.alert.spr-summary-actions-newreview {
  background-color: #cc4b37;
  color: #fff; }

.button.alert:hover,
.alert.spr-summary-actions-newreview:hover,
.button.alert:focus,
.alert.spr-summary-actions-newreview:focus {
  background-color: #a53b2a;
  color: #fff; }

.button.hollow,
.hollow.spr-summary-actions-newreview {
  border: 1px solid #000;
  color: #000; }

.button.hollow,
.hollow.spr-summary-actions-newreview,
.button.hollow:hover,
.hollow.spr-summary-actions-newreview:hover,
.button.hollow:focus,
.hollow.spr-summary-actions-newreview:focus {
  background-color: transparent; }

.button.hollow:hover,
.hollow.spr-summary-actions-newreview:hover,
.button.hollow:focus,
.hollow.spr-summary-actions-newreview:focus {
  border-color: #000;
  color: #000; }

.button.hollow.primary,
.hollow.primary.spr-summary-actions-newreview {
  border: 1px solid #000;
  color: #000; }

.button.hollow.primary:hover,
.hollow.primary.spr-summary-actions-newreview:hover,
.button.hollow.primary:focus,
.hollow.primary.spr-summary-actions-newreview:focus {
  border-color: #000;
  color: #000; }

.button.hollow.secondary,
.hollow.secondary.spr-summary-actions-newreview {
  border: 1px solid #767676;
  color: #767676; }

.button.hollow.secondary:hover,
.hollow.secondary.spr-summary-actions-newreview:hover,
.button.hollow.secondary:focus,
.hollow.secondary.spr-summary-actions-newreview:focus {
  border-color: #3b3b3b;
  color: #3b3b3b; }

.button.hollow.success,
.hollow.success.spr-summary-actions-newreview {
  border: 1px solid #3adb76;
  color: #3adb76; }

.button.hollow.success:hover,
.hollow.success.spr-summary-actions-newreview:hover,
.button.hollow.success:focus,
.hollow.success.spr-summary-actions-newreview:focus {
  border-color: #157539;
  color: #157539; }

.button.hollow.warning,
.hollow.warning.spr-summary-actions-newreview {
  border: 1px solid #ffae00;
  color: #ffae00; }

.button.hollow.warning:hover,
.hollow.warning.spr-summary-actions-newreview:hover,
.button.hollow.warning:focus,
.hollow.warning.spr-summary-actions-newreview:focus {
  border-color: #805700;
  color: #805700; }

.button.hollow.alert,
.hollow.alert.spr-summary-actions-newreview {
  border: 1px solid #cc4b37;
  color: #cc4b37; }

.button.hollow.alert:hover,
.hollow.alert.spr-summary-actions-newreview:hover,
.button.hollow.alert:focus,
.hollow.alert.spr-summary-actions-newreview:focus {
  border-color: #67251a;
  color: #67251a; }

.button.disabled,
.disabled.spr-summary-actions-newreview,
.button[disabled],
[disabled].spr-summary-actions-newreview {
  opacity: 0.25;
  cursor: not-allowed; }

.button.disabled,
.disabled.spr-summary-actions-newreview,
.button.disabled:hover,
.disabled.spr-summary-actions-newreview:hover,
.button.disabled:focus,
.disabled.spr-summary-actions-newreview:focus,
.button[disabled],
[disabled].spr-summary-actions-newreview,
.button[disabled]:hover,
[disabled].spr-summary-actions-newreview:hover,
.button[disabled]:focus,
[disabled].spr-summary-actions-newreview:focus {
  background-color: #000;
  color: #fff; }

.button.disabled.primary,
.disabled.primary.spr-summary-actions-newreview,
.button[disabled].primary,
[disabled].primary.spr-summary-actions-newreview {
  opacity: 0.25;
  cursor: not-allowed; }

.button.disabled.primary,
.disabled.primary.spr-summary-actions-newreview,
.button.disabled.primary:hover,
.disabled.primary.spr-summary-actions-newreview:hover,
.button.disabled.primary:focus,
.disabled.primary.spr-summary-actions-newreview:focus,
.button[disabled].primary,
[disabled].primary.spr-summary-actions-newreview,
.button[disabled].primary:hover,
[disabled].primary.spr-summary-actions-newreview:hover,
.button[disabled].primary:focus,
[disabled].primary.spr-summary-actions-newreview:focus {
  background-color: #000;
  color: #fff; }

.button.disabled.secondary,
.disabled.secondary.spr-summary-actions-newreview,
.button[disabled].secondary,
[disabled].secondary.spr-summary-actions-newreview {
  opacity: 0.25;
  cursor: not-allowed; }

.button.disabled.secondary,
.disabled.secondary.spr-summary-actions-newreview,
.button.disabled.secondary:hover,
.disabled.secondary.spr-summary-actions-newreview:hover,
.button.disabled.secondary:focus,
.disabled.secondary.spr-summary-actions-newreview:focus,
.button[disabled].secondary,
[disabled].secondary.spr-summary-actions-newreview,
.button[disabled].secondary:hover,
[disabled].secondary.spr-summary-actions-newreview:hover,
.button[disabled].secondary:focus,
[disabled].secondary.spr-summary-actions-newreview:focus {
  background-color: #767676;
  color: #fff; }

.button.disabled.success,
.disabled.success.spr-summary-actions-newreview,
.button[disabled].success,
[disabled].success.spr-summary-actions-newreview {
  opacity: 0.25;
  cursor: not-allowed; }

.button.disabled.success,
.disabled.success.spr-summary-actions-newreview,
.button.disabled.success:hover,
.disabled.success.spr-summary-actions-newreview:hover,
.button.disabled.success:focus,
.disabled.success.spr-summary-actions-newreview:focus,
.button[disabled].success,
[disabled].success.spr-summary-actions-newreview,
.button[disabled].success:hover,
[disabled].success.spr-summary-actions-newreview:hover,
.button[disabled].success:focus,
[disabled].success.spr-summary-actions-newreview:focus {
  background-color: #3adb76;
  color: #0a0a0a; }

.button.disabled.warning,
.disabled.warning.spr-summary-actions-newreview,
.button[disabled].warning,
[disabled].warning.spr-summary-actions-newreview {
  opacity: 0.25;
  cursor: not-allowed; }

.button.disabled.warning,
.disabled.warning.spr-summary-actions-newreview,
.button.disabled.warning:hover,
.disabled.warning.spr-summary-actions-newreview:hover,
.button.disabled.warning:focus,
.disabled.warning.spr-summary-actions-newreview:focus,
.button[disabled].warning,
[disabled].warning.spr-summary-actions-newreview,
.button[disabled].warning:hover,
[disabled].warning.spr-summary-actions-newreview:hover,
.button[disabled].warning:focus,
[disabled].warning.spr-summary-actions-newreview:focus {
  background-color: #ffae00;
  color: #0a0a0a; }

.button.disabled.alert,
.disabled.alert.spr-summary-actions-newreview,
.button[disabled].alert,
[disabled].alert.spr-summary-actions-newreview {
  opacity: 0.25;
  cursor: not-allowed; }

.button.disabled.alert,
.disabled.alert.spr-summary-actions-newreview,
.button.disabled.alert:hover,
.disabled.alert.spr-summary-actions-newreview:hover,
.button.disabled.alert:focus,
.disabled.alert.spr-summary-actions-newreview:focus,
.button[disabled].alert,
[disabled].alert.spr-summary-actions-newreview,
.button[disabled].alert:hover,
[disabled].alert.spr-summary-actions-newreview:hover,
.button[disabled].alert:focus,
[disabled].alert.spr-summary-actions-newreview:focus {
  background-color: #cc4b37;
  color: #fff; }

.button.dropdown::after,
.dropdown.spr-summary-actions-newreview::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em; }

.button.dropdown.hollow::after,
.dropdown.hollow.spr-summary-actions-newreview::after {
  border-top-color: #000; }

.button.dropdown.hollow.primary::after,
.dropdown.hollow.primary.spr-summary-actions-newreview::after {
  border-top-color: #000; }

.button.dropdown.hollow.secondary::after,
.dropdown.hollow.secondary.spr-summary-actions-newreview::after {
  border-top-color: #767676; }

.button.dropdown.hollow.success::after,
.dropdown.hollow.success.spr-summary-actions-newreview::after {
  border-top-color: #3adb76; }

.button.dropdown.hollow.warning::after,
.dropdown.hollow.warning.spr-summary-actions-newreview::after {
  border-top-color: #ffae00; }

.button.dropdown.hollow.alert::after,
.dropdown.hollow.alert.spr-summary-actions-newreview::after {
  border-top-color: #cc4b37; }

.button.arrow-only::after,
.arrow-only.spr-summary-actions-newreview::after {
  top: -0.1em;
  float: none;
  margin-left: 0; }

[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: #fff;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  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 #595959;
  background-color: #fff;
  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: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

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: #0a0a0a; }

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }

.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;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }

.input-group-label:first-child {
  border-right: 0; }

.input-group-label:last-child {
  border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

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;
  background: #fff; }

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: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  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%2889, 89, 89%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 #595959;
  background-color: #fff;
  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: #faedeb; }

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

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }

.breadcrumbs::before,
.breadcrumbs::after {
  display: table;
  content: " "; }

.breadcrumbs::after {
  clear: both; }

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase; }

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca; }

.breadcrumbs a {
  color: #000; }

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

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 0px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: #fffbf2;
  color: #0a0a0a; }

.callout > :first-child {
  margin-top: 0; }

.callout > :last-child {
  margin-bottom: 0; }

.callout.primary {
  background-color: #000;
  color: #fff; }

.callout.secondary {
  background-color: #767676;
  color: #fff; }

.callout.success {
  background-color: #3adb76;
  color: #0a0a0a; }

.callout.warning {
  background-color: #ffae00;
  color: #0a0a0a; }

.callout.alert {
  background-color: #cc4b37;
  color: #fff; }

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem; }

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #595959;
  cursor: pointer; }

[data-whatinput="mouse"] .close-button {
  outline: 0; }

.close-button:hover,
.close-button:focus {
  color: #0a0a0a; }

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

.is-drilldown {
  position: relative;
  overflow: hidden; }

.is-drilldown li {
  display: block; }

.is-drilldown.animate-height {
  transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear; }

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.is-drilldown-submenu.is-closing {
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }

.is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  margin-top: 0px;
  right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.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: #000;
  color: #fff; }

.label.primary {
  background: #000;
  color: #fff; }

.label.secondary {
  background: #767676;
  color: #fff; }

.label.success {
  background: #3adb76;
  color: #0a0a0a; }

.label.warning {
  background: #ffae00;
  color: #0a0a0a; }

.label.alert {
  background: #cc4b37;
  color: #fff; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible; }

.js-off-canvas-overlay.is-closable {
  cursor: pointer; }

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute; }

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff; }

[data-whatinput="mouse"] .off-canvas {
  outline: 0; }

.off-canvas.is-transition-overlap {
  z-index: 10; }

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }

.off-canvas.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff; }

[data-whatinput="mouse"] .off-canvas-absolute {
  outline: 0; }

.off-canvas-absolute.is-transition-overlap {
  z-index: 10; }

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }

.off-canvas-absolute.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
  overflow-y: auto; }

.position-left.is-open ~ .off-canvas-content {
  -ms-transform: translateX(250px);
  transform: translateX(250px); }

.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " "; }

.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -ms-transform: translateX(250px);
  transform: translateX(250px);
  overflow-y: auto; }

.position-right.is-open ~ .off-canvas-content {
  -ms-transform: translateX(-250px);
  transform: translateX(-250px); }

.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " "; }

.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
  overflow-x: auto; }

.position-top.is-open ~ .off-canvas-content {
  -ms-transform: translateY(250px);
  transform: translateY(250px); }

.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " "; }

.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -ms-transform: translateY(250px);
  transform: translateY(250px);
  overflow-x: auto; }

.position-bottom.is-open ~ .off-canvas-content {
  -ms-transform: translateY(-250px);
  transform: translateY(-250px); }

.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " "; }

.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none; }

.off-canvas-content {
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1; }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px; }

  .position-right.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1; }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px; }

  .position-top.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1; }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px; }

  .position-bottom.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1; }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px; } }
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1; }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px; }

  .position-right.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1; }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px; }

  .position-top.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1; }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px; }

  .position-bottom.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1; }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px; } }
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    -ms-transform: none;
    transform: none;
    z-index: 1; }

  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px; }

  .position-right.reveal-for-xlarge {
    -ms-transform: none;
    transform: none;
    z-index: 1; }

  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px; }

  .position-top.reveal-for-xlarge {
    -ms-transform: none;
    transform: none;
    z-index: 1; }

  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px; }

  .position-bottom.reveal-for-xlarge {
    -ms-transform: none;
    transform: none;
    z-index: 1; }

  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px; } }
.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }

.pagination::before,
.pagination::after {
  display: table;
  content: " "; }

.pagination::after {
  clear: both; }

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none; }

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block; }

@media print, screen and (min-width: 48em) {
  .pagination li {
    display: inline-block; } }
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a; }

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6; }

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #000;
  color: #fff;
  cursor: default; }

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed; }

.pagination .disabled:hover {
  background: transparent; }

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "\2026";
  color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "\00ab"; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "\00bb"; }

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(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 3rem;
  border: 0px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  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: 48em) {
  .reveal {
    min-height: 0; } }
.reveal .column,
.reveal .columns {
  min-width: 0; }

.reveal > :last-child {
  margin-bottom: 0; }

@media print, screen and (min-width: 48em) {
  .reveal {
    width: 600px;
    max-width: 90rem; } }
@media print, screen and (min-width: 48em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto; } }
.reveal.collapse {
  padding: 0; }

@media print, screen and (min-width: 48em) {
  .reveal.tiny {
    width: 30%;
    max-width: 90rem; } }
@media print, screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 90rem; } }
@media print, screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 90rem; } }
.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.9375em) {
  .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; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }

table thead,
table tbody,
table tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff; }

table caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold; }

table thead {
  background: #f9f9f9;
  color: #0a0a0a; }

table tfoot {
  background: #f2f2f2;
  color: #0a0a0a; }

table thead tr,
table tfoot tr {
  background: transparent; }

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left; }

table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem; }

table.unstriped tbody {
  background-color: #fff; }

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }

  table.stack tfoot {
    display: none; }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }

  table.stack td {
    border-top: 0; } }
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

.table-scroll {
  overflow-x: auto; }

.table-scroll table {
  width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #fff;
  background: #fff;
  list-style-type: none; }

.tabs::before,
.tabs::after {
  display: table;
  content: " "; }

.tabs::after {
  clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }

.tabs.simple > li > a:hover {
  background: transparent; }

.tabs.primary {
  background: #000; }

.tabs.primary > li > a {
  color: #fff; }

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #0d0d0d; }

.tabs-title {
  float: left; }

.tabs-title > a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1;
  color: #000; }

.tabs-title > a:hover {
  background: #fff;
  color: #000; }

.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
  background: #fff;
  color: #000; }

.tabs-content {
  border: 1px solid #fff;
  border-top: 0;
  background: #fff;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #fff;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }

.tabs-panel[aria-hidden="false"] {
  display: block; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 0px #595959;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 5px;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fff; }

.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto; }

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  top: 50%;
  bottom: auto;
  left: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important; } }
@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }
@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }
@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important; } }
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }
@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }
@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }
@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }
@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }
@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }
@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

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

.clearfix::after {
  clear: both; }

.hv-center,
#instagram img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media print, screen and (min-width: 48em) {
  .hv-center--medium {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
@media print, screen and (min-width: 64em) {
  .hv-center--large {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
.h-center {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

@media print, screen and (min-width: 64em) {
  .h-center--large {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }
.v-center,
.slick-arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media print, screen and (min-width: 48em) {
  .v-center--medium {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }
@media print, screen and (min-width: 64em) {
  .v-center--large {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }
.h-100 {
  height: 100%; }

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left !important; } }
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left !important; } }
@media print, screen and (min-width: 48em) {
  .medium-text-right {
    text-align: right !important; } }
@media print, screen and (min-width: 64em) {
  .large-text-right {
    text-align: right !important; } }
.infinite-row {
  max-width: 100%; }

.max-width {
  max-width: 90rem;
  margin: auto; }

.float-none {
  float: none !important; }

.underline {
  text-decoration: underline; }

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

.relative {
  position: relative; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.no-bullet {
  list-style: none; }

.inline-list {
  margin-left: -1rem;
  list-style: none;
  margin-bottom: 0; }

.inline-list li {
  margin-left: 1rem;
  display: inline; }

.inline-list--half {
  margin-left: -0.5rem;
  list-style: none;
  margin-bottom: 0; }

.inline-list--half li {
  margin-left: 0.5rem;
  display: inline; }

.absolute {
  position: absolute; }

@media print, screen and (min-width: 48em) {
  .absolute--medium {
    position: absolute; } }
.clear {
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.right {
  right: 0; }

.left {
  left: 0; }

.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

.white-text {
  color: #fff; }

.white-text a {
  color: #fff; }

.white-text p {
  color: inherit; }

.white-text:hover {
  color: #fff; }

.black-text {
  color: #0a0a0a; }

.black-text p {
  color: inherit; }

.gray-text {
  color: #595959; }

.gray-text p {
  color: inherit; }

@media print, screen and (min-width: 64em) {
  .double-padding {
    padding-left: 4rem;
    padding-right: 4rem; } }
.global-margin-right {
  margin-right: 1rem; }

.global-margin-left {
  margin-left: 1rem; }

.global-margin-top {
  margin-top: 1rem; }

.global-margin-bottom {
  margin-bottom: 1rem; }

.global-margin-top--double {
  margin-top: 2rem; }

.global-margin-bottom--double {
  margin-bottom: 2rem; }

.global-margin-top--quad {
  margin-top: 4rem; }

.global-margin-bottom--quad {
  margin-bottom: 4rem; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.text-bold {
  font-weight: bold; }

.bg--black {
  background: #0a0a0a; }

.bg--white {
  background: #fff; }

.bg--cream {
  background: #fff; }

.bg--green {
  background: #34422a; }

.bg--gray {
  background: #e6e6e6; }

.fw-100 {
  font-weight: 100; }

.spacer {
  margin-top: 30px;
  float: left;
  clear: both; }

.spacer--medium {
  margin-top: 45px;
  float: left;
  clear: both; }

.spacer--large {
  margin-top: 60px;
  float: left;
  clear: both; }

.mywrite {
  font-family: "mywrite";
  font-weight: normal; }

.flex-video {
  padding-top: 56.25%;
  position: relative; }

.flex-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.no-border {
  border: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0a0a0a; }

.h1 {
  font-size: 1.5rem; }

@media print, screen and (min-width: 48em) {
  .h1 {
    font-size: 2.1875rem; } }
p {
  font-size: 16px;
  color: #0a0a0a;
  font-weight: 100; }

.p--large {
  font-size: 18px; }

.p--large p {
  font-size: inherit; }

button,
.btn,
.button,
.spr-summary-actions-newreview,
input[type="submit"].button,
input[type="submit"].spr-summary-actions-newreview {
  border: 4px solid #cc6600;
  background: #cc6600;
  color: #FFF;
  font-size: 16px;
  line-height: 14px;
  font-weight: 800;
  padding: 8px 20px 9px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

button[disabled],
.btn[disabled],
.button[disabled],
[disabled].spr-summary-actions-newreview,
input[type="submit"].button[disabled],
input[type="submit"][disabled].spr-summary-actions-newreview {
  opacity: 0.5; }

button:hover,
button:focus,
.btn:hover,
.btn:focus,
.button:hover,
.spr-summary-actions-newreview:hover,
.button:focus,
.spr-summary-actions-newreview:focus,
input[type="submit"].button:hover,
input[type="submit"].spr-summary-actions-newreview:hover,
input[type="submit"].button:focus,
input[type="submit"].spr-summary-actions-newreview:focus {
  background: #717d56;
  border-color: #717d56;
  color: #fff; }

button.secondary,
.btn.secondary,
.button.secondary,
.secondary.spr-summary-actions-newreview,
input[type="submit"].button.secondary,
input[type="submit"].secondary.spr-summary-actions-newreview {
  background: #cc6600;
  color: #fff; }

button.secondary:hover,
button.secondary:focus,
.btn.secondary:hover,
.btn.secondary:focus,
.button.secondary:hover,
.secondary.spr-summary-actions-newreview:hover,
.button.secondary:focus,
.secondary.spr-summary-actions-newreview:focus,
input[type="submit"].button.secondary:hover,
input[type="submit"].secondary.spr-summary-actions-newreview:hover,
input[type="submit"].button.secondary:focus,
input[type="submit"].secondary.spr-summary-actions-newreview:focus {
  background: #717d56; }

.button--white {
  background: #fff;
  border-color: #fff;
  color: #0a0a0a; }

.button--white:hover,
.button--white:focus {
  background: #fff;
  color: #0a0a0a;
  border-color: #fff; }

.tooltip {
  border: 1px solid #0a0a0a;
  max-width: 250px; }

.tooltip.top::before {
  border-color: #0a0a0a transparent transparent; }

table thead th {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 16px;
  background: #34422a;
  color: #fff; }

.close-button {
  background: transparent;
  border: 0;
  font-weight: normal;
  font-size: 3.25rem;
  padding: 0;
  top: 0.25rem;
  color: #0a0a0a; }

.close-button:hover,
.close-button:focus {
  background-color: transparent;
  color: #0a0a0a; }

@font-face {
  font-family: "mywrite";
  src: url("../assets/bompartes_fonts_-_my_write_hand-webfont.woff2") format("woff2"), url("../assets/bompartes_fonts_-_my_write_hand-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

* {
  outline: none; }

.breadcrumb {
  padding: 2rem 0;
  font-size: 14px;
  color: #0a0a0a; }

#MainContent {
  background: #fff; }

.header--image {
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 80px;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: multiply; }

@media print, screen and (min-width: 64em) {
  .header--image {
    padding-top: 200px;
    padding-bottom: 200px; }

  .header--image h1 {
    font-size: 52px; }

  .header--image p {
    font-size: 22px; } }
.dashed-divider {
  margin: 20px auto;
  height: 2px;
  width: 80px;
  display: block;
  border: 1px dashed #0a0a0a; }

.slick-arrow {
  border: 0;
  background-color: transparent !important;
  font-size: 0;
  height: 25px;
  width: auto;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

@media print, screen and (min-width: 48em) {
  .slick-arrow {
    height: 50px; } }
.slick-arrow:hover,
.slick-arrow:focus {
  background-color: transparent; }

.slick-prev {
  background-image: url("../assets/arrowleft--black.png") !important;
  left: 0; }

@media print, screen and (min-width: 64em) {
  .slick-prev {
    left: -3rem; } }
.slick-next {
  background-image: url("../assets/arrowright--black.png") !important;
  right: 0; }

@media print, screen and (min-width: 64em) {
  .slick-next {
    right: -3rem; } }
.slick-disabled {
  opacity: 0; }

.form--success {
  position: fixed;
  top: 0;
  z-index: 200;
  left: 0;
  width: 100%;
  background: #0a0a0a;
  padding: 7px;
  text-align: center;
  margin-bottom: 0; }

.top-bar {
  background: #0a0a0a;
  color: #aaa;
  padding: 0.5rem 0;
  font-weight: 600;
  font-size: 0.75rem; }

@media screen and (max-width: 47.9375em) {
  .top-bar {
    padding: 1rem 0; }

  .top-bar .input-group {
    margin-top: 5px; }

  .top-bar .medium-text-left,
  .top-bar .medium-text-right {
    text-align: center !important; } }
.top-bar [type="email"] {
  padding: 5px;
  height: auto; }

.top-bar .button--green {
  padding: 0.5rem 1rem;
  height: auto;
  font-size: 0.75rem;
  border: 0; }

@media screen and (max-width: 63.9375em) {
  .top-bar__message {
    margin-bottom: 0.5rem; } }
@media print, screen and (min-width: 64em) {
  .top-bar__message {
    margin-top: 5px; } }
@media only screen and (max-width: 47.9375em) {
  #MainContent.sticky {
    padding-top: 65px; } }
/*  @media screen and (max-width: 47.9375em){
    #MainContent.sticky{padding-top:65px}
  }
  @media only screen and (min-width:48em) { 
    #MainContent.sticky{padding-top:77px}
  }*/
header {
  height: 65px;
  position: relative;
  background: #fff;
  z-index: 99999; }

@media print, screen and (min-width: 48em) {
  header {
    height: 70px;
    overflow-x: hidden; } }
@media print, screen and (min-width: 64em) {
  header {
    height: 75px; } }
@media only screen and (max-width: 63.9375em) {
  header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999; } }
.header__logo-container {
  position: relative;
  height: 65px;
  display: block; }

@media print, screen and (min-width: 48em) {
  .header__logo-container {
    height: 75px; } }
.header__logo {
  max-width: 150px;
  padding: 0.5rem; }

@media print, screen and (min-width: 48em) {
  .header__logo {
    padding-top: 0.5rem; } }
@media print, screen and (min-width: 64em) {
  .header__logo {
    margin-left: 1rem; } }
.header__flag {
  position: relative;
  top: -1px;
  margin-left: 5px; }

.nav__link {
  height: 65px;
  line-height: 65px;
  font-size: 14px;
  display: inline-block;
  padding-left: 0.9rem;
  padding-right: 0.9rem; }
  .nav__link.has-dropdown {
    cursor: pointer; }
    .nav__link.has-dropdown:hover .header__dropdown, .nav__link.has-dropdown:focus .header__dropdown {
      opacity: 1;
      max-height: 300px;
      pointer-events: unset; }
    .nav__link.has-dropdown:hover:after, .nav__link.has-dropdown:focus:after {
      transform: rotate(270deg); }
    @media print, screen and (min-width: 64em) {
      .nav__link.has-dropdown:after {
        position: relative;
        right: -5px;
        background-image: url("../assets/arrowright--trueorange.png") !important;
        content: "";
        background-size: contain;
        width: 12px;
        height: 12px;
        background-repeat: no-repeat;
        display: inline-block;
        transform: rotate(90deg);
        transition: transform ease 300ms; } }

@media print, screen and (min-width: 64em) {
  .nav__link {
    line-height: 75px;
    height: 75px; } }
.nav__link:first-child {
  margin-right: -1px; }

@media only screen and (max-width: 64.0625em) {
  header .currency-converter-currency-button {
    display: none; } }
.nav__link--cart:after {
  display: none; }

@media screen and (max-width: 47.9375em) {
  .nav__link--cart--search {
    padding-right: 0; } }
@media only screen and (min-width: 64.0625em) {
  .nav__link--cart {
    min-width: 80px; } }
@media print, screen and (min-width: 64em) {
  .nav__link--cart {
    line-height: 65px;
    height: 64px;
    position: relative;
    top: 5px;
    border-left: 1px solid #0a0a0a; } }
.nav__link--shop {
  border-left: 0; }

.header__bag,
.header__menu-icon {
  max-width: 32px; }

.header__bag {
  float: right;
  position: relative;
  top: 17px; }

.bag__count {
  background: #c60;
  border-radius: 100px;
  color: #fff;
  width: 15px;
  height: 15px;
  display: block;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  position: absolute;
  top: 18px;
  right: 20px; }

@media print, screen and (min-width: 64em) {
  .bag__count {
    top: 14px; } }
header.infinite-row {
  overflow: visible; }

.nav__link.active span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #cc6600;
  display: block;
  position: relative;
  top: -17px; }

.header__dropdown {
  pointer-events: none;
  transition: all 300ms ease;
  z-index: 101;
  position: absolute;
  top: 67px;
  left: 0;
  line-height: 1;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  max-height: 100%;
  background-color: #f8f8f8; }

.header__dropdown__link {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 200px; }

.header__dropdown .p--large {
  margin-bottom: 0.58375rem; }

.header__dropdown.open {
  opacity: 1; }

.header__dropdown.hide-now {
  position: absolute;
  top: -1000000px; }

.header__dropdown-holder {
  display: none; }

.header__dropdown--container {
  padding-top: 2rem;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  justify-content: center; }

@media screen and (max-width: 47.9375em) {
  .header__dropdown--container {
    display: none !important;
    visibility: hidden !important; } }
.header__dropdown--container--mw {
  max-width: 960px; }

#header__dropdown__2 .header__dropdown--container {
  max-width: 1080px; }

.header__dropdown__img {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.vertical {
  margin-left: 0;
  text-align: left; }

.vertical li a {
  float: left;
  width: 100%;
  border-bottom: 1px solid #0a0a0a;
  padding: 1rem; }

.js-drilldown-back > a::before {
  display: none; }

#shopify-section-footer {
  clear: both;
  background: #fff; }

footer {
  background-color: #717d56;
  background-image: url("../assets/footer-bg.jpg");
  background-size: cover;
  background-position: bottom center;
  padding-top: 2rem;
  padding-bottom: 2rem; }

footer strong {
  font-weight: 500; }

@media screen and (max-width: 63.9375em) {
  .footer__follow {
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none; } }
.column--footer {
  max-width: 250px; }

.footer__logo {
  margin-top: 50px;
  margin-left: 20px;
  max-width: 230px; }

.footer__ul li {
  margin-bottom: 1rem;
  font-size: 14px;
  margin-left: 0.5rem; }

.footer__ul li:last-child {
  margin-bottom: 0; }

.copyright {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 13px;
  color: #bbb; }

.copyright a {
  color: #bbb; }

@media screen and (max-width: 47.9375em) {
  .reveal {
    height: auto;
    min-height: auto; } }
@media print, screen and (min-width: 64em) {
  .slideshow .slick-next,
  .slideshow .slick-prev {
    z-index: 999; } }
@media print, screen and (min-width: 64em) {
  .slideshow .slick-next {
    right: 1rem; } }
@media print, screen and (min-width: 64em) {
  .slideshow .slick-prev {
    left: 1rem; } }
.slideshow__slide {
  position: relative; }

.slideshow__title {
  position: absolute;
  bottom: 0;
  right: 1rem;
  width: 250px;
  height: 19.8%;
  text-align: center; }

.slideshow__title__h1 {
  font-size: 34px; }

@media print, screen and (min-width: 64em) {
  .slideshow__title__h1 {
    font-size: 45px;
    margin-bottom: 2rem; } }
.slideshow__title__p {
  font-size: 24px; }

.slideshow__button {
  min-width: 150px;
  top: 34%; }

.slideshow__box {
  background: #fff;
  border: 4px solid #0a0a0a;
  padding: 1rem; }

@media print, screen and (min-width: 48em) {
  .slideshow__box {
    padding: 3rem; } }
.slideshow__slide__overlay {
  padding: 1rem;
  top: 40%; }

@media print, screen and (min-width: 48em) {
  .slideshow__slide__overlay {
    padding: 2rem; } }
.fifty__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }

.fifty__img {
  position: relative; }

.template-index .story-block {
  margin-bottom: 0px; }

.content-block {
  padding-top: 90%;
  min-height: 350px;
  background-size: cover;
  background-position: center; }

.content-block .hv-center,
.content-block #instagram img,
#instagram .content-block img {
  z-index: 2; }

.content-block:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  padding-top: 90%;
  min-height: 350px; }

.story-block__image {
  background-size: cover;
  background-position: center; }

@media screen and (max-width: 47.9375em) {
  .story-block__image {
    background-image: none !important; } }
.story-block__line {
  margin: 30px auto;
  height: 2px;
  width: 80px;
  display: block;
  border: 1px dashed #0a0a0a; }

.story-block__text {
  padding-top: 75px;
  padding-bottom: 75px; }

.story-block__text strong {
  font-size: 26px; }

.story-block__text .bg--white {
  padding-top: 1rem;
  padding-bottom: 1rem; }

@media print, screen and (min-width: 48em) {
  .story-block__text .bg--white {
    padding-top: 50px;
    padding-bottom: 50px; } }
@media print, screen and (min-width: 48em) {
  .materials__images-holder {
    padding-right: 0; } }
@media print, screen and (min-width: 48em) {
  .materials__images-holder2 {
    padding-left: 0; } }
.materials__icons {
  margin-top: -60px; }

.materials__icons li {
  cursor: pointer;
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: inline-block;
  border: 2px solid #fff; }

.material-link {
  margin-top: 35px; }

#instagram {
  overflow: hidden; }

#instagram a {
  width: 50%;
  padding-top: 50%;
  display: inline-block;
  margin-bottom: -8px;
  position: relative;
  overflow: hidden; }

@media print, screen and (min-width: 48em) {
  #instagram a {
    width: 12.5%;
    width: calc(12.5% + 2px);
    padding-top: 12.5%;
    margin-right: -2px; } }
#instagram img {
  width: 101%;
  width: calc(100% + 4px);
  max-width: 110%; }

.review-slider .slick-arrow {
  z-index: 10; }

@media print, screen and (min-width: 48em) {
  .review-slider .slick-arrow {
    height: 40px; } }
.review-slider .slick-prev {
  height: 40px;
  background-image: url("../assets/arrowleft--black.png") !important; }

.review-slider .slick-next {
  height: 40px;
  background-image: url("../assets/arrowright--black.png") !important; }

@media print, screen and (min-width: 48em) {
  .collection__item--header {
    padding-left: 0;
    padding-right: 0; } }
.collection__item {
  float: left !important; }

.collection__image {
  max-width: 200px;
  margin-top: 50px;
  margin-bottom: 50px; }

.rollover-image {
  background: #fff;
  position: absolute;
  top: 30px;
  left: 15px;
  display: none;
  opacity: 0;
  width: calc(100% - 30px); }

.collection__title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase; }

.collection__description {
  font-size: 14px; }

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

.collection__price s {
  color: #cc4b37; }

.collection__item__interior--description {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 400px; }

.collection__item--description {
  position: relative; }

.collection__item--description:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.collection__item__interior {
  padding: 1rem; }

.collection__item--hover .collection__item__interior {
  transition: box-shadow 300ms ease-in-out; }

.collection__item--hover .collection__item__interior .collection__img img.active {
  display: block !important;
  opacity: 1; }

.collection__price {
  color: #0a0a0a; }

.swatch-image {
  background: #fff;
  position: absolute;
  top: 30px;
  left: 15px;
  display: none;
  width: calc(100% - 30px); }

.swatches {
  margin-left: -0.5rem; }

.swatches .swatch-image {
  display: none; }

.swatches li {
  border-radius: 100px;
  cursor: pointer;
  width: 1.75rem;
  height: 1.75rem;
  background: #fff;
  border: 2px solid #653917;
  display: inline-block;
  border: 2px solid transparent;
  margin-left: 0.5rem; }

.swatches li.active {
  position: relative; }

.swatches li.active:before {
  content: "";
  border: 1px solid #0a0a0a;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: -5px;
  left: -5px;
  position: absolute;
  border-radius: 100px; }

.product__usages {
  font-size: 12px; }

@media print, screen and (min-width: 48em) {
  .product__usages {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 15px;
    height: 50px; } }
.collection-icons {
  margin-top: -8px; }

.collection__icon {
  max-width: 45px; }

.product__title {
  font-size: 20px;
  margin-bottom: 20px;
  display: inline-block;
  color: #C76200;
  font-weight: 600; }

.product__gallery,
.product__thumbs {
  margin-left: 0; }

.product__thumbs li {
  cursor: pointer; }

.product__icon {
  height: 45px !important;
  width: auto;
  margin-right: 1rem; }

.product__option__label {
  margin-bottom: 0.5625rem; }

.product__price {
  font-size: 20px;
  color: #0a0a0a; }

.product-feature {
  margin-bottom: 0.25rem; }

.product__factstext-holder {
  background: #fff;
  margin-top: 2rem; }

@media screen and (max-width: 63.9375em) {
  .product__factstext {
    padding-top: 50px;
    padding-bottom: 50px; } }
@media print, screen and (min-width: 64em) {
  .product__factstext {
    width: 50%; } }
.spr-badge {
  margin-bottom: 1rem; }

.spr-summary-actions-newreview {
  margin-top: 1rem; }

.spr-container {
  background: #fff;
  border: 0px !important;
  margin-bottom: 50px; }

[class^="spr-icon-"]:before,
[class*="spr-icon-"]:before {
  font-size: 22px !important;
  color: #fecd2f; }

.spr-badge-caption {
  display: none !important; }

.swatches--type li {
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.1; }

@media print, screen and (min-width: 48em) {
  .product__gallery {
    margin-bottom: 20px; }

  .product__gallery .slick-arrow {
    height: 30px;
    display: none !important; } }
.product__gallery .slick-disabled {
  display: none; }

.product__gallery .slick-prev,
.product__gallery .slick-next {
  z-index: 100; }

.product__gallery .slick-prev {
  left: 0; }

@media print, screen and (min-width: 48em) {
  .product__gallery .slick-prev {
    left: 1rem; } }
.product__gallery .slick-next {
  right: 0; }

@media print, screen and (min-width: 48em) {
  .product__gallery .slick-next {
    right: 1rem; } }
.tabs-title.is-active a {
  font-weight: 800;
  border-bottom: 1px solid #0a0a0a; }

.spr-review {
  display: inline-block; }

@media print, screen and (min-width: 48em) {
  .spr-review {
    border: 0 !important;
    width: 45%; }

  .spr-review:nth-child(odd) {
    clear: left; }

  .spr-review:nth-child(even) {
    margin-left: auto; } }
@media print, screen and (min-width: 48em) {
  .spr-reviews {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.spr-pagination {
  width: 100%;
  clear: both; }

.featuretext {
  padding-top: 115px;
  padding-bottom: 115px; }

.featuretext__text {
  font-weight: 500;
  font-size: 16px; }

.lifestyle-slider .slick-prev {
  background-image: url(../assets/arrow-left.svg) !important;
  left: 1rem;
  z-index: 1; }

.lifestyle-slider .slick-next {
  background-image: url("../assets/arrow-right.svg") !important;
  right: 1rem; }

.rfid-notice {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #eee;
  height: 70px;
  width: 70px;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.2;
  padding-top: 38px;
  font-weight: 600;
  pointer-events: none; }

.rfid-notice--double-line {
  padding-top: 23px; }

.spr-badge {
  display: inline-block; }

.spr-review:first-child {
  margin-top: 0; }

.spr-summary-actions {
  float: left;
  width: 100%;
  clear: both; }

.spr-summary-actions-newreview {
  float: left;
  background: #fdcc43;
  border-color: #fdcc43;
  color: #fff; }

.spr-summary-actions-newreview:hover,
.spr-summary-actions-newreview:focus {
  background: #fdcc43; }

.cart-active,
.bag__count {
  display: none; }

@media screen and (max-width: 63.9375em) {
  .template-cart h1 {
    text-align: center; } }
.table--cart {
  table-layout: fixed;
  border: 2px solid #0a0a0a;
  margin-bottom: 0; }

.table--cart thead th {
  font-weight: normal;
  text-align: center; }

.table--cart tr {
  border-bottom: 1px solid #0a0a0a; }

.table--cart tr:last-child {
  border-bottom: 0; }

.table--cart th,
.table--cart td {
  display: table-cell; }

@media screen and (max-width: 63.9375em) {
  .table--cart th,
  .table--cart tr,
  .table--cart td {
    text-align: center !important; } }
.table--cart tbody td {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.cart__price {
  font-size: 30px; }

@media screen and (max-width: 63.9375em) {
  .responsive-table td::before {
    width: 100%; } }
.cart__summary {
  background: #fff;
  padding: 3rem 2rem; }

.cart__summary-holder {
  border-left: 1px solid #0a0a0a; }

@media screen and (max-width: 63.9375em) {
  .cart__summary__img {
    max-width: 250px;
    margin: 0 auto 40px;
    display: block; } }
@media print, screen and (min-width: 64em) {
  .cart__summary__img {
    border-right: 1px solid #0a0a0a; } }
.cart__totals p {
  margin-bottom: 0;
  font-size: 20px; }

.checkout-summary {
  max-width: 500px; }

.checkout-summary-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  text-align: center; }

.checkout-summary-item {
  padding: 1rem;
  clear: both; }

.checkout-summary-item .item-image,
.checkout-summary-item .item-name {
  float: left; }

.checkout-summary-item .item-image {
  width: 40%; }

.checkout-summary-item .item-name {
  width: 60%; }

.checkout-summary-item .item-name p,
.checkout-summary-item .item-price p {
  margin: 0;
  padding: 0; }

.checkout-summary-item .title {
  font-weight: bold; }

.checkout-summary-details {
  margin-top: 2rem;
  float: left;
  width: 100%;
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem; }

.mini-pen {
  background: #fff;
  padding: 2.15rem 4rem;
  border-right: 1px solid #0a0a0a; }

@media print, screen and (min-width: 48em) {
  .blog__article__content {
    padding: 2rem; } }
.blog__article__posted {
  font-size: 14px; }

@media screen and (max-width: 47.9375em) {
  .blog__article__posted {
    float: left; } }
@media print, screen and (min-width: 48em) {
  .blog__article__posted {
    position: absolute;
    bottom: 2rem;
    right: 2rem; } }
.blog__article__content {
  float: left; }

.blog__article__content:nth-child(odd) {
  float: right !important; }

.featured-products .slick-arrow {
  height: 30px; }

.featured-products .slick-prev {
  left: 0; }

.featured-products .slick-next {
  right: 0;
  background-position: right; }

.featured-product {
  padding: 0 2rem; }

.social-sharing a {
  margin: 0 5px; }

@media print, screen and (min-width: 64em) {
  .featured-blog-products {
    padding-right: 0; } }
@media screen and (max-width: 63.9375em) {
  .is_stuck {
    position: relative !important; } }
.article-container p {
  font-size: 1.25rem; }

.template-page .breadcrumb {
  display: none; }

.page-gallery .bg--white {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px; }

.page-gallery__img {
  margin-top: 50px;
  margin-bottom: 50px; }

.fw-image {
  margin-top: 40px; }

.tab--customer-support {
  list-style: none;
  margin-left: 0; }

.tab--customer-support li {
  cursor: pointer;
  color: #34422a;
  font-weight: bold;
  font-size: 16px;
  background: #e6e6e6;
  padding: 0.5rem 1rem;
  margin-bottom: 2px; }

.tab--customer-support li.active {
  background: #34422a;
  color: #fff; }

.tab--customer-support li.active a {
  color: #fff; }

.tab--customer-support__content li {
  display: none; }

.tab--customer-support__content li.active {
  display: block; }

.text_area {
  font-size: 22px;
  font-weight: 100; }

.cms-background {
  overflow-x: hidden;
  background-size: cover; }

.gallery--our-story {
  margin-top: 60px; }

.story-block--our-story {
  background: #fff;
  padding: 60px;
  margin-bottom: 60px;
  margin-top: 60px; }

#technology-amp-materials .slick-arrow {
  z-index: 10; }

@media print, screen and (min-width: 48em) {
  #technology-amp-materials .slick-arrow {
    height: 40px; } }
#technology-amp-materials .slick-prev {
  height: 40px;
  left: 1rem;
  background-image: url("../assets/arrowleft--black.png") !important; }

#technology-amp-materials .slick-next {
  height: 40px;
  right: 1rem;
  background-image: url("../assets/arrowright--black.png") !important; }

.story-block__image-holder .cms__gallery__slider .slick-arrow {
  z-index: 10; }

.story-block__image-holder .cms__gallery__slider .slick-prev {
  left: 1rem; }

.story-block__image-holder .cms__gallery__slider .slick-next {
  right: 1rem; }

.product-block__price {
  font-size: 1.625rem; }

.bg-stripe {
  background: repeating-linear-gradient(130deg, white, white 10px, #f7f7f7 7px, #f7f7f7 14px); }

.cms__gallery__slider__thumbs div {
  cursor: pointer; }

.shopify-challenge__container {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.template-collection .slideshow__slide__overlay {
  background: rgba(255, 255, 255, 0.8); }

.stamped-summary-text-1 {
  display: none !important; }

.stamped-summary-caption {
  display: inline !important;
  position: relative;
  top: -4px; }

#sticky-cart {
  position: fixed;
  top: 35%;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #010002;
  display: block;
  padding: 10px;
  background: #FFF;
  text-align: center; }

#sticky-cart img {
  width: 23px; }

.sticky-cart__count {
  background: #34422a;
  position: absolute;
  top: -7px;
  left: -7px;
  width: 22px;
  line-height: 1;
  height: 22px;
  color: #FFF;
  border-radius: 100%;
  padding: 5px;
  font-size: 12px;
  font-weight: bold; }

.shopify-payment-button__more-options {
  background: #595959;
  padding: 12px;
  color: #FFF; }

.shopify-payment-button__more-options:hover, .shopify-payment-button__more-options:focus {
  text-decoration: none; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  opacity: 1; }

.table--cart {
  border: 0; }
  .table--cart thead {
    border: 0;
    border-bottom: 1px solid #AAA;
    background-color: #FFF; }
    .table--cart thead th {
      background-color: transparent;
      color: #000; }
  .table--cart tbody {
    border: 0; }

.button--remove {
  background: #fff !important;
  color: black !important;
  border: 1px solid #AAA;
  text-transform: uppercase;
  font-size: 10px !important; }

.table--cart tr {
  border-color: #AAA; }

.table--cart tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.product__thumbs .slick-prev {
  background-image: url("../assets/arrow-left--white-new.png") !important;
  left: 2px;
  background-color: rgba(0, 0, 0, 0.3) !important;
  z-index: 1;
  height: 100%; }
  .product__thumbs .slick-prev:hover, .product__thumbs .slick-prev:focus {
    background-color: rgba(0, 0, 0, 0.6) !important; }

.product__thumbs {
  margin-left: -5px;
  margin-right: -5px; }

.product__thumbs .slick-next {
  background-image: url("../assets/arrow-right--white-new.png") !important;
  right: 2px;
  background-color: rgba(0, 0, 0, 0.3) !important;
  z-index: 1;
  height: 100%; }
  .product__thumbs .slick-next:hover, .product__thumbs .slick-next:focus {
    background-color: rgba(0, 0, 0, 0.6) !important; }

.product__thumbs li {
  margin: 5px; }

.currency-selector {
  width: 100px;
  float: right;
  margin-right: 30px;
  margin-top: 17px; }

@media only screen and (max-width: 48em) {
  .currency-selector {
    display: none; } }
.currency-selector-mobile {
  padding: 15px;
  margin-top: 5px; }

.tabs-ttle--first {
  border-top: 1px solid #999; }

.tabs-ttle {
  border-bottom: 1px solid #999;
  font-size: 18px; }

.tabs-ttle__content {
  display: none;
  padding-top: 10px;
  padding-bottom: 20px; }

.tabs-ttle__content ul {
  list-style: none; }

.tabs-ttle__content ul li {
  font-size: 16px;
  font-weight: 100; }

.tabs-ttle__content ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #c76200;
  display: inline-block;
  border-radius: 100px;
  position: relative;
  left: -20px;
  top: -2px;
  margin-right: -10px; }

.tabs-ttle a {
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative; }

.tabs-ttle a:after {
  position: absolute;
  right: 0;
  background-image: url("../assets/arrowright--trueblack.png") !important;
  content: "";
  background-size: contain;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  top: 13px;
  transform: rotate(90deg);
  transition: transform ease 300ms; }

.tabs-ttle a.active:after {
  transform: rotate(270deg); }

.quantity-holder {
  display: flex; }

#Quantity {
  width: 33.33%; }

.quantity__minus, .quantity__plus {
  cursor: pointer;
  width: 33.33%;
  text-align: center;
  height: 39px;
  line-height: 39px;
  border: 1px solid #cacaca;
  margin: 0 5px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.reveal-overlay {
  z-index: 99999; }

.zoomImg {
  background-color: #fff; }

.product__indepth-detail {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 75rem; }

.product__indepth-detail__content__inner {
  max-width: 470px; }
  @media only screen and (max-width: 48em) {
    .product__indepth-detail__content__inner {
      text-align: center;
      margin-bottom: 60px;
      max-width: 100%; }
      .product__indepth-detail__content__inner h4:after {
        margin-left: auto !important;
        margin-right: auto !important; } }

@media only screen and (min-width: 48em) {
  .product__indepth-detail__content__inner h4:after {
    margin-left: auto; }

  .product__indepth-detail__content {
    text-align: right; }

  .product__indepth-detail__content__inner {
    float: right; }

  .product__indepth-detail--odd .product__indepth-detail__content {
    text-align: left;
    order: 2; }
    .product__indepth-detail--odd .product__indepth-detail__content h4:after {
      margin-left: unset; }
  .product__indepth-detail--odd .product__indepth-detail__content__inner {
    float: left; }
  .product__indepth-detail--odd .product__indepth-detail__image {
    order: 1; } }
.product__indepth-detail__content__inner h4:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #C56219;
  display: block;
  margin-top: 8px;
  margin-bottom: 20px; }

.slick-dots {
  list-style: none;
  margin-left: 0;
  text-align: center;
  margin-top: 20px; }

.slick-dots li {
  display: inline-block; }

.slick-dots li button {
  transition: border ease 300ms;
  border: 6px solid #FFFFFF;
  background: #e4edf8;
  text-indent: -10000px;
  border-radius: 100px;
  padding: 0;
  height: 25px;
  width: 25px;
  margin: 0 5px; }

.slick-dots li.slick-active button {
  border-color: #E4EDF8; }

.product__trust-icons {
  font-size: 13px;
  color: #707070; }
  .product__trust-icons > .column {
    text-align: center; }
    @media only screen and (max-width: 749px) {
      .product__trust-icons > .column {
        text-align: left;
        margin-bottom: 0 !important; } }
  @media only screen and (max-width: 749px) {
    .product__trust-icons span {
      font-size: 13px;
      display: inline-block;
      position: relative;
      top: -20px; } }
  .product__trust-icons svg {
    height: 50px; }
    @media only screen and (max-width: 749px) {
      .product__trust-icons svg {
        margin-right: 10px;
        height: 30px;
        width: 30px;
        position: relative;
        top: -10px; } }
    .product__trust-icons svg g {
      stroke: unset; }

.product__bundle {
  max-width: 400px !important; }
  .product__bundle .button {
    margin-right: 10px;
    font-size: 14px !important;
    width: auto;
    background: #F5F5F5;
    font-weight: 500;
    border: 1px solid #F5F5F5;
    color: #010101; }
    .product__bundle .button.active, .product__bundle .button:hover, .product__bundle .button:focus {
      background: #F5F5F5;
      color: #010101;
      border-color: #5c5d60; }

.back-to-top {
  display: none;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  font-weight: 700;
  font-size: 14px !important;
  width: 150px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 100px;
  border-radius: 100px;
  height: 40px;
  line-height: 40px;
  z-index: 1;
  transform: translateX(-50%); }

.back-to-top.hide-always {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important; }

.back-to-top:hover, .back-to-top:focus {
  color: #FFF; }

@media only screen and (min-width: 48em) {
  .back-to-top {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important; } }
.header__search-form {
  box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  max-height: 0;
  overflow: hidden;
  clear: both;
  transition: 300ms ease max-height;
  margin-top: -1px;
  background-color: #F0F0F0; }

.header__search-form form {
  max-width: 600px;
  margin: 20px auto;
  padding-left: 20px;
  padding-right: 20px; }

.header__search-form.active {
  max-height: 100px; }

.product__gallery.being-zoomed .slick-arrow, .product__gallery.being-zoomed .slick-dots {
  visibility: hidden;
  pointer-events: none; }
.product__gallery.being-zoomed .zoomImg {
  opacity: 1 !important; }

#hide-zoom {
  position: fixed;
  top: 10px;
  z-index: 999999;
  right: 20px;
  font-size: 50px;
  line-height: 1;
  font-weight: 100;
  color: #5c5d60; }

#gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #FFF;
  z-index: 9999;
  display: flex;
  align-items: stretch; }
  #gallery-lightbox span {
    display: flex !important;
    align-items: center; }

.product__gallery.zoomed {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  background: #FFF;
  left: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap; }
  .product__gallery.zoomed .slick-dots {
    width: 100%;
    position: fixed;
    bottom: 20px;
    left: 0; }

.c-pointer {
  cursor: pointer; }

html.is-reveal-open, html.is-reveal-open body {
  min-height: unset !important;
  overflow: unset !important;
  position: unset !important;
  user-select: unset !important; }

.tabs-ttle__content a {
  font-weight: normal;
  display: inline;
  text-transform: none;
  padding: 0;
  position: static;
  text-decoration: underline;
  color: #017AA4; }

.tabs-ttle__content a:after {
  content: unset; }
