@charset "UTF-8";
/* 0 = false // 1 = true */
/* Dependencies usally don't write anything into the CSS file */
/* https://gist.github.com/bitmanic/1134548 */
/*
Baseline, measured in pixels
The value should be the same as the font-size value for the html element
If the html element's font-size is set to 62.5% (of the browser's default font-size of 16px),
then the variable below would be 10px.
*/
/**
 * @license
 * MyFonts Webfont Build ID 3642356, 2018-09-17T06:18:27-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: AvenirLTPro-Book by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-45-book/
 *
 * Webfont: AvenirLTPro-BookOblique by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-45-book-oblique/
 *
 * Webfont: AvenirLTPro-Heavy by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-85-heavy/
 *
 * Webfont: AvenirLTPro-Black by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/avenir/pro-95-black/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3642356
 * Licensed pageviews: 1,000,000
 * Webfonts copyright: Copyright &#x00A9; 2014 Monotype GmbH. All rights reserved.
 *
 * © 2018 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "AvenirLTPro-Book";
  src: url("/templates/assets/webfonts/3793F4_0_0.eot");
  src: url("/templates/assets/webfonts/3793F4_0_0.eot?#iefix") format("embedded-opentype"), url("/templates/assets/webfonts/3793F4_0_0.woff2") format("woff2"), url("/templates/assets/webfonts/3793F4_0_0.woff") format("woff"), url("/templates/assets/webfonts/3793F4_0_0.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "AvenirLTPro-BookOblique";
  src: url("/templates/assets/webfonts/3793F4_1_0.eot");
  src: url("/templates/assets/webfonts/3793F4_1_0.eot?#iefix") format("embedded-opentype"), url("/templates/assets/webfonts/3793F4_1_0.woff2") format("woff2"), url("/templates/assets/webfonts/3793F4_1_0.woff") format("woff"), url("/templates/assets/webfonts/3793F4_1_0.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "AvenirLTPro-Heavy";
  src: url("/templates/assets/webfonts/3793F4_2_0.eot");
  src: url("/templates/assets/webfonts/3793F4_2_0.eot?#iefix") format("embedded-opentype"), url("/templates/assets/webfonts/3793F4_2_0.woff2") format("woff2"), url("/templates/assets/webfonts/3793F4_2_0.woff") format("woff"), url("/templates/assets/webfonts/3793F4_2_0.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "AvenirLTPro-Black";
  src: url("/templates/assets/webfonts/3793F4_3_0.eot");
  src: url("/templates/assets/webfonts/3793F4_3_0.eot?#iefix") format("embedded-opentype"), url("/templates/assets/webfonts/3793F4_3_0.woff2") format("woff2"), url("/templates/assets/webfonts/3793F4_3_0.woff") format("woff"), url("/templates/assets/webfonts/3793F4_3_0.ttf") format("truetype");
  font-display: swap;
}
/* often needs to be at the top of the CSS file */
/*! 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 {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

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

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

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

nav ul {
  padding: 0;
}

nav li {
  list-style-type: none;
}

span.unicorn:before {
  content: "@";
}

span.unicorn > span {
  /*
   * Hide only visually, but have it available for screen readers:
   * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
   *
   * Beachten: Diese Art des Ausblendens ermöglicht ein Copy & Paste von
   * E-Mailadressen. Bei anderen Varianten, etwa display: none, ist dies
   * nicht mehr möglich!
   */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%;
}

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 32px;
  height: 23px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 3px;
  background-color: #FFF;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main {
  width: 100%;
}

.module {
  width: 100%;
}

.module__inner {
  max-width: 1126px;
  margin: 0 auto;
  padding: 0 16px;
}

.module__inner--narrow {
  max-width: 742px;
}

figure {
  margin: 0 0 1em 0;
  padding: 0;
}

.main > .module:last-child {
  margin-bottom: 50px;
}

.home .main > .module:last-child {
  margin-bottom: 0;
}

.module--bg_a:last-child,
.module--bg_b:last-child,
.module--bg_d:last-child {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .module__inner {
    padding: 0 20px;
  }
  .main {
    min-height: calc(100vh - 400px);
  }
}
@media (min-width: 760px) {
  .module__inner {
    padding: 0 24px;
  }
  .wrapper {
    padding-top: 150px;
  }
}
.module--bg_d + .module--bg_d {
  border-top: 1px solid #FFF;
}

html,
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
  color: #414141;
}

h1,
h2,
h3,
h4,
p,
ul {
  margin: 0;
}

h1,
h2.module__title {
  font-size: 32px;
  color: #9B8243;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 24px;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 14px;
  line-height: 1.4em;
  text-transform: uppercase;
}

p {
  font-size: 16px;
  line-height: 1.4em;
  margin: 0 auto 1.4em auto;
  max-width: 742px;
}

p.hint,
ul.hint {
  font-size: 14px;
  line-height: 1.4em;
  color: #414141;
}

p.hint + ul.hint {
  margin-top: -1.4em;
}

ul, ol {
  font-size: 16px;
  line-height: 1.4em;
  margin: 0 0 1.4em 0;
}

p:last-child,
ul:last-child {
  margin-bottom: 0;
}

.main ul:not([class]),
.main ul.hint {
  list-style-type: none;
  padding-left: 0;
}
.main ul:not([class]) li,
.main ul.hint li {
  position: relative;
  padding-left: 1em;
}
.main ul:not([class]) li:before,
.main ul.hint li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

a {
  color: #B5A98A;
}
a:hover {
  color: #7A7A7A;
}

.caption,
.video__caption,
.video__caption p {
  font-size: 14px;
  color: #666;
  padding: 4px 0;
}

