@charset "UTF-8";
/** FNCE :: Main CSS **/ /**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

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

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

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: Roboto, "Helvetica Neue", Helvetica, 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 {
  -webkit-box-sizing: border-box;
  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: 75rem;
  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.3125rem;
  margin-left: -0.3125rem;
}
@media print, screen and (min-width: 23.75em) {
  .row .row {
    margin-right: -0.46875rem;
    margin-left: -0.46875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.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-xsmall > .column, .row.gutter-xsmall > .columns {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
@media print, screen and (min-width: 23.75em) {
  .column, .columns {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.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;
}

.xsmall-1 {
  width: 8.3333333333%;
}

.xsmall-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.xsmall-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

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

.xsmall-2 {
  width: 16.6666666667%;
}

.xsmall-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.xsmall-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.xsmall-offset-1 {
  margin-left: 8.3333333333%;
}

.xsmall-3 {
  width: 25%;
}

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

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

.xsmall-offset-2 {
  margin-left: 16.6666666667%;
}

.xsmall-4 {
  width: 33.3333333333%;
}

.xsmall-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.xsmall-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

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

.xsmall-5 {
  width: 41.6666666667%;
}

.xsmall-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.xsmall-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.xsmall-offset-4 {
  margin-left: 33.3333333333%;
}

.xsmall-6 {
  width: 50%;
}

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

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

.xsmall-offset-5 {
  margin-left: 41.6666666667%;
}

.xsmall-7 {
  width: 58.3333333333%;
}

.xsmall-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.xsmall-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

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

.xsmall-8 {
  width: 66.6666666667%;
}

.xsmall-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.xsmall-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.xsmall-offset-7 {
  margin-left: 58.3333333333%;
}

.xsmall-9 {
  width: 75%;
}

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

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

.xsmall-offset-8 {
  margin-left: 66.6666666667%;
}

.xsmall-10 {
  width: 83.3333333333%;
}

.xsmall-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.xsmall-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

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

.xsmall-11 {
  width: 91.6666666667%;
}

.xsmall-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.xsmall-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.xsmall-offset-10 {
  margin-left: 83.3333333333%;
}

.xsmall-12 {
  width: 100%;
}

.xsmall-offset-11 {
  margin-left: 91.6666666667%;
}

.xsmall-up-1 > .column, .xsmall-up-1 > .columns {
  float: left;
  width: 100%;
}
.xsmall-up-1 > .column:nth-of-type(1n), .xsmall-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.xsmall-up-1 > .column:nth-of-type(1n+1), .xsmall-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.xsmall-up-1 > .column:last-child, .xsmall-up-1 > .columns:last-child {
  float: left;
}

.xsmall-up-2 > .column, .xsmall-up-2 > .columns {
  float: left;
  width: 50%;
}
.xsmall-up-2 > .column:nth-of-type(1n), .xsmall-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.xsmall-up-2 > .column:nth-of-type(2n+1), .xsmall-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.xsmall-up-2 > .column:last-child, .xsmall-up-2 > .columns:last-child {
  float: left;
}

.xsmall-up-3 > .column, .xsmall-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.xsmall-up-3 > .column:nth-of-type(1n), .xsmall-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.xsmall-up-3 > .column:nth-of-type(3n+1), .xsmall-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.xsmall-up-3 > .column:last-child, .xsmall-up-3 > .columns:last-child {
  float: left;
}

.xsmall-up-4 > .column, .xsmall-up-4 > .columns {
  float: left;
  width: 25%;
}
.xsmall-up-4 > .column:nth-of-type(1n), .xsmall-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.xsmall-up-4 > .column:nth-of-type(4n+1), .xsmall-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.xsmall-up-4 > .column:last-child, .xsmall-up-4 > .columns:last-child {
  float: left;
}

.xsmall-up-5 > .column, .xsmall-up-5 > .columns {
  float: left;
  width: 20%;
}
.xsmall-up-5 > .column:nth-of-type(1n), .xsmall-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.xsmall-up-5 > .column:nth-of-type(5n+1), .xsmall-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.xsmall-up-5 > .column:last-child, .xsmall-up-5 > .columns:last-child {
  float: left;
}

.xsmall-up-6 > .column, .xsmall-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.xsmall-up-6 > .column:nth-of-type(1n), .xsmall-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.xsmall-up-6 > .column:nth-of-type(6n+1), .xsmall-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.xsmall-up-6 > .column:last-child, .xsmall-up-6 > .columns:last-child {
  float: left;
}

.xsmall-up-7 > .column, .xsmall-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.xsmall-up-7 > .column:nth-of-type(1n), .xsmall-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.xsmall-up-7 > .column:nth-of-type(7n+1), .xsmall-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.xsmall-up-7 > .column:last-child, .xsmall-up-7 > .columns:last-child {
  float: left;
}

.xsmall-up-8 > .column, .xsmall-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.xsmall-up-8 > .column:nth-of-type(1n), .xsmall-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.xsmall-up-8 > .column:nth-of-type(8n+1), .xsmall-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.xsmall-up-8 > .column:last-child, .xsmall-up-8 > .columns:last-child {
  float: left;
}

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

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

.xsmall-uncollapse > .column, .xsmall-uncollapse > .columns {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}

.xsmall-centered {
  margin-right: auto;
  margin-left: auto;
}
.xsmall-centered, .xsmall-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

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

@media print, screen and (min-width: 23.75em) {
  .small-1 {
    width: 8.3333333333%;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .small-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .small-offset-0 {
    margin-left: 0%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .small-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .small-offset-1 {
    margin-left: 8.3333333333%;
  }
  .small-3 {
    width: 25%;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
  }
  .small-pull-3 {
    position: relative;
    left: -25%;
  }
  .small-offset-2 {
    margin-left: 16.6666666667%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .small-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .small-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .small-offset-4 {
    margin-left: 33.3333333333%;
  }
  .small-6 {
    width: 50%;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
  }
  .small-pull-6 {
    position: relative;
    left: -50%;
  }
  .small-offset-5 {
    margin-left: 41.6666666667%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .small-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .small-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .small-offset-7 {
    margin-left: 58.3333333333%;
  }
  .small-9 {
    width: 75%;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
  }
  .small-pull-9 {
    position: relative;
    left: -75%;
  }
  .small-offset-8 {
    margin-left: 66.6666666667%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .small-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .small-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .small-offset-10 {
    margin-left: 83.3333333333%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.2857142857%;
  }
  .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.46875rem;
    padding-left: 0.46875rem;
  }
  .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: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.2857142857%;
  }
  .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.625rem;
    padding-left: 0.625rem;
  }
  .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.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.2857142857%;
  }
  .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.625rem;
    padding-left: 0.625rem;
  }
  .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.3333333333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.2857142857%;
  }
  .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.625rem;
    padding-left: 0.625rem;
  }
  .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: 0.625rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 23.75em) {
  .column-block {
    margin-bottom: 0.9375rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.25rem;
  }
  .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: "Roboto Condensed", Roboto, "Helvetica Neue", Helvetica, 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: #d0dae3;
}

@media print, screen and (min-width: 23.75em) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.1875rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1.0625rem;
  }
  h6 {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.1875rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1.0625rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #f88c00;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #d57800;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #d0dae3;
  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, ul ol, ol ul, 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 #d0dae3;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8c949a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8c949a;
}
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 #d0dae3;
  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: #8c949a;
}

.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: 23.75em) {
  .small-text-left {
    text-align: left;
  }
  .small-text-right {
    text-align: right;
  }
  .small-text-center {
    text-align: center;
  }
  .small-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 40em) {
  .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;
    -webkit-box-shadow: none !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 #8c949a;
    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;
  }
}
[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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #d0dae3;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -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 #8c949a;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #d0dae3;
  box-shadow: 0 0 5px #d0dae3;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #d0dae3;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #d0dae3;
}

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

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

input::placeholder,
textarea::placeholder {
  color: #d0dae3;
}
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] {
  -webkit-box-sizing: border-box;
  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-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #d0dae3;
  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 #d0dae3;
}
.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 #d0dae3;
  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%28140, 148, 154%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
@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 #8c949a;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #d0dae3;
  box-shadow: 0 0 5px #d0dae3;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
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)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-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;
}

.button {
  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;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  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: #f88c00;
  color: #fff;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #d37700;
  color: #fff;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #f88c00;
  color: #0a0a0a;
}
.button.primary:hover, .button.primary:focus {
  background-color: #c67000;
  color: #0a0a0a;
}
.button.secondary {
  background-color: #767676;
  color: #fff;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fff;
}
.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert {
  background-color: #cc4b37;
  color: #fff;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fff;
}
.button.hollow {
  border: 1px solid #f88c00;
  color: #f88c00;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #7c4600;
  color: #7c4600;
}
.button.hollow.primary {
  border: 1px solid #f88c00;
  color: #f88c00;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #7c4600;
  color: #7c4600;
}
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #f88c00;
  color: #fff;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #f88c00;
  color: #0a0a0a;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #fff;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fff;
}
.button.dropdown::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.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #f88c00;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fff;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

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

.is-accordion-submenu-parent[aria-expanded=true] > a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.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: #d0dae3;
}
.breadcrumbs a {
  color: #f88c00;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #d0dae3;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded {
  margin-right: -1px;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button:first-child:last-child {
  width: 100%;
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.primary .button {
  background-color: #f88c00;
  color: #0a0a0a;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #c67000;
  color: #0a0a0a;
}
.button-group.secondary .button {
  background-color: #767676;
  color: #fff;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fff;
}
.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.alert .button {
  background-color: #cc4b37;
  color: #fff;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fff;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 23.75em) and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.close-button {
  position: absolute;
  color: #8c949a;
  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;
}

.menu {
  margin: 0;
  list-style-type: none;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
[data-whatinput=mouse] .menu > li {
  outline: 0;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}
.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu > li, .menu.horizontal > li {
  display: table-cell;
}
.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.vertical > li {
  display: block;
}
@media print, screen and (min-width: 23.75em) {
  .menu.small-horizontal > li {
    display: table-cell;
  }
  .menu.small-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.small-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.small-vertical > li {
    display: block;
  }
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.large-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal > li {
    display: table-cell;
  }
  .menu.xlarge-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.xlarge-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.xlarge-vertical > li {
    display: block;
  }
}
.menu.simple li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.menu.simple a {
  padding: 0;
}
.menu.simple li {
  margin-left: 0;
  margin-right: 1rem;
}
.menu.simple.align-right li {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.align-right::before, .menu.align-right::after {
  display: table;
  content: " ";
}
.menu.align-right::after {
  clear: both;
}
.menu.align-right > li {
  float: right;
}
.menu.icon-top > li > a {
  text-align: center;
}
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.icon-top.vertical a > span {
  margin: auto;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active > a {
  background: #f88c00;
  color: #fff;
}
.menu.menu-bordered li {
  border: 1px solid #e6e6e6;
}
.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}
.menu.menu-hover li:hover {
  background-color: #e6e6e6;
}

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered {
  text-align: center;
}
.menu-centered > .menu {
  display: inline-block;
  vertical-align: top;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: "";
}
.menu-icon:hover::after {
  background: #d0dae3;
  -webkit-box-shadow: 0 7px 0 #d0dae3, 0 14px 0 #d0dae3;
  box-shadow: 0 7px 0 #d0dae3, 0 14px 0 #d0dae3;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8c949a;
  -webkit-box-shadow: 0 7px 0 #8c949a, 0 14px 0 #8c949a;
  box-shadow: 0 7px 0 #8c949a, 0 14px 0 #8c949a;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.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: 40em) {
  .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: #f88c00;
  color: #fff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #d0dae3;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

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

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

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -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: 1rem;
  border: 1px solid #d0dae3;
  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: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 23.6875em) {
  .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;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

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

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

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

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

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

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

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.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

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

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  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: #f88c00;
}
.tabs.primary > li > a {
  color: #0a0a0a;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #ec8500;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #f88c00;
}
.tabs-title > a:hover {
  background: #fff;
  color: #d57800;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #f88c00;
}

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

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

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel[aria-hidden=false] {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  -o-transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(248, 140, 0, 0.5);
  box-shadow: 0 0 6px 1px rgba(248, 140, 0, 0.5);
}
a.thumbnail image {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 23.6875em) {
  .hide-for-xsmall-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 23.75em) {
  .show-for-xsmall-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 23.75em) {
  .hide-for-small {
    display: none !important;
  }
}

@media screen and (max-width: 23.6875em) {
  .show-for-small {
    display: none !important;
  }
}

@media screen and (min-width: 23.75em) and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 23.6875em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.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;
}

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  border-radius: 0 0 0 0;
}

.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 35px;
  display: inline-block;
  content: "\f053";
  content: "\f104";
  color: #fff;
  line-height: 40px;
  width: 100%;
}

.flex-direction-nav a.flex-next {
  border-radius: 0 0 0 0;
}

.flex-direction-nav a.flex-next:before {
  content: "\f054";
  content: "\f105";
}

.flex-direction-nav .flex-prev {
  left: 0px;
}

.flex-direction-nav .flex-next {
  right: 0px;
  text-align: center;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 0;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 0;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover,
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
  background: #f88c00;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "FontAwesome";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #f88c00;
}

.flex-control-paging li a.flex-active {
  background: #f88c00;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
/*
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
*/
.flex-control-nav {
  bottom: 0;
  z-index: 2;
}

.flex-control-paging {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .flex-control-paging {
    display: block;
  }
}

