/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

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

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

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

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

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


.jBox-wrapper {
  text-align: left;
  box-sizing: border-box;
}

.jBox-title,
.jBox-content,
.jBox-container {
  position: relative;
  word-break: break-word;
  box-sizing: border-box;
}

.jBox-container {
  background: #fff;
}

.jBox-content {
  padding: 8px 12px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity .2s;
}

.jBox-footer {
  box-sizing: border-box;
}

.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.jBox-Tooltip .jBox-title,
.jBox-Mouse .jBox-title {
  padding: 8px 10px 0;
  font-weight: bold;
}

.jBox-Tooltip.jBox-hasTitle .jBox-content,
.jBox-Mouse.jBox-hasTitle .jBox-content {
  padding-top: 5px;
}

.jBox-Mouse {
  pointer-events: none;
}

.jBox-pointer {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
}

.jBox-pointer:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.jBox-pointer-top {
  top: 0;
}

.jBox-pointer-top:after {
  left: 5px;
  top: 6px;
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.15);
}

.jBox-pointer-right {
  right: 0;
}

.jBox-pointer-right:after {
  top: 5px;
  right: 6px;
  box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.15);
}

.jBox-pointer-left {
  left: 0;
}

.jBox-pointer-left:after {
  top: 5px;
  left: 6px;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
}

.jBox-pointer-bottom {
  bottom: 0;
}

.jBox-pointer-bottom:after {
  left: 5px;
  bottom: 6px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.jBox-pointer-top, .jBox-pointer-bottom {
  width: 30px;
  height: 12px;
}

.jBox-pointer-left, .jBox-pointer-right {
  width: 12px;
  height: 30px;
}

.jBox-Modal .jBox-container {
  border-radius: 4px;
}

.jBox-Modal .jBox-container, .jBox-Modal.jBox-closeButton-box:before {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4);
}

.jBox-Modal .jBox-content {
  padding: 15px 20px;
}

.jBox-Modal .jBox-title {
  border-radius: 4px 4px 0 0;
  padding: 15px 20px;
  background: #fafafa;
  border-bottom: 1px solid #eee;
}

.jBox-Modal.jBox-closeButton-title .jBox-title {
  padding-right: 65px;
}

.jBox-Modal .jBox-footer {
  border-radius: 0 0 4px 4px;
}

.jBox-closeButton {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  box-sizing: border-box;
}

.jBox-closeButton svg {
  position: absolute;
  top: 50%;
  right: 50%;
}

.jBox-closeButton path {
  fill: #aaa;
  transition: fill .2s;
}

.jBox-closeButton:hover path {
  fill: #888;
}

.jBox-overlay .jBox-closeButton {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}

.jBox-overlay .jBox-closeButton svg {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: -10px;
}

.jBox-overlay .jBox-closeButton path {
  fill: #ddd;
}

.jBox-overlay .jBox-closeButton:hover path {
  fill: #fff;
}

.jBox-closeButton-title .jBox-closeButton {
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
}

.jBox-closeButton-title svg {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-right: -6px;
}

.jBox-closeButton-box {
  box-sizing: border-box;
}

.jBox-closeButton-box .jBox-closeButton {
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
}

.jBox-closeButton-box .jBox-closeButton svg {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-right: -5px;
}

.jBox-closeButton-box:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.jBox-closeButton-box.jBox-pointerPosition-top:before {
  top: 5px;
}

.jBox-closeButton-box.jBox-pointerPosition-right:before {
  right: 2px;
}

.jBox-Modal.jBox-hasTitle.jBox-closeButton-box .jBox-closeButton {
  background: #fafafa;
}

.jBox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.82);
}

.jBox-footer {
  background: #fafafa;
  border-top: 1px solid #eee;
  padding: 8px 10px;
  border-radius: 0 0 3px 3px;
}

body[class^="jBox-blockScroll-"],
body[class*=" jBox-blockScroll-"] {
  overflow: hidden;
}

.jBox-draggable {
  cursor: move;
}

@keyframes jBoxLoading {
  to {
    transform: rotate(360deg);
  }
}

.jBox-loading .jBox-content {
  opacity: .2;
}

.jBox-loading-spinner .jBox-content {
  min-height: 38px !important;
  min-width: 38px !important;
  opacity: 0;
}

.jBox-spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

.jBox-spinner:before {
  display: block;
  box-sizing: border-box;
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.8);
  animation: jBoxLoading .6s linear infinite;
}

.jBox-countdown {
  border-radius: 4px 4px 0 0;
  z-index: 0;
  background: #000;
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  overflow: hidden;
}

.jBox-countdown-inner {
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  position: absolute;
  background: #fff;
}

[class^="jBox-animated-"],
[class*=" jBox-animated-"] {
  animation-fill-mode: both;
}

@keyframes jBox-tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.8) rotate(-4deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.2) rotate(4deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.2) rotate(-4deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

.jBox-animated-tada {
  animation: jBox-tada 1s;
}

@keyframes jBox-tadaSmall {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-2deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(2deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-2deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

.jBox-animated-tadaSmall {
  animation: jBox-tadaSmall 1s;
}

@keyframes jBox-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.jBox-animated-flash {
  animation: jBox-flash .5s;
}

@keyframes jBox-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20%,
  60% {
    transform: translateX(-6px);
  }
  40%,
  80% {
    transform: translateX(6px);
  }
}

.jBox-animated-shake {
  animation: jBox-shake .4s;
}

@keyframes jBox-pulseUp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.jBox-animated-pulseUp {
  animation: jBox-pulseUp .25s;
}

@keyframes jBox-pulseDown {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}

.jBox-animated-pulseDown {
  animation: jBox-pulseDown .25s;
}

@keyframes jBox-popIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.jBox-animated-popIn {
  animation: jBox-popIn .25s;
}

@keyframes jBox-popOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0);
  }
}

