
/*! normalize.css v4.1.1 | 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 and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

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

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

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

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

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

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

.color-swatch.firebrick::before {
  content: '';
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: #1d6a96;
  vertical-align: middle;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3); }

.color-swatch.firebrick::after {
  content: "#1d6a96";
  vertical-align: middle;
  padding-left: 15px; }

.color-swatch.mariner::before {
  content: '';
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: #3b5998;
  vertical-align: middle;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3); }

.color-swatch.mariner::after {
  content: "#3b5998";
  vertical-align: middle;
  padding-left: 15px; }

.color-swatch.deepsky::before {
  content: '';
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: #00b6f1;
  vertical-align: middle;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3); }

.color-swatch.deepsky::after {
  content: "#00b6f1";
  vertical-align: middle;
  padding-left: 15px; }

.color-swatch.black::before {
  content: '';
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: #000000;
  vertical-align: middle;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3); }

.color-swatch.black::after {
  content: "#000000";
  vertical-align: middle;
  padding-left: 15px; }

.color-swatch.nero::before {
  content: '';
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: #282828;
  vertical-align: middle;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3); }

.color-swatch.nero::after {
  content: "#282828";
  vertical-align: middle;
  padding-left: 15px; }

.color-swatch.brightgrey::before {
  content: '';
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: #4f5054;
  vertical-align: middle;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3); }

.color-swatch.brightgrey::after {
  content: "#4f5054";
  vertical-align: middle;
  padding-left: 15px; }

.color-swatch.dimgrey::before {
  content: '';
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: #656565;
  vertical-align: middle;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3); }

.color-swatch.dimgrey::after {
  content: "#656565";
  vertical-align: middle;
  padding-left: 15px; }

.color-swatch.raven::before {
  content: '';
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: #6b7076;
  vertical-align: middle;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3); }

.color-swatch.raven::after {
  content: "#6b7076";
  vertical-align: middle;
  padding-left: 15px; }

.color-swatch.manatee::before {
  content: '';
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: #878790;
  vertical-align: middle;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3); }

.color-swatch.manatee::after {
  content: "#878790";
  vertical-align: middle;
  padding-left: 15px; }

.color-swatch.gainsboro::before {
  content: '';
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: #dcdcdc;
  vertical-align: middle;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3); }

.color-swatch.gainsboro::after {
  content: "#dcdcdc";
  vertical-align: middle;
  padding-left: 15px; }

.color-swatch.whisper::before {
  content: '';
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: #ececec;
  vertical-align: middle;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3); }

.color-swatch.whisper::after {
  content: "#ececec";
  vertical-align: middle;
  padding-left: 15px; }

.color-swatch.ghostwhite::before {
  content: '';
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: #f1f1f2;
  vertical-align: middle;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3); }

.color-swatch.ghostwhite::after {
  content: "#f1f1f2";
  vertical-align: middle;
  padding-left: 15px; }

.color-swatch.white::before {
  content: '';
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  background-color: #ffffff;
  vertical-align: middle;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3); }

.color-swatch.white::after {
  content: "#ffffff";
  vertical-align: middle;
  padding-left: 15px; }

@font-face {
  font-family: 'tachles-icons';
  src: url(/themes/tachles/static/res/fonts/Icons/tachles-icons.woff) format("woff");
  src: url(/themes/tachles/static/res/fonts/Icons/tachles-icons.ttf) format("truetype"); }

@font-face {
  font-family: 'Coranto';
  src: url(/themes/tachles/static/res/fonts/Coranto/CorantoCn-400.woff) format("woff");
  src: url(/themes/tachles/static/res/fonts/Coranto/CorantoCn-400.ttf) format("truetype"); }

font-weight: 400;
@font-face {
  font-family: 'Coranto';
  src: url(/themes/tachles/static/res/fonts/Coranto/CorantoCn-700.woff) format("woff");
  src: url(/themes/tachles/static/res/fonts/Coranto/CorantoCn-700.ttf) format("truetype"); }

font-weight: 700;
.weight-400 {
  font-weight: 400; }

.weight-700 {
  font-weight: 700; }

.coranto {
  font-family: "tachles-icons", "Coranto", serif; }

@font-face {
  font-family: 'Rubik';
  src: url(/themes/tachles/static/res/fonts/Montserrat/Montserrat-300.ttf) format("truetype");
  font-weight: 300; }

@font-face {
  font-family: 'Rubik';
  src: url(/themes/tachles/static/res/fonts/Montserrat/Montserrat-400.ttf) format("truetype");
  font-weight: 400; }

@font-face {
  font-family: 'Rubik';
  src: url(/themes/tachles/static/res/fonts/Montserrat/Montserrat-600.ttf) format("truetype");
  font-weight: 600; }

@font-face {
  font-family: 'Rubik';
  src: url(/themes/tachles/static/res/fonts/Montserrat/Montserrat-700.ttf) format("truetype");
  font-weight: 700; }

@font-face {
  font-family: 'Rubik';
  src: url(/themes/tachles/static/res/fonts/Montserrat/Montserrat-800.ttf) format("truetype");
  font-weight: 800; }

.weight-300 {
  font-weight: 300; }

.weight-400 {
  font-weight: 400; }

.weight-600 {
  font-weight: 600; }

.weight-700 {
  font-weight: 700; }

.weight-800 {
  font-weight: 800; }

.rubik {
  font-family: "tachles-icons", "Rubik", sans-serif; }

@font-face {
  font-family: 'tachles-icons', 'Georgia';
  src: url(/themes/tachles/static/static/res/fonts/Georgia/Georgia-400.woff) format("woff");
  src: url(/themes/tachles/static/static/res/fonts/Georgia/Georgia-400.ttf) format("truetype");
  font-weight: 400; }

@font-face {
  font-family: 'tachles-icons', 'Georgia';
  src: url(/themes/tachles/static/static/res/fonts/Georgia/Georgia-700.woff) format("woff");
  src: url(/themes/tachles/static/static/res/fonts/Georgia/Georgia-700.ttf) format("truetype");
  font-weight: 700; }

.weight-400 {
  font-weight: 400; }

.weight-700 {
  font-weight: 700; }

.georgia {
  font-family: "tachles-icons", "Georgia", serif; }

body {
  font-family: "tachles-icons", "Georgia", serif;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  background-color: #ececec; }

.big-body {
  font-size: 18px;
  line-height: 28px; }

.something-is-opened {
  overflow: hidden;
  position: fixed; }

h1,
h1 > a {
  font-family: "tachles-icons", "Coranto", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 1em 0; }

h1.article__headline {
  margin-top: .45em; }

h2,
h2 > a {
  font-family: "tachles-icons", "Coranto", serif;
  font-weight: 700;
  margin: 0;
  font-size: 22px;
  line-height: 30px; }

h3,
h3 > a {
  font-family: "tachles-icons", "Coranto", serif;
  font-weight: 700;
  line-height: 31px;
  color: #000000;
  margin: 0;
  font-size: 22px; }

h3.article__headline {
  margin: .25em 0 .4em 0; }

h4,
h4 > a {
  font-family: "tachles-icons", "Coranto", serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
  margin: 0; }

h5,
h5 > a {
  font-family: "tachles-icons", "Coranto", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  margin: 0; }

h5.article__headline {
  margin: .2em 0 .35em 0; }

h6,
h6 > a {
  font-family: "tachles-icons", "Coranto", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  color: #000000; }

strong {
  font-weight: 700; }

img {
  max-width: 100%;
  display: block;
  height: auto; }

a {
  font-family: "tachles-icons", "Rubik", sans-serif;
  font-size: 14px;
  color: #1d6a96;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: color .3s ease-in-out; }
  a:hover {
    color: #000000; }

.btn,
.button, .showy__button, .chameleon__button > a, .tripartite__button, .chunk__button, .form-actions .form-submit {
  font-family: "tachles-icons", "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  box-sizing: border-box;
  background-color: transparent;
  padding: 0 15px;
  border-color: #1d6a96;
  color: #1d6a96;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  font-size: 14px; }
  .btn:hover,
  .button:hover, .showy__button:hover, .chameleon__button > a:hover, .tripartite__button:hover, .chunk__button:hover, .form-actions .form-submit:hover {
    color: #ffffff;
    background-color: #1d6a96; }

.btn--dark, .chameleon__button > a, .chunk__button {
  color: #000000;
  border-color: #000000; }
  .btn--dark:hover, .chameleon__button > a:hover, .chunk__button:hover {
    color: #ffffff;
    background-color: #000000; }

.btn,
.button {
  cursor: pointer; }

.dropbutton-widget {
  margin-top: 20px; }
  .dropbutton-widget li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px; }

.address-book__operations a {
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px; }

.branding__logo {
  display: block; }
  .branding__logo > img {
    width: 125px; }

.branding__slogan {
  margin-left: 25px;
  display: none; }

#stage {
  max-width: 1664px;
  margin: 0 auto; }

#page {
  position: relative; }

#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 20px 50px 20px;
  padding-bottom: 30px; }

#highlighted {
  width: 100%; }

#sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #sidebar > div {
    width: 100%; }

#second-sidebar {
  background-color: #f1f1f2;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 100;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
  #second-sidebar.open {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }

#content {
  width: 100%; }

#curtain-right {
  display: none; }

#head-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 20px; }

#head-right {
  text-align: right; }

#head-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 6px solid #000000; }

#head-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 0; }

#mobile-right > a {
  vertical-align: middle;
  transition: color .3s ease-in-out;
  color: #000000;
  font-size: 22px; }
  #mobile-right > a:hover {
    color: #1d6a96; }
  #mobile-right > a + a.shopping-cart:before {
    margin: 0 15px 0 10px; }
  #mobile-right > a + a:before {
    content: '';
    height: 25px;
    width: 1px;
    background-color: #000000;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px; }

header,
main {
  background-color: #ffffff; }

header {
  padding: 0 20px; }
  #content header {
    padding: 0; }
  header ul {
    margin: 0;
    padding: 0; }
  header li {
    list-style-type: none; }

footer {
  background-color: #f1f1f2;
  border-top: 6px solid #000000; }
  footer ul {
    margin: 0;
    padding: 0; }
  footer li {
    list-style-type: none; }

#foot-top {
  padding: 10px 20px; }

#foot-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px;
  padding-top: 0; }

.related {
  border-top: 1px solid #000000;
  margin-top: 30px; }

.wide-only {
  display: none !important; }

.medium-only {
  display: none !important; }

.medium-wide-only {
  display: none; }

.ajax-progress-throbber {
  display: none; }

.main-menu {
  padding: 10px 0;
  border-bottom: 1px solid #000000; }

.main-menu__item {
  padding-left: 15px;
  padding-right: 15px;
  transition: background-color .3s ease-in-out;
  margin: 10px -15px; }
  .main-menu__item > ul {
    display: none; }

.main-menu__active-trail:not(.main-menu__icon) {
  background-color: #dcdcdc; }

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

.main-menu__link {
  font-family: "tachles-icons", "Coranto", serif;
  font-size: 18px;
  line-height: 30px;
  color: #000000; }

.meta-menu__item {
  font-weight: 700;
  line-height: 30px;
  margin: 10px 0; }
  .meta-menu__item > a {
    color: #000000; }

.simple-menu__item {
  padding: 0 0 0 20px; }

.simple-menu__active-trail > .simple-menu__link,
.simple-menu__item:hover > .simple-menu__link {
  color: #000000; }

.simple-menu__link {
  font-family: "tachles-icons", "Rubik", sans-serif;
  font-weight: 700;
  color: #1d6a96;
  transition: color .3s ease-in-out;
  font-size: 14px;
  line-height: 30px;
  padding: 5px 0; }

.drawer {
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  z-index: 200;
  box-shadow: 5px 5px 35px -10px rgba(0, 0, 0, 0.75);
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  min-width: 305px;
  height: 100vh;
  width: 72%; }

.drawer--is-open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%); }

.drawer__head {
  background-color: #1d6a96;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 28px;
  padding-bottom: 28px; }
  .drawer__head img {
    -webkit-filter: invert(100%);
            filter: invert(100%); }

.drawer__content {
  margin-left: 20px;
  margin-right: 20px; }

.drawer__bottom {
  padding: 25px 0;
  margin-left: 20px;
  margin-right: 20px;
  border-top: 6px solid #000000;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 15px; }

.drawer__logo {
  display: inline-block;
  width: 85px; }

.drawer__close {
  color: white;
  font-size: 16px; }
  .drawer__close:hover {
    color: white; }

.drawer__slogan {
  display: none;
  color: #ffffff;
  font-size: 12px;
  margin-left: 5px; }

.footer-menu__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.footer-menu__submenu {
  padding-bottom: 15px; }

.footer-menu__item {
  width: 100%;
  border-bottom: 1px solid #000000; }

.footer-menu__link {
  font-family: "tachles-icons", "Coranto", serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  display: block;
  line-height: 50px; }
  .footer-menu__link:after {
    content: '⬇';
    display: inline-block;
    font-size: 10px;
    float: right;
    padding: 0 20px; }

.footer-menu__submenu-link {
  font-family: "tachles-icons", "Rubik", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #676767; }

.showy {
  margin: 6px 7px; }

.showy--full {
  margin: 30px 0 25px 0;
  width: calc(50% - 10px); }
  .showy--full:nth-child(2n) {
    margin-left: 20px; }

.showy__hover {
  position: relative;
  overflow: hidden;
  display: inline-block;
  box-shadow: 1px 0px 20px 1px rgba(0, 0, 0, 0.35); }
  .showy--full .showy__hover {
    margin-bottom: 10px; }
    .showy--full .showy__hover:hover + div + div + .showy__title {
      color: #1d6a96; }

.showy__hovered {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  text-align: center;
  position: absolute;
  height: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45%;
  transition: all .5s ease-in-out; }
  .showy__hover:hover .showy__hovered {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .showy--full .showy__hovered {
    height: 100%;
    transition: all .7s ease-in-out; }

.showy__insider {
  padding: 20px 10px; }

.showy__title {
  color: #ffffff;
  transition: color .3s ease-in-out; }
  .showy--full .showy__title {
    color: initial;
    margin-top: .4em; }

.showy__number {
  font-family: "tachles-icons", "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1d6a96; }

.showy__button {
  display: inline-block;
  color: #ffffff;
  border-color: #ffffff; }
  .showy__button:hover {
    background-color: transparent; }

.showy__date {
  font-family: "tachles-icons", "Rubik", sans-serif;
  font-size: 15px;
  color: #676767; }
  .showy__hover .showy__date {
    font-size: 12px;
    color: #ffffff; }

.article--main {
  position: relative;
  max-height: 475px;
  overflow: hidden;
  display: inline-block; }
  .article--main > a {
    display: block; }
  .article--main span + span:before {
    background-color: #ffffff !important; }
  .article--main * {
    color: #ffffff !important; }

.article--full {
  font-size: 18px;
  line-height: 28px; }

.article--teaser {
  margin: 30px 0 25px 0; }
  .article--teaser + .article--teaser {
    padding-top: 30px;
    border-top: 1px solid #000000; }

.article--video {
  padding: 30px 0 25px 0;
  margin: 0; }
  .article--video + .article--video {
    border-top: 1px solid #000000; }

.article--small {
  font-size: 15px;
  line-height: 22px; }

.article--mini {
  margin: 17px 0; }

.article--listing {
  padding: 25px 0;
  border-bottom: 1px solid #000000; }

.article__imagewrap {
  text-align: center;
  position: relative; }
  .article__imagewrap span {
    font-family: "tachles-icons", "Rubik", sans-serif;
    font-size: 14px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    color: #ffffff;
    text-align: left;
    line-height: 18px; }
  .article__imagewrap + .article__contentwrap {
    margin-top: 15px; }
    .has-image .article__imagewrap + .article__contentwrap,
    .article--video .article__imagewrap + .article__contentwrap {
      margin-top: 0;
      margin-top: 15px; }
  .article--full .article__imagewrap {
    margin-left: -20px;
    margin-right: -20px; }

.article__image {
  position: relative;
  text-align: center;
  background-color: #f1f1f2; }
  .article__image img {
    margin: 0 auto; }
  .article--teaser .article__image {
    max-height: 230px;
    overflow: hidden; }
  .article--main .article__image img {
    height: auto;
    max-width: none;
    width: 100%; }

.article__image--with-gradient:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, transparent 73%, rgba(0, 0, 0, 0.45) 130%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0); }

.article__subheadline {
  font-family: "tachles-icons", "Georgia", serif;
  font-size: 16px;
  font-weight: 700;
  color: #5b5b5b;
  margin-bottom: .5em; }

.article__body {
  font-family: "tachles-icons", "Georgia", serif;
  font-size: 16px;
  color: #1f1f1f; }

.article__head {
  position: absolute;
  bottom: 15px;
  left: 20px; }

.article__prefix {
  margin-top: -5px; }

.article__suffix {
  color: #676767;
  margin-top: .35em; }

.article__link {
  font-weight: 700;
  margin-top: 10px; }
  .article__link > a {
    transition: color .3s ease-in-out, background-color .3s ease-in-out; }
    .article__link > a.charged {
      line-height: 40px;
      padding: 0 15px;
      background-color: #f1f1f2; }
  .article__link > a.charged:hover {
    color: #f1f1f2;
    background-color: #1d6a96; }

.article__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.article--newsletter {
  padding: 0 20px; }
  .article--newsletter * {
    text-align: left; }
  .article--newsletter img {
    margin: 0; }

.article--newsletter hr {
  margin: 20px 0;
  background-color: #dcdcdc; }

.article--newsletter + p {
  display: none; }

.article__podcast-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #dcdcdc;
  height: 230px;
  display: none; }
  .article__podcast-placeholder > strong {
    font-size: 24px;
    font-family: "tachles-icons", "Coranto", serif;
    font-weight: 500; }

.chameleon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #a34596;
  padding: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.chameleon__headline {
  margin: .35em 0; }

.chameleon__content {
  width: 100%;
  padding-top: 30px; }

.chameleon__image {
  box-shadow: 1px 0px 20px 1px rgba(0, 0, 0, 0.35); }

.chameleon__prefix span:first-child {
  color: #000000; }

.chameleon__prefix span:last-child {
  color: #ffffff; }
  .chameleon__prefix span:last-child:before {
    background-color: #000000; }

.chameleon__suffix {
  color: #ffffff; }

.chameleon__button {
  margin-top: 20px; }

.tripartite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .tripartite + .tripartite {
    border-top: 1px solid #000000; }

.tripartite__extra {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30%;
  margin-right: 30px; }

.tripartite__image > img {
  box-shadow: 1px 0px 20px 1px rgba(0, 0, 0, 0.35); }

.tripartite__image + .tripartite__image {
  position: absolute;
  top: 40px;
  left: 30px; }

.tripartite--double-image .tripartite__image {
  width: calc(100% - 30px);
  margin-bottom: 40px; }

.tripartite__headline {
  margin: .3em 0 .65em 0; }

.tripartite__label {
  font-family: "tachles-icons", "Rubik", sans-serif;
  font-size: 12px;
  line-height: 26px; }

.tripartite__main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.tripartite__check {
  display: inline-block;
  margin-left: 25px; }

.tripartite__secondary {
  font-family: "tachles-icons", "Rubik", sans-serif;
  padding: 15px 20px;
  background-color: #f1f1f2;
  margin-top: 35px; }

.tripartite__price {
  font-weight: 700; }

.tripartite__zzgl {
  font-size: 11px;
  color: #676767;
  white-space: nowrap; }

.chunk {
  box-sizing: border-box;
  margin-bottom: 30px; }

.chunk--has-topline {
  border-top: 6px solid #1d6a96; }

.chunk--importante {
  background-color: #1d6a96;
  color: white;
  padding: 35px 40px 40px; }

.chunk--oscuro {
  background-color: #505155;
  padding: 30px 10px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.chunk--oscuro > a {
  max-width: 45%; }

.chunk--fuerte {
  background-color: #f1f1f2;
  color: #1d6a96;
  text-align: center;
  padding: 35px 0 30px 0; }

.chunk__head {
  font-family: "tachles-icons", "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  width: 100%;
  margin: 0 20px 21px 20px; }

.chunk__content {
  margin: 20px 0 25px 0; }

.chunk__headline {
  color: #000000; }

.chunk__header {
  line-height: 40px;
  border-top: 6px solid #000000;
  border-bottom: 1px solid #000000;
  margin-bottom: 25px; }

.chunk__icon {
  width: 100px;
  margin-top: 30px; }

.nugget {
  background-color: #f1f1f2; }

.nugget__head {
  padding: 0 25px;
  border-bottom: 6px solid #000000;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #f1f1f2; }

.nugget__close {
  float: left;
  font-size: 16px; }

.nugget__more {
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
  transition: color .3s ease-in-out; }

.nugget__section {
  font-family: "tachles-icons", "Rubik", sans-serif;
  padding: 20px 20px 20px 25px;
  border-top: 1px solid #ffffff; }
  .nugget__section:last-child {
    padding-bottom: 100px; }
  .nugget__section dt {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 5px; }
  .nugget__section dd > a {
    font-size: 12px;
    font-weight: 600;
    color: #6b7076;
    line-height: 16px;
    padding: 5px 0;
    white-space: nowrap;
    transition: color .3s ease-in-out; }
    .nugget__section dd > a:after {
      content: '✕';
      color: #1d6a96;
      font-size: 9px;
      visibility: hidden;
      vertical-align: middle;
      margin-left: .5em; }
    .nugget__section dd > a.is-active {
      font-weight: 700;
      color: #000000; }
      .nugget__section dd > a.is-active:after {
        visibility: visible; }
    .nugget__section dd > a:hover {
      color: #1d6a96; }

.ad {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  #sidebar .ad {
    border-top: 1px solid #000000;
    padding-top: 30px; }
  .ad img {
    display: inline-block;
    vertical-align: bottom; }

.ad--newsletter {
  text-align: center;
  margin: 20px 0; }
  .ad--newsletter + p {
    display: none; }

.medium-rectangle {
  text-align: center; }

.banner-halfpage-sidebar {
  border-top: 1px solid #000000;
  padding-top: 30px;
  display: block;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.divide {
  content: '';
  height: 12px;
  width: 1px;
  background-color: #6b7076;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px; }

.tachles-tool {
  font-size: 0;
  margin-left: auto; }

.tachles-tool__link {
  font-size: initial; }
  .tachles-tool__link > a {
    font-family: "tachles-icons", "Rubik", sans-serif;
    line-height: 45px;
    font-size: 15px;
    font-weight: 700;
    padding: 0 15px;
    color: #000000;
    transition: color .3s ease-in-out; }
    .tachles-tool__link > a:hover {
      color: #1d6a96; }
  .tachles-tool__link + .tachles-tool__link:before {
    content: '';
    height: 25px;
    width: 1px;
    background-color: #000000;
    display: inline-block;
    vertical-align: middle; }

.tachles-tabs {
  margin-bottom: 25px; }
  .tachles-tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1px 0; }
    .tachles-tabs ul li {
      text-align: center;
      list-style-type: none;
      width: calc(50% - 1px);
      margin: 1px 0; }
  .tachles-tabs a {
    line-height: 40px;
    color: #6b7076;
    font-size: 15px;
    font-weight: 700;
    transition: color .3s ease-in-out;
    display: block;
    background-color: #f0f0f0;
    transition: background-color .3s ease-in-out, color .3s ease-in-out; }
    .tachles-tabs a.is-active, .tachles-tabs a:hover {
      background-color: #dcdcdc;
      color: #000000; }

.tachles-tabs--jumper {
  margin-bottom: 0; }

#foot-bottom .social {
  display: none; }

.social__call {
  font-family: "tachles-icons", "Coranto", serif;
  font-weight: 700;
  margin-right: 30px; }

.social__icon {
  color: #000000;
  transition: color .3s ease-in-out; }
  .social__icon + .social__icon {
    padding-left: 20px; }

.social__icon--twitter:hover {
  color: #d71919; }

.social__icon--facebook:hover {
  color: #794c4c; }

.ribbon {
  font-family: "tachles-icons", "Rubik", sans-serif;
  font-size: 13px; }

.ribbon--plus svg {
  height: 22px;
  width: 22px;
  margin-right: 5px;
  vertical-align: middle; }

.ribbon--gaudy {
  font-weight: 700;
  color: #1d6a96;
  text-transform: uppercase; }

.ribbon--ordinary {
  color: #676767; }

.copyright {
  font-family: "tachles-icons", "Rubik", sans-serif;
  font-size: 15px;
  font-size: 13px; }

.share__title,
.share__item {
  display: inline-block;
  font-weight: 700; }

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

.share__title {
  font-family: "tachles-icons", "Rubik", sans-serif;
  font-size: 15px;
  display: none; }
  .share__title:after {
    content: '';
    width: 1px;
    height: 25px;
    background-color: #000000;
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle; }

.share__icon {
  font-size: 13px; }

.share__text {
  margin-left: 10px; }

.pager {
  padding: 15px 0; }

.pager__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0; }

.pager__item--previous a,
.pager__item--next a {
  color: #1d6a96; }

.pager__item {
  list-style-type: none; }
  .pager__item.pagerer-breaker {
    line-height: 48px;
    color: #838383; }
  .pager__item.pager__item--previous a,
  .pager__item.pager__item--next a,
  .pager__item.is-active a {
    color: #1d6a96; }
  .pager__item.pager__item--previous a:hover,
  .pager__item.pager__item--next a:hover {
    color: #000000; }
  .pager__item a {
    font-weight: 700;
    color: #878790;
    padding: 8px;
    font-size: 12px; }

.ditch {
  font-family: "tachles-icons", "Rubik", sans-serif;
  background-color: #f1f1f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 7px 12px;
  font-size: 14px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000; }

.ditch__head {
  font-weight: 700;
  margin-right: 10px; }

.ditch__item {
  margin-right: 15px; }
  .ditch__item > a {
    font-weight: 600;
    color: #000000; }
    .ditch__item > a:after {
      content: '✕';
      color: #1d6a96;
      font-size: 9px;
      vertical-align: middle;
      margin-left: .5em; }

.ditch__item--highlighted > a {
  color: #1d6a96; }

.footnote {
  font-size: 14px;
  line-height: 22px;
  color: #676767; }

.search__filter-trigger {
  margin-top: 30px; }
  .search__filter-trigger > span {
    display: inline-block; }

.search__header {
  border-bottom: 1px solid #000000;
  padding-top: 35px;
  padding-bottom: 15px; }
  .search__header + .ditch {
    border-top: none; }

.search__term > span {
  color: #1d6a96; }

.search__count {
  margin-top: 5px;
  color: #676767; }

.cart table {
  border-bottom: 1px solid #000000;
  border-top: 6px solid #000000;
  margin-bottom: 20px; }

.cart table,
.cart tbody {
  display: block; }

.cart thead {
  display: none; }

.cart tr {
  margin: 2em 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: min-content min-content min-content auto;
      grid-template-columns: min-content min-content min-content auto;
  grid-gap: .5em; }

.views-field-unit-price__number {
  margin: auto 0; }

.views-field-total-price__number {
  margin: auto 0;
  white-space: nowrap;
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-row: 2;
      grid-row-start: 2; }

.views-field-purchased-entity {
  -ms-grid-column: span 4;
      grid-column: span 4;
  font-weight: bold;
  font-size: 1.15em;
  margin-bottom: .25em; }

.views-field-remove-button {
  -ms-grid-column: 4;
      grid-column-start: 4;
  text-align: right; }

.views-field-edit-quantity {
  margin: auto 0;
  white-space: nowrap; }

.checkout-progress {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #000000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.checkout-progress--step {
  font-family: "tachles-icons", "Rubik", sans-serif;
  font-size: 15px;
  padding: 0 15px;
  line-height: 45px;
  font-weight: 700;
  color: #1d6a96;
  transition: background-color .3s ease-in-out;
  width: 50%;
  box-sizing: border-box;
  font-size: 14px; }

.checkout-progress--step__current {
  background-color: #dcdcdc;
  color: #000000; }

.checkout-progress--step__previous {
  color: #000000; }

.layout-checkout-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px; }
  .layout-checkout-form legend {
    margin: 0; }
    .layout-checkout-form legend + div {
      margin: 1em 0; }

.layout-region-checkout-main,
.layout-region-checkout-footer {
  padding-right: 0; }

#edit-completion-message {
  width: 100%;
  margin-bottom: 30px; }

.layout-region-checkout-footer {
  padding: 0; }

.layout-region-checkout-secondary {
  box-sizing: unset;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px; }
  .layout-region-checkout-secondary h3 {
    font-size: 18px;
    line-height: 40px;
    border-top: 6px solid #000000;
    border-bottom: 1px solid #000000; }

#edit-sidebar-order-summary table {
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px; }

#edit-sidebar-order-summary .order-total-line {
  padding: 5px 0; }

.layout-region-checkout-secondary .views-field-purchased-entity > div {
  margin: 0 15px;
  font-size: 14px;
  line-height: 20px; }

.drawer-opener {
  padding: 10px 0; }

.drawer-opener__inner,
.drawer-opener__inner:before,
.drawer-opener__inner:after {
  background-color: #000000;
  width: 25px;
  height: 4px; }

.drawer-opener__inner {
  position: relative; }
  .drawer-opener__inner:before, .drawer-opener__inner:after {
    content: '';
    display: block;
    position: absolute; }
  .drawer-opener__inner:before {
    top: -8px; }
  .drawer-opener__inner:after {
    bottom: -8px; }

.custom-dropdown {
  width: 100%;
  position: relative;
  display: block; }

.custom-dropdown__label {
  font-family: "tachles-icons", "Rubik", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid #000000;
  position: relative; }
  .custom-dropdown--active .custom-dropdown__label:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .custom-dropdown--not-active .custom-dropdown__label:after {
    display: none; }
  .custom-dropdown__label:after {
    content: '⬇';
    display: inline-block;
    font-size: 7px;
    position: absolute;
    right: 10px;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }

.custom-dropdown--active {
  box-shadow: 0 0.5em 1em 0.25em rgba(0, 0, 0, 0.25); }

.custom-dropdown__menu {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #ffffff;
  display: none;
  padding: 0 10px;
  box-shadow: 0 0.5em 1em 0.25em rgba(0, 0, 0, 0.25); }
  .custom-dropdown--not-active .custom-dropdown__menu {
    display: none !important; }

.custom-dropdown__link {
  font-family: "tachles-icons", "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1d6a96;
  line-height: 30px;
  padding: 5px 0;
  display: block; }
  .custom-dropdown__link.is-active {
    color: #000000; }

.user-intro {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000; }
  .user-intro p {
    margin: .35em 0; }

.user-account dl + dl {
  margin-top: 10px; }

.user-account dt,
.user-account dd {
  display: inline-block;
  vertical-align: top;
  font-size: 16px; }

.user-account dt {
  color: #676767;
  font-family: "tachles-icons", "Rubik", sans-serif;
  font-weight: 600;
  width: 40%; }

.user-orders {
  margin-top: 20px; }
  .user-orders table {
    width: 100%; }
    .user-orders table th {
      background-color: #dcdcdc;
      text-align: left;
      line-height: 40px;
      padding: 0 15px;
      font-family: "tachles-icons", "Rubik", sans-serif;
      color: #676767; }
      .user-orders table th > a {
        color: #6b7076; }
      .user-orders table th + th {
        margin-left: 1px solid #ffffff; }
    .user-orders table td {
      background-color: #f1f1f2;
      line-height: 40px;
      padding: 0 15px; }

.password-strength {
  display: none; }

.edit-address .form-item:not(.js-form-type-select),
.edit-address .field--type-string .form-item,
#edit-admin .fieldset-wrapper > .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

.field--type-address .fieldset-wrapper .form-item:not(.js-form-type-select) > label {
  width: 25%; }

#edit-admin .fieldset-wrapper > .form-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.user-form .form-item-pass {
  width: 100%; }

.shopping-cart {
  position: relative; }
  .shopping-cart .shopping-cart__number {
    font-family: "tachles-icons", "Rubik", sans-serif;
    font-size: 8px;
    line-height: 17px;
    width: 15px;
    height: 15px;
    text-align: center;
    background-color: #1d6a96;
    color: #ffffff;
    border-radius: 100%;
    font-weight: 700;
    position: absolute;
    top: -2px;
    left: 20px; }

.mood-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }

.slick-count {
  font-family: "tachles-icons", "Rubik", sans-serif;
  margin: 0;
  padding: 0;
  position: absolute;
  display: none; }
  .slick-count li {
    display: none;
    color: white;
    z-index: 10;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .15em; }
    .slick-count li.slick-active {
      display: block; }

.slick-arrow {
  text-align: center;
  line-height: 30px;
  width: 30px;
  border: 1px solid white;
  position: absolute;
  z-index: 10;
  display: none !important; }
  .slick-arrow:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; }

.slick-arrow-next {
  right: 75px; }
  .slick-arrow-next:before {
    border-left: 5px solid white; }

.slick-arrow-previous {
  right: 115px; }
  .slick-arrow-previous:before {
    border-right: 5px solid white; }

.slick-track,
.slick-list {
  -webkit-perspective: 2000;
  -webkit-backface-visibility: hidden; }

#sliding-popup {
  z-index: 10; }

.annoyance {
  background: white;
  border-top: 1px solid #c8c8c8; }

.annoyance__main {
  max-width: 1244px;
  margin: auto;
  padding: 1em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1em; }
  @media (min-width: 500px) {
    .annoyance__main {
      -ms-grid-columns: auto auto;
          grid-template-columns: auto auto; } }
  @media (max-width: 499px) {
    .annoyance__main {
      -ms-grid-rows: auto auto;
          grid-template-rows: auto auto; } }

.annoyance__left {
  margin: auto 0; }
  @media (min-width: 500px) {
    .annoyance__left {
      grid-column: 1 / 2; } }
  @media (max-width: 499px) {
    .annoyance__left {
      grid-row: 1 / 2; } }

.annoyance__right {
  margin: auto 0;
  white-space: nowrap; }
  @media (min-width: 500px) {
    .annoyance__right {
      text-align: right;
      grid-column: 2 / 3; } }
  @media (max-width: 499px) {
    .annoyance__right {
      grid-row: 2 / 3; } }

.annoyance__button {
  font-size: 13px;
  background: #ebebeb;
  line-height: 4em;
  font-weight: 100;
  color: #1b1b1b;
  display: inline-block;
  border: none;
  vertical-align: bottom;
  cursor: pointer;
  font-family: inherit;
  padding: 0 2em;
  white-space: nowrap; }

.checkbox {
  display: inline-block; }
  .checkbox + .checkbox {
    margin-left: 15px; }
  .checkbox > input {
    visibility: hidden;
    display: none; }
    .checkbox > input:checked + label {
      position: relative; }
      .checkbox > input:checked + label:before {
        background-color: #ffffff;
        border: 5px solid #878790; }
  .checkbox > label {
    font-family: "tachles-icons", "Rubik", sans-serif;
    font-weight: 700;
    font-size: 14px; }
    .checkbox > label:before {
      content: '';
      cursor: pointer;
      width: 15px;
      height: 15px;
      transition: background-color .3s ease-in-out, border .3s ease-in-out;
      text-align: center;
      border: 1px solid #f1f1f2;
      background-color: white;
      border-radius: 100%;
      box-sizing: border-box;
      display: inline-block;
      vertical-align: middle;
      box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
      margin-right: 10px; }
    .checkbox > label > span {
      font-weight: 600; }

.form-actions + .checkbox {
  display: block;
  margin-top: 15px; }

.options {
  margin: 0;
  padding: 0; }
  .options li {
    list-style-type: none;
    margin: 10px 0; }

.radio > input {
  visibility: hidden;
  display: none; }
  .radio > input:checked + label {
    position: relative; }
    .radio > input:checked + label:before {
      background-color: #ffffff;
      border: 5px solid #878790; }

.radio > label {
  font-family: "tachles-icons", "Rubik", sans-serif;
  font-weight: 700;
  font-size: 14px; }
  .radio > label:before {
    content: '';
    cursor: pointer;
    width: 15px;
    height: 15px;
    transition: background-color .3s ease-in-out, border .3s ease-in-out;
    text-align: center;
    border: 1px solid #f1f1f2;
    background-color: white;
    border-radius: 100%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
    margin-right: 10px; }
  .radio > label > span {
    font-weight: 600; }

#views-exposed-form-search-main {
  background-color: #dcdcdc;
  border-top: 6px solid #000000;
  padding: 20px; }
  #views-exposed-form-search-main label,
  #views-exposed-form-search-main .form-actions {
    display: none; }
  #views-exposed-form-search-main .form-text {
    width: 100%;
    padding: 0 20px;
    margin: 0;
    border: none;
    line-height: 40px;
    box-sizing: border-box;
    background: white; }
  #views-exposed-form-search-main .form-item {
    position: relative;
    margin: 0; }
    #views-exposed-form-search-main .form-item:after {
      content: '🔍';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 15px;
      display: block;
      color: #676767;
      line-height: 40px; }

.select2-selection {
  border: none !important;
  background-color: #f1f1f2 !important;
  border-radius: 0 !important;
  height: 40px !important;
  position: relative;
  display: inline-block; }
  .select2-selection:focus {
    outline: none; }

.select2-selection__rendered {
  padding: 0 45px 0 15px !important;
  line-height: 40px !important;
  font-style: italic;
  font-size: 14px; }

.select2-selection__arrow {
  height: auto !important;
  width: auto !important;
  position: unset !important; }
  .select2-selection__arrow:after {
    content: '⬇';
    display: inline-block;
    font-size: 7px;
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 40px;
    height: 40px; }
  .select2-selection__arrow b {
    display: none; }

.select2-search--dropdown {
  padding: 0 !important; }

.select2-search__field {
  border: none !important;
  padding: 0 15px !important;
  background-color: #f1f1f2;
  font-style: italic;
  font-size: 14px !important;
  line-height: 40px !important; }

.select2-dropdown {
  border: none !important;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.25); }

.select2-results__options {
  background-color: #f1f1f2; }

.select2-results__option--highlighted {
  background-color: #dcdcdc !important;
  color: initial !important; }

.select2-results__option {
  font-style: italic;
  font-size: 14px !important;
  padding: 0 15px !important;
  line-height: 40px !important; }

.date-range-widget .form-item {
  margin-bottom: 15px; }
  .date-range-widget .form-item label {
    font-size: 13px;
    color: #676767;
    width: 55px;
    display: inline-block;
    font-weight: 600; }
  .date-range-widget .form-item input {
    line-height: 30px;
    height: 30px;
    font-size: 13px;
    font-style: italic;
    display: inline-block;
    width: auto;
    color: #676767;
    background-color: #ffffff;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35); }
  .date-range-widget .form-item ::-webkit-input-placeholder {
    font-size: 13px;
    color: #676767; }
  .date-range-widget .form-item ::-moz-placeholder {
    font-size: 13px;
    color: #676767; }
  .date-range-widget .form-item :-ms-input-placeholder {
    font-size: 13px;
    color: #676767; }
  .date-range-widget .form-item :-moz-placeholder {
    font-size: 13px;
    color: #676767; }

.ui-datepicker {
  max-width: 80% !important;
  margin: 0 auto !important;
  left: 20px !important; }

.form {
  border-top: 1px solid #000000;
  padding-top: 20px;
  margin-top: 20px; }

.attribute-widgets {
  margin-bottom: 13px; }
  .attribute-widgets .select2 {
    min-width: 150px; }

.narrow-form {
  max-width: 31em; }

.form-item {
  margin-right: 0 !important;
  margin-bottom: 16px;
  margin-left: 0; }

.form-actions {
  display: inline-block; }
  .options .form-actions {
    margin: 0; }
  .form-actions .form-submit {
    color: #1d6a96;
    background-color: transparent;
    border-color: #1d6a96;
    border-radius: 0;
    line-height: 38px;
    cursor: pointer;
    margin-top: 5px; }
    .form-actions .form-submit:hover {
      background-color: #1d6a96;
      color: #ffffff; }

.form-checkboxes .checkbox {
  display: block;
  margin: 0; }
  .form-checkboxes .checkbox + .checkbox {
    margin: 10px 0 0 0; }

.form-text,
.form-email {
  width: 100%;
  border: 0;
  background-color: #f1f1f2;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  box-sizing: border-box;
  font-style: italic;
  font-size: 14px;
  color: #676767; }

.form-number {
  border: 1px solid #f1f1f2;
  text-align: center;
  padding: 0 5px 0 15px;
  height: 40px;
  line-height: 40px;
  width: 40px; }

.js-form-type-select > label {
  display: none; }

.description,
div.password-confirm {
  font-size: 12px;
  line-height: 16px;
  color: #676767; }

.dropbutton-widget ul {
  margin: 0;
  padding: 0; }

.dropbutton-widget li {
  list-style-type: none; }

input:focus {
  outline: none; }

::-webkit-input-placeholder {
  font-style: italic;
  font-size: 14px; }

::-moz-placeholder {
  font-style: italic;
  font-size: 14px; }

:-ms-input-placeholder {
  font-style: italic;
  font-size: 14px; }

:-moz-placeholder {
  font-style: italic;
  font-size: 14px; }

label {
  display: block;
  font-size: 14px;
  color: #676767; }

fieldset {
  border: none;
  padding: 0 !important;
  margin: 0; }
  fieldset + fieldset {
    margin-top: 30px; }
  .contact-form fieldset {
    margin: 20px 0 0 0; }

legend {
  font-family: "tachles-icons", "Coranto", serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px; }
  #edit-advanced-login-register-simplenews legend {
    padding-top: 25px; }
  #edit-subscriptions--wrapper legend {
    display: none; }

#podcast_radio,
#podcast_tv {
  max-width: 100%; }

#content .options .add_to_cart,
#content .options .login {
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom; }

#content .options .login a.button {
  line-height: 21px;
  padding: 8.5px 15px; }

dl {
  margin: 0; }

dd {
  margin: 0; }

hr {
  margin: 0 0 30px 0;
  border: none;
  height: 1px;
  width: 100%;
  background-color: black; }

.local-tasks {
  margin: 0 0 30px 0; }
  .local-tasks ul {
    margin: 0;
    padding: 0; }
  .local-tasks li {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 4px; }
  .local-tasks a {
    font-family: "tachles-icons", "Rubik", sans-serif;
    color: #000000;
    border: 1px solid #000000;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
    line-height: 40px;
    padding: 0 15px; }
    .local-tasks a:hover {
      background-color: #000000;
      color: #ffffff; }

.status-messages {
  padding: 15px;
  border: 1px solid #000000;
  display: inline-block;
  margin-bottom: 30px; }

.views__view-grid--framed .views__view-row:first-child {
  border-top: 6px solid #000000; }

.view__head {
  font-family: "tachles-icons", "Rubik", sans-serif;
  color: #1d6a96;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  border-top: 6px solid #000000;
  border-bottom: 1px solid #000000; }

.views-view__header {
  margin-bottom: 30px; }

.views__view-row:not(:first-child) {
  border-top: 1px solid #000000; }

.views__view-row--magazine {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.cc {
  margin: 60px 0;
  line-height: 30px;
  background: #ececec;
  border-radius: 5px;
  border: 1px solid #f1f1f2; }
  .cc > .audiojs {
    padding: 8px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.cc--primary {
  background: #ececec; }

.cc__controls {
  max-width: 70px;
  width: 100%;
  text-align: center;
  margin: -20px 15px -20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background: #ececec; }

.cc__download {
  background: inherit;
  padding: .5em 1em;
  display: inline-block;
  text-decoration: none; }

.cc__audio {
  width: 100%;
  border-radius: 0;
  vertical-align: bottom; }
  .cc__audio::-webkit-media-controls-panel {
    background: #ececec; }
  .cc__audio::-webkit-media-controls-mute-button {
    display: none; }

.cc__timeline {
  height: 30px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: col-resize;
  width: 100%; }

.cc__error-message {
  word-break: break-all;
  text-align: center; }
  .cc__error-message:empty {
    display: none; }
  .cc__error-message:not(:empty) ~ .cc__controls,
  .cc__error-message:not(:empty) ~ .cc__timeline,
  .cc__error-message:not(:empty) ~ .cc__time {
    display: none; }

.cc__timeline-progress {
  position: absolute;
  background: #1d6a96;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  top: 50%;
  transition: width .25s, background .25s;
  width: 100%; }

.cc__timeline-loaded {
  position: absolute;
  height: inherit;
  background: #1d6a96;
  display: block;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  transition: width 1s, opacity .25s;
  top: 50%; }
  .cc__player--playing .cc__timeline-loaded[style="width: 100%;"] {
    opacity: 0; }

.cc__pause, .cc__play {
  font-size: 0;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #1d6a96;
  transition: 100ms all ease;
  cursor: pointer;
  padding: 0; }

.cc__time {
  font-size: 12px;
  margin: 0 15px;
  text-align: center;
  width: 10%;
  font-weight: 600; }

.cc__pause {
  border-style: double;
  border-width: 0px 0 0px 14px;
  height: 22px;
  display: none;
  transition: border-width .5s; }
  .cc__player--playing .cc__pause {
    display: inline-block;
    border-width: 0px 0 0px 14px; }

.cc__play {
  border-style: solid;
  border-width: 12px 0 12px 22px;
  margin-left: 5px; }
  .cc__player--playing .cc__play {
    display: none; }

.cc__duration {
  display: none; }
  .cc__player--playing .cc__duration {
    display: inline; }

.cc__played {
  display: inline; }
  .cc__player--playing .cc__played {
    display: none; }