p.date {
  margin-bottom: 0;
}

p.date + h2 {
  margin-top: 0;
}

.textby {
  text-align: center;
}

h1 + .textby {
  margin-top: -1em;
}

p.small {
  font-size: 14px;
  color: #7A7A7A;
}

p.formhint {
  font-size: 14px;
  color: #7A7A7A;
}

@media (min-width: 600px) {
  h1,
  h2.module__title {
    margin-top: 36px;
    font-size: 36px;
    margin-bottom: 0.75em;
  }
  p {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  ul, ol {
    font-size: 18px;
  }
}
@media (min-width: 900px) {
  h1,
  h2.module__title {
    margin-top: 44px;
    font-size: 44px;
    margin-bottom: 1em;
  }
  p {
    font-size: 20px;
  }
  p.small {
    font-size: 16px;
  }
  ul, ol {
    font-size: 20px;
  }
}
body,
input,
textarea,
button,
select {
  font-family: "AvenirLTPro-Book", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
strong,
.preview__title,
.responsivetable__cell--title {
  font-family: "AvenirLTPro-Heavy", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.quote,
.quote__by,
.textby,
.feedback__by {
  font-family: "AvenirLTPro-BookOblique";
  font-weight: normal;
}

.feedback {
  border-top: 1px solid #cacaca;
  padding-top: 24px;
  margin-bottom: 24px;
}

.globalheader {
  background: #605E5E;
  color: #FFF;
  width: 100%;
}

.globalheader__inner {
  padding: 16px;
  max-width: 1126px;
  margin: 0 auto;
  position: relative;
}

.globalheader__company {
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 100%;
  margin: 0 0 5px 0;
}

.globalheader__logo {
  width: calc(100% - 100px);
  max-width: 320px;
  margin-bottom: 0;
}

.globalheader__navtoggle {
  position: absolute;
  top: 7px;
  right: 7px;
}
.globalheader__navtoggle:focus {
  outline: none;
}

@media (min-width: 600px) {
  .globalheader__inner {
    padding: 20px;
  }
}
@media (min-width: 760px) {
  .globalheader {
    height: 150px;
  }
  .globalheader__navtoggle {
    display: none;
  }
  .globalheader__inner {
    padding: 24px 24px 14px 24px;
  }
  .globalheader__company {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 8px;
  }
  .globalheader__logo {
    width: calc(100% - 100px);
    max-width: 770px;
    margin-bottom: 20px;
  }
  .globalheader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: top linear 0.15s;
  }
  .globalheader.is-small {
    top: -90px;
  }
}
.basket {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 5px;
  width: 40px;
  height: 40px;
  background: url("/templates/assets/images/eqa_sprite.png") -240px 10px;
  text-decoration: none !important;
}

.basket.is-hidden {
  display: none;
}

.basket__name {
  display: none;
}

.basket__itemcount {
  background: #9B8243;
  color: #FFF;
  font-size: 12px;
  border-radius: 10px;
  display: block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  padding: 5px 0 3px;
  text-align: center;
  line-height: 12px;
  text-decoration: none !important;
  position: absolute;
  top: 3px;
  right: 4px;
}

@media (min-width: 760px) {
  .basket {
    bottom: 16px;
    width: 48px;
    height: 48px;
    background: url("/templates/assets/images/eqa_sprite.png") -360px 10px;
  }
  .basket__itemcount {
    top: 12px;
    right: -2px;
    width: 22px;
    height: 22px;
    padding: 6px 0 3px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .basket {
    background-image: url("/templates/assets/images/eqa_sprite@2x.png");
    background-size: 600px 400px;
  }
}
.globalnav {
  display: none;
}

.globalnav__list {
  margin-bottom: 0;
}

.globalnav__sublist {
  display: none;
}

.is-active .globalnav__sublist {
  display: block;
}

.globalnav__item {
  display: block;
  position: relative;
}

.globalnav__link {
  color: #FFF;
  text-decoration: none;
}

@media (max-width: 759px) {
  .has-visible-nav .globalnav {
    display: block;
    margin-top: 20px;
  }
  .globalnav__list {
    border-top: 1px solid #FFF;
  }
  .globalnav__item {
    border-bottom: 1px solid #FFF;
  }
  .globalnav__item.has-subnav {
    position: relative;
  }
  .globalnav__item.has-subnav > .globalnav__link:after {
    content: " ";
    width: 20px;
    height: 13px;
    background: url("/templates/assets/images/eqa_sprite.png") -50px 0 no-repeat;
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 0;
  }
  .globalnav__item.has-subnav.is-active > .globalnav__link:after {
    transform: rotate(180deg);
  }
  .globalnav__sublist {
    padding-left: 1em;
  }
  .globalnav__link {
    padding-top: 4px;
    line-height: 2.2em;
    display: block;
  }
  .globalnav__link:hover {
    color: #cacaca;
  }
}
@media (max-width: 759px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 759px) and (min-resolution: 192dpi) {
  .globalnav__item.has-subnav > .globalnav__link:after {
    background-image: url("/templates/assets/images/eqa_sprite@2x.png");
    background-size: 600px 400px;
  }
}
@media (min-width: 760px) {
  .globalnav {
    font-size: 0;
    display: block;
  }
  .globalnav__item {
    font-size: 18px;
    display: inline-block;
  }
  .globalnav__link:hover {
    color: #9B8243;
  }
  .globalnav__item:after {
    content: "|";
    display: inline-block;
    margin: 0 16px;
  }
  .globalnav__item:last-child:after {
    display: none;
  }
  .is-active > .globalnav__link {
    color: #9B8243;
  }
  .is-active .globalnav__sublist {
    display: block;
  }
  .globalnav__sublist {
    position: absolute;
    z-index: 7777;
    top: calc(100% + 14px);
    left: -16px;
    padding: 8px 16px;
    background: #B5A98A;
  }
  .globalnav__subitem {
    white-space: nowrap;
    font-size: 18px;
  }
}
.attn {
  padding: 10px;
  color: #FFF;
  background-color: #c00;
  border: 1px solid #c00;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

.attn-browserupgrade {
  z-index: 10001;
}

.attn a {
  color: #FFF;
}

.attn p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
}

/* Attention messages for old / no-js browsers */
.cover {
  position: relative;
}

.cover__searchwrap {
  background: #f0eadd;
  padding: 20px;
  box-sizing: border-box;
}

.cover__searchwrap h2 {
  color: #9B8243;
  margin-bottom: 0.5em;
  margin-top: 0;
}

.cover__searchwrap p {
  color: #9B8243;
}

.cover__searchwrap a {
  color: #9B8243;
}
.cover__searchwrap a:hover {
  text-decoration: none;
}

.cover .form-group {
  display: flex;
}

.cover__searchterm,
.cover__searchbtn {
  border-radius: 0;
  -webkit-appearance: none;
  border: 2px solid #9B8243;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 5px;
  height: 44px;
}

.cover__searchterm {
  width: calc(100% - 80px);
}

.cover__searchbtn {
  background: #9B8243;
  text-indent: -9999px;
  width: 80px;
  transition: all linear 0.24s;
  position: relative;
}
.cover__searchbtn:hover {
  cursor: pointer;
  background: #B5A98A;
  border-color: #B5A98A;
}
.cover__searchbtn:after {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/templates/assets/images/icon-search.svg") 0 0 no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cover__extsearch {
  text-align: center;
  padding-top: 1em;
}

p.cover__extsearch {
  margin-bottom: 0;
}

.cover__extsearch a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #9B8243;
  text-decoration: none;
  position: relative;
  padding-left: 18px;
}
.cover__extsearch a:before {
  content: " ";
  width: 8px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/templates/assets/images/eqa_sprite.png") -150px -100px no-repeat;
}
.cover__extsearch a:hover {
  text-decoration: underline;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cover__extsearch a:before {
    background-image: url("/templates/assets/images/eqa_sprite@2x.png");
    background-size: 600px 400px;
  }
}
@media (min-width: 760px) {
  .cover {
    height: 70vh;
    width: 100%;
  }
  .cover__img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
  }
  .cover__searchwrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    max-height: 300px;
    background: rgba(42, 120, 144, 0.5);
  }
  .cover__searchwrap h2,
  .cover__searchwrap p,
  .cover__searchwrap a {
    color: #FFF;
  }
  .cover__extsearch a {
    color: #FFF;
  }
  .cover__extsearch a:before {
    background-position: -150px 0;
  }
  .cover__search {
    width: 400px;
    margin: 0 auto;
  }
  .cover__searchterm,
  .cover__searchbtn {
    height: 52px;
  }
}
.form {
  margin-bottom: 26px;
}