.jBox-animated-popOut {
  animation: jBox-popOut .25s;
}

@keyframes jBox-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.jBox-animated-fadeIn {
  animation: jBox-fadeIn .2s;
}

@keyframes jBox-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.jBox-animated-fadeOut {
  animation: jBox-fadeOut .2s;
}

@keyframes jBox-slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-300px);
    opacity: 0;
  }
}

.jBox-animated-slideUp {
  animation: jBox-slideUp .4s;
}

@keyframes jBox-slideRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
    opacity: 0;
  }
}

.jBox-animated-slideRight {
  animation: jBox-slideRight .4s;
}

@keyframes jBox-slideDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(300px);
    opacity: 0;
  }
}

.jBox-animated-slideDown {
  animation: jBox-slideDown .4s;
}

@keyframes jBox-slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-300px);
    opacity: 0;
  }
}

.jBox-animated-slideLeft {
  animation: jBox-slideLeft .4s;
}

.jBox-Confirm .jBox-content {
  text-align: center;
  padding: 46px 35px;
}

@media (max-width: 500px) {
  .jBox-Confirm .jBox-content {
    padding: 32px 20px;
  }
}

.jBox-Confirm-footer {
  height: 46px;
}

.jBox-Confirm-button {
  display: block;
  float: left;
  cursor: pointer;
  text-align: center;
  width: 50%;
  line-height: 46px;
  height: 46px;
  overflow: hidden;
  padding: 0 10px;
  transition: color .2s, background-color .2s;
  box-sizing: border-box;
}

.jBox-Confirm-button-cancel {
  border-bottom-left-radius: 4px;
  background: #ddd;
  color: #666;
}

.jBox-Confirm-button-cancel:hover, .jBox-Confirm-button-cancel:active {
  background: #ccc;
}

.jBox-Confirm-button-cancel:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.jBox-Confirm-button-submit {
  border-bottom-right-radius: 4px;
  background: #7d0;
  color: #fff;
}

.jBox-Confirm-button-submit:hover, .jBox-Confirm-button-submit:active {
  background: #6c0;
}

.jBox-Confirm-button-submit:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.jBox-Image .jBox-container {
  background-color: transparent;
}

.jBox-Image .jBox-content {
  padding: 0;
  width: 100%;
  height: 100%;
}

.jBox-image-container {
  background: center center no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.jBox-image-label-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 100;
  display: flex;
}

.jBox-image-label-container {
  position: relative;
  flex: 1;
}

.jBox-image-label {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 24px;
  transition: opacity .36s;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

.jBox-image-label.expanded {
  background: #000;
}

.jBox-image-label:not(.expanded) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.jBox-image-label.active {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 600px) {
  .jBox-image-label {
    font-size: 13px;
  }
}

.jBox-image-pointer-next,
.jBox-image-pointer-prev {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: .8;
  transition: opacity .2s;
  background: no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ijc0LjcgMjI0IDE4LjcgMzIiPg0KPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTkzLDIyNy40TDgwLjQsMjQwTDkzLDI1Mi42YzAuNCwwLjQsMC40LDEuMSwwLDEuNWwtMS42LDEuNmMtMC40LDAuNC0xLDAuNS0xLjUsMEw3NSwyNDAuN2MtMC40LTAuNC0wLjUtMSwwLTEuNWwxNC45LTE0LjljMC40LTAuNCwxLTAuNCwxLjUsMGwxLjYsMS42QzkzLjUsMjI2LjQsOTMuNCwyMjcsOTMsMjI3LjR6Ii8+DQo8L3N2Zz4=);
  background-size: 11px auto;
  user-select: none;
  z-index: 1;
}

.jBox-image-pointer-next:hover,
.jBox-image-pointer-prev:hover {
  opacity: 1;
}

.jBox-image-pointer-next {
  transform: scaleX(-1);
}

.jBox-image-counter-container {
  flex-shrink: 0;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #fff;
  text-align: right;
  display: none;
}

.jBox-image-has-counter .jBox-image-counter-container {
  display: block;
}

.jBox-overlay.jBox-overlay-Image {
  background: #000;
}

.jBox-image-not-found {
  background: #000;
}

.jBox-image-not-found:before {
  content: '';
  box-sizing: border-box;
  display: block;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 5px solid #222;
  border-radius: 50%;
}

.jBox-image-not-found:after {
  content: '';
  display: block;
  box-sizing: content-box;
  z-index: auto;
  width: 6px;
  height: 74px;
  margin-top: -37px;
  margin-left: -3px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #222;
  transform: rotateZ(45deg);
  transform-origin: 50% 50% 0;
}

.jBox-image-download-button-wrapper {
  position: absolute;
  top: -40px;
  right: 35px;
  height: 40px;
  display: flex;
  cursor: pointer;
  opacity: .8;
  transition: opacity .2s;
}

.jBox-image-download-button-wrapper:hover {
  opacity: 1;
}

.jBox-image-download-button-icon {
  width: 40px;
  height: 40px;
  background: center center no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNDE2IDI1NnYtMTkyaC0xOTJ2MTkyaC0xNjBsMjU2IDI1NiAyNTYtMjU2aC0xNjB6TTAgNTc2aDY0MHY2NGgtNjQwdi02NHoiPjwvcGF0aD48L3N2Zz4=);
  background-size: 60%;
}

.jBox-image-download-button-text {
  white-space: nowrap;
  line-height: 40px;
  padding: 0 10px 0 0;
  color: #fff;
  font-size: 14px;
}