/*! jQuery UI - v1.12.1 - 2021-08-23
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px rgb(94, 158, 214);
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/img/vendor/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/img/vendor/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("/img/vendor/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/img/vendor/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/img/vendor/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/img/vendor/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("/img/vendor/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

body {
  color: #0a0a0a;
  background: #eee;
}

#main {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}

.main-menu {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: none;
}
.main-menu::before, .main-menu::after {
  display: table;
  content: " ";
}
.main-menu::after {
  clear: both;
}

.content {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: none;
  color: #0a0a0a;
  background: #fff;
  border-radius: 0;
  margin: 0 0 0.75rem;
}
.content::before, .content::after {
  display: table;
  content: " ";
}
.content::after {
  clear: both;
}

.is-homepage .content {
  background: none;
}

.content__sidebar {
  padding-bottom: 0.75rem;
  width: 100%;
  float: left;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
@media print, screen and (min-width: 23.75em) {
  .content__sidebar {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .content__sidebar {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.content__sidebar:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 40em) {
  .content__sidebar {
    width: 33.3333333333%;
    float: left;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    position: relative;
    left: -66.6666666667%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 23.75em) {
  .content__sidebar {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .content__sidebar {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .content__sidebar:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .content__sidebar {
    width: 25%;
    float: left;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    position: relative;
    left: -75%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 23.75em) {
  .content__sidebar {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .content__sidebar {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .content__sidebar:last-child:not(:first-child) {
    float: right;
  }
}

.content__main {
  width: 100%;
  float: left;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
@media print, screen and (min-width: 23.75em) {
  .content__main {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .content__main {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.content__main:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 40em) {
  .content__main {
    width: 66.6666666667%;
    float: left;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    position: relative;
    left: 33.3333333333%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 23.75em) {
  .content__main {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .content__main {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .content__main:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .content__main {
    width: 75%;
    float: left;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    position: relative;
    left: 25%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 23.75em) {
  .content__main {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .content__main {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .content__main:last-child:not(:first-child) {
    float: right;
  }
}

@media print, screen and (min-width: 40em) {
  .content--sidebar-first .content__sidebar {
    position: relative;
    left: 0%;
  }
}
@media print, screen and (min-width: 64em) {
  .content--sidebar-first .content__sidebar {
    position: relative;
    left: 0%;
  }
}
@media print, screen and (min-width: 40em) {
  .content--sidebar-first .content__main {
    position: relative;
    left: 0%;
  }
}
@media print, screen and (min-width: 64em) {
  .content--sidebar-first .content__main {
    position: relative;
    left: 0%;
  }
}

.content--no-sidebar .content__main {
  width: 100%;
  float: left;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  position: relative;
  left: 0%;
}
@media print, screen and (min-width: 23.75em) {
  .content--no-sidebar .content__main {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .content--no-sidebar .content__main {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.content--no-sidebar .content__main:last-child:not(:first-child) {
  float: right;
}

.responsive-video {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin: 0.5rem auto;
  position: relative;
}
.responsive-video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scrolled .back-to-top {
  opacity: 1;
}

.back-to-top {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  line-height: 2.5rem;
  font-size: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
  background: #f88c00;
  color: #fff;
}
.back-to-top::before {
  content: "\f106";
  font-family: FontAwesome;
  display: Inline;
}
.back-to-top:hover {
  background: #c56f00;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  cursor: pointer;
}
.back-to-top span {
  display: none;
}

#cookies-message {
  padding: 10px 10px;
  font-size: 12px;
  color: black;
  line-height: 22px;
  border-top: 1px solid lightgray;
  text-align: center;
  position: fixed;
  bottom: 0px;
  background-color: #e1e1e1;
  width: 100%;
  z-index: 999;
}

#cookies-message A {
  color: #f88c00;
}
#cookies-message A:hover {
  text-decoration: underline;
}

#accept-cookies-checkbox {
  background-color: #8c949a;
  padding: 2px 10px;
  color: #fff !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  cursor: pointer;
}
#accept-cookies-checkbox:hover {
  text-decoration: none !important;
  background-color: #f88c00;
}

.cfooter {
  display: none !important;
}

.content__share {
  margin-top: 0.5rem !important;
  padding: 1rem 0 !important;
  text-align: left;
}
.content__share .content__share_label {
  display: none !important;
}

@media print, screen and (min-width: 40em) {
  .content {
    font-size: 13px;
  }
  .content--static h3 {
    font-size: 16px !important;
  }
  .content--static h2 {
    font-size: 18px !important;
  }
  .content--static p, .content--static h3 {
    line-height: 1.3;
  }
  .offer__description {
    font-size: 13px;
  }
  .offer__description, .offer__description p, .offer__description ul, .offer__description ol, .offer__description li {
    line-height: 1.3;
  }
}
.body-class {
  color: inherit;
}

#logo {
  display: block;
  margin: 20px 0;
}

.header {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: none;
}
.header::before, .header::after {
  display: table;
  content: " ";
}
.header::after {
  clear: both;
}

.header__toggle-bar {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}
.header__toggle-bar:last-child:not(:first-child) {
  float: right;
}

.header__search {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}
.header__search:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 40em) {
  .header__search {
    float: right;
    width: 130px;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .header__search {
    width: 150px;
  }
}

.header__cnlg {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}
.header__cnlg:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 40em) {
  .header__cnlg {
    float: right;
    width: auto;
  }
}

.header__logo {
  width: 100%;
  float: left;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  text-align: center;
}
@media print, screen and (min-width: 23.75em) {
  .header__logo {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .header__logo {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.header__logo:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 23.75em) {
  .header__logo {
    width: 33.3333333333%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
  .header__logo:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 40em) {
  .header__logo {
    width: 33.3333333333%;
    float: left;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 23.75em) {
  .header__logo {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .header__logo {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .header__logo:last-child:not(:first-child) {
    float: right;
  }
}

.header-button__container {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  padding: 0.5rem 0;
}
.header-button__container:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 23.75em) {
  .header-button__container {
    width: 66.6666666667%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    text-align: right;
    padding-top: 2.1rem;
  }
  .header-button__container:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 40em) {
  .header-button__container {
    display: none;
  }
}

.header__cnlg {
  margin-bottom: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .header__cnlg {
    padding-top: 2.5rem;
    position: relative;
  }
}
.header__cnlg .header-button__label {
  text-transform: none;
}

.cls {
  display: none;
  color: #0a0a0a;
}
@media print, screen and (min-width: 40em) {
  .cls {
    position: absolute;
    top: 100%;
    margin-top: 5px;
    right: 0;
    z-index: 9;
    width: auto;
  }
}

.cls--open {
  display: block;
}

.cls__tab {
  display: none;
}

.cls__header {
  text-align: center;
  text-transform: uppercase;
  padding: 0.5rem 2.5rem;
  line-height: 1rem;
  white-space: nowrap;
  border-bottom: 1px solid #c56f00;
  color: #fff;
  background: #f88c00;
  position: relative;
  border: 1px solid #c56f00;
  border-radius: 0 0 0 0;
}

.cls__toggle_tab {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  border-right: 1px solid #c56f00;
  cursor: pointer;
}

.cls__close {
  position: absolute;
  display: block;
  line-height: 2rem;
  right: 0;
  top: 0;
  height: 2rem;
  width: 2rem;
  text-align: center;
  border-left: 1px solid #c56f00;
  cursor: pointer;
}

.cls__toggle_tab:hover, .cls__close:hover {
  color: #fff;
  background-color: #c56f00;
}

.cls__options {
  list-style-type: none;
  margin: 0;
  background: #fff;
  border: 1px solid #8c949a;
  border-top: 0;
  border-radius: 0 0 0 0;
}

.cls__item a {
  display: block;
  border-bottom: 1px solid #e0e0e0;
  color: #444;
  padding: 0.5rem;
  line-height: 1rem;
  white-space: nowrap;
}
.cls__item a:hover {
  color: #fff;
  background: #f88c00;
}

.cls__tab--active {
  display: block;
}

.search-box {
  font-size: 0.75rem;
  text-align: right;
  margin: 0;
}
@media screen and (max-width: 39.9375em) {
  .search-box {
    margin-bottom: 0.75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .search-box {
    margin-top: 40px;
    float: right;
  }
}

.search-box--input-wrapper {
  background: #333;
  border-radius: 0 0 0 0;
}

.search-box--input-wrapper,
.search-box--button {
  font-size: 1rem;
  margin: 0;
  width: auto;
  height: 2rem;
  line-height: 1rem;
  border: 0;
}

.search-box--input {
  margin: 0;
  padding: 0.5rem;
  height: 2rem;
  line-height: 1rem;
  font-size: 0.85rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
  border-radius: 0 0 0 0;
  color: #fff;
}
.search-box--input:focus, .search-box--input:active {
  border: none;
  outline: none;
  background: none;
  -webkit-box-shadow: inset 0px 0px 45px -10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 45px -10px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.search-box--input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.search-box--input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.search-box--input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.search-box--input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.search-box--input::placeholder {
  color: #fff;
  opacity: 1;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.search-box .input-group-button .search-box--button {
  height: 2rem;
  width: 2rem;
  text-align: center;
  display: block;
  color: #fff;
  background-color: #f88c00;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 0 0 0 0 !important;
}
.search-box .input-group-button .search-box--button span {
  display: none;
}

.search-box--group.input-group {
  margin: 0;
}

.search-box--advanced {
  display: none;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: right;
  margin-top: 0.5rem;
}
.search-box--advanced a {
  color: #fff;
  display: inline-block;
}
.search-box--advanced a:hover, .search-box--advanced a:focus, .search-box--advanced a:active {
  text-decoration: underline;
}

#newsletter-form > .g-recaptcha > div {
  display: none;
}

.footer {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  font-size: 0.875rem;
  margin-bottom: 2rem;
}
.footer::before, .footer::after {
  display: table;
  content: " ";
}
.footer::after {
  clear: both;
}

.footer a {
  color: #333;
}
.footer a:hover {
  color: #0a0a0a;
}

.footer_copyrights {
  width: 100%;
  float: left;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  text-align: center;
}
@media print, screen and (min-width: 23.75em) {
  .footer_copyrights {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .footer_copyrights {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.footer_copyrights:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 40em) {
  .footer_copyrights {
    width: 50%;
    float: left;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    text-align: right;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 23.75em) {
  .footer_copyrights {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .footer_copyrights {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .footer_copyrights:last-child:not(:first-child) {
    float: right;
  }
}

.footer__menu {
  width: 100%;
  float: left;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  text-align: center;
  line-height: 1;
  margin: 1rem 0;
}
@media print, screen and (min-width: 23.75em) {
  .footer__menu {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .footer__menu {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.footer__menu:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 40em) {
  .footer__menu {
    width: 50%;
    float: left;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    text-align: left;
    margin: 0;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 23.75em) {
  .footer__menu {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .footer__menu {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .footer__menu:last-child:not(:first-child) {
    float: right;
  }
}

.footer__menu > a {
  display: block;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
  border-bottom: 1px solid #333;
}
.footer__menu > a::hover, .footer__menu > a::focus, .footer__menu > a::active {
  color: #fff;
}
@media print, screen and (min-width: 40em) {
  .footer__menu > a {
    display: inline-block;
    border-bottom: none;
    border-right: 1px solid #333;
    padding: 0 0.5rem 0 0;
    margin: 0 0.5rem 0 0;
  }
}
.footer__menu > a:last-child {
  border: none;
}

/** MainMenu **/
.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -o-transition: transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  -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 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #7d8083;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

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

.is-drilldown a {
  color: #7d8083;
  padding: 0.7rem 1rem;
  font-size: 14px;
  line-height: 1;
  display: block;
}

.main-menu {
  margin-bottom: 0.75rem;
  font-family: "Roboto Condensed", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 40em) {
  .main-menu ul > li > ul {
    display: none;
  }
}

.main-menu li {
  border-bottom: 1px solid #8c949a;
}
.main-menu li:hover > a, .main-menu li:focus > a {
  color: #fff;
  text-decoration: none;
  background: #f88c00;
}
.main-menu li:hover.is-drilldown-submenu-parent > a:after, .main-menu li:focus.is-drilldown-submenu-parent > a:after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fff;
}

#MainMenuContainer .js-drilldown-back {
  width: 100%;
  display: block;
}
#MainMenuContainer .js-drilldown-back > a {
  padding: 0.7rem 1rem !important;
  height: auto;
}

@media screen and (max-width: 39.9375em) {
  .main-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 20;
  }
  .main-menu.main-menu--is-open {
    display: block;
  }
  .main-menu .main-menu-wrapper {
    width: 90%;
    max-width: 300px;
    height: 100%;
    background: #fff;
    color: #444;
  }
  .main-menu .nav-item {
    border-bottom: 1px solid #e0e0e0;
  }
  .main-menu .is-drilldown-submenu-parent.is-dropdown-submenu-parent {
    position: initial !important;
  }
  .graphic-menu > ul::before, .graphic-menu > ul::after {
    display: table;
    content: " ";
  }
  .graphic-menu > ul::after {
    clear: both;
  }
  .graphic-menu > ul > li > a::after {
    display: none !important;
  }
  .is-drilldown {
    position: relative;
    overflow: hidden;
    max-height: 100% !important;
    height: 100% !important;
    min-height: auto !important;
  }
  .drilldown-submenu-cover-previous {
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    overflow-x: hidden;
  }
  .is-drilldown-submenu {
    display: none;
    background: #fff;
  }
  .is-drilldown-submenu.is-active {
    display: block;
    overflow: hidden;
  }
  .is-currently-active > .is-drilldown-submenu.is-active {
    overflow-y: auto;
  }
  .is-drilldown-submenu.is-active > li > .is-drilldown-submenu.is-active {
    z-index: 2;
  }
  .is-drilldown-submenu.is-active > li > .is-drilldown-submenu.is-active > li > .is-drilldown-submenu.is-active {
    z-index: 3;
  }
}
.graphic-menu .nav-item--graph {
  display: block;
  float: left;
  width: 50%;
}
.graphic-menu .nav-item--graph > a {
  position: relative !important;
  height: 0 !important;
  width: 100% !important;
  padding: 100% 0 0 !important;
  overflow: hidden;
}
.graphic-menu .nav-item--graph > a::after {
  display: none !important;
}
.graphic-menu .nav-item--graph > a > img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.graphic-menu .nav-item--graph > a > span {
  display: none;
}

.graphic-menu.graphic-menu--large .nav-item--graph {
  width: 50%;
}
.graphic-menu.graphic-menu--large .nav-item--graph > a > img {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  left: 50%;
  top: calc(50% - 16px);
  /*
  filter: none;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
          -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

  transition: transform .3s ease;
  */
  max-width: 92%;
  max-height: 70%;
  max-height: calc(100% - 48px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateY(-50%) translateX(-50%) scale(0.92);
  transform: translateZ(0) translateY(-50%) translateX(-50%) scale(0.92);
  -webkit-filter: none !important;
  filter: none !important;
}
.graphic-menu.graphic-menu--large .nav-item--graph > a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  white-space: normal;
  overflow: hidden;
  max-height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  font-weight: bold;
  color: #444;
  padding: 4px;
  -webkit-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s;
  height: 32px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  line-height: 1.1;
  font-weight: bold;
}
.graphic-menu.graphic-menu--large .nav-item--graph > a:hover {
  background: none;
}
.graphic-menu.graphic-menu--large .nav-item--graph > a:hover > img {
  -webkit-transform: translateZ(0) translateY(-50%) translateX(-50%) scale(1);
  transform: translateZ(0) translateY(-50%) translateX(-50%) scale(1);
  -webkit-filter: none !important;
  filter: none !important;
}
.graphic-menu.graphic-menu--large .nav-item--graph > a:hover > span {
  background: #f88c00;
  color: #fff;
  padding: 10px 4px;
  height: 40px;
}

@media screen and (min-width: 40em) {
  .nav-item {
    white-space: nowrap;
  }
  .is-dropdown-submenu .nav-item:last-child() {
    border-bottom: none;
  }
  .graphic-menu {
    position: relative;
  }
  .graphic-menu > ul {
    position: absolute;
    top: 100%;
    left: 50% !important;
    right: auto !important;
    border: 1px solid #e0e0e0;
    border-top: none;
  }
  .graphic-menu > ul ul {
    display: none !important;
  }
  .nav-item--graph {
    display: block;
    float: left;
    padding: 0;
    border: none !important;
    position: relative;
  }
  .nav-item--graph > a {
    border: none;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .nav-item--graph > a::after {
    display: none !important;
  }
  .nav-item--graph > img {
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .nav-item--graph > span {
    display: none;
  }
}
.graphic-menu.graphic-menu--small .nav-item--graph,
.graphic-menu.graphic-menu--large .nav-item--graph {
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.graphic-menu.graphic-menu--small .nav-item--graph:nth-child(2n+1),
.graphic-menu.graphic-menu--large .nav-item--graph:nth-child(2n+1) {
  border-right: none;
}
@media screen and (min-width: 40em) {
  .graphic-menu.graphic-menu--small .nav-item--graph,
  .graphic-menu.graphic-menu--large .nav-item--graph {
    width: 105px;
    height: 105px;
  }
}
@media screen and (min-width: 40em) and (max-width: 48.75em) {
  .graphic-menu.graphic-menu--small > ul,
  .graphic-menu.graphic-menu--large > ul {
    width: 527px;
    margin-left: -263px;
  }
  .graphic-menu.graphic-menu--small > ul .nav-item--graph:nth-child(5n) a,
  .graphic-menu.graphic-menu--large > ul .nav-item--graph:nth-child(5n) a {
    border-right: none;
  }
  .graphic-menu.graphic-menu--small > ul .nav-item--graph:nth-child(5n+1):nth-last-child(-n+5) a,
  .graphic-menu.graphic-menu--small > ul .nav-item--graph:nth-child(5n+1):nth-last-child(-n+5) ~ .nav-item--graph a,
  .graphic-menu.graphic-menu--large > ul .nav-item--graph:nth-child(5n+1):nth-last-child(-n+5) a,
  .graphic-menu.graphic-menu--large > ul .nav-item--graph:nth-child(5n+1):nth-last-child(-n+5) ~ .nav-item--graph a {
    border-bottom: none;
  }
}
@media screen and (min-width: 48.75em) and (max-width: 63.9375em) {
  .graphic-menu.graphic-menu--small > ul,
  .graphic-menu.graphic-menu--large > ul {
    width: 632px;
    margin-left: -316px;
  }
  .graphic-menu.graphic-menu--small > ul .nav-item--graph:nth-child(6n) a,
  .graphic-menu.graphic-menu--large > ul .nav-item--graph:nth-child(6n) a {
    border-right: none;
  }
  .graphic-menu.graphic-menu--small > ul .nav-item--graph:nth-child(6n+1):nth-last-child(-n+6) a,
  .graphic-menu.graphic-menu--small > ul .nav-item--graph:nth-child(6n+1):nth-last-child(-n+6) ~ .nav-item--graph a,
  .graphic-menu.graphic-menu--large > ul .nav-item--graph:nth-child(6n+1):nth-last-child(-n+6) a,
  .graphic-menu.graphic-menu--large > ul .nav-item--graph:nth-child(6n+1):nth-last-child(-n+6) ~ .nav-item--graph a {
    border-bottom: none;
  }
}
@media screen and (min-width: 64em) {
  .graphic-menu.graphic-menu--small .nav-item--graph,
  .graphic-menu.graphic-menu--large .nav-item--graph {
    width: 125px;
    height: 125px;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .graphic-menu.graphic-menu--small > ul,
  .graphic-menu.graphic-menu--large > ul {
    width: 877px;
    margin-left: -438px;
  }
  .graphic-menu.graphic-menu--small > ul .nav-item--graph:nth-child(7n) a,
  .graphic-menu.graphic-menu--large > ul .nav-item--graph:nth-child(7n) a {
    border-right: none;
  }
  .graphic-menu.graphic-menu--small > ul .nav-item--graph:nth-child(7n+1):nth-last-child(-n+7) a,
  .graphic-menu.graphic-menu--small > ul .nav-item--graph:nth-child(7n+1):nth-last-child(-n+7) ~ .nav-item--graph a,
  .graphic-menu.graphic-menu--large > ul .nav-item--graph:nth-child(7n+1):nth-last-child(-n+7) a,
  .graphic-menu.graphic-menu--large > ul .nav-item--graph:nth-child(7n+1):nth-last-child(-n+7) ~ .nav-item--graph a {
    border-bottom: none;
  }
}
@media screen and (min-width: 75em) {
  .graphic-menu.graphic-menu--small > ul,
  .graphic-menu.graphic-menu--large > ul {
    width: 1002px;
    margin-left: -501px;
  }
  .graphic-menu.graphic-menu--small > ul .nav-item--graph:nth-child(8n) a,
  .graphic-menu.graphic-menu--large > ul .nav-item--graph:nth-child(8n) a {
    border-right: none;
  }
  .graphic-menu.graphic-menu--small > ul .nav-item--graph:nth-child(8n+1):nth-last-child(-n+8) a,
  .graphic-menu.graphic-menu--small > ul .nav-item--graph:nth-child(8n+1):nth-last-child(-n+8) ~ .nav-item--graph a,
  .graphic-menu.graphic-menu--large > ul .nav-item--graph:nth-child(8n+1):nth-last-child(-n+8) a,
  .graphic-menu.graphic-menu--large > ul .nav-item--graph:nth-child(8n+1):nth-last-child(-n+8) ~ .nav-item--graph a {
    border-bottom: none;
  }
}

.subcategories.subcategories--tiles .nav-item:not(.nav-item--graph) {
  display: block !important;
  float: left;
  width: 50%;
  height: 100px;
}
.subcategories.subcategories--tiles .nav-item:not(.nav-item--graph) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  border: 1px solid #f1f1f1;
  white-space: normal;
  font-weight: bold;
  color: #f88c00;
}
.subcategories.subcategories--tiles .nav-item:not(.nav-item--graph) a:hover {
  border-color: #f88c00;
}
@media screen and (min-width: 40em) {
  .subcategories.subcategories--tiles .nav-item:not(.nav-item--graph) {
    width: 33.333333%;
  }
}
@media screen and (min-width: 64em) {
  .subcategories.subcategories--tiles .nav-item:not(.nav-item--graph) {
    width: 20%;
  }
}

.subcategories.subcategories--tiles.graphic-menu.graphic-menu--large .nav-item--graph {
  width: 50%;
  height: auto;
  border: none;
}
.subcategories.subcategories--tiles.graphic-menu.graphic-menu--large .nav-item--graph img {
  z-index: 1;
  -webkit-filter: none;
  filter: none;
}
.subcategories.subcategories--tiles.graphic-menu.graphic-menu--large .nav-item--graph span {
  z-index: 1;
}
.subcategories.subcategories--tiles.graphic-menu.graphic-menu--large .nav-item--graph a {
  border: 1px solid #e0e0e0;
}
@media screen and (min-width: 40em) {
  .subcategories.subcategories--tiles.graphic-menu.graphic-menu--large .nav-item--graph {
    width: 33.333333%;
  }
}
@media screen and (min-width: 64em) {
  .subcategories.subcategories--tiles.graphic-menu.graphic-menu--large .nav-item--graph {
    width: 20%;
  }
}

.footer-menu {
  list-style-type: none;
  margin: 0;
  font-size: 0.75rem;
}
.footer-menu li {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-right: 1px solid #e0e0e0;
}
.footer-menu li:last-child {
  border: none;
}
.footer-menu li:first-child {
  padding-left: 0.25rem;
}

.category-menu {
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 13px;
}

.category-menu .nav-item--graph,
.category-menu .nav-item {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  clear: both;
  padding: 0;
  margin: 0;
  border: none;
}
.category-menu .nav-item--graph a,
.category-menu .nav-item a {
  padding: 0.5rem 0.5rem;
  margin: 0;
  margin-bottom: 3px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "Roboto Condensed", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
}
.category-menu .nav-item--graph a span,
.category-menu .nav-item a span {
  color: inherit;
}
.category-menu .nav-item--graph a:hover,
.category-menu .nav-item a:hover {
  background: #f88c00;
  color: #fff;
  text-decoration: none;
}
.category-menu .nav-item--graph img,
.category-menu .nav-item img {
  display: none;
}

.sidebar-brand {
  display: none;
}

.is-homepage .breadcrumbs {
  display: none;
}
.is-homepage .main-menu {
  margin-bottom: 1.25rem;
}

.sidebar-section {
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #444;
  padding: 1rem 0.5rem 0.75rem;
}

.control-dropdown {
  position: relative;
  display: inline-block;
}

.control-dropdown__current {
  padding: 0.25rem 0.5rem;
  border: 1px solid #e0e0e0;
  position: relative;
  padding-right: 1.75rem;
  display: block;
  cursor: pointer;
}
.control-dropdown__current::after {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  margin-top: -3px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #797979 transparent transparent;
}

.control-dropdown__options {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  background: #fff;
  border: 1px solid #e0e0e0;
  list-style-type: none;
  z-index: 2;
}
.control-dropdown__options a {
  display: block;
  padding: 0.5rem;
  border-bottom: 1px solid #e0e0e0;
  white-space: nowrap;
}

.control-dropdown--is-open .control-dropdown__current::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #797979;
}
.control-dropdown--is-open .control-dropdown__options {
  display: block;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #d0dae3;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem;
}
.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #444 transparent transparent;
  right: 5px;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #444 transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #444;
}
@media print, screen and (min-width: 23.75em) {
  .dropdown.menu.small-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.small-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.small-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.small-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #444 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.small-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.small-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.small-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.small-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.small-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #444 transparent transparent;
  }
  .dropdown.menu.small-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #444;
  }
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #444 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #444 transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #444;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #444 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #444 transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #444;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #444 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #444 transparent transparent;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #444;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #d0dae3;
  background: #fff;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #444 transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #444;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