.form__group {
  margin-bottom: 20px;
}

.form__collabel {
  padding-top: 8px;
}

.form__collabel,
label {
  font-size: 18px;
  font-size: 1.125rem;
}

input[type=text].form__control,
input[type=email].form__control,
textarea.form__control,
select.form__control {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #7A7A7A;
  padding: 8px 10px;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 0;
}
input[type=text].form__control:focus,
input[type=email].form__control:focus,
textarea.form__control:focus,
select.form__control:focus {
  outline: none;
  border-color: #9B8243;
}

input[type=text].form__control,
input[type=email].form__control,
select.form__control {
  height: 40px;
}

select.form__control {
  background: #FFF;
  color: #414141;
}

input[type=checkbox] {
  margin-right: 8px;
}

input[type=text].parsley-error,
input[type=email].parsley-error,
textarea.parsley-error {
  border-color: #C00;
  background: #f7d9d9;
}

.parsley-errors-list {
  color: #C00;
  font-size: 14px;
  font-size: 0.875rem;
  list-style-type: none;
  margin: 4px 0 0 0;
  padding: 0;
}

.form__colwrap {
  display: flex;
  justify-content: space-between;
}

.form__halfcol {
  width: calc(50% - 5px);
}

@media (min-width: 590px) {
  .form__group {
    display: flex;
  }
  .form__collabel {
    width: 35.3099730458%;
    margin-right: 3.5040431267%;
  }
  .form__colvalue {
    width: 61.1859838275%;
  }
  .form__colvalue--pt {
    padding-top: 8px;
  }
}
.form__group--honey {
  display: none !important;
}

.radio-label {
  display: grid;
  grid-template-columns: 20px auto;
  margin-bottom: 8px;
}

.module--searchbar {
  background: #cacaca;
  padding: 10px 0 4px 0;
}

.searchbar .form-group {
  display: flex;
}

.searchbar__searchterm,
.searchbar__searchbtn {
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid #7A7A7A;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  padding: 5px;
  height: 30px;
}

.searchbar__searchterm {
  width: calc(100% - 60px);
  padding: 6px 5px 4px 5px;
}
.searchbar__searchterm:focus {
  outline: none;
}

.searchbar__searchbtn {
  background: #7A7A7A;
  text-indent: -9999px;
  width: 60px;
  transition: all linear 0.24s;
  position: relative;
}
.searchbar__searchbtn:hover {
  cursor: pointer;
  background: #605E5E;
  border-color: #605E5E;
}
.searchbar__searchbtn:after {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/templates/assets/images/icon-search.svg") 0 0 no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.searchbar__extsearch {
  display: block;
  padding-top: 6px;
}