@keyframes jBoxImageLoading {
  to {
    transform: rotate(360deg);
  }
}

.jBox-image-loading:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  border: 4px solid #333;
  border-bottom-color: #666;
  animation: jBoxImageLoading 1.2s linear infinite;
  border-radius: 50%;
}

.jBox-Notice {
  transition: margin .2s;
}

.jBox-Notice .jBox-container {
  border-radius: 4px;
  box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.25), inset -1px -1px 0 0 rgba(0, 0, 0, 0.1);
}

.jBox-Notice .jBox-content {
  border-radius: 4px;
  padding: 12px 20px;
}

@media (max-width: 768px) {
  .jBox-Notice .jBox-content {
    padding: 10px 15px;
  }
}

@media (max-width: 500px) {
  .jBox-Notice .jBox-content {
    padding: 8px 10px;
  }
}

.jBox-Notice.jBox-hasTitle .jBox-content {
  padding-top: 5px;
}

@media (max-width: 500px) {
  .jBox-Notice.jBox-hasTitle .jBox-content {
    padding-top: 0;
  }
}

.jBox-Notice.jBox-hasTitle .jBox-title {
  padding: 12px 20px 0;
  font-weight: bold;
}

@media (max-width: 768px) {
  .jBox-Notice.jBox-hasTitle .jBox-title {
    padding: 10px 15px 0;
  }
}

@media (max-width: 500px) {
  .jBox-Notice.jBox-hasTitle .jBox-title {
    padding: 8px 10px 0;
  }
}

.jBox-Notice.jBox-closeButton-title .jBox-title {
  padding-right: 55px;
}

.jBox-Notice.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton {
  width: 40px;
}

.jBox-Notice.jBox-Notice-black .jBox-container {
  color: #fff;
  background: #000;
}

.jBox-Notice.jBox-Notice-black.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-black.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
  fill: #fff;
}

.jBox-Notice.jBox-Notice-gray .jBox-container {
  color: #222;
  background: #f6f6f6;
}

.jBox-Notice.jBox-Notice-gray.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-gray.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
  fill: #222;
}

.jBox-Notice.jBox-Notice-red .jBox-container {
  color: #fff;
  background: #d00;
}

.jBox-Notice.jBox-Notice-red.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-red.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
  fill: #fff;
}

.jBox-Notice.jBox-Notice-green .jBox-container {
  color: #fff;
  background: #5d0;
}

.jBox-Notice.jBox-Notice-green.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-green.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
  fill: #fff;
}

.jBox-Notice.jBox-Notice-blue .jBox-container {
  color: #fff;
  background: #49d;
}

.jBox-Notice.jBox-Notice-blue.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-blue.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
  fill: #fff;
}

.jBox-Notice.jBox-Notice-yellow .jBox-container {
  color: #000;
  background: #fd0;
}

.jBox-Notice.jBox-Notice-yellow.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
.jBox-Notice.jBox-Notice-yellow.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
  fill: #fff;
}

.jBox-NoticeFancy .jBox-content,
.jBox-NoticeFancy .jBox-title {
  padding-left: 25px;
}

.jBox-NoticeFancy.jBox-Notice-color .jBox-container {
  color: #fff;
  background: #000;
}

.jBox-NoticeFancy.jBox-Notice-color .jBox-container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 8px;
  border-radius: 4px 0 0 4px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: 14px 14px;
}

.jBox-NoticeFancy.jBox-Notice-black .jBox-container:after,
.jBox-NoticeFancy.jBox-Notice-gray .jBox-container:after {
  background-color: #888;
}

.jBox-NoticeFancy.jBox-Notice-red .jBox-container:after {
  background-color: #e00;
}

.jBox-NoticeFancy.jBox-Notice-green .jBox-container:after {
  background-color: #6c0;
}

.jBox-NoticeFancy.jBox-Notice-blue .jBox-container:after {
  background-color: #49d;
}

.jBox-NoticeFancy.jBox-Notice-yellow .jBox-container:after {
  background-color: #fb0;
}

.jBox-NoticeFancy .jBox-countdown {
  left: 8px;
  border-radius: 0 4px 0 0;
}

.jBox-TooltipBorder .jBox-container,
.jBox-TooltipBorder .jBox-pointer:after {
  border: 2px solid #49d;
}

.jBox-TooltipBorder .jBox-pointer:after {
  width: 22px;
  height: 22px;
}

.jBox-TooltipBorder .jBox-pointer-top,
.jBox-TooltipBorder .jBox-pointer-bottom {
  width: 34px;
  height: 13px;
}

.jBox-TooltipBorder .jBox-pointer-top:after,
.jBox-TooltipBorder .jBox-pointer-bottom:after {
  left: 6px;
}

.jBox-TooltipBorder .jBox-pointer-left,
.jBox-TooltipBorder .jBox-pointer-right {
  width: 13px;
  height: 34px;
}

.jBox-TooltipBorder .jBox-pointer-left:after,
.jBox-TooltipBorder .jBox-pointer-right:after {
  top: 6px;
}

.jBox-TooltipBorder.jBox-closeButton-box:before {
  width: 28px;
  height: 28px;
  background: #49d;
}

.jBox-TooltipBorderThick .jBox-container {
  box-shadow: none;
  border-radius: 8px;
  border: 4px solid #ccc;
}

.jBox-TooltipBorderThick .jBox-pointer:after {
  box-shadow: none;
  border: 4px solid #ccc;
  width: 24px;
  height: 24px;
}

.jBox-TooltipBorderThick .jBox-pointer-top,
.jBox-TooltipBorderThick .jBox-pointer-bottom {
  width: 38px;
  height: 13px;
}