@media print, screen and (min-width: 40em) {
  .main-menu-wrapper {
    display: table;
  }
  .main-menu-wrapper #MenuMain {
    display: table-row !important;
  }
  .main-menu-wrapper #MenuMain > li {
    display: table-cell;
  }
  .main-menu-wrapper #MenuMain > li > a {
    color: #fff;
    text-align: center;
  }
  .main-menu-wrapper #MenuMain > li > a:hover {
    background: #ae6200;
  }
  .graphic-menu {
    position: initial;
  }
  .main-menu-wrapper {
    width: 100%;
    background: #333;
    border-radius: 0;
  }
  .main-menu-wrapper #MenuMain {
    background: none;
  }
  .main-menu-wrapper #MenuMain > li {
    text-align: center;
  }
  .main-menu-wrapper #MenuMain > li > a {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 18px 5px;
    font-size: 0.75rem;
    border-right: 1px solid #000;
  }
  .main-menu-wrapper #MenuMain > li > a::after {
    display: none;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 64em) {
  .main-menu-wrapper #MenuMain > li > a {
    padding: 18px 10px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 40em) {
  .main-menu-wrapper #MenuMain > li:first-child > a {
    border-left: none;
    border-radius: 0 0 0 0;
  }
}
@media print, screen and (min-width: 40em) {
  .main-menu-wrapper #MenuMain > li:last-child > a {
    border-right: none;
    border-radius: 0 0 0 0;
  }
}
.main-menu-wrapper {
  position: relative;
}

.main-menu .is-dropdown-submenu {
  z-index: 10;
  list-style-type: none;
  background: #fff;
}
.main-menu a {
  display: block;
  text-align: left;
  font-size: 13px;
  color: #444;
  padding: 0.5rem 1rem;
}

.mainmenu-toggle-bar .mainmenu-toggle {
  display: block;
  margin: 10px 0;
  padding: 5px 25px 5px 5px;
  position: relative;
  color: #fff;
  border-radius: 0;
  background: #d0dae3; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#d0dae3), to(#8c949a));
  background: -o-linear-gradient(top, #d0dae3 0%, #8c949a 100%);
  background: linear-gradient(to bottom, #d0dae3 0%, #8c949a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.mainmenu-toggle-bar .mainmenu-toggle .mainmenu-toggle-button {
  background: #f88c00;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  display: block;
  border-radius: 0 0 0 0;
}

/** SidebarMenu **/
@media print, screen and (min-width: 40em) {
  .content__sidebar {
    margin: 0.5rem 0;
    border-right: 1px solid #e0e0e0;
  }
  .content__sidebar .sidebar-section {
    padding-top: 0.5rem;
  }
}
.sidebar-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li > a {
  display: block;
  text-align: center;
  background: #d0dae3; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#d0dae3), to(#8c949a));
  background: -o-linear-gradient(top, #d0dae3 0%, #8c949a 100%);
  background: linear-gradient(to bottom, #d0dae3 0%, #8c949a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.5rem;
  margin-bottom: 0.25rem;
  border-radius: 0;
}
.sidebar-menu > li.item-active > a, .sidebar-menu > li:hover > a {
  text-decoration: none;
  background: #f88c00; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f88c00), to(#c56f00));
  background: -o-linear-gradient(top, #f88c00 0%, #c56f00 100%);
  background: linear-gradient(to bottom, #f88c00 0%, #c56f00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
}
.sidebar-menu > li.item-active > a {
  margin-bottom: 0.5rem;
}
.sidebar-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  text-align: left;
}
.sidebar-menu ul li a {
  display: block;
  padding: 0 0 0.25rem 1.5rem;
  line-height: 1.2;
  color: #8c949a;
}
.new-layout .sidebar-menu ul li a {
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid #e0e0e0;
}
.sidebar-menu ul li.is-active a {
  background: #f88c00;
  color: #fff;
  position: relative;
}
.sidebar-menu ul li.is-active a:before {
  content: "\f101";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 0.25rem;
}

.sidebar-brand {
  padding: 0.75rem 0;
}

.sidebar-brand__logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0;
}
@media print, screen and (min-width: 40em) {
  .sidebar-brand__logo img {
    width: 100%;
  }
}

.sidebar-brand__more {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  padding: 0.25rem 0;
}
.sidebar-brand__more:hover {
  text-decoration: underline;
}

.sidebar-module {
  margin: 0.5rem 0;
}

.sidebar-module__header {
  color: #fff;
  background: #f88c00; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f88c00), to(#c56f00));
  background: -o-linear-gradient(top, #f88c00 0%, #c56f00 100%);
  background: linear-gradient(to bottom, #f88c00 0%, #c56f00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #c56f00;
  border-bottom: none;
  border-radius: 0 0 0 0;
  padding: 0.5rem;
  text-align: center;
}

.sidebar-module__content {
  padding: 0.75rem;
  background: #f2f3f4;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 0 0;
  color: #8c949a;
}

.sidebar-module--newsletter {
  font-size: 0.75rem;
  color: #0a0a0a;
}
.sidebar-module--newsletter p {
  margin-bottom: 0.5rem;
  color: inherit;
}
.sidebar-module--newsletter input {
  line-height: 1;
  font-size: 0.875rem;
  padding: 0.5rem;
  height: auto;
}
.sidebar-module--newsletter input[type=text],
.sidebar-module--newsletter input[type=email] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e0e0e0;
  margin: 0 0 0.5rem;
  width: 100%;
}
.sidebar-module--newsletter .newsletter__signup {
  display: block;
  width: 100%;
  margin: 0.5rem auto 0;
  background: #f88c00;
  color: #fff;
  border: 1px solid #c56f00;
  cursor: pointer;
  padding: 0.75rem;
}
.sidebar-module--newsletter .newsletter__signup:hover {
  background: #c56f00;
}
.sidebar-module--newsletter .newsletter__consent {
  line-height: inherit;
  color: inherit;
  font-size: 0.75rem;
}
.sidebar-module--newsletter .newsletter__consent input {
  margin: 0 5px 0 0 !important;
}

.grecaptcha-badge {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.grecaptcha-badge iframe {
  position: absolute;
  right: 0;
  top: 0;
}

/* Newsletter Custom Checkbox
   ========================================================================== */
.newsletter__consent {
  position: relative;
  display: inline;
  padding-left: 25px;
  padding-top: 2px;
  font-size: 12px;
  cursor: pointer;
}

.newsletter__email.has-error,
.newsletter__consent.has-error .checkbox__checkmark {
  border-color: #e0e0e0;
}

.checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
}

.newsletter__email.has-error,
.newsletter__consent.has-error .checkbox__checkmark {
  border-color: #f88c00 !important;
}

/* When the checkbox is checked, add a blue background */
.checkbox__input:checked ~ .checkbox__checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox__input:checked ~ .checkbox__checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox__checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #c56f00;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sidebar-module--newsletter-alt {
  display: None;
}

@media screen and (max-width: 39.9375em) {
  .sidebar-module--pricelist,
  .sidebar-module--banners,
  .sidebar-module--youtube,
  .sidebar-module--facebook {
    display: none;
  }
  .sidebar-module--newsletter {
    display: none;
  }
  .sidebar-module--newsletter-alt {
    display: block;
  }
}
.sidebar-menu .category-menu > li > ul {
  display: none;
}

/** Navigation top **/
.navigation-top {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1rem;
  font-family: "Roboto Condensed", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navigation-top .navigation-top__brand,
.navigation-top .navigation-top__sorting,
.navigation-top .navigation-top__filter {
  color: #57595a;
}
.navigation-top .navigation-top__brand {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: bold;
  line-height: 1.2;
}
.navigation-top .navigation-top__sorting,
.navigation-top .navigation-top__filter {
  text-align: right;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.navigation-top .navigation-top__brand,
.navigation-top .navigation-top__sorting {
  padding: 0.5rem;
}
.navigation-top .navigation-top__filter .control-dropdown__options {
  text-align: left;
  max-height: 370px;
  overflow-y: auto;
}

.header-button {
  display: inline-block;
  line-height: 2rem;
  position: relative;
  padding: 0 2rem 0 0;
  background: #ccc;
  border-radius: 0;
  height: 2rem;
  vertical-align: middle;
  margin-left: 0.25rem;
  font-size: 0.75rem;
  color: #fff;
  background: #d0dae3;
  background: #333;
}

.header-button__label {
  display: inline-block;
  padding: 0 0.5rem;
  text-transform: uppercase;
}

.header-button--no-label .header-button__label {
  display: none;
}

.header-button__dropdown,
.header-button__search,
.header-button__menu {
  display: inline-block;
  background: #f88c00;
  color: #fff;
  width: 2rem;
  text-align: center;
  line-height: 2rem;
  position: absolute;
  top: 0;
  right: 0;
}
.header-button__dropdown:hover,
.header-button__search:hover,
.header-button__menu:hover {
  background: #ae6200;
  cursor: pointer;
}

#ToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  background: #f88c00;
  color: #fff;
  text-align: center;
}
#ToTop span {
  display: none;
}
#ToTop::after {
  content: "\f102";
  font-family: FontAwesome;
  cursor: pointer;
}
.category-menu {
  font-size: 0.75rem;
}
.category-menu a {
  display: block;
  background: #8c949a;
  color: #fff;
  margin-bottom: 3px;
  padding: 0.7rem 1rem;
}
.category-menu a:hover {
  color: #fff;
  background: #f88c00;
}
.category-menu > li > a {
  padding-left: 0.5rem;
}

.breadcrumbs {
  color: #535365;
  font-family: "Roboto Condensed", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  margin: 0 0 0.75rem;
}
.breadcrumbs > li:not(:last-child)::after {
  top: 0;
  margin: 0.4rem;
}
.breadcrumbs a, .breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs > li > a {
  padding: 3px 5px;
  border: 1px solid transparent;
}
.breadcrumbs > li:hover > a {
  background: #fff;
  border: 1px solid #cdcdcd;
  background: #eaeaea;
}
.breadcrumbs a {
  color: #25252d;
  font-weight: bold;
}
.breadcrumbs a:hover {
  color: #f88c00;
}
.breadcrumbs > li:last-child > a {
  background: #f88c00;
  border: 1px solid #f88c00;
  color: #fff;
}
.breadcrumbs > li:last-child > a:hover, .breadcrumbs > li:last-child > a:focus {
  text-decoration: none;
}
.breadcrumbs > li {
  position: relative;
  font-size: 0.75rem;
}
.breadcrumbs .siblings {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  z-index: 999;
  list-style-type: none;
  margin: 0;
  border: 1px solid #cdcdcd;
  background: #f9f9f9;
  max-height: 440px;
  overflow-y: auto;
}
.breadcrumbs .siblings li {
  display: block;
  float: none;
  border-bottom: 1px solid #eaeaea;
}
.breadcrumbs .siblings li::after {
  display: none;
}
.breadcrumbs .siblings li a {
  display: block;
  padding: 2px 5px;
  color: #0a0a0a;
  white-space: nowrap;
  text-decoration: none;
  font-weight: normal;
}
.breadcrumbs .siblings li a:hover {
  background: #f88c00;
  color: #fff;
}
.breadcrumbs > li:hover .siblings {
  display: block;
}

.breadcrumbs > li:not(:last-child)::after {
  margin: 0 0.2rem;
}

.breadcrumbs > li:nth-last-child(2)::after {
  margin-right: 0.6rem;
}

@media screen and (max-width: 39.9375em) {
  .breadcrumbs .siblings {
    display: none !important;
  }
}
.pagination__container {
  font-size: 0.875rem;
  text-align: center;
}

.pagination {
  display: inline-block;
  margin-bottom: 0.25rem;
}
.pagination li {
  margin: 2px;
}
.pagination li a {
  color: #0a0a0a;
}
.pagination li a:hover {
  color: #0a0a0a;
  text-decoration: none;
}
.pagination .current {
  padding: 0;
}
.pagination .current a {
  color: #fff;
}
.pagination .current a:hover {
  cursor: initial;
  color: inherit;
  background: inherit;
}

.pagination .ellipsis::after {
  padding-left: 0;
  padding-right: 0;
}

.pagination-previous a::before, .pagination-previous a::after,
.pagination-next a::before,
.pagination-next a::after {
  display: none !important;
}

.pagination-previous.disabled,
.pagination-next.disabled {
  padding: 0;
}
.pagination-previous.disabled a,
.pagination-next.disabled a {
  color: #d0dae3;
}
.pagination-previous.disabled a:hover,
.pagination-next.disabled a:hover {
  background: none;
  cursor: initial;
  color: inherit;
}
.pagination-previous.disabled::before, .pagination-previous.disabled::after,
.pagination-next.disabled::before,
.pagination-next.disabled::after {
  display: none;
}

.search__results .pagination {
  margin: 1rem 0;
}

.search__form {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  background: #e6e6e6;
  border: 1px solid #e0e0e0;
}
.search__form::before, .search__form::after {
  display: table;
  content: " ";
}
.search__form::after {
  clear: both;
}
.search__form::before, .search__form::after {
  display: table;
  content: " ";
}
.search__form::after {
  clear: both;
}

.accordion {
  padding: 0.75rem;
  margin-bottom: 0.75rem;
}
.accordion .accordion-item {
  background: none;
}
.accordion .accordion-title {
  background: none;
  border: none;
  margin: 0 0 0.75rem;
  padding: 0;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #0a0a0a;
  padding-left: 1.5rem;
  position: relative;
}
.accordion .accordion-title::before {
  display: none;
}
.accordion .accordion-title::after {
  display: inline-block;
  content: "\f103";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  background: #f88c00;
  border-radius: 0;
  width: 1rem;
  text-align: center;
  right: auto;
  left: 0;
  position: absolute;
  top: 0;
}
.accordion .accordion-content {
  border: none;
  padding: 0 1rem;
  margin: 0.75rem 0;
}
.accordion .accordion-item.is-active .accordion-title::before {
  content: "\f102";
}
.accordion .accordion-item.is-active .accordion-content {
  display: block;
}
.accordion .accordion-item:last-child .accordion-title {
  margin-bottom: 0;
  border: none;
}
.accordion .accordion-item:last-child .accordion-content {
  margin-bottom: 0;
}

.accordion.accordion--simple .accordion-title h4 {
  font-size: 1rem;
  color: #0a0a0a;
  font-weight: bold;
}
.accordion.accordion--simple .accordion-content {
  padding: 0;
  margin: 0;
}

.accordion-title-description {
  display: block;
  color: #0a0a0a;
  font-weight: normal;
}

.accordion.accordion--search-filter {
  background: #eee;
  border: 1px solid #e0e0e0;
}
.accordion.accordion--search-filter .accordion-content {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 1rem;
}

.search__form--col-3 .search-input-box {
  width: 100%;
  float: left;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
@media print, screen and (min-width: 23.75em) {
  .search__form--col-3 .search-input-box {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .search__form--col-3 .search-input-box {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.search__form--col-3 .search-input-box:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 40em) {
  .search__form--col-3 .search-input-box {
    width: 33.3333333333%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
  .search__form--col-3 .search-input-box:last-child:not(:first-child) {
    float: right;
  }
}
.search__form--col-3 .search-input-box .search-input-box__header {
  margin: 0 0 0.25rem;
  font-weight: bold;
  color: #0a0a0a;
  text-align: left;
  position: relative;
}
.search__form--col-3 .search-input-box .search-input-box__header::before {
  content: "\f04b";
  font-family: "FontAwesome";
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  background: #f88c00;
  display: inline-block;
  font-size: 0.5rem;
  line-height: 1rem;
  width: 1rem;
  text-align: center;
  border-radius: 0;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.search__form--col-3 .search-input-box input, .search__form--col-3 .search-input-box select {
  border: 1px solid #e0e0e0;
  border-radius: 0;
  font-size: 0.8125rem;
  padding: 0.25rem 0.5rem;
  line-height: 1;
  height: auto;
  margin-bottom: 0;
}
.search__form--col-3 .search-input-box--searchlast {
  float: left !important;
}
.search__form--col-3 .search-input-box--searchlast input[type=submit] {
  color: #fff;
  background: #f88c00;
  border: 1px solid #c56f00;
}
.search__form--col-3 .search-input-box--searchlast input[type=submit]:hover {
  background: #c56f00;
  cursor: pointer;
}
.search__form--col-3 .search-input-box--searchlast p::before {
  display: none !important;
}
.search__form--col-3 .search-input-box {
  padding: 0 1rem 1rem;
}
.search__form--col-3 .search-input-box:first-child {
  padding-top: 1rem;
}
@media print, screen and (min-width: 40em) {
  .search__form--col-3 .search-input-box {
    padding: 1rem 0.5rem;
  }
  .search__form--col-3 .search-input-box:first-child {
    padding-left: 1rem;
  }
  .search__form--col-3 .search-input-box:last-child {
    padding-right: 1rem;
  }
}

.filter__form--columns-4 {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.filter__form--columns-4::before, .filter__form--columns-4::after {
  display: table;
  content: " ";
}
.filter__form--columns-4::after {
  clear: both;
}
.filter__form--columns-4 .filter__input-box {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}
.filter__form--columns-4 .filter__input-box:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 40em) {
  .filter__form--columns-4 .filter__input-box {
    width: 25%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    padding: 0.5rem;
  }
  .filter__form--columns-4 .filter__input-box:last-child:not(:first-child) {
    float: right;
  }
  .filter__form--columns-4 .filter__input-box:first-child {
    padding-left: 1rem;
  }
  .filter__form--columns-4 .filter__input-box:last-child {
    float: left !important;
    padding-right: 1rem;
  }
}

.filter__form--columns-3 {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.filter__form--columns-3::before, .filter__form--columns-3::after {
  display: table;
  content: " ";
}
.filter__form--columns-3::after {
  clear: both;
}
.filter__form--columns-3 .filter__input-box {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}
.filter__form--columns-3 .filter__input-box:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 40em) {
  .filter__form--columns-3 .filter__input-box {
    width: 33.3333333333%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    padding: 0.5rem;
  }
  .filter__form--columns-3 .filter__input-box:last-child:not(:first-child) {
    float: right;
  }
  .filter__form--columns-3 .filter__input-box:first-child {
    padding-left: 1rem;
  }
  .filter__form--columns-3 .filter__input-box:last-child {
    float: left !important;
    padding-right: 1rem;
  }
}

.filter__input {
  height: auto;
  font-size: 14px;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  margin: 0;
}

.filter__input--submit {
  display: block;
  color: #fff;
  background: #f88c00;
  border: 1px solid #c56f00;
}
.form-box--inline .form-box__label, .form-box--inline label, .form-box--inline .form-box__input {
  display: inline-block;
  width: auto;
}

.form-box__label,
.form-box label {
  line-height: 1.2;
  cursor: pointer;
}

.form-box__input {
  height: auto;
  padding: 0.25rem;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  margin: 0.25rem;
}

.form-box__submit {
  color: #fff;
  background: #f88c00;
  border: 1px solid #c56f00;
  padding: 0.25rem;
  margin: 0.25rem;
  border-radius: 0;
}
.form-box__submit:hover {
  background: #c56f00;
  cursor: pointer;
}

.content--static,
.content--newslist {
  color: #0a0a0a;
  padding: 1.25rem;
}

.content--static h2 {
  color: #0a0a0a;
  font-weight: bold;
}
.content--static h3 {
  font-weight: bold;
}
.content--static .content__header {
  color: #0a0a0a;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem !important;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .content--static p {
    text-align: justify;
  }
  .content--static h2 {
    color: #0a0a0a;
    margin: 0 0 0.75rem 0;
  }
  .content--static h3 {
    margin: 0 0 0.75rem 0;
  }
}

.content-image--left,
.content-image--right {
  display: block;
  max-width: 90%;
  margin: 0.625rem auto;
}
@media print, screen and (min-width: 40em) {
  .content-image--left,
  .content-image--right {
    max-width: 30%;
  }
}

@media print, screen and (min-width: 40em) {
  .content-image--right {
    float: right;
    margin: 0.625rem 0 0.625rem 0.625rem;
  }
  .content-image--left {
    float: left;
    margin: 0.625rem 0.625rem 0.625rem 0;
  }
}
.content__video {
  width: 100%;
  margin: 1rem auto;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM1IiBoZWlnaHQ9IjE0MCIgdmlld0JveD0iMCAwIDEzNSAxNDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iI2ZmZiI+DQogICAgPHJlY3QgeT0iMTAiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMjAiIHJ4PSI2Ij4NCiAgICAgICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iaGVpZ2h0Ig0KICAgICAgICAgICAgIGJlZ2luPSIwLjVzIiBkdXI9IjFzIg0KICAgICAgICAgICAgIHZhbHVlcz0iMTIwOzExMDsxMDA7OTA7ODA7NzA7NjA7NTA7NDA7MTQwOzEyMCIgY2FsY01vZGU9ImxpbmVhciINCiAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4NCiAgICAgICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ieSINCiAgICAgICAgICAgICBiZWdpbj0iMC41cyIgZHVyPSIxcyINCiAgICAgICAgICAgICB2YWx1ZXM9IjEwOzE1OzIwOzI1OzMwOzM1OzQwOzQ1OzUwOzA7MTAiIGNhbGNNb2RlPSJsaW5lYXIiDQogICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+DQogICAgPC9yZWN0Pg0KICAgIDxyZWN0IHg9IjMwIiB5PSIxMCIgd2lkdGg9IjE1IiBoZWlnaHQ9IjEyMCIgcng9IjYiPg0KICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJoZWlnaHQiDQogICAgICAgICAgICAgYmVnaW49IjAuMjVzIiBkdXI9IjFzIg0KICAgICAgICAgICAgIHZhbHVlcz0iMTIwOzExMDsxMDA7OTA7ODA7NzA7NjA7NTA7NDA7MTQwOzEyMCIgY2FsY01vZGU9ImxpbmVhciINCiAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4NCiAgICAgICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ieSINCiAgICAgICAgICAgICBiZWdpbj0iMC4yNXMiIGR1cj0iMXMiDQogICAgICAgICAgICAgdmFsdWVzPSIxMDsxNTsyMDsyNTszMDszNTs0MDs0NTs1MDswOzEwIiBjYWxjTW9kZT0ibGluZWFyIg0KICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICAgIDwvcmVjdD4NCiAgICA8cmVjdCB4PSI2MCIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE0MCIgcng9IjYiPg0KICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJoZWlnaHQiDQogICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjFzIg0KICAgICAgICAgICAgIHZhbHVlcz0iMTIwOzExMDsxMDA7OTA7ODA7NzA7NjA7NTA7NDA7MTQwOzEyMCIgY2FsY01vZGU9ImxpbmVhciINCiAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4NCiAgICAgICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ieSINCiAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMXMiDQogICAgICAgICAgICAgdmFsdWVzPSIxMDsxNTsyMDsyNTszMDszNTs0MDs0NTs1MDswOzEwIiBjYWxjTW9kZT0ibGluZWFyIg0KICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICAgIDwvcmVjdD4NCiAgICA8cmVjdCB4PSI5MCIgeT0iMTAiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMjAiIHJ4PSI2Ij4NCiAgICAgICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iaGVpZ2h0Ig0KICAgICAgICAgICAgIGJlZ2luPSIwLjI1cyIgZHVyPSIxcyINCiAgICAgICAgICAgICB2YWx1ZXM9IjEyMDsxMTA7MTAwOzkwOzgwOzcwOzYwOzUwOzQwOzE0MDsxMjAiIGNhbGNNb2RlPSJsaW5lYXIiDQogICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+DQogICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InkiDQogICAgICAgICAgICAgYmVnaW49IjAuMjVzIiBkdXI9IjFzIg0KICAgICAgICAgICAgIHZhbHVlcz0iMTA7MTU7MjA7MjU7MzA7MzU7NDA7NDU7NTA7MDsxMCIgY2FsY01vZGU9ImxpbmVhciINCiAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4NCiAgICA8L3JlY3Q+DQogICAgPHJlY3QgeD0iMTIwIiB5PSIxMCIgd2lkdGg9IjE1IiBoZWlnaHQ9IjEyMCIgcng9IjYiPg0KICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJoZWlnaHQiDQogICAgICAgICAgICAgYmVnaW49IjAuNXMiIGR1cj0iMXMiDQogICAgICAgICAgICAgdmFsdWVzPSIxMjA7MTEwOzEwMDs5MDs4MDs3MDs2MDs1MDs0MDsxNDA7MTIwIiBjYWxjTW9kZT0ibGluZWFyIg0KICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJ5Ig0KICAgICAgICAgICAgIGJlZ2luPSIwLjVzIiBkdXI9IjFzIg0KICAgICAgICAgICAgIHZhbHVlcz0iMTA7MTU7MjA7MjU7MzA7MzU7NDA7NDU7NTA7MDsxMCIgY2FsY01vZGU9ImxpbmVhciINCiAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4NCiAgICA8L3JlY3Q+DQo8L3N2Zz4=");
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media print, screen and (min-width: 64em) {
  .content__video {
    width: 80%;
    padding-top: 45%;
  }
}
.content__video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.content__page::before, .content__page::after {
  display: table;
  content: " ";
}
.content__page::after {
  clear: both;
}

.content__share {
  max-width: 100%;
  border-top: 1px solid #e0e0e0;
  margin-top: 0.5rem;
  padding-top: 0.25rem;
}
@media print, screen and (min-width: 40em) {
  .content__share {
    border: none;
    margin: 0;
    padding: 0;
  }
}

.content__share_label {
  margin: 0.25rem 0;
  font-size: 0.8125rem;
  font-weight: bold;
}

.object-center {
  text-align: center;
}
.object-center img {
  margin: 0.5rem auto;
}

#container-news-list {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}
#container-news-list:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 40em) {
  #container-news-list {
    width: 66.6666666667%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    padding-right: 1rem;
  }
  #container-news-list:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  #container-news-list {
    width: 75%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    padding-right: 1.25rem;
  }
  #container-news-list:last-child:not(:first-child) {
    float: right;
  }
}

#container-newdocs-list {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}
#container-newdocs-list:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 40em) {
  #container-newdocs-list {
    width: 33.3333333333%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    padding-left: 1rem;
    border-left: 1px solid #eee;
  }
  #container-newdocs-list:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  #container-newdocs-list {
    width: 25%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    padding-left: 1.25rem;
  }
  #container-newdocs-list:last-child:not(:first-child) {
    float: right;
  }
}