.searchbar__extsearch a {
  text-decoration: none;
  color: #605E5E;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding-left: 14px;
}
.searchbar__extsearch a:before {
  content: " ";
  width: 8px;
  height: 12px;
  position: absolute;
  top: -1px;
  left: 0;
  background: url("/templates/assets/images/eqa_sprite.png") -150px -150px no-repeat;
}
.searchbar__extsearch a:hover {
  color: #414141;
  text-decoration: underline;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .searchbar__extsearch a:before {
    background-image: url("/templates/assets/images/eqa_sprite@2x.png");
    background-size: 600px 400px;
  }
}
@media (min-width: 480px) {
  .module--searchbar {
    padding: 10px 0;
  }
  .searchbar .form-group {
    max-width: 300px;
  }
  .searchbar {
    position: relative;
  }
  .searchbar__extsearch {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-bottom: 0;
    transform: translateY(-50%);
  }
  .searchbar__extsearch a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 600px) {
  .searchbar .form-group {
    max-width: 360px;
  }
  .searchbar__extsearch {
    right: auto;
    left: 400px;
  }
  .searchbar__extsearch a {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 16px;
  }
  .searchbar__extsearch a:before {
    top: 0px;
  }
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  max-width: 742px;
  background: #f0eadd;
  margin-bottom: 20px;
}

.tabinput {
  position: absolute;
  opacity: 0;
}

.label {
  width: auto;
  padding: 20px 30px;
  background: #f0eadd;
  border-top: 1px solid #f0eadd;
  border-left: 1px solid #f0eadd;
  border-right: 1px solid #f0eadd;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #B5A98A;
  transition: background 0.1s, color 0.1s;
}

.label:nth-of-type(2) {
  border-left: 0;
}

.label:hover {
  background: #f0eadd;
}

.label:active {
  background: #ccc;
}

.tabinput:focus + .label {
  z-index: 1;
}

.tabinput:checked + .label {
  background: #fff;
  color: #9B8243;
  border-top: 1px solid #9B8243;
  border-left: 1px solid #9B8243;
  border-right: 1px solid #9B8243;
  padding: 25px 30px 20px 30px;
  margin-top: -5px;
  position: relative;
}
.tabinput:checked + .label:after {
  content: " ";
  display: block;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #FFF;
  position: absolute;
}

.panel {
  display: none;
  padding: 20px 30px 30px;
  background: #fff;
  order: 99;
  width: 100%;
  border: 1px solid #9B8243;
}

.tabinput:checked + .label + .panel {
  display: block;
}

.imgwrap {
  background: #efefef;
  position: relative;
  overflow: hidden;
}

.imgwrap-4x3 {
  padding-bottom: 75%;
}

.imgwrap-16x9 {
  padding-bottom: 56.25%;
}

.imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.imgwrap-special {
  padding-bottom: 75%;
}

@media (min-width: 600px) {
  .imgwrap-special {
    padding-bottom: 56.25%;
  }
}
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms linear;
}

.photolist {
  padding: 0;
  margin: 24px 0 0 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.photolist__imgwrap {
  padding-bottom: 100%;
  position: relative;
  background: #efefef;
}

.photolist__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  object-fit: contain;
}

/* 2 PHOTOS */
.photolist__item {
  width: 46.3687150838%;
  margin-right: 7.2625698324%;
  margin-bottom: 26px;
  align-self: baseline;
  position: relative;
}

.photolist__item.is-selected .photolist__imgwrap {
  background: #B5A98A;
}
.photolist__item.is-selected:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 5px;
  background: #B5A98A;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.photolist__item.is-selected:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 24px solid #B5A98A;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}

.photolist__item:nth-of-type(2n) {
  margin-right: 0;
}

.dyndetails {
  width: 100%;
  min-height: 100px;
  margin-bottom: 26px;
  position: relative;
}