.jBox-TooltipBorderThick .jBox-pointer-left,
.jBox-TooltipBorderThick .jBox-pointer-right {
  width: 13px;
  height: 38px;
}

.jBox-TooltipBorderThick.jBox-closeButton-box:before {
  width: 32px;
  height: 32px;
  background: #ccc;
}

.jBox-TooltipDark .jBox-container {
  border-radius: 4px;
  background: #000;
  color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.jBox-TooltipDark .jBox-pointer:after {
  background: #000;
}

.jBox-TooltipDark .jBox-closeButton {
  background: #000;
}

.jBox-TooltipDark.jBox-closeButton-box:before {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton path {
  fill: #ddd;
}

.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton:hover path {
  fill: #fff;
}

.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton:active path {
  fill: #bbb;
}

.jBox-TooltipError {
  pointer-events: none;
}

.jBox-TooltipError .jBox-container {
  border-radius: 2px;
  background: #d00;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

.jBox-TooltipError .jBox-content {
  padding: 0 10px;
  line-height: 28px;
}

.jBox-TooltipError .jBox-pointer:after {
  background: #d00;
  width: 20px;
  height: 20px;
}

.jBox-TooltipError .jBox-pointer-top, .jBox-TooltipError .jBox-pointer-bottom {
  width: 22px;
  height: 8px;
}

.jBox-TooltipError .jBox-pointer-right, .jBox-TooltipError .jBox-pointer-left {
  width: 8px;
  height: 22px;
}

.jBox-TooltipError .jBox-pointer-top:after {
  left: 1px;
  top: 6px;
}

.jBox-TooltipError .jBox-pointer-right:after {
  top: 1px;
  right: 6px;
}

.jBox-TooltipError .jBox-pointer-bottom:after {
  left: 1px;
  bottom: 6px;
}

.jBox-TooltipError .jBox-pointer-left:after {
  top: 1px;
  left: 6px;
}

.jBox-TooltipSmall {
  pointer-events: none;
}

.jBox-TooltipSmall .jBox-container {
  border-radius: 2px;
}

.jBox-TooltipSmall .jBox-content {
  padding: 0 10px;
  line-height: 28px;
}

.jBox-TooltipSmall .jBox-pointer:after {
  width: 20px;
  height: 20px;
}

.jBox-TooltipSmall .jBox-pointer-top, .jBox-TooltipSmall .jBox-pointer-bottom {
  width: 22px;
  height: 8px;
}

.jBox-TooltipSmall .jBox-pointer-right, .jBox-TooltipSmall .jBox-pointer-left {
  width: 8px;
  height: 22px;
}

.jBox-TooltipSmall .jBox-pointer-top:after {
  left: 1px;
  top: 6px;
}

.jBox-TooltipSmall .jBox-pointer-right:after {
  top: 1px;
  right: 6px;
}

.jBox-TooltipSmall .jBox-pointer-bottom:after {
  left: 1px;
  bottom: 6px;
}

.jBox-TooltipSmall .jBox-pointer-left:after {
  top: 1px;
  left: 6px;
}

.jBox-TooltipSmallGray {
  pointer-events: none;
}

.jBox-TooltipSmallGray .jBox-container {
  font-size: 13px;
  line-height: 24px;
  border-radius: 12px;
  background-image: linear-gradient(to bottom, #fafafa, #f2f2f2);
}

.jBox-TooltipSmallGray .jBox-content {
  padding: 0 10px;
}

.jBox-TooltipSmallGray .jBox-pointer:after {
  width: 20px;
  height: 20px;
}

.jBox-TooltipSmallGray .jBox-pointer-top, .jBox-TooltipSmallGray .jBox-pointer-bottom {
  width: 22px;
  height: 8px;
}

.jBox-TooltipSmallGray .jBox-pointer-left, .jBox-TooltipSmallGray .jBox-pointer-right {
  width: 8px;
  height: 22px;
}

.jBox-TooltipSmallGray .jBox-pointer-top:after {
  background: #fafafa;
  left: 1px;
  top: 6px;
}

.jBox-TooltipSmallGray .jBox-pointer-right:after {
  top: 1px;
  right: 6px;
}

.jBox-TooltipSmallGray .jBox-pointer-bottom:after {
  background: #f2f2f2;
  left: 1px;
  bottom: 6px;
}

.jBox-TooltipSmallGray .jBox-pointer-left:after {
  top: 1px;
  left: 6px;
}

.accordionjs{position:relative;margin:0;padding:0;list-style:none;margin-top:10px;margin-bottom:20px}.accordionjs .acc_section{border:1px solid #ccc;position:relative;z-index:10;margin-top:-1px;overflow:hidden}.accordionjs .acc_section .acc_head{position:relative;background:#fff;padding:10px;display:block;cursor:pointer}.accordionjs .acc_section .acc_head h3{line-height:1;margin:5px 0}.accordionjs .acc_section .acc_content{padding:10px}.accordionjs .acc_section:first-of-type,.accordionjs .acc_section:first-of-type .acc_head{border-top-left-radius:3px;border-top-right-radius:3px}.accordionjs .acc_section:last-of-type,.accordionjs .acc_section:last-of-type .acc_content{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.accordionjs .acc_section.acc_active>.acc_content{display:block}.accordionjs .acc_section.acc_active>.acc_head{background:#f9f9f9;border-bottom:1px solid #ccc}*{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}body{font-size:clamp(14px,1.3vw,20px);font-weight:300;font-size:1em;line-height:1.4}section,footer,header,nav{margin:0 auto}section,footer,header{padding:0 4vw;margin:0 auto;max-width:100%}h1{font-size:clamp(35px,3vw,55px);line-height:120%;font-weight:700;color:#3b3533;margin:35px 0 25px 0}h2{font-size:clamp(25px,2.5vw,37px);font-weight:700;line-height:1.1;color:#3b3533;padding:0;margin:25px 0 15px 0}h3{font-size:clamp(20px,2vw,24px);font-weight:700;color:#3b3533;line-height:1.4;margin:5px 0 10px 0}h4{font-size:clamp(16px,2vw,18px);color:#3b3533;margin:15px 0 10px 0}p{font-size:clamp(20px,1.3vw,24px);padding:0 0 1.5vw 0;margin:0;line-height:1.6;color:#3b3533}@media(max-width: 680px){p{padding:0 0 5vw 0}}p a{text-decoration:underline}a,a:visited{color:#0069b4;text-decoration:none}a:hover{color:#f5821f}strong,b{font-weight:700}table{padding:0;margin:0;border:0}figure{margin:0;padding:0;width:100%;height:auto}figure img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}ul,ol{margin-top:0;padding-top:0}ul li,ol li{font-size:clamp(14px,1.3vw,16px);color:#3b3533;line-height:140%;margin-bottom:8px}input{font-size:clamp(12px,1.3vw,16px)}input,select,textarea{width:80%;padding:8px 17px 8px 17px;border:2px solid #c1c1c1;border-radius:3px;font-size:1.2vw;vertical-align:middle}@media(max-width: 679px){input,select,textarea{font-size:15px}}.inner{padding:0 4vw;width:auto}@media(min-width: 481px){.inner{padding:0 8vw}}.inner.with-sidebar{display:flex;flex-direction:row}@media(max-width: 680px){.inner.with-sidebar{flex-direction:column}}.no-scroll{overflow:hidden}.center{margin:0 auto;width:75%}.blue{color:#0069b4 !important;text-decoration:underline}.light-blue{color:#00b6ed !important;text-decoration:underline}.grey{color:#707070 !important;text-decoration:underline}.orange{color:#f5821f !important;text-decoration:underline}.dotted-line{padding-bottom:10px;border-bottom:2px dotted #3b3533}img.align_left{position:relative;float:left;margin-right:20px}img.align_right{position:relative;float:right;margin-left:20px}img{width:100%;max-width:100%}@media(max-width: 680px){img{float:none;margin:10px 0}}:focus-visible{outline-color:#0069b4;outline-width:4px;outline-style:dashed}#editpage{position:absolute;top:0;left:0;color:#fff;background:#3b3533;padding:10px;z-index:100}#editpage:hover{text-decoration:none;background:#00b6ed}body{color:#8f7f7f;font:normal 125%/1.4 kiro,sans-serif}body.has-contrast header #header-nav-secondary a{background:#663205 !important}body.has-contrast img{filter:contrast(200%)}body.has-contrast :focus{outline-color:#0069b4;outline-width:4px;outline-style:dashed}header{grid-area:hd}header .inner{justify-items:center}header #header-columns{display:grid;grid-template-columns:1fr 4fr;grid-template-rows:auto;grid-gap:0 2vw;align-items:end;padding:40px 0 40px 0;grid-template-areas:"logo nav"}@media(max-width: 1175px){header #header-columns{grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"logo" "nav"}}header #header-mobile{grid-area:hd-mob;display:none}@media(max-width: 680px){header #header-mobile{display:block;width:100%;height:35vw;background:url("/site/templates/images/header-mobile.png") top center no-repeat;background-size:contain;position:absolute;left:0;top:-30px}}header #logo{-ms-grid-row:1;-ms-grid-column:1;grid-area:logo;display:block;background:url("/site/templates/images/logo.png") bottom left no-repeat;background-size:contain;text-indent:-10000px;width:19vw;height:7vw;max-width:222px;max-height:77px;min-width:151px;min-height:50px;z-index:2}@media(max-width: 1175px){header #logo{margin-bottom:25px;justify-self:center}}header #header-nav-secondary{-ms-grid-row:1;-ms-grid-column:3;grid-area:nav;display:grid;grid-template-columns:8fr 1fr 1fr;grid-template-areas:". translate contrast" "menu menu menu";grid-template-rows:auto auto;gap:15px 25px;margin:0;padding:0}@media (max-width: 1175px){header #logo{-ms-grid-row:1;-ms-grid-column:1}header #header-nav-secondary{-ms-grid-row:3;-ms-grid-column:1}}@media(max-width: 1175px){header #header-nav-secondary{grid-template-columns:1fr 1fr 1fr 1fr;grid-template-areas:"translate translate contrast contrast" "menu menu menu menu";justify-content:center}}header #header-nav-secondary ul.menu{-ms-grid-row:3;-ms-grid-column:1;-ms-grid-column-span:5;grid-area:menu;padding:0;margin:0;list-style:none;display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:15px 25px}@media(max-width: 1175px){header #header-nav-secondary ul.menu{justify-content:center}}header #header-nav-secondary ul.menu li{display:block}header #header-nav-secondary ul.menu li.first{margin-left:0}header #header-nav-secondary ul.menu li.active{text-decoration:underline}header #header-nav-secondary ul.menu li.home a,header #header-nav-secondary ul.menu li.back a,header #header-nav-secondary ul.menu li.nieuws a{font-size:clamp(20px,1.3vw,24px);background:#f5821f;color:#fff;padding:10px 20px;border-radius:10px}header #header-nav-secondary ul.menu li.home a:hover,header #header-nav-secondary ul.menu li.back a:hover,header #header-nav-secondary ul.menu li.nieuws a:hover{background:#ff9b44;color:#fff}header #header-nav-secondary ul.menu li a{display:block;white-space:nowrap;font-weight:300;color:#3b3533}header #header-translate{-ms-grid-row:1;-ms-grid-column:3;grid-area:translate;display:flex;justify-self:flex-end}@media(max-width: 1175px){header #header-translate{justify-self:flex-end}}header #header-translate #select-language-box{display:none}header #header-translate img{transition:transform .2s linear;max-width:30px;width:30px;height:auto}header #header-translate img.rotated{transform:rotate(180deg)}header #header-contrast{-ms-grid-row:1;-ms-grid-column:5;grid-area:contrast;justify-self:flex-end}@media (max-width: 1175px){header #header-nav-secondary ul.menu{-ms-grid-row:2;-ms-grid-column:1;-ms-grid-column-span:4}header #header-translate{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:2}header #header-contrast{-ms-grid-row:1;-ms-grid-column:3;-ms-grid-column-span:2}}@media(max-width: 1175px){header #header-contrast{justify-self:flex-start}}header #header-contrast img{max-width:30px;width:30px;transition:transform .2s linear}header #header-contrast img.rotated{transform:rotate(180deg)}header .header-btn{display:flex;align-items:center;text-decoration:none;padding:0;border:none;background-color:rgba(0,0,0,0);transition:ease 300ms}footer #footer-columns{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"contact-footer privacy";background:url("/site/templates/images/line-gradient-footer.jpg") top center no-repeat;margin-top:25px;margin-bottom:25px}footer #contact-footer{-ms-grid-row:1;-ms-grid-column:1;grid-area:contact-footer;justify-self:flex-start;padding:25px 0 0 0;align-self:flex-end}footer #contact-footer a{color:#3b3533;font-size:clamp(14px,1.3vw,16px);font-weight:300}footer #contact-footer a:hover{text-decoration:underline}footer #privacy{-ms-grid-row:1;-ms-grid-column:2;grid-area:privacy;margin:0 0 0 0;padding:25px 0 0 0;justify-self:flex-end;align-self:flex-end}footer #privacy ul{display:flex;flex-direction:row;list-style:none;margin:0;padding:0}footer #privacy ul li{padding-right:15px;margin-bottom:0}footer #privacy a{font-size:clamp(11px,1.5vw,13px);color:#989898;font-weight:300}footer #privacy a:hover{text-decoration:underline}@media(max-width: 1175px){footer #privacy{text-align:center}}#cookie-bar{background:rgba(0,0,0,.8);height:auto;line-height:24px;color:#eee;text-align:center;padding:13px}#cookie-bar.fixed{position:fixed;top:0;left:0;width:100%}#cookie-bar.fixed.bottom{bottom:0;top:auto;z-index:2000}#cookie-bar p{margin:0;padding:0}#cookie-bar a{color:#fff;display:inline-block;border-radius:3px;text-decoration:none;padding:0 6px;margin-left:8px}#cookie-bar .cb-enable{background:#83b88d;opacity:1}#cookie-bar .cb-enable:hover{background:#090}#cookie-bar .cb-disable{background:#900}#cookie-bar .cb-disable:hover{background:#b00}#cookie-bar .cb-policy{background:#03b}#cookie-bar .cb-policy:hover{background:#05d}.button{padding-top:clamp(5px,2vw,10px);padding-bottom:clamp(5px,2vw,10px);padding-left:clamp(15px,2vw,25px);padding-right:clamp(15px,2vw,25px);font-family:kiro,sans-serif;font-size:clamp(14px,1.5vw,19px);font-weight:500;border:0;cursor:pointer;transition:all .3s}.button:hover{background:#8f7f7f;color:#3b3533}.form h4{margin-top:25px}.form .field{display:grid;grid-template-columns:1fr 2fr;grid-template-rows:auto;grid-auto-rows:1fr;background-color:#ebebeb;margin-bottom:15px;align-items:stretch;min-height:35px;align-content:center;align-items:center}@media(max-width: 680px){.form .field{grid-template-columns:1fr;grid-template-rows:auto}}.form .label{font-size:clamp(14px,1.3vw,16px);width:auto;align-self:center;background-color:#00b6ed;color:#fff;font-weight:500;padding:10px 0 10px 10px;width:100%;font-weight:700;height:calc(100% - 20px)}@media(max-width: 680px){.form .label{width:calc(100% - 10px);padding:10px 0 10px 10px}}.form input,.form select,.form textarea{font-size:clamp(14px,1.3vw,16px);border:0;background-color:#ebebeb;color:#3b3533;width:100%}@media(max-width: 680px){.form input,.form select,.form textarea{padding:10px 0}}.form input,.form select{width:calc(100% - 20px);justify-self:end}.form textarea{padding:10px 0 10px 10px}.form .radiobuttons{align-self:center;width:100%;padding-left:20px}@media(max-width: 1175px){.form .radiobuttons{display:flex;flex-direction:row;padding-left:20px}}@media(max-width: 680px){.form .radiobuttons{align-self:flex-start;padding:10px 0 10px 20px}}.form input[type=radio]{width:auto;margin:0 10px;flex:0;align-self:center}.form label{font-size:clamp(14px,1.3vw,16px);color:#3b3533;align-self:center}.form .extra-desc{font-size:clamp(14px,1.3vw,16px);margin-bottom:5px;color:#3b3533}.form .dd-container{width:100% !important}.form .dd-select,.form .dd-select:hover{width:calc(100% - 20px) !important;background:#ebebeb !important;border-radius:0;border:none}.form .dd-selected{background:#ebebeb !important;border:none}.form .dd-desc{color:#8f7f7f}.form .dd-selected-description-truncated{white-space:normal;width:75%;font-size:clamp(13px,1vw,14px)}.form .dd-pointer{right:-17px}.form .dd-options{width:100% !important}.form .dd-option{margin-bottom:0}.form .dd-option-image,.form .dd-selected-image{margin-right:15px}button{cursor:pointer}button:focus{outline:0}.accordion{margin-bottom:10px;line-height:1}.accordion li{border:0 !important;padding:0}.accordion li button{background:#0069b4 !important;padding-right:40px;padding-left:30px;border:0;border-radius:10px !important;color:#fff;width:100%;margin-bottom:5px;text-align:left;font-size:clamp(22px,1.3vw,24px)}.accordion li button:hover{opacity:.9}.accordion li button .title{width:85%}.accordion li button::after{content:"";position:absolute;right:35px;top:12px;font-weight:200;color:#444;height:15px;width:20px;background:url("/site/templates/images/arrow-down.png") center center no-repeat;background-size:50%}.accordion li.acc_active button::after{transform:rotate(-180deg)}#contact,#basic-page #contact,#error #contact,#news-item #contact,#news #contact{grid-area:contact;padding-top:35px;padding-bottom:70px}#contact .inner,#basic-page #contact .inner,#error #contact .inner,#news-item #contact .inner,#news #contact .inner{display:grid;grid-template-columns:40% 60%;grid-template-rows:auto;align-items:center;gap:50px;padding:0 0 0 8vw}@media(max-width: 1450px){#contact .inner,#basic-page #contact .inner,#error #contact .inner,#news-item #contact .inner,#news #contact .inner{display:grid;grid-template-columns:50% 50%}}@media(max-width: 1175px){#contact .inner,#basic-page #contact .inner,#error #contact .inner,#news-item #contact .inner,#news #contact .inner{display:grid;grid-template-columns:100%;grid-template-rows:auto;gap:25px;padding:0 8vw}}#contact .inner h2,#basic-page #contact .inner h2,#error #contact .inner h2,#news-item #contact .inner h2,#news #contact .inner h2{padding-bottom:10px;border-bottom:2px dotted #3b3533}#contact #contact-methods{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:25px;max-width:600px}@media(max-width: 1175px){#contact #contact-methods{max-width:unset}}#contact #contact-methods .contact-method{display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #707070;border-radius:10px;text-align:center;background:#ebebeb;color:#3b3533;line-height:120%;max-width:195px;min-width:125px;padding:20px 14px 20px 14px;transition:all 200ms ease-in-out}#contact #contact-methods .contact-method:hover{border:1px solid rgba(112,112,112,.5)}#contact #contact-methods .contact-method .icon{margin-bottom:5px}#contact #contact-methods .contact-method .icon img{width:100%;height:100%;max-width:45px;max-height:45px}#contact #contact-methods .contact-method .title{font-weight:700;color:#3b3533;line-height:120%;padding:5px 0}.jBox-Tooltip .jBox-container,.jBox-Mouse .jBox-container{border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.25)}.jBox-Tooltip .jBox-container h4,.jBox-Mouse .jBox-container h4{color:#0069b4;font-size:clamp(20px,2vw,22px);padding:0 0 10px 0;margin:0}.jBox-Tooltip .jBox-container p,.jBox-Mouse .jBox-container p{font-size:clamp(17px,1.3vw,19px)}.jBox-content{padding:20px}.MarkupSocialShareButtons{list-style-type:none;list-style:none;float:right;display:block;width:100%}.MarkupSocialShareButtons .mssb-item{height:35px;width:35px;font-size:0;margin:10px 5px;list-style-type:none;list-style:none}@media(max-width: 680px){.MarkupSocialShareButtons .mssb-item{float:left}}.MarkupSocialShareButtons .mssb-item a{display:block;width:40px;height:40px;text-indent:-10000px}.MarkupSocialShareButtons .mssb-email{background:url("/site/templates/images/btn-email.png") left center no-repeat;background-size:contain}.MarkupSocialShareButtons .mssb-facebook{background:url("/site/templates/images/btn-fb.png") left center no-repeat;background-size:contain}.MarkupSocialShareButtons .mssb-twitter{background:url("/site/templates/images/btn-twitter.png") left center no-repeat;background-size:contain}.MarkupSocialShareButtons .mssb-linkedin{background:url("/site/templates/images/btn-linkedin.png") left center no-repeat;background-size:contain}.MarkupPagerNav{display:flex;gap:25px;list-style-type:none !important;padding:0;margin:0;justify-content:center}.MarkupPagerNav .MarkupPagerNavOn{font-weight:700;color:#0069b4}#home #subjects-banner{background:#ebebeb;background:linear-gradient(180deg, rgb(235, 235, 235) 0%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 100%);padding-top:25px;padding-bottom:25px;border-top:1px solid #b7b7b7}#home #subjects-banner .inner{display:grid;grid-template-columns:45% 55%;grid-template-rows:auto;align-items:center;gap:50px;padding:0 0 0 8vw}@media(max-width: 1450px){#home #subjects-banner .inner{display:grid;grid-template-columns:50% 50%}}@media(max-width: 1175px){#home #subjects-banner .inner{display:grid;grid-template-columns:100%;grid-template-rows:auto;gap:25px;padding:0 8vw}}#home #subjects-banner h1{margin:0 0 .5em 0}#home #subjects-banner h2{color:#0069b4;margin:12px 0 25px 0}#home #hero{padding:25px 0;width:95%}@media(max-width: 1175px){#home #hero{display:none}}#home #hero img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}@media(min-width: 1451px){#home #hero img{width:80%;height:80%;max-width:700px;max-height:700px}}#home #subjects{display:grid;grid-template-columns:repeat(auto-fill, 200px);justify-content:space-between;gap:25px}@media(max-width: 1175px){#home #subjects{display:grid;grid-template-columns:repeat(auto-fill, 180px)}}@media(max-width: 680px){#home #subjects{display:grid;grid-template-columns:1fr 1fr}}#home #subjects .subject{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:#fff;max-width:200px;min-width:auto;max-height:200px;padding:14px;transition:all 200ms ease-in-out}#home #subjects .subject:hover{text-decoration:underline}#home #subjects .subject .icon{margin-bottom:10px}#home #subjects .subject .icon img{width:100%;height:auto;max-width:200px;max-height:200px;transition:all 200ms ease-in-out}#home #subjects .subject .icon img:hover{transform:scale(0.85)}#home #subjects .subject .title{font-weight:700;color:#0069b4;line-height:120%}#basic-page main,#error main,#news-item main,#news main{border-top:1px solid #b7b7b7;background:#ebebeb;background:linear-gradient(180deg, rgb(235, 235, 235) 0%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 100%)}#basic-page #subject-bar,#error #subject-bar,#news-item #subject-bar,#news #subject-bar{padding-left:4vw;padding-right:4vw;margin-bottom:70px}@media(max-width: 1450px){#basic-page #subject-bar,#error #subject-bar,#news-item #subject-bar,#news #subject-bar{margin-bottom:35px}}#basic-page #subject-bar .inner,#error #subject-bar .inner,#news-item #subject-bar .inner,#news #subject-bar .inner{display:flex;gap:20px;flex-direction:row;align-items:center}#basic-page #subject-bar img,#error #subject-bar img,#news-item #subject-bar img,#news #subject-bar img{width:110px;margin:20px 0 0 0;height:auto}#basic-page #content,#error #content,#news-item #content,#news #content{width:60%;margin:0}@media(max-width: 680px){#basic-page #content,#error #content,#news-item #content,#news #content{width:auto}}#basic-page #content ul,#error #content ul,#news-item #content ul,#news #content ul,#basic-page #content ol,#error #content ol,#news-item #content ol,#news #content ol{list-style-type:disc}#basic-page #content ul li,#error #content ul li,#news-item #content ul li,#news #content ul li,#basic-page #content ol li,#error #content ol li,#news-item #content ol li,#news #content ol li{margin-bottom:0;font-size:clamp(20px,1.3vw,24px);margin:0;line-height:1.6}#basic-page #content a,#error #content a,#news-item #content a,#news #content a{color:#00b6ed}#basic-page #sidebar,#error #sidebar,#news-item #sidebar,#news #sidebar{width:40%}@media(max-width: 680px){#basic-page #sidebar,#error #sidebar,#news-item #sidebar,#news #sidebar{width:100%}}#basic-page #back,#error #back,#news-item #back,#news #back{padding-bottom:0}#basic-page #back a,#error #back a,#news-item #back a,#news #back a{font-size:clamp(22px,1.3vw,24px);background:#f5821f;color:#fff;padding:10px 20px;border-radius:10px}#basic-page #back a:hover,#error #back a:hover,#news-item #back a:hover,#news #back a:hover{background:#ff9b44;color:#fff}#news #subject-bar{margin-bottom:0}#news #news-items{grid-area:news;padding:15px 0;margin-top:0}#news #news-items h2{color:#3b3533}#news #news-items article{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"figure date" "figure news-title" "figure news-summary";padding:1.5vw 0;border-top:2px dotted #3b3533}#news #news-items article:first-child(){border-top:0}@media(max-width: 680px){#news #news-items article{grid-template-areas:"figure date" "figure news-title" "news-summary news-summary";padding:5vw 0}}#news #news-items article figure{-ms-grid-row:1;-ms-grid-row-span:3;-ms-grid-column:1;grid-area:figure;padding-right:25px}#news #news-items article figure img{max-width:185px;max-height:185px;min-width:125px;min-height:125px;border-radius:10px;width:15vw;height:15vw}#news #news-items article figure img:hover{opacity:.9}@media(max-width: 1175px){#news #news-items article figure img{max-width:95px;max-height:95px;min-width:85px;min-height:85px}}#news #news-items article a{display:block;color:#3b3533}#news #news-items article a:hover{color:#f5821f}#news #news-items article h3{-ms-grid-row:2;-ms-grid-column:2;grid-area:news-title;padding:0;margin:0 0 8px 0;color:#3b3533;line-height:110%}#news #news-items article h3:hover{color:#f5821f}#news #news-items article .date{-ms-grid-row:1;-ms-grid-column:2;grid-area:date;font-size:clamp(14px,1.3vw,18px);color:#3b3533;margin-bottom:15px}#news #news-items article .summary{-ms-grid-row:3;-ms-grid-column:2;grid-area:news-summary;color:#3b3533;font-size:clamp(14px,1.3vw,18px)}@media (max-width: 680px){#news #news-items article figure{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:1}#news #news-items article h3{-ms-grid-row:2;-ms-grid-column:2}#news #news-items article .date{-ms-grid-row:1;-ms-grid-column:2}#news #news-items article .summary{-ms-grid-row:3;-ms-grid-column:1;-ms-grid-column-span:2}}#news #news-items article .summary p{font-size:clamp(20px,1.3vw,24px);color:#3b3533}#news #news-items article .summary a{color:#f5821f;font-size:clamp(14px,1.3vw,18px);display:block;margin-top:15px}#news #news-items .news-archive{margin:15px 0 45px 0;display:block}#news #news-items .news-archive a{color:#3b3533}