.newslist__img {
  text-align: center;
}
.newslist__img img {
  margin-bottom: 1rem;
}

.newslist__date {
  font-size: 0.75rem;
  line-height: 1;
  margin: 0 0 0.5rem 0;
}

.newslist__title {
  font-weight: bold;
  line-height: 1.2 !important;
  margin: 0 0 0.25rem 0 !important;
  color: #0a0a0a;
}
@media screen and (max-width: 23.6875em) {
  .newslist__title {
    margin-top: 0.75rem !important;
  }
}

.newslist__more {
  text-align: center;
  padding: 0;
}
.newslist__more a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  border: 1px solid #f88c00;
  background: #f88c00;
  color: #fff;
  font-size: 0.75rem;
}
.newslist__more a:hover {
  background: #fff;
  color: #f88c00;
  text-decoration: none;
}

.newslist__item {
  border-bottom: 1px solid #e0e0e0;
  margin: 1rem 0;
}
.newslist__item::before, .newslist__item::after {
  display: table;
  content: " ";
}
.newslist__item::after {
  clear: both;
}

@media print, screen and (min-width: 23.75em) {
  .newslist__img {
    float: left;
    width: 150px;
    padding: 0 15px 5px 0;
  }
  .newslist__title {
    margin-top: 0;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .newslist__img {
    float: left;
    width: 200px;
    padding: 0;
  }
  .newslist__details {
    padding-left: 215px;
  }
  .newslist__title {
    margin-top: 0;
    padding-top: 0;
  }
}
.news__title {
  font-weight: bold;
  color: #0a0a0a;
  margin: 0 0 0.25rem;
  line-height: 1.2;
}

.news__date {
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 1rem;
}

.content--newslist h3 {
  line-height: 1.25;
  font-weight: bold;
  margin: 0.75rem 0;
}
@media print, screen and (min-width: 40em) {
  .content--newslist h3 {
    font-size: 1.75rem;
  }
}

.doclist__header {
  background: #f88c00;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
}

.doclist {
  margin: 0;
  list-style-type: none;
}

.doclist li:first-child .doclist__link {
  margin-top: 0;
  border: none;
}

.doclist__link {
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0.5rem 0 0.5rem;
  border-top: 1px solid #eee;
  margin-top: 0.5rem;
}
.doclist__link a:hover {
  color: #0a0a0a;
  color: #7c4600;
}
.doclist__link img {
  vertical-align: bottom;
  margin-bottom: 0;
  margin-right: 0.5rem;
}

.doclist__stats {
  font-size: 0.75rem;
  line-height: 1rem;
}
.doclist__stats span {
  display: block;
}

.doclist--news .doclist__header {
  background: none;
  color: #0a0a0a;
  text-align: left;
  margin: 0.75rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
}
.doclist--news .doclist {
  padding: 0 0 1rem;
}
@media print, screen and (min-width: 40em) {
  .doclist--news .doclist {
    padding: 0 0 1rem 1rem;
  }
}
.doclist--news .doclist > li > a {
  font-size: 12px;
}
@media print, screen and (min-width: 40em) {
  .doclist--news .doclist > li > a {
    font-size: 0.875rem;
  }
}
.doclist--news .doclist > li > a span {
  color: #0a0a0a;
}
.doclist--news .doclist > li > a:hover {
  color: #0a0a0a;
}
.doclist--news .doclist .file__meta {
  font-size: 0.75rem;
}

.doclibrary {
  margin-top: 1rem;
}

.doclibrary__header {
  color: #0a0a0a;
}

.doclibrary .doclist img {
  margin-right: 0.5rem;
}
.doclibrary .doclist .search-stats {
  display: block;
  font-size: 0.75rem;
  margin-left: 1.5rem;
}
.doclibrary .doclist li {
  margin-bottom: 0.75rem;
}
@media print, screen and (min-width: 23.75em) {
  .doclibrary .file__meta {
    white-space: nowrap;
  }
}

.ytlist > .ytlist__item {
  float: left;
  width: 100%;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
@media print, screen and (min-width: 23.75em) {
  .ytlist > .ytlist__item {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .ytlist > .ytlist__item {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.ytlist > .ytlist__item:nth-of-type(1n) {
  clear: none;
}
.ytlist > .ytlist__item:nth-of-type(1n+1) {
  clear: both;
}
.ytlist > .ytlist__item:last-child {
  float: left;
}
@media print, screen and (min-width: 23.75em) {
  .ytlist > .ytlist__item {
    float: left;
    width: 50%;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media print, screen and (min-width: 23.75em) and (min-width: 23.75em) {
  .ytlist > .ytlist__item {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 23.75em) and (min-width: 40em) {
  .ytlist > .ytlist__item {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 23.75em) {
  .ytlist > .ytlist__item:nth-of-type(1n) {
    clear: none;
  }
}
@media print, screen and (min-width: 23.75em) {
  .ytlist > .ytlist__item:nth-of-type(2n+1) {
    clear: both;
  }
}
@media print, screen and (min-width: 23.75em) {
  .ytlist > .ytlist__item:last-child {
    float: left;
  }
}
@media print, screen and (min-width: 64em) {
  .ytlist > .ytlist__item {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 23.75em) {
  .ytlist > .ytlist__item {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .ytlist > .ytlist__item {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .ytlist > .ytlist__item:nth-of-type(1n) {
    clear: none;
  }
}
@media print, screen and (min-width: 64em) {
  .ytlist > .ytlist__item:nth-of-type(3n+1) {
    clear: both;
  }
}
@media print, screen and (min-width: 64em) {
  .ytlist > .ytlist__item:last-child {
    float: left;
  }
}

.ytlist::before, .ytlist::after {
  display: table;
  content: " ";
}
.ytlist::after {
  clear: both;
}

.ytlist__item {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 64em) {
  .ytlist__item {
    margin-bottom: 20px;
  }
}

.ytlist__video {
  height: 0;
  width: 100%;
  margin: 0;
  padding: 56.25% 0 0 0;
  position: relative;
  background: #e0e0e0;
}
.ytlist__video > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.ytlist__info {
  background: #eee;
  border-bottom: 1px solid #0a0a0a;
  padding: 0.5rem;
}

.ytlist__date {
  font-size: 0.75rem;
  margin: 0;
}

.ytlist__link {
  font-size: 0.875rem;
  margin: 0.25rem 0 0;
}

.facebook__container > .facebook-box {
  float: left;
  width: 100%;
}
.facebook__container > .facebook-box:nth-of-type(1n) {
  clear: none;
}
.facebook__container > .facebook-box:nth-of-type(1n+1) {
  clear: both;
}
.facebook__container > .facebook-box:last-child {
  float: left;
}
.facebook__container::before, .facebook__container::after {
  display: table;
  content: " ";
}
.facebook__container::after {
  clear: both;
}
.facebook__container .facebook-box {
  padding: 0.5rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .facebook__container > .facebook-box {
    float: left;
    width: 50%;
  }
  .facebook__container > .facebook-box:nth-of-type(1n) {
    clear: none;
  }
  .facebook__container > .facebook-box:nth-of-type(2n+1) {
    clear: both;
  }
  .facebook__container > .facebook-box:last-child {
    float: left;
  }
  .facebook__container > .facebook-box:nth-child(2n)::after {
    content: "";
    display: block;
    width: 150%;
    position: relative;
    left: -75%;
    height: 1px;
    background: #eee;
    margin: 10px auto 0;
  }
}
@media print, screen and (min-width: 64em) {
  .facebook__container > .facebook-box {
    float: left;
    width: 33.3333333333%;
  }
  .facebook__container > .facebook-box:nth-of-type(1n) {
    clear: none;
  }
  .facebook__container > .facebook-box:nth-of-type(3n+1) {
    clear: both;
  }
  .facebook__container > .facebook-box:last-child {
    float: left;
  }
  .facebook__container > .facebook-box:nth-child(3n+2)::after {
    content: "";
    display: block;
    width: 200%;
    position: relative;
    left: -50%;
    height: 1px;
    background: #eee;
    margin: 10px auto 0;
  }
}

.facebook-box iframe {
  background-image: url(/img/loading2.gif);
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-bottom: 1px solid #ddd;
  min-height: 427px;
  max-width: 100%;
}

.fbhline {
  clear: both;
  margin: 20px auto;
  max-width: 80%;
  background: #d0dae3;
  height: 1px;
}

.content--about-brand .content__main {
  border-left: 1px solid #e0e0e0;
}
.content--about-brand .content--static {
  padding: 1.25rem 0.25rem;
}
.content--about-brand .content__page h4 {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
  margin: 0.5rem 0;
}
@media print, screen and (min-width: 40em) {
  .content--about-brand .content__page h4 {
    font-size: 1.2rem;
    margin: 0.75rem 0;
  }
}
.content--about-brand .content__page .about_the_brand_screens {
  list-style-type: none;
  margin: 0;
}
.content--about-brand .content__page .about_the_brand_screens::before, .content--about-brand .content__page .about_the_brand_screens::after {
  display: table;
  content: " ";
}
.content--about-brand .content__page .about_the_brand_screens::after {
  clear: both;
}
.content--about-brand .content__page .about_the_brand_screens > li {
  float: left;
  width: 100%;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
@media print, screen and (min-width: 23.75em) {
  .content--about-brand .content__page .about_the_brand_screens > li {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .content--about-brand .content__page .about_the_brand_screens > li {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.content--about-brand .content__page .about_the_brand_screens > li:nth-of-type(1n) {
  clear: none;
}
.content--about-brand .content__page .about_the_brand_screens > li:nth-of-type(1n+1) {
  clear: both;
}
.content--about-brand .content__page .about_the_brand_screens > li:last-child {
  float: left;
}
@media print, screen and (min-width: 23.75em) {
  .content--about-brand .content__page .about_the_brand_screens > li {
    float: left;
    width: 50%;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media print, screen and (min-width: 23.75em) and (min-width: 23.75em) {
  .content--about-brand .content__page .about_the_brand_screens > li {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 23.75em) and (min-width: 40em) {
  .content--about-brand .content__page .about_the_brand_screens > li {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 23.75em) {
  .content--about-brand .content__page .about_the_brand_screens > li:nth-of-type(1n) {
    clear: none;
  }
}
@media print, screen and (min-width: 23.75em) {
  .content--about-brand .content__page .about_the_brand_screens > li:nth-of-type(2n+1) {
    clear: both;
  }
}
@media print, screen and (min-width: 23.75em) {
  .content--about-brand .content__page .about_the_brand_screens > li:last-child {
    float: left;
  }
}
@media print, screen and (min-width: 64em) {
  .content--about-brand .content__page .about_the_brand_screens > li {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 23.75em) {
  .content--about-brand .content__page .about_the_brand_screens > li {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .content--about-brand .content__page .about_the_brand_screens > li {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .content--about-brand .content__page .about_the_brand_screens > li:nth-of-type(1n) {
    clear: none;
  }
}
@media print, screen and (min-width: 64em) {
  .content--about-brand .content__page .about_the_brand_screens > li:nth-of-type(3n+1) {
    clear: both;
  }
}
@media print, screen and (min-width: 64em) {
  .content--about-brand .content__page .about_the_brand_screens > li:last-child {
    float: left;
  }
}
.content--about-brand .content__page .about_the_brand_screens li {
  text-align: center;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .content--about-brand .content__page .about_the_brand_screens li {
    font-size: 0.875rem;
  }
}
.content--about-brand .content__page .about_the_brand_screens li img {
  padding: 0.25rem;
  border: 1px solid #e0e0e0;
}

.filter__auth-shops {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  float: left;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
.filter__auth-shops::before, .filter__auth-shops::after {
  display: table;
  content: " ";
}
.filter__auth-shops::after {
  clear: both;
}
@media print, screen and (min-width: 23.75em) {
  .filter__auth-shops {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .filter__auth-shops {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.filter__auth-shops:last-child:not(:first-child) {
  float: right;
}
.filter__auth-shops, .filter__auth-shops:last-child {
  float: none;
}
.filter__auth-shops > a {
  float: left;
  width: 50%;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
@media print, screen and (min-width: 23.75em) {
  .filter__auth-shops > a {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .filter__auth-shops > a {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.filter__auth-shops > a:nth-of-type(1n) {
  clear: none;
}
.filter__auth-shops > a:nth-of-type(2n+1) {
  clear: both;
}
.filter__auth-shops > a:last-child {
  float: left;
}
@media print, screen and (min-width: 23.75em) {
  .filter__auth-shops > a {
    float: left;
    width: 25%;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media print, screen and (min-width: 23.75em) and (min-width: 23.75em) {
  .filter__auth-shops > a {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 23.75em) and (min-width: 40em) {
  .filter__auth-shops > a {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 23.75em) {
  .filter__auth-shops > a:nth-of-type(1n) {
    clear: none;
  }
}
@media print, screen and (min-width: 23.75em) {
  .filter__auth-shops > a:nth-of-type(4n+1) {
    clear: both;
  }
}
@media print, screen and (min-width: 23.75em) {
  .filter__auth-shops > a:last-child {
    float: left;
  }
}
@media print, screen and (min-width: 40em) {
  .filter__auth-shops > a {
    float: left;
    width: 16.6666666667%;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 23.75em) {
  .filter__auth-shops > a {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .filter__auth-shops > a {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .filter__auth-shops > a:nth-of-type(1n) {
    clear: none;
  }
}
@media print, screen and (min-width: 40em) {
  .filter__auth-shops > a:nth-of-type(6n+1) {
    clear: both;
  }
}
@media print, screen and (min-width: 40em) {
  .filter__auth-shops > a:last-child {
    float: left;
  }
}
@media print, screen and (min-width: 64em) {
  .filter__auth-shops > a {
    float: left;
    width: 12.5%;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 23.75em) {
  .filter__auth-shops > a {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .filter__auth-shops > a {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .filter__auth-shops > a:nth-of-type(1n) {
    clear: none;
  }
}
@media print, screen and (min-width: 64em) {
  .filter__auth-shops > a:nth-of-type(8n+1) {
    clear: both;
  }
}
@media print, screen and (min-width: 64em) {
  .filter__auth-shops > a:last-child {
    float: left;
  }
}

.online-shops > .online-shops__item {
  float: left;
  width: 100%;
}
.online-shops > .online-shops__item:nth-of-type(1n) {
  clear: none;
}
.online-shops > .online-shops__item:nth-of-type(1n+1) {
  clear: both;
}
.online-shops > .online-shops__item:last-child {
  float: left;
}
@media print, screen and (min-width: 40em) {
  .online-shops > .online-shops__item {
    float: left;
    width: 33.3333333333%;
  }
  .online-shops > .online-shops__item:nth-of-type(1n) {
    clear: none;
  }
  .online-shops > .online-shops__item:nth-of-type(3n+1) {
    clear: both;
  }
  .online-shops > .online-shops__item:last-child {
    float: left;
  }
}
@media print, screen and (min-width: 64em) {
  .online-shops > .online-shops__item {
    float: left;
    width: 20%;
  }
  .online-shops > .online-shops__item:nth-of-type(1n) {
    clear: none;
  }
  .online-shops > .online-shops__item:nth-of-type(5n+1) {
    clear: both;
  }
  .online-shops > .online-shops__item:last-child {
    float: left;
  }
}
.online-shops .online-shops__item {
  padding: 0.5rem;
}

.auth-shops__info {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.5rem;
}
.auth-shops__info::before, .auth-shops__info::after {
  display: table;
  content: " ";
}
.auth-shops__info::after {
  clear: both;
}

.auth-shops__logo {
  text-align: center;
  margin-bottom: 1rem;
  width: 100%;
  float: left;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
@media print, screen and (min-width: 23.75em) {
  .auth-shops__logo {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .auth-shops__logo {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.auth-shops__logo:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 40em) {
  .auth-shops__logo {
    width: 33.3333333333%;
    float: left;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    position: relative;
    left: 66.6666666667%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 23.75em) {
  .auth-shops__logo {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .auth-shops__logo {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .auth-shops__logo:last-child:not(:first-child) {
    float: right;
  }
}

.auth-shops__details {
  width: 100%;
  float: left;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
@media print, screen and (min-width: 23.75em) {
  .auth-shops__details {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .auth-shops__details {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.auth-shops__details:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 40em) {
  .auth-shops__details {
    width: 66.6666666667%;
    float: left;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    position: relative;
    left: -33.3333333333%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 23.75em) {
  .auth-shops__details {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .auth-shops__details {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .auth-shops__details:last-child:not(:first-child) {
    float: right;
  }
}

.shops-list__container {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.shops-list__container::before, .shops-list__container::after {
  display: table;
  content: " ";
}
.shops-list__container::after {
  clear: both;
}

.shops-list__list {
  width: 100%;
  float: left;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
@media print, screen and (min-width: 23.75em) {
  .shops-list__list {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .shops-list__list {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.shops-list__list:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 64em) {
  .shops-list__list {
    width: 58.3333333333%;
    float: left;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 23.75em) {
  .shops-list__list {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .shops-list__list {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .shops-list__list:last-child:not(:first-child) {
    float: right;
  }
}

.shops-list__map-filter {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .shops-list__map-filter {
    display: block;
    width: 41.6666666667%;
    float: left;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 23.75em) {
  .shops-list__map-filter {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .shops-list__map-filter {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .shops-list__map-filter:last-child:not(:first-child) {
    float: right;
  }
}

.dealer-search__header {
  color: #0a0a0a;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25;
}

.dealer-search__content {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.dealer-search__content::before, .dealer-search__content::after {
  display: table;
  content: " ";
}
.dealer-search__content::after {
  clear: both;
}

.dealer-search__logo {
  text-align: center;
  margin: 0.5rem auto 1rem;
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}
.dealer-search__logo:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 40em) {
  .dealer-search__logo {
    text-align: right;
    margin: 0;
    width: 33.3333333333%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
  .dealer-search__logo:last-child:not(:first-child) {
    float: right;
  }
}

.dealer-search__details {
  font-size: 12px;
  padding: 0.25rem 0 0.5rem;
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}
.dealer-search__details:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 40em) {
  .dealer-search__details {
    font-size: 14px;
    width: 66.6666666667%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
  .dealer-search__details:last-child:not(:first-child) {
    float: right;
  }
}

.dealer-search__shopline {
  display: inline-block;
  margin-left: 0.25rem;
}

.gmp {
  font: 0/0 a;
  color: transparent;
  display: inline-block;
  margin-top: -6px;
  vertical-align: middle;
}
.gmp img {
  vertical-align: middle;
}

/* GoogleMap Location */
#gmp-bkg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #0a0a0a;
  display: none;
}

#gmp-box {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 0px;
  background: #d0dae3;
  text-align: center;
  border: 0px #fff solid;
  display: none;
}

#gmp-titlebar {
  position: absolute;
  width: 20px;
  height: 20px;
  border-left: #b2b2b2 0px solid;
  border-bottom: #b2b2b2 0px solid;
  background: url("/img/prd-enl-x.png") top right no-repeat;
}

#gmp-titlebar A {
  width: 100%;
  height: 100%;
  display: block;
}

#gmp-content {
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 0px;
  padding: 2rem;
  border: #b2b2b2 1px solid;
  color: black;
  background: #fff;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#gmp-caption {
  width: 100%;
  height: 40px;
  background: #d0dae3; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#d0dae3), to(#8c949a));
  background: -o-linear-gradient(top, #d0dae3 0%, #8c949a 100%);
  background: linear-gradient(to bottom, #d0dae3 0%, #8c949a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#gmp-caption P {
  color: white;
  height: 40px;
  line-height: 40px;
  text-align: right;
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 1rem;
  font-weight: bold;
}

.offer__wrapper {
  position: relative;
}
.offer__wrapper::before, .offer__wrapper::after {
  display: table;
  content: " ";
}
.offer__wrapper::after {
  clear: both;
}
@media print, screen and (min-width: 40em) {
  .offer__wrapper {
    font-size: 0.875rem;
  }
}

.offer__header {
  width: 100%;
  float: left;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
@media print, screen and (min-width: 23.75em) {
  .offer__header {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .offer__header {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.offer__header:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 64em) {
  .offer__header {
    width: 66.6666666667%;
    float: left;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 23.75em) {
  .offer__header {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .offer__header {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .offer__header:last-child:not(:first-child) {
    float: right;
  }
}

.offer__sidebar {
  width: 100%;
  float: left;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
@media print, screen and (min-width: 23.75em) {
  .offer__sidebar {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .offer__sidebar {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.offer__sidebar:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 64em) {
  .offer__sidebar {
    width: 33.3333333333%;
    float: left;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    float: right !important;
    margin-top: 0.75rem;
    padding-right: 0 !important;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 23.75em) {
  .offer__sidebar {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .offer__sidebar {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .offer__sidebar:last-child:not(:first-child) {
    float: right;
  }
}

.offer__main {
  width: 100%;
  float: left;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
@media print, screen and (min-width: 23.75em) {
  .offer__main {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .offer__main {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.offer__main:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 64em) {
  .offer__main {
    width: 66.6666666667%;
    float: left;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 23.75em) {
  .offer__main {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .offer__main {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .offer__main:last-child:not(:first-child) {
    float: right;
  }
}

.offer__header {
  margin: 1rem 0;
  line-height: 1.2;
}

.offer__symbol {
  font-weight: bold;
  color: #0a0a0a;
  margin: 0;
  line-height: 1;
}
@media print, screen and (min-width: 64em) {
  .offer__symbol {
    font-size: 2rem;
  }
}

.offer__brands {
  color: #0a0a0a;
  font-size: 0.75rem;
  line-height: 1;
  margin: 0;
}

.offer__name {
  margin-top: 0.75rem;
  font-weight: bold;
  color: #0a0a0a;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 40em) {
  .offer__name {
    font-size: 1.25rem;
  }
}

.offer__description {
  color: #0a0a0a;
}

.product__details {
  margin-bottom: 10px;
  text-align: left;
}
@media print, screen and (min-width: 64em) {
  .product__details {
    text-align: right;
  }
}
.product__details::before, .product__details::after {
  display: table;
  content: " ";
}
.product__details::after {
  clear: both;
}
.product__details p {
  margin: 0;
}
.product__details strong {
  font-weight: normal;
}
.product__details span {
  color: #555;
  white-space: nowrap;
}

.price-box__wrapper {
  margin-bottom: 10px;
}
.price-box__wrapper .price-box {
  display: block;
  text-align: center;
}

#product_details,
#product_prices,
#product_find_dealer {
  margin-bottom: 10px;
}

/*
#product_details, #product_prices, #product_find_dealer {
  text-align: right;
}

#product_find_dealer {
  height: 26px;
  background: url('/img/download-button-small2-rld.png') no-repeat top right;
}

#product_find_dealer A {
  display: block;
  width: 160px;
  height: inherit;
  line-height: 26px;
  color: white;
  margin-left: 80px;
  padding-right: 10px;
  text-decoration: none;
  font-size: 10px;
}

*/
.content--products .cfooter {
  padding-bottom: 0.5rem;
}

.offer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-top: 0;
  width: 100%;
}
.offer__header::before, .offer__header::after {
  display: table;
  content: " ";
}
.offer__header::after {
  clear: both;
}
.offer__header .offer__subheader {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.offer__price {
  text-align: right;
  font-family: "Roboto Condensed", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.offer__price > span {
  display: block;
  color: #f88c00;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (min-width: 64em) {
  .offer__price > span {
    font-size: 2rem;
  }
}
.offer__price > span .price--old {
  color: #8c949a;
  font-weight: bold;
  font-size: 1.2rem;
  margin-right: 5px;
  text-decoration: line-through;
}
.offer__price > small {
  color: #aaa;
  font-size: 0.75rem;
}

.offer__header-dealer a {
  display: inline-block;
  color: #8c949a;
  font-size: 2.25rem;
  line-height: 1;
  padding: 0 0.5rem;
  text-align: center;
  margin-left: 5px;
}
.offer__header-dealer a:hover {
  color: #f88c00;
}

.offer__module {
  padding: 8px;
}

.offer__module--video .responsive-video:first-child() {
  margin-top: 0;
}

.offer__name {
  font-size: 1rem;
}

.content--offer {
  padding: 8px;
}

.offer__module--boxes::before, .offer__module--boxes::after {
  display: table;
  content: " ";
}
.offer__module--boxes::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .offer__module {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .offer__module--details {
    overflow-x: hidden;
  }
  .offer__module--gallery {
    width: 50%;
  }
  .offer__module--boxes {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.offer__description {
  overflow: hidden;
  position: relative;
  clear: both;
}
.offer__description.offer__description--full {
  overflow: auto;
  height: auto !important;
  padding-bottom: 1.5rem;
}
.offer__description.offer__description--full .offer__description_toggler span::before,
.offer__description.offer__description--full .offer__description_toggler span::after {
  content: "\f102";
}
.offer__description.offer__description--full .offer__description_toggler::before {
  display: none;
}
.offer__description .offer__name {
  margin: 0;
  padding: 0 0 0.5rem;
}

.offer__description_toggler {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  color: #f88c00;
  padding: 4px;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  outline: none !important;
}
.offer__description_toggler::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 4rem;
  background: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.offer__description_toggler span::before, .offer__description_toggler span::after {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f103";
  padding: 0 10px;
}
.offer__description_toggler:hover {
  background: #f88c00;
  color: #fff;
}
.hide-show-more .offer__description_toggler {
  display: none;
}

.offer__description_logistics {
  padding: 10px 0 20px;
}

.offer__components li {
  line-height: 1.5;
  padding: 0.25rem 0;
  font-size: 14px;
}

.boxes__header {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto Condensed", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.5rem;
  margin: 1rem 0;
  color: #0a0a0a;
  border-bottom: 1px solid #e0e0e0;
}

.boxes__container {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  float: left;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  padding: 0 !important;
}
.boxes__container::before, .boxes__container::after {
  display: table;
  content: " ";
}
.boxes__container::after {
  clear: both;
}
@media print, screen and (min-width: 23.75em) {
  .boxes__container {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .boxes__container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.boxes__container:last-child:not(:first-child) {
  float: right;
}
.boxes__container, .boxes__container:last-child {
  float: none;
}
.boxes__container > .box {
  float: left;
  width: 100%;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
@media print, screen and (min-width: 23.75em) {
  .boxes__container > .box {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .boxes__container > .box {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.boxes__container > .box:nth-of-type(1n) {
  clear: none;
}
.boxes__container > .box:nth-of-type(1n+1) {
  clear: both;
}
.boxes__container > .box:last-child {
  float: left;
}
@media print, screen and (min-width: 23.75em) {
  .boxes__container > .box {
    float: left;
    width: 50%;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media print, screen and (min-width: 23.75em) and (min-width: 23.75em) {
  .boxes__container > .box {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 23.75em) and (min-width: 40em) {
  .boxes__container > .box {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 23.75em) {
  .boxes__container > .box:nth-of-type(1n) {
    clear: none;
  }
}
@media print, screen and (min-width: 23.75em) {
  .boxes__container > .box:nth-of-type(2n+1) {
    clear: both;
  }
}
@media print, screen and (min-width: 23.75em) {
  .boxes__container > .box:last-child {
    float: left;
  }
}
@media screen and (max-width: 39.9375em) {
  .boxes__container > .box {
    float: left;
    width: 100%;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 23.75em) {
  .boxes__container > .box {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .boxes__container > .box {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .boxes__container > .box:nth-of-type(1n) {
    clear: none;
  }
}
@media screen and (max-width: 39.9375em) {
  .boxes__container > .box:nth-of-type(1n+1) {
    clear: both;
  }
}
@media screen and (max-width: 39.9375em) {
  .boxes__container > .box:last-child {
    float: left;
  }
}
@media print, screen and (min-width: 64em) {
  .content--products .boxes__container > .box, .content--sidebar-first .boxes__container > .box {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 23.75em) {
  .content--products .boxes__container > .box, .content--sidebar-first .boxes__container > .box {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .content--products .boxes__container > .box, .content--sidebar-first .boxes__container > .box {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .content--products .boxes__container > .box:nth-of-type(1n), .content--sidebar-first .boxes__container > .box:nth-of-type(1n) {
    clear: none;
  }
}
@media print, screen and (min-width: 64em) {
  .content--products .boxes__container > .box:nth-of-type(3n+1), .content--sidebar-first .boxes__container > .box:nth-of-type(3n+1) {
    clear: both;
  }
}
@media print, screen and (min-width: 64em) {
  .content--products .boxes__container > .box:last-child, .content--sidebar-first .boxes__container > .box:last-child {
    float: left;
  }
}
@media print, screen and (min-width: 64em) {
  .content--no-sidebar .boxes__container > .box {
    float: left;
    width: 25%;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 23.75em) {
  .content--no-sidebar .boxes__container > .box {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .content--no-sidebar .boxes__container > .box {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .content--no-sidebar .boxes__container > .box:nth-of-type(1n) {
    clear: none;
  }
}
@media print, screen and (min-width: 64em) {
  .content--no-sidebar .boxes__container > .box:nth-of-type(4n+1) {
    clear: both;
  }
}
@media print, screen and (min-width: 64em) {
  .content--no-sidebar .boxes__container > .box:last-child {
    float: left;
  }
}

@media print, screen and (min-width: 40em) {
  .boxes__container--large > .box {
    float: left;
    width: 33.3333333333%;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 23.75em) {
  .boxes__container--large > .box {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .boxes__container--large > .box {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 40em) {
  .boxes__container--large > .box:nth-of-type(1n) {
    clear: none;
  }
}
@media print, screen and (min-width: 40em) {
  .boxes__container--large > .box:nth-of-type(3n+1) {
    clear: both;
  }
}
@media print, screen and (min-width: 40em) {
  .boxes__container--large > .box:last-child {
    float: left;
  }
}
@media print, screen and (min-width: 64em) {
  .boxes__container--large > .box {
    float: left;
    width: 25%;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 23.75em) {
  .boxes__container--large > .box {
    padding-right: 0.46875rem;
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .boxes__container--large > .box {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .boxes__container--large > .box:nth-of-type(1n) {
    clear: none;
  }
}
@media print, screen and (min-width: 64em) {
  .boxes__container--large > .box:nth-of-type(4n+1) {
    clear: both;
  }
}
@media print, screen and (min-width: 64em) {
  .boxes__container--large > .box:last-child {
    float: left;
  }
}

.box table {
  margin: 0;
}

.SITE-FNCE {
  /*
    .boxes__container {
      @include grid-column-row(0);

      @include grid-layout(1, '.box', 0);

      @include breakpoint(small){
        @include grid-layout(2, '.box', 0);
      }

      @include breakpoint(large){
        @include grid-layout(3, '.box', 0);
      }
    }
  */
}
.SITE-FNCE .boxes__container .box {
  padding: 0.5rem;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  background: #fff;
}
.SITE-FNCE .boxes__container .box img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.SITE-FNCE .boxes__container .box img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.SITE-FNCE .boxes__container .box h2 a {
  color: #222;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.SITE-FNCE .boxes__container .box h2 a:hover {
  color: #f88c00;
}
.SITE-FNCE .boxes__container .box h3 {
  font-size: 0.75rem;
  color: #787878;
}
.SITE-FNCE .boxes__container .box h4 {
  font-size: 0.625rem;
  color: #444;
}
.SITE-FNCE .boxes__container .box .box_inner_price1 {
  background: #ff1f06; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ff1f06), to(#cd0000));
  background: -o-linear-gradient(top, #ff1f06 0%, #cd0000 100%);
  background: linear-gradient(to bottom, #ff1f06 0%, #cd0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media print, screen and (min-width: 23.75em) {
  .SITE-FNCE .boxes__container > .box:nth-child(2n) {
    border-right: none;
  }
}
@media print, screen and (min-width: 64em) {
  .SITE-FNCE .boxes__container > .box:nth-child(2n) {
    border-right: 1px solid #eee;
  }
  .SITE-FNCE .boxes__container > .box:nth-child(3n) {
    border-right: none;
  }
}
.SITE-FNCE .boxes__container .box_inner {
  border: none;
  background: none;
}
.SITE-FNCE .boxes__container table,
.SITE-FNCE .boxes__container tr, .SITE-FNCE .boxes__container td,
.SITE-FNCE .boxes__container tbody {
  border: none;
}
.SITE-FNCE .boxes__container .box_inner_button a {
  background: #eee;
  padding: 0.5rem 0;
  text-align: center;
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  margin: 0.5rem 0 0;
  text-transform: uppercase;
  color: #0a0a0a;
  height: auto;
}
.SITE-FNCE .boxes__container .box_inner_button a:hover {
  background: #f88c00;
  color: #fff;
}
.SITE-FNCE .boxes__container .box_inner_price_promo {
  background: none;
  position: absolute;
  left: auto !important;
  right: 0;
  overflow: hidden;
}
.SITE-FNCE .boxes__container .box_inner_price_promo span {
  background: #f8bf32;
  color: #fff;
  z-index: 2;
  display: inline-block;
  height: 100%;
  padding: 0 0.25rem;
  position: relative;
}

.box {
  text-align: left;
}
.box h2, .box h3 {
  margin: 0;
  padding: 0;
  height: auto;
  /*
      overflow:hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
  */
  color: #0a0a0a;
}
.box h2 {
  font-size: 20px !important;
  font-weight: normal;
}
.box h2 a {
  color: #f88c00;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.box h2 a:hover {
  color: #0a0a0a;
}
.box h3 {
  font-size: 14px !important;
  font-weight: normal;
}
.box h4 {
  font-size: 12px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 4px;
}
.box .box_inner_image img {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.box .box_inner_image a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.box_inner {
  position: relative;
  width: 100%;
  border: 1px #c0c0c0 solid;
  overflow: hidden;
}

.box_inner .sold-out {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.box.no-components .box_inner .sold-out {
  display: block;
}

.box_inner .sold-out span {
  position: absolute;
  top: 35%;
  width: 100%;
  padding: 10px 0;
  background: #ee1210;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.box_inner TABLE {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

.box_inner TD {
  padding: 0px;
  text-align: center;
  overflow: hidden;
  /*---------------------
    border: 1px blue solid;
  */
}

.box_inner_image {
  height: 243px;
}

.has-hideprice .box_inner_image {
  height: 292px;
}

.box_inner_image IMG {
  border: none;
  padding-top: 10px;
}

.box_inner_price1, .box_inner_price2, .box_inner_button, .box_inner_announcement {
  color: white;
}

.box_inner_price1, .box_inner_price2 {
  height: 49px;
  width: 50%;
  border-top: 1px #c0c0c0 solid;
  overflow: hidden;
}

.box_inner_price1 {
  background: #ff1f06; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ff1f06), to(#cd0000));
  background: -o-linear-gradient(top, #ff1f06 0%, #cd0000 100%);
  background: linear-gradient(to bottom, #ff1f06 0%, #cd0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.box_inner_new, .box_inner_sale, .box_inner_price_promo, .box_inner_price_labelpromo, .box_inner_price_outlet {
  position: absolute;
  top: 0px;
  line-height: 16px;
  font-size: 9px;
  font-weight: bold;
  color: white;
  padding: 3px 5px;
}

.box_inner_new {
  left: 0px;
  background: #f41400;
}

.box_inner_sale {
  left: 0px;
  background: #8a3bcc;
}

.box_inner_price_promo {
  right: 0;
  background: #f8bf32;
}

.box_inner_price_labelpromo {
  right: 0;
  background: #f88c00;
  font-size: 0.75rem;
  padding: 0.5rem 0.75rem;
}

.has-labelpromo .box_inner_price_promo {
  right: auto;
  left: 0;
}

.box_inner_price_outlet {
  right: 0;
  background: red;
}

.box_inner_price2 {
  background: black;
}

.box_inner_price_value, .box_inner_announcement_date {
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 5px 0;
  line-height: 1;
}

.box_inner_price_description, .box_inner_announcement_description {
  margin: 0px;
  font-size: 9px;
  padding: 5px 5px 10px;
  line-height: 1;
}

.box_inner_announcement {
  height: 49px;
  border-top: 1px #c0c0c0 solid;
  overflow: hidden;
  background: #969696; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#969696), to(#7a7a7a));
  background: -o-linear-gradient(top, #969696 0%, #7a7a7a 100%);
  background: linear-gradient(to bottom, #969696 0%, #7a7a7a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.box_inner_button {
  font-size: 10px;
  text-align: center;
  background: #333;
}

.box_inner_button A {
  color: inherit;
  display: block;
  text-align: center;
  padding: 0.25rem;
}
.box_inner_button A:hover {
  text-decoration: underline;
}

.box_find_a_dealer {
  background: #f88c00;
  text-align: center;
  color: #fff;
  font-size: 10px;
  width: 50%;
}
.box_find_a_dealer a {
  color: inherit;
  display: block;
  padding: 0.4rem 0.25rem;
  text-align: center;
  line-height: 1.2;
}
.box_find_a_dealer a:hover {
  text-decoration: underline;
}

.box_inner_price1, .price-box__tax {
  width: 100%;
  background: #f88c00 !important;
}

.box_inner_price2, .price-box__no-tax {
  display: none !important;
}

.box_inner_button {
  background: none !important;
}
.box_inner_button a:hover {
  text-decoration: none;
}

.flexbox .boxes__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexbox .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
}
.flexbox .box tbody {
  border: none;
}
.flexbox .box h2 {
  white-space: normal;
  overflow: visible;
  line-height: 1.1;
}
.flexbox .box h4 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flexbox .box h3 {
  color: #555;
}

.boxes__container::before,
.boxes__container::after {
  content: "";
  width: 0;
}

.category__descr {
  padding: 0 0.5rem 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
}

.category__descr *:last-child {
  margin-bottom: 0;
}

.category__descr *:first-child {
  margin-top: 0;
}

.boxes .price--old,
.boxes__container .price--old {
  display: inline-block;
  padding: 0 5px;
  font-weight: normal !important;
  font-size: 0.9em !important;
  line-height: 0.9em;
  text-decoration: line-through !important;
}

.price-box__wrapper .price--old {
  margin-top: -0.125rem;
  margin-bottom: 0.5rem;
}

.boxfull {
  padding: 1rem 0;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 39.9375em) {
  .boxfull .offer__symbol {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .boxfull .offer__symbol {
    font-size: 1.75rem;
  }
}
.boxfull .box_inner {
  border: none;
}
.boxfull table {
  margin: 0;
  border-spacing: 0;
  border-collapse: inherit;
}
.boxfull .box_inner_image a:hover img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.SITE-FNCE .boxfull .box_inner_button a {
  background: #eee;
  padding: 0.5rem 0;
  text-align: center;
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  margin: 0.5rem 0 0;
  text-transform: uppercase;
  color: #0a0a0a;
  height: auto;
}
.SITE-FNCE .boxfull .box_inner_button a:hover {
  background: #f88c00;
  color: #fff;
}

.badge {
  display: inline-block;
  border-radius: 0;
  font-size: 12px;
  font-family: "Roboto Condensed", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-weight: bold;
  padding: 0 0.5rem;
}
.badge span {
  color: #fff;
}

.badge-promo {
  background-color: #f8bf32;
  color: #f8bf32;
}

.badge-labelpromo {
  background-color: #f88c00;
  color: #fff;
  font-size: 1.25rem;
  padding: 0.5rem 0.75rem;
}

.has-labelpromo .badge-promo.badge-right {
  right: auto;
  left: 0;
}

.badge-new {
  background-color: #f41400;
  color: #f41400;
}

.badge-sale {
  background-color: #8a3bcc;
  color: #8a3bcc;
}

.badge-outlet {
  background-color: red;
  color: #fff;
}

.badge-right {
  position: absolute;
  top: 0;
  right: 0;
}

.badge-left {
  position: absolute;
  top: 0;
  left: 0;
}

.outlet__discount {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  background: red;
  font-weight: bold;
  padding: 5px;
}

/** CN-LG Switcher **/
.cnlg-switcher {
  font-size: 11px;
  line-height: 1;
}

.cnlg-selector {
  text-align: right;
}
.cnlg-selector .cnlg-wrapper {
  display: inline-block;
  background: #ccc;
  color: #000;
  position: relative;
  margin-bottom: 2px;
  padding: 4px 25px 4px 5px;
  border-radius: 4px;
}

.cnlg-button {
  background: #8f3e48;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 2px 5px;
  border-radius: 0 4px 4px 0;
}
.cnlg-button::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cnlg-button .cnlg-button-label {
  display: none;
}

.cnlg-menu {
  height: 0;
  display: none;
  overflow: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  background: #fff;
  list-style-type: none;
  padding: 0;
}
.cnlg-menu li a {
  display: block;
  padding: 2px 4px;
  text-decoration: none;
  border-bottom: 1px solid #bbb;
  white-space: nowrap;
}
.cnlg-menu li a:hover {
  background: #8f3e48;
  color: #fff;
}

.cnlg-cn .cnlg-label {
  display: none;
}

.cnlg-selector:hover .cnlg-button::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #fff;
}
.cnlg-selector:hover .cnlg-menu {
  display: block;
  height: auto;
}

.cnlg-small-header {
  display: none;
}

.cnlg-switcher.collapsed {
  position: relative;
}
.cnlg-switcher.collapsed .cnlg-small-header {
  line-height: 40px;
  padding-right: 20px;
  border-radius: 4px;
  background: #ccc;
}
.cnlg-switcher.collapsed .cnlg-global-wrapper {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
}
.cnlg-switcher.collapsed:hover .cnlg-global-wrapper {
  display: block;
}

.gallery__image-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.gallery__image-container .badge,
.gallery__image-container .outlet__discount {
  z-index: 4;
}

.gallery__brand {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 25%;
  z-index: 3;
}

.gallery__icon {
  position: absolute;
  top: 0;
  right: 0;
  max-height: min(100px, 20%);
  z-index: 2;
  display: none;
}

.gallery__lightbox--show .gallery__icon {
  max-height: min(150px, 23%);
}

.gallery--has-icon:has(.gallery__image-src > img[src*=\/MPHOTO\/]) .gallery__icon,
.gallery__lightbox--show:has(img[src*=\/MPHOTO\/]) .gallery__icon {
  display: block;
}

.gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
}

.gallery__image-src {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.gallery__image-src img {
  display: inline;
  max-width: 98%;
  max-height: 98%;
}

.gallery__colours::before, .gallery__colours::after {
  display: table;
  content: " ";
}
.gallery__colours::after {
  clear: both;
}

.offer--has-colors .gallery__colours {
  min-height: 50px;
  height: 50px;
}

.gallery__colour-item {
  float: left;
  border: 1px solid #d0dae3;
  padding: 2px;
  margin-right: 2px;
}

.gallery__colour-item--selected {
  border-color: #f88c00;
}

.gallery__thumbnails {
  height: 64px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.gallery__thumbnails .product_miniature_selected {
  border-color: #f88c00;
}

.thumbs {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 64px;
  overflow: hidden;
}

.gallery__thumbnails.no-navigation .thumbs {
  left: 0;
  right: 0;
}
.gallery__thumbnails.no-navigation .thumb_nav__prev,
.gallery__thumbnails.no-navigation .thumb_nav__next {
  display: none;
}

.gallery__thumbnails_inner {
  white-space: nowrap;
  position: absolute;
  top: 0;
  height: 64px;
}
.gallery__thumbnails_inner::before, .gallery__thumbnails_inner::after {
  display: table;
  content: " ";
}
.gallery__thumbnails_inner::after {
  clear: both;
}
.gallery__thumbnails_inner > div {
  width: 80px;
  height: 60px;
  display: inline-block;
  margin: 2px;
  padding: 2px;
  border: 1px solid #e2e2e2;
}
.gallery__thumbnails_inner > div > a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.gallery__thumbnails_inner > div > a img {
  max-width: 94%;
  max-height: 94%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.thumb_nav__prev,
.thumb_nav__next {
  position: absolute;
  top: 0;
  z-index: 2;
  background: red;
  width: 20px;
  height: 100%;
  background: white;
  display: block;
  color: #e1e1e1;
  font-weight: normal;
  text-align: center;
}
.thumb_nav__prev::before,
.thumb_nav__next::before {
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 64px;
}

.thumb_nav__prev {
  left: 0;
  text-align: left;
}
.thumb_nav__prev::before {
  content: "\f104";
}

.thumb_nav__next {
  right: 0;
  text-align: right;
}
.thumb_nav__next::before {
  content: "\f105";
}

.product_colour,
.product_colour_selected {
  float: left;
  padding: 2px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 4px;
}

.product_colour {
  border: 1px solid #d0dae3;
}

.product_colour_selected {
  border: 1px solid #f88c00;
}

#product_picture_maglass {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 2;
}
#product_picture_maglass::before {
  display: block;
  font-family: FontAwesome;
  content: "\f002";
  color: #8c949a;
  background: white;
  font-size: 1rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#product_picture_maglass:hover::before {
  color: #f88c00;
  background: #fff;
  cursor: pointer;
}

#product_details {
  display: none !important;
}

/* ############# Enlarged ############### */
#prd-picture-enlarged-bkg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  display: none;
  z-index: 98;
}

#prd-picture-enlarged-box {
  position: fixed;
  width: 90%;
  height: auto;
  max-width: 1200px;
  background: #b2b2b2;
  text-align: center;
  border: none;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#prd-picture-enlarged-box .innerWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

#prd-picture-enlarged-box.gallery__lightbox--show {
  display: block;
  z-index: 99;
}
#prd-picture-enlarged-box.gallery__lightbox--show #prd-picture-enlarged-img {
  display: block !important;
}

#prd-picture-enlarged-box.gallery__lightbox--loading #prd-picture-enlarged-content {
  position: relative;
}
#prd-picture-enlarged-box.gallery__lightbox--loading #prd-picture-enlarged-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/loading2.gif) 50% 50% no-repeat #fff;
  opacity: 0.9;
  z-index: 100;
}

#prd-picture-enlarged-titlebar {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("/img/prd-enl-x.png") 50% 50% no-repeat;
  right: 0;
  top: 0;
}

#prd-picture-enlarged-titlebar A {
  width: 100%;
  height: 100%;
  display: block;
}

#prd-picture-enlarged-left-btn, #prd-picture-enlarged-right-btn {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  display: block;
  border-top: #b2b2b2 0px solid;
  border-bottom: #b2b2b2 0px solid;
}

#prd-picture-enlarged-left-btn A, #prd-picture-enlarged-right-btn A {
  width: 100%;
  height: 100%;
  display: block;
}

#prd-picture-enlarged-left-btn {
  background: url("/img/prd-enl-left-btn.png") center no-repeat;
  border-right: #b2b2b2 0px solid;
  left: 0;
}

#prd-picture-enlarged-right-btn {
  background: url("/img/prd-enl-right-btn.png") center no-repeat;
  border-left: #b2b2b2 0px solid;
  right: 0;
}

#prd-picture-enlarged-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 30px;
  border: 2px solid #b2b2b2;
  border-bottom: none;
  background: white;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#prd-picture-enlarged-img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

#prd-picture-enlarged-caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #b2b2b2;
}

#prd-picture-enlarged-caption P {
  color: #fff;
  text-align: left;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  margin: 0;
}

.price-box__wrapper {
  text-align: right;
}

.price-box {
  display: inline-block;
  margin: 0 auto;
  text-align: right;
}

.price-box__tax,
.price-box__no-tax,
.price-box__announcement {
  display: block;
}
.price-box__tax span,
.price-box__tax small,
.price-box__no-tax span,
.price-box__no-tax small,
.price-box__announcement span,
.price-box__announcement small {
  display: block;
  line-height: 1;
  padding: 0 0.5rem;
}
.price-box__tax small,
.price-box__no-tax small,
.price-box__announcement small {
  font-size: 0.625rem;
}

.price-box__tax {
  padding: 0.5rem;
  color: #fff;
  background: #ff1f06; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ff1f06), to(#cd0000));
  background: -o-linear-gradient(top, #ff1f06 0%, #cd0000 100%);
  background: linear-gradient(to bottom, #ff1f06 0%, #cd0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.price-box__tax span {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.price-box__no-tax {
  padding: 0.3rem 0.5rem;
  color: #fff;
  background: #000;
}
.price-box__no-tax span { /** price **/
  font-weight: bold;
  font-size: 0.75rem;
}

.price-box__announcement {
  padding: 0.5rem;
  color: #fff;
  background: #969696; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#969696), to(#7a7a7a));
  background: -o-linear-gradient(top, #969696 0%, #7a7a7a 100%);
  background: linear-gradient(to bottom, #969696 0%, #7a7a7a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.price-box__announcement span {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.price-box__units {
  display: inline-block !important;
  padding: 0 !important;
  margin: 0;
  margin-left: 3px;
}

.regtabs {
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
  display: none;
}
@media print, screen and (min-width: 64em) {
  .regtabs {
    display: block;
  }
}

.regtabs__title {
  display: inline-block;
  text-transform: uppercase;
}
.regtabs__title a {
  display: block;
  background: #d0dae3; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#d0dae3), to(#8c949a));
  background: -o-linear-gradient(top, #d0dae3 0%, #8c949a 100%);
  background: linear-gradient(to bottom, #d0dae3 0%, #8c949a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  padding: 0.35rem 0.35rem;
  line-height: 1rem;
  font-size: 0.75rem;
}

.regtabs__title--active a {
  background: #f88c00;
  color: #fff;
}

.regtabs__content {
  border-top: 1px solid #d0dae3;
}

.regtabs__panel {
  display: block;
}
@media print, screen and (min-width: 64em) {
  .regtabs__panel {
    display: none;
  }
}

.regtabs__panel--active {
  display: block;
}

.regtabs__panel--loading {
  min-height: 100px;
  position: relative;
}
.regtabs__panel--loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.regtabs__panel_content {
  display: none;
  padding: 1rem 0;
  font-size: 0.875rem;
}

.regtabs__panel--active .regtabs__panel_content {
  display: block;
}

.regtabs__title--accordion {
  display: block;
  position: relative;
  line-height: 1rem;
  font-size: 1rem;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  color: #fff;
  border-radius: 0;
  margin-top: 0.25rem;
  cursor: pointer;
  background: #d0dae3; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#d0dae3), to(#8c949a));
  background: -o-linear-gradient(top, #d0dae3 0%, #8c949a 100%);
  background: linear-gradient(to bottom, #d0dae3 0%, #8c949a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.regtabs__title--accordion:hover, .regtabs__title--accordion:focus, .regtabs__title--accordion:active, .regtabs__panel--active .regtabs__title--accordion {
  background: #f88c00; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f88c00), to(#c56f00));
  background: -o-linear-gradient(top, #f88c00 0%, #c56f00 100%);
  background: linear-gradient(to bottom, #f88c00 0%, #c56f00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.regtabs__title--accordion::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .regtabs__title--accordion {
    display: none;
  }
}

.regtabs * {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product_tabs_section_caption {
  font-weight: bold;
  margin: 0.5rem 0 0;
}

.product_tabs_section_list {
  font-size: 0.875rem;
}

.add-to-order {
  background: #eee;
  margin-bottom: 0.25rem;
  font-size: 13px;
}
.add-to-order table, .add-to-order tr, .add-to-order tbody, .add-to-order td {
  background: none !important;
  border: none;
  margin: 0;
}
.add-to-order input[type=text] {
  display: inline-block;
  border-radius: 0;
  border: 1px solid #e0e0e0;
  line-height: 1.2;
  font-size: 12px;
  padding: 2px;
  height: auto;
  margin: 0.25rem;
}
.add-to-order .submit {
  border: 1px solid #e0e0e0;
}
.add-to-order .submit::hover {
  color: #fff !important;
}

.product_tabs_content_table {
  background: transparent;
  line-height: 1.2;
}
.product_tabs_content_table tr,
.product_tabs_content_table td {
  padding: 0;
  background: none !important;
}

.product_tabs_content_award img {
  margin: 5px 3px;
}

.brand-info__header {
  color: #f88c00;
  padding: 0.25rem 0.5rem;
  font-weight: bold;
  border-bottom: 1px solid #f88c00;
  margin-bottom: 0.25rem;
}

.brand-info h4 {
  font-size: 0.875rem;
  color: #909090;
  padding: 0;
  margin: 0;
  padding-top: 0.5rem;
  line-height: 0.75rem;
}

.brand-info h3 {
  font-weight: bold;
}

.production-country {
  padding: 1rem 0;
  font-size: 0.75rem;
  max-width: 100%;
}

.production-country table {
  border-spacing: 0;
  max-width: 100%;
}

.production-country th {
  text-align: left;
  border-bottom: 2px solid #b5b5b5;
  vertical-align: bottom;
}

.production-country tr th:nth-child(3),
.production-country tr td:nth-child(3) {
  text-wrap: wrap;
}

.production-country td,
.production-country th {
  padding: 0.5rem;
  text-wrap: wrap;
}

.info-list-item {
  padding: 0;
  margin: 0;
  padding-left: 1.5rem;
  position: relative;
}

.info-list-item::before {
  content: "";
  display: block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  text-align: center;
  color: #aaa;
}

.info-list-item--address::before {
  content: "\f041";
}

.info-list-item--phone::before {
  content: "\f095";
}

.info-list-item--email::before {
  content: "\f003";
}

.info-list-item--www::before {
  content: "\f0ac";
}

/* ------ balloon ------- */
#balloon {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  width: 355px;
  height: 200px;
  display: none;
}

#balloon_shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: none;
  width: 360px;
  height: 205px;
}

#balloon_content {
  height: 183px;
  background: white;
  color: #959595;
  font-size: 12px;
  padding: 10px;
  overflow: auto;
  border-top: 1px #c0c0c0 solid;
  border-left: 1px #c0c0c0 solid;
  border-right: 1px #c0c0c0 solid;
}

#balloon_content IMG {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

#balloon_content H3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
}

#balloon_content P {
  clear: right;
  margin-top: 0px;
  text-align: justify;
}

#balloon_footer {
  height: 16px;
  background: url("/img/balloon_footer.png") top left no-repeat;
}

.offer__row {
  padding: 20px;
}
.offer__row::before, .offer__row::after {
  display: table;
  content: " ";
}
.offer__row::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .offer__left {
    width: 50%;
    float: left;
    padding-right: 10px;
  }
  .offer__right {
    width: 50%;
    float: right;
    padding-left: 10px;
  }
}
.banner {
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}

.banner__billboard {
  margin: 0 0 0.75rem;
  text-align: center;
  border: none;
}

.banner__button img {
  border-radius: 0;
  max-width: 100%;
}

.banner__news {
  overflow: hidden;
}

.banner-top {
  margin: 10px 0;
}

.button__download {
  background: #d0dae3; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#d0dae3), to(#8c949a));
  background: -o-linear-gradient(top, #d0dae3 0%, #8c949a 100%);
  background: linear-gradient(to bottom, #d0dae3 0%, #8c949a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 0;
  font-size: 0.875rem;
  display: block;
  padding: 1rem;
  color: #fff;
  border: 1px solid #8c949a;
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
}
.button__download::before {
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1.7rem 1.7rem;
  border-color: transparent transparent #fff transparent;
  display: block;
  position: absolute;
  z-index: 1;
}
.button__download::after {
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1.5rem 1.5rem;
  border-color: transparent transparent #f88c00 transparent;
  display: block;
  position: absolute;
  z-index: 2;
}
.button__download.button__download--arrow-left {
  text-align: right;
}
.button__download.button__download--arrow-left::before {
  right: auto;
  left: 0;
  border-width: 1.7rem 0 0 1.7rem;
  border-color: transparent transparent transparent #fff;
}
.button__download.button__download--arrow-left::after {
  right: auto;
  left: 0;
  border-width: 1.5rem 0 0 1.5rem;
  border-color: transparent transparent transparent #f88c00;
}
.button__download:hover, .button__download:active, .button__download:focus {
  background: #f88c00; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f88c00), to(#c56f00));
  background: -o-linear-gradient(top, #f88c00 0%, #c56f00 100%);
  background: linear-gradient(to bottom, #f88c00 0%, #c56f00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  border-color: #c56f00;
}
.button__download:hover::after, .button__download:active::after, .button__download:focus::after {
  border-color: transparent transparent #8c949a transparent;
}
.button__download:hover.button__download--arrow-left::after, .button__download:active.button__download--arrow-left::after, .button__download:focus.button__download--arrow-left::after {
  border-color: transparent transparent transparent #8c949a;
}

.homepage__banners {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: none;
}
.homepage__banners::before, .homepage__banners::after {
  display: table;
  content: " ";
}
.homepage__banners::after {
  clear: both;
}
.homepage__banners .banner__button {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}
.homepage__banners .banner__button:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 23.75em) {
  .homepage__banners .banner__button {
    width: 50%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
  .homepage__banners .banner__button:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 40em) {
  .homepage__banners .banner__button {
    width: 33.3333333333%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
  .homepage__banners .banner__button:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 23.75em) {
  .homepage__banners .banner__button img {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .homepage__banners .banner__button img {
    max-width: 390px;
  }
}
.homepage__banners .banner__news {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}
.homepage__banners .banner__news:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 40em) {
  .homepage__banners .banner__news {
    width: 33.3333333333%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
  .homepage__banners .banner__news:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 23.75em) and (max-width: 39.9375em) {
  .homepage__banners > div.banner__button:first-child {
    padding-right: 0.5rem;
  }
  .homepage__banners > div.banner__button:nth-child(2n) {
    padding-left: 0.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .homepage__banners > div.banner__button {
    padding: 0 0.25rem;
  }
  .homepage__banners > div:first-child {
    padding: 0 0.5rem 0 0;
  }
  .homepage__banners > div:last-child {
    padding: 0 0 0 0.5rem;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .homepage__banners {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    max-width: none;
  }
  .homepage__banners::before, .homepage__banners::after {
    display: table;
    content: " ";
  }
  .homepage__banners::after {
    clear: both;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 39.9375em), screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 39.9375em), screen and (min-resolution: 192dpi) and (max-width: 39.9375em) {
  .homepage__banners .banner__button {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    padding: 0 !important;
  }
  .homepage__banners .banner__button:last-child:not(:first-child) {
    float: right;
  }
}
#HomepageSlider {
  border: 0px solid #d0dae3;
  background: #d0dae3;
  border-radius: 0;
  border-width: 4px 0;
  padding: 0;
  margin: 0 0 0.75rem;
}
#HomepageSlider .lazy[data-src] {
  height: 0;
}
@media print, screen and (min-width: 40em) {
  #HomepageSlider {
    border-width: 8px 0;
  }
}

.hpnews.container_responsive {
  height: 0;
  width: 100%;
  padding-top: 70.25%; /* 16:9 ratio */
  display: block;
  position: relative;
}
@media print, screen and (min-width: 23.75em) {
  .hpnews.container_responsive {
    padding-top: 40%;
  }
}
@media print, screen and (min-width: 40em) {
  .hpnews.container_responsive {
    padding-top: 56.25%; /* 16:9 ratio */
  }
}
.hpnews.container_responsive > div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 0px solid #d0dae3;
  border-width: 8px 0;
  background: #fff;
  border-radius: 0;
}

.hpnews-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-right: 20px;
}

#hpnews-prev,
#hpnews-next {
  position: absolute;
  right: 5px;
  z-index: 2;
}
#hpnews-prev span,
#hpnews-next span {
  display: none;
}
#hpnews-prev:hover,
#hpnews-next:hover {
  cursor: pointer;
}

#hpnews-prev {
  top: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #d0dae3;
}
#hpnews-prev:hover {
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #f88c00;
}

#hpnews-next {
  bottom: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #d0dae3 transparent transparent;
}
#hpnews-next:hover {
  display: block;
  width: 0;
  height: 0;
  border: inset 8px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #f88c00 transparent transparent;
}

#hpnews {
  color: #8c949a;
  padding: 10px 20px 30px 20px;
  position: absolute;
  left: 0px;
  top: 130px;
}

#hpnews-pubstart {
  font-size: 0.65rem;
  margin: 0;
}

#hpnews-title {
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin: 0.7rem 0;
  color: #8c949a;
}

#hpnews-link {
  font-size: 0.9rem;
  color: #8c949a;
}
#hpnews-link:hover {
  color: #f88c00;
}

.product-registration {
  background: #e6e6e6;
  border: 1px solid #e0e0e0;
  padding: 0.75rem;
}
.product-registration::before, .product-registration::after {
  display: table;
  content: " ";
}
.product-registration::after {
  clear: both;
}
.product-registration .search-box {
  width: 100%;
  max-width: 100%;
  border: none;
  text-align: left;
  margin: 0;
  float: none;
}
.product-registration .search-box a.search-box-toggle-anchor {
  color: #0a0a0a;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25;
  position: relative;
}
.product-registration .search-box-inner {
  color: #0a0a0a;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 0.75rem;
}
.product-registration form table, .product-registration form table td, .product-registration form table tr {
  background: none;
  padding: 0;
}
.product-registration form table td {
  padding-right: 0.75rem;
  color: #0a0a0a;
}
.product-registration form table .input-style {
  height: auto;
  padding: 0.25rem;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  margin: 0.25rem;
}
.product-registration form table .form-box__submit {
  color: #fff;
  background: #f88c00;
  border: 1px solid #c56f00;
  padding: 0.25rem;
  margin: 0.25rem;
  border-radius: 0;
}
.product-registration form table .form-box__submit:hover {
  background: #c56f00;
  cursor: pointer;
}

.button--logout {
  float: right;
  display: inline-block;
  padding: 0.25rem;
}

/* Dealer's account CSS */
.dealer-account .content--static {
  padding: 0.75rem;
}
.dealer-account .b2b-content-scroll {
  overflow-x: scroll;
  width: 100%;
}
.dealer-account .b2b-content-scroll-inner {
  min-width: 950px;
}
@media print, screen and (min-width: 64em) {
  .dealer-account .b2b-content-scroll {
    overflow-x: auto;
  }
}

p.b2b-header {
  text-align: right !important;
}

#b2b-content {
  font-size: 13px;
  line-height: 1.4;
}

.b2b-header {
  margin-top: 0px;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}

.b2b-header SPAN {
  font-size: 12px;
  font-weight: normal;
}

.b2b-mmenu {
  margin-bottom: 15px;
  border-bottom: 3px solid #f88c00;
}

.b2b-mmenu-button {
  float: left;
  width: 170px;
  width: auto;
  height: 26px;
  margin-left: 3px;
  margin-bottom: 0px;
}

.b2b-mmenu-button A {
  display: block;
  line-height: 26px;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background: #d0dae3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.b2b-mmenu-button A:hover, .b2b-mmenu-button-on A {
  background: #f88c00 !important;
}

.b2b-content {
  /* float: left; */
  width: 100%;
  margin-left: 0px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.sec-button {
  margin-left: 6px;
}

.first-button {
  margin-right: 6px;
}

.ralign {
  text-align: right;
}

.lalign {
  text-align: left;
}

.calign {
  text-align: center;
}

.to-right {
  margin-left: auto;
  margin-right: 0px;
}

#b2b-filter-form, #b2b-header-form, #b2b-newpr-form, #b2b-settings-form, #b2b-history-form, .b2b-form {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #eeeeee;
  padding-top: 0.5rem;
}

#b2b-header-form, #b2b-newpr-form {
  margin-bottom: 6px;
}

#b2b-filter-form, #b2b-context-form {
  margin-bottom: 10px;
}

.no-button-vspace {
  height: 6px;
}

#b2b-filter-form {
  background: #eee;
}
#b2b-filter-form table {
  border-collapse: collapse;
  margin: 0;
  width: auto;
}
#b2b-filter-form table, #b2b-filter-form thead, #b2b-filter-form tbody, #b2b-filter-form tr, #b2b-filter-form th, #b2b-filter-form td {
  background: none;
}
#b2b-filter-form th, #b2b-filter-form td {
  padding: 3px;
  vertical-align: middle;
  text-align: left;
}
#b2b-filter-form th {
  color: #444444;
  padding-bottom: 0px;
}
#b2b-filter-form .submit {
  padding: 0 0.5rem;
}

.calendar IMG {
  border: none;
}

.submit {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  min-width: 60px;
  padding: 0 0.5rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  color: #fff;
  background: #d0dae3; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#d0dae3), to(#8c949a));
  background: -o-linear-gradient(top, #d0dae3 0%, #8c949a 100%);
  background: linear-gradient(to bottom, #d0dae3 0%, #8c949a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.submit:hover, .submit:focus, .submit:active {
  color: #fff;
  background: #f88c00; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f88c00), to(#c56f00));
  background: -o-linear-gradient(top, #f88c00 0%, #c56f00 100%);
  background: linear-gradient(to bottom, #f88c00 0%, #c56f00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  cursor: pointer;
  text-decoration: none;
}
.submit.auto-width {
  min-width: none;
  padding: 0px 10px;
  text-transform: lowercase;
}

.b2b-titlebar {
  margin-top: 0px;
  background: #f88c00;
  padding: 3px;
  color: #fff;
  font-weight: bold;
}

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

#b2b-newpr-form {
  margin-top: 0px;
  margin-bottom: 6px;
}
#b2b-newpr-form .caption {
  width: 160px;
}
#b2b-newpr-form .value1 {
  width: 120px;
}
#b2b-newpr-form TABLE {
  color: #444444;
  border-collapse: collapse;
  width: 100%;
}

.silver {
  background-color: #d8d8d8;
}

#b2b-settings-form {
  background: #eee;
}
#b2b-settings-form table, #b2b-settings-form tbody, #b2b-settings-form tr, #b2b-settings-form td, #b2b-settings-form th {
  background: none;
}

#b2b-context-form TD, #b2b-settings-form TD {
  color: #444444;
}

#b2b-context-form SELECT {
  font-size: 12px;
}

#b2b-history-form {
  color: #444444;
  padding: 3px;
}

#b2b-history-form P {
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: left;
}

/* errors in form */
#b2b-content .error-message {
  display: none;
  color: #000;
}

#b2b-content .error input {
  border: 1px solid #af3e48;
}

#b2b-content .error .error-message {
  display: block;
  color: #af3e48;
}

.customer-form-checkbox + LABEL {
  color: #aaa;
}

.customer-form-checkbox:checked + LABEL {
  color: black;
}

.reg-customer-list tr:hover {
  cursor: pointer;
  background-color: #f5f5f5;
}

.reg-customer-list-tr-odd {
  background-color: #e9e9e9;
}

.reg-customer-list .reg-customer-list-tr-odd:hover {
  background-color: #ddd;
}

.list-actions .submit {
  height: auto;
  width: auto;
  line-height: 1.5;
  padding: 1px 5px;
  margin: 2px;
}

#b2b-content .error label {
  color: #af3e48;
}

.report-close {
  float: right;
  display: inline;
  padding: 5px;
}
.report-close * {
  display: inline;
}
.report-close select {
  border: 1px solid #ddd;
  border-radius: 3px;
  vertical-align: middle;
  width: 100px;
}
.report-close .submit {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}

.alert {
  padding: 10px;
  margin-bottom: 10px;
  background: #f0f0f0;
  border-radius: 2px;
}

.alert-danger {
  color: #b00;
  border-left: 5px solid #b00;
}

.alert-success {
  color: #232;
  border-left: 5px solid #070;
}

.alert-info {
  border-left: 5px solid #f88c00;
}

.btn--logout {
  float: right;
  font-weight: normal;
  margin-top: 4px;
  margin-bottom: 6px;
}

.dealer-login.is-loading {
  position: absolute;
}
.dealer-login.is-loading > .fa-user {
  opacity: 0;
}

.dealer-login.is-loading::after {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.dealer-login.is-loading::before {
  z-index: 3;
  top: 9px;
}

.login-box__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: none;
}
.login-box__wrapper.login-box--open {
  display: block;
}

.login-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 400px;
  height: auto;
  background: #eee;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #676767;
}
.login-box .intro {
  font-size: 13px;
}

.login-box__info {
  display: none;
}
.login-box__info .login-box__footer {
  text-align: left;
  padding-top: 1.5rem;
}

.login-box--loading .login-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/loading.gif) 50% 50% no-repeat rgba(255, 255, 255, 0.7);
}

#LoginBoxLogout {
  float: right;
}

.login-box--info .login-box__info {
  display: block;
}

.login-box__form {
  display: none;
}

.login-box--form .login-box__form {
  display: block;
}

.login-box .alert {
  font-size: 12px;
  background: #fff;
}

.login-box__header {
  padding: 1rem 1.5rem;
  background: #f88c00;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.login-box__content {
  padding: 1.5rem;
}
.login-box__content input:last-child {
  margin-bottom: 0;
}

.login-box__company {
  font-size: 12px;
  margin: 0;
  padding: 0 0 10px;
}

.login-box__user {
  color: #0a0a0a;
  font-size: 1rem;
  margin: 0;
  padding: 0.25rem 0;
  font-weight: bold;
}

.login-box__footer {
  text-align: right;
}

.btn.btn--primary {
  display: inline-block;
  padding: 0.5rem 2rem;
  background: #f88c00;
  color: #fff;
  cursor: pointer;
}
.btn.btn--primary:hover {
  background: #c56f00;
}

.btn[disabled] {
  opacity: 0.8;
}
.btn[disabled]:hover {
  cursor: not-allowed;
}

.btn.is-loading {
  padding-left: 2rem;
}

.is-loading {
  position: relative;
}

.is-loading::before {
  font-family: FontAwesome;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 10px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  content: "\f110" !important;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.shipment label {
  color: #444444;
  line-height: 1.2;
}
.shipment .shipment__header {
  line-height: 1.2;
}
.shipment .shipment__header input {
  margin-right: 5px !important;
}
.shipment .shipment__details {
  display: none;
}
.shipment.shipment--dropshipping .shipment__details {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.import__title {
  font-weight: bold;
  text-transform: uppercase;
  color: #f88c00;
}

.import-container {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #ddd;
}
.import-container .alert {
  margin: 0.2rem !important;
  line-height: 1.2;
}

.import-form .alert.alert-info {
  margin: 0.5rem 0 !important;
}

.import__type {
  background: #eee;
  padding: 0.25rem 0.75rem;
  margin: 0.25rem 0.25rem 0;
  line-height: 1.15;
}

.import__type:has(input[type=radio]:checked) {
  background: #f88c00;
  color: white;
}

.import__type:hover {
  cursor: pointer;
  background: #ddd;
}

.import__type input[type=radio] {
  margin: 0;
  margin-right: 0.25rem;
  display: none;
}

.import__title {
  padding: 0 0.5rem 0.5rem;
  margin: 0 0 0.5rem;
  border-bottom: 2px solid #eee;
}

.b2b__header {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  background: #f88c00;
  color: #fff;
  padding: 0.5rem;
}

.b2b__header--stockreport span {
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
}

.b2b--stockreport .in-focus td {
  background: #ddd;
  color: #000 !important;
}
.b2b--stockreport thead,
.b2b--stockreport tbody,
.b2b--stockreport tfoot {
  border: none;
}
.b2b--stockreport td {
  text-align: center;
  color: #777;
}
.b2b--stockreport th {
  text-align: center;
  background: #999;
  color: #fff;
  padding: 0.4rem;
}
.b2b--stockreport .text-left {
  text-align: left;
}
.b2b--stockreport .is-ok {
  color: green;
}
.b2b--stockreport .is-error {
  color: red;
}

.stock-quantity {
  padding: 0.2rem 0.4rem !important;
  width: 50px !important;
  text-align: right !important;
}

#b2b-content a:not(.btn) {
  color: #f88c00;
}

.tab-menu .tab-menu__item::first-child {
  border-left: none;
}
.tab-menu .tab-menu__item::last-child {
  border-right: none;
}

.tab-menu__item {
  color: #fff;
  background-color: #d0dae3;
  border: 1px solid #fff;
  border-width: 1px 1px 0px;
  text-transform: uppercase;
}
.tab-menu__item a {
  color: #fff;
  text-decoration: none !important;
  display: block;
  padding: 0.5rem;
}
.tab-menu__item:hover {
  background-color: #f88c00;
}

.tab-menu__item--on {
  background-color: #f88c00;
}

@media print, screen and (min-width: 40em) {
  .tab-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tab-menu__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
  }
}
.header--user {
  font-size: 1rem;
  font-weight: bold;
  display: block;
}

.header--company {
  font-size: 0.75rem;
  font-weight: normal;
  display: block;
}

#b2b-content .table {
  border-spacing: 0;
}
#b2b-content .table thead tr {
  background-color: #f88c00;
  color: #fff;
}
#b2b-content .table thead th {
  padding: 0.5rem;
  line-height: 1.2;
}

@media screen and (max-width: 63.9375em) {
  table.stack {
    border: none;
  }
  table.stack td:before {
    content: attr(data-label);
    display: inline-block;
    width: 40%;
    font-weight: bold;
    padding: 0.25rem 0.5rem;
  }
  table.stack td {
    text-align: left !important;
    border-bottom: 1px solid #dedede;
  }
  table.stack tr:nth-child(2n+1) td {
    border-bottom: 1px solid #eee;
  }
}
label {
  font-weight: bold;
}

.form-control {
  font-size: 0.75rem;
  line-height: 1.25;
  padding: 0.5rem 0.5rem;
  height: 2rem;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  display: inline-block;
}

select.form-control {
  padding-right: 1.5rem;
}

.form-control.auto-width {
  width: auto;
}

.form-element--dates .form-control {
  width: 48%;
}

.form-element--items .form-control {
  width: 48%;
}

.form-element--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.form-element--items .form-control, .form-element--items .btn {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.form-element--items .btn {
  margin: 0 0 0 0.25rem;
  heigth: 2rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.5rem 0.25rem;
}

.no-flexbox .form-element-items {
  display: block;
}

.b2b-titlebar {
  margin-top: 1rem;
  font-size: 0.875rem;
  padding: 0.5rem;
}

.datepicker--period {
  display: inline-block;
  width: 48%;
}

.datepicker--period:last-child {
  margin-left: 2%;
}

.btn {
  height: auto;
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: 1.25;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  margin: 0.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  color: #fff;
  background: #d0dae3; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#d0dae3), to(#8c949a));
  background: -o-linear-gradient(top, #d0dae3 0%, #8c949a 100%);
  background: linear-gradient(to bottom, #d0dae3 0%, #8c949a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.btn:hover, .btn:focus, .btn:active {
  color: #fff;
  background: #f88c00; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f88c00), to(#c56f00));
  background: -o-linear-gradient(top, #f88c00 0%, #c56f00 100%);
  background: linear-gradient(to bottom, #f88c00 0%, #c56f00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  cursor: pointer;
  text-decoration: none;
}

.input-btn {
  display: block;
  width: auto;
  font-size: 0.875rem;
}
.input-btn .input {
  display: block;
  margin: 0 0 0.5rem;
}
.input-btn .btn {
  display: block;
  margin: 0;
}

@media screen and (min-width: 23.75em) {
  .input-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0.5rem;
  }
  .input-btn .input, .input-btn .btn {
    height: 2rem;
    font-size: 0.875rem;
    line-height: 1rem;
    padding: 0.5rem;
    margin: 0;
  }
  .input-btn select.input {
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  }
  .input-btn .btn {
    padding: 0.5rem 1.5rem;
  }
  .no-flexbox .input-button {
    position: relative;
    height: 2rem;
    margin: 0 0 0.5rem;
  }
  .no-flexbox .input-button .input {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 150px);
  }
  .no-flexbox .input-button .btn {
    position: absolute;
    width: 150px;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 23.75em) {
  .input-group--context {
    position: relative;
    height: 2rem;
    margin: 0 0 0.5rem;
  }
  .input-group--context .input, .input-group--context .btn {
    height: 2rem;
    font-size: 0.875rem;
    line-height: 1rem;
    padding: 0.5rem;
  }
  .input-group--context select.input {
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  }
  .input-group--context .input {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 150px);
    margin: 0;
  }
  .input-group--context .btn {
    position: absolute;
    width: 150px;
    top: 0;
    right: 0;
    margin: 0;
  }
}
.account__header {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
}

.header--change-context {
  margin-top: 0.5rem;
}

.btn--block {
  display: block;
  height: auto;
  margin: 0;
}

.btn--100 {
  width: 100%;
}

.order-details {
  font-size: 0.875rem;
}
.order-details b {
  display: block;
}
.order-details .column, .order-details .columns {
  padding-top: 0.5rem;
}

.shipment__header {
  __padding: 0.5rem 0;
}
.shipment__header label {
  padding: 0.5rem 0.5rem 0.5rem 0;
}

.shipment__details label {
  padding-bottom: 0.25rem;
}

.list-actions .btn {
  _display: block;
}

.pag div {
  display: inline-block;
}

.lists-pages {
  text-align: center;
}
@media screen and (min-width: 40em) {
  .lists-pages {
    text-align: right;
  }
}
.lists-pages > div {
  display: inline-block;
}
.lists-pages .pages__item--current {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: 1.25;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  margin: 0.25rem;
  text-align: center;
  text-decoration: none;
  background: #e6e6e6;
  color: #444;
}

.report-payments .total td {
  font-weight: bold;
  border-bottom: #f88c00 solid 2px;
  background-color: #eeeeee;
}
@media screen and (max-width: 63.9375em) {
  .report-payments .total td {
    border-top: 1px solid #ccc;
  }
  .report-payments .total td:first-child {
    border-top: none;
  }
  .report-payments .total td:first-child,
  .report-payments .total {
    border-bottom: #f88c00 solid 2px !important;
  }
  .report-payments .td-empty {
    display: none;
  }
}

#brandsWrapper > div {
  float: left;
  width: 165px;
  overflow: hidden;
}

#brandsWrapper input {
  line-height: 1;
  margin: 0 0 0.25rem;
  padding: 0;
}

#brandsWrapper > div > label {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
  padding: 0.5rem 0.75rem 0.5rem 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1.1;
  color: #666;
}
#brandsWrapper > div > label:hover {
  color: #0a0a0a;
}

.b2b-form--customers .form-control {
  margin: 0 0 0.5rem;
  height: 2rem;
}
.b2b-form--customers .row:nth-child(2n+1) {
  margin: 0;
  background: #fff;
}
.b2b-form--customers label {
  margin-to: 0.5rem;
}
@media screen and (min-width: 40em) {
  .b2b-form--customers .form-control {
    margin: 0.5rem 0 0;
    height: 2rem;
  }
  .b2b-form--customers label {
    padding: 0.5rem;
    margin: 0.5rem 0;
  }
}

.prefix + #mobile {
  width: calc(100% - 30px);
}

.customer-details {
  padding-top: 0.5rem;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.b2b__header--stockreport {
  margin-top: 0.5rem;
}
.b2b__header--stockreport .stock-report--ending {
  display: block;
}
@media screen and (min-width: 40em) {
  .b2b__header--stockreport .stock-report--ending {
    float: right;
  }
}

.b2b-footer {
  padding: 1rem 0 0.5rem;
}

.auth-form .auth-form-reset {
  display: none;
}
.auth-form.auth-form--show-reset .auth-form-reset {
  display: block;
}
.auth-form.auth-form--show-reset .auth-form-login {
  display: none;
}

.message.message--error {
  color: red;
}
.message.message--success {
  color: green;
}

/** LEGACY BROWSERS **/
/** IE LT 9 **/
.ie-clearfix:after, .lt-ie9 .content:after {
  content: " ";
  display: table;
  clear: both;
}

.lt-ie9 * {
  -webkit-filter: none;
  filter: none;
}
.lt-ie9 .header-button__container {
  display: none !important;
}
.lt-ie9 .header {
  @extends .ie-clearfix;
  height: 100px !important;
}
.lt-ie9 #MainMenuContainer {
  display: block;
  height: 50px !important;
  margin: 20px 0 !important;
}
.lt-ie9 #MainMenuContainer #MenuMain > li {
  position: relative;
}
.lt-ie9 #MainMenuContainer #MenuMain > li ul {
  z-index: 9999;
  background: #ddd;
  border: 1px solid #bbb;
  color: #333;
  list-style-type: none;
}
.lt-ie9 #MainMenuContainer #MenuMain > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
}
.lt-ie9 #MainMenuContainer #MenuMain > li > ul li {
  position: relative;
}
.lt-ie9 #MainMenuContainer #MenuMain > li > ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.lt-ie9 #MainMenuContainer #MenuMain > li:hover > ul {
  display: block;
}
.lt-ie9 .content {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .lt-ie9 .content__sidebar {
    width: 33%;
    float: left;
  }
  .lt-ie9 .content__main {
    width: 60%;
    float: right;
  }
}
.lt-ie9 .header__cnlg {
  display: none;
}