/* 3 PHOTOS */
@media (min-width: 390px) {
  .photolist__item {
    width: 30.1818181818%;
  }
  .photolist__item:nth-of-type(n) {
    margin-right: 4.7272727273%;
  }
  .photolist__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
/* 4 PHOTOS */
@media (min-width: 582px) {
  .photolist__item {
    width: 22.371967655%;
    margin-bottom: 26px;
  }
  .photolist__item:nth-of-type(n) {
    margin-right: 3.5040431267%;
  }
  .photolist__item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .photolist {
    margin-top: 36px;
  }
}
@media (min-width: 760px) {
  .photolist {
    margin-top: 48px;
  }
}
/* 5 PHOTOS */
@media (min-width: 782px) {
  .photolist__item {
    width: 17.7730192719%;
  }
  .photolist__item:nth-of-type(n) {
    margin-right: 2.7837259101%;
  }
  .photolist__item:nth-of-type(5n) {
    margin-right: 0;
  }
}
/* 6 PHOTOS */
@media (min-width: 974px) {
  .photolist__item {
    width: 14.7424511545%;
  }
  .photolist__item:nth-of-type(n) {
    margin-right: 2.3090586146%;
  }
  .photolist__item:nth-of-type(6n) {
    margin-right: 0;
  }
}
.listtitle {
  margin: 10px auto 0 auto;
  border-bottom: 1px solid #605E5E;
}

.module--collabsiblelist .listtitle {
  box-sizing: border-box;
  padding-right: 30px;
  position: relative;
}
.module--collabsiblelist .listtitle:hover {
  color: #9B8243;
  cursor: pointer;
}
.module--collabsiblelist .listtitle:after {
  content: " ";
  display: block;
  width: 20px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  background: url("/templates/assets/images/eqa_sprite.png") -50px -150px;
  transform: translateY(-8px);
}
.module--collabsiblelist .listtitle:hover:after {
  background-position: -50px -200px;
}
.module--collabsiblelist .listtitle.is-open:after {
  background-position: -100px -150px;
}
.module--collabsiblelist .listtitle.is-open:hover:after {
  background-position: -100px -200px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .module--collabsiblelist .listtitle:after {
    background-image: url("/templates/assets/images/eqa_sprite@2x.png");
    background-size: 600px 400px;
  }
}
.textlist,
.manuallist ul {
  padding: 6px 0 0 0;
  margin: 0 0 60px 0 !important;
  list-style-type: none;
  color: #7A7A7A;
  font-size: 18px;
  font-size: 1.125rem;
}

/* TOUCH */
@media (hover: none) and (pointer: coarse) {
  .textlist,
  .manuallist ul {
    line-height: 1.6;
  }
}
.textlist a,
.manuallist ul a {
  color: #414141;
  text-decoration: none;
}
.textlist a:hover,
.manuallist ul a:hover {
  text-decoration: underline;
}

/* RESET */
.main .manuallist ul:not([class]) li {
  padding-left: 0;
}
.main .manuallist ul:not([class]) li:before {
  content: " ";
  display: none;
}

@media (min-width: 600px) {
  .listtitle {
    max-width: 742px;
  }
  .textlist,
  .manuallist ul {
    max-width: 742px;
    margin: 0 auto 60px auto !important;
    column-count: 2;
    column-gap: 3.5040431267%;
  }
  .textlist__item,
  .manuallist li {
    break-inside: avoid-column;
  }
}
@media (min-width: 900px) {
  .listtitle {
    max-width: 100%;
  }
  .textlist,
  .manuallist ul {
    max-width: 1126px;
    column-count: 3;
    column-gap: 2.3090586146%;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.paging {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.paging__btn {
  background: #B5A98A;
  color: #FFF;
  text-decoration: none;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 7px 20px 5px 20px;
  text-align: center;
  width: 90px;
}
.paging__btn:hover {
  background: #9B8243;
  color: #FFF;
}

.paging__pager {
  color: #605E5E;
  text-align: center;
}

.module--intro {
  text-align: center;
}

.module--intro p {
  max-width: 742px;
  margin: 0 auto 1em auto;
}

.details {
  background: #f0eadd;
  margin-top: 44px;
  position: relative;
}

.module__inner > .details {
  margin-top: 24px;
}

.dyndetails .details {
  margin-top: 0;
}

.details__col {
  width: 100%;
}

.details__col--txt {
  padding: 26px 10px;
  position: relative;
  box-sizing: border-box;
}

.details__imgwrap {
  position: relative;
}

.details__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  vertical-align: middle;
}

/* TYPE */
.details h2 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3em;
  margin: 0 0 1em 0;
}

.details h4 {
  text-transform: none;
  font-size: 14px;
  font-size: 0.875rem;
}

.details p,
.details ul {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1em;
}

.details p:last-of-type {
  margin-bottom: 0;
}

.details p.details__identification {
  font-size: 12px;
  font-size: 0.75rem;
}

/* TYPE: LISTS */
.details ul {
  margin: 0 0 1em 0;
  padding: 0;
  list-style-type: none;
}

.details li {
  padding-left: 1em;
  position: relative;
}

.details li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

form[name=phototobasket],
form[name=keywordsearch] {
  margin-bottom: 1em;
}

.keyword-btn {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  color: #9B8243;
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
}
.keyword-btn:hover {
  text-decoration: none;
  cursor: pointer;
}

.details .divider {
  border: 0;
  height: 1px;
  width: 100%;
  background: #B5A98A;
  margin: 16px 0;
}

.dyndetails .details h2 {
  max-width: calc(100% - 54px);
}

.dyndetails__close {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 26px;
  background: transparent url("/templates/assets/images/eqa_sprite.png") 0 0 no-repeat;
}

.dyndetails__prev,
.dyndetails__next {
  display: none;
}

@media (min-width: 1220px) {
  .dyndetails__prev,
  .dyndetails__next {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url("/templates/assets/images/eqa_sprite.png") 0 0 no-repeat;
  }
  .dyndetails__prev {
    left: -44px;
    background-position: -5px -150px;
  }
  .dyndetails__next {
    right: -44px;
    background-position: 5px -100px;
  }
  .dyndetails__prev.is-inactive,
  .dyndetails__next.is-inactive {
    opacity: 0.25;
    cursor: default;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .dyndetails__close,
  .dyndetails__prev,
  .dyndetails__next {
    background-image: url("/templates/assets/images/eqa_sprite@2x.png");
    background-size: 600px 400px;
  }
}
@media (min-width: 590px) {
  .details {
    display: flex;
  }
  .module__inner > .details {
    margin-top: 36px;
  }
  .details__col {
    width: 48.8454706927%;
  }
  .details__col + .details__col {
    margin-left: 2.3090586146%;
  }
  .details__col--txt {
    padding: 26px 10px 26px 0;
  }
  .details h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .keyword-btn,
  .details h4,
  .details p,
  .details ul {
    font-size: 16px;
    font-size: 1rem;
  }
  .details p.details__identification {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (min-width: 900px) {
  .module__inner > .details {
    margin-top: 44px;
  }
}
.breadcrumbnav {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #7A7A7A;
}

.breadcrumbnav__item {
  display: inline-block;
}

.breadcrumbnav__item + .breadcrumbnav__item:before {
  content: ">";
  margin: 0 10px;
}

.breadcrumbnav a {
  color: #7A7A7A;
  text-decoration: none;
}
.breadcrumbnav a:hover {
  color: #605E5E;
}

@media (min-width: 600px) {
  .breadcrumbnav {
    font-size: 16px;
    font-size: 1rem;
  }
}
.module--narrow .module__inner {
  max-width: 742px;
}

.column--4x8 img,
.column--4x12 img {
  width: 100%;
}

.columnwrap {
  margin-bottom: 26px;
}

.column--6x12 + .column--6x12 {
  margin-top: 1em;
}

@media (min-width: 590px) {
  .img--half,
  .columnwrap {
    display: flex;
    flex-direction: row;
  }
  .column--4x8 {
    width: 48.2479784367%;
  }
  .column--4x8 + .column--4x8 {
    margin-left: 3.5040431267%;
  }
  .columnwrap--bust .column--4x12 {
    width: 31.7939609236%;
  }
  .columnwrap--bust .column--4x12 + .column--4x12 {
    margin-left: 2.3090586146%;
  }
  .column--6x12 {
    width: 48.8454706927%;
  }
  .column--6x12 + .column--6x12 {
    margin-left: 2.3090586146%;
    margin-top: 0;
  }
  .img--half .imgcol,
  .img--half .caption {
    width: 48.2479784367%;
  }
  .img--half .caption {
    margin-left: 3.5040431267%;
  }
  .img--cl-ir .caption {
    order: 1;
    margin-left: 0;
    text-align: right;
  }
  .img--cl-ir .imgcol {
    order: 2;
    margin-left: 3.5040431267%;
  }
}
@media (min-width: 1174px) {
  .columnwrap--bust {
    margin-left: -192px;
    margin-right: -192px;
    width: 1126px;
  }
}
.card {
  width: 100%;
  margin-bottom: 30px;
}

.card__imgwrap {
  background: #cacaca;
  padding-bottom: 75%;
  position: relative;
  margin-bottom: 15px;
}

.card__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.exhibitions .card__img {
  height: 100%;
}

.card p {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.card h2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.25em;
}

@media (min-width: 388px) {
  .cards {
    display: flex;
    flex-wrap: wrap;
  }
  .card {
    width: 48.2479784367%;
    margin-right: 3.5040431267%;
  }
  .card:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 790px) {
  .card {
    width: 31.7939609236%;
  }
  .card:nth-child(n) {
    margin-right: 2.3090586146%;
  }
  .card:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  .card p {
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
  }
  .card h2 {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: 0.25em;
  }
}
.buttonholder {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.btnwrap {
  text-align: center;
}

.btn {
  display: inline-block;
  padding: 10px 20px 6px 20px;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4em;
  text-decoration: none;
  color: #9B8243;
  border: 2px solid #9B8243;
  background: transparent;
}
.btn:hover {
  cursor: pointer;
  background: #9B8243;
  color: #FFF;
}

.btn--next {
  align-self: flex-end;
  margin: 0;
}

.btn[disabled=disabled] {
  background: red;
  border-color: #cacaca;
  color: #cacaca;
  background: #efefef;
}
.btn[disabled=disabled]:hover {
  cursor: default;
}

.quote {
  padding: 0;
  margin: 0;
}

.quote p {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}

.quote__by {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 600px) {
  .quote p {
    font-size: 32px;
    font-size: 2rem;
  }
  .quote__by {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 900px) {
  .quote p {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.books {
  margin-top: 44px;
}

.book {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.book__inner {
  padding-right: 13.358778626%;
  padding-left: 13.358778626%;
}

.book__title {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.book__info {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.book__coverwrap {
  padding-bottom: 116.6666666667%;
  position: relative;
  margin-bottom: 10px;
}

.book__cover {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 400px) {
  .books {
    display: flex;
    flex-wrap: wrap;
  }
  .book {
    width: 47.6363636364%;
    margin-right: 4.7272727273%;
  }
  .book:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 590px) {
  .book {
    width: 31.2649164678%;
  }
  .book:nth-child(n) {
    margin-right: 3.1026252983%;
  }
  .book:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 878px) {
  .book {
    width: 23.2682060391%;
  }
  .book:nth-child(n) {
    margin-right: 2.3090586146%;
  }
  .book:nth-child(4n) {
    margin-right: 0;
  }
}
.txtpreview__item {
  margin-bottom: 40px;
}

.txtpreview .textby {
  text-align: left;
}

@media (min-width: 590px) {
  .txtpreview {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .txtpreview__item {
    width: 48.8454706927%;
    margin-right: 2.3090586146%;
  }
  .txtpreview__item:nth-child(2n) {
    margin-right: 0;
  }
}
.modal {
  padding: 20px;
  width: 80%;
  max-width: 500px;
  box-sizing: border-box;
  background: rgba(181, 169, 138, 0.9);
  backdrop-filter: blur(5px);
  border: 5px solid #9B8243;
  color: #FFF;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.modal h1,
.modal p {
  color: #FFF;
}

.modal h1 {
  margin: 0 0 0.5em 0;
}

h2 + .collapsible {
  margin-top: 0.5em;
}

.collapsible__title {
  border-top: 1px solid #cacaca;
  padding: 6px 40px 4px 0;
  font-size: 16px;
  line-height: 1.4em;
  position: relative;
}
.collapsible__title:after {
  content: "+";
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
}
.collapsible__title:hover {
  color: #9B8243;
  cursor: pointer;
}

.collapsible__content {
  display: none;
  padding: 0 40px 2em 0;
}

.collapsible.is-open .collapsible__content {
  display: block;
}

.collapsible.is-open .collapsible__title:after {
  content: "–";
}

@media (min-width: 600px) {
  .collapsible__title {
    font-size: 18px;
  }
  .collapsible__content p {
    font-size: 18px;
  }
}
.responsivetable {
  border-top: 1px solid #cacaca;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.responsivetable--exhibtions {
  display: none;
}

.responsivetable--exhibtions.is-visible {
  display: block;
}

.responsivetable__cell {
  padding: 8px 20px 4px 0;
  border-bottom: 1px solid #cacaca;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
}

.responsivetable__cell:nth-child(1) {
  width: 8%;
}

.responsivetable__cell:nth-child(2) {
  width: 46%;
}

.responsivetable__cell:nth-child(3) {
  width: 30%;
}

.responsivetable__cell:nth-child(4) {
  width: 16%;
  padding-right: 0;
}

@media (max-width: 800px) {
  .responsivetable__cell {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .responsivetable__cell:nth-child(n) {
    border-bottom: 0;
    padding: 0;
    width: 100%;
    display: block;
  }
  .responsivetable__cell:first-child {
    padding-top: 8px;
  }
  .responsivetable__cell:last-child {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 4px;
  }
  .responsivetable__cell--title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0.25em;
  }
}
.module--bg_a {
  color: #000;
  background: #f0eadd;
}

.module--bg_b {
  color: #FFF;
  background: #000;
}

.module--bg_c {
  color: #000;
  background: #FFF;
}

.module--bg_d {
  color: #FFF;
  background: #2A7890;
}
.module--bg_d .module__title {
  color: #FFF;
}

.module--bg_e {
  color: #FFF;
  background: #B5A98A;
}
.module--bg_e h2.module__title {
  color: #FFF;
}
.module--bg_e a,
.module--bg_e .btn {
  color: #FFF;
}
.module--bg_e .btn {
  border-color: #FFF;
}
.module--bg_e .btn:hover {
  background: #FFF;
  color: #B5A98A;
}

.module--teaserlarge a {
  color: #FFF;
}
.module--teaserlarge a:hover {
  text-decoration: none;
}

.module--themes,
.module--quinn_meets,
.module--teaserlarge,
.module--exhibitions,
.module--quotes,
.module--wp,
.module--news,
.module--highlights {
  padding-top: 24px;
  padding-bottom: 24px;
}
.module--themes h2,
.module--quinn_meets h2,
.module--teaserlarge h2,
.module--exhibitions h2,
.module--quotes h2,
.module--wp h2,
.module--news h2,
.module--highlights h2 {
  margin-top: 0;
}

@media (min-width: 600px) {
  .module--themes,
  .module--quinn_meets,
  .module--teaserlarge,
  .module--exhibitions,
  .module--quotes,
  .module--wp,
  .module--news,
  .module--highlights {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (min-width: 760px) {
  .module--themes,
  .module--quinn_meets,
  .module--teaserlarge,
  .module--exhibitions,
  .module--quotes,
  .module--wp,
  .module--news,
  .module--highlights {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.preview__item {
  width: 100%;
  position: relative;
  margin-bottom: 26px;
}

.preview__title {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 7px 33px 2px 10px;
  z-index: 50;
  color: #FFF;
  background: rgba(155, 130, 67, 0.6);
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  text-align: right;
}
.preview__title:after {
  content: " ";
  width: 13px;
  height: 20px;
  background: url("/templates/assets/images/eqa_sprite.png") -100px 0 no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 0;
  transform: translateY(-50%);
}

.module--bg_d .preview__title {
  background: rgba(0, 0, 0, 0.6);
}

/* mouse, touch pad */
@media (hover: hover) and (pointer: fine) {
  .preview__item .imgwrap img {
    transition: transform 0.2s linear;
  }
  .preview__item:hover .imgwrap img {
    transform: scale(1.02);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .preview__title:after {
    background-image: url("/templates/assets/images/eqa_sprite@2x.png");
    background-size: 600px 400px;
  }
}
.preview--triple {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.preview--triple .preview__item {
  width: 48.2479784367%;
}
.preview--triple .preview__title {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 6px 24px 4px 10px;
}
.preview--triple .preview__title:after {
  width: 8px;
  height: 12px;
  background-position: -150px 0;
}

@media (min-width: 550px) {
  .preview {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .preview__item {
    width: 48.8454706927%;
  }
  .preview__item--xl {
    width: 100%;
  }
  .preview--triple .preview__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 760px) {
  .preview__title {
    font-size: 32px;
    font-size: 2rem;
  }
  .preview--triple .preview__item:nth-child(n) {
    width: 31.7939609236%;
  }
  .preview--triple .preview__item:nth-child(3n) {
    margin-right: 0;
  }
  .preview--triple .preview__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1100px) {
  .preview__item--xl .preview__title {
    font-size: 48px;
    font-size: 3rem;
  }
  .preview--triple .preview__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.cart {
  border-top: 1px solid #CCC;
  max-width: 742px;
  margin: 0 auto 1em auto;
}

.cart__imgcol {
  width: 30.1818181818%;
  margin-right: 4.7272727273%;
}

.cart__info {
  width: 47.6363636364%;
  margin-right: 4.7272727273%;
}

.cart__action {
  width: 12.7272727273%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.cart__item {
  padding: 15px 0;
  border-bottom: 1px solid #CCC;
  display: flex;
}

.cart__imgwrap {
  padding-bottom: 100%;
  position: relative;
  background: #efefef;
}

.cart__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  object-fit: contain;
}

.cart_imgdesc {
  font-size: 12px;
  font-size: 0.75rem;
}

.cart__remove {
  display: block;
  width: 36px;
  height: 36px;
  border: 0;
  -webkit-appearance: none;
  position: relative;
  text-indent: -9999px;
  background: none;
}
.cart__remove i {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/templates/assets/images/eqa_sprite.png") -280px 0 no-repeat;
}
.cart__remove:hover {
  cursor: pointer;
}
.cart__remove:hover i {
  background-position: -320px 0;
}

@media (min-width: 582px) {
  .cart__imgcol {
    width: 22.371967655%;
    margin-right: 3.5040431267%;
  }
  .cart__info {
    width: 61.1859838275%;
    margin-right: 3.5040431267%;
  }
  .cart__action {
    width: 9.4339622642%;
  }
  .cart_imgdesc {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 974px) {
  .cart_imgdesc {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cart__remove i {
    background-image: url("/templates/assets/images/eqa_sprite@2x.png");
    background-size: 600px 400px;
  }
}
.cookieconsent {
  width: 100%;
  box-sizing: border-box;
  padding: 18px;
  background: #B5A98A;
  border-top: 1px solid #f0eadd;
  color: #414141;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
}
.cookieconsent p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em;
}
.cookieconsent p a {
  color: #FFF;
  text-decoration: underline;
}

.cookieconsent p {
  max-width: 100%;
}

.cookieconsent.is-hidden {
  display: none;
}

.cookieconsent__btn {
  background: #FFF;
  color: #9B8243;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  padding: 12px 12px 12px 12px;
  display: inline-block;
  border: 1px solid #FFF;
}
.cookieconsent__btn:hover {
  color: #9B8243;
  text-decoration: none;
  opacity: 0.8;
  cursor: pointer;
}

.cookieconsent__btn--close {
  background: transparent;
  color: #FFF;
}
.cookieconsent__btn--close:hover {
  color: #FFF;
}

.cookieconsent__btn + .cookieconsent__btn {
  margin-left: 10px;
}

@media (min-width: 720px) {
  .cookieconsent p {
    margin-bottom: 0;
  }
  .cookieconsent__wrap {
    display: flex;
  }
  .cookieconsent__txt {
    width: calc(100% - 240px);
    box-sizing: border-box;
    padding-right: 18px;
  }
  .cookieconsent__btngroup {
    width: 240px;
    text-align: right;
  }
}
.globalfooter {
  background: #B5A98A;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #111;
}

.globalfooter__group {
  margin-bottom: 26px;
}

.globalfooter h3 {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 1px solid #414141;
  margin-bottom: 0.75em;
  line-height: 1.4em;
}

.globalfooter p,
.globalfooter ul {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4em;
}

/* LISTS */
.globalfooter ul:not([class]) {
  list-style-type: none;
  padding: 0;
}

.globalfooter ul:not([class]) li {
  padding: 0;
}

/* LINKS */
.globalfooter a {
  color: #111;
}
.globalfooter a:hover {
  color: #414141;
}

.globalfooter ul a {
  text-decoration: none;
}

/* TOUCH */
@media (hover: none) and (pointer: coarse) {
  .globalfooter p,
  .globalfooter ul {
    line-height: 1.6em;
  }
}
@media (min-width: 582px) {
  .globalfooter .module__inner {
    display: flex;
    flex-wrap: wrap;
  }
  /* 2 BLOCKS */
  .globalfooter__group {
    width: 48.8454706927%;
    margin-right: 2.3090586146%;
  }
  .globalfooter__group:nth-child(2n) {
    margin-right: 0;
  }
  .globalfooter__group:nth-child(3),
  .globalfooter__group:nth-child(4) {
    margin-bottom: 0;
  }
}
@media (min-width: 974px) {
  /* 4 BLOCKS */
  .globalfooter__group {
    width: 23.2682060391%;
  }
  .globalfooter__group:nth-child(n) {
    margin-right: 2.3090586146%;
    margin-bottom: 0;
  }
  .globalfooter__group:nth-child(4n) {
    margin-right: 0;
  }
  /* TYPE */
  .globalfooter h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .globalfooter p,
  .globalfooter ul {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.social {
  list-style-type: none;
  padding: 0;
}

.social__item {
  display: inline-block;
}

.social__item + .social__item {
  margin-left: 20px;
}

.social__link {
  display: block;
  width: 32px;
  height: 33px;
  text-indent: -9999px;
  background: url("/templates/assets/images/eqa_sprite.png") 0 0 no-repeat;
  transition: opacity 0.2s linear;
}
.social__link:hover {
  opacity: 0.6;
}

.social__link[href^="https://www.instagram.com"] {
  background-position: 0 -50px;
}

.social__link[href^="https://www.facebook.com"] {
  background-position: -50px -50px;
}

.social__link[href^="https://vimeo.com"] {
  background-position: -100px -50px;
}

.social__link[href^="https://www.linkedin.com"] {
  background-position: -150px -50px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Retina-specific stuff here */
  .social__link {
    background-image: url("/templates/assets/images/eqa_sprite@2x.png");
    background-size: 600px 400px;
  }
}
.is-hidden {
  display: none;
}

.h-centered,
p.center {
  text-align: center;
}

.h-centered {
  margin-bottom: 1em;
}

.box {
  border: 1px solid #999;
  background: #efefef;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto 30px auto;
  max-width: 742px;
}
.box h2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 4px 0;
  border-bottom: 1px solid #999;
}
.box p {
  font-size: 14px;
  font-size: 0.875rem;
}

.module--bg_e .photolist__imgwrap {
  background: #f0eadd;
}

/*! Hey, we got that P.M.A.! */
