@charset "UTF-8";
/*! Inventis styleguide v2.0.0 */
/*
 *   This one needs some explanation:
 *
 *   It might look weird at first but it's actually pretty logical: to get a number without its unit, you need to divide
 *   it by 1 of the same unit. To get 42 from 42em, you need to divide 42em by 1em.
 *
 *   So we divide our number by the same number multiplied by 0 to which we then add 1.
 *   With our example, here is what happen: 42em / 42em * 0 + 1, so 42em / 0em + 1 so, 42em / 1em so 42.
 */
/**
 * You can use font-smoothing best when using light text on a dark background
 * This only works on Mac OS X
 *
 * More info:
 * - http://www.intridea.com/blog/2014/5/8/better-font-smoothing-in-chrome-on-mac-os-x
 * - http://maximilianhoffmann.com/posts/better-font-rendering-on-osx
 */
/* ==========================================================================
   Variables
   ========================================================================== */
/* Responsive true/false */
/* Default sizes */
/* Colors */
/* Screen adaptive config */
/* Typography */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 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.
 */
/* Document
   ========================================================================== */
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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a, .link {
  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, .link:active,
a:hover,
.link:hover {
  outline-width: 0; }

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a, .mfp-preloader .link {
  color: #cccccc; }

.mfp-preloader a:hover, .mfp-preloader .link:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a, .mfp-preloader .link {
  color: #cccccc; }

.mfp-preloader a:hover, .mfp-preloader .link:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }
  .ie7 .ir {
    text-indent: -9999px; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/* MEDIUM & LARGE SCREEN - Hide element */
@media only screen and (min-width: 481px) and (max-width: 979px) {
  .small-only {
    display: none !important;
    visibility: hidden; } }
@media only screen and (min-width: 980px) {
  .small-only {
    display: none !important;
    visibility: hidden; } }
@media only screen and (max-width: 379px) {
  .medium-only {
    display: none !important;
    visibility: hidden; } }
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .medium-only {
    display: none !important;
    visibility: hidden; } }
@media only screen and (min-width: 980px) {
  .medium-only {
    display: none !important;
    visibility: hidden; } }
@media only screen and (max-width: 379px) {
  .large-only {
    display: none !important;
    visibility: hidden; } }
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .large-only {
    display: none !important;
    visibility: hidden; } }
@media only screen and (min-width: 481px) and (max-width: 979px) {
  .large-only {
    display: none !important;
    visibility: hidden; } }
/* SMALL SCREEN -  */
@media only screen and (max-width: 379px) {
  .mini__hidden {
    display: none !important;
    visibility: hidden; } }
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .small__hidden {
    display: none !important;
    visibility: hidden; } }
@media only screen and (min-width: 481px) and (max-width: 979px) {
  .medium__hidden {
    display: none !important;
    visibility: hidden; } }
@media only screen and (min-width: 980px) {
  .large__hidden {
    display: none !important;
    visibility: hidden; } }
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 * Allow the element to be focusable when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix, .filter-result__header, .jumbotron, .pagination, .pagination__holder {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */ }
  .clearfix:before, .filter-result__header:before, .jumbotron:before, .pagination:before, .pagination__holder:before, .clearfix:after, .filter-result__header:after, .jumbotron:after, .pagination:after, .pagination__holder:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .clearfix:after, .filter-result__header:after, .jumbotron:after, .pagination:after, .pagination__holder:after {
    clear: both; }
  .ie7 .clearfix, .ie7 .filter-result__header, .ie7 .jumbotron, .ie7 .pagination, .ie7 .pagination__holder {
    zoom: 1; }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    .clearfix .left, .filter-result__header .left, .jumbotron .left, .pagination .left, .pagination__holder .left {
      float: left; }
    .clearfix .right, .filter-result__header .right, .jumbotron .right, .pagination .right, .pagination__holder .right {
      float: right; } }
  @media only screen and (min-width: 980px) {
    .clearfix .left, .filter-result__header .left, .jumbotron .left, .pagination .left, .pagination__holder .left {
      float: left; }
    .clearfix .right, .filter-result__header .right, .jumbotron .right, .pagination .right, .pagination__holder .right {
      float: right; } }

.clear {
  clear: both; }

/* SMALL SCREEN - Change order of elements */
@media only screen and (max-width: 379px) {
  .small-ordering {
    display: table;
    width: 100%; }
    .small-ordering .small-first,
    .small-ordering .small-second,
    .small-ordering .small-third {
      float: none !important; }
    .small-ordering .small-first {
      display: table-header-group !important; }
    .small-ordering .second {
      display: table-row-group !important; }
    .small-ordering .third {
      display: table-footer-group !important; } }
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .small-ordering {
    display: table;
    width: 100%; }
    .small-ordering .small-first,
    .small-ordering .small-second,
    .small-ordering .small-third {
      float: none !important; }
    .small-ordering .small-first {
      display: table-header-group !important; }
    .small-ordering .second {
      display: table-row-group !important; }
    .small-ordering .third {
      display: table-footer-group !important; } }
.clear-list-style {
  list-style: none;
  margin: 0;
  padding: 0; }
  .clear-list-style li {
    display: inline-block;
    margin: 0; }

@font-face {
  font-family: 'League Spartan';
  src: url("../fonts/leaguespartan-bold.eot");
  src: url("../fonts/leaguespartan-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/leaguespartan-bold.woff2") format("woff2"), url("../fonts/leaguespartan-bold.woff") format("woff"), url("../fonts/leaguespartan-bold.ttf") format("truetype"), url("../fonts/leaguespartan-bold.svg#league_spartanbold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'inv-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal; }
[data-content] {
  content: attr(data-content);
  speak: none; }

.icon, .download-list__content li:before, .download-list__content li .before, .filter__has-more__trigger .filter__has-more__icon:before, .filter__has-more__trigger--open .filter__has-more__icon:before, .filter__pannel-title:before, .filter__tag:after, .img-hover:after, .img-hover--alt:after, .img-hover .after, .img-hover--alt .after, .link--more:after, .link--more .after, .pagination__previous:before, .pagination__previous.before, .pagination__next:after, .pagination__next.after, .tip-box__tip:before, .tip-box__tip .before,
.icon-content:before,
.icon-content.before,
.icon-content:after,
.icon-content.after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-family: "inv-icons", "Lato", Arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .icon, .download-list__content li:before, .download-list__content li .before, .filter__has-more__trigger .filter__has-more__icon:before, .filter__has-more__trigger--open .filter__has-more__icon:before, .filter__pannel-title:before, .filter__tag:after, .img-hover:after, .img-hover--alt:after, .img-hover .after, .img-hover--alt .after, .link--more:after, .link--more .after, .pagination__previous:before, .pagination__previous.before, .pagination__next:after, .pagination__next.after, .tip-box__tip:before, .tip-box__tip .before,
    .icon-content:before,
    .icon-content.before,
    .icon-content:after,
    .icon-content.after {
      -webkit-font-smoothing: subpixel-antialiased;
      -moz-osx-font-smoothing: auto; } }

.icon--arrow-down:before,
.icon-content--arrow-down,
.filter__has-more__trigger .filter__has-more__icon:before,
.filter__pannel-title:before {
  content: ""; }

.icon--arrow-left:before,
.icon-content--arrow-left {
  content: ""; }

.icon--arrow-right:before,
.icon-content--arrow-right,
.link--more:after,
.link--more .after {
  content: ""; }

.icon--arrow-up:before,
.icon-content--arrow-up,
.filter__has-more__trigger--open .filter__has-more__icon:before,
.filter__pannel-title--open:before {
  content: ""; }

.icon--arrow:before,
.icon-content--arrow {
  content: ""; }

.icon--calendar:before,
.icon-content--calendar {
  content: ""; }

.icon--check:before,
.icon-content--check {
  content: ""; }

.icon--cross:before,
.icon-content--cross,
.filter__tag:after {
  content: ""; }

.icon--download:before, .download-list__content li:before, .download-list__content li .before:before,
.icon-content--download {
  content: ""; }

.icon--external:before,
.icon-content--external {
  content: ""; }

.icon--file:before,
.icon-content--file {
  content: ""; }

.icon--info:before, .tip-box__tip:before, .tip-box__tip .before:before,
.icon-content--info {
  content: ""; }

.icon--larr:before,
.icon-content--larr,
.pagination__previous:before,
.pagination__previous.before {
  content: ""; }

.icon--magnifier:before,
.icon-content--magnifier {
  content: ""; }

.icon--mail:before,
.icon-content--mail {
  content: ""; }

.icon--menu:before,
.icon-content--menu {
  content: ""; }

.icon--pin:before,
.icon-content--pin {
  content: ""; }

.icon--rarr:before,
.icon-content--rarr,
.pagination__next:after,
.pagination__next.after {
  content: ""; }

.icon--tel:before,
.icon-content--tel {
  content: ""; }

.icon--warning:before,
.icon-content--warning {
  content: ""; }

/* TYPOGRAPHY */
/* All typography components */
/* Horizontal rule */
hr {
  display: block;
  height: 1px;
  padding: 0;
  border: 0;
  border-top: 1px solid; }
  @media only screen and (min-width: 980px) {
    hr {
      margin: 0 0 1.875rem 0; } }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    hr {
      margin: 0 0 1.25rem 0; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    hr {
      margin: 0 0 0.625rem 0; } }
  @media only screen and (max-width: 379px) {
    hr {
      margin: 0 0 0.625rem 0; } }

/* Defaults */
a, .link {
  color: #8ecb2f;
  text-decoration: none; }
  a:hover, .link:hover, a:focus, .link:focus {
    text-decoration: underline; }

/* list */
.list {
  max-width: 53rem;
  list-style: none;
  margin-bottom: 2em;
  padding-left: 0;
  display: table;
  font-size: 16px;
  color: #4e4847; }
  .list li {
    display: table-row;
    line-height: 1.5;
    margin-top: .75em;
    margin-bottom: .75em; }
    .list li:before {
      display: table-cell;
      padding-right: 0.4em; }
    .list li:after {
      content: "";
      display: block;
      margin-bottom: 0.5em; }
  .list.-aside {
    padding-left: 2rem; }

ul.list li:before {
  content: '\2022'; }

ol.list li {
  counter-increment: table-ol; }
  ol.list li:before {
    content: counter(table-ol) ".";
    text-align: right; }

[class*="styleguide__title-"] + .list,
h1 + .list,
h2 + .list,
h3 + .list,
h4 + .list,
h5 + .list,
h6 + .list,
p + .list {
  margin-top: 0; }

/* Variables */
/* Tables */
.table {
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  @media only screen and (min-width: 980px) {
    .table {
      margin: 0 0 1.875rem 0; } }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    .table {
      margin: 0 0 1.25rem 0; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .table {
      margin: 0 0 0.625rem 0; } }
  @media only screen and (max-width: 379px) {
    .table {
      margin: 0 0 0.625rem 0; } }
  .table tr:nth-child(even) {
    background-color: #f9f9f9; }
  .table th, .table td {
    padding: 0.5rem;
    border: 1px solid transparent; }
  .table th {
    background: #e9e9e9;
    vertical-align: middle;
    text-align: center; }
  .table tbody th, .table tbody td {
    vertical-align: top;
    text-align: left; }
  .table ul, .table ol {
    padding-left: 1rem; }
  @media only screen and (max-width: 379px) {
    .table {
      display: block;
      position: relative;
      border-collapse: collapse;
      border-spacing: 0; }
      .table th, .table td {
        margin: 0;
        vertical-align: top; }
        .table th:last-child, .table td:last-child {
          border-bottom: 1px solid transparent; }
      .table th {
        text-align: left;
        display: block;
        border-right: 0; }
      .table thead {
        display: block;
        float: left; }
        .table thead tr {
          display: block;
          margin: 0;
          padding: 0; }
      .table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap; }
        .table tbody tr {
          display: inline-block;
          vertical-align: top;
          border-left: 1px solid transparent; }
      .table td {
        display: block;
        min-height: 1.25em;
        text-align: left; }
      .table th {
        border-bottom: 0;
        border-left: 0; }
      .table td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .table {
      display: block;
      position: relative;
      border-collapse: collapse;
      border-spacing: 0; }
      .table th, .table td {
        margin: 0;
        vertical-align: top; }
        .table th:last-child, .table td:last-child {
          border-bottom: 1px solid transparent; }
      .table th {
        text-align: left;
        display: block;
        border-right: 0; }
      .table thead {
        display: block;
        float: left; }
        .table thead tr {
          display: block;
          margin: 0;
          padding: 0; }
      .table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap; }
        .table tbody tr {
          display: inline-block;
          vertical-align: top;
          border-left: 1px solid transparent; }
      .table td {
        display: block;
        min-height: 1.25em;
        text-align: left; }
      .table th {
        border-bottom: 0;
        border-left: 0; }
      .table td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0; } }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    .table {
      display: block;
      position: relative;
      border-collapse: collapse;
      border-spacing: 0; }
      .table th, .table td {
        margin: 0;
        vertical-align: top; }
        .table th:last-child, .table td:last-child {
          border-bottom: 1px solid transparent; }
      .table th {
        text-align: left;
        display: block;
        border-right: 0; }
      .table thead {
        display: block;
        float: left; }
        .table thead tr {
          display: block;
          margin: 0;
          padding: 0; }
      .table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap; }
        .table tbody tr {
          display: inline-block;
          vertical-align: top;
          border-left: 1px solid transparent; }
      .table td {
        display: block;
        min-height: 1.25em;
        text-align: left; }
      .table th {
        border-bottom: 0;
        border-left: 0; }
      .table td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0; } }

.table__td--padded-left {
  padding-left: 20px; }

/* Titles */
.title-1, h1,
.title-2,
h2,
.title-3,
h3,
.title-4,
h4,
.title-5,
h5,
.title-6,
h6 {
  color: #000000;
  margin: 0 0 .5rem 0;
  line-height: 1.25;
  display: block;
  font-family: "Arvo", "Lato", Arial, sans-serif;
  text-transform: none; }
  .title-1 a, h1 a, .title-1 .link, h1 .link,
  .title-2 a,
  h2 a,
  .title-2 .link,
  h2 .link,
  .title-3 a,
  h3 a,
  .title-3 .link,
  h3 .link,
  .title-4 a,
  h4 a,
  .title-4 .link,
  h4 .link,
  .title-5 a,
  h5 a,
  .title-5 .link,
  h5 .link,
  .title-6 a,
  h6 a,
  .title-6 .link,
  h6 .link {
    text-decoration: none;
    color: inherit; }

.title-display {
  font-size: 52px;
  line-height: 68px;
  margin-bottom: 0.67rem; }

.title-1, h1 {
  font-size: 36px;
  line-height: 30px;
  letter-spacing: -1px;
  margin-bottom: 4rem;
  font-weight: 400; }

.title-2, h2 {
  font-family: "Lato", Arial, sans-serif;
  color: #5c5b56;
  font-size: 20px;
  line-height: 39px;
  font-weight: 400; }

.title-3, h3 {
  font-size: 20px;
  line-height: 30px;
  color: #6b4a44;
  margin-bottom: 3rem;
  font-weight: 400; }

.title-4, h4 {
  font-size: 18px;
  line-height: 30px;
  font-family: "Lato", Arial, sans-serif;
  color: #63625a;
  font-weight: 600; }

.title-5, h5 {
  font-size: 14px;
  line-height: 20px; }

.title-6, h6 {
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase; }

.title--bordered:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 8px; }

.title--style-bordered {
  border-bottom: 1px solid #5b616b;
  padding-bottom: .8rem; }

/* ==========================================================================
   Global layout: header & footer
   ========================================================================== */
html, body {
  min-width: 320px;
  width: 100%;
  font-family: "Lato", Arial, sans-serif; }

html {
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.5;
  overflow-x: hidden;
  margin: 0 auto; }

body {
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
  overflow-y: hidden;
  min-width: 320px;
  word-wrap: break-word; }

[data-component-config] {
  display: none; }

/* ASIDE */
.aside__title {
  padding-left: 2rem; }

.aside__social {
  padding-left: 2rem;
  margin-bottom: 2rem;
  font-size: 16px;
  color: #4e4847; }
  .aside__social svg {
    vertical-align: middle;
    fill: #3a589b;
    width: 35px;
    height: 35px;
    margin-right: 10px; }

/* BODY */
.body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

/* BOX */
.box {
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px; }
  .box > *:last-child {
    margin-bottom: 0; }
  .box.-rounded {
    border-radius: 5px; }

.box--purple {
  background: #5c2d91; }

.box--blue {
  background: #1a94ff; }

.box--white {
  background: #ffffff; }

.box--gray {
  background: #d6d4cb; }

.box--gray-2 {
  background: #edece8; }

.box--gray-3 {
  background: #7b7a78; }

.box--gray-4 {
  background: #5c5b56; }

.box--gray-5 {
  background: #3b3b3a; }

.box--gray-6 {
  background: #4e4847; }

.box--gray-7 {
  background: #a39d9c; }

.box--gray-8 {
  background: #fafaf9; }

.box--brown {
  background: #d3bf9d; }

.box--brown-2 {
  background: #735049; }

.box--brown-3 {
  background: #3d2d2a; }

.box--brown-4 {
  background: #e9e9e5; }

.box--brown-5 {
  background: #b9b6a8; }

.box--brown-6 {
  background: #6b4a44; }

.box--brown-7 {
  background: #63625a; }

.box--brown-8 {
  background: #aeac9d; }

.box--black {
  background: #000000; }

.box--red {
  background: #8d313d; }

.box--green {
  background: #8ecb2f; }

.box--green-2 {
  background: #a7d85b; }

.box--facebook {
  background: #3a589b; }

/* BREADCRUMBS */
.breadcrumbs {
  box-sizing: border-box;
  width: auto;
  margin: 0;
  padding: 10px 0 20px 0; }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    .breadcrumbs {
      padding: 10px 0 50px 0; } }
  @media only screen and (min-width: 980px) {
    .breadcrumbs {
      padding: 10px 0 50px 0; } }

.breadcrumb-container {
  box-sizing: border-box;
  position: relative;
  z-index: 33;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media only screen and (min-width: 980px) {
    .breadcrumb-container {
      padding-left: 35px;
      padding-right: 35px;
      margin-bottom: -82px; } }

.breadcrumb-container--inverted {
  margin-bottom: -82px; }

.breadcrumbs__content {
  font-size: 13px;
  line-height: 1.25;
  font-weight: 400;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none; }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    .breadcrumbs__content {
      font-size: 16px; } }
  @media only screen and (min-width: 980px) {
    .breadcrumbs__content {
      font-size: 16px; } }

.breadcrumb__item {
  font-size: 17px;
  line-height: 1.25;
  display: inline-block;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400; }
  .breadcrumb__item:before {
    display: none; }
  .breadcrumb__item > a, .breadcrumb__item > .link {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    text-decoration: none;
    font-weight: 700;
    color: #000000; }
    .breadcrumb__item > a:hover, .breadcrumb__item > .link:hover, .breadcrumb__item > a:focus, .breadcrumb__item > .link:focus {
      text-decoration: underline; }
    @media only screen and (max-width: 379px) {
      .breadcrumb__item > a, .breadcrumb__item > .link {
        font-size: 13px;
        vertical-align: bottom;
        display: inline-block; } }
    @media only screen and (min-width: 380px) and (max-width: 480px) {
      .breadcrumb__item > a, .breadcrumb__item > .link {
        font-size: 13px;
        vertical-align: bottom;
        display: inline-block; } }
  @media only screen and (max-width: 379px) {
    .breadcrumb__item {
      font-size: 13px; }
      .breadcrumb__item:not(.breadcrumb__item--filler) {
        display: none; }
      .breadcrumb__item:first-child, .breadcrumb__item:last-child, .breadcrumb__item:nth-last-child(2) {
        display: inline-block; }
        .breadcrumb__item:first-child > .breadcrumbs__icon, .breadcrumb__item:last-child > .breadcrumbs__icon, .breadcrumb__item:nth-last-child(2) > .breadcrumbs__icon {
          display: inline-block; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .breadcrumb__item {
      font-size: 13px; }
      .breadcrumb__item:not(.breadcrumb__item--filler) {
        display: none; }
      .breadcrumb__item:first-child, .breadcrumb__item:last-child, .breadcrumb__item:nth-last-child(2) {
        display: inline-block; }
        .breadcrumb__item:first-child > .breadcrumbs__icon, .breadcrumb__item:last-child > .breadcrumbs__icon, .breadcrumb__item:nth-last-child(2) > .breadcrumbs__icon {
          display: inline-block; } }

.breadcrumb__current {
  display: inline-block; }

@media only screen and (min-width: 481px) and (max-width: 979px) {
  .breadcrumb__item--filler {
    display: none; } }
@media only screen and (min-width: 980px) {
  .breadcrumb__item--filler {
    display: none; } }

.breadcrumbs__icon {
  position: relative;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  color: #000000;
  top: 0;
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px; }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    .breadcrumbs__icon {
      font-size: 18px;
      top: 0px;
      margin-left: 7px;
      margin-right: 7px; } }
  @media only screen and (min-width: 980px) {
    .breadcrumbs__icon {
      font-size: 18px;
      top: 0px;
      margin-left: 7px;
      margin-right: 7px; } }

.breadcrumbs--inverted .breadcrumb__item,
.breadcrumbs--inverted .breadcrumb__item > a,
.breadcrumbs--inverted .breadcrumb__item > .link,
.breadcrumbs--inverted .breadcrumbs__icon {
  color: #ffffff; }

/*
 * Help us to create a better world and kill the old browsers (<= IE 7)
 */
.browse-happy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 1em; }

/* Button */
.button {
  transition: background .2s ease;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  color: #ffffff;
  background: #8ecb2f;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle; }

.button {
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 13px 17px;
  background: #8ecb2f;
  color: #ffffff; }
  .button:hover, .button:focus {
    background: #80b62a;
    color: #ffffff; }
  .button:active {
    background: #71a225;
    color: #ffffff; }
  .button.-secondary {
    background: #8ecb2f;
    color: #ffffff; }
    .button.-secondary:hover, .button.-secondary:focus {
      background: #80b62a;
      color: #ffffff; }
    .button.-secondary:active {
      background: #71a225;
      color: #ffffff; }
  .button.-full-width {
    width: 100%;
    text-align: center; }
  .button.-no-style, .button.-menu, .button.-search, .button.-no-style:hover, .button.-menu:hover, .button.-search:hover, .button.-no-style:focus, .button.-menu:focus, .button.-search:focus {
    border-radius: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    font-weight: 400; }
  .button.-loading[disabled] {
    position: relative;
    color: transparent; }
    .button.-loading[disabled]:hover, .button.-loading[disabled]:focus {
      color: transparent; }
    .button.-loading[disabled]:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 40px;
      height: 40px;
      margin: -20px -20px;
      background-color: #ffffff;
      border-radius: 100%;
      animation: scaleout 1.0s infinite ease-in-out; }
  .button.-menu {
    margin-top: 3.5rem; }
    .button.-menu svg {
      width: 24px;
      height: 24px;
      fill: #ffffff;
      -webkit-filter: drop-shadow(0px 2px 2px black);
      filter: drop-shadow(0px 2px 2px black); }
    .button.-menu:hover, .button.-menu:focus {
      margin-top: 3.5rem; }
    @media only screen and (min-width: 980px) {
      .button.-menu {
        display: none; } }
  .button.-search {
    transform-style: preserve-3d;
    padding: 3px;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 0; }
    .button.-search:before {
      transition: all .3s ease;
      transform-style: preserve-3d;
      content: '';
      display: block;
      position: absolute;
      top: 2px;
      right: 2px;
      bottom: 2px;
      left: 50%;
      background: transparent;
      opacity: 0;
      z-index: -1; }
    .button.-search svg {
      transition: all .3s ease;
      width: 18px;
      height: 19px;
      padding: 8px; }
    .button.-search:hover, .button.-search:focus {
      padding: 3px; }
      .button.-search:hover:before, .button.-search:focus:before {
        background: #8ecb2f;
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        opacity: 1; }
  .button.-subscribe-box {
    box-sizing: border-box;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 0;
    position: relative;
    padding-right: 50px;
    padding-bottom: 11px;
    padding-top: 14px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    background: #b9b6a8 url("../images/wood-pattern.png") center center repeat;
    border-bottom: 2px solid #92957c; }
    .button.-subscribe-box:after {
      content: '';
      background: #d6d4cb;
      width: 33px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: -2px;
      z-index: 0;
      border-left: 1px solid rgba(142, 203, 47, 0.25);
      border-bottom: 2px solid #b5baa2; }
    .button.-subscribe-box:hover:after, .button.-subscribe-box:focus:after {
      background: #8ecb2f;
      border-bottom: 2px solid rgba(0, 0, 0, 0.1);
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
    .button.-subscribe-box:active {
      border-top: 2px solid #92957c;
      border-bottom: 0;
      top: 2px;
      padding-top: 12px;
      padding-bottom: 13px; }
      .button.-subscribe-box:active:after {
        border-top: 2px solid rgba(0, 0, 0, 0.1);
        border-bottom: 0;
        bottom: 0;
        top: -2px; }
    .button.-subscribe-box svg {
      position: absolute;
      z-index: 1;
      top: 50%;
      right: 10px;
      margin-top: -6px;
      fill: #ffffff;
      width: 12px;
      height: 12px;
      -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5)); }
  .button.-textured {
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 0;
    position: relative;
    padding-bottom: 11px;
    padding-top: 14px;
    font-size: 14px;
    font-weight: 900;
    background: #8ecb2f url("../images/wood-green.png") center center repeat;
    border-bottom: 2px solid #92957c;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25); }
    .button.-textured:hover, .button.-textured:focus {
      color: #e9e9e5; }
    .button.-textured:active {
      border-top: 2px solid #92957c;
      border-bottom: 0;
      top: 2px;
      padding-top: 12px;
      padding-bottom: 13px; }
  .button.-cart {
    box-sizing: border-box;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 2px;
    position: relative;
    padding-left: 50px;
    padding-bottom: 13px;
    padding-top: 13px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    background: #8ecb2f;
    margin-left: 18px; }
    .button.-cart:before {
      content: '';
      background: #a7d85b;
      width: 40px;
      border-radius: 2px 0 0 2px;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      z-index: 0; }
    .button.-cart:hover, .button.-cart:focus {
      background: #a7d85b; }
    .button.-cart svg {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 12px;
      margin-top: -7px;
      fill: #ffffff;
      width: 17px;
      height: 15px;
      -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5)); }
  .button.-delete {
    box-sizing: border-box;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 2px;
    position: relative;
    padding-bottom: 13px;
    padding-top: 13px;
    text-decoration: none;
    background: #8d313d;
    margin-left: 18px; }
    .button.-delete svg {
      display: inline-block;
      vertical-align: middle;
      fill: #ffffff;
      width: 17px;
      height: 15px;
      -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5)); }
    .button.-delete:hover, .button.-delete:focus {
      background: #a03845; }
  .button.-icon-right {
    box-sizing: border-box;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 0;
    position: relative;
    padding-right: 50px;
    padding-bottom: 11px;
    padding-top: 14px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
    .button.-icon-right:after {
      content: '';
      background: rgba(255, 255, 255, 0.25);
      width: 33px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: -2px;
      z-index: 0;
      border-left: 1px solid rgba(142, 203, 47, 0.25);
      border-bottom: 2px solid rgba(0, 0, 0, 0.05); }
    .button.-icon-right:hover:after, .button.-icon-right:focus:after {
      background: #8ecb2f;
      border-bottom: 2px solid rgba(0, 0, 0, 0.1);
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
    .button.-icon-right:active {
      border-top: 2px solid rgba(0, 0, 0, 0.2);
      border-bottom: 0;
      top: 2px;
      padding-top: 12px;
      padding-bottom: 13px; }
      .button.-icon-right:active:after {
        border-top: 2px solid rgba(0, 0, 0, 0.1);
        border-bottom: 0;
        bottom: 0;
        top: -2px; }
    .button.-icon-right svg {
      position: absolute;
      z-index: 1;
      top: 50%;
      right: 10px;
      margin-top: -6px;
      fill: #ffffff;
      width: 12px;
      height: 12px;
      -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5)); }

@keyframes scaleout {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }
/* CALL-TO-ACTION */
.call-to-action {
  display: block;
  position: relative;
  background: #8ecb2f;
  padding-top: 30px;
  padding-bottom: 30px;
  clear: both;
  float: none;
  overflow: hidden; }

.call-to-action__content {
  background: #edece8;
  padding: 3rem;
  float: right;
  max-width: 43rem;
  box-shadow: -17px 0 38px rgba(0, 0, 0, 0.55); }

/* color */
.color--purple {
  background: #5c2d91; }

.color--blue {
  background: #1a94ff; }

.color--white {
  background: #ffffff; }

.color--gray {
  background: #d6d4cb; }

.color--gray-2 {
  background: #edece8; }

.color--gray-3 {
  background: #7b7a78; }

.color--gray-4 {
  background: #5c5b56; }

.color--gray-5 {
  background: #3b3b3a; }

.color--gray-6 {
  background: #4e4847; }

.color--gray-7 {
  background: #a39d9c; }

.color--gray-8 {
  background: #fafaf9; }

.color--brown {
  background: #d3bf9d; }

.color--brown-2 {
  background: #735049; }

.color--brown-3 {
  background: #3d2d2a; }

.color--brown-4 {
  background: #e9e9e5; }

.color--brown-5 {
  background: #b9b6a8; }

.color--brown-6 {
  background: #6b4a44; }

.color--brown-7 {
  background: #63625a; }

.color--brown-8 {
  background: #aeac9d; }

.color--black {
  background: #000000; }

.color--red {
  background: #8d313d; }

.color--green {
  background: #8ecb2f; }

.color--green-2 {
  background: #a7d85b; }

.color--facebook {
  background: #3a589b; }

/* CONTENT */
.content {
  box-sizing: border-box;
  transition: all .3s ease;
  transform-style: preserve-3d;
  width: 100%;
  max-width: 100%;
  max-height: 0;
  overflow: hidden; }
  .content.-active {
    max-height: 1000px; }

/* COPY */
.copy {
  display: inline-block;
  color: #d6d4cb;
  font-size: 16px;
  margin-right: 4rem; }
  @media only screen and (max-width: 379px) {
    .copy {
      display: inline; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .copy {
      display: inline; } }

/* Download List */
.download-list {
  margin-bottom: 1.875rem; }

.download-list__title {
  margin-bottom: 20px;
  font-family: "Lato", Arial, sans-serif; }

.download-list__content {
  margin: 0;
  padding: 0;
  list-style: none; }
  .download-list__content li {
    position: relative;
    margin: 0;
    padding: 0 0 0 28px; }
    .download-list__content li:before, .download-list__content li .before {
      position: absolute;
      left: 0;
      top: 4px;
      font-size: 20px; }

/* DOWNLOAD */
.download {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0.8rem; }
  .download > * {
    display: inline-block;
    vertical-align: middle; }

.download__tag {
  display: inline-block;
  color: #7b7a78;
  background: #edece8;
  padding: 4px 5px;
  font-size: 12px;
  font-weight: 900;
  border-radius: 2px;
  margin-right: 1rem; }

/* Fast-Contact */
.fast-contact {
  display: block;
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.5rem;
  color: #d3bf9d; }
  @media only screen and (max-width: 379px) {
    .fast-contact {
      text-align: center;
      padding: 1rem 0; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .fast-contact {
      text-align: center;
      padding: 1rem 0; } }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    .fast-contact {
      text-align: center;
      padding: 1rem 0; } }
  @media only screen and (min-width: 980px) {
    .fast-contact {
      float: left;
      position: absolute;
      top: -15.5rem;
      left: 0rem;
      color: #d6d4cb; } }

.fast-contact__link {
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  color: #d3bf9d;
  padding-left: 1rem; }
  .fast-contact__link:hover, .fast-contact__link:focus {
    text-decoration: underline; }
  @media only screen and (min-width: 980px) {
    .fast-contact__link {
      color: #ffffff; } }

/* Figure */
.figure {
  max-width: 74rem;
  width: 100%;
  float: none;
  margin: 0;
  margin-bottom: 20px; }
  .figure a, .figure .link,
  .figure img {
    border: 1px solid #d6d4cb; }

/* Is used by developer */
@media only screen and (min-width: 980px) {
  .figure--v-large__left img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; }

  .figure--v-large__right img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px; } }
@media only screen and (min-width: 481px) and (max-width: 979px) {
  .figure--v-medium__left img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; }

  .figure--v-medium__right img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px; } }
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .figure--v-small__left img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; }

  .figure--v-small__right img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px; } }
@media only screen and (max-width: 379px) {
  .figure--v-mini__left img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; }

  .figure--v-mini__right img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px; } }
/* Is used by the webadmin */
@media only screen and (min-width: 481px) and (max-width: 979px) {
  .figure.-left a.img, .figure.-left .img.link,
  .figure.-left a.img--alt,
  .figure.-left .img--alt.link,
  .figure.-left img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; } }
@media only screen and (min-width: 980px) {
  .figure.-left a.img, .figure.-left .img.link,
  .figure.-left a.img--alt,
  .figure.-left .img--alt.link,
  .figure.-left img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; } }

@media only screen and (min-width: 481px) and (max-width: 979px) {
  .figure.-right a.img, .figure.-right .img.link,
  .figure.-right a.img--alt,
  .figure.-right .img--alt.link,
  .figure.-right img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px; } }
@media only screen and (min-width: 980px) {
  .figure.-right a.img, .figure.-right .img.link,
  .figure.-right a.img--alt,
  .figure.-right .img--alt.link,
  .figure.-right img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px; } }

.figure.-center {
  clear: both; }
  @media only screen and (min-width: 980px) {
    .figure.-center {
      margin: 0 0 1.875rem 0; } }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    .figure.-center {
      margin: 0 0 1.25rem 0; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .figure.-center {
      margin: 0 0 0.625rem 0; } }
  @media only screen and (max-width: 379px) {
    .figure.-center {
      margin: 0 0 0.625rem 0; } }
  .figure.-center a.img, .figure.-center .img.link,
  .figure.-center a.img--alt,
  .figure.-center .img--alt.link,
  .figure.-center img {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px; }

/* Filter-Result imports*/
/* Filter-result Header */
.filter-result__header {
  border-bottom: 1px solid #d6d6d7;
  margin-bottom: 20px;
  padding-bottom: 10px; }
  .filter-result__header [class*="title-"] {
    margin-bottom: 0;
    font-family: "Arvo", "Lato", Arial, sans-serif;
    font-weight: 700; }

/* Filter-Result */
.filter-results {
  position: relative;
  left: 0; }

@media only screen and (max-width: 379px) {
  .filter-results--active {
    left: 270px; } }
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .filter-results--active {
    left: 270px; } }
@media only screen and (min-width: 481px) and (max-width: 979px) {
  .filter-results--active {
    left: 270px; } }

/* Filter Imports */
/* FILTER__BODY */
.filter__body {
  border: 1px solid #e4e5e7; }

/* FILTER__ENTRY */
.filter__entry {
  position: relative; }

.filter__entry--disabled,
.filter__entry--disabled .filter__field,
.filter__entry--disabled .filter__label {
  cursor: default;
  color: #d6d4cb; }
  .filter__entry--disabled::-webkit-input-placeholder,
  .filter__entry--disabled .filter__field::-webkit-input-placeholder,
  .filter__entry--disabled .filter__label::-webkit-input-placeholder {
    color: #d6d4cb; }
  .filter__entry--disabled:-moz-placeholder,
  .filter__entry--disabled .filter__field:-moz-placeholder,
  .filter__entry--disabled .filter__label:-moz-placeholder {
    color: #d6d4cb; }
  .filter__entry--disabled::-moz-placeholder,
  .filter__entry--disabled .filter__field::-moz-placeholder,
  .filter__entry--disabled .filter__label::-moz-placeholder {
    color: #d6d4cb; }
  .filter__entry--disabled:-ms-input-placeholder,
  .filter__entry--disabled .filter__field:-ms-input-placeholder,
  .filter__entry--disabled .filter__label:-ms-input-placeholder {
    color: #d6d4cb; }
  .filter__entry--disabled.placeholder,
  .filter__entry--disabled .filter__field.placeholder,
  .filter__entry--disabled .filter__label.placeholder {
    color: #d6d4cb; }
.filter__entry--disabled .filter__label--checkbox:before, .filter__entry--disabled .filter__label--checkbox:after,
.filter__entry--disabled .filter__label--radio:before,
.filter__entry--disabled .filter__label--radio:after {
  background: #d6d4cb; }

/* FILTER__FIELD--CHECKBOX */
.filter__field--checkbox {
  /* NATIVE STYLING */
    /*
    display: inline-block;
    width: auto;

    margin-left: 3px;
    margin-right: 0.5em;
    vertical-align: bottom;
    */
  /* Custom Styling in label */
  display: none; }
  .filter__field--checkbox + label {
    position: relative;
    padding-left: 1.5em; }
    .filter__field--checkbox + label:before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      position: absolute;
      left: 0;
      top: 1px;
      vertical-align: middle;
      box-shadow: 0 0 1px rgba(35, 37, 41, 0.15) inset, 0 1px 0 rgba(35, 37, 41, 0.075) inset;
      background-color: #dddee2;
      color: #ffffff;
      text-align: center; }
  .filter__field--checkbox:checked + label:before {
    content: '\2713';
    background: #1a94ff;
    border-radius: 2px; }

/* FILTER__FIELD--RADIO */
.filter__field--radio {
  /* NATIVE STYLING */
    /*
    display: inline-block;
    width: auto;

    margin-left: 3px;
    margin-right: 0.5em;
    vertical-align: bottom;
    */
  /* Custom Styling in label */
  display: none; }
  .filter__field--radio + label {
    position: relative;
    padding-left: 1.5em; }
    .filter__field--radio + label:before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      border-radius: 16px;
      position: absolute;
      left: 0;
      top: 1px;
      vertical-align: middle;
      box-shadow: 0 0 1px rgba(35, 37, 41, 0.15) inset, 0 1px 0 rgba(35, 37, 41, 0.075) inset;
      background-color: #dddee2;
      color: #ffffff;
      text-align: center; }
  .filter__field--radio:checked + label:before {
    background: #1a94ff; }
  .filter__field--radio:checked + label:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    top: 5px;
    left: 4px;
    background: #ffffff; }

/* FILTER__FIELD */
.filter__field {
  font-size: 16px;
  line-height: normal;
  margin: 0 0 .5em 0;
  width: 100%;
  padding: 10px; }

.filter__field--date,
.filter__field--email,
.filter__field--number,
.filter__field--password,
.filter__field--search,
.filter__field--tel,
.filter__field--text,
.filter__field--time {
  -webkit-appearance: none !important;
  border-radius: 0;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px;
  word-break: normal;
  border: 1px solid #d6d4cb;
  background-color: #ffffff;
  color: #000000; }
  .filter__field--date::-webkit-input-placeholder,
  .filter__field--email::-webkit-input-placeholder,
  .filter__field--number::-webkit-input-placeholder,
  .filter__field--password::-webkit-input-placeholder,
  .filter__field--search::-webkit-input-placeholder,
  .filter__field--tel::-webkit-input-placeholder,
  .filter__field--text::-webkit-input-placeholder,
  .filter__field--time::-webkit-input-placeholder {
    color: #edece8; }
  .filter__field--date:-moz-placeholder,
  .filter__field--email:-moz-placeholder,
  .filter__field--number:-moz-placeholder,
  .filter__field--password:-moz-placeholder,
  .filter__field--search:-moz-placeholder,
  .filter__field--tel:-moz-placeholder,
  .filter__field--text:-moz-placeholder,
  .filter__field--time:-moz-placeholder {
    color: #edece8; }
  .filter__field--date::-moz-placeholder,
  .filter__field--email::-moz-placeholder,
  .filter__field--number::-moz-placeholder,
  .filter__field--password::-moz-placeholder,
  .filter__field--search::-moz-placeholder,
  .filter__field--tel::-moz-placeholder,
  .filter__field--text::-moz-placeholder,
  .filter__field--time::-moz-placeholder {
    color: #edece8; }
  .filter__field--date:-ms-input-placeholder,
  .filter__field--email:-ms-input-placeholder,
  .filter__field--number:-ms-input-placeholder,
  .filter__field--password:-ms-input-placeholder,
  .filter__field--search:-ms-input-placeholder,
  .filter__field--tel:-ms-input-placeholder,
  .filter__field--text:-ms-input-placeholder,
  .filter__field--time:-ms-input-placeholder {
    color: #edece8; }
  .filter__field--date.placeholder,
  .filter__field--email.placeholder,
  .filter__field--number.placeholder,
  .filter__field--password.placeholder,
  .filter__field--search.placeholder,
  .filter__field--tel.placeholder,
  .filter__field--text.placeholder,
  .filter__field--time.placeholder {
    color: #edece8; }
  .filter__field--date:focus,
  .filter__field--email:focus,
  .filter__field--number:focus,
  .filter__field--password:focus,
  .filter__field--search:focus,
  .filter__field--tel:focus,
  .filter__field--text:focus,
  .filter__field--time:focus {
    background-color: #ffffff;
    border-color: #edece8;
    outline: none; }

input[type="search"][class*="filter__field"] {
  box-sizing: border-box; }

/* Filter Imports */
/* No files to import found in filter/* */
/* FILTER__FIELDSET */
.filter__fieldset {
  border: 0;
  margin: 0 0 0.5em 0;
  padding: 0; }

/* FILTER__HAS-MORE */
.filter__has-more__items {
  transition: max-height 0.18s cubic-bezier(1, 0.3, 0, 0.7);
  max-height: 0px;
  overflow: hidden; }

.filter__has-more__items--visible {
  transition: max-height 0.35s cubic-bezier(0.7, 0, 0.3, 1);
  max-height: 999px; }

.filter__has-more__trigger {
  text-decoration: none;
  font-size: 14px; }
  .filter__has-more__trigger:hover .filter__has-more__toggle, .filter__has-more__trigger:focus .filter__has-more__toggle {
    text-decoration: underline; }

.filter__has-more__icon:before {
  padding-left: 5px;
  font-size: 4px;
  line-height: 1;
  color: #000000;
  position: relative;
  top: -3px; }

.filter__has-more__trigger .filter__has-more__toggle--less {
  display: none; }
.filter__has-more__trigger .filter__has-more__toggle--more {
  display: inline-block; }

.filter__has-more__trigger--open .filter__has-more__toggle--less {
  display: inline-block; }
.filter__has-more__trigger--open .filter__has-more__toggle--more {
  display: none; }

/* FILTER__LABEL */
.filter__label {
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 .5em 0; }
  @media only screen and (max-width: 379px) {
    .filter__label {
      display: block; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .filter__label {
      display: block; } }

.filter__label--checkbox,
.filter__label--radio {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 0.5em;
  padding-right: 1.5em; }

/* FILTER__LEGEND */
.filter__legend {
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 .5em 0; }
  @media only screen and (max-width: 379px) {
    .filter__legend {
      display: block; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .filter__legend {
      display: block; } }

/* FILTER__MAIN-TITLE */
.filter__main-title {
  display: block;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  border-left: 1px solid #e4e5e7;
  border-right: 1px solid #e4e5e7; }

/* FILTER__PANNEL-BUTTON */
@media only screen and (min-width: 980px) {
  .filter__pannel-button {
    display: none; } }

/* FILTER__PANNEL-CONTENT */
.filter__pannel-content {
  overflow: hidden; }

.filter__pannel-content--open {
  display: block; }

.filter__pannel-content--transitioning {
  -moz-transition: height 0.35s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: height 0.35s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition: height 0.35s cubic-bezier(0.7, 0, 0.3, 1);
  transition: height 0.35s cubic-bezier(0.7, 0, 0.3, 1);
  position: relative;
  overflow: hidden;
  height: 0; }

/* FILTER__PANNEL-INNER */
.filter__pannel-inner {
  padding: 10px; }

/* FILTER__PANNEL-TITLE */
.filter__pannel-title {
  position: relative;
  display: block;
  padding: 10px 30px 10px 10px;
  cursor: pointer; }
  .filter__pannel-title:before {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 6px;
    margin-top: -3px; }
  .filter__pannel-title:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #1a94ff;
    border-radius: 100%;
    position: relative;
    top: -3px;
    margin-left: 8px; }

.filter__pannel-title--tagged:after {
  display: inline-block; }

/* FILTER__PANNEL */
.filter__pannel {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border-bottom: 1px solid #e4e5e7; }
  .filter__pannel:last-child {
    border-bottom: none; }

/* FILTER__SEARCH */
.filter__search {
  box-sizing: border-box;
  background: #5c2d91;
  padding: 6px; }

.filtersearch__icon {
  position: absolute;
  top: 7px;
  right: 7px;
  background: #d6d4cb;
  width: 29px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  color: #1a94ff;
  border-radius: 3px; }

/* FILTER__TAG */
.filter__tag {
  display: inline-block;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
  background: transparent; }
  .filter__tag:after {
    font-size: 8px;
    display: inline-block;
    padding-left: 6px; }
  .filter__tag:hover, .filter__tag:focus {
    background: #1a94ff; }

/* FILTER__TAGS */
.filter__tags {
  display: block;
  padding-top: 10px;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 980px) {
    .filter__tags {
      text-align: right; } }

/* Filter */
.filter {
  box-sizing: border-box;
  background: #d6d4cb; }

/* FLASH CONTAINER CLOSE EFFECT */
.flash-container {
  opacity: 1;
  transition: opacity 0.8s; }
  .flash-container--hide {
    opacity: 0; }

.flash-container {
  opacity: 1;
  transition: opacity 0.8s; }

.flash-container.-hide {
  opacity: 0; }

.flash-message {
  transition: all .3s ease;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 2rem;
  padding: 3rem;
  overflow: visible;
  background: #d6d4cb; }
  .flash-message > *:last-child, .flash-message.slvzr-last-child {
    margin-bottom: 0; }
  .flash-message p {
    max-width: 100%;
    padding-right: 3rem;
    font-size: 16px;
    line-height: 1;
    margin-top: 0;
    color: inherit;
    font-family: "Lato", Arial, sans-serif; }
  .flash-message a, .flash-message .link {
    font-family: "Lato", Arial, sans-serif;
    font-weight: normal; }

.flash-message__close {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  padding: 0;
  line-height: 1;
  text-decoration: none;
  font-style: normal;
  font-size: 16px;
  font-family: Arial, sans-serif;
  text-align: center; }
  .flash-message__close:hover, .flash-message__close:focus {
    color: #000000;
    text-decoration: none; }
  .flash-message__close > * {
    font-style: normal; }
  .flash-container .flash-message__close {
    display: block; }
  .flash-message__close svg {
    width: 10px;
    height: 10px; }

.flash-message.-success {
  background: rgba(142, 203, 47, 0.1);
  color: #8ecb2f; }
  .flash-message.-success .flash-message__close {
    color: #8ecb2f; }
    .flash-message.-success .flash-message__close:hover, .flash-message.-success .flash-message__close:focus {
      color: #000000; }

.flash-message.-error {
  background: #8d313d;
  background: rgba(141, 49, 61, 0.3);
  color: #8d313d; }
  .flash-message.-error .flash-message__close {
    color: #8d313d; }
    .flash-message.-error .flash-message__close:hover, .flash-message.-error .flash-message__close:focus {
      color: #000000; }

.flash-message.-info {
  background: rgba(214, 212, 203, 0.1);
  color: #1a94ff; }
  .flash-message.-info .flash-message__close {
    color: #1a94ff; }
    .flash-message.-info .flash-message__close:hover, .flash-message.-info .flash-message__close:focus {
      color: #000000; }

.flash-message.-warning {
  background: rgba(214, 212, 203, 0.1); }
  .flash-message.-warning .flash-message__close:hover, .flash-message.-warning .flash-message__close:focus {
    color: #000000; }

/* FOOTER */
.footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #7b7a78;
  padding-top: 10rem; }

@media only screen and (max-width: 379px) {
  .footer__container {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .footer__container {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.footer__top {
  background: #edece8 url(../images/footer-bg.png) center center no-repeat;
  border-top: 2px solid #d6d4cb;
  border-bottom: 2px solid #d6d4cb; }
  @media only screen and (max-width: 379px) {
    .footer__top {
      background-size: 27rem;
      background-position: center bottom 50px; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .footer__top {
      background-size: 27rem;
      background-position: center bottom 50px; } }

.footer__bottom {
  box-sizing: border-box;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #000000 url("../images/masthead.jpg") center top no-repeat; }
  @media only screen and (max-width: 379px) {
    .footer__bottom {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
      line-height: 3rem;
      background: #000000 url("../images/masthead.jpg") left -60px top no-repeat; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .footer__bottom {
      padding-left: 2rem !important;
      padding-right: 2rem !important;
      line-height: 3rem;
      background: #000000 url("../images/masthead.jpg") left -60px top no-repeat; } }

.footer__icon {
  width: 14px;
  height: 14px;
  position: relative;
  top: 3px; }
  .footer__icon.svg-icon-phone {
    margin-right: 1rem; }
  .footer__icon.svg-icon-email {
    margin-right: 1rem; }

.footer__label {
  font-weight: 700;
  display: inline-block;
  width: 4.5rem;
  font-size: 13px;
  text-transform: uppercase;
  color: #3b3b3a; }

.footer__block__title {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0; }
  @media only screen and (max-width: 379px) {
    .footer__block__title {
      padding-top: 1.5rem;
      padding-bottom: 2rem;
      border-top: 1px solid #b9b6a8; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .footer__block__title {
      padding-top: 1.5rem;
      padding-bottom: 2rem;
      border-top: 1px solid #b9b6a8; } }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    .footer__block__title {
      padding-top: 4rem; } }
  @media only screen and (min-width: 980px) {
    .footer__block__title {
      padding-top: 4rem; } }
  .footer__block__title:before {
    content: '';
    position: absolute;
    display: none;
    background: #8ecb2f;
    z-index: 1;
    width: 4px; }
    @media only screen and (max-width: 379px) {
      .footer__block__title:before {
        height: 100%;
        left: 0;
        top: 0; } }
    @media only screen and (min-width: 380px) and (max-width: 480px) {
      .footer__block__title:before {
        height: 100%;
        left: 0;
        top: 0; } }
    @media only screen and (min-width: 481px) and (max-width: 979px) {
      .footer__block__title:before {
        display: block;
        height: 2rem;
        left: -2rem;
        margin-top: 10px; } }
    @media only screen and (min-width: 980px) {
      .footer__block__title:before {
        display: block;
        width: 28px;
        height: 7px;
        top: 0;
        left: 0; } }
  @media only screen and (max-width: 379px) {
    .footer__block__title {
      box-sizing: border-box;
      display: block;
      position: relative;
      width: 100%;
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .footer__block__title {
      box-sizing: border-box;
      display: block;
      position: relative;
      width: 100%;
      padding-left: 2rem;
      padding-right: 2rem; } }
  .footer__block__title:after {
    display: inline-block;
    float: right;
    width: 16px;
    height: 16px;
    color: #8d313d;
    background: url(../images/svg/arrow-up.svg) center center no-repeat;
    background-size: 100%;
    position: relative;
    top: 10px; }
    @media only screen and (max-width: 379px) {
      .footer__block__title:after {
        content: ''; } }
    @media only screen and (min-width: 380px) and (max-width: 480px) {
      .footer__block__title:after {
        content: ''; } }
  @media only screen and (max-width: 379px) {
    .footer__block__title.-alt {
      padding-bottom: 0; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .footer__block__title.-alt {
      padding-bottom: 0; } }
  @media only screen and (max-width: 379px) {
    .footer__block__title.-alt:after {
      display: none; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .footer__block__title.-alt:after {
      display: none; } }
  @media only screen and (max-width: 379px) {
    .footer__block__title.-active {
      border-bottom: 1px solid #b9b6a8; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .footer__block__title.-active {
      border-bottom: 1px solid #b9b6a8; } }
  @media only screen and (max-width: 379px) {
    .footer__block__title.-active:before {
      display: block; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .footer__block__title.-active:before {
      display: block; } }
  .footer__block__title.-active:after {
    background: url(../images/svg/arrow-down.svg) center center no-repeat;
    background-size: 100%; }

@media only screen and (max-width: 379px) {
  .footer__block__content {
    display: none; } }
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .footer__block__content {
    display: none; } }
@media only screen and (max-width: 379px) {
  .footer__block__content.-active {
    display: block; } }
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .footer__block__content.-active {
    display: block; } }
@media only screen and (max-width: 379px) {
  .footer__block__content.-padded {
    padding: 0rem 2rem 10rem 2rem; } }
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .footer__block__content.-padded {
    padding: 0rem 2rem 10rem 2rem; } }

/* Variables */
/* Form */
.form--margin {
  margin-bottom: 1.875rem; }

/* Form Imports */
/* Form Message */
.form__message {
  display: block;
  background: #8d313d;
  color: #ffffff;
  padding: 5px;
  margin-top: 0;
  font-size: 13px;
  line-height: 1;
  font-weight: 700; }
  .form__entry .form__message {
    display: none; }
  .form__entry.-invalid .form__message {
    display: block; }

.form__field.-textarea + .form__message {
  margin-top: -10px; }

.form__message .icon, .form__message .download-list__content li:before, .download-list__content .form__message li:before, .form__message .download-list__content li .before, .download-list__content li .form__message .before, .form__message .filter__has-more__trigger .filter__has-more__icon:before, .filter__has-more__trigger .form__message .filter__has-more__icon:before, .form__message .filter__has-more__trigger--open .filter__has-more__icon:before, .filter__has-more__trigger--open .form__message .filter__has-more__icon:before, .form__message .filter__pannel-title:before, .form__message .filter__tag:after, .form__message .img-hover:after, .form__message .img-hover--alt:after, .form__message .img-hover .after, .img-hover .form__message .after, .form__message .img-hover--alt .after, .img-hover--alt .form__message .after, .form__message .link--more:after, .form__message .link--more .after, .link--more .form__message .after, .form__message .pagination__previous:before, .form__message .pagination__previous.before, .form__message .pagination__next:after, .form__message .pagination__next.after, .form__message .tip-box__tip:before, .form__message .tip-box__tip .before, .tip-box__tip .form__message .before,
.form__message--icon:before {
  padding-right: 5px; }

/* Variables */
/* Form Optional */
.form__optional {
  color: #888888;
  font-style: italic; }

/* Form Select */
.form__select {
  border-radius: 0;
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  color: #555;
  font-size: 16px;
  line-height: 1.428571429;
  border: 1px solid #ccc;
  vertical-align: middle; }
  .form__select.-inline {
    display: inline-block;
    width: auto; }

/* form__ENTRY */
.form__entry {
  position: relative; }

.form__entry.-disabled,
.form__entry.-disabled .form__field,
.form__entry.-disabled .form__label {
  cursor: default;
  color: #d6d4cb; }
  .form__entry.-disabled::-webkit-input-placeholder,
  .form__entry.-disabled .form__field::-webkit-input-placeholder,
  .form__entry.-disabled .form__label::-webkit-input-placeholder {
    color: #d6d4cb; }
  .form__entry.-disabled:-moz-placeholder,
  .form__entry.-disabled .form__field:-moz-placeholder,
  .form__entry.-disabled .form__label:-moz-placeholder {
    color: #d6d4cb; }
  .form__entry.-disabled::-moz-placeholder,
  .form__entry.-disabled .form__field::-moz-placeholder,
  .form__entry.-disabled .form__label::-moz-placeholder {
    color: #d6d4cb; }
  .form__entry.-disabled:-ms-input-placeholder,
  .form__entry.-disabled .form__field:-ms-input-placeholder,
  .form__entry.-disabled .form__label:-ms-input-placeholder {
    color: #d6d4cb; }
  .form__entry.-disabled.placeholder,
  .form__entry.-disabled .form__field.placeholder,
  .form__entry.-disabled .form__label.placeholder {
    color: #d6d4cb; }
.form__entry.-disabled .form__label.-checkbox:before, .form__entry.-disabled .form__label.-checkbox:after,
.form__entry.-disabled .form__label.-radio:before,
.form__entry.-disabled .form__label.-radio:after {
  background: #d6d4cb; }

/* form__FIELD--CHECKBOX */
.form__field.-checkbox {
  /* NATIVE STYLING */
    /*
    display: inline-block;
    width: auto;

    margin-left: 3px;
    margin-right: 0.5em;
    vertical-align: bottom;
    */
  /* Custom Styling in label */
  display: none; }
  .form__field.-checkbox + label {
    position: relative;
    padding-left: 1.5em; }
    .form__field.-checkbox + label:before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      position: absolute;
      left: 0;
      top: 1px;
      vertical-align: middle;
      box-shadow: 0 0 1px rgba(35, 37, 41, 0.15) inset, 0 1px 0 rgba(35, 37, 41, 0.075) inset;
      background-color: #dddee2;
      color: #ffffff;
      text-align: center; }
  .form__field.-checkbox:checked + label:before {
    content: '\2713';
    background: #1a94ff;
    border-radius: 2px;
    top: 2px;
    font-size: 12px; }

/* form__FIELD--RADIO */
.form__field--radio {
  /* NATIVE STYLING */
    /*
    display: inline-block;
    width: auto;

    margin-left: 3px;
    margin-right: 0.5em;
    vertical-align: bottom;
    */
  /* Custom Styling in label */
  display: none; }
  .form__field--radio + label {
    position: relative;
    padding-left: 1.5em; }
    .form__field--radio + label:before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      border-radius: 16px;
      position: absolute;
      left: 0;
      top: 1px;
      vertical-align: middle;
      box-shadow: 0 0 1px rgba(35, 37, 41, 0.15) inset, 0 1px 0 rgba(35, 37, 41, 0.075) inset;
      background-color: #dddee2;
      color: #ffffff;
      text-align: center; }
  .form__field--radio:checked + label:before {
    background: #1a94ff; }
  .form__field--radio:checked + label:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    top: 5px;
    left: 4px;
    background: #ffffff; }

/* form__FIELD */
.form__field {
  font-size: 16px;
  line-height: normal;
  margin: 0;
  width: 100%;
  padding: 10px; }

.form__field.-date,
.form__field.-email,
.form__field.-file,
.form__field.-number,
.form__field.-password,
.form__field.-search,
.form__field.-tel,
.form__field.-text,
.form__field.-textarea,
.form__field.-time {
  -webkit-appearance: none !important;
  border-radius: 0;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px;
  word-break: normal;
  border: 1px solid #d6d4cb;
  background-color: #ffffff;
  color: #000000; }
  .form__field.-date::-webkit-input-placeholder,
  .form__field.-email::-webkit-input-placeholder,
  .form__field.-file::-webkit-input-placeholder,
  .form__field.-number::-webkit-input-placeholder,
  .form__field.-password::-webkit-input-placeholder,
  .form__field.-search::-webkit-input-placeholder,
  .form__field.-tel::-webkit-input-placeholder,
  .form__field.-text::-webkit-input-placeholder,
  .form__field.-textarea::-webkit-input-placeholder,
  .form__field.-time::-webkit-input-placeholder {
    color: #a39d9c; }
  .form__field.-date:-moz-placeholder,
  .form__field.-email:-moz-placeholder,
  .form__field.-file:-moz-placeholder,
  .form__field.-number:-moz-placeholder,
  .form__field.-password:-moz-placeholder,
  .form__field.-search:-moz-placeholder,
  .form__field.-tel:-moz-placeholder,
  .form__field.-text:-moz-placeholder,
  .form__field.-textarea:-moz-placeholder,
  .form__field.-time:-moz-placeholder {
    color: #a39d9c; }
  .form__field.-date::-moz-placeholder,
  .form__field.-email::-moz-placeholder,
  .form__field.-file::-moz-placeholder,
  .form__field.-number::-moz-placeholder,
  .form__field.-password::-moz-placeholder,
  .form__field.-search::-moz-placeholder,
  .form__field.-tel::-moz-placeholder,
  .form__field.-text::-moz-placeholder,
  .form__field.-textarea::-moz-placeholder,
  .form__field.-time::-moz-placeholder {
    color: #a39d9c; }
  .form__field.-date:-ms-input-placeholder,
  .form__field.-email:-ms-input-placeholder,
  .form__field.-file:-ms-input-placeholder,
  .form__field.-number:-ms-input-placeholder,
  .form__field.-password:-ms-input-placeholder,
  .form__field.-search:-ms-input-placeholder,
  .form__field.-tel:-ms-input-placeholder,
  .form__field.-text:-ms-input-placeholder,
  .form__field.-textarea:-ms-input-placeholder,
  .form__field.-time:-ms-input-placeholder {
    color: #a39d9c; }
  .form__field.-date.placeholder,
  .form__field.-email.placeholder,
  .form__field.-file.placeholder,
  .form__field.-number.placeholder,
  .form__field.-password.placeholder,
  .form__field.-search.placeholder,
  .form__field.-tel.placeholder,
  .form__field.-text.placeholder,
  .form__field.-textarea.placeholder,
  .form__field.-time.placeholder {
    color: #a39d9c; }
  .form__field.-date:focus,
  .form__field.-email:focus,
  .form__field.-file:focus,
  .form__field.-number:focus,
  .form__field.-password:focus,
  .form__field.-search:focus,
  .form__field.-tel:focus,
  .form__field.-text:focus,
  .form__field.-textarea:focus,
  .form__field.-time:focus {
    background-color: #ffffff;
    border-color: #edece8;
    outline: none; }
  .form__entry.-invalid .form__field.-date, .form__entry.-invalid
  .form__field.-email, .form__entry.-invalid
  .form__field.-file, .form__entry.-invalid
  .form__field.-number, .form__entry.-invalid
  .form__field.-password, .form__entry.-invalid
  .form__field.-search, .form__entry.-invalid
  .form__field.-tel, .form__entry.-invalid
  .form__field.-text, .form__entry.-invalid
  .form__field.-textarea, .form__entry.-invalid
  .form__field.-time {
    border-color: #8d313d;
    background-color: #e8bcc2; }
    .form__entry.-invalid .form__field.-date::-webkit-input-placeholder, .form__entry.-invalid
    .form__field.-email::-webkit-input-placeholder, .form__entry.-invalid
    .form__field.-file::-webkit-input-placeholder, .form__entry.-invalid
    .form__field.-number::-webkit-input-placeholder, .form__entry.-invalid
    .form__field.-password::-webkit-input-placeholder, .form__entry.-invalid
    .form__field.-search::-webkit-input-placeholder, .form__entry.-invalid
    .form__field.-tel::-webkit-input-placeholder, .form__entry.-invalid
    .form__field.-text::-webkit-input-placeholder, .form__entry.-invalid
    .form__field.-textarea::-webkit-input-placeholder, .form__entry.-invalid
    .form__field.-time::-webkit-input-placeholder {
      color: #ffffff; }
    .form__entry.-invalid .form__field.-date:-moz-placeholder, .form__entry.-invalid
    .form__field.-email:-moz-placeholder, .form__entry.-invalid
    .form__field.-file:-moz-placeholder, .form__entry.-invalid
    .form__field.-number:-moz-placeholder, .form__entry.-invalid
    .form__field.-password:-moz-placeholder, .form__entry.-invalid
    .form__field.-search:-moz-placeholder, .form__entry.-invalid
    .form__field.-tel:-moz-placeholder, .form__entry.-invalid
    .form__field.-text:-moz-placeholder, .form__entry.-invalid
    .form__field.-textarea:-moz-placeholder, .form__entry.-invalid
    .form__field.-time:-moz-placeholder {
      color: #ffffff; }
    .form__entry.-invalid .form__field.-date::-moz-placeholder, .form__entry.-invalid
    .form__field.-email::-moz-placeholder, .form__entry.-invalid
    .form__field.-file::-moz-placeholder, .form__entry.-invalid
    .form__field.-number::-moz-placeholder, .form__entry.-invalid
    .form__field.-password::-moz-placeholder, .form__entry.-invalid
    .form__field.-search::-moz-placeholder, .form__entry.-invalid
    .form__field.-tel::-moz-placeholder, .form__entry.-invalid
    .form__field.-text::-moz-placeholder, .form__entry.-invalid
    .form__field.-textarea::-moz-placeholder, .form__entry.-invalid
    .form__field.-time::-moz-placeholder {
      color: #ffffff; }
    .form__entry.-invalid .form__field.-date:-ms-input-placeholder, .form__entry.-invalid
    .form__field.-email:-ms-input-placeholder, .form__entry.-invalid
    .form__field.-file:-ms-input-placeholder, .form__entry.-invalid
    .form__field.-number:-ms-input-placeholder, .form__entry.-invalid
    .form__field.-password:-ms-input-placeholder, .form__entry.-invalid
    .form__field.-search:-ms-input-placeholder, .form__entry.-invalid
    .form__field.-tel:-ms-input-placeholder, .form__entry.-invalid
    .form__field.-text:-ms-input-placeholder, .form__entry.-invalid
    .form__field.-textarea:-ms-input-placeholder, .form__entry.-invalid
    .form__field.-time:-ms-input-placeholder {
      color: #ffffff; }
    .form__entry.-invalid .form__field.-date.placeholder, .form__entry.-invalid
    .form__field.-email.placeholder, .form__entry.-invalid
    .form__field.-file.placeholder, .form__entry.-invalid
    .form__field.-number.placeholder, .form__entry.-invalid
    .form__field.-password.placeholder, .form__entry.-invalid
    .form__field.-search.placeholder, .form__entry.-invalid
    .form__field.-tel.placeholder, .form__entry.-invalid
    .form__field.-text.placeholder, .form__entry.-invalid
    .form__field.-textarea.placeholder, .form__entry.-invalid
    .form__field.-time.placeholder {
      color: #ffffff; }
    .form__entry.-invalid .form__field.-date:focus, .form__entry.-invalid
    .form__field.-email:focus, .form__entry.-invalid
    .form__field.-file:focus, .form__entry.-invalid
    .form__field.-number:focus, .form__entry.-invalid
    .form__field.-password:focus, .form__entry.-invalid
    .form__field.-search:focus, .form__entry.-invalid
    .form__field.-tel:focus, .form__entry.-invalid
    .form__field.-text:focus, .form__entry.-invalid
    .form__field.-textarea:focus, .form__entry.-invalid
    .form__field.-time:focus {
      background-color: #eac3c8; }
  .form__field.-date.-inline,
  .form__field.-email.-inline,
  .form__field.-file.-inline,
  .form__field.-number.-inline,
  .form__field.-password.-inline,
  .form__field.-search.-inline,
  .form__field.-tel.-inline,
  .form__field.-text.-inline,
  .form__field.-textarea.-inline,
  .form__field.-time.-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
    .form__field.-date.-inline + *,
    .form__field.-email.-inline + *,
    .form__field.-file.-inline + *,
    .form__field.-number.-inline + *,
    .form__field.-password.-inline + *,
    .form__field.-search.-inline + *,
    .form__field.-tel.-inline + *,
    .form__field.-text.-inline + *,
    .form__field.-textarea.-inline + *,
    .form__field.-time.-inline + * {
      vertical-align: middle; }
  .form__field.-date[disabled],
  .form__field.-email[disabled],
  .form__field.-file[disabled],
  .form__field.-number[disabled],
  .form__field.-password[disabled],
  .form__field.-search[disabled],
  .form__field.-tel[disabled],
  .form__field.-text[disabled],
  .form__field.-textarea[disabled],
  .form__field.-time[disabled] {
    background-color: #edece8; }

input[type="search"][class*="form__field"] {
  box-sizing: border-box; }

/* form Imports */
/* No files to import found in form/* */
/* form__FIELDSET */
.form__fieldset {
  border: 0;
  margin: 0 0 0.5em 0;
  padding: 0; }

/* form__LABEL */
.form__label {
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 .5em 0; }
  @media only screen and (max-width: 379px) {
    .form__label {
      display: block; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .form__label {
      display: block; } }

.form__label--checkbox,
.form__label--radio {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 0.5em;
  padding-right: 1.5em; }

/* form__LEGEND */
.form__legend {
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 .5em 0; }
  @media only screen and (max-width: 379px) {
    .form__legend {
      display: block; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .form__legend {
      display: block; } }

/* Styleguide Grid--example */
.grid--example [class*="__col"] {
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border: 0 solid #ccc;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1); }
.grid--example [class*="__col"] [class*="__col"] {
  margin-bottom: 0; }

.clearfix:before, .filter-result__header:before, .jumbotron:before, .pagination:before, .pagination__holder:before, .grid__row:before, .clearfix:after, .filter-result__header:after, .jumbotron:after, .pagination:after, .pagination__holder:after, .grid__row:after {
  content: " ";
  display: table; }

.clearfix:after, .filter-result__header:after, .jumbotron:after, .pagination:after, .pagination__holder:after, .grid__row:after {
  clear: both; }

.ie7 .clearfix, .ie7 .filter-result__header, .ie7 .jumbotron, .ie7 .pagination, .ie7 .pagination__holder, .ie7 .grid__row {
  zoom: 1; }

@media only screen and (min-width: 481px) and (max-width: 979px) {
  .clearfix .left, .filter-result__header .left, .jumbotron .left, .pagination .left, .pagination__holder .left, .grid__row .left {
    float: left; }

  .clearfix .right, .filter-result__header .right, .jumbotron .right, .pagination .right, .pagination__holder .right, .grid__row .right {
    float: right; } }
@media only screen and (min-width: 980px) {
  .clearfix .left, .filter-result__header .left, .jumbotron .left, .pagination .left, .pagination__holder .left, .grid__row .left {
    float: left; }

  .clearfix .right, .filter-result__header .right, .jumbotron .right, .pagination .right, .pagination__holder .right, .grid__row .right {
    float: right; } }
.grid__container, .footer__container, .masthead__container {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1397px; }

@media only screen and (min-width: 980px) {
  .grid__container, .footer__container, .masthead__container {
    padding-left: 50px;
    padding-right: 50px; } }
@media only screen and (min-width: 481px) and (max-width: 979px) {
  .grid__container, .footer__container, .masthead__container {
    padding-left: 50px;
    padding-right: 50px; } }
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .grid__container, .footer__container, .masthead__container {
    padding-left: 20px;
    padding-right: 20px; } }
@media only screen and (max-width: 379px) {
  .grid__container, .footer__container, .masthead__container {
    padding-left: 15px;
    padding-right: 15px; } }
.grid__row {
  width: 100%;
  overflow: visible; }

[class*="__col--"], [class*="__cols--"] {
  box-sizing: border-box;
  position: relative;
  display: block;
  float: left;
  width: 100%; }

@media only screen and (min-width: 980px) {
  .grid--v-large__col--1, .grid--v-large__cols--1 {
    width: 5.85968%;
    margin-right: 2.69854%; }

  .grid--v-large__cols--1:nth-child(12n) {
    margin-right: 0; }

  .grid--v-large__cols--1:nth-child(12n+1) {
    clear: left; }

  .grid--v-large__offset--1 {
    margin-left: 8.55821%; }

  .grid--v-large__push--1 {
    position: relative;
    left: 8.55821%; }

  .grid--v-large__pull--1 {
    position: relative;
    right: 8.55821%; }

  .grid--v-large__col--2, .grid--v-large__cols--2 {
    width: 14.41789%;
    margin-right: 2.69854%; }

  .grid--v-large__cols--2:nth-child(6n) {
    margin-right: 0; }

  .grid--v-large__cols--2:nth-child(6n+1) {
    clear: left; }

  .grid--v-large__offset--2 {
    margin-left: 17.11642%; }

  .grid--v-large__push--2 {
    position: relative;
    left: 17.11642%; }

  .grid--v-large__pull--2 {
    position: relative;
    right: 17.11642%; }

  .grid--v-large__col--3, .grid--v-large__cols--3 {
    width: 22.9761%;
    margin-right: 2.69854%; }

  .grid--v-large__cols--3:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--3:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__offset--3 {
    margin-left: 25.67463%; }

  .grid--v-large__push--3 {
    position: relative;
    left: 25.67463%; }

  .grid--v-large__pull--3 {
    position: relative;
    right: 25.67463%; }

  .grid--v-large__col--4, .grid--v-large__cols--4 {
    width: 31.53431%;
    margin-right: 2.69854%; }

  .grid--v-large__cols--4:nth-child(3n) {
    margin-right: 0; }

  .grid--v-large__cols--4:nth-child(3n+1) {
    clear: left; }

  .grid--v-large__offset--4 {
    margin-left: 34.23285%; }

  .grid--v-large__push--4 {
    position: relative;
    left: 34.23285%; }

  .grid--v-large__pull--4 {
    position: relative;
    right: 34.23285%; }

  .grid--v-large__col--5, .grid--v-large__cols--5 {
    width: 40.09252%;
    margin-right: 2.69854%; }

  .grid--v-large__cols--5:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--5:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__offset--5 {
    margin-left: 42.79106%; }

  .grid--v-large__push--5 {
    position: relative;
    left: 42.79106%; }

  .grid--v-large__pull--5 {
    position: relative;
    right: 42.79106%; }

  .grid--v-large__col--6, .grid--v-large__cols--6 {
    width: 48.65073%;
    margin-right: 2.69854%; }

  .grid--v-large__cols--6:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--6:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__offset--6 {
    margin-left: 51.34927%; }

  .grid--v-large__push--6 {
    position: relative;
    left: 51.34927%; }

  .grid--v-large__pull--6 {
    position: relative;
    right: 51.34927%; }

  .grid--v-large__col--7, .grid--v-large__cols--7 {
    width: 57.20894%;
    margin-right: 2.69854%; }

  .grid--v-large__cols--7:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--7:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__offset--7 {
    margin-left: 59.90748%; }

  .grid--v-large__push--7 {
    position: relative;
    left: 59.90748%; }

  .grid--v-large__pull--7 {
    position: relative;
    right: 59.90748%; }

  .grid--v-large__col--8, .grid--v-large__cols--8 {
    width: 65.76715%;
    margin-right: 2.69854%; }

  .grid--v-large__cols--8:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--8:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__offset--8 {
    margin-left: 68.46569%; }

  .grid--v-large__push--8 {
    position: relative;
    left: 68.46569%; }

  .grid--v-large__pull--8 {
    position: relative;
    right: 68.46569%; }

  .grid--v-large__col--9, .grid--v-large__cols--9 {
    width: 74.32537%;
    margin-right: 2.69854%; }

  .grid--v-large__cols--9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__offset--9 {
    margin-left: 77.0239%; }

  .grid--v-large__push--9 {
    position: relative;
    left: 77.0239%; }

  .grid--v-large__pull--9 {
    position: relative;
    right: 77.0239%; }

  .grid--v-large__col--10, .grid--v-large__cols--10 {
    width: 82.88358%;
    margin-right: 2.69854%; }

  .grid--v-large__cols--10:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--10:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__offset--10 {
    margin-left: 85.58211%; }

  .grid--v-large__push--10 {
    position: relative;
    left: 85.58211%; }

  .grid--v-large__pull--10 {
    position: relative;
    right: 85.58211%; }

  .grid--v-large__col--11, .grid--v-large__cols--11 {
    width: 91.44179%;
    margin-right: 2.69854%; }

  .grid--v-large__cols--11:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--11:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__offset--11 {
    margin-left: 94.14032%; }

  .grid--v-large__push--11 {
    position: relative;
    left: 94.14032%; }

  .grid--v-large__pull--11 {
    position: relative;
    right: 94.14032%; } }
@media only screen and (min-width: 481px) and (max-width: 979px) {
  .grid--v-medium__col--1, .grid--v-medium__cols--1 {
    width: 5.85968%;
    margin-right: 2.69854%; }

  .grid--v-medium__cols--1:nth-child(12n) {
    margin-right: 0; }

  .grid--v-medium__cols--1:nth-child(12n+1) {
    clear: left; }

  .grid--v-medium__offset--1 {
    margin-left: 8.55821%; }

  .grid--v-medium__push--1 {
    position: relative;
    left: 8.55821%; }

  .grid--v-medium__pull--1 {
    position: relative;
    right: 8.55821%; }

  .grid--v-medium__col--2, .grid--v-medium__cols--2 {
    width: 14.41789%;
    margin-right: 2.69854%; }

  .grid--v-medium__cols--2:nth-child(6n) {
    margin-right: 0; }

  .grid--v-medium__cols--2:nth-child(6n+1) {
    clear: left; }

  .grid--v-medium__offset--2 {
    margin-left: 17.11642%; }

  .grid--v-medium__push--2 {
    position: relative;
    left: 17.11642%; }

  .grid--v-medium__pull--2 {
    position: relative;
    right: 17.11642%; }

  .grid--v-medium__col--3, .grid--v-medium__cols--3 {
    width: 22.9761%;
    margin-right: 2.69854%; }

  .grid--v-medium__cols--3:nth-child(4n) {
    margin-right: 0; }

  .grid--v-medium__cols--3:nth-child(4n+1) {
    clear: left; }

  .grid--v-medium__offset--3 {
    margin-left: 25.67463%; }

  .grid--v-medium__push--3 {
    position: relative;
    left: 25.67463%; }

  .grid--v-medium__pull--3 {
    position: relative;
    right: 25.67463%; }

  .grid--v-medium__col--4, .grid--v-medium__cols--4 {
    width: 31.53431%;
    margin-right: 2.69854%; }

  .grid--v-medium__cols--4:nth-child(3n) {
    margin-right: 0; }

  .grid--v-medium__cols--4:nth-child(3n+1) {
    clear: left; }

  .grid--v-medium__offset--4 {
    margin-left: 34.23285%; }

  .grid--v-medium__push--4 {
    position: relative;
    left: 34.23285%; }

  .grid--v-medium__pull--4 {
    position: relative;
    right: 34.23285%; }

  .grid--v-medium__col--5, .grid--v-medium__cols--5 {
    width: 40.09252%;
    margin-right: 2.69854%; }

  .grid--v-medium__cols--5:nth-child(2n) {
    margin-right: 0; }

  .grid--v-medium__cols--5:nth-child(2n+1) {
    clear: left; }

  .grid--v-medium__offset--5 {
    margin-left: 42.79106%; }

  .grid--v-medium__push--5 {
    position: relative;
    left: 42.79106%; }

  .grid--v-medium__pull--5 {
    position: relative;
    right: 42.79106%; }

  .grid--v-medium__col--6, .grid--v-medium__cols--6 {
    width: 48.65073%;
    margin-right: 2.69854%; }

  .grid--v-medium__cols--6:nth-child(2n) {
    margin-right: 0; }

  .grid--v-medium__cols--6:nth-child(2n+1) {
    clear: left; }

  .grid--v-medium__offset--6 {
    margin-left: 51.34927%; }

  .grid--v-medium__push--6 {
    position: relative;
    left: 51.34927%; }

  .grid--v-medium__pull--6 {
    position: relative;
    right: 51.34927%; }

  .grid--v-medium__col--7, .grid--v-medium__cols--7 {
    width: 57.20894%;
    margin-right: 2.69854%; }

  .grid--v-medium__cols--7:nth-child(1n) {
    margin-right: 0; }

  .grid--v-medium__cols--7:nth-child(1n+1) {
    clear: left; }

  .grid--v-medium__offset--7 {
    margin-left: 59.90748%; }

  .grid--v-medium__push--7 {
    position: relative;
    left: 59.90748%; }

  .grid--v-medium__pull--7 {
    position: relative;
    right: 59.90748%; }

  .grid--v-medium__col--8, .grid--v-medium__cols--8 {
    width: 65.76715%;
    margin-right: 2.69854%; }

  .grid--v-medium__cols--8:nth-child(1n) {
    margin-right: 0; }

  .grid--v-medium__cols--8:nth-child(1n+1) {
    clear: left; }

  .grid--v-medium__offset--8 {
    margin-left: 68.46569%; }

  .grid--v-medium__push--8 {
    position: relative;
    left: 68.46569%; }

  .grid--v-medium__pull--8 {
    position: relative;
    right: 68.46569%; }

  .grid--v-medium__col--9, .grid--v-medium__cols--9 {
    width: 74.32537%;
    margin-right: 2.69854%; }

  .grid--v-medium__cols--9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-medium__cols--9:nth-child(1n+1) {
    clear: left; }

  .grid--v-medium__offset--9 {
    margin-left: 77.0239%; }

  .grid--v-medium__push--9 {
    position: relative;
    left: 77.0239%; }

  .grid--v-medium__pull--9 {
    position: relative;
    right: 77.0239%; }

  .grid--v-medium__col--10, .grid--v-medium__cols--10 {
    width: 82.88358%;
    margin-right: 2.69854%; }

  .grid--v-medium__cols--10:nth-child(1n) {
    margin-right: 0; }

  .grid--v-medium__cols--10:nth-child(1n+1) {
    clear: left; }

  .grid--v-medium__offset--10 {
    margin-left: 85.58211%; }

  .grid--v-medium__push--10 {
    position: relative;
    left: 85.58211%; }

  .grid--v-medium__pull--10 {
    position: relative;
    right: 85.58211%; }

  .grid--v-medium__col--11, .grid--v-medium__cols--11 {
    width: 91.44179%;
    margin-right: 2.69854%; }

  .grid--v-medium__cols--11:nth-child(1n) {
    margin-right: 0; }

  .grid--v-medium__cols--11:nth-child(1n+1) {
    clear: left; }

  .grid--v-medium__offset--11 {
    margin-left: 94.14032%; }

  .grid--v-medium__push--11 {
    position: relative;
    left: 94.14032%; }

  .grid--v-medium__pull--11 {
    position: relative;
    right: 94.14032%; } }
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .grid--v-small__col--1, .grid--v-small__cols--1 {
    width: 25.50336%;
    margin-right: 11.74497%; }

  .grid--v-small__cols--1:nth-child(3n) {
    margin-right: 0; }

  .grid--v-small__cols--1:nth-child(3n+1) {
    clear: left; }

  .grid--v-small__offset--1 {
    margin-left: 37.24832%; }

  .grid--v-small__push--1 {
    position: relative;
    left: 37.24832%; }

  .grid--v-small__pull--1 {
    position: relative;
    right: 37.24832%; }

  .grid--v-small__col--2, .grid--v-small__cols--2 {
    width: 62.75168%;
    margin-right: 11.74497%; }

  .grid--v-small__cols--2:nth-child(1n) {
    margin-right: 0; }

  .grid--v-small__cols--2:nth-child(1n+1) {
    clear: left; }

  .grid--v-small__offset--2 {
    margin-left: 74.49664%; }

  .grid--v-small__push--2 {
    position: relative;
    left: 74.49664%; }

  .grid--v-small__pull--2 {
    position: relative;
    right: 74.49664%; } }
@media only screen and (max-width: 379px) {
  .grid--v-mini__col--1, .grid--v-mini__cols--1 {
    width: 45.50898%;
    margin-right: 8.98204%; }

  .grid--v-mini__cols--1:nth-child(2n) {
    margin-right: 0; }

  .grid--v-mini__cols--1:nth-child(2n+1) {
    clear: left; }

  .grid--v-mini__offset--1 {
    margin-left: 54.49102%; }

  .grid--v-mini__push--1 {
    position: relative;
    left: 54.49102%; }

  .grid--v-mini__pull--1 {
    position: relative;
    right: 54.49102%; } }
@media only screen and (min-width: 980px) {
  .grid--v-large__col--2-9, .grid--v-large__cols--2-9 {
    width: 19.39834%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--2-9:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--2-9:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__col--3-9, .grid--v-large__cols--3-9 {
    width: 30.91286%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--3-9:nth-child(3n) {
    margin-right: 0; }

  .grid--v-large__cols--3-9:nth-child(3n+1) {
    clear: left; }

  .grid--v-large__col--4-9, .grid--v-large__cols--4-9 {
    width: 42.42739%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--4-9:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--4-9:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--5-9, .grid--v-large__cols--5-9 {
    width: 53.94191%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--5-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--5-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--6-9, .grid--v-large__cols--6-9 {
    width: 65.45643%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--6-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--6-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--7-9, .grid--v-large__cols--7-9 {
    width: 76.97095%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--7-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--7-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--3-7, .grid--v-large__cols--3-7 {
    width: 40.16173%;
    margin-right: 4.71698%; }

  .grid--v-large__cols--3-7:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--3-7:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--1-4, .grid--v-large__cols--1-4 {
    width: 18.58191%;
    margin-right: 8.55746%; }

  .grid--v-large__cols--1-4:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--1-4:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__col--2-4, .grid--v-large__cols--2-4 {
    width: 45.72127%;
    margin-right: 8.55746%; }

  .grid--v-large__cols--2-4:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--2-4:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--3-5, .grid--v-large__cols--3-5 {
    width: 57.30769%;
    margin-right: 6.73077%; }

  .grid--v-large__cols--3-5:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--3-5:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--4-5, .grid--v-large__cols--4-5 {
    width: 78.65385%;
    margin-right: 6.73077%; }

  .grid--v-large__cols--4-5:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--4-5:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--2-9, .grid--v-large__cols--2-9 {
    width: 19.39834%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--2-9:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--2-9:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__col--3-9, .grid--v-large__cols--3-9 {
    width: 30.91286%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--3-9:nth-child(3n) {
    margin-right: 0; }

  .grid--v-large__cols--3-9:nth-child(3n+1) {
    clear: left; }

  .grid--v-large__col--4-9, .grid--v-large__cols--4-9 {
    width: 42.42739%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--4-9:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--4-9:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--5-9, .grid--v-large__cols--5-9 {
    width: 53.94191%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--5-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--5-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--6-9, .grid--v-large__cols--6-9 {
    width: 65.45643%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--6-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--6-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--7-9, .grid--v-large__cols--7-9 {
    width: 76.97095%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--7-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--7-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--3-7, .grid--v-large__cols--3-7 {
    width: 40.16173%;
    margin-right: 4.71698%; }

  .grid--v-large__cols--3-7:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--3-7:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--1-4, .grid--v-large__cols--1-4 {
    width: 18.58191%;
    margin-right: 8.55746%; }

  .grid--v-large__cols--1-4:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--1-4:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__col--2-4, .grid--v-large__cols--2-4 {
    width: 45.72127%;
    margin-right: 8.55746%; }

  .grid--v-large__cols--2-4:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--2-4:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--3-5, .grid--v-large__cols--3-5 {
    width: 57.30769%;
    margin-right: 6.73077%; }

  .grid--v-large__cols--3-5:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--3-5:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--4-5, .grid--v-large__cols--4-5 {
    width: 78.65385%;
    margin-right: 6.73077%; }

  .grid--v-large__cols--4-5:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--4-5:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--2-9, .grid--v-large__cols--2-9 {
    width: 19.39834%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--2-9:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--2-9:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__col--3-9, .grid--v-large__cols--3-9 {
    width: 30.91286%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--3-9:nth-child(3n) {
    margin-right: 0; }

  .grid--v-large__cols--3-9:nth-child(3n+1) {
    clear: left; }

  .grid--v-large__col--4-9, .grid--v-large__cols--4-9 {
    width: 42.42739%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--4-9:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--4-9:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--5-9, .grid--v-large__cols--5-9 {
    width: 53.94191%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--5-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--5-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--6-9, .grid--v-large__cols--6-9 {
    width: 65.45643%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--6-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--6-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--7-9, .grid--v-large__cols--7-9 {
    width: 76.97095%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--7-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--7-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--3-7, .grid--v-large__cols--3-7 {
    width: 40.16173%;
    margin-right: 4.71698%; }

  .grid--v-large__cols--3-7:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--3-7:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--1-4, .grid--v-large__cols--1-4 {
    width: 18.58191%;
    margin-right: 8.55746%; }

  .grid--v-large__cols--1-4:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--1-4:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__col--2-4, .grid--v-large__cols--2-4 {
    width: 45.72127%;
    margin-right: 8.55746%; }

  .grid--v-large__cols--2-4:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--2-4:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--3-5, .grid--v-large__cols--3-5 {
    width: 57.30769%;
    margin-right: 6.73077%; }

  .grid--v-large__cols--3-5:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--3-5:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--4-5, .grid--v-large__cols--4-5 {
    width: 78.65385%;
    margin-right: 6.73077%; }

  .grid--v-large__cols--4-5:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--4-5:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--2-9, .grid--v-large__cols--2-9 {
    width: 19.39834%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--2-9:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--2-9:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__col--3-9, .grid--v-large__cols--3-9 {
    width: 30.91286%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--3-9:nth-child(3n) {
    margin-right: 0; }

  .grid--v-large__cols--3-9:nth-child(3n+1) {
    clear: left; }

  .grid--v-large__col--4-9, .grid--v-large__cols--4-9 {
    width: 42.42739%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--4-9:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--4-9:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--5-9, .grid--v-large__cols--5-9 {
    width: 53.94191%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--5-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--5-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--6-9, .grid--v-large__cols--6-9 {
    width: 65.45643%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--6-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--6-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--7-9, .grid--v-large__cols--7-9 {
    width: 76.97095%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--7-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--7-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--3-7, .grid--v-large__cols--3-7 {
    width: 40.16173%;
    margin-right: 4.71698%; }

  .grid--v-large__cols--3-7:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--3-7:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--1-4, .grid--v-large__cols--1-4 {
    width: 18.58191%;
    margin-right: 8.55746%; }

  .grid--v-large__cols--1-4:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--1-4:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__col--2-4, .grid--v-large__cols--2-4 {
    width: 45.72127%;
    margin-right: 8.55746%; }

  .grid--v-large__cols--2-4:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--2-4:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--3-5, .grid--v-large__cols--3-5 {
    width: 57.30769%;
    margin-right: 6.73077%; }

  .grid--v-large__cols--3-5:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--3-5:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--4-5, .grid--v-large__cols--4-5 {
    width: 78.65385%;
    margin-right: 6.73077%; }

  .grid--v-large__cols--4-5:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--4-5:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--2-9, .grid--v-large__cols--2-9 {
    width: 19.39834%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--2-9:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--2-9:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__col--3-9, .grid--v-large__cols--3-9 {
    width: 30.91286%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--3-9:nth-child(3n) {
    margin-right: 0; }

  .grid--v-large__cols--3-9:nth-child(3n+1) {
    clear: left; }

  .grid--v-large__col--4-9, .grid--v-large__cols--4-9 {
    width: 42.42739%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--4-9:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--4-9:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--5-9, .grid--v-large__cols--5-9 {
    width: 53.94191%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--5-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--5-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--6-9, .grid--v-large__cols--6-9 {
    width: 65.45643%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--6-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--6-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--7-9, .grid--v-large__cols--7-9 {
    width: 76.97095%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--7-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--7-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--3-7, .grid--v-large__cols--3-7 {
    width: 40.16173%;
    margin-right: 4.71698%; }

  .grid--v-large__cols--3-7:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--3-7:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--1-4, .grid--v-large__cols--1-4 {
    width: 18.58191%;
    margin-right: 8.55746%; }

  .grid--v-large__cols--1-4:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--1-4:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__col--2-4, .grid--v-large__cols--2-4 {
    width: 45.72127%;
    margin-right: 8.55746%; }

  .grid--v-large__cols--2-4:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--2-4:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--3-5, .grid--v-large__cols--3-5 {
    width: 57.30769%;
    margin-right: 6.73077%; }

  .grid--v-large__cols--3-5:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--3-5:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--4-5, .grid--v-large__cols--4-5 {
    width: 78.65385%;
    margin-right: 6.73077%; }

  .grid--v-large__cols--4-5:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--4-5:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--2-9, .grid--v-large__cols--2-9 {
    width: 19.39834%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--2-9:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--2-9:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__col--3-9, .grid--v-large__cols--3-9 {
    width: 30.91286%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--3-9:nth-child(3n) {
    margin-right: 0; }

  .grid--v-large__cols--3-9:nth-child(3n+1) {
    clear: left; }

  .grid--v-large__col--4-9, .grid--v-large__cols--4-9 {
    width: 42.42739%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--4-9:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--4-9:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--5-9, .grid--v-large__cols--5-9 {
    width: 53.94191%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--5-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--5-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--6-9, .grid--v-large__cols--6-9 {
    width: 65.45643%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--6-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--6-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--7-9, .grid--v-large__cols--7-9 {
    width: 76.97095%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--7-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--7-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--3-7, .grid--v-large__cols--3-7 {
    width: 40.16173%;
    margin-right: 4.71698%; }

  .grid--v-large__cols--3-7:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--3-7:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--1-4, .grid--v-large__cols--1-4 {
    width: 18.58191%;
    margin-right: 8.55746%; }

  .grid--v-large__cols--1-4:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--1-4:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__col--2-4, .grid--v-large__cols--2-4 {
    width: 45.72127%;
    margin-right: 8.55746%; }

  .grid--v-large__cols--2-4:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--2-4:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--3-5, .grid--v-large__cols--3-5 {
    width: 57.30769%;
    margin-right: 6.73077%; }

  .grid--v-large__cols--3-5:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--3-5:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--4-5, .grid--v-large__cols--4-5 {
    width: 78.65385%;
    margin-right: 6.73077%; }

  .grid--v-large__cols--4-5:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--4-5:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--2-9, .grid--v-large__cols--2-9 {
    width: 19.39834%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--2-9:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--2-9:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__col--3-9, .grid--v-large__cols--3-9 {
    width: 30.91286%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--3-9:nth-child(3n) {
    margin-right: 0; }

  .grid--v-large__cols--3-9:nth-child(3n+1) {
    clear: left; }

  .grid--v-large__col--4-9, .grid--v-large__cols--4-9 {
    width: 42.42739%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--4-9:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--4-9:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--5-9, .grid--v-large__cols--5-9 {
    width: 53.94191%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--5-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--5-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--6-9, .grid--v-large__cols--6-9 {
    width: 65.45643%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--6-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--6-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--7-9, .grid--v-large__cols--7-9 {
    width: 76.97095%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--7-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--7-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--3-7, .grid--v-large__cols--3-7 {
    width: 40.16173%;
    margin-right: 4.71698%; }

  .grid--v-large__cols--3-7:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--3-7:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--1-4, .grid--v-large__cols--1-4 {
    width: 18.58191%;
    margin-right: 8.55746%; }

  .grid--v-large__cols--1-4:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--1-4:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__col--2-4, .grid--v-large__cols--2-4 {
    width: 45.72127%;
    margin-right: 8.55746%; }

  .grid--v-large__cols--2-4:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--2-4:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--3-5, .grid--v-large__cols--3-5 {
    width: 57.30769%;
    margin-right: 6.73077%; }

  .grid--v-large__cols--3-5:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--3-5:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--4-5, .grid--v-large__cols--4-5 {
    width: 78.65385%;
    margin-right: 6.73077%; }

  .grid--v-large__cols--4-5:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--4-5:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--2-9, .grid--v-large__cols--2-9 {
    width: 19.39834%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--2-9:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--2-9:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__col--3-9, .grid--v-large__cols--3-9 {
    width: 30.91286%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--3-9:nth-child(3n) {
    margin-right: 0; }

  .grid--v-large__cols--3-9:nth-child(3n+1) {
    clear: left; }

  .grid--v-large__col--4-9, .grid--v-large__cols--4-9 {
    width: 42.42739%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--4-9:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--4-9:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--5-9, .grid--v-large__cols--5-9 {
    width: 53.94191%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--5-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--5-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--6-9, .grid--v-large__cols--6-9 {
    width: 65.45643%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--6-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--6-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--7-9, .grid--v-large__cols--7-9 {
    width: 76.97095%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--7-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--7-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--3-7, .grid--v-large__cols--3-7 {
    width: 40.16173%;
    margin-right: 4.71698%; }

  .grid--v-large__cols--3-7:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--3-7:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--1-4, .grid--v-large__cols--1-4 {
    width: 18.58191%;
    margin-right: 8.55746%; }

  .grid--v-large__cols--1-4:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--1-4:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__col--2-4, .grid--v-large__cols--2-4 {
    width: 45.72127%;
    margin-right: 8.55746%; }

  .grid--v-large__cols--2-4:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--2-4:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--3-5, .grid--v-large__cols--3-5 {
    width: 57.30769%;
    margin-right: 6.73077%; }

  .grid--v-large__cols--3-5:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--3-5:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--4-5, .grid--v-large__cols--4-5 {
    width: 78.65385%;
    margin-right: 6.73077%; }

  .grid--v-large__cols--4-5:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--4-5:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--2-9, .grid--v-large__cols--2-9 {
    width: 19.39834%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--2-9:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--2-9:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__col--3-9, .grid--v-large__cols--3-9 {
    width: 30.91286%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--3-9:nth-child(3n) {
    margin-right: 0; }

  .grid--v-large__cols--3-9:nth-child(3n+1) {
    clear: left; }

  .grid--v-large__col--4-9, .grid--v-large__cols--4-9 {
    width: 42.42739%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--4-9:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--4-9:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--5-9, .grid--v-large__cols--5-9 {
    width: 53.94191%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--5-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--5-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--6-9, .grid--v-large__cols--6-9 {
    width: 65.45643%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--6-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--6-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--7-9, .grid--v-large__cols--7-9 {
    width: 76.97095%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--7-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--7-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--3-7, .grid--v-large__cols--3-7 {
    width: 40.16173%;
    margin-right: 4.71698%; }

  .grid--v-large__cols--3-7:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--3-7:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--1-4, .grid--v-large__cols--1-4 {
    width: 18.58191%;
    margin-right: 8.55746%; }

  .grid--v-large__cols--1-4:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--1-4:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__col--2-4, .grid--v-large__cols--2-4 {
    width: 45.72127%;
    margin-right: 8.55746%; }

  .grid--v-large__cols--2-4:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--2-4:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--3-5, .grid--v-large__cols--3-5 {
    width: 57.30769%;
    margin-right: 6.73077%; }

  .grid--v-large__cols--3-5:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--3-5:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--4-5, .grid--v-large__cols--4-5 {
    width: 78.65385%;
    margin-right: 6.73077%; }

  .grid--v-large__cols--4-5:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--4-5:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--2-9, .grid--v-large__cols--2-9 {
    width: 19.39834%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--2-9:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--2-9:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__col--3-9, .grid--v-large__cols--3-9 {
    width: 30.91286%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--3-9:nth-child(3n) {
    margin-right: 0; }

  .grid--v-large__cols--3-9:nth-child(3n+1) {
    clear: left; }

  .grid--v-large__col--4-9, .grid--v-large__cols--4-9 {
    width: 42.42739%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--4-9:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--4-9:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--5-9, .grid--v-large__cols--5-9 {
    width: 53.94191%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--5-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--5-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--6-9, .grid--v-large__cols--6-9 {
    width: 65.45643%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--6-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--6-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--7-9, .grid--v-large__cols--7-9 {
    width: 76.97095%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--7-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--7-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--3-7, .grid--v-large__cols--3-7 {
    width: 40.16173%;
    margin-right: 4.71698%; }

  .grid--v-large__cols--3-7:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--3-7:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--1-4, .grid--v-large__cols--1-4 {
    width: 18.58191%;
    margin-right: 8.55746%; }

  .grid--v-large__cols--1-4:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--1-4:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__col--2-4, .grid--v-large__cols--2-4 {
    width: 45.72127%;
    margin-right: 8.55746%; }

  .grid--v-large__cols--2-4:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--2-4:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--3-5, .grid--v-large__cols--3-5 {
    width: 57.30769%;
    margin-right: 6.73077%; }

  .grid--v-large__cols--3-5:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--3-5:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--4-5, .grid--v-large__cols--4-5 {
    width: 78.65385%;
    margin-right: 6.73077%; }

  .grid--v-large__cols--4-5:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--4-5:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--2-9, .grid--v-large__cols--2-9 {
    width: 19.39834%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--2-9:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--2-9:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__col--3-9, .grid--v-large__cols--3-9 {
    width: 30.91286%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--3-9:nth-child(3n) {
    margin-right: 0; }

  .grid--v-large__cols--3-9:nth-child(3n+1) {
    clear: left; }

  .grid--v-large__col--4-9, .grid--v-large__cols--4-9 {
    width: 42.42739%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--4-9:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--4-9:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--5-9, .grid--v-large__cols--5-9 {
    width: 53.94191%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--5-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--5-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--6-9, .grid--v-large__cols--6-9 {
    width: 65.45643%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--6-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--6-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--7-9, .grid--v-large__cols--7-9 {
    width: 76.97095%;
    margin-right: 3.63071%; }

  .grid--v-large__cols--7-9:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--7-9:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--3-7, .grid--v-large__cols--3-7 {
    width: 40.16173%;
    margin-right: 4.71698%; }

  .grid--v-large__cols--3-7:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--3-7:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--1-4, .grid--v-large__cols--1-4 {
    width: 18.58191%;
    margin-right: 8.55746%; }

  .grid--v-large__cols--1-4:nth-child(4n) {
    margin-right: 0; }

  .grid--v-large__cols--1-4:nth-child(4n+1) {
    clear: left; }

  .grid--v-large__col--2-4, .grid--v-large__cols--2-4 {
    width: 45.72127%;
    margin-right: 8.55746%; }

  .grid--v-large__cols--2-4:nth-child(2n) {
    margin-right: 0; }

  .grid--v-large__cols--2-4:nth-child(2n+1) {
    clear: left; }

  .grid--v-large__col--3-5, .grid--v-large__cols--3-5 {
    width: 57.30769%;
    margin-right: 6.73077%; }

  .grid--v-large__cols--3-5:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--3-5:nth-child(1n+1) {
    clear: left; }

  .grid--v-large__col--4-5, .grid--v-large__cols--4-5 {
    width: 78.65385%;
    margin-right: 6.73077%; }

  .grid--v-large__cols--4-5:nth-child(1n) {
    margin-right: 0; }

  .grid--v-large__cols--4-5:nth-child(1n+1) {
    clear: left; } }
@media only screen and (min-width: 481px) and (max-width: 979px) {
  .grid--v-medium__col--1-4, .grid--v-medium__cols--1-4 {
    width: 18.58191%;
    margin-right: 8.55746%; }

  .grid--v-medium__cols--1-4:nth-child(4n) {
    margin-right: 0; }

  .grid--v-medium__cols--1-4:nth-child(4n+1) {
    clear: left; }

  .grid--v-medium__col--2-4, .grid--v-medium__cols--2-4 {
    width: 45.72127%;
    margin-right: 8.55746%; }

  .grid--v-medium__cols--2-4:nth-child(2n) {
    margin-right: 0; }

  .grid--v-medium__cols--2-4:nth-child(2n+1) {
    clear: left; }

  .grid--v-medium__col--3-4, .grid--v-medium__cols--3-4 {
    width: 72.86064%;
    margin-right: 8.55746%; }

  .grid--v-medium__cols--3-4:nth-child(1n) {
    margin-right: 0; }

  .grid--v-medium__cols--3-4:nth-child(1n+1) {
    clear: left; }

  .grid--v-medium__col--1-4, .grid--v-medium__cols--1-4 {
    width: 18.58191%;
    margin-right: 8.55746%; }

  .grid--v-medium__cols--1-4:nth-child(4n) {
    margin-right: 0; }

  .grid--v-medium__cols--1-4:nth-child(4n+1) {
    clear: left; }

  .grid--v-medium__col--2-4, .grid--v-medium__cols--2-4 {
    width: 45.72127%;
    margin-right: 8.55746%; }

  .grid--v-medium__cols--2-4:nth-child(2n) {
    margin-right: 0; }

  .grid--v-medium__cols--2-4:nth-child(2n+1) {
    clear: left; }

  .grid--v-medium__col--3-4, .grid--v-medium__cols--3-4 {
    width: 72.86064%;
    margin-right: 8.55746%; }

  .grid--v-medium__cols--3-4:nth-child(1n) {
    margin-right: 0; }

  .grid--v-medium__cols--3-4:nth-child(1n+1) {
    clear: left; }

  .grid--v-medium__col--1-4, .grid--v-medium__cols--1-4 {
    width: 18.58191%;
    margin-right: 8.55746%; }

  .grid--v-medium__cols--1-4:nth-child(4n) {
    margin-right: 0; }

  .grid--v-medium__cols--1-4:nth-child(4n+1) {
    clear: left; }

  .grid--v-medium__col--2-4, .grid--v-medium__cols--2-4 {
    width: 45.72127%;
    margin-right: 8.55746%; }

  .grid--v-medium__cols--2-4:nth-child(2n) {
    margin-right: 0; }

  .grid--v-medium__cols--2-4:nth-child(2n+1) {
    clear: left; }

  .grid--v-medium__col--3-4, .grid--v-medium__cols--3-4 {
    width: 72.86064%;
    margin-right: 8.55746%; }

  .grid--v-medium__cols--3-4:nth-child(1n) {
    margin-right: 0; }

  .grid--v-medium__cols--3-4:nth-child(1n+1) {
    clear: left; } }
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .grid--v-small__col--1-2, .grid--v-small__cols--1-2 {
    width: 40.64171%;
    margin-right: 18.71658%; }

  .grid--v-small__cols--1-2:nth-child(2n) {
    margin-right: 0; }

  .grid--v-small__cols--1-2:nth-child(2n+1) {
    clear: left; } }
@media only screen and (min-width: 980px) {
  .grid--v-large__col--omega {
    margin-right: 0 !important; } }
@media only screen and (min-width: 481px) and (max-width: 979px) {
  .grid--v-medium__col--omega {
    margin-right: 0 !important; } }
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .grid--v-small__col--omega {
    margin-right: 0 !important; } }
@media only screen and (max-width: 379px) {
  .grid--v-mini__col--omega {
    margin-right: 0 !important; } }
/* Styleguide Icons */
.icons--example .icon, .icons--example .download-list__content li:before, .download-list__content .icons--example li:before, .icons--example .download-list__content li .before, .download-list__content li .icons--example .before, .icons--example .filter__has-more__trigger .filter__has-more__icon:before, .filter__has-more__trigger .icons--example .filter__has-more__icon:before, .icons--example .filter__has-more__trigger--open .filter__has-more__icon:before, .filter__has-more__trigger--open .icons--example .filter__has-more__icon:before, .icons--example .filter__pannel-title:before, .icons--example .filter__tag:after, .icons--example .img-hover:after, .icons--example .img-hover--alt:after, .icons--example .img-hover .after, .img-hover .icons--example .after, .icons--example .img-hover--alt .after, .img-hover--alt .icons--example .after, .icons--example .link--more:after, .icons--example .link--more .after, .link--more .icons--example .after, .icons--example .pagination__previous:before, .icons--example .pagination__previous.before, .icons--example .pagination__next:after, .icons--example .pagination__next.after, .icons--example .tip-box__tip:before, .icons--example .tip-box__tip .before, .tip-box__tip .icons--example .before {
  font-size: 36px;
  display: inline-block;
  width: 80px;
  padding-bottom: 20px;
  text-align: center; }

/* Variables */
/* Style */
img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 0rem;
  max-width: 100%;
  height: auto; }

/* Image hovers */
/* Img-hover */
.img-hover, .img-hover--alt {
  border-radius: 0; }
  .img-hover:after, .img-hover--alt:after, .img-hover .after, .img-hover--alt .after {
    box-sizing: border-box;
    border-radius: 0.1875rem;
    transform: translate(-50%, -50%);
    line-height: 1;
    content: attr(data-content);
    display: none;
    white-space: nowrap;
    width: auto;
    padding: 0.9375rem 1.25rem 0.9375rem 1.25rem;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2; }
    @media only screen and (min-width: 980px) {
      .img-hover:after, .img-hover--alt:after, .img-hover .after, .img-hover--alt .after {
        font-size: 16px; } }
    @media only screen and (min-width: 481px) and (max-width: 979px) {
      .img-hover:after, .img-hover--alt:after, .img-hover .after, .img-hover--alt .after {
        font-size: 16px; } }
    @media only screen and (min-width: 380px) and (max-width: 480px) {
      .img-hover:after, .img-hover--alt:after, .img-hover .after, .img-hover--alt .after {
        font-size: 16px; } }
    @media only screen and (max-width: 379px) {
      .img-hover:after, .img-hover--alt:after, .img-hover .after, .img-hover--alt .after {
        font-size: 16px; } }
  .img-hover:hover:before, .img-hover--alt:hover:before, .img-hover:hover .before, .img-hover--alt:hover .before, .img-hover:hover:after, .img-hover--alt:hover:after, .img-hover:hover .after, .img-hover--alt:hover .after, .img-hover:focus:before, .img-hover--alt:focus:before, .img-hover:focus .before, .img-hover--alt:focus .before, .img-hover:focus:after, .img-hover--alt:focus:after, .img-hover:focus .after, .img-hover--alt:focus .after {
    display: block; }
  .img-hover:hover img, .img-hover--alt:hover img, .img-hover:focus img, .img-hover--alt:focus img {
    opacity: 0.2; }

.img-hover--alt:after, .img-hover--alt .after {
  border: 0;
  padding: 0;
  font-size: 41px; }

/* Img */
.img-link {
  box-sizing: border-box;
  display: inline-block;
  position: relative; }
  .img-link:hover, .img-link:focus {
    background-color: #2f3963;
    text-decoration: none; }
  .img-link img {
    box-sizing: border-box;
    margin: 0;
    width: 100%; }

.img-link--no-margin {
  margin: 0; }

.img-link--alt {
  box-sizing: border-box;
  display: inline-block;
  position: relative; }
  .img-link--alt:hover, .img-link--alt:focus {
    background-color: #2f3963;
    text-decoration: none; }
  .img-link--alt img {
    box-sizing: border-box;
    margin: 0; }

.img-link--left {
  float: left; }

@media only screen and (max-width: 379px) {
  .img-link--right {
    width: 100%; } }
@media only screen and (max-width: 379px) {
  .img-link--right {
    margin-bottom: 10px; } }
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .img-link--right {
    margin-bottom: 10px; } }
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .img-link--right {
    float: right;
    margin-left: 10px; } }
@media only screen and (min-width: 481px) and (max-width: 979px) {
  .img-link--right {
    float: right; } }
@media only screen and (min-width: 980px) {
  .img-link--right {
    float: right; } }

/* ITEM */
.item {
  display: block;
  margin-bottom: 3rem; }

.item__content {
  box-sizing: border-box;
  padding: 2rem;
  border-right: 1px solid #d6d4cb;
  border-bottom: 1px solid #d6d4cb;
  border-left: 1px solid #d6d4cb; }

.item__description {
  color: #a39d9c;
  font-size: 16px;
  line-height: 22px; }

/* VARIABLES */
/* JUMBOTRON */
.jumbotron {
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  text-align: center;
  border: 1px solid #e9e9e9; }
  .jumbotron p {
    margin-bottom: 0; }

.jumbotron__title {
  display: block;
  text-transform: none;
  color: #1a1a1a;
  font-weight: normal;
  text-transform: none; }
  @media only screen and (min-width: 980px) {
    .jumbotron__title {
      font-size: 2rem;
      line-height: 2.1875rem; } }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    .jumbotron__title {
      font-size: 2rem;
      line-height: 2.1875rem; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .jumbotron__title {
      font-size: 1.75rem;
      line-height: 2rem; } }
  @media only screen and (max-width: 379px) {
    .jumbotron__title {
      font-size: 1.75rem;
      line-height: 2rem; } }
  @media only screen and (min-width: 980px) {
    .jumbotron__title {
      margin: 0 0 1.875rem 0; } }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    .jumbotron__title {
      margin: 0 0 1.25rem 0; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .jumbotron__title {
      margin: 0 0 0.625rem 0; } }
  @media only screen and (max-width: 379px) {
    .jumbotron__title {
      margin: 0 0 0.625rem 0; } }
  .jumbotron__title a, .jumbotron__title .link {
    text-decoration: none; }

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

/* Link */
.link.-padded-top {
  display: inline-block;
  padding-top: 4px; }

.link--more {
  position: relative; }
  .link--more:after, .link--more .after {
    display: inline-block;
    position: relative;
    top: 0px;
    font-size: 12px;
    margin-left: 7px; }

.link__icon {
  width: 15px;
  height: 9px;
  fill: #8ecb2f;
  padding-left: 3px; }
  .link__icon.-cart {
    width: 15px;
    height: 15px;
    margin-right: 0.5rem; }

/* LOGO */
.logo {
  display: block;
  width: 100%;
  border: 0;
  padding: 1.5rem 0 2rem 0;
  max-width: 112px;
  margin: 0 auto;
  margin-top: -65px; }
  @media only screen and (min-width: 980px) {
    .logo {
      margin-top: auto;
      max-width: 204px; } }
  .logo img {
    border: 0;
    padding: 0;
    background: none; }

/* ==========================================================================
   Lightbox
   ========================================================================== */
/* No files to import found in magnific-popup/* */
img.mfp-img {
  border: 0;
  background: transparent; }

.mfp-figure figure {
  margin: 0; }

/* MAIN */
.main {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

/* MASTHEAD */
.masthead {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  background: #000000 url("../images/masthead.jpg") center top no-repeat;
  margin-bottom: 4.5rem; }
  .masthead:before, .masthead:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .masthead:after {
    clear: both; }
  .ie7 .masthead {
    zoom: 1; }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    .masthead .left {
      float: left; }
    .masthead .right {
      float: right; } }
  @media only screen and (min-width: 980px) {
    .masthead .left {
      float: left; }
    .masthead .right {
      float: right; } }

/* All masthead components */
/* MASTHEAD SEARCH */
.masthead-search {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media only screen and (min-width: 980px) {
    .masthead-search {
      max-width: 30rem; } }
  .masthead-search input {
    box-sizing: border-box;
    -webkit-appearance: none !important;
    border-radius: 0;
    border: 1px solid #d6d4cb;
    padding-right: 40px !important; }

/* MASTHEAD__CONTAINER */
.masthead__container {
  overflow: visible; }

.media-grid {
  margin: 0 0 1.875rem 0;
  padding: 0;
  list-style: none; }

/* MENU-BUTTON */
/* VARIABLES */
/* STYLE */
.meta {
  margin-top: -25px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 379px) {
    .meta {
      margin-top: -10px;
      margin-bottom: 10px; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .meta {
      margin-top: -10px;
      margin-bottom: 10px; } }

.meta__icon {
  padding-right: 10px; }

.meta__replies,
.meta__author,
.meta__category {
  padding-left: 10px; }

/* NAV */
/* All nav components */
/* NAV-BOTTOM-FOOTER */
.nav.-bottom-footer {
  display: inline-block; }
  @media only screen and (max-width: 379px) {
    .nav.-bottom-footer {
      display: inline; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .nav.-bottom-footer {
      display: inline; } }
  .nav.-bottom-footer .nav__item {
    text-decoration: none;
    color: #d3bf9d;
    font-size: 16px;
    font-weight: 400;
    display: inline-block; }
    .nav.-bottom-footer .nav__item:hover, .nav.-bottom-footer .nav__item:focus {
      text-decoration: underline; }
    @media only screen and (max-width: 379px) {
      .nav.-bottom-footer .nav__item:first-child:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 20px;
        background: #d3bf9d;
        margin-left: -2rem;
        margin-right: 2rem; } }
    @media only screen and (min-width: 380px) and (max-width: 480px) {
      .nav.-bottom-footer .nav__item:first-child:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 20px;
        background: #d3bf9d;
        margin-left: -2rem;
        margin-right: 2rem; } }
    @media only screen and (min-width: 481px) and (max-width: 979px) {
      .nav.-bottom-footer .nav__item:first-child:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 20px;
        background: #735049;
        margin: 0 2rem; } }
    @media only screen and (min-width: 980px) {
      .nav.-bottom-footer .nav__item:first-child:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 20px;
        background: #735049;
        margin: 0 2rem; } }

/* NAV-CONTAINER */
.nav-container {
  transition: all .3s ease;
  transform-style: preserve-3d; }
  @media only screen and (max-width: 379px) {
    .nav-container {
      max-height: 0;
      overflow: hidden; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .nav-container {
      max-height: 0;
      overflow: hidden; } }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    .nav-container {
      max-height: 0;
      overflow: hidden; } }
  .nav-container.-active {
    max-height: 800px; }
    .nav-container.-active .nav__item {
      margin-top: 0; }

/* NAV-FOOTER */
.nav.-footer .nav__item {
  transition: all .3s ease;
  transform-style: preserve-3d;
  display: block;
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.6rem;
  color: #7b7a78;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 0.64rem; }
  .nav.-footer .nav__item:hover, .nav.-footer .nav__item:focus {
    text-decoration: underline; }
  @media only screen and (max-width: 379px) {
    .nav.-footer .nav__item {
      display: block;
      background-color: #ffffff;
      margin-bottom: 0;
      padding: 1.6rem 2rem;
      font-size: 18px;
      border-bottom: 1px solid #d6d4cb; }
      .nav.-footer .nav__item:hover, .nav.-footer .nav__item:focus {
        text-decoration: none; }
      .nav.-footer .nav__item:last-child {
        border-bottom: 0; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .nav.-footer .nav__item {
      display: block;
      background-color: #ffffff;
      margin-bottom: 0;
      padding: 1.6rem 2rem;
      font-size: 18px;
      border-bottom: 1px solid #d6d4cb; }
      .nav.-footer .nav__item:hover, .nav.-footer .nav__item:focus {
        text-decoration: none; }
      .nav.-footer .nav__item:last-child {
        border-bottom: 0; } }
  .nav.-footer .nav__item svg {
    width: 7px;
    height: 7px;
    fill: #b9b6a8;
    margin-right: 5px;
    position: relative;
    top: -2px; }
    @media only screen and (max-width: 379px) {
      .nav.-footer .nav__item svg {
        display: none; } }
    @media only screen and (min-width: 380px) and (max-width: 480px) {
      .nav.-footer .nav__item svg {
        display: none; } }

/* NAV-MAIN */
.nav.-main {
  display: block;
  box-sizing: border-box;
  background: #ffffff; }
  @media only screen and (min-width: 980px) {
    .nav.-main {
      padding-top: 2.3rem;
      padding-bottom: 2.5rem;
      padding-right: 100px; } }
  .nav.-main .nav__item {
    transition: all .3s ease;
    transform-style: preserve-3d;
    display: block;
    font-family: "Arvo", "Lato", Arial, sans-serif;
    font-size: 1.5rem;
    color: #3d2d2a;
    text-decoration: none; }
    .nav.-main .nav__item:hover, .nav.-main .nav__item:focus {
      text-decoration: underline; }
    @media only screen and (max-width: 379px) {
      .nav.-main .nav__item {
        text-align: center;
        border-bottom: 1px solid #e9e9e5;
        padding: 1rem 0; } }
    @media only screen and (min-width: 380px) and (max-width: 480px) {
      .nav.-main .nav__item {
        text-align: center;
        border-bottom: 1px solid #e9e9e5;
        padding: 1rem 0; } }
    @media only screen and (min-width: 481px) and (max-width: 979px) {
      .nav.-main .nav__item {
        text-align: center;
        border-bottom: 1px solid #e9e9e5;
        padding: 1rem 0; } }
    @media only screen and (min-width: 980px) {
      .nav.-main .nav__item {
        display: inline-block;
        font-size: 1.6rem; } }
    .nav.-main .nav__item:not(:last-child):after {
      display: inline-block;
      vertical-align: middle;
      margin: 0 2rem;
      height: 22px;
      width: 2px;
      background: #e9e9e5; }
      @media only screen and (min-width: 481px) and (max-width: 979px) {
        .nav.-main .nav__item:not(:last-child):after {
          margin: 0 1rem; } }
      @media only screen and (min-width: 980px) {
        .nav.-main .nav__item:not(:last-child):after {
          content: ''; } }

/* NAV-META */
.nav.-meta {
  position: absolute;
  top: 2rem;
  right: 0;
  text-align: right; }
  @media only screen and (max-width: 379px) {
    .nav.-meta {
      display: block;
      position: static;
      text-align: center; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .nav.-meta {
      display: block;
      position: static;
      text-align: center; } }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    .nav.-meta {
      display: block;
      position: static;
      text-align: center; } }
  @media only screen and (min-width: 980px) {
    .nav.-meta {
      right: 0rem;
      top: -16rem; } }
  .nav.-meta .nav__item {
    display: inline-block;
    font-size: 1.5rem;
    color: #d3bf9d;
    text-decoration: none;
    font-weight: 400;
    vertical-align: middle; }
    .nav.-meta .nav__item:hover, .nav.-meta .nav__item:focus {
      text-decoration: underline; }
    .nav.-meta .nav__item:not(:first-child):before {
      display: inline-block;
      vertical-align: middle;
      margin: 0 1rem;
      height: 20px;
      width: 1px;
      background: #735049; }
      @media only screen and (min-width: 980px) {
        .nav.-meta .nav__item:not(:first-child):before {
          content: ''; } }
    @media only screen and (max-width: 379px) {
      .nav.-meta .nav__item {
        display: block;
        border-bottom: 1px solid #e9e9e5;
        padding: 1rem 0; } }
    @media only screen and (min-width: 380px) and (max-width: 480px) {
      .nav.-meta .nav__item {
        display: block;
        border-bottom: 1px solid #e9e9e5;
        padding: 1rem 0; } }
    @media only screen and (min-width: 481px) and (max-width: 979px) {
      .nav.-meta .nav__item {
        display: block;
        border-bottom: 1px solid #e9e9e5;
        padding: 1rem 0; } }

.no-script {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid black;
  background-color: FE1;
  color: black;
  font-family: verdana;
  font-size: 11px;
  text-align: left;
  text-transform: uppercase; }

.overview .meta {
  position: relative;
  top: -1em; }
.overview p {
  margin-bottom: 1em; }
@media only screen and (max-width: 379px) {
  .overview article img {
    margin-bottom: 1rem; } }

/* STYLE */
.pagination {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 20px;
  padding: 10px 10px 7px 10px;
  position: relative;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  border: 0; }
  .pagination select {
    margin: 0;
    padding: 0; }
  .pagination .disabled {
    display: none; }
  @media print {
    .pagination {
      display: none !important; } }

.pagination__holder {
  min-height: 40px;
  line-height: 40px;
  margin: 0;
  display: block;
  list-style: none;
  position: relative; }
  @media only screen and (min-width: 980px) {
    .pagination__holder {
      width: 400px;
      margin: 0;
      padding: 2px;
      float: left; } }

.pagination__previous, .pagination__next {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-radius: 0;
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  border: none;
  vertical-align: middle;
  line-height: 40px;
  text-decoration: none;
  background-color: #ffffff;
  font-family: "Arvo", "Lato", Arial, sans-serif; }
  @media only screen and (max-width: 379px) {
    .pagination__previous, .pagination__next {
      padding: 0.9375rem 1.25rem; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .pagination__previous, .pagination__next {
      padding: 0.9375rem 1.25rem; } }
  .pagination__previous:hover, .pagination__previous:focus, .pagination__next:hover, .pagination__next:focus {
    background-color: #ffffff;
    text-decoration: none; }
    .pagination__previous:hover:before, .pagination__previous:hover.before, .pagination__previous:hover:after, .pagination__previous:hover.after, .pagination__previous:focus:before, .pagination__previous:focus.before, .pagination__previous:focus:after, .pagination__previous:focus.after, .pagination__next:hover:before, .pagination__next:hover.before, .pagination__next:hover:after, .pagination__next:hover.after, .pagination__next:focus:before, .pagination__next:focus.before, .pagination__next:focus:after, .pagination__next:focus.after {
      color: #072f49; }
  .pagination__previous:active, .pagination__next:active {
    background-color: #e6e6e6;
    text-decoration: none; }
    .pagination__previous:active:before, .pagination__previous:active.before, .pagination__previous:active:after, .pagination__previous:active.after, .pagination__next:active:before, .pagination__next:active.before, .pagination__next:active:after, .pagination__next:active.after {
      color: #072f49; }
  .pagination__previous:before, .pagination__previous.before, .pagination__previous:after, .pagination__previous.after, .pagination__next:before, .pagination__next.before, .pagination__next:after, .pagination__next.after {
    display: inline-block;
    text-decoration: none;
    line-height: 1; }
    @media only screen and (min-width: 980px) {
      .pagination__previous:before, .pagination__previous.before, .pagination__previous:after, .pagination__previous.after, .pagination__next:before, .pagination__next.before, .pagination__next:after, .pagination__next.after {
        font-size: 1.125rem; } }
    @media only screen and (min-width: 481px) and (max-width: 979px) {
      .pagination__previous:before, .pagination__previous.before, .pagination__previous:after, .pagination__previous.after, .pagination__next:before, .pagination__next.before, .pagination__next:after, .pagination__next.after {
        font-size: 1.125rem; } }
    @media only screen and (min-width: 380px) and (max-width: 480px) {
      .pagination__previous:before, .pagination__previous.before, .pagination__previous:after, .pagination__previous.after, .pagination__next:before, .pagination__next.before, .pagination__next:after, .pagination__next.after {
        font-size: 1.25rem; } }
    @media only screen and (max-width: 379px) {
      .pagination__previous:before, .pagination__previous.before, .pagination__previous:after, .pagination__previous.after, .pagination__next:before, .pagination__next.before, .pagination__next:after, .pagination__next.after {
        font-size: 1.25rem; } }
  @media only screen and (max-width: 379px) {
    .pagination__previous, .pagination__next {
      display: inline-block;
      position: relative;
      font-size: 0;
      width: 0;
      height: 0; }
      .pagination__previous:before, .pagination__previous.before, .pagination__previous:after, .pagination__previous.after, .pagination__next:before, .pagination__next.before, .pagination__next:after, .pagination__next.after {
        position: absolute;
        top: 0.3125rem;
        left: 0;
        right: 0;
        width: 100%; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .pagination__previous, .pagination__next {
      display: inline-block;
      position: relative;
      font-size: 0;
      width: 0;
      height: 0; }
      .pagination__previous:before, .pagination__previous.before, .pagination__previous:after, .pagination__previous.after, .pagination__next:before, .pagination__next.before, .pagination__next:after, .pagination__next.after {
        position: absolute;
        top: 0.3125rem;
        left: 0;
        right: 0;
        width: 100%; } }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    .pagination__previous:before, .pagination__previous .before, .pagination__next:before, .pagination__next .before {
      padding-right: 0.375rem; }
    .pagination__previous:after, .pagination__previous .after, .pagination__next:after, .pagination__next .after {
      padding-left: 0.375rem; } }
  @media only screen and (min-width: 980px) {
    .pagination__previous:before, .pagination__previous .before, .pagination__next:before, .pagination__next .before {
      padding-right: 0.375rem; }
    .pagination__previous:after, .pagination__previous .after, .pagination__next:after, .pagination__next .after {
      padding-left: 0.375rem; } }

.pagination__previous {
  left: 0; }
  .pagination__previous:before, .pagination__previous.before {
    font-size: 12px; }
  @media only screen and (max-width: 379px) {
    .pagination__previous {
      float: left; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .pagination__previous {
      float: left; } }

.pagination__next {
  right: 0; }
  .pagination__next:after, .pagination__next.after {
    font-size: 12px; }
  @media only screen and (max-width: 379px) {
    .pagination__next {
      float: right; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .pagination__next {
      float: right; } }

.pagination__all {
  display: inline-block;
  width: auto;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 1.125rem;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "Lato", Arial, sans-serif; }
  @media only screen and (max-width: 379px) {
    .pagination__all {
      line-height: 1; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .pagination__all {
      line-height: 1; } }
  .pagination__all strong {
    font-weight: 700; }
  @media only screen and (min-width: 980px) {
    .pagination__all {
      margin-right: 0.625rem;
      float: right; } }

/* paragraph */
p,
.paragraph {
  max-width: 74rem;
  margin-bottom: 1em;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #4e4847; }
  p.-auto-width,
  .paragraph.-auto-width {
    max-width: none; }
  p.-error,
  .paragraph.-error {
    background: #e1a9b0;
    background: rgba(141, 49, 61, 0.3);
    color: #8d313d;
    padding: 5px 15px;
    border-radius: 5px; }

/* PARALLAX */
.parallax {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden; }
  @media only screen and (max-width: 379px) {
    .parallax {
      height: auto !important; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .parallax {
      height: auto !important; } }
  @media only screen and (max-width: 379px) {
    .parallax img {
      display: block !important; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .parallax img {
      display: block !important; } }

.parallax__image {
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  background-image: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1; }
  @media only screen and (max-width: 379px) {
    .parallax__image {
      display: none; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .parallax__image {
      display: none; } }

/* POPUP */
.popup {
  box-sizing: border-box;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  overflow-y: scroll; }
  .popup::-webkit-scrollbar {
    display: none; }

.popup--active {
  display: block; }

.popup__content {
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  margin: 20px auto;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .popup__content > *:last-child {
    margin-bottom: 0; }

.popup__bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  display: block;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.popup__close {
  position: absolute;
  right: 5px;
  top: -30px;
  z-index: 20;
  color: #ffffff; }
  .popup__close:hover, .popup__close:focus {
    color: #5c2d91; }

/* Post Item */
.post-item {
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 25px; }
  .post-item:last-of-type, .post-item.slvzr-last-of-type {
    margin-bottom: 20px; }

.post-item__title {
  color: #7b7a78;
  text-decoration: none;
  font-weight: 400;
  font-family: "Arvo", "Lato", Arial, sans-serif; }
  .post-item__title:hover, .post-item__title:focus {
    color: #7b7a78;
    text-decoration: underline; }

.post-item__image {
  margin: 0; }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    .post-item__image {
      margin-top: 30px; } }
  @media only screen and (min-width: 980px) {
    .post-item__image {
      position: relative;
      top: -33px; } }

.post-item__title--small {
  font-size: 20px;
  margin-bottom: 5px; }

.post-item__content {
  margin-bottom: 1px; }

/* PRODUCT-ITEM */
.product-item {
  margin-top: -1px; }
  @media only screen and (max-width: 379px) {
    .product-item {
      display: block;
      clear: both;
      float: none;
      overflow: hidden;
      padding-bottom: 4rem; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .product-item {
      display: block;
      clear: both;
      float: none;
      overflow: hidden;
      padding-bottom: 4rem; } }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    .product-item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font: 0/0 "Lato", Arial, sans-serif; } }
  @media only screen and (min-width: 980px) {
    .product-item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font: 0/0 "Lato", Arial, sans-serif; } }
  .product-item > * {
    display: block;
    float: left; }

.product-item__icon {
  transition: all .3s ease;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -9px;
  z-index: 1; }
  @media only screen and (max-width: 379px) {
    .product-item__icon {
      display: none; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .product-item__icon {
      display: none; } }

.product-item__img {
  display: block;
  max-width: 120px; }
  .product-item__img img {
    border: 1px solid #d6d4cb;
    box-sizing: border-box;
    background: #ffffff; }
    @media only screen and (min-width: 481px) and (max-width: 979px) {
      .product-item__img img {
        border-right: 0; } }
    @media only screen and (min-width: 980px) {
      .product-item__img img {
        border-right: 0; } }
  @media only screen and (max-width: 379px) {
    .product-item__img {
      width: 100%;
      max-width: 100%; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .product-item__img {
      width: 100%;
      max-width: 100%; } }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    .product-item__img {
      position: relative;
      overflow: hidden; }
      .product-item__img:hover img, .product-item__img:focus img {
        opacity: .5; }
      .product-item__img:hover .product-item__icon, .product-item__img:focus .product-item__icon {
        top: 35px; } }
  @media only screen and (min-width: 980px) {
    .product-item__img {
      position: relative;
      overflow: hidden; }
      .product-item__img:hover img, .product-item__img:focus img {
        opacity: .5; }
      .product-item__img:hover .product-item__icon, .product-item__img:focus .product-item__icon {
        top: 35px; } }
  .product-item__img, .product-item__img * {
    transition: all .3s ease; }

.product-item__data {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  max-width: 850px;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  border: 1px solid #d6d4cb;
  transition: all .3s ease;
  background: #fafaf9; }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    .product-item__data {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font: 0/0 "Lato", Arial, sans-serif; } }
  @media only screen and (min-width: 980px) {
    .product-item__data {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font: 0/0 "Lato", Arial, sans-serif; } }
  .product-item__data > * {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 1; }
  .product-item__data.-active {
    background: #ffffff; }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    .product-item__data {
      padding: 2rem; } }
  @media only screen and (min-width: 980px) {
    .product-item__data {
      padding: 2rem; } }
  @media only screen and (max-width: 379px) {
    .product-item__data {
      border-top: 0; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .product-item__data {
      border-top: 0; } }

.product-item__title {
  box-sizing: border-box;
  padding-top: 5px;
  padding-right: 20px;
  position: relative; }
  @media only screen and (max-width: 379px) {
    .product-item__title {
      display: block;
      width: 100%;
      padding: 2rem; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .product-item__title {
      display: block;
      width: 100%;
      padding: 2rem; } }
  .product-item__title.-has-content {
    cursor: pointer;
    transition: all .5s ease; }
    .product-item__title.-has-content:after {
      display: inline-block;
      width: 16px;
      height: 16px;
      background: url(../images/svg/arrow-down.svg) center center no-repeat;
      background-size: 100%;
      position: relative;
      content: ''; }
      @media only screen and (min-width: 481px) and (max-width: 979px) {
        .product-item__title.-has-content:after {
          margin-left: 1.2rem;
          width: 12px;
          height: 12px; } }
      @media only screen and (min-width: 980px) {
        .product-item__title.-has-content:after {
          margin-left: 1.2rem;
          width: 12px;
          height: 12px; } }
      @media only screen and (max-width: 379px) {
        .product-item__title.-has-content:after {
          top: 10px;
          float: right; } }
      @media only screen and (min-width: 380px) and (max-width: 480px) {
        .product-item__title.-has-content:after {
          top: 10px;
          float: right; } }
  .product-item__title.-active {
    transition: all .3s ease; }
    .product-item__title.-active:after {
      background: url(../images/svg/arrow-up.svg) center center no-repeat;
      background-size: 100%; }
    @media only screen and (min-width: 481px) and (max-width: 979px) {
      .product-item__title.-active {
        margin-bottom: 1rem; } }
    @media only screen and (min-width: 980px) {
      .product-item__title.-active {
        margin-bottom: 1rem; } }

.product_item__subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #b9b6a8; }

.product-item__content {
  box-sizing: border-box;
  transition: all .3s ease;
  transform-style: preserve-3d;
  width: 100%;
  max-width: 100%;
  max-height: 0;
  overflow: hidden; }
  .product-item__content.-active {
    max-height: 2000px; }
    @media only screen and (max-width: 379px) {
      .product-item__content.-active {
        padding: 2rem;
        border-bottom: 1px solid #d6d4cb; } }
    @media only screen and (min-width: 380px) and (max-width: 480px) {
      .product-item__content.-active {
        padding: 2rem;
        border-bottom: 1px solid #d6d4cb; } }
    @media only screen and (min-width: 481px) and (max-width: 979px) {
      .product-item__content.-active {
        padding-bottom: 10px; } }
    @media only screen and (min-width: 980px) {
      .product-item__content.-active {
        padding-bottom: 10px; } }
  @media only screen and (max-width: 379px) {
    .product-item__content {
      display: block;
      padding-left: 2rem;
      padding-right: 2rem;
      border-top: 1px solid #d6d4cb; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .product-item__content {
      display: block;
      padding-left: 2rem;
      padding-right: 2rem;
      border-top: 1px solid #d6d4cb; } }

.product-item__main {
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0; }

@media only screen and (max-width: 379px) {
  .product-item__pricing {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 2rem; } }
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .product-item__pricing {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 2rem; } }
@media only screen and (min-width: 481px) and (max-width: 979px) {
  .product-item__pricing {
    max-width: 350px; } }
@media only screen and (min-width: 980px) {
  .product-item__pricing {
    max-width: 350px; } }

.product-item__ordergroup,
.product-item__price,
.product-item__amount,
.product-item__action {
  display: inline-block;
  vertical-align: middle; }

@media only screen and (max-width: 379px) {
  .product-item__ordergroup {
    display: inline-block;
    text-align: right;
    float: right; } }
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .product-item__ordergroup {
    display: inline-block;
    text-align: right;
    float: right; } }

.product-item__price {
  font-size: 18px;
  font-weight: 600;
  color: #63625a; }
  @media only screen and (max-width: 379px) {
    .product-item__price {
      padding-top: 1rem; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .product-item__price {
      padding-top: 1rem; } }
  .product-item__price.-total {
    padding-left: 2rem;
    font-style: italic;
    font-weight: 900;
    color: #000000; }

.product-item__amount input.form__field {
  max-width: 5rem;
  text-align: center;
  padding: 9px 10px 10px 10px;
  margin-left: 18px;
  overflow: visible;
  position: relative; }
.product-item__amount [type="number"]::-webkit-inner-spin-button,
.product-item__amount [type="number"]::-webkit-outer-spin-button {
  right: 0;
  margin-top: 2px;
  position: absolute; }

@media only screen and (max-width: 379px) {
  .product-item__action {
    display: block;
    float: none;
    margin: 0 auto;
    padding-top: 1rem; } }
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .product-item__action {
    float: right; } }

.product__meats {
  overflow: auto; }

.product__meats__option {
  display: block;
  width: 100%;
  margin-bottom: 0.625rem; }
  .product__meats__option input {
    width: 2.5rem;
    margin-right: 0.625rem;
    padding: 0.1875rem 0.3125rem;
    text-align: center;
    border: 1px solid #dcdbd9;
    float: left; }
  .product__meats__option label {
    display: block;
    margin-bottom: 5px;
    min-height: 3.2rem; }

@media only screen and (min-width: 980px) {
  .product__meats__option {
    float: left;
    width: 50%; } }
.search-results__item {
  margin-bottom: 2.5rem; }

.search-results__item h2 {
  margin-bottom: 0;
  line-height: 1.1; }

/* SEPARATOR */
.separator {
  border: 0;
  background: #d6d4cb; }

/* SHOPPING-CART */
.shopping-cart {
  text-decoration: none;
  display: block;
  text-align: right;
  position: absolute;
  top: 3.5rem;
  right: 2rem;
  padding-right: 2.5rem;
  z-index: 1;
  text-decoration: none; }
  .shopping-cart:hover, .shopping-cart:focus {
    text-decoration: none; }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    .shopping-cart {
      right: 5rem; } }
  @media only screen and (min-width: 980px) {
    .shopping-cart {
      top: 19.5rem;
      right: 0rem;
      margin-right: 2rem; } }
  .shopping-cart svg {
    width: 2.4rem;
    height: 2.4rem; }
    @media only screen and (max-width: 379px) {
      .shopping-cart svg {
        fill: #ffffff;
        -webkit-filter: drop-shadow(0px 2px 2px black);
        filter: drop-shadow(0px 2px 2px black); } }
    @media only screen and (min-width: 380px) and (max-width: 480px) {
      .shopping-cart svg {
        fill: #ffffff;
        -webkit-filter: drop-shadow(0px 2px 2px black);
        filter: drop-shadow(0px 2px 2px black); } }
    @media only screen and (min-width: 481px) and (max-width: 979px) {
      .shopping-cart svg {
        fill: #ffffff;
        -webkit-filter: drop-shadow(0px 2px 2px black);
        filter: drop-shadow(0px 2px 2px black); } }

.shopping-cart__count {
  transition: all .2s ease;
  box-sizing: content-box;
  background: #8ecb2f;
  border-radius: 2.7rem;
  display: inline-block;
  width: 2.7rem;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 2.7rem;
  text-align: center;
  position: absolute;
  float: right;
  top: -2rem;
  right: 1.2rem;
  box-shadow: 1px 1px #77aa27; }

.shopping-cart:hover .shopping-cart__count {
  background: #9ad341;
  padding-left: 1.1rem;
  padding-right: 1.1rem; }

.shopping-cart__content {
  transition: all .3s ease;
  position: relative;
  padding-top: 2rem;
  max-height: 0;
  overflow: hidden; }
  .shopping-cart__content.-active {
    max-height: 1000px; }

/* SOCIAL */
.social {
  display: block; }
  @media only screen and (max-width: 379px) {
    .social {
      padding-top: 2rem; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .social {
      padding-top: 2rem; } }
  @media only screen and (min-width: 481px) and (max-width: 979px) {
    .social {
      padding-top: 2rem; } }
  @media only screen and (min-width: 980px) {
    .social {
      display: inline-block;
      float: right; } }

.social__item {
  display: inline-block;
  margin: 0 2.5rem 0 0;
  text-decoration: none;
  color: #d3bf9d; }
  .social__item:hover, .social__item:focus {
    color: #ffffff; }
  @media only screen and (min-width: 980px) {
    .social__item {
      margin: 0 1.25rem; } }
  .social__item svg {
    transition: all .3s ease;
    color: inherit;
    fill: currentColor;
    width: 22px;
    height: 21px; }

/* STICKY-HEADER */
.sticky-header {
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  padding: 2rem; }

/* SUBSCRIBE-BOX */
.subscribe-box {
  background: #edece8; }

.subscribe-box__title {
  display: block;
  background: #d6d4cb url("../images/svg/swoosh.svg") right top no-repeat;
  padding: 1.5rem 2rem 1.5rem 2rem;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #b9b6a8; }
  .subscribe-box__title:after {
    content: '';
    display: block;
    width: 60px;
    height: 53px;
    background: url("../images/envelope.png") center center no-repeat;
    position: absolute;
    top: 5px;
    right: -14px; }

.subscribe-box__content {
  padding: 2rem; }

.subscribe-box__label {
  display: inline-block;
  cursor: pointer;
  color: #5c5b56;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 .5em 0; }
  @media only screen and (max-width: 379px) {
    .subscribe-box__label {
      display: block; } }
  @media only screen and (min-width: 380px) and (max-width: 480px) {
    .subscribe-box__label {
      display: block; } }
  @media print {
    .subscribe-box__label {
      font-size: 1.2rem; } }

/* Summary paragraph */
@media only screen and (min-width: 980px) {
  .summary {
    font-size: 1.1875rem;
    line-height: 1.875rem; } }
@media only screen and (min-width: 481px) and (max-width: 979px) {
  .summary {
    font-size: 1.1875rem;
    line-height: 1.875rem; } }
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .summary {
    font-size: 1.125rem;
    line-height: 1.875rem; } }
@media only screen and (max-width: 379px) {
  .summary {
    font-size: 1.125rem;
    line-height: 1.875rem; } }

/* TAG */
.tag {
  display: inline-block;
  color: #ffffff;
  background: #d3bf9d;
  padding: 4px 5px;
  margin-right: 4px;
  margin-bottom: 8px;
  border-radius: 2px;
  font-size: 15px;
  text-decoration: none; }
  .tag:hover, .tag:focus {
    background: #c3a87a;
    text-decoration: none; }
  .tag.-large {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 10px 14px; }

.tip-box__tip {
  margin-bottom: 5px; }
  .tip-box__tip:before, .tip-box__tip .before {
    padding-right: 10px;
    font-size: 21px;
    top: 2px; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Wrapper */
.wrapper {
  position: relative;
  width: 100%; }
  .wrapper.-ragged-border {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 4px;
    padding: 0;
    background: #000000 url("../images/border-top.png") center top repeat-x; }
  .wrapper.-bordered-bottom {
    border-bottom: 4px solid #d6d4cb; }

.wrapper--alt {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }

.h-background-purple {
  background-color: #5c2d91; }

.h-background-blue {
  background-color: #1a94ff; }

.h-background-white {
  background-color: #ffffff; }

.h-background-gray {
  background-color: #d6d4cb; }

.h-background-gray-2 {
  background-color: #edece8; }

.h-background-gray-3 {
  background-color: #7b7a78; }

.h-background-gray-4 {
  background-color: #5c5b56; }

.h-background-gray-5 {
  background-color: #3b3b3a; }

.h-background-gray-6 {
  background-color: #4e4847; }

.h-background-gray-7 {
  background-color: #a39d9c; }

.h-background-gray-8 {
  background-color: #fafaf9; }

.h-background-brown {
  background-color: #d3bf9d; }

.h-background-brown-2 {
  background-color: #735049; }

.h-background-brown-3 {
  background-color: #3d2d2a; }

.h-background-brown-4 {
  background-color: #e9e9e5; }

.h-background-brown-5 {
  background-color: #b9b6a8; }

.h-background-brown-6 {
  background-color: #6b4a44; }

.h-background-brown-7 {
  background-color: #63625a; }

.h-background-brown-8 {
  background-color: #aeac9d; }

.h-background-black {
  background-color: #000000; }

.h-background-red {
  background-color: #8d313d; }

.h-background-green {
  background-color: #8ecb2f; }

.h-background-green-2 {
  background-color: #a7d85b; }

.h-background-facebook {
  background-color: #3a589b; }

/* Helper classes */
.h-no-margin {
  margin: 0; }

.h-mini-margin-bottom {
  margin-bottom: 5px; }

.h-small-margin-bottom {
  margin-bottom: 10px; }

.h-medium-margin-bottom {
  margin-bottom: 20px; }

.h-large-margin-bottom {
  margin-bottom: 30px; }

.h-extra-large-margin-bottom {
  margin-bottom: 40px; }

.h-no-padding {
  padding: 0; }

.h-small-padding {
  padding-top: 10px;
  padding-bottom: 10px; }

.h-medium-padding {
  padding-top: 30px;
  padding-bottom: 30px; }

.h-medium-padding-bottom {
  padding-bottom: 30px; }

.h-large-padding {
  padding-top: 50px;
  padding-bottom: 50px; }

.h-large-padding-bottom {
  padding-bottom: 40px; }

.h-bottom-border {
  border-bottom: 1px solid; }

/* HELPER-EQUAL-HEIGHT */
.h-equal-height,
.h-flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font: 0/0 "Lato", Arial, sans-serif; }

@media only screen and (min-width: 980px) {
  .h-v-large__equal-height {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font: 0/0 "Lato", Arial, sans-serif; } }

@media only screen and (min-width: 481px) and (max-width: 979px) {
  .h-v-medium__equal-height {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font: 0/0 "Lato", Arial, sans-serif; } }

@media only screen and (min-width: 380px) and (max-width: 480px) {
  .h-v-small__equal-height {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font: 0/0 "Lato", Arial, sans-serif; } }

@media only screen and (max-width: 379px) {
  .h-v-mini__equal-height {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font: 0/0 "Lato", Arial, sans-serif; } }

.h-flex {
  flex: 1; }

@media only screen and (max-width: 379px) {
  .h-hide-mini {
    display: none; } }

@media only screen and (min-width: 380px) and (max-width: 480px) {
  .h-hide-small {
    display: none; } }

@media only screen and (min-width: 481px) and (max-width: 979px) {
  .h-hide-medium {
    display: none; } }

@media only screen and (min-width: 980px) {
  .h-hide-large {
    display: none; } }

@media only screen and (min-width: 980px) {
  .h-v-large__left {
    text-align: left; } }

@media only screen and (min-width: 481px) and (max-width: 979px) {
  .h-v-medium__left {
    text-align: left; } }

@media only screen and (min-width: 980px) {
  .h-v-large__right {
    text-align: right; } }

@media only screen and (min-width: 481px) and (max-width: 979px) {
  .h-v-medium__right {
    text-align: right; } }

/* Text helpers */
.h-text-underline {
  text-decoration: underline; }

.h-text-uppercase {
  text-transform: uppercase; }

.h-text-centered {
  text-align: center; }

.h-text-alt-font {
  font-family: "Arvo", "Lato", Arial, sans-serif; }

.h-text-no-margin {
  margin-bottom: 0; }

.h-text-small {
  font-size: 14px; }

.h-text-left {
  text-align: left; }

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

.h-text-huge {
  font-size: 140px;
  line-height: 1.05; }

@media only screen and (min-width: 980px) {
  .h-text-default {
    font-size: 16px;
    line-height: 28px; } }
@media only screen and (min-width: 481px) and (max-width: 979px) {
  .h-text-default {
    font-size: 16px;
    line-height: 28px; } }
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .h-text-default {
    font-size: 16px;
    line-height: 28px; } }
@media only screen and (max-width: 379px) {
  .h-text-default {
    font-size: 16px;
    line-height: 28px; } }

.h-text-purple {
  color: #5c2d91; }

.h-text-blue {
  color: #1a94ff; }

.h-text-white {
  color: #ffffff; }

.h-text-gray {
  color: #d6d4cb; }

.h-text-gray-2 {
  color: #edece8; }

.h-text-gray-3 {
  color: #7b7a78; }

.h-text-gray-4 {
  color: #5c5b56; }

.h-text-gray-5 {
  color: #3b3b3a; }

.h-text-gray-6 {
  color: #4e4847; }

.h-text-gray-7 {
  color: #a39d9c; }

.h-text-gray-8 {
  color: #fafaf9; }

.h-text-brown {
  color: #d3bf9d; }

.h-text-brown-2 {
  color: #735049; }

.h-text-brown-3 {
  color: #3d2d2a; }

.h-text-brown-4 {
  color: #e9e9e5; }

.h-text-brown-5 {
  color: #b9b6a8; }

.h-text-brown-6 {
  color: #6b4a44; }

.h-text-brown-7 {
  color: #63625a; }

.h-text-brown-8 {
  color: #aeac9d; }

.h-text-black {
  color: #000000; }

.h-text-red {
  color: #8d313d; }

.h-text-green {
  color: #8ecb2f; }

.h-text-green-2 {
  color: #a7d85b; }

.h-text-facebook {
  color: #3a589b; }

/* ==========================================================================
   Print corrections
   ========================================================================== */
@media print {
  .do-not-print {
    display: none !important; }

  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a, .link,
  a:visited,
  .link:visited {
    text-decoration: underline; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

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

  article img {
    margin-bottom: 1em; } }
