@charset "UTF-8";
.color__collections {
  color: #E26C2F;
}

.color__watch {
  color: #F9CE33;
}

.color__services {
  color: #0297EC;
}

.color__preservation {
  color: #5DAE30;
}

.color__exhibitions {
  color: #AD4AA9;
}

.color__gray {
  color: #767676;
}

.color__dark_gray {
  color: #222;
}

.color__light_gray {
  color: #BDBDBD;
}

.color__white {
  color: #fff;
}

.color__black {
  color: #222;
}

.color-fill {
  transition: fill 0.3s ease-out;
}

.color-stroke {
  transition: stroke 0.3s ease-out;
}

.button.color-button-white {
  color: white;
  border-color: white;
}
.button.color-button-white .color-fill {
  fill: white;
}
.button.color-button-white .color-stroke {
  fill: white;
}
.button.color-button-white a:hover, .button.color-button-white a.selected, .button.color-button-white:is(a):hover, .button.color-button-white:is(a).selected {
  color: #007ABF;
  background-color: white;
}
.button.color-button-white a:hover .color-fill, .button.color-button-white a.selected .color-fill, .button.color-button-white:is(a):hover .color-fill, .button.color-button-white:is(a).selected .color-fill {
  fill: #007ABF;
}
.button.color-button-white a:hover .color-stroke, .button.color-button-white a.selected .color-stroke, .button.color-button-white:is(a):hover .color-stroke, .button.color-button-white:is(a).selected .color-stroke {
  fill: #007ABF;
}

.color-class-orange .color-fill {
  fill: #E26C2F;
}
.color-class-orange .color-stroke {
  fill: #E26C2F;
}
.color-class-orange a:hover, .color-class-orange a.selected, .color-class-orange:is(a):hover, .color-class-orange:is(a).selected {
  color: #E26C2F;
  text-decoration: none !important;
}
.color-class-orange.video-embed-player.is-plyr .plyr.plyr--video {
  --plyr-color-main: #E26C2F;
  --plyr-video-control-color-hover: #E26C2F;
  --plyr-range-fill-background: #E26C2F;
}
.color-class-orange.video-embed-player.is-plyr .plyr.plyr--audio {
  --plyr-color-main: #E26C2F;
  --plyr-audio-control-color-hover: #E26C2F;
  --plyr-range-fill-background: #E26C2F;
}

.button.color-button-orange {
  color: #E26C2F;
  border-color: #E26C2F;
}
.button.color-button-orange .color-fill {
  fill: #E26C2F;
}
.button.color-button-orange .color-stroke {
  fill: #E26C2F;
}
.button.color-button-orange a:hover, .button.color-button-orange a.selected, .button.color-button-orange:is(a):hover, .button.color-button-orange:is(a).selected {
  color: white;
  background-color: #E26C2F;
}
.button.color-button-orange a:hover .color-fill, .button.color-button-orange a.selected .color-fill, .button.color-button-orange:is(a):hover .color-fill, .button.color-button-orange:is(a).selected .color-fill {
  fill: white;
}
.button.color-button-orange a:hover .color-stroke, .button.color-button-orange a.selected .color-stroke, .button.color-button-orange:is(a):hover .color-stroke, .button.color-button-orange:is(a).selected .color-stroke {
  fill: white;
}

.color-link-orange a, .color-link-orange:is(a) {
  display: inline-block;
  padding-bottom: 1px;
}
.color-link-orange a:hover, .color-link-orange:is(a):hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-color: #E26C2F;
}

.color-link-inverted-orange a, .color-link-inverted-orange:is(a) {
  border-bottom: 1px solid #E26C2F;
  text-decoration: none !important;
}
.color-link-inverted-orange a:hover, .color-link-inverted-orange:is(a):hover {
  border-bottom: 1px solid transparent;
}

.color-icon-orange:hover .color-fill, .color-icon-orange.selected .color-fill {
  fill: #E26C2F;
}
.color-icon-orange:hover .color-stroke, .color-icon-orange.selected .color-stroke {
  fill: #E26C2F;
}

.color-class-yellow .color-fill {
  fill: #F9CE33;
}
.color-class-yellow .color-stroke {
  fill: #F9CE33;
}
.color-class-yellow a:hover, .color-class-yellow a.selected, .color-class-yellow:is(a):hover, .color-class-yellow:is(a).selected {
  color: #F9CE33;
  text-decoration: none !important;
}
.color-class-yellow.video-embed-player.is-plyr .plyr.plyr--video {
  --plyr-color-main: #F9CE33;
  --plyr-video-control-color-hover: #F9CE33;
  --plyr-range-fill-background: #F9CE33;
}
.color-class-yellow.video-embed-player.is-plyr .plyr.plyr--audio {
  --plyr-color-main: #F9CE33;
  --plyr-audio-control-color-hover: #F9CE33;
  --plyr-range-fill-background: #F9CE33;
}

.button.color-button-yellow {
  color: #F9CE33;
  border-color: #F9CE33;
}
.button.color-button-yellow .color-fill {
  fill: #F9CE33;
}
.button.color-button-yellow .color-stroke {
  fill: #F9CE33;
}
.button.color-button-yellow a:hover, .button.color-button-yellow a.selected, .button.color-button-yellow:is(a):hover, .button.color-button-yellow:is(a).selected {
  color: white;
  background-color: #F9CE33;
}
.button.color-button-yellow a:hover .color-fill, .button.color-button-yellow a.selected .color-fill, .button.color-button-yellow:is(a):hover .color-fill, .button.color-button-yellow:is(a).selected .color-fill {
  fill: white;
}
.button.color-button-yellow a:hover .color-stroke, .button.color-button-yellow a.selected .color-stroke, .button.color-button-yellow:is(a):hover .color-stroke, .button.color-button-yellow:is(a).selected .color-stroke {
  fill: white;
}

.color-link-yellow a, .color-link-yellow:is(a) {
  display: inline-block;
  padding-bottom: 1px;
}
.color-link-yellow a:hover, .color-link-yellow:is(a):hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-color: #F9CE33;
}

.color-link-inverted-yellow a, .color-link-inverted-yellow:is(a) {
  border-bottom: 1px solid #F9CE33;
  text-decoration: none !important;
}
.color-link-inverted-yellow a:hover, .color-link-inverted-yellow:is(a):hover {
  border-bottom: 1px solid transparent;
}

.color-icon-yellow:hover .color-fill, .color-icon-yellow.selected .color-fill {
  fill: #F9CE33;
}
.color-icon-yellow:hover .color-stroke, .color-icon-yellow.selected .color-stroke {
  fill: #F9CE33;
}

.color-class-bright-blue .color-fill {
  fill: #0297EC;
}
.color-class-bright-blue .color-stroke {
  fill: #0297EC;
}
.color-class-bright-blue a:hover, .color-class-bright-blue a.selected, .color-class-bright-blue:is(a):hover, .color-class-bright-blue:is(a).selected {
  color: #0297EC;
  text-decoration: none !important;
}
.color-class-bright-blue.video-embed-player.is-plyr .plyr.plyr--video {
  --plyr-color-main: #0297EC;
  --plyr-video-control-color-hover: #0297EC;
  --plyr-range-fill-background: #0297EC;
}
.color-class-bright-blue.video-embed-player.is-plyr .plyr.plyr--audio {
  --plyr-color-main: #0297EC;
  --plyr-audio-control-color-hover: #0297EC;
  --plyr-range-fill-background: #0297EC;
}

.button.color-button-bright-blue {
  color: #0297EC;
  border-color: #0297EC;
}
.button.color-button-bright-blue .color-fill {
  fill: #0297EC;
}
.button.color-button-bright-blue .color-stroke {
  fill: #0297EC;
}
.button.color-button-bright-blue a:hover, .button.color-button-bright-blue a.selected, .button.color-button-bright-blue:is(a):hover, .button.color-button-bright-blue:is(a).selected {
  color: white;
  background-color: #0297EC;
}
.button.color-button-bright-blue a:hover .color-fill, .button.color-button-bright-blue a.selected .color-fill, .button.color-button-bright-blue:is(a):hover .color-fill, .button.color-button-bright-blue:is(a).selected .color-fill {
  fill: white;
}
.button.color-button-bright-blue a:hover .color-stroke, .button.color-button-bright-blue a.selected .color-stroke, .button.color-button-bright-blue:is(a):hover .color-stroke, .button.color-button-bright-blue:is(a).selected .color-stroke {
  fill: white;
}

.color-link-bright-blue a, .color-link-bright-blue:is(a) {
  display: inline-block;
  padding-bottom: 1px;
}
.color-link-bright-blue a:hover, .color-link-bright-blue:is(a):hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-color: #0297EC;
}

.color-link-inverted-bright-blue a, .color-link-inverted-bright-blue:is(a) {
  border-bottom: 1px solid #0297EC;
  text-decoration: none !important;
}
.color-link-inverted-bright-blue a:hover, .color-link-inverted-bright-blue:is(a):hover {
  border-bottom: 1px solid transparent;
}

.color-icon-bright-blue:hover .color-fill, .color-icon-bright-blue.selected .color-fill {
  fill: #0297EC;
}
.color-icon-bright-blue:hover .color-stroke, .color-icon-bright-blue.selected .color-stroke {
  fill: #0297EC;
}

.color-class-green .color-fill {
  fill: #5DAE30;
}
.color-class-green .color-stroke {
  fill: #5DAE30;
}
.color-class-green a:hover, .color-class-green a.selected, .color-class-green:is(a):hover, .color-class-green:is(a).selected {
  color: #5DAE30;
  text-decoration: none !important;
}
.color-class-green.video-embed-player.is-plyr .plyr.plyr--video {
  --plyr-color-main: #5DAE30;
  --plyr-video-control-color-hover: #5DAE30;
  --plyr-range-fill-background: #5DAE30;
}
.color-class-green.video-embed-player.is-plyr .plyr.plyr--audio {
  --plyr-color-main: #5DAE30;
  --plyr-audio-control-color-hover: #5DAE30;
  --plyr-range-fill-background: #5DAE30;
}

.button.color-button-green {
  color: #5DAE30;
  border-color: #5DAE30;
}
.button.color-button-green .color-fill {
  fill: #5DAE30;
}
.button.color-button-green .color-stroke {
  fill: #5DAE30;
}
.button.color-button-green a:hover, .button.color-button-green a.selected, .button.color-button-green:is(a):hover, .button.color-button-green:is(a).selected {
  color: white;
  background-color: #5DAE30;
}
.button.color-button-green a:hover .color-fill, .button.color-button-green a.selected .color-fill, .button.color-button-green:is(a):hover .color-fill, .button.color-button-green:is(a).selected .color-fill {
  fill: white;
}
.button.color-button-green a:hover .color-stroke, .button.color-button-green a.selected .color-stroke, .button.color-button-green:is(a):hover .color-stroke, .button.color-button-green:is(a).selected .color-stroke {
  fill: white;
}

.color-link-green a, .color-link-green:is(a) {
  display: inline-block;
  padding-bottom: 1px;
}
.color-link-green a:hover, .color-link-green:is(a):hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-color: #5DAE30;
}

.color-link-inverted-green a, .color-link-inverted-green:is(a) {
  border-bottom: 1px solid #5DAE30;
  text-decoration: none !important;
}
.color-link-inverted-green a:hover, .color-link-inverted-green:is(a):hover {
  border-bottom: 1px solid transparent;
}

.color-icon-green:hover .color-fill, .color-icon-green.selected .color-fill {
  fill: #5DAE30;
}
.color-icon-green:hover .color-stroke, .color-icon-green.selected .color-stroke {
  fill: #5DAE30;
}

.color-class-violet .color-fill {
  fill: #AD4AA9;
}
.color-class-violet .color-stroke {
  fill: #AD4AA9;
}
.color-class-violet a:hover, .color-class-violet a.selected, .color-class-violet:is(a):hover, .color-class-violet:is(a).selected {
  color: #AD4AA9;
  text-decoration: none !important;
}
.color-class-violet.video-embed-player.is-plyr .plyr.plyr--video {
  --plyr-color-main: #AD4AA9;
  --plyr-video-control-color-hover: #AD4AA9;
  --plyr-range-fill-background: #AD4AA9;
}
.color-class-violet.video-embed-player.is-plyr .plyr.plyr--audio {
  --plyr-color-main: #AD4AA9;
  --plyr-audio-control-color-hover: #AD4AA9;
  --plyr-range-fill-background: #AD4AA9;
}

.button.color-button-violet {
  color: #AD4AA9;
  border-color: #AD4AA9;
}
.button.color-button-violet .color-fill {
  fill: #AD4AA9;
}
.button.color-button-violet .color-stroke {
  fill: #AD4AA9;
}
.button.color-button-violet a:hover, .button.color-button-violet a.selected, .button.color-button-violet:is(a):hover, .button.color-button-violet:is(a).selected {
  color: white;
  background-color: #AD4AA9;
}
.button.color-button-violet a:hover .color-fill, .button.color-button-violet a.selected .color-fill, .button.color-button-violet:is(a):hover .color-fill, .button.color-button-violet:is(a).selected .color-fill {
  fill: white;
}
.button.color-button-violet a:hover .color-stroke, .button.color-button-violet a.selected .color-stroke, .button.color-button-violet:is(a):hover .color-stroke, .button.color-button-violet:is(a).selected .color-stroke {
  fill: white;
}

.color-link-violet a, .color-link-violet:is(a) {
  display: inline-block;
  padding-bottom: 1px;
}
.color-link-violet a:hover, .color-link-violet:is(a):hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-color: #AD4AA9;
}

.color-link-inverted-violet a, .color-link-inverted-violet:is(a) {
  border-bottom: 1px solid #AD4AA9;
  text-decoration: none !important;
}
.color-link-inverted-violet a:hover, .color-link-inverted-violet:is(a):hover {
  border-bottom: 1px solid transparent;
}

.color-icon-violet:hover .color-fill, .color-icon-violet.selected .color-fill {
  fill: #AD4AA9;
}
.color-icon-violet:hover .color-stroke, .color-icon-violet.selected .color-stroke {
  fill: #AD4AA9;
}

.color-class-blue .color-fill {
  fill: #007ABF;
}
.color-class-blue .color-stroke {
  fill: #007ABF;
}
.color-class-blue a:hover, .color-class-blue a.selected, .color-class-blue:is(a):hover, .color-class-blue:is(a).selected {
  color: #007ABF;
  text-decoration: none !important;
}
.color-class-blue.video-embed-player.is-plyr .plyr.plyr--video {
  --plyr-color-main: #007ABF;
  --plyr-video-control-color-hover: #007ABF;
  --plyr-range-fill-background: #007ABF;
}
.color-class-blue.video-embed-player.is-plyr .plyr.plyr--audio {
  --plyr-color-main: #007ABF;
  --plyr-audio-control-color-hover: #007ABF;
  --plyr-range-fill-background: #007ABF;
}

.button.color-button-blue {
  color: #007ABF;
  border-color: #007ABF;
}
.button.color-button-blue .color-fill {
  fill: #007ABF;
}
.button.color-button-blue .color-stroke {
  fill: #007ABF;
}
.button.color-button-blue a:hover, .button.color-button-blue a.selected, .button.color-button-blue:is(a):hover, .button.color-button-blue:is(a).selected {
  color: white;
  background-color: #007ABF;
}
.button.color-button-blue a:hover .color-fill, .button.color-button-blue a.selected .color-fill, .button.color-button-blue:is(a):hover .color-fill, .button.color-button-blue:is(a).selected .color-fill {
  fill: white;
}
.button.color-button-blue a:hover .color-stroke, .button.color-button-blue a.selected .color-stroke, .button.color-button-blue:is(a):hover .color-stroke, .button.color-button-blue:is(a).selected .color-stroke {
  fill: white;
}

.color-link-blue a, .color-link-blue:is(a) {
  display: inline-block;
  padding-bottom: 1px;
}
.color-link-blue a:hover, .color-link-blue:is(a):hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-color: #007ABF;
}

.color-link-inverted-blue a, .color-link-inverted-blue:is(a) {
  border-bottom: 1px solid #007ABF;
  text-decoration: none !important;
}
.color-link-inverted-blue a:hover, .color-link-inverted-blue:is(a):hover {
  border-bottom: 1px solid transparent;
}

.color-icon-blue:hover .color-fill, .color-icon-blue.selected .color-fill {
  fill: #007ABF;
}
.color-icon-blue:hover .color-stroke, .color-icon-blue.selected .color-stroke {
  fill: #007ABF;
}

/* 


	This is used to switch the main layout from nav mobile/nav desktop

	$breakpoint-tablet 		: Desktop navigation from Tablet up
	$breakpoint-desktop 	: Desktop navigation from Desktop up

*/
/* --------------------------------------------------------------- */
/* LAYOUT VARIABLES */
/*
look all the cases here:
https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
*/
/*
USAGE

h1 {
  $map: (576px: 22px, 768px: 24px, 992px: 34px);
  @include poly-fluid-sizing('font-size', $map);
  color: #e95c33;
}

*/
/* Hiding class, making content visible only to screen readers but not visually */
/* "sr" meaning "screen-reader" */
.sr-only:not(:focus):not(:active),
.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.arrow-link {
  display: inline-block;
  margin-left: 10px;
}
.arrow-link svg {
  vertical-align: middle;
  width: 10px;
  height: 12px;
}
.arrow-link.left {
  margin-right: 10px;
  margin-left: 0px;
}
.arrow-link.down svg {
  transform: rotate(90deg);
}

@media (min-width: 1024px) {
  .hide-for-desktop {
    display: none;
    visibility: hidden;
    pointer-events: none;
  }
}

@media (max-width: 1023px) {
  .show-for-desktop {
    display: none;
    visibility: hidden;
    pointer-events: none;
  }
}

.abs-full {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.vertically-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*! normalize.css v8.0.0 | 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, p, dl, ul {
  margin: 0;
}

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

/* 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
p {
  margin: 0;
}

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

html {
  box-sizing: border-box;
}

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

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Roman"), local("Helvetica-Neue-Roman"), local("Helvetica Neue Regular"), local("Helvetica-Neue-Regular"), url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Roman.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue Italic";
  src: local("Helvetica Neue Italic"), local("Helvetica-Neue-Italic"), url("../fonts/HelveticaNeueCyr-Italic.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Italic.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue Medium";
  src: local("Helvetica Neue Medium"), local("Helvetica-Neue-Medium"), url("../fonts/HelveticaNeueCyr-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue Medium Italic";
  src: local("Helvetica Neue Medium Italic"), local("Helvetica-Neue-Medium-Italic"), url("../fonts/HelveticaNeueCyr-MediumItalic.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-MediumItalic.woff") format("woff"), url("../fonts/HelveticaNeueCyr-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue Bold";
  src: local("Helvetica Neue Bold"), local("Helvetica-Neue-Bold"), url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue Bold Italic";
  src: local("Helvetica Neue Bold Italic"), local("Helvetica-Neue-Bold-Italic"), url("../fonts/HelveticaNeueCyr-BoldItalic.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-BoldItalic.woff") format("woff"), url("../fonts/HelveticaNeueCyr-BoldItalic.ttf") format("truetype");
}
.helvetica-neue, #unibox-suggest-box .unibox__cluster--type-searchHistory .unibox__selectable-title, #unibox-suggest-box .unibox__selectable-title, BODY.collective-access .paging-row,
body.vsc-initialized .paging-row, .button.pill, .text__body-1, .text__base,
.base-text,
BODY {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
}
.helvetica-neue EM, #unibox-suggest-box .unibox__cluster--type-searchHistory .unibox__selectable-title EM, #unibox-suggest-box .unibox__selectable-title EM, BODY.collective-access .paging-row EM,
body.vsc-initialized .paging-row EM, .button.pill EM, .text__body-1 EM, .text__base EM,
.base-text EM,
BODY EM, .helvetica-neue I, #unibox-suggest-box .unibox__cluster--type-searchHistory .unibox__selectable-title I, #unibox-suggest-box .unibox__selectable-title I, BODY.collective-access .paging-row I,
body.vsc-initialized .paging-row I, .button.pill I, .text__body-1 I, .text__base I,
.base-text I,
BODY I {
  font-family: "Helvetica Neue Italic", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: normal;
}

.helvetica-neue-medium, section.pagination.border .controls, BODY.collective-access .detailNavigation > A,
body.vsc-initialized .detailNavigation > A, .module-search-form input[type=search], .button, .text__eyebrow, #search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button,
.ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button, BODY.collective-access .browse-criteria .reset-btn,
body.vsc-initialized .browse-criteria .reset-btn, BODY.collective-access .browse-img-caption-coll,
BODY.collective-access .browse-list-caption-coll,
body.vsc-initialized .browse-img-caption-coll,
body.vsc-initialized .browse-list-caption-coll, select.filter, FOOTER ul.horizontal.main li.menu-item-has-children > a, .link__forward, .link__back, .text__nav, .text__headline-5, .text__headline-4, .text__headline-3, .text__headline-2, .text__headline-1, BODY.collective-access .browse-page-label H1,
body.vsc-initialized .browse-page-label H1 {
  font-family: "Helvetica Neue Medium", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
}
.helvetica-neue-medium EM, section.pagination.border .controls EM, BODY.collective-access .detailNavigation > A EM,
body.vsc-initialized .detailNavigation > A EM, .module-search-form input[type=search] EM, .button EM, .text__eyebrow EM, #search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button EM,
.ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button EM, BODY.collective-access .browse-criteria .reset-btn EM,
body.vsc-initialized .browse-criteria .reset-btn EM, BODY.collective-access .browse-img-caption-coll EM,
BODY.collective-access .browse-list-caption-coll EM,
body.vsc-initialized .browse-img-caption-coll EM,
body.vsc-initialized .browse-list-caption-coll EM, select.filter EM, FOOTER ul.horizontal.main li.menu-item-has-children > a EM, .link__forward EM, .link__back EM, .text__nav EM, .text__headline-5 EM, .text__headline-4 EM, .text__headline-3 EM, .text__headline-2 EM, .text__headline-1 EM, BODY.collective-access .browse-page-label H1 EM,
body.vsc-initialized .browse-page-label H1 EM, .helvetica-neue-medium I, section.pagination.border .controls I, BODY.collective-access .detailNavigation > A I,
body.vsc-initialized .detailNavigation > A I, .module-search-form input[type=search] I, .button I, .text__eyebrow I, #search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button I,
.ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button I, BODY.collective-access .browse-criteria .reset-btn I,
body.vsc-initialized .browse-criteria .reset-btn I, BODY.collective-access .browse-img-caption-coll I,
BODY.collective-access .browse-list-caption-coll I,
body.vsc-initialized .browse-img-caption-coll I,
body.vsc-initialized .browse-list-caption-coll I, select.filter I, FOOTER ul.horizontal.main li.menu-item-has-children > a I, .link__forward I, .link__back I, .text__nav I, .text__headline-5 I, .text__headline-4 I, .text__headline-3 I, .text__headline-2 I, .text__headline-1 I, BODY.collective-access .browse-page-label H1 I,
body.vsc-initialized .browse-page-label H1 I {
  font-family: "Helvetica Neue Medium Italic", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: normal;
}

.helvetica-neue-bold, #unibox-suggest-box .unibox__selectable--show-all .unibox__show-all-text, #unibox-suggest-box .unibox__selectable-title .unibox-ac-c, .wysiwyg B,
.wysiwyg STRONG,
.mce-content-body B,
.mce-content-body STRONG, .text__promo-4, BODY.collective-access .browse-img-caption-label,
BODY.collective-access .browse-list-caption-label,
body.vsc-initialized .browse-img-caption-label,
body.vsc-initialized .browse-list-caption-label, .text__promo-3, .text__promo-2, .text__promo-1 {
  font-family: "Helvetica Neue Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
}
.helvetica-neue-bold EM, #unibox-suggest-box .unibox__selectable--show-all .unibox__show-all-text EM, #unibox-suggest-box .unibox__selectable-title .unibox-ac-c EM, .wysiwyg B EM,
.wysiwyg STRONG EM,
.mce-content-body B EM,
.mce-content-body STRONG EM, .text__promo-4 EM, BODY.collective-access .browse-img-caption-label EM,
BODY.collective-access .browse-list-caption-label EM,
body.vsc-initialized .browse-img-caption-label EM,
body.vsc-initialized .browse-list-caption-label EM, .text__promo-3 EM, .text__promo-2 EM, .text__promo-1 EM, .helvetica-neue-bold I, #unibox-suggest-box .unibox__selectable--show-all .unibox__show-all-text I, #unibox-suggest-box .unibox__selectable-title .unibox-ac-c I, .wysiwyg B I,
.wysiwyg STRONG I,
.mce-content-body B I,
.mce-content-body STRONG I, .text__promo-4 I, BODY.collective-access .browse-img-caption-label I,
BODY.collective-access .browse-list-caption-label I,
body.vsc-initialized .browse-img-caption-label I,
body.vsc-initialized .browse-list-caption-label I, .text__promo-3 I, .text__promo-2 I, .text__promo-1 I {
  font-family: "Helvetica Neue Bold Italic", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: normal;
}

EM > .helvetica-neue-bold, #unibox-suggest-box .unibox__selectable--show-all EM > .unibox__show-all-text, #unibox-suggest-box .unibox__selectable-title EM > .unibox-ac-c, .wysiwyg EM > B,
.wysiwyg EM > STRONG,
.mce-content-body EM > B,
.mce-content-body EM > STRONG, EM > .text__promo-4, BODY.collective-access EM > .browse-img-caption-label,
BODY.collective-access EM > .browse-list-caption-label,
body.vsc-initialized EM > .browse-img-caption-label,
body.vsc-initialized EM > .browse-list-caption-label, EM > .text__promo-3, EM > .text__promo-2, EM > .text__promo-1 {
  font-family: "Helvetica Neue Bold Italic", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: normal;
}

BODY,
BUTTON,
INPUT,
SELECT,
OPTGROUP,
TEXTAREA {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

DFN, CITE, EM, I {
  font-style: italic;
}

H1, H2, H3, H4, H5, H6 {
  clear: both;
  font-weight: normal;
  margin: 0;
}

.skip-p > p:first-child {
  margin-top: 0px;
}

.strip-p > p:first-child {
  margin: 0px;
}

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

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

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

.text-balance {
  text-wrap: balance;
}

.lowercase {
  text-transform: lowercase !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.text__base,
.base-text,
BODY {
  text-align: left;
  font-size: 18px;
  font-style: normal;
}

.text__headline-1, BODY.collective-access .browse-page-label H1,
body.vsc-initialized .browse-page-label H1 {
  font-size: 30px;
  line-height: 36px;
}
@media (min-width: 767px) {
  .text__headline-1, BODY.collective-access .browse-page-label H1,
  body.vsc-initialized .browse-page-label H1 {
    font-size: calc(2.3346303502vw + 12.093385214px);
  }
}
@media (min-width: 1024px) {
  .text__headline-1, BODY.collective-access .browse-page-label H1,
  body.vsc-initialized .browse-page-label H1 {
    font-size: 36px;
  }
}
@media (min-width: 767px) {
  .text__headline-1, BODY.collective-access .browse-page-label H1,
  body.vsc-initialized .browse-page-label H1 {
    line-height: calc(3.1128404669vw + 12.1245136187px);
  }
}
@media (min-width: 1024px) {
  .text__headline-1, BODY.collective-access .browse-page-label H1,
  body.vsc-initialized .browse-page-label H1 {
    line-height: 44px;
  }
}

.text__headline-2 {
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 767px) {
  .text__headline-2 {
    font-size: calc(1.5564202335vw + 8.0622568093px);
  }
}
@media (min-width: 1024px) {
  .text__headline-2 {
    font-size: 24px;
  }
}
@media (min-width: 767px) {
  .text__headline-2 {
    line-height: calc(1.5564202335vw + 14.0622568093px);
  }
}
@media (min-width: 1024px) {
  .text__headline-2 {
    line-height: 30px;
  }
}

.text__headline-3 {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 767px) {
  .text__headline-3 {
    font-size: calc(1.5564202335vw + 6.0622568093px);
  }
}
@media (min-width: 1024px) {
  .text__headline-3 {
    font-size: 22px;
  }
}
@media (min-width: 767px) {
  .text__headline-3 {
    line-height: calc(1.5564202335vw + 12.0622568093px);
  }
}
@media (min-width: 1024px) {
  .text__headline-3 {
    line-height: 28px;
  }
}

.text__headline-4 {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 767px) {
  .text__headline-4 {
    font-size: calc(1.5564202335vw + 4.0622568093px);
  }
}
@media (min-width: 1024px) {
  .text__headline-4 {
    font-size: 20px;
  }
}
@media (min-width: 767px) {
  .text__headline-4 {
    line-height: calc(1.5564202335vw + 10.0622568093px);
  }
}
@media (min-width: 1024px) {
  .text__headline-4 {
    line-height: 26px;
  }
}

.text__headline-5 {
  font-size: 15px;
  line-height: 21px;
}
@media (min-width: 1024px) {
  .text__headline-5 {
    font-size: 16px;
    line-height: 22px;
  }
}

.text__promo-1 {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .text__promo-1 {
    font-size: 22px;
    line-height: 26px;
  }
}

.text__promo-2 {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .text__promo-2 {
    font-size: 18px;
    line-height: 22px;
  }
}

.text__promo-3 {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .text__promo-3 {
    font-size: 16px;
    line-height: 20px;
  }
}

.text__promo-4, BODY.collective-access .browse-img-caption-label,
BODY.collective-access .browse-list-caption-label,
body.vsc-initialized .browse-img-caption-label,
body.vsc-initialized .browse-list-caption-label {
  font-size: 13px;
  line-height: 17px;
}
@media (min-width: 1024px) {
  .text__promo-4, BODY.collective-access .browse-img-caption-label,
  BODY.collective-access .browse-list-caption-label,
  body.vsc-initialized .browse-img-caption-label,
  body.vsc-initialized .browse-list-caption-label {
    font-size: 14px;
    line-height: 18px;
  }
}

.text__body-1 {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 767px) {
  .text__body-1 {
    font-size: calc(1.5564202335vw + 4.0622568093px);
  }
}
@media (min-width: 1024px) {
  .text__body-1 {
    font-size: 20px;
  }
}
@media (min-width: 767px) {
  .text__body-1 {
    line-height: calc(1.5564202335vw + 10.0622568093px);
  }
}
@media (min-width: 1024px) {
  .text__body-1 {
    line-height: 26px;
  }
}

.text__body-2, #search__results .ss360-layer .ss360-layer__heading,
.ss360-layer .ss360-layer__heading, .wysiwyg,
.mce-content-body {
  font-size: 15px;
  line-height: 21px;
}
.text__body-2.spaced, #search__results .ss360-layer .spaced.ss360-layer__heading,
.ss360-layer .spaced.ss360-layer__heading, .spaced.wysiwyg,
.spaced.mce-content-body {
  line-height: 26px;
}
@media (min-width: 1024px) {
  .text__body-2, #search__results .ss360-layer .ss360-layer__heading,
  .ss360-layer .ss360-layer__heading, .wysiwyg,
  .mce-content-body {
    font-size: 18px;
    line-height: 24px;
  }
  .text__body-2.spaced, #search__results .ss360-layer .spaced.ss360-layer__heading,
  .ss360-layer .spaced.ss360-layer__heading, .spaced.wysiwyg,
  .spaced.mce-content-body {
    line-height: 31px;
  }
}
.text__body-2 A, #search__results .ss360-layer .ss360-layer__heading A,
.ss360-layer .ss360-layer__heading A, .wysiwyg A,
.mce-content-body A {
  text-decoration: underline;
}

.text__body-3 {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .text__body-3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.text__body-3 A {
  text-decoration: underline;
}

.text__body-4, BODY.collective-access .no-media,
body.vsc-initialized .no-media, FOOTER .menu-address {
  font-size: 13px;
  line-height: 17px;
  /*
  &.clamp-line-4{
      --line-height: 17px;
      @include breakpoint('desktop') {
          --line-height: 20px;
      }
      --lines-to-show: 4;
      box-sizing: border-box;
      line-height: var(--line-height);
      overflow: hidden;
      height: calc(var(--line-height) * var(--lines-to-show));
  }
  */
}
@media (min-width: 1024px) {
  .text__body-4, BODY.collective-access .no-media,
  body.vsc-initialized .no-media, FOOTER .menu-address {
    font-size: 14px;
    line-height: 20px;
  }
}
.text__body-4 A, BODY.collective-access .no-media A,
body.vsc-initialized .no-media A, FOOTER .menu-address A {
  text-decoration: underline;
}

.line-clamp-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text__nav {
  font-size: 16px;
  line-height: 20px;
}

.text__caption, .img-wrapper + .caption-text,
.wp-caption-text,
.captions, .wysiwyg .wp-caption,
.mce-content-body .wp-caption {
  font-size: 12px;
  line-height: 18px;
  color: #767676;
}
.text__caption EM, .img-wrapper + .caption-text EM,
.wp-caption-text EM,
.captions EM, .wysiwyg .wp-caption EM,
.mce-content-body .wp-caption EM, .text__caption I, .img-wrapper + .caption-text I,
.wp-caption-text I,
.captions I, .wysiwyg .wp-caption I,
.mce-content-body .wp-caption I {
  font-family: "Helvetica Neue Italic";
}

.text__eyebrow, #search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button,
.ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button, BODY.collective-access .browse-criteria .reset-btn,
body.vsc-initialized .browse-criteria .reset-btn, BODY.collective-access .browse-img-caption-coll,
BODY.collective-access .browse-list-caption-coll,
body.vsc-initialized .browse-img-caption-coll,
body.vsc-initialized .browse-list-caption-coll, select.filter, FOOTER ul.horizontal.main li.menu-item-has-children > a, .link__forward, .link__back {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.text__eyebrow .arrow-link, #search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button .arrow-link,
.ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button .arrow-link, BODY.collective-access .browse-criteria .reset-btn .arrow-link,
body.vsc-initialized .browse-criteria .reset-btn .arrow-link, BODY.collective-access .browse-img-caption-coll .arrow-link,
BODY.collective-access .browse-list-caption-coll .arrow-link,
body.vsc-initialized .browse-img-caption-coll .arrow-link,
body.vsc-initialized .browse-list-caption-coll .arrow-link, select.filter .arrow-link, FOOTER ul.horizontal.main li.menu-item-has-children > a .arrow-link, .link__forward .arrow-link, .link__back .arrow-link {
  position: relative;
  top: -1px;
}

A.text__eyebrow:hover, #search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter A.ss360-filter__button:hover,
.ss360-layer .ss360-layer__content--filter-left .ss360-filter A.ss360-filter__button:hover, BODY.collective-access .browse-criteria A.reset-btn:hover,
body.vsc-initialized .browse-criteria A.reset-btn:hover, BODY.collective-access A.browse-img-caption-coll:hover,
BODY.collective-access A.browse-list-caption-coll:hover,
body.vsc-initialized A.browse-img-caption-coll:hover,
body.vsc-initialized A.browse-list-caption-coll:hover, A.link__forward:hover, A.link__back:hover,
.text__eyebrow A:hover,
#search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button A:hover,
.ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button A:hover,
BODY.collective-access .browse-criteria .reset-btn A:hover,
body.vsc-initialized .browse-criteria .reset-btn A:hover,
BODY.collective-access .browse-img-caption-coll A:hover,
BODY.collective-access .browse-list-caption-coll A:hover,
body.vsc-initialized .browse-img-caption-coll A:hover,
body.vsc-initialized .browse-list-caption-coll A:hover,
select.filter A:hover,
FOOTER ul.horizontal.main li.menu-item-has-children > a A:hover,
.link__forward A:hover,
.link__back A:hover {
  text-decoration: underline;
}

.wysiwyg H2,
.wysiwyg H3,
.wysiwyg H4,
.wysiwyg H5,
.mce-content-body H2,
.mce-content-body H3,
.mce-content-body H4,
.mce-content-body H5 {
  margin-bottom: 15px;
}
.wysiwyg > DIV,
.wysiwyg P,
.wysiwyg UL,
.wysiwyg OL,
.wysiwyg BLOCKQUOTE,
.mce-content-body > DIV,
.mce-content-body P,
.mce-content-body UL,
.mce-content-body OL,
.mce-content-body BLOCKQUOTE {
  margin-bottom: 20px;
}
.wysiwyg P:empty,
.mce-content-body P:empty {
  display: none;
}
.wysiwyg H2,
.wysiwyg H3,
.wysiwyg H4,
.wysiwyg H5,
.wysiwyg P,
.wysiwyg UL,
.wysiwyg OL,
.wysiwyg BLOCKQUOTE,
.mce-content-body H2,
.mce-content-body H3,
.mce-content-body H4,
.mce-content-body H5,
.mce-content-body P,
.mce-content-body UL,
.mce-content-body OL,
.mce-content-body BLOCKQUOTE {
  margin-top: 0;
}
.wysiwyg H2:last-child,
.wysiwyg H3:last-child,
.wysiwyg H4:last-child,
.wysiwyg H5:last-child,
.wysiwyg P:last-child,
.wysiwyg UL:last-child,
.wysiwyg OL:last-child,
.wysiwyg BLOCKQUOTE:last-child,
.mce-content-body H2:last-child,
.mce-content-body H3:last-child,
.mce-content-body H4:last-child,
.mce-content-body H5:last-child,
.mce-content-body P:last-child,
.mce-content-body UL:last-child,
.mce-content-body OL:last-child,
.mce-content-body BLOCKQUOTE:last-child {
  margin-bottom: 0;
}
.wysiwyg HR,
.mce-content-body HR {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wysiwyg A,
.mce-content-body A {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  position: relative;
  text-decoration-color: #222;
}
.wysiwyg A:hover,
.mce-content-body A:hover {
  text-decoration-color: #E0E0E0;
}
.wysiwyg OL,
.wysiwyg UL,
.mce-content-body OL,
.mce-content-body UL {
  margin-left: 0;
  padding-left: 23px;
}
.wysiwyg .wp-caption,
.mce-content-body .wp-caption {
  max-width: 100%;
}
.wysiwyg IMG,
.mce-content-body IMG {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 30px;
}
.wysiwyg DIV > IMG,
.wysiwyg P > IMG,
.mce-content-body DIV > IMG,
.mce-content-body P > IMG {
  margin-bottom: 0;
}
.wysiwyg .aligncenter,
.mce-content-body .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg .alignright,
.mce-content-body .alignright {
  float: right;
  margin-left: 30px;
}
.wysiwyg .alignleft,
.mce-content-body .alignleft {
  float: left;
  margin-right: 30px;
}
.wysiwyg IMG + IMG,
.mce-content-body IMG + IMG {
  margin-left: 5px;
}
.wysiwyg IFRAME,
.mce-content-body IFRAME {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  height: 100%;
  background-color: black;
}

A {
  transition: color 0.3s ease-out, border-color 0.3s ease-out;
  text-decoration: none;
  color: inherit;
}
A.underline {
  text-decoration: underline;
}
A.underline-hover {
  text-decoration: none;
}
A.underline-hover:hover {
  text-decoration: underline;
}

.link__back {
  color: #767676;
  display: inline-block;
  padding-left: 18px;
  background: transparent url("../img/arrow-back.svg") no-repeat 0 center;
}
.link__back:hover {
  color: #222;
  text-decoration: none !important;
}

.link__forward {
  color: #767676;
  display: inline-block;
  padding-right: 18px;
  background: transparent url("../img/arrow-link.svg") no-repeat 100% center;
}
.link__forward:hover {
  color: #222;
  text-decoration: none !important;
}

FOOTER {
  color: #fff;
  background-color: #007ABF;
}
FOOTER a {
  color: #fff;
}
FOOTER #menu-footer .sub-menu a,
FOOTER .menu-address a,
FOOTER #menu-policy-menu a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-out;
}
FOOTER #menu-footer .sub-menu a:hover,
FOOTER .menu-address a:hover,
FOOTER #menu-policy-menu a:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
}
FOOTER .menu.module-socials li:last-child {
  margin-right: 0;
}
FOOTER .row {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  /*
  > *{
      width: auto;
      padding-right: 0;
      padding-left: 0;
      margin-top: 0;
  }
  */
  margin-bottom: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      margin-bottom : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      margin-bottom : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  FOOTER .row {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  FOOTER .row {
    margin-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  FOOTER .row {
    margin-bottom: 40px;
  }
}
FOOTER .row .col:not(FOOTER .row .col:last-child) {
  margin-bottom: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      margin-bottom : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      margin-bottom : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  FOOTER .row .col:not(FOOTER .row .col:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  FOOTER .row .col:not(FOOTER .row .col:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  FOOTER .row .col:not(FOOTER .row .col:last-child) {
    margin-bottom: 40px;
  }
}
FOOTER .row.bottom .col span {
  display: inline-block;
}
FOOTER .row.bottom .col span:not(FOOTER .row.bottom .col span:last-child) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  FOOTER {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  FOOTER.wrap-all {
    padding: 40px;
    /*    
    @media( min-width: $breakpoint-desktop ){
        padding : $layout__margin_lg * $multiplier;
    }
    */
    /*    
    @media( min-width: $breakpoint-extralarge-desktop ){
        padding : $layout__margin_xl * $multiplier;
    }    
    */
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  FOOTER.wrap-all {
    padding: 60px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  FOOTER.wrap-all {
    padding: 60px;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  FOOTER.wrap-all {
    padding: 80px;
  }
}
FOOTER ul.horizontal.main .sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  FOOTER ul.horizontal.main {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
  }
  FOOTER ul.horizontal.main > li {
    display: block;
    margin-right: 0px !important;
    margin-bottom: 20px;
  }
}
FOOTER ul.menu.horizontal.policy {
  font-size: 12px;
  line-height: 18px;
}
FOOTER ul.menu.horizontal.policy li:not(FOOTER ul.menu.horizontal.policy li:last-child) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  FOOTER .wrap-all {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  FOOTER {
    font-size: 16px;
    line-height: 32px;
  }
  FOOTER .row {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    /*
    > *{
        width: auto;
        padding-right: 0;
        padding-left: 0;
        margin-top: 0;
    }
    */
  }
  FOOTER .row.top .col {
    text-align: center;
  }
  FOOTER .row.top .hide-for-mobile {
    text-align: center;
  }
  FOOTER .row.center ul.horizontal.main {
    display: flex;
    gap: 20px;
    /*    
    @media( min-width: $breakpoint-desktop ){
        gap : $layout__margin_lg * $multiplier;
    }
    */
    /*    
    @media( min-width: $breakpoint-extralarge-desktop ){
        gap : $layout__margin_xl * $multiplier;
    }    
    */
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
  FOOTER .row.center ul.horizontal.main {
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
  FOOTER .row.center ul.horizontal.main {
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (min-width: 1400px) {
  FOOTER .row.center ul.horizontal.main {
    gap: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  FOOTER .row.center ul.horizontal.main > li {
    margin-right: 0px;
  }
  FOOTER .row.center ul.horizontal.main > li:first-child {
    width: 50%;
  }
  FOOTER .row.center ul.horizontal.main > li:not(FOOTER .row.center ul.horizontal.main > li:first-child) {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  FOOTER {
    font-size: 16px;
    line-height: 32px;
  }
  FOOTER .row {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    /*
    > *{
        width: auto;
        padding-right: 0;
        padding-left: 0;
        margin-top: 0;
    }
    */
  }
  FOOTER .row.top {
    display: flex;
    gap: 20px;
    /*    
    @media( min-width: $breakpoint-desktop ){
        gap : $layout__margin_lg * $multiplier;
    }
    */
    /*    
    @media( min-width: $breakpoint-extralarge-desktop ){
        gap : $layout__margin_xl * $multiplier;
    }    
    */
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  FOOTER .row.top {
    gap: 30px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  FOOTER .row.top {
    gap: 30px;
  }
}
@media (min-width: 1024px) and (min-width: 1400px) {
  FOOTER .row.top {
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  FOOTER .row.top .col {
    width: 50%;
  }
  FOOTER .row.top .col:last-child {
    text-align: right;
  }
  FOOTER .row.center ul.horizontal.main {
    display: flex;
    gap: 20px;
    /*    
    @media( min-width: $breakpoint-desktop ){
        gap : $layout__margin_lg * $multiplier;
    }
    */
    /*    
    @media( min-width: $breakpoint-extralarge-desktop ){
        gap : $layout__margin_xl * $multiplier;
    }    
    */
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  FOOTER .row.center ul.horizontal.main {
    gap: 30px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  FOOTER .row.center ul.horizontal.main {
    gap: 30px;
  }
}
@media (min-width: 1024px) and (min-width: 1400px) {
  FOOTER .row.center ul.horizontal.main {
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  FOOTER .row.center ul.horizontal.main > li {
    margin-right: 0px;
  }
  FOOTER .row.center ul.horizontal.main > li:first-child {
    width: 50%;
  }
  FOOTER .row.center ul.horizontal.main > li:not(FOOTER .row.center ul.horizontal.main > li:first-child) {
    width: 25%;
  }
  FOOTER .row.bottom {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    /*    
    @media( min-width: $breakpoint-desktop ){
        gap : $layout__margin_lg * $multiplier;
    }
    */
    /*    
    @media( min-width: $breakpoint-extralarge-desktop ){
        gap : $layout__margin_xl * $multiplier;
    }    
    */
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  FOOTER .row.bottom {
    gap: 30px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  FOOTER .row.bottom {
    gap: 30px;
  }
}
@media (min-width: 1024px) and (min-width: 1400px) {
  FOOTER .row.bottom {
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  FOOTER .row.bottom .col {
    width: 50%;
    margin-bottom: 0px !important;
  }
  FOOTER .row.bottom .col:first-child {
    font-size: 14px;
    line-height: 20px;
    vertical-align: baseline;
  }
  FOOTER .row.bottom .col:last-child {
    text-align: right;
  }
}

.alert-bar {
  position: relative;
  z-index: 8;
  background-color: #0297EC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.alert-bar .wrap, .alert-bar BODY.collective-access .collection-grid-items .draggable-content, BODY.collective-access .collection-grid-items .alert-bar .draggable-content,
.alert-bar body.vsc-initialized .collection-grid-items .draggable-content,
body.vsc-initialized .collection-grid-items .alert-bar .draggable-content, .alert-bar #mobile-header .row, #mobile-header .alert-bar .row {
  padding-top: 15px;
  padding-bottom: 9px;
  padding-right: 30px;
}
.alert-bar .int {
  padding-top: 3px;
  font-size: 14px;
  line-heigh: 20px;
}
@media (min-width: 1024px) {
  .alert-bar .int {
    padding-top: 5px;
  }
}
.alert-bar .int p {
  margin: 0;
}
.alert-bar a {
  text-decoration: underline;
}
.alert-bar .close-alert-bar {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.alert-bar .close-alert-bar img {
  width: 12px;
}

#header {
  position: relative;
  z-index: 7;
  border-top: 5px solid #0297EC;
  background-color: #222;
}
@media (max-width: 1023px) {
  #header {
    display: none;
  }
}
#header .row {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  /*
  > *{
      width: auto;
      padding-right: 0;
      padding-left: 0;
      margin-top: 0;
  }
  */
  height: 85px;
  border-bottom: 1px solid #383838;
}
#header .row .wrap, #header .row BODY.collective-access .collection-grid-items .draggable-content, BODY.collective-access .collection-grid-items #header .row .draggable-content,
#header .row body.vsc-initialized .collection-grid-items .draggable-content,
body.vsc-initialized .collection-grid-items #header .row .draggable-content, #header .row #mobile-header .row, #mobile-header #header .row .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .row #logo {
  line-height: 0;
}
#header .row:last-child {
  display: block;
  height: 59px;
}
#header .row #menu-extra {
  justify-content: flex-end;
}

.layout-fixed-right {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  /*
  > *{
      width: auto;
      padding-right: 0;
      padding-left: 0;
      margin-top: 0;
  }
  */
  position: relative;
  height: 100%;
  width: 100%;
}
.layout-fixed-right > div {
  display: flex;
  height: 100%;
  align-items: center;
}
.layout-fixed-right > div:first-child {
  width: 100%;
}
.layout-fixed-right > div:first-child .nav {
  width: 100%;
}
.layout-fixed-right > div:last-child {
  width: auto;
  position: absolute;
  right: 0px;
  top: 0px;
}

.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue Medium";
}
.nav.horizontal {
  display: flex;
  gap: clamp(20px, 5%, 90px);
}
.nav.extra {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  width: calc(100% - 400px);
}
.nav.main {
  font-size: 16px;
}
.nav.header-nav a {
  color: #fff;
}
.nav a {
  transition: color 0.3s ease-out, opacity 0.3s ease-out;
  white-space: nowrap;
}

#compact-nav {
  position: fixed;
  z-index: 6;
  width: 100%;
  top: 0px;
  pointer-events: none;
}
@media (max-width: 1023px) {
  #compact-nav {
    display: none;
  }
}
#compact-nav .row {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  /*
  > *{
      width: auto;
      padding-right: 0;
      padding-left: 0;
      margin-top: 0;
  }
  */
  position: relative;
  height: 55px;
}
#compact-nav #compact-logo {
  line-height: 0;
}
#compact-nav #compact-logo img {
  width: 34px;
}
#compact-nav .nav {
  width: calc(100% - 340px);
  max-width: 1080px;
  margin-left: 60px;
  text-align: center;
  justify-content: space-between;
}
@media (min-width: 1280px) {
  #compact-nav .nav {
    margin-left: 160px;
  }
}
@media (max-width: 1140px) {
  #compact-nav .nav {
    margin-left: 40px;
    width: calc(100% - 226px);
  }
}
#compact-nav .int {
  border-top: 5px solid #0297EC;
  border-bottom: 1px solid #383838;
  background-color: #222;
  transform: ranslate3d(0px, 0px, 0px);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.2s ease-out;
}

body.activate-compact-nav.show-compact-nav #compact-nav {
  pointer-events: auto;
}
body.activate-compact-nav.show-compact-nav #compact-nav .int {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dim-down.search-open .nav a {
  color: #F2F2F2 !important;
  opacity: 0;
}
.dim-down.search-open .nav li.current-menu-item {
  border-bottom-color: transparent;
}

.nav-color li {
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s ease-out;
}
.nav-color li a {
  display: block;
  padding: 19px 34px 19px 0px;
}
.nav-color li:nth-child(1) a:hover {
  color: #E26C2F;
}
.nav-color li:nth-child(1).current-menu-item {
  border-bottom: 3px solid #E26C2F;
}
.nav-color li:nth-child(2) a:hover {
  color: #F9CE33;
}
.nav-color li:nth-child(2).current-menu-item {
  border-bottom: 3px solid #F9CE33;
}
.nav-color li:nth-child(3) a:hover {
  color: #0297EC;
}
.nav-color li:nth-child(3).current-menu-item {
  border-bottom: 3px solid #0297EC;
}
.nav-color li:nth-child(4) a:hover {
  color: #5DAE30;
}
.nav-color li:nth-child(4).current-menu-item {
  border-bottom: 3px solid #5DAE30;
}
.nav-color li:nth-child(5) a:hover {
  color: #AD4AA9;
}
.nav-color li:nth-child(5).current-menu-item {
  border-bottom: 3px solid #AD4AA9;
}

#compact-nav .nav-color li a {
  padding-top: 17px;
  padding-bottom: 17px;
}

#menu-extra a:hover {
  color: #0297EC;
}

#mobile-header {
  position: relative;
  z-index: 8;
}
@media (min-width: 1024px) {
  #mobile-header {
    display: none;
  }
}
#mobile-header #logo-mobile IMG {
  width: 255px;
}
#mobile-header .int {
  border-top: 3px solid #0297EC;
  background-color: #222;
  transition: transform 0.3s ease-out;
}
#mobile-header .row {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  /*
  > *{
      width: auto;
      padding-right: 0;
      padding-left: 0;
      margin-top: 0;
  }
  */
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 59px;
  border-bottom: 1px solid #383838;
}
#mobile-header .row a {
  line-height: 0;
  width: auto;
}

body.activate-mobile-compact-nav #mobile-header .int {
  transform: translate3d(0px, -101%, 0px);
  pointer-events: none;
}
body.activate-mobile-compact-nav.show-mobile-compact-nav #mobile-header {
  pointer-events: auto;
}
body.activate-mobile-compact-nav.show-mobile-compact-nav #mobile-header .int {
  transform: translate3d(0px, 0px, 0px);
  pointer-events: auto;
}

#mobile-panel {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  background-color: #007ABF;
  color: #fff;
  position: fixed;
  z-index: 10;
  top: 0px;
  right: 0px;
  width: calc(100% - 55px);
  height: 100%;
}
@media (min-width: 1024px) {
  #mobile-panel {
    display: none;
  }
}
#mobile-panel .layout {
  position: relative;
  height: 100%;
}
#mobile-panel .row {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  /*
  > *{
      width: auto;
      padding-right: 0;
      padding-left: 0;
      margin-top: 0;
  }
  */
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  height: 70px;
}
#mobile-panel .scroll-layer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#mobile-panel .menu-container {
  padding: 10px 10px 70px 10px;
}
#mobile-panel .nav {
  margin-top: 40px;
}
#mobile-panel .nav li {
  margin-bottom: 40px;
}
#mobile-panel .nav.main {
  border-bottom: 1px solid #fff;
}
#mobile-panel .nav.extra {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
}
#mobile-panel .module-search-form input[type=search]:focus {
  background-color: #007ABF;
}

body.mobile-panel-open #mobile-panel {
  pointer-events: auto;
  opacity: 1;
}

UL.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
UL.menu.sibling {
  margin-top: 40px;
  display: flex;
  gap: clamp(20px, 5%, 90px);
  border-bottom: 1px solid #E0E0E0;
  justify-content: center;
}
UL.menu.sibling A {
  color: #767676;
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
}
UL.menu.sibling A:hover {
  border-color: #E0E0E0;
  color: #222;
}
UL.menu.sibling LI.current_page_item A {
  color: #222;
  border-color: #0297EC;
}
UL.menu.horizontal > li {
  display: inline-block;
}
UL.menu.horizontal > li:not(UL.menu.horizontal > li:last-child) {
  margin-right: clamp(20px, 3%, 40px);
}

INPUT:not([type=checkbox]),
TEXTAREA {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
}

input[type=text].border-bottom,
input[type=email].border-bottom {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  border-bottom: 1px solid #222;
  padding: 5px 0px 3px 0px;
  color: #222;
}
input[type=text].border-bottom::-webkit-input-placeholder,
input[type=email].border-bottom::-webkit-input-placeholder { /* WebKit browsers */
  color: #222;
}
input[type=text].border-bottom:-moz-placeholder,
input[type=email].border-bottom:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #222;
}
input[type=text].border-bottom::-moz-placeholder,
input[type=email].border-bottom::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #222;
}
input[type=text].border-bottom:-ms-input-placeholder,
input[type=email].border-bottom:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #222;
}
input[type=text].border-bottom.color-scheme-light,
input[type=email].border-bottom.color-scheme-light {
  border-color: #fff;
  color: #fff;
}
input[type=text].border-bottom.color-scheme-light::-webkit-input-placeholder,
input[type=email].border-bottom.color-scheme-light::-webkit-input-placeholder { /* WebKit browsers */
  color: #fff;
}
input[type=text].border-bottom.color-scheme-light:-moz-placeholder,
input[type=email].border-bottom.color-scheme-light:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
input[type=text].border-bottom.color-scheme-light::-moz-placeholder,
input[type=email].border-bottom.color-scheme-light::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fff;
}
input[type=text].border-bottom.color-scheme-light:-ms-input-placeholder,
input[type=email].border-bottom.color-scheme-light:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #fff;
}

/*
.select {

	position: relative;
	display: inline-block;
	@extend .text__eyebrow;

	select {
		outline: none;
		-webkit-appearance: none;
		display: block;
		position: absolute;
		width: 100%; height: 100%;

		margin: 0;
		background: transparent;
		border: 0;
		border-radius: 0;

		line-height: normal;
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
	}


	.label{
		position: relative; display: block; top: 0px; height: 100%; width: 100%;
		padding: 10px 20px 10px 0px;
		pointer-events: none;
		background-color: $white;
		width: 100%;
		@extend .text__eyebrow;
		color: $color__dark_gray;
		text-align: left;
	}

	.arr{
		position: absolute;
		right: 10px;
		top: 0px;
		width: 10px;
		height: 100%;
		pointer-events: none;
		svg{
			@include ver-center;
		}
	}


	&.bg-light-gray{
		.label{
			background-color: $color__background_gray;
		}
	}
}
*/
select.filter {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #222;
  text-transform: none;
  padding: 0px 20px 0px 10px;
  background-image: linear-gradient(transparent, transparent), url(../img/select-caret.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 10px 10px;
  background-position: right center;
  /* TO ALIGN RIGHT SAFARI */
  direction: rtl;
}
select.filter:active {
  direction: ltr;
}

.form__inline-search {
  position: relative;
  border: 1px solid #767676;
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.form__inline-search INPUT[type=text] {
  color: white;
  width: 100%;
  padding: 12px 20px 10px 20px;
}
.form__inline-search INPUT[type=submit] {
  display: none;
}
.form__inline-search A {
  display: inline-flex;
  padding: 10px 20px;
  opacity: 0.8;
}
.form__inline-search A:hover {
  opacity: 1;
}

fieldset {
  border: 0;
}

/*

RESET YOUR FIELDSET
https://thatemil.com/blog/2015/01/03/reset-your-fieldset/

*/
legend {
  padding: 0;
  display: table;
}

fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

.button {
  transition: all 0.3s ease-out;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding-left: 30px;
  padding-right: 25px;
  width: auto;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 7px;
  min-height: 40px;
  line-height: 15px;
  color: #0297EC;
  border: 2px solid #0297EC;
  border-radius: 20px;
}
.button.small {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.button.large {
  height: 54px;
  border-radius: 30px;
  padding-left: 50px;
  padding-right: 45px;
}
.button:hover {
  color: white;
  background-color: #0297EC;
}
.button .arrow-link {
  display: inline-flex;
}
.button.color-gray {
  border-color: #767676;
  color: #222;
  text-transform: none;
  height: auto;
  padding-top: 8px;
  padding-bottom: 5px;
}
.button.color-gray:hover {
  background-color: #767676;
  color: #fff;
}
.button.pill {
  border-width: 1px;
  font-size: 14px;
}

.button-white {
  all: unset;
  border-radius: 20px;
  background-color: #fff;
  color: #0F4792;
  font-size: 14px;
  padding: 4px 20px 3px 20px;
  cursor: pointer;
}

.module-search-form .search-container {
  position: relative;
}
.module-search-form input[type=search] {
  all: unset;
  /*
  background-color: transparent;
  border: 0;
  border-radius: 0;
  */
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  padding: 5px 25px 5px 0px;
  border-bottom: 1px solid transparent;
  width: 80px;
  cursor: pointer;
  transition: border-color 0.03s ease-out;
}
.module-search-form input[type=search]::-webkit-input-placeholder { /* WebKit browsers */
  color: #F2F2F2;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: right;
}
.module-search-form input[type=search]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #F2F2F2;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: right;
}
.module-search-form input[type=search]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #F2F2F2;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: right;
}
.module-search-form input[type=search]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #F2F2F2;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: right;
}
.module-search-form input[type=search].open {
  cursor: auto;
  border-bottom: 1px solid #767676;
  background-color: #222;
}
.module-search-form input[type=search].open::-webkit-input-placeholder { /* WebKit browsers */
  text-align: left;
}
.module-search-form input[type=search].open:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  text-align: left;
}
.module-search-form input[type=search].open::-moz-placeholder { /* Mozilla Firefox 19+ */
  text-align: left;
}
.module-search-form input[type=search].open:-ms-input-placeholder { /* Internet Explorer 10+ */
  text-align: left;
}
@media (min-width: 768px) {
  .module-search-form input[type=search].open {
    width: 400px;
  }
}
.module-search-form input[type=search]::-webkit-search-cancel-button {
  /* Remove default */
  -webkit-appearance: none;
  /* Remove default */
}
.module-search-form button[type=submit] {
  all: unset;
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 100%;
  right: 0px;
  top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

#header .module-search-form,
#compact-nav .module-search-form {
  margin-right: -20px;
}
#header .module-search-form form,
#compact-nav .module-search-form form {
  padding: 0px 20px;
}
#header .module-search-form input[type=search],
#compact-nav .module-search-form input[type=search] {
  text-align: right;
}
#header .module-search-form input[type=search]:focus,
#compact-nav .module-search-form input[type=search]:focus {
  text-align: left;
}

.module-search-form.inline {
  max-width: 600px;
}
.module-search-form.inline label {
  display: none;
}
.module-search-form.inline input[type=search] {
  color: #222;
  border: 1px solid #E0E0E0;
  width: 100%;
  border-radius: 3px;
  padding: 13px;
}
.module-search-form.inline input[type=search]::-webkit-input-placeholder { /* WebKit browsers */
  color: #222;
  text-transform: none;
  text-align: left;
}
.module-search-form.inline input[type=search]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #222;
  text-transform: none;
  text-align: left;
}
.module-search-form.inline input[type=search]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #222;
  text-transform: none;
  text-align: left;
}
.module-search-form.inline input[type=search]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #222;
  text-transform: none;
  text-align: left;
}

#mobile-panel .module-search-form input[type=search] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  padding-right: 0px;
  cursor: auto;
}
#mobile-panel .module-search-form input[type=search]::-webkit-input-placeholder { /* WebKit browsers */
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
}
#mobile-panel .module-search-form input[type=search]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
}
#mobile-panel .module-search-form input[type=search]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
}
#mobile-panel .module-search-form input[type=search]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
}
#mobile-panel .module-search-form input[type=search]:focus {
  border-bottom: 1px solid #fff;
}

.img-wrapper {
  transition: opacity 0.4s ease-out, transform 1s linear;
  position: relative;
  overflow: hidden;
  background-color: #F2F2F2;
  aspect-ratio: 4/3;
}
.img-wrapper.no-background-color {
  background-color: transparent !important;
}
.img-wrapper > DIV {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.img-wrapper > IMG {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  -o-object-position: center center;
     object-position: center center;
  line-height: 0;
}
.img-wrapper.contain > DIV {
  background-size: contain;
}
.img-wrapper.contain IMG {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain";
}
.img-wrapper.square {
  aspect-ratio: 1/1;
}
.img-wrapper.size-16x9 {
  aspect-ratio: 16/19;
}
.img-wrapper.size-logo {
  aspect-ratio: 300/100;
}
.img-wrapper.slideshow-contain {
  background-color: white !important;
  aspect-ratio: auto;
  height: 400px;
}
@media (min-width: 768px) {
  .img-wrapper.services-thumbnail {
    max-height: 200px;
    margin-left: auto;
  }
}
.img-wrapper.news-thumbnail {
  max-height: 360px;
}
.img-wrapper.autosize {
  aspect-ratio: auto;
}
.img-wrapper.placeholder-video-thumbnail {
  background-image: url("../img/placeholder-video-thumb.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.img-wrapper + .caption-text,
.wp-caption-text,
.captions {
  margin-top: 6px;
  text-align: center;
}

.lazyload,
.lazyload-persist {
  opacity: 0;
  transition: opacity 1000ms;
}

.lazyloaded {
  opacity: 1;
}

.img-wrapper .hover-swap {
  z-index: 2;
  opacity: 0;
  transition: opacity 350ms ease-out;
}
.img-wrapper:hover .hover-swap {
  opacity: 1;
}
.img-wrapper.hover-fade {
  transition: opacity 200ms ease-in-out;
}
.img-wrapper.hover-fade:hover {
  opacity: 0.7;
}
.img-wrapper.hover-zoom > IMG,
.img-wrapper.hover-zoom > DIV {
  transition: transform 400ms;
}
.img-wrapper.hover-zoom:hover > IMG,
.img-wrapper.hover-zoom:hover > DIV {
  transform: scale(1.05);
}
.img-wrapper.hover-unzoom > IMG,
.img-wrapper.hover-unzoom > DIV {
  transition: transform 400ms;
  transform: scale(1.05);
}
.img-wrapper.hover-unzoom:hover > IMG,
.img-wrapper.hover-unzoom:hover > DIV {
  transform: scale(1);
}
.img-wrapper.hover-border:after {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.img-wrapper.hover-border:hover:after {
  opacity: 1;
}
.img-wrapper.effect-dim:after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.img-wrapper.effect-bw DIV,
.img-wrapper.effect-bw IMG {
  filter: grayscale(100%);
}
.img-wrapper.effect-bw-hover DIV,
.img-wrapper.effect-bw-hover IMG {
  transition: filter 400ms;
  filter: grayscale(100%);
}
.img-wrapper.effect-bw-hover DIV:hover,
.img-wrapper.effect-bw-hover IMG:hover {
  filter: grayscale(0);
}

.img-wrapper {
  /*
  &.align-left-top {
      > IMG {
          object-position: left top;
      }
      > DIV {
          background-position: left top;
      }
  }
  &.align-center-top {
      > IMG {
          object-position: center top;
      }
      > DIV {
          background-position: center top;
      }
  }
  &.align-right-top {
      > IMG {
          object-position: right top;
      }
      > DIV {
          background-position: right top;
      }
  }
  &.align-left-center  {
      > IMG {
          object-position: left center;
      }
      > DIV {
          background-position: left center;
      }
  }
  &.align-center-center  {
      > IMG {
          object-position: center center;
      }
      > DIV {
          background-position: center center;
      }
  }
  &.align-right-center  {
      > IMG {
          object-position: right center;
      }
      > DIV {
          background-position: right center;
      }
  }
  &.align-left-bottom  {
      > IMG {
          object-position: left bottom;
      }
      > DIV {
          background-position: left bottom;
      }
  }
  &.align-center-bottom  {
      > IMG {
          object-position: center bottom;
      }
      > DIV {
          background-position: center bottom;
      }
  }
  &.align-right-bottom  {
      > IMG {
          object-position: right bottom;

      }
      > DIV {
          background-position: right bottom;
      }
  }
  */
}
.img-wrapper > IMG.left_top {
  -o-object-position: left top;
     object-position: left top;
}
.img-wrapper > IMG.center_top {
  -o-object-position: center top;
     object-position: center top;
}
.img-wrapper > IMG.right_top {
  -o-object-position: right top;
     object-position: right top;
}
.img-wrapper > IMG.left_center {
  -o-object-position: left center;
     object-position: left center;
}
.img-wrapper > IMG.center_center {
  -o-object-position: center center;
     object-position: center center;
}
.img-wrapper > IMG.right_center {
  -o-object-position: right center;
     object-position: right center;
}
.img-wrapper > IMG.left_bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}
.img-wrapper > IMG.center_bottom {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.img-wrapper > IMG.right_bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}
.img-wrapper > DIV.left_top {
  background-position: left top;
}
.img-wrapper > DIV.center_top {
  background-position: center top;
}
.img-wrapper > DIV.right_top {
  background-position: right top;
}
.img-wrapper > DIV.left_center {
  background-position: left center;
}
.img-wrapper > DIV.center_center {
  background-position: center center;
}
.img-wrapper > DIV.right_center {
  background-position: right center;
}
.img-wrapper > DIV.left_bottom {
  background-position: left bottom;
}
.img-wrapper > DIV.center_bottom {
  background-position: center bottom;
}
.img-wrapper > DIV.right_bottom {
  background-position: right bottom;
}

.video-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-container iframe, .video-container embed, .video-container object, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9  9/16*100 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-wrapper.wide {
  padding-bottom: 56.25%;
}
.video-wrapper.rectangle {
  padding-bottom: 75%;
}
.video-wrapper.square {
  padding-bottom: 100%;
}
.video-wrapper iframe, .video-wrapper embed, .video-wrapper object, .video-wrapper video, .video-wrapper .poster, .video-wrapper .bg-image {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-wrapper.full-screen {
  padding-bottom: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper.full-screen iframe, .video-wrapper.full-screen embed, .video-wrapper.full-screen object, .video-wrapper.full-screen video, .video-wrapper.full-screen .poster {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.screen-video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .screen-video-container .video-ctrl {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
  }
}

.video-ctrl {
  /*
  &.video-is-fullscreen{
  	width: 100vw;
  	height: 100vh;
  }
  */
}
.video-ctrl .btn-ctrl {
  width: 38px;
  height: 38px;
  position: absolute;
  display: inline-block;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
.video-ctrl .btn-ctrl.active {
  opacity: 1;
}
.video-ctrl.set-btn-play .play-btn {
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.video-ctrl.set-btn-play .play-btn .icon-play, .video-ctrl.set-btn-play .play-btn .icon-pause {
  width: 38px;
  height: 38px;
  position: absolute;
  visibility: hidden;
}
.video-ctrl.set-btn-play .play-btn .icon-play.active, .video-ctrl.set-btn-play .play-btn .icon-pause.active {
  visibility: visible;
}
.video-ctrl.set-btn-fullscreen .fullscreen-btn {
  bottom: 0px;
  right: 0px;
}
.video-ctrl.set-btn-fullscreen .fullscreen-btn.is-enabled {
  visibility: visible;
}
.video-ctrl.set-btn-fullscreen .fullscreen-btn .icon-on, .video-ctrl.set-btn-fullscreen .fullscreen-btn .icon-off {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  visibility: hidden;
}
.video-ctrl.set-btn-fullscreen .fullscreen-btn .icon-on.active, .video-ctrl.set-btn-fullscreen .fullscreen-btn .icon-off.active {
  visibility: visible;
}
.video-ctrl.set-btn-sound .sound-btn {
  visibility: visible;
  bottom: 0px;
  right: 60px;
  cursor: pointer;
}
.video-ctrl.set-btn-sound .sound-btn .icon-on, .video-ctrl.set-btn-sound .sound-btn .icon-off {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  visibility: hidden;
}
.video-ctrl.set-btn-sound .sound-btn .icon-on.active, .video-ctrl.set-btn-sound .sound-btn .icon-off.active {
  visibility: visible;
}
.video-ctrl.loop-background {
  pointer-events: none;
}
.video-ctrl.loop-background .play-btn, .video-ctrl.loop-background .fullscreen-btn, .video-ctrl.loop-background .sound-btn {
  visibility: hidden;
  display: none !important;
}

.ios .video-ctrl .fullscreen-btn, .ios .video-ctrl .sound-btn {
  display: none !important;
}

video:-webkit-full-screen {
  width: 100vw !important;
  height: 100vh !important;
  transform: translate(0, 0) !important;
  left: 0px !important;
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  position: absolute;
}

video:-webkit-full-screen, video:fullscreen {
  width: 100vw !important;
  height: 100vh !important;
  transform: translate(0, 0) !important;
  left: 0px !important;
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  position: absolute;
}

.slick-slide .img-wrapper .video-wrapper {
  /*
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     padding-bottom: 0;
     */
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.video-ctrl-embed.video-wrapper {
  padding-bottom: 56.25%;
}
.video-ctrl-embed .embed-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.video-ctrl-embed .bg-overlay-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  cursor: pointer;
}
.video-ctrl-embed .bg-overlay-video .img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  padding-bottom: 0;
}
.video-ctrl-embed .bg-overlay-video .play-button {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.video-ctrl-embed.video-wrapper.seamless {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  pointer-events: none;
}
.video-ctrl-embed.video-wrapper.seamless iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-width: none !important;
}

.video-embed-player {
  position: relative;
}
.video-embed-player.is-plyr {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
.video-embed-player.is-plyr.ready {
  opacity: 1;
}
.video-embed-player.is-plyr button {
  height: auto;
  min-width: 0px;
}
.video-embed-player.is-plyr .plyr {
  font-family: inherit !important;
}
.video-embed-player.is-plyr .plyr.plyr--video {
  aspect-ratio: 4/3;
  --plyr-color-main: #E26C2F;
  --plyr-video-background:	black;
  --plyr-video-control-color: white;
  --plyr-video-control-color-hover:	#E26C2F;
  --plyr-range-fill-background:	#E26C2F;
}
.video-embed-player.is-plyr .plyr.plyr--video .plyr__poster {
  pointer-events: none;
}
.video-embed-player.is-plyr .plyr.plyr--video .plyr__video-wrapper {
  z-index: 0;
}
.video-embed-player.is-plyr .plyr.plyr--video .plyr__control--overlaid {
  width: 80px;
  height: 80px;
  border-radius: 45px;
  border: 1px solid white;
}
.video-embed-player.is-plyr .plyr.plyr--video .plyr__control--overlaid svg {
  transform: scale(2);
  left: 18px;
}
.video-embed-player.is-plyr .plyr.plyr--video .plyr__controls__item.plyr__time {
  padding: 0px 20px;
}
.video-embed-player.is-plyr .plyr.plyr--video .plyr__controls__item.plyr__volume {
  width: auto;
  min-width: auto;
}
.video-embed-player.is-plyr .plyr.plyr--video input[data-plyr=volume] {
  display: none;
}
.video-embed-player.is-plyr .plyr.plyr--video.plyr--stopped .plyr__controls {
  display: none !important;
}
.video-embed-player.is-plyr .plyr.plyr--video .plyr__control.plyr__tab-focus,
.video-embed-player.is-plyr .plyr.plyr--video .plyr__control:hover,
.video-embed-player.is-plyr .plyr.plyr--video .plyr__control[aria-expanded=true] {
  background-color: transparent;
}
.video-embed-player.is-plyr .plyr.plyr--video .plyr__controls .plyr__control {
  border-radius: 0;
}
.video-embed-player.is-plyr .plyr.plyr--video .plyr__controls .plyr__control:hover {
  border: 0;
}
.video-embed-player.is-plyr .plyr.plyr--video .plyr__control--overlaid {
  background-color: transparent;
}
.video-embed-player.is-plyr .plyr.plyr--video .plyr__control--overlaid:hover {
  border-color: var(--plyr-video-control-color-hover);
}
.video-embed-player.is-plyr .plyr.plyr--audio {
  --plyr-color-main: #E26C2F;
  --plyr-audio-controls-background:	#383838;
  --plyr-audio-control-color:	white;
  --plyr-audio-control-color-hover:	#E26C2F;
  --plyr-audio-range-track-background:	#767676;
  --plyr-range-fill-background:	#E26C2F;
}
.video-embed-player.is-plyr .plyr.plyr--audio .plyr__controls {
  padding: 15px 20px;
  border-radius: 20px;
}
.video-embed-player.is-plyr .plyr.plyr--audio .plyr__controls__item[data-plyr=play] {
  padding-right: 20px;
}
.video-embed-player.is-plyr .plyr.plyr--audio .plyr__controls__item[data-plyr=play] svg {
  transform: scale(2);
}
.video-embed-player.is-plyr .plyr.plyr--audio .plyr__controls__item.plyr__time {
  color: #BDBDBD;
}
.video-embed-player.is-plyr .plyr.plyr--audio .plyr__controls__item.plyr__time.plyr__time--current {
  padding: 0px 0px 0px 20px;
}
.video-embed-player.is-plyr .plyr.plyr--audio .plyr__controls__item.plyr__time.plyr__time--duration {
  margin-left: 10px;
  padding-right: 0px;
}
.video-embed-player.is-plyr .plyr.plyr--audio .plyr__controls__item.plyr__volume {
  width: auto;
  min-width: auto;
  color: #BDBDBD;
  padding-left: 10px;
}
.video-embed-player.is-plyr .plyr.plyr--audio input[data-plyr=volume] {
  display: none;
}
.video-embed-player.is-plyr .plyr.plyr--audio .plyr__control:focus-visible,
.video-embed-player.is-plyr .plyr.plyr--audio .plyr__control:hover,
.video-embed-player.is-plyr .plyr.plyr--audio .plyr__control[aria-expanded=true] {
  background: transparent;
}
.video-embed-player.is-plyr .plyr input[type=range]::-webkit-slider-thumb {
  opacity: 0;
}
.video-embed-player.is-plyr .plyr input[type=range]::-moz-range-thumb {
  opacity: 0;
}
.video-embed-player.is-plyr .plyr input[type=range]::-ms-thumb {
  opacity: 0;
}
.video-embed-player.is-plyr .plyr input[type=range]::-webkit-slider-runnable-track {
  border-radius: 20px;
}
.video-embed-player.is-plyr .plyr input[type=range]::-moz-range-track {
  border-radius: 20px;
}
.video-embed-player.is-plyr .plyr input[type=range]::-ms-track {
  border-radius: 20px;
}
.video-embed-player.is-plyr .plyr .plyr__time--current, .video-embed-player.is-plyr .plyr .plyr__tooltip {
  letter-spacing: 1px;
}

.video-embed-player .ratio-sizer {
  aspect-ratio: 4/3;
}
.video-embed-player .ratio-sizer .plyr.plyr--video {
  height: 100%;
}

.video-player {
  /*
  The video is resized to the available container ( as a background-size: cover )
  */
  /*
  &.video-size-auto{

  }
  The embed-wrapper padding is set to the video proportions automatically
  */
  /*
  The video is resized to the available container ( as a background-size: cover )
  */
  /*
  The video is showed on load trough the vimeo js sdk
  */
}
.video-player .placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  padding: 0;
}
.video-player .embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  background-color: #F2F2F2;
}
.video-player iframe, .video-player .video-image, .video-player .overlay-video, .video-player .iframe-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.video-player.video-size-cover .embed-wrapper {
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.video-player.video-size-cover iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.video-player.video-size-cover.left_top iframe {
  position: absolute;
  left: auto;
  top: auto;
  transform: none;
  left: 0px;
  top: 0px;
}
.video-player.video-size-cover.center_top iframe {
  position: absolute;
  left: auto;
  top: auto;
  transform: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}
.video-player.video-size-cover.right_top iframe {
  position: absolute;
  left: auto;
  top: auto;
  transform: none;
  right: 0px;
  top: 0px;
}
.video-player.video-size-cover.left_center iframe {
  position: absolute;
  left: auto;
  top: auto;
  transform: none;
  left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.video-player.video-size-cover.center_center {
  /*
     iframe{
     	@include abs-center;
  }
  */
}
.video-player.video-size-cover.right_center iframe {
  position: absolute;
  left: auto;
  top: auto;
  transform: none;
  right: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.video-player.video-size-cover.left_bottom iframe {
  position: absolute;
  left: auto;
  top: auto;
  transform: none;
  left: 0px;
  bottom: 0px;
}
.video-player.video-size-cover.center_bottom iframe {
  position: absolute;
  left: auto;
  top: auto;
  transform: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}
.video-player.video-size-cover.right_bottom iframe {
  position: absolute;
  left: auto;
  top: auto;
  transform: none;
  right: 0px;
  bottom: 0px;
}
.video-player.video-size-cover .placeholder {
  -o-object-fit: cover;
     object-fit: cover;
}
.video-player.video-size-cover.left_top .placeholder {
  -o-object-position: left top;
     object-position: left top;
}
.video-player.video-size-cover.center_top .placeholder {
  -o-object-position: center top;
     object-position: center top;
}
.video-player.video-size-cover.right_top .placeholder {
  -o-object-position: right top;
     object-position: right top;
}
.video-player.video-size-cover.left_center .placeholder {
  -o-object-position: left center;
     object-position: left center;
}
.video-player.video-size-cover.center_center .placeholder {
  -o-object-position: center center;
     object-position: center center;
}
.video-player.video-size-cover.right_center .placeholder {
  -o-object-position: right center;
     object-position: right center;
}
.video-player.video-size-cover.left_bottom .placeholder {
  -o-object-position: left bottom;
     object-position: left bottom;
}
.video-player.video-size-cover.center_bottom .placeholder {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.video-player.video-size-cover.right_bottom .placeholder {
  -o-object-position: right bottom;
     object-position: right bottom;
}
.video-player.video-vimeo iframe {
  opacity: 0;
  transition: opacity 1s ease-out;
}
.video-player.video-vimeo.video-no-background.video-load iframe {
  opacity: 1;
}
.video-player.video-vimeo.video-ready iframe, .video-player.video-vimeo.video-background iframe {
  transition-delay: 0.3s;
}
.video-player.video-vimeo.video-ready.first-play iframe, .video-player.video-vimeo.video-background.first-play iframe {
  opacity: 1;
}
.video-player.embed-mode-play-button-start .overlay-video {
  cursor: pointer;
}
.video-player.embed-mode-play-button-start .iframe-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.video-player.embed-mode-play-button-start .play-button-start {
  text-indent: -9999em;
  width: 82px;
  height: 82px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.video-player.embed-mode-play-button-start .play-button-start svg, .video-player.embed-mode-play-button-start .play-button-start img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.video-player.embed-mode-plyr .embed-wrapper {
  padding-bottom: 0px;
}
.video-player .play-pause {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-indent: -9999em;
}
.video-player .play-pause .pause {
  visibility: hidden;
}
.video-player .play-pause svg, .video-player .play-pause img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.video-player.video-ready .play-pause {
  opacity: 0.5;
}
.video-player.video-ready .play-pause:hover {
  opacity: 1;
}
.video-player.video-play .play-pause .play {
  visibility: hidden;
}
.video-player.video-play .play-pause .pause {
  visibility: visible;
}
.video-player .audio {
  transition: opacity 0.3s ease-out;
  opacity: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.video-player .audio .mute {
  display: none;
}
.video-player .audio > SPAN {
  transition: opacity 0.3s ease-out;
}
.video-player .audio.active .unmute {
  display: none;
}
.video-player .audio.active .mute {
  opacity: 0.4;
  display: inline-block;
}
.video-player .audio.active:hover .mute {
  opacity: 1;
}
.video-player.video-ready .audio {
  opacity: 1;
}
.video-player .video-captions {
  padding-top: 10px;
}

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control:focus-visible {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward:focus-visible::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - calc(var(--plyr-control-spacing, 10px) * 0.7) * 2);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back:focus-visible::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  display: block;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
          appearance: none;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

/* stylelint-disable selector-max-compound-selectors */
.plyr__tooltip {
  background: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__progress__marker {
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216, 15%, 79%);
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__image-container::after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}
.plyr__preview-thumb__time-container {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider.slick-dotted {
  padding-bottom: 9px;
}

.slick-dots {
  position: absolute;
  width: 100%;
  text-align: right;
  margin: 0;
  padding: 0;
  list-style: none;
  bottom: -10px;
  height: 10px;
  margin-top: 20px;
}
.slick-dots li {
  display: inline-block;
  margin-right: 8px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li button {
  cursor: pointer;
  text-indent: -9999em;
  background: none;
  padding: 0;
  min-width: 0;
  width: 6px;
  height: 6px;
  background-color: #BDBDBD;
  border-radius: 6px;
  outline: 0;
  border: 1px solid #BDBDBD;
  vertical-align: top;
}
.slick-dots li button:hover {
  background-color: #767676;
  border: 1px solid #767676;
  box-shadow: none;
}
.slick-dots li button:active {
  top: 0px;
}
.slick-dots li.slick-active button {
  background-color: #222;
  border: 1px solid #222;
}

.slick-slider.dots-white .slick-dots li button {
  border: 1px solid #fff;
}
.slick-slider.dots-white .slick-dots li button:hover {
  background-color: #fff;
}
.slick-slider.dots-white .slick-dots li.slick-active button {
  background-color: #fff;
}

.slick-slider.dots-centered .slick-dots {
  text-align: center;
}

.slick-slider.dots-over {
  padding-bottom: 0;
}
.slick-slider.dots-over .slick-dots {
  width: auto;
  right: 20px;
  bottom: 20px;
}

.arrow-special {
  opacity: 0.75;
  transition: opacity 0.3s ease-out;
}
.arrow-special:hover, .arrow-special.reveal:hover {
  opacity: 1;
}
.arrow-special.arrow-right {
  position: absolute;
  width: 60px;
  bottom: 50px;
  right: -38px;
  top: -20px;
  cursor: pointer;
}
.arrow-special.arrow-right svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  margin-top: -10px;
}
.arrow-special.arrow-left {
  position: absolute;
  width: 60px;
  bottom: 50px;
  left: -38px;
  top: -20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.arrow-special.arrow-left svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  margin-top: -10px;
}
.arrow-special.dont-reveal {
  opacity: 1;
}
.arrow-special.reveal {
  opacity: 0.75;
  visibility: visible;
}
.arrow-special.slick-disabled {
  visibility: hidden !important;
}
.arrow-special.cursor.arrow-right, .arrow-special.cursor.arrow-left {
  width: 25%;
}
.arrow-special:hover svg .color-stroke {
  stroke: #222;
}
@media (max-width: 767px) {
  .arrow-special {
    display: none !important;
  }
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #E26C2F;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
/*
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}
*/
/* Remove these to get rid of the spinner */
/*
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}
*/
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

/*
@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
*/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide--draggable > .splide__slider > .splide__track, .splide--draggable > .splide__track {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide--fade > .splide__slider > .splide__track > .splide__list, .splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list, .splide--ttb.is-active > .splide__track > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  outline: none;
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*
.max__site {
    position: relative;
    max-width: $layout__max_width;
    margin-left: auto;
    margin-right: auto;
    // background-color: pink;
}
*/
.max__content {
  position: relative;
  max-width: clamp(400px, 80%, 700px);
}
@media (min-width: 1024px) {
  .max__content .negative {
    margin-left: -60px;
    margin-right: -60px;
  }
}

.max__logo {
  max-width: 240px;
}

.max__small {
  max-width: 350px;
}

*[class^=max__].centered {
  margin-left: auto;
  margin-right: auto;
}
*[class^=max__].right {
  margin-left: auto;
}

.text-700 {
  max-width: 700px;
}
.text-700.centered {
  margin-left: auto;
  margin-right: auto;
}

.max__700 {
  max-width: 700px;
}

.max__640 {
  max-width: 640px;
}

.block {
  margin-bottom: 40px;
  position: relative;
}

.block-lg, .section,
.block-large {
  margin-bottom: 60px;
  position: relative;
}

.block-sm,
.block-small {
  margin-bottom: 30px;
}

.block-xs,
.block-xsmall {
  margin-bottom: 20px;
}

.block-xxs,
.block-xxsmall {
  margin-bottom: 10px;
}

.block-xxxs,
.block-xxxsmall {
  margin-bottom: 4px;
}

*[class^=block-] {
  display: block;
}

.wrap, BODY.collective-access .collection-grid-items .draggable-content,
body.vsc-initialized .collection-grid-items .draggable-content, #mobile-header .row {
  padding-left: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-left : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-left : $layout__margin_xl * $multiplier;
  }    
  */
  padding-right: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-right : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-right : $layout__margin_xl * $multiplier;
  }    
  */
  /*
  padding-left: $layout__margin_xs;
  padding-right: $layout__margin_xs;
  @include breakpoint('tablet') {
      padding-left: $layout__margin_sm;
      padding-right: $layout__margin_sm;
  }
  @include breakpoint('mobile') {
      padding-left: $layout__margin_md;
      padding-right: $layout__margin_md;
  }
  */
}
@media (min-width: 768px) {
  .wrap, BODY.collective-access .collection-grid-items .draggable-content,
  body.vsc-initialized .collection-grid-items .draggable-content, #mobile-header .row {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .wrap, BODY.collective-access .collection-grid-items .draggable-content,
  body.vsc-initialized .collection-grid-items .draggable-content, #mobile-header .row {
    padding-left: 30px;
  }
}
@media (min-width: 1400px) {
  .wrap, BODY.collective-access .collection-grid-items .draggable-content,
  body.vsc-initialized .collection-grid-items .draggable-content, #mobile-header .row {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .wrap, BODY.collective-access .collection-grid-items .draggable-content,
  body.vsc-initialized .collection-grid-items .draggable-content, #mobile-header .row {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .wrap, BODY.collective-access .collection-grid-items .draggable-content,
  body.vsc-initialized .collection-grid-items .draggable-content, #mobile-header .row {
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .wrap, BODY.collective-access .collection-grid-items .draggable-content,
  body.vsc-initialized .collection-grid-items .draggable-content, #mobile-header .row {
    padding-right: 40px;
  }
}
@media (min-width: 1720px) {
  .wrap, BODY.collective-access .collection-grid-items .draggable-content,
  body.vsc-initialized .collection-grid-items .draggable-content, #mobile-header .row {
    width: 1600px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.wrap-all {
  padding: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  .wrap-all {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .wrap-all {
    padding: 30px;
  }
}
@media (min-width: 1400px) {
  .wrap-all {
    padding: 40px;
  }
}
@media (min-width: 1720px) {
  .wrap-all {
    width: 1600px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .wrap-only-mobile {
    padding-left: 20px;
    /*    
    @media( min-width: $breakpoint-desktop ){
        padding-left : $layout__margin_lg * $multiplier;
    }
    */
    /*    
    @media( min-width: $breakpoint-extralarge-desktop ){
        padding-left : $layout__margin_xl * $multiplier;
    }    
    */
    padding-right: 20px;
    /*    
    @media( min-width: $breakpoint-desktop ){
        padding-right : $layout__margin_lg * $multiplier;
    }
    */
    /*    
    @media( min-width: $breakpoint-extralarge-desktop ){
        padding-right : $layout__margin_xl * $multiplier;
    }    
    */
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .wrap-only-mobile {
    padding-left: 30px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .wrap-only-mobile {
    padding-left: 30px;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .wrap-only-mobile {
    padding-left: 40px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .wrap-only-mobile {
    padding-right: 30px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .wrap-only-mobile {
    padding-right: 30px;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .wrap-only-mobile {
    padding-right: 40px;
  }
}

@media (min-width: 768px) {
  .wrap-not-mobile {
    padding-left: 20px;
    /*    
    @media( min-width: $breakpoint-desktop ){
        padding-left : $layout__margin_lg * $multiplier;
    }
    */
    /*    
    @media( min-width: $breakpoint-extralarge-desktop ){
        padding-left : $layout__margin_xl * $multiplier;
    }    
    */
    padding-right: 20px;
    /*    
    @media( min-width: $breakpoint-desktop ){
        padding-right : $layout__margin_lg * $multiplier;
    }
    */
    /*    
    @media( min-width: $breakpoint-extralarge-desktop ){
        padding-right : $layout__margin_xl * $multiplier;
    }    
    */
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .wrap-not-mobile {
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .wrap-not-mobile {
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .wrap-not-mobile {
    padding-left: 40px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .wrap-not-mobile {
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .wrap-not-mobile {
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .wrap-not-mobile {
    padding-right: 40px;
  }
}
@media (min-width: 1720px) {
  .wrap-not-mobile {
    width: 1600px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.wrap-sm,
.wrap-small {
  padding-left: 30px;
  padding-right: 30px;
}

.section.border {
  border-top: 1px solid #E0E0E0;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .section.border {
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .show-for-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .hide-for-mobile {
    display: none;
  }
}

.viewable-media-icon {
  display: inline-block;
  margin-right: 10px;
}
.viewable-media-icon svg {
  vertical-align: middle;
}
.viewable-media-icon.right {
  margin-right: 0px;
  margin-left: 8px;
}

.border-radius,
.img-wrapper.rounded,
.rounded,
.slideshow-featured-collections .overlay,
.roundeds {
  border-radius: 20px !important;
  overflow: hidden;
  background-color: transparent;
}

.columns {
  --column-margin: 30px;
  margin-left: calc(var(--column-margin) * -1);
  margin-top: calc(var(--column-margin) * -1);
}
.columns .col {
  padding-left: var(--column-margin);
  padding-top: var(--column-margin);
}
@media (min-width: 768px) {
  .columns {
    --column-margin: 40px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: row;
  }
  .columns.align-center {
    text-align: left;
    justify-content: center;
  }
  .columns.vertical-center {
    align-items: center;
  }
  .columns.reverse {
    flex-direction: row-reverse;
  }
  .columns .col.vertical-center {
    align-self: center;
  }
  .columns .col.vertical-bottom {
    align-self: flex-end;
  }
  .columns .col-1\/4, .columns [col-width="1/4"] {
    width: 25%;
  }
  .columns .col-3\/4, .columns [col-width="3/4"] {
    width: 75%;
  }
  .columns .col-1\/3, .columns [col-width="1/3"] {
    width: 33.333%;
  }
  .columns .col-2\/3, .columns [col-width="2/3"] {
    width: 66.666%;
  }
  .columns .col-1\/2, .columns [col-width="1/2"] {
    width: 50%;
  }
}

.grid-flex .item {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .grid-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .grid-flex.top-center {
    align-items: flex-start;
  }
  .grid-flex.align-center {
    justify-content: center;
  }
  .grid-flex.vertical-center {
    align-items: center;
  }
  .grid-flex.margin-bottom {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .grid-flex.margin-bottom {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .grid-flex {
    gap: 30px;
  }
  .grid-flex .item {
    width: calc((100% - (2 - 1) * 30px) / 2);
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .grid-flex {
    gap: 40px;
  }
  .grid-flex .item {
    width: calc((100% - (2 - 1) * 40px) / 2);
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .grid-flex.grid-1-2-3 .item {
    width: calc((100% - (3 - 1) * 40px) / 3);
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .grid-flex.grid-1-3-4 .item {
    width: calc((100% - (3 - 1) * 30px) / 3);
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .grid-flex.grid-1-3-4 .item {
    width: calc((100% - (4 - 1) * 40px) / 4);
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .zig-zag:nth-child(odd):is(.columns),
  .zig-zag:nth-child(odd) .columns {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .columns-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 40px;
    /*
    &.align-center{
       .col-1\/2 {
            grid-column: 4 / span 6; 
       }
    }
    */
  }
  .columns-grid .col.col-1\/4 {
    grid-column: span 3;
  }
  .columns-grid .col.col-3\/4 {
    grid-column: span 9;
  }
  .columns-grid .col.col-1\/3 {
    grid-column: span 4;
  }
  .columns-grid .col.col-2\/3 {
    grid-column: span 8;
  }
  .columns-grid .col.col-1\/2 {
    grid-column: span 6;
  }
  .columns-grid .col.col-5 {
    grid-column: span 5;
  }
  .columns-grid .col.col-7 {
    grid-column: span 7;
  }
  .columns-grid .col.col-12 {
    grid-column: span 12;
  }
}

.columns__text {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .columns__text {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (min-width: 1024px) {
  .columns__text {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
.columns__text.has-margin > DIV {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .columns__text[col-num="2"] {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .columns__text[col-num="3"] {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1024px) {
  .columns__text[col-num="3"] {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (min-width: 1800px) {
  .columns__text[col-num="3"] {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .columns__text[col-num="4"] {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1024px) {
  .columns__text[col-num="4"] {
    -moz-column-count: 4;
         column-count: 4;
  }
}
.columns__text > DIV {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .grid {
    gap: 40px;
  }
}
@media (min-width: 1400px) {
  .grid {
    gap: 60px;
  }
}
.grid.vertical-center {
  justify-content: center;
}
@media (min-width: 768px) {
  .grid[grid-cols="2"], .grid.cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .grid[grid-cols="3"], .grid.cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid[grid-cols="3"], .grid.cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid[grid-cols="4"], .grid.cols-4 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .grid[grid-cols="4"], .grid.cols-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid[grid-cols="4"], .grid.cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1800px) {
  .grid[grid-cols="4"], .grid.cols-4 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.grid[grid-cols="5"], .grid.cols-5 {
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .grid[grid-cols="5"], .grid.cols-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid[grid-cols="5"], .grid.cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1800px) {
  .grid[grid-cols="5"], .grid.cols-5 {
    grid-template-columns: repeat(6, 1fr);
  }
}

/****************** GRID PACKERY ***********************************/
.grid-packery {
  position: relative;
  z-index: 0;
  overflow: hidden;
  clear: both;
  margin-top: 30px;
  /****************** DEFAULT SIZES ***********************************/
  /****************** SPECIAL GRIDS ***********************************/
}
.grid-packery > .gutter-sizer {
  width: 30px;
}
@media (min-width: 1024px) {
  .grid-packery > .gutter-sizer {
    width: 40px;
  }
}
@media (min-width: 1024px) {
  .grid-packery {
    margin-top: 40px;
  }
}
.grid-packery > .item-grid {
  width: 100%;
  float: left;
  position: relative;
  transition: opacity 0.4s ease-out;
  opacity: 0;
}
.grid-packery.packed > .item-grid {
  opacity: 1;
}
.grid-packery .img-wrapper {
  line-height: 0px;
}
.grid-packery.grid-1-2-cols > .item-grid {
  width: 100%;
}
@media (min-width: 768px) {
  .grid-packery.grid-1-2-cols > .item-grid {
    width: calc((100% - 1 * 40px) / 2);
  }
}
@media (min-width: 1800px) {
  .grid-packery.grid-1-2-cols > .item-grid {
    width: calc((100% - 2 * 40px) / 3);
  }
}
.grid-packery.grid-1-2-cols > .item-grid.large {
  width: 100%;
}
.grid-packery.grid-2-cols > .item-grid {
  width: calc((100% - 20px) / 2);
}
@media (min-width: 768px) {
  .grid-packery.grid-2-cols > .item-grid {
    width: calc((100% - 1 * 40px) / 2);
    margin-bottom: 0;
  }
}
@media (min-width: 1800px) {
  .grid-packery.grid-2-cols > .item-grid {
    width: calc((100% - 2 * 40px) / 3);
  }
}
.grid-packery.grid-2-cols > .item-grid.large {
  width: 100%;
}
.grid-packery.grid-2-cols-always > .item-grid {
  width: calc((100% - 20px) / 2);
}
@media (min-width: 768px) {
  .grid-packery.grid-2-cols-always > .item-grid {
    width: calc((100% - 1 * 40px) / 2);
  }
}
@media (min-width: 568px) {
  .grid-packery.grid-3-cols > .item-grid {
    width: calc((100% - 1 * 40px) / 2);
  }
}
@media (min-width: 768px) {
  .grid-packery.grid-3-cols > .item-grid {
    width: calc((100% - 1 * 40px) / 2);
  }
}
@media (min-width: 1024px) {
  .grid-packery.grid-3-cols > .item-grid {
    width: calc((100% - 2 * 40px) / 3);
  }
}
@media (min-width: 1800px) {
  .grid-packery.grid-3-cols > .item-grid {
    width: calc((100% - 3 * 40px) / 4);
  }
}
@media (min-width: 1024px) {
  .grid-packery.grid-3-cols > .item-grid.item-grid-double {
    width: calc((100% - 1 * 40px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .grid-packery.grid-3-cols > .item-grid.item-grid-double .body-text-3 {
    margin-top: 2px;
    height: 72px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .grid-packery.grid-3-cols > .item-grid.item-grid-double .body-text-3 {
    margin-top: 5px;
    height: 48px;
  }
}
@media (min-width: 568px) {
  .grid-packery.grid-3-cols-and-landscape > .item-grid {
    width: calc((100% - 1 * 40px) / 2);
  }
}
@media (min-width: 768px) {
  .grid-packery.grid-3-cols-and-landscape > .item-grid {
    width: calc((100% - 2 * 40px) / 3);
    margin-bottom: 0;
  }
}
.grid-packery.grid-4-cols > .item-grid {
  width: 100%;
}
@media (min-width: 768px) {
  .grid-packery.grid-4-cols > .item-grid {
    width: calc((100% - 1 * 40px) / 2);
  }
}
@media (min-width: 1024px) {
  .grid-packery.grid-4-cols > .item-grid {
    width: calc((100% - 2 * 40px) / 3);
  }
}
@media (min-width: 1400px) {
  .grid-packery.grid-4-cols > .item-grid {
    width: calc((100% - 3 * 40px) / 4);
  }
}
.grid-packery.grid-5-cols > .item-grid {
  width: calc((100% - 20px) / 2);
}
@media (min-width: 768px) {
  .grid-packery.grid-5-cols > .item-grid {
    width: calc((100% - 2 * 40px) / 3);
  }
}
@media (min-width: 1024px) {
  .grid-packery.grid-5-cols > .item-grid {
    width: calc((100% - 4 * 40px) / 5);
  }
}

.debug {
  padding: 10px;
  border: 1px solid #ff00ff;
  color: #ff00ff;
  text-align: left;
  font-size: 10px;
  line-height: 12px;
  font-family: Courier, fixed;
}

BODY.is-development:before {
  content: "Breakpoint: Default";
  line-height: 17px;
  position: fixed;
  top: 1px;
  letter-spacing: 0;
  width: 160px;
  text-align: center;
  color: white;
  font-size: 9px;
  font-family: Arial;
  padding: 0 11px 1px 10px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  border-radius: 11px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  /* Left */
  /* Center */
  left: 50%;
  margin-left: -80px;
  /* Sizes */
}
@media (max-width: 767px) {
  BODY.is-development:before {
    content: "Breakpoint: Mobile";
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  BODY.is-development:before {
    content: "Breakpoint: Tablet";
  }
}
@media (min-width: 1024px) {
  BODY.is-development:before {
    content: "Breakpoint: Desktop";
  }
}
@media (min-width: 1400px) {
  BODY.is-development:before {
    content: "Breakpoint: Desktop (LG)";
  }
}
@media (min-width: 1800px) {
  BODY.is-development:before {
    content: "Breakpoint: Desktop (XL)";
  }
}

.wordpress-edit-button {
  display: none;
}

@media (min-width: 1024px) {
  .wordpress-edit-button {
    display: block;
    position: fixed;
    top: 4px;
    left: 4px;
    z-index: 1000;
    width: 35px;
    height: 35px;
  }
  .wordpress-edit-button A {
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: all 200ms ease-out;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    text-decoration: none;
    letter-spacing: 0px;
    text-shadow: none;
    background-color: rgba(0, 98, 255, 0.8);
    color: white;
    line-height: 0;
  }
  .wordpress-edit-button A svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: auto;
    margin-top: 2px;
  }
  .wordpress-edit-button A:hover {
    border-color: #fff;
    background-color: #0062ff;
    color: #fff;
  }
  HTML.modal-open .wordpress-edit-button {
    display: none;
  }
}
.module__page-header {
  position: relative;
}
.module__page-header .back {
  position: absolute;
  top: -50px;
  left: 0;
}

.module__next-prev {
  background-color: #222;
  color: #fff;
}
.module__next-prev .int {
  display: flex;
  gap: 40px;
}
.module__next-prev .int > DIV {
  width: 50%;
}
.module__next-prev .int .link__back:hover,
.module__next-prev .int .link__forward:hover {
  color: #fff;
}
.module__next-prev .int .layout {
  display: flex;
  align-items: center;
  gap: 30px;
}
.module__next-prev .int .layout .thumbnail {
  width: 290px;
}
.module__next-prev .int .layout .info {
  flex: 1;
}
.module__next-prev .int .layout:hover .info {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.module__next-prev .int .prev {
  text-align: left;
}
.module__next-prev .int .next {
  text-align: right;
}
.module__next-prev .int .next .layout {
  flex-direction: row-reverse;
}

.module__sibling-pages {
  position: relative;
  text-align: center;
}
.module__sibling-pages:before {
  content: "";
  display: block;
  background-color: #F2F2F2;
  position: absolute;
  top: 0;
  left: -20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      left : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      left : $layout__margin_xl * $multiplier;
  }    
  */
  right: -20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      right : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      right : $layout__margin_xl * $multiplier;
  }    
  */
  bottom: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .module__sibling-pages:before {
    left: -30px;
  }
}
@media (min-width: 768px) {
  .module__sibling-pages:before {
    left: -30px;
  }
}
@media (min-width: 1400px) {
  .module__sibling-pages:before {
    left: -40px;
  }
}
@media (min-width: 768px) {
  .module__sibling-pages:before {
    right: -30px;
  }
}
@media (min-width: 768px) {
  .module__sibling-pages:before {
    right: -30px;
  }
}
@media (min-width: 1400px) {
  .module__sibling-pages:before {
    right: -40px;
  }
}

.module__rates {
  max-width: 650px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.section-slideshow-related {
  background-color: #F2F2F2;
}
.section-slideshow-related .line {
  background-color: transparent;
  height: 1px;
}
.section-slideshow-related .int {
  padding-top: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-top : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-top : $layout__margin_xl * $multiplier;
  }    
  */
  padding-bottom: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-bottom : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-bottom : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  .section-slideshow-related .int {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .section-slideshow-related .int {
    padding-top: 30px;
  }
}
@media (min-width: 1400px) {
  .section-slideshow-related .int {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .section-slideshow-related .int {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .section-slideshow-related .int {
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .section-slideshow-related .int {
    padding-bottom: 40px;
  }
}
.section-slideshow-related .slideshow-related .item {
  width: 40vw;
  max-width: 300px;
  margin-right: 20px;
}
.section-slideshow-related .slideshow-related .item.item-news-events .info {
  padding-top: 10px;
}
.section-slideshow-related .slideshow-related .item.item-news-events .info .date {
  margin-top: 5px;
}
.section-slideshow-related .slideshow-related .item .overlay-image {
  position: relative;
}
.section-slideshow-related .slideshow-related .item .overlay-image svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
}
@media (min-width: 768px) {
  .section-slideshow-related .slideshow-related .slick-slider {
    overflow-x: hidden;
  }
  .section-slideshow-related .slideshow-related .slick-list {
    margin-right: -20px;
  }
  .section-slideshow-related .slideshow-related .item {
    margin-right: 20px;
    max-width: none;
    width: auto;
  }
}
@media (min-width: 1400px) {
  .section-slideshow-related .slideshow-related .slick-list {
    margin-right: -40px;
  }
  .section-slideshow-related .slideshow-related .item {
    margin-right: 40px;
  }
}
.section-slideshow-related .slideshow-related .arrows {
  display: none;
  flex-wrap: nowrap;
  width: 70px;
  height: 30px;
  gap: 10px;
  position: absolute;
  right: 0px;
  top: -57px;
}
@media (min-width: 768px) {
  .section-slideshow-related .slideshow-related .arrows {
    display: flex;
  }
}
.section-slideshow-related .slideshow-related .arrows .arrow {
  position: relative;
  height: 30px;
  width: 30px;
}
.section-slideshow-related .slideshow-related .arrows .arrow svg {
  position: static;
  filter: none;
  transform: none;
  left: auto;
  top: auto;
}
.section-slideshow-related .slideshow-related .arrows .arrow:hover .color-opacity {
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
@media (min-width: 1024px) {
  .section-slideshow-related .grid-other-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  .section-slideshow-related .grid-other-items .col {
    position: relative;
    width: calc((100% - 4 * 40px) / 5);
  }
}
@media (min-width: 1400px) {
  .section-slideshow-related .grid-other-items {
    gap: 40px;
  }
}
.section-slideshow-related .grid-other-items .item {
  width: 100%;
  max-width: none;
  margin-right: 0px;
}

.slider-full-contained {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.slider-full-contained .slick-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.slider-full-contained .slick-slider .slick-list, .slider-full-contained .slick-slider .slick-track, .slider-full-contained .slick-slider .slide-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.slider-full-contained .slick-slider .img-wrapper {
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.slider-container {
  position: relative;
  opacity: 0;
  transition: opacity 0.6s ease-out 0.1s;
  /* Bordered */
  /* Fade Captions */
  /* Arrows */
  /* Dots */
}
.slider-container.slideshow-ctrl-init {
  opacity: 1;
}
.slider-container.points-right .slick-slider {
  margin-bottom: 0px;
}
.slider-container.points-right .slick-slider .slick-dots {
  text-align: right;
}
.slider-container.points-center .slick-slider {
  margin-bottom: 0px;
}
.slider-container.points-center .slick-slider .slick-dots {
  text-align: center;
}
.slider-container.border .slick-slide:before, .slider-container.border .slick-slide:after {
  content: " ";
  width: 1px;
  top: -1px;
  bottom: -900px;
  background-color: #E0E0E0;
  display: block;
  position: absolute;
  z-index: 1;
}
.slider-container.border .slick-slide:before {
  left: 0;
}
.slider-container.border .slick-slide:after {
  right: 0;
}
.slider-container.border .slick-slide:not(:first-child):before {
  display: none;
}
.slider-container.fade-captions {
  padding-bottom: 23px;
  /*
  @media( max-width: 767px ){
      ul.captions{
          display: none;
      }
      .data-caption.visually-hidden{
          display: block;
          visibility: visible;
          border: 0;
          position: relative;
      }
  }
  */
}
.slider-container.fade-captions ul.captions {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 0;
  min-height: 40px;
  position: absolute;
  width: 100%;
}
.slider-container.fade-captions ul.captions li {
  display: none;
}
.slider-container.fade-captions ul.captions li.current {
  display: block;
}
.slider-container.fade-captions.points-center ul.captions {
  margin-top: 17px;
}
.slider-container.fade-captions .slick-slider {
  margin-bottom: 0px;
}
.slider-container.fade-captions .slick-slider .slick-dots {
  z-index: 3;
}
.slider-container.fade-captions .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(34, 34, 34, 0.15);
  pointer-events: none;
}
.slider-container.fade-captions.captions-above-dots.slider-container {
  margin-bottom: 0px;
}
.slider-container.fade-captions.captions-above-dots.slider-container .slick-slider {
  padding-bottom: 0px;
}
.slider-container.fade-captions.captions-above-dots ul.captions {
  position: relative;
  padding-top: 10px;
}
.slider-container.fade-captions.captions-above-dots ul.captions li {
  padding: 0px 10px;
}
.slider-container.fade-captions.captions-above-dots .slick-dots {
  position: relative;
  bottom: auto;
  margin: 0;
  padding-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .slider-container.fade-captions.captions-above-dots .slick-dots {
    margin-bottom: 60px;
  }
}
.slider-container .arrow {
  position: absolute;
  top: 0px;
  height: calc(100% - 90px);
  width: 25%;
  cursor: pointer;
}
.slider-container .arrow .box {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.slider-container .arrow:hover .box {
  opacity: 1;
}
.slider-container .arrow.left {
  left: 0px;
}
.slider-container .arrow.right {
  right: 0px;
}
.slider-container .arrow.right .box {
  right: 0px;
}
.slider-container .arrow svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.img-wrapper > .slider-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.module_slideshow_wipe {
  position: relative;
  /*
  .arrows{
      @include abs-full;
      z-index: 2;
      height: calc( 100% - 50px );
  }
  */
}
.module_slideshow_wipe .slides-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  height: calc(100% - 50px);
  z-index: 1;
}
.module_slideshow_wipe .slick-dots {
  bottom: 20px;
  z-index: 3;
  margin: 0;
  text-align: right;
}
.module_slideshow_wipe .slick-dots li:last-child {
  margin-right: 30px;
}
@media (min-width: 1024px) {
  .module_slideshow_wipe .slick-dots li:last-child {
    margin-right: 40px;
  }
}
@media (min-width: 1800px) {
  .module_slideshow_wipe .slick-dots li:last-child {
    margin-right: 60px;
  }
}
.module_slideshow_wipe .arrow {
  z-index: 2;
  height: calc(100% - 50px);
  width: 15%;
}
.module_slideshow_wipe .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 177, 0.11);
  overflow: hidden;
}
.module_slideshow_wipe .slide .curtain {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.module_slideshow_wipe .img-wrapper {
  padding: 0;
  height: 100%;
}
.module_slideshow_wipe .img-sizer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  overflow: hidden;
}
.module_slideshow_wipe .img-sizer img {
  width: 100%;
}
.module_slideshow_wipe .caption {
  position: absolute;
  width: 100%;
  bottom: -33px;
  opacity: 0;
}
.mspc-slideshow-strip .slick-slide {
  margin: 0 30px;
}
.mspc-slideshow-strip .slick-list {
  padding: 30px 0;
  margin: 0 -30px;
}

.module-splide-slideshow.slideshow-home-watch .splide__slide .item-watch {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

/*
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
*/
@media (max-width: 767px) {
  HTML,
  BODY {
    overflow-x: hidden;
  }
}

BODY {
  background-color: #fff;
  color: #222;
  transition: background-color 0.4s ease-out;
}
BODY.page-loading {
  cursor: wait;
}

.content-wrap {
  overflow-x: hidden;
}

MAIN {
  /*
  &:not( .single-post ) &{
      min-height: 80vh;
  }
  */
  min-height: 60vh;
  margin-top: 70px;
  margin-bottom: 70px;
}
MAIN.flush {
  margin: 0;
}

HR {
  border: 0;
  height: 1px;
  background-color: #BDBDBD;
  padding: 0;
  margin: 0;
}

section.dark {
  background-color: black;
}

.section-anchor {
  position: relative;
  top: -100px;
}

.home-main-promos {
  background-color: #222;
  color: white;
  padding-top: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-top : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-top : $layout__margin_xl * $multiplier;
  }    
  */
  padding-bottom: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-bottom : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-bottom : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  .home-main-promos {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .home-main-promos {
    padding-top: 30px;
  }
}
@media (min-width: 1400px) {
  .home-main-promos {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .home-main-promos {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .home-main-promos {
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .home-main-promos {
    padding-bottom: 40px;
  }
}
.home-main-promos .introduction {
  margin-top: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      margin-top : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      margin-top : $layout__margin_xl * $multiplier;
  }    
  */
  /*
  @include breakpoint( desktop ){
  	margin-top: 60px;
  	//margin-bottom: 20px;
  }
  @media (min-width: 1800px){
  	margin-top: 70px;
  	//margin-bottom: 0px;
  }
  */
}
@media (min-width: 768px) {
  .home-main-promos .introduction {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .home-main-promos .introduction {
    margin-top: 30px;
  }
}
@media (min-width: 1400px) {
  .home-main-promos .introduction {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .home-main-promos .introduction {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
.home-main-promos .introduction .col:first-child {
  margin-bottom: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      margin-bottom : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      margin-bottom : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  .home-main-promos .introduction .col:first-child {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .home-main-promos .introduction .col:first-child {
    margin-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .home-main-promos .introduction .col:first-child {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .home-main-promos .introduction {
    display: flex;
    flex-wrap: nowrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
    /*    
    @media( min-width: $breakpoint-desktop ){
        column-gap : $layout__margin_lg * $multiplier;
    }
    */
    /*    
    @media( min-width: $breakpoint-extralarge-desktop ){
        column-gap : $layout__margin_xl * $multiplier;
    }    
    */
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .home-main-promos .introduction {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .home-main-promos .introduction {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .home-main-promos .introduction {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (min-width: 768px) {
  .home-main-promos .introduction .col:first-child {
    margin-bottom: 0;
    flex-grow: 2;
  }
  .home-main-promos .introduction .col:last-child {
    width: 400px;
    text-align: right;
  }
}
.home-main-promos .menu li:not(.home-main-promos .menu li:last-child) {
  margin-bottom: 10px;
}

.slideshow-home-main-promos .slick-slider.slick-dotted {
  padding-bottom: 0px;
}
.slideshow-home-main-promos .slick-slider.slick-dotted .slick-dots {
  position: relative;
  text-align: center;
  bottom: 0px;
}
.slideshow-home-main-promos .slick-slider.slick-dotted .slick-dots li.slick-active button {
  background-color: #fff;
  border-color: #fff;
}
.slideshow-home-main-promos .slick-slider .slick-slide {
  margin-left: 10px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      margin-left : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      margin-left : $layout__margin_xl * $multiplier;
  }    
  */
  margin-right: 10px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      margin-right : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      margin-right : $layout__margin_xl * $multiplier;
  }    
  */
  border-radius: 20px !important;
  overflow: hidden;
  line-height: 0;
}
@media (min-width: 768px) {
  .slideshow-home-main-promos .slick-slider .slick-slide {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .slideshow-home-main-promos .slick-slider .slick-slide {
    margin-left: 15px;
  }
}
@media (min-width: 1400px) {
  .slideshow-home-main-promos .slick-slider .slick-slide {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .slideshow-home-main-promos .slick-slider .slick-slide {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .slideshow-home-main-promos .slick-slider .slick-slide {
    margin-right: 15px;
  }
}
@media (min-width: 1400px) {
  .slideshow-home-main-promos .slick-slider .slick-slide {
    margin-right: 20px;
  }
}
.slideshow-home-main-promos .slick-slider .slick-slide img {
  line-height: 0;
}
.slideshow-home-main-promos.slider-container .arrow {
  width: 20%;
  height: 100%;
}
.slideshow-home-main-promos.slider-container .arrow.left .box {
  margin-left: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      margin-left : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      margin-left : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  .slideshow-home-main-promos.slider-container .arrow.left .box {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .slideshow-home-main-promos.slider-container .arrow.left .box {
    margin-left: 30px;
  }
}
@media (min-width: 1400px) {
  .slideshow-home-main-promos.slider-container .arrow.left .box {
    margin-left: 40px;
  }
}
.slideshow-home-main-promos.slider-container .arrow.right .box {
  margin-right: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      margin-right : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      margin-right : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  .slideshow-home-main-promos.slider-container .arrow.right .box {
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .slideshow-home-main-promos.slider-container .arrow.right .box {
    margin-right: 30px;
  }
}
@media (min-width: 1400px) {
  .slideshow-home-main-promos.slider-container .arrow.right .box {
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  .slideshow-home-main-promos .image-sizer {
    height: 400px;
    aspect-ratio: 4/3;
  }
  .slideshow-home-main-promos .slick-slide {
    opacity: 0.3;
    transition: opacity 1.5s ease-out 0s;
  }
  .slideshow-home-main-promos .slick-slide .overlay .int {
    opacity: 0;
    transition: opacity 0.4s ease-out 0.4s;
  }
  .slideshow-home-main-promos .slick-slide.slick-active {
    opacity: 1;
  }
  .slideshow-home-main-promos .slick-slide.slick-active .overlay .int {
    opacity: 1;
  }
}
@media (min-width: 1400px) and (min-height: 940px) {
  .slideshow-home-main-promos .image-sizer {
    height: 550px;
  }
}
.slideshow-home-main-promos .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.33%, rgba(0, 0, 0, 0.9) 100%);
}
.slideshow-home-main-promos .overlay .int {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  .slideshow-home-main-promos .overlay .int {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .slideshow-home-main-promos .overlay .int {
    padding: 15px;
  }
}
@media (min-width: 1400px) {
  .slideshow-home-main-promos .overlay .int {
    padding: 20px;
  }
}
.slideshow-home-main-promos .overlay .text__eyebrow, .slideshow-home-main-promos .overlay #search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button, #search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter .slideshow-home-main-promos .overlay .ss360-filter__button,
.slideshow-home-main-promos .overlay .ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button,
.ss360-layer .ss360-layer__content--filter-left .ss360-filter .slideshow-home-main-promos .overlay .ss360-filter__button, .slideshow-home-main-promos .overlay BODY.collective-access .browse-criteria .reset-btn, BODY.collective-access .browse-criteria .slideshow-home-main-promos .overlay .reset-btn,
.slideshow-home-main-promos .overlay body.vsc-initialized .browse-criteria .reset-btn,
body.vsc-initialized .browse-criteria .slideshow-home-main-promos .overlay .reset-btn, .slideshow-home-main-promos .overlay BODY.collective-access .browse-img-caption-coll, BODY.collective-access .slideshow-home-main-promos .overlay .browse-img-caption-coll,
.slideshow-home-main-promos .overlay BODY.collective-access .browse-list-caption-coll,
BODY.collective-access .slideshow-home-main-promos .overlay .browse-list-caption-coll,
.slideshow-home-main-promos .overlay body.vsc-initialized .browse-img-caption-coll,
body.vsc-initialized .slideshow-home-main-promos .overlay .browse-img-caption-coll,
.slideshow-home-main-promos .overlay body.vsc-initialized .browse-list-caption-coll,
body.vsc-initialized .slideshow-home-main-promos .overlay .browse-list-caption-coll, .slideshow-home-main-promos .overlay .link__back, .slideshow-home-main-promos .overlay .link__forward, .slideshow-home-main-promos .overlay FOOTER ul.horizontal.main li.menu-item-has-children > a, FOOTER ul.horizontal.main .slideshow-home-main-promos .overlay li.menu-item-has-children > a, .slideshow-home-main-promos .overlay select.filter,
.slideshow-home-main-promos .overlay .text__promo-1,
.slideshow-home-main-promos .overlay .title {
  text-align: center;
}
.slideshow-home-main-promos .overlay .text__eyebrow, .slideshow-home-main-promos .overlay #search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button, #search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter .slideshow-home-main-promos .overlay .ss360-filter__button,
.slideshow-home-main-promos .overlay .ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button,
.ss360-layer .ss360-layer__content--filter-left .ss360-filter .slideshow-home-main-promos .overlay .ss360-filter__button, .slideshow-home-main-promos .overlay BODY.collective-access .browse-criteria .reset-btn, BODY.collective-access .browse-criteria .slideshow-home-main-promos .overlay .reset-btn,
.slideshow-home-main-promos .overlay body.vsc-initialized .browse-criteria .reset-btn,
body.vsc-initialized .browse-criteria .slideshow-home-main-promos .overlay .reset-btn, .slideshow-home-main-promos .overlay BODY.collective-access .browse-img-caption-coll, BODY.collective-access .slideshow-home-main-promos .overlay .browse-img-caption-coll,
.slideshow-home-main-promos .overlay BODY.collective-access .browse-list-caption-coll,
BODY.collective-access .slideshow-home-main-promos .overlay .browse-list-caption-coll,
.slideshow-home-main-promos .overlay body.vsc-initialized .browse-img-caption-coll,
body.vsc-initialized .slideshow-home-main-promos .overlay .browse-img-caption-coll,
.slideshow-home-main-promos .overlay body.vsc-initialized .browse-list-caption-coll,
body.vsc-initialized .slideshow-home-main-promos .overlay .browse-list-caption-coll, .slideshow-home-main-promos .overlay .link__back, .slideshow-home-main-promos .overlay .link__forward, .slideshow-home-main-promos .overlay FOOTER ul.horizontal.main li.menu-item-has-children > a, FOOTER ul.horizontal.main .slideshow-home-main-promos .overlay li.menu-item-has-children > a, .slideshow-home-main-promos .overlay select.filter {
  display: none;
}
.slideshow-home-main-promos .overlay .blurb {
  max-width: 640px;
  margin: 0 auto;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .slideshow-home-main-promos .arrow {
    display: none !important;
    pointer-events: none;
  }
}

section.secondary {
  background-color: #F2F2F2;
  padding-top: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-top : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-top : $layout__margin_xl * $multiplier;
  }    
  */
  padding-bottom: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-bottom : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-bottom : $layout__margin_xl * $multiplier;
  }    
  */
}
section.secondary.white {
  background-color: #fff;
}
@media (min-width: 768px) {
  section.secondary {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  section.secondary {
    padding-top: 30px;
  }
}
@media (min-width: 1400px) {
  section.secondary {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  section.secondary {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  section.secondary {
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  section.secondary {
    padding-bottom: 40px;
  }
}
section.secondary h4.title {
  margin: 0;
  padding-bottom: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-bottom : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-bottom : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  section.secondary h4.title {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  section.secondary h4.title {
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  section.secondary h4.title {
    padding-bottom: 40px;
  }
}
section.secondary .links-bottom {
  padding-top: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-top : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-top : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  section.secondary .links-bottom {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  section.secondary .links-bottom {
    padding-top: 30px;
  }
}
@media (min-width: 1400px) {
  section.secondary .links-bottom {
    padding-top: 40px;
  }
}
section.secondary.border {
  padding-top: 0px !important;
}
section.secondary.border .border {
  height: 1px;
  background-color: #E0E0E0;
}
section.secondary.border h4.title {
  padding-top: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-top : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-top : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  section.secondary.border h4.title {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  section.secondary.border h4.title {
    padding-top: 30px;
  }
}
@media (min-width: 1400px) {
  section.secondary.border h4.title {
    padding-top: 40px;
  }
}
section.secondary.subtitle h4.title {
  margin: 0;
  padding-bottom: 10px;
}
section.secondary.subtitle .subtitle {
  padding-bottom: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-bottom : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-bottom : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  section.secondary.subtitle .subtitle {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  section.secondary.subtitle .subtitle {
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  section.secondary.subtitle .subtitle {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  section.home-main-promos, section.secondary.news-events, section.secondary.watch {
    padding-bottom: 40px;
  }
}
.slideshow-news-events .item-news-events {
  width: 70vw;
  max-width: 300px;
  margin-right: 20px;
}
.slideshow-news-events .arrow {
  display: none;
}
@media (min-width: 768px) {
  .slideshow-news-events .slick-slider {
    overflow-x: hidden;
    max-width: 1140px;
    margin: 0 auto;
  }
  .slideshow-news-events .slick-slider .slick-list {
    margin-right: -20px;
  }
  .slideshow-news-events .item-news-events {
    width: auto;
    max-width: none;
  }
  .slideshow-news-events .arrow {
    display: block;
    /*
    height: 100%;
    width: 15%;
    */
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .slideshow-news-events .arrow svg {
    filter: none;
  }
  .slideshow-news-events .arrow:hover .color-fill {
    fill: #0297EC;
  }
  .slideshow-news-events .arrow:hover .color-stroke {
    stroke: #0297EC;
  }
  .slideshow-news-events .arrow.active .box, .slideshow-news-events .arrow.reveal .box {
    opacity: 1;
  }
}
.slideshow-news-events .arrow.left .box {
  margin-left: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      margin-left : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      margin-left : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  .slideshow-news-events .arrow.left .box {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .slideshow-news-events .arrow.left .box {
    margin-left: 30px;
  }
}
@media (min-width: 1400px) {
  .slideshow-news-events .arrow.left .box {
    margin-left: 40px;
  }
}
.slideshow-news-events .arrow.right .box {
  margin-right: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      margin-right : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      margin-right : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  .slideshow-news-events .arrow.right .box {
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .slideshow-news-events .arrow.right .box {
    margin-right: 30px;
  }
}
@media (min-width: 1400px) {
  .slideshow-news-events .arrow.right .box {
    margin-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1340px) {
  .slideshow-news-events .arrow {
    top: -40px;
  }
  .slideshow-news-events .arrow.right {
    right: 0px;
  }
  .slideshow-news-events .arrow.left {
    left: auto;
    right: 110px;
  }
}
@media (min-width: 768px) and (max-width: 1340px) and (min-width: 1024px) {
  .slideshow-news-events .arrow {
    top: -50px;
  }
  .slideshow-news-events .arrow.right {
    right: 0px;
  }
  .slideshow-news-events .arrow.left {
    left: auto;
    right: 130px;
  }
}
@media (min-width: 1400px) {
  .slideshow-news-events .slick-slider .slick-list {
    margin-right: -40px;
  }
  .slideshow-news-events .item-news-events {
    margin-right: 40px;
  }
  .slideshow-news-events .item-news-events .info {
    padding: 20px;
  }
}
.slideshow-news-events .slick-track {
  display: flex;
  flex-direction: row;
}
.slideshow-news-events .slick-track .slick-slide {
  height: auto;
}
.slideshow-news-events .slick-track .slick-slide > div {
  height: 100%;
}
.slideshow-news-events .slick-track .slick-slide > div .sizer {
  height: 100%;
}
.slideshow-news-events .slick-track .slick-slide > div .sizer .item-news-events {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.slideshow-news-events .slick-track .slick-slide > div .sizer .item-news-events > div, .slideshow-news-events .slick-track .slick-slide > div .sizer .item-news-events a {
  width: 100%;
}
.slideshow-news-events .slick-track .slick-slide > div .sizer .item-news-events .info {
  height: auto;
  flex-grow: 2;
}

.item-news-events .info {
  min-height: 140px;
  padding: 20px 20px 0 20px;
}
.item-news-events .info.backgrounded {
  background-color: #fff;
}
.item-news-events .info .title {
  margin-bottom: 5px;
}
.item-news-events .info .title a {
  color: #222;
}
.item-news-events .info .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slideshow-home-watch {
  /*
  .item-watch{
  	width: 70vw; // 2
  	max-width: 300px;
  	@media( min-width: $breakpoint-tablet ){
  		width: 33vh; //3
  		max-width: none;
  	}
  	@media( min-width: $breakpoint-desktop ){
  		width: 20vw; // 5
  	}
  	@media( min-width: $breakpoint-large-desktop ){
  		width:14.5vw; // 7
  	}
  	//margin-right: 20px;
  	position: relative;
  }
  */
}
.slideshow-home-watch.swiper {
  margin-right: -100px;
}
.slideshow-home-watch.swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.slideshow-home-donors {
  display: none;
}
@media (min-width: 768px) {
  .slideshow-home-donors {
    display: block;
    max-width: 1140px;
    margin: 0 auto;
  }
  .slideshow-home-donors .slick-slider {
    overflow-x: hidden;
    padding-bottom: 30px;
  }
  .slideshow-home-donors .slick-slider .slick-list {
    margin-right: -20px;
  }
  .slideshow-home-donors .arrow {
    display: block;
    height: 100%;
    width: 15%;
    display: none;
  }
  .slideshow-home-donors .item-donors {
    padding: 0 35px;
  }
  .slideshow-home-donors .item-donors .img-wrapper, .slideshow-home-donors .item-donors .logo-text {
    aspect-ratio: 250/80;
    background-color: transparent;
  }
  .slideshow-home-donors .item-donors .logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .slideshow-home-donors .slick-slider .slick-list {
    margin-right: -40px;
  }
  .slideshow-home-donors .item-donors {
    margin-right: 40px;
  }
  .slideshow-home-donors .item-donors .info {
    padding: 20px;
  }
  .slideshow-home-donors .arrow.left .box {
    left: 20px;
  }
  .slideshow-home-donors .arrow.right .box {
    right: 20px;
  }
}

.secondary.donors {
  /*
  .grid-donors{
  	display: flex;
  	flex-wrap: wrap;
  	gap: 60px;
  	margin-top: 20px;
  	.item-donors{
  		width: calc( (100% - 60px)/2 );
  		.img-wrapper, .logo-text{
  			aspect-ratio: 250/80;
  			background-color: transparent;
  		}	
  		.logo-text{
  			display: flex;
  			flex-direction: column;
  			justify-content: center;
  		}			
  	}

  	padding-bottom: 30px;
  }

  @media( min-width: $breakpoint-tablet ){
  	.grid-donors{
  		display: none;
  	}
  }
  */
}
@media (min-width: 1024px) {
  .secondary.donors {
    padding-bottom: 80px;
  }
  .secondary.donors h4.title {
    padding-bottom: 60px;
  }
}

.slideshow-splide-home-donors .item-donors {
  padding: 0 35px;
}
.slideshow-splide-home-donors .item-donors .img-wrapper, .slideshow-splide-home-donors .item-donors .logo-text {
  aspect-ratio: 250/80;
  background-color: transparent;
}
.slideshow-splide-home-donors .item-donors .logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.slideshow-splide-home-donors .item-donors a:hover .img-wrapper.effect-bw DIV, .slideshow-splide-home-donors .item-donors a:hover .img-wrapper.effect-bw IMG {
  filter: grayscale(0%);
}
@media (max-width: 767px) {
  .slideshow-splide-home-donors {
    padding-bottom: 40px;
  }
  .slideshow-splide-home-donors .item-donors .img-wrapper, .slideshow-splide-home-donors .item-donors .logo-text {
    min-height: 60px;
  }
}

section.services .layout .col:last-child {
  display: none;
}
section.services ul.services {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-top: 1px solid #E0E0E0;
  margin-bottom: 20px;
}
section.services ul.services li {
  border-bottom: 1px solid #E0E0E0;
}
section.services ul.services li a {
  padding: 20px 0px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
section.services ul.services li a .arrow-link {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
section.services ul.services li a:hover .arrow-link {
  opacity: 1;
}
@media (min-width: 768px) {
  section.services .layout {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
  }
  section.services .layout .col {
    position: relative;
    width: 50%;
    aspect-ratio: 4/3;
  }
  section.services .layout .col:last-child {
    display: block;
  }
  section.services .layout .col:last-child > div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    pointer-events: none;
  }
  section.services .layout .col:last-child > div.active {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (min-width: 1024px) {
  section.services .layout {
    gap: 40px;
  }
}

.about__team-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about__team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .about__team-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.news-container .section.border:first-child {
  border-color: transparent;
}

.item-news .date {
  margin: 20px 0px 10px 0px;
}
.item-news h2 {
  margin-bottom: 1rem;
}

.single-layout-sidebar {
  max-width: 1680px;
  margin: 0 auto;
}
.single-layout-sidebar article {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .single-layout-sidebar {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: calc(40px / 2);
  }
  .single-layout-sidebar article {
    margin-bottom: 0;
    grid-column: 3/span 6;
    position: relative;
    overflow: hidden;
  }
  .single-layout-sidebar .sidebar {
    grid-column: 9/span 2;
    position: relative;
  }
}
@media (min-width: 1400px) {
  .single-layout-sidebar {
    gap: 40px;
  }
}

@media (max-width: 1024px) {
  BODY.single-event .single-layout-sidebar {
    display: flex;
    flex-direction: column-reverse;
  }
}

ul.data-points {
  padding: 0;
  margin: 10px 0px;
  list-style-type: none;
}
ul.data-points li {
  margin-bottom: 10px;
}

.calendar-header {
  background-color: #222;
  color: white;
  padding-top: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-top : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-top : $layout__margin_xl * $multiplier;
  }    
  */
  padding-bottom: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-bottom : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-bottom : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  .calendar-header {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .calendar-header {
    padding-top: 30px;
  }
}
@media (min-width: 1400px) {
  .calendar-header {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .calendar-header {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .calendar-header {
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .calendar-header {
    padding-bottom: 40px;
  }
}
.calendar-header .slideshow-news-events {
  margin-top: 10px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      margin-top : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      margin-top : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  .calendar-header .slideshow-news-events {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .calendar-header .slideshow-news-events {
    margin-top: 15px;
  }
}
@media (min-width: 1400px) {
  .calendar-header .slideshow-news-events {
    margin-top: 20px;
  }
}
.calendar-header .slideshow-news-events .item-news-events {
  aspect-ratio: auto;
}
.calendar-header .slideshow-news-events .item-news-events .info {
  height: auto;
  padding-bottom: 40px;
  background-color: white;
}
@media (max-width: 767px) {
  .calendar-header .slideshow-news-events .item-news-events .info {
    height: 200px;
  }
}
.calendar-header .slideshow-news-events .item-news-events .info .location.color__gray {
  color: #222;
}
.calendar-header .slideshow-news-events .item-news-events .info .excerpt {
  margin-top: 5px;
}

.calendar-past-events {
  background-color: #F2F2F2;
  padding-top: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-top : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-top : $layout__margin_xl * $multiplier;
  }    
  */
  padding-bottom: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-bottom : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-bottom : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  .calendar-past-events {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .calendar-past-events {
    padding-top: 30px;
  }
}
@media (min-width: 1400px) {
  .calendar-past-events {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .calendar-past-events {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .calendar-past-events {
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .calendar-past-events {
    padding-bottom: 40px;
  }
}
.calendar-past-events .title-w-filters {
  position: relative;
}
@media (max-width: 767px) {
  .calendar-past-events .title-w-filters .filter-container {
    text-align: center;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .calendar-past-events .title-w-filters .filter-container {
    position: absolute;
    right: 0;
    top: 3px;
  }
}
.calendar-past-events .img-wrapper {
  background-color: white;
}

.grid-past-events {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.grid-past-events .item-news-events {
  width: calc((100% - 10px) / 2);
  display: flex;
  flex-direction: column;
}
.grid-past-events .item-news-events .info {
  height: auto;
  min-height: auto;
  flex-grow: 2;
}
@media (min-width: 768px) {
  .grid-past-events {
    gap: 20px;
    justify-content: center;
  }
  .grid-past-events .item-news-events {
    width: calc((100% - 2 * 20px) / 3);
  }
}
@media (min-width: 1024px) {
  .grid-past-events {
    gap: 20px;
  }
  .grid-past-events .item-news-events {
    width: calc((100% - 3 * 20px) / 4);
  }
}
@media (min-width: 1400px) {
  .grid-past-events {
    gap: 40px;
  }
  .grid-past-events .item-news-events {
    width: calc((100% - 3 * 40px) / 4);
  }
}

section.hero-collections {
  background-color: #222;
  padding-top: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-top : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-top : $layout__margin_xl * $multiplier;
  }    
  */
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  section.hero-collections {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  section.hero-collections {
    padding-top: 30px;
  }
}
@media (min-width: 1400px) {
  section.hero-collections {
    padding-top: 40px;
  }
}
@media (min-width: 1400px) {
  section.hero-collections {
    padding-bottom: 50px;
  }
}

.slideshow-featured-collections .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.21%, rgba(0, 0, 0, 0.9) 100%);
}
.slideshow-featured-collections .overlay .int {
  padding: 20px;
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.slideshow-featured-collections .slick-dots {
  text-align: center;
  bottom: auto;
}
.slideshow-featured-collections .slick-dots li button {
  background-color: #767676;
  border-color: #767676;
}
.slideshow-featured-collections .slick-dots li button:hover {
  background-color: #fff;
  border-color: #fff;
}
.slideshow-featured-collections .slick-dots li.slick-active button {
  background-color: #fff;
  border-color: #fff;
}

.section-slideshow-related.collection-new-items {
  background-color: #222;
}
.section-slideshow-related.collection-new-items .line {
  background-color: #383838;
}
.section-slideshow-related.collection-new-items .color-fill {
  fill: #fff;
}
.section-slideshow-related.collection-new-items .color-stroke {
  stroke: #fff;
}

section.all-collection {
  background-color: #F2F2F2;
  padding-bottom: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-bottom : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-bottom : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  section.all-collection {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  section.all-collection {
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  section.all-collection {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  section.all-collection .item {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 20px;
  }
  section.all-collection .item .info {
    text-align: left !important;
    width: 100%;
  }
  section.all-collection .item .info .title, section.all-collection .item .info .date {
    text-align: left;
  }
  section.all-collection .item.has-image {
    gap: 20px;
  }
  section.all-collection .item.has-image .img {
    width: 100px;
  }
  section.all-collection .item.has-image .info {
    width: calc(100% - 100px - 20px);
  }
}
@media (min-width: 768px) {
  section.all-collection {
    padding-top: 10px;
  }
  section.all-collection .ajax-filters-view {
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  section.all-collection {
    padding-top: 20px;
  }
}
@media (min-width: 1400px) {
  section.all-collection {
    padding-top: 40px;
  }
  section.all-collection .ajax-filters-view {
    padding-top: 20px;
  }
}

.all-collection .stiky-filters {
  padding: 20px 0px;
  background-color: #F2F2F2;
  position: relative;
  z-index: 2;
}
.all-collection .grid-container {
  position: relative;
  z-index: 1;
}

section.collections-in-progress {
  padding-top: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-top : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-top : $layout__margin_xl * $multiplier;
  }    
  */
  padding-bottom: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-bottom : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-bottom : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  section.collections-in-progress {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  section.collections-in-progress {
    padding-top: 30px;
  }
}
@media (min-width: 1400px) {
  section.collections-in-progress {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  section.collections-in-progress {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  section.collections-in-progress {
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  section.collections-in-progress {
    padding-bottom: 40px;
  }
}

.filters-wrap-mobile {
  padding-bottom: 0px;
}
.filters-wrap-mobile .filters-container {
  padding-top: 20px;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
  /*
  &.is-open {
      grid-template-rows: 1fr;
  }
  */
}
.filters-wrap-mobile .filters-container .meta {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.filters-wrap-mobile .filters-container .taxonomies {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}
.filters-wrap-mobile .filters-container form {
  overflow: hidden;
}
.filters-wrap-mobile .trigger {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
  transition: opacity 0.3s ease-out;
}
.filters-wrap-mobile .trigger .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
}
.filters-wrap-mobile .trigger.close {
  display: none;
  opacity: 0;
}
.filters-wrap-mobile .trigger.close .icon {
  width: 17px;
  height: 18px;
}
.filters-wrap-mobile.is-open .trigger.open {
  display: none;
  opacity: 0;
}
.filters-wrap-mobile.is-open .trigger.close {
  display: flex;
  opacity: 1;
}
.filters-wrap-mobile.is-open .filters-container {
  grid-template-rows: 1fr;
}
@media (min-width: 768px) {
  .filters-wrap-mobile {
    padding-bottom: 0;
    margin-top: -21px;
    padding-bottom: 0px;
  }
  .filters-wrap-mobile .filters-container {
    display: block;
    padding-top: 0;
  }
  .filters-wrap-mobile .filters-container .meta {
    margin-bottom: 0px;
  }
  .filters-wrap-mobile .filters-container form {
    display: flex;
    justify-content: space-between;
  }
  .filters-wrap-mobile .trigger {
    display: none !important;
  }
  .filters-wrap-mobile.open .trigger.open, .filters-wrap-mobile.open .trigger.close {
    display: none;
  }
}

.collections__footer {
  padding: 90px;
  color: #fff;
  background-color: #222;
}

.hero-single-collection {
  background-color: #222;
  color: #fff;
}
.hero-single-collection:not(.single-item) {
  padding-bottom: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-bottom : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-bottom : $layout__margin_xl * $multiplier;
  }    
  */
  padding-top: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-top : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-top : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  .hero-single-collection:not(.single-item) {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .hero-single-collection:not(.single-item) {
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .hero-single-collection:not(.single-item) {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .hero-single-collection:not(.single-item) {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .hero-single-collection:not(.single-item) {
    padding-top: 30px;
  }
}
@media (min-width: 1400px) {
  .hero-single-collection:not(.single-item) {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .hero-single-collection {
    overflow: hidden;
  }
  .hero-single-collection .layout {
    overflow: hidden;
  }
  .hero-single-collection .layout .item {
    aspect-ratio: 1/1 !important;
    margin-bottom: 0px !important;
  }
  .hero-single-collection .container-scroll {
    position: relative;
    height: 100%;
  }
  .hero-single-collection .container-scroll .content-scroll {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    padding: 0px 10px 80px 0px;
    /* ADD NORMAL SCROLL, WE CANNOT USE SCROLLTRIGGER FOR THE PINNED BEAHVIOUR (NO FULLSCREEN FOR VIDEO */
    overflow-y: auto;
    /* Works on Firefox */
    scrollbar-width: thin;
    scrollbar-color: #222 #222;
    /* Works on Chrome, Edge, and Safari */
  }
  .hero-single-collection .container-scroll .content-scroll::-webkit-scrollbar {
    width: 8px;
  }
  .hero-single-collection .container-scroll .content-scroll::-webkit-scrollbar-track {
    background: #222;
  }
  .hero-single-collection .container-scroll .content-scroll::-webkit-scrollbar-thumb {
    background-color: #383838;
    border-radius: 4px;
    border: 1px solid #383838;
  }
  .hero-single-collection .link {
    position: absolute;
    width: calc(100% - 10px);
    bottom: 0px;
    padding: 20px 0px 10px 0px;
    background-color: #222;
  }
  .hero-single-collection .shadow {
    position: absolute;
    height: 70px;
    width: calc(100% - 10px);
    pointer-events: none;
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222222 100%);
    bottom: 50px;
    box-shadow: none !important;
  }
  .hero-single-collection.single-item .link {
    padding-bottom: 0px;
  }
  .hero-single-collection.single-item .shadow {
    bottom: 40px;
  }
  .hero-single-collection .video-container-black {
    background-color: black;
    padding: 50px 0px;
  }
}
.hero-single-collection ul.sponsors {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
}
.hero-single-collection ul.sponsors li {
  display: inline-block;
}
.hero-single-collection ul.sponsors li:not(.hero-single-collection ul.sponsors li:last-child) {
  margin-right: 10px;
}
.hero-single-collection .img-wrapper.sponsor {
  padding-bottom: 0;
  width: 205px;
  height: 50px;
  aspect-ratio: auto;
}
.hero-single-collection .wrap > .eyebrow, .hero-single-collection BODY.collective-access .collection-grid-items .draggable-content > .eyebrow, BODY.collective-access .collection-grid-items .hero-single-collection .draggable-content > .eyebrow,
.hero-single-collection body.vsc-initialized .collection-grid-items .draggable-content > .eyebrow,
body.vsc-initialized .collection-grid-items .hero-single-collection .draggable-content > .eyebrow, .hero-single-collection #mobile-header .row > .eyebrow, #mobile-header .hero-single-collection .row > .eyebrow {
  padding-top: 10px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-top : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-top : $layout__margin_xl * $multiplier;
  }    
  */
  padding-bottom: 10px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-bottom : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-bottom : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  .hero-single-collection .wrap > .eyebrow, .hero-single-collection BODY.collective-access .collection-grid-items .draggable-content > .eyebrow, BODY.collective-access .collection-grid-items .hero-single-collection .draggable-content > .eyebrow,
  .hero-single-collection body.vsc-initialized .collection-grid-items .draggable-content > .eyebrow,
  body.vsc-initialized .collection-grid-items .hero-single-collection .draggable-content > .eyebrow, .hero-single-collection #mobile-header .row > .eyebrow, #mobile-header .hero-single-collection .row > .eyebrow {
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .hero-single-collection .wrap > .eyebrow, .hero-single-collection BODY.collective-access .collection-grid-items .draggable-content > .eyebrow, BODY.collective-access .collection-grid-items .hero-single-collection .draggable-content > .eyebrow,
  .hero-single-collection body.vsc-initialized .collection-grid-items .draggable-content > .eyebrow,
  body.vsc-initialized .collection-grid-items .hero-single-collection .draggable-content > .eyebrow, .hero-single-collection #mobile-header .row > .eyebrow, #mobile-header .hero-single-collection .row > .eyebrow {
    padding-top: 15px;
  }
}
@media (min-width: 1400px) {
  .hero-single-collection .wrap > .eyebrow, .hero-single-collection BODY.collective-access .collection-grid-items .draggable-content > .eyebrow, BODY.collective-access .collection-grid-items .hero-single-collection .draggable-content > .eyebrow,
  .hero-single-collection body.vsc-initialized .collection-grid-items .draggable-content > .eyebrow,
  body.vsc-initialized .collection-grid-items .hero-single-collection .draggable-content > .eyebrow, .hero-single-collection #mobile-header .row > .eyebrow, #mobile-header .hero-single-collection .row > .eyebrow {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .hero-single-collection .wrap > .eyebrow, .hero-single-collection BODY.collective-access .collection-grid-items .draggable-content > .eyebrow, BODY.collective-access .collection-grid-items .hero-single-collection .draggable-content > .eyebrow,
  .hero-single-collection body.vsc-initialized .collection-grid-items .draggable-content > .eyebrow,
  body.vsc-initialized .collection-grid-items .hero-single-collection .draggable-content > .eyebrow, .hero-single-collection #mobile-header .row > .eyebrow, #mobile-header .hero-single-collection .row > .eyebrow {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .hero-single-collection .wrap > .eyebrow, .hero-single-collection BODY.collective-access .collection-grid-items .draggable-content > .eyebrow, BODY.collective-access .collection-grid-items .hero-single-collection .draggable-content > .eyebrow,
  .hero-single-collection body.vsc-initialized .collection-grid-items .draggable-content > .eyebrow,
  body.vsc-initialized .collection-grid-items .hero-single-collection .draggable-content > .eyebrow, .hero-single-collection #mobile-header .row > .eyebrow, #mobile-header .hero-single-collection .row > .eyebrow {
    padding-bottom: 15px;
  }
}
@media (min-width: 1400px) {
  .hero-single-collection .wrap > .eyebrow, .hero-single-collection BODY.collective-access .collection-grid-items .draggable-content > .eyebrow, BODY.collective-access .collection-grid-items .hero-single-collection .draggable-content > .eyebrow,
  .hero-single-collection body.vsc-initialized .collection-grid-items .draggable-content > .eyebrow,
  body.vsc-initialized .collection-grid-items .hero-single-collection .draggable-content > .eyebrow, .hero-single-collection #mobile-header .row > .eyebrow, #mobile-header .hero-single-collection .row > .eyebrow {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .hero-single-collection .wrap > .eyebrow, .hero-single-collection BODY.collective-access .collection-grid-items .draggable-content > .eyebrow, BODY.collective-access .collection-grid-items .hero-single-collection .draggable-content > .eyebrow,
  .hero-single-collection body.vsc-initialized .collection-grid-items .draggable-content > .eyebrow,
  body.vsc-initialized .collection-grid-items .hero-single-collection .draggable-content > .eyebrow, .hero-single-collection #mobile-header .row > .eyebrow, #mobile-header .hero-single-collection .row > .eyebrow {
    display: flex;
    justify-content: space-between;
  }
}
.hero-single-collection .wrap > .eyebrow .breadcrumb .sep, .hero-single-collection BODY.collective-access .collection-grid-items .draggable-content > .eyebrow .breadcrumb .sep, BODY.collective-access .collection-grid-items .hero-single-collection .draggable-content > .eyebrow .breadcrumb .sep,
.hero-single-collection body.vsc-initialized .collection-grid-items .draggable-content > .eyebrow .breadcrumb .sep,
body.vsc-initialized .collection-grid-items .hero-single-collection .draggable-content > .eyebrow .breadcrumb .sep, .hero-single-collection #mobile-header .row > .eyebrow .breadcrumb .sep, #mobile-header .hero-single-collection .row > .eyebrow .breadcrumb .sep {
  display: inline-block;
  margin: 0 10px;
}
.hero-single-collection .wrap > .eyebrow .breadcrumb A:empty, .hero-single-collection BODY.collective-access .collection-grid-items .draggable-content > .eyebrow .breadcrumb A:empty, BODY.collective-access .collection-grid-items .hero-single-collection .draggable-content > .eyebrow .breadcrumb A:empty,
.hero-single-collection body.vsc-initialized .collection-grid-items .draggable-content > .eyebrow .breadcrumb A:empty,
body.vsc-initialized .collection-grid-items .hero-single-collection .draggable-content > .eyebrow .breadcrumb A:empty, .hero-single-collection #mobile-header .row > .eyebrow .breadcrumb A:empty, #mobile-header .hero-single-collection .row > .eyebrow .breadcrumb A:empty {
  display: none;
}
.hero-single-collection .wrap > .eyebrow .breadcrumb A:hover, .hero-single-collection BODY.collective-access .collection-grid-items .draggable-content > .eyebrow .breadcrumb A:hover, BODY.collective-access .collection-grid-items .hero-single-collection .draggable-content > .eyebrow .breadcrumb A:hover,
.hero-single-collection body.vsc-initialized .collection-grid-items .draggable-content > .eyebrow .breadcrumb A:hover,
body.vsc-initialized .collection-grid-items .hero-single-collection .draggable-content > .eyebrow .breadcrumb A:hover, .hero-single-collection #mobile-header .row > .eyebrow .breadcrumb A:hover, #mobile-header .hero-single-collection .row > .eyebrow .breadcrumb A:hover {
  color: white;
  text-decoration: none;
}
.hero-single-collection .wrap > .eyebrow .breadcrumb A:hover .color-fill, .hero-single-collection BODY.collective-access .collection-grid-items .draggable-content > .eyebrow .breadcrumb A:hover .color-fill, BODY.collective-access .collection-grid-items .hero-single-collection .draggable-content > .eyebrow .breadcrumb A:hover .color-fill,
.hero-single-collection body.vsc-initialized .collection-grid-items .draggable-content > .eyebrow .breadcrumb A:hover .color-fill,
body.vsc-initialized .collection-grid-items .hero-single-collection .draggable-content > .eyebrow .breadcrumb A:hover .color-fill, .hero-single-collection #mobile-header .row > .eyebrow .breadcrumb A:hover .color-fill, #mobile-header .hero-single-collection .row > .eyebrow .breadcrumb A:hover .color-fill {
  fill: white;
}
.hero-single-collection .wrap > .eyebrow .action A, .hero-single-collection BODY.collective-access .collection-grid-items .draggable-content > .eyebrow .action A, BODY.collective-access .collection-grid-items .hero-single-collection .draggable-content > .eyebrow .action A,
.hero-single-collection body.vsc-initialized .collection-grid-items .draggable-content > .eyebrow .action A,
body.vsc-initialized .collection-grid-items .hero-single-collection .draggable-content > .eyebrow .action A, .hero-single-collection #mobile-header .row > .eyebrow .action A, #mobile-header .hero-single-collection .row > .eyebrow .action A {
  white-space: nowrap;
}

.slideshow-single-collection {
  padding-bottom: 70px !important;
}
.slideshow-single-collection ul.captions {
  text-align: left !important;
}
.slideshow-single-collection .slick-dots {
  bottom: -50px;
}

.item-related-images {
  padding-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
}
.item-related-images .col {
  position: relative;
  overflow: hidden;
}
.item-related-images .col:first-child {
  white-space: nowrap;
  width: 130px;
}
.item-related-images .col:last-child {
  width: calc(100% - 130px);
}
.item-related-images .col:last-child .slideshow-item-related-images .slide-wrap {
  margin-right: 20px;
}
.item-related-images .col:last-child .slideshow-item-related-images .image-sizer {
  width: 70px;
}

.collection-grid-items {
  background-color: #F2F2F2;
}
.collection-grid-items .int {
  border-top: 1px solid #E0E0E0;
  padding-top: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-top : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-top : $layout__margin_xl * $multiplier;
  }    
  */
  padding-bottom: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-bottom : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-bottom : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  .collection-grid-items .int {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .collection-grid-items .int {
    padding-top: 30px;
  }
}
@media (min-width: 1400px) {
  .collection-grid-items .int {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .collection-grid-items .int {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .collection-grid-items .int {
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .collection-grid-items .int {
    padding-bottom: 40px;
  }
}
.collection-grid-items .header {
  padding-bottom: 10px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-bottom : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-bottom : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  .collection-grid-items .header {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .collection-grid-items .header {
    padding-bottom: 15px;
  }
}
@media (min-width: 1400px) {
  .collection-grid-items .header {
    padding-bottom: 20px;
  }
}
.collection-grid-items .filters {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
}
.collection-grid-items .filters ul.tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  margin-right: 20px;
}
.collection-grid-items .filters ul.tabs .tab {
  color: #767676;
  transition: color 0.3s ease-out;
}
.collection-grid-items .filters ul.tabs .tab:hover {
  color: #222;
}
.collection-grid-items .filters ul.tabs .tab.active {
  color: #222;
}
.collection-grid-items .filters ul.tabs .tab:not(.collection-grid-items .filters ul.tabs .tab:last-child) {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
.collection-grid-items .filters ul.tabs .tab:not(.collection-grid-items .filters ul.tabs .tab:last-child):before {
  content: "|";
  position: absolute;
  right: 0px;
  color: #767676;
}
@media (min-width: 768px) {
  .collection-grid-items .filters {
    justify-content: space-between;
  }
}
.collection-grid-items .grid-next-container {
  display: grid;
  grid-template-rows: 0fr;
  transition: opacity 0.8s ease-out, grid-template-rows 0.1s ease-out;
  opacity: 0;
}
.collection-grid-items .grid-next-container .grid-flex {
  overflow: hidden;
}
.collection-grid-items .grid-next-container.open {
  grid-template-rows: 1fr;
  opacity: 1;
}
.collection-grid-items .list-items .legend {
  padding: 10px 0px;
}
@media (min-width: 1024px) {
  .collection-grid-items .list-items .legend {
    display: flex;
    justify-content: space-between;
  }
}
.collection-grid-items ul.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.collection-grid-items ul.list li {
  margin-bottom: 10px;
}
.collection-grid-items .item-item .overlay-image {
  position: relative;
}
.collection-grid-items .item-item .overlay-image svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
}
@media (max-width: 767px) {
  .collection-grid-items .grid-collection-items .item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .collection-grid-items .grid-collection-items .item > div {
    width: calc((100% - 20px) / 2);
    margin-bottom: 0;
  }
  .collection-grid-items .grid-collection-items .item > div.info {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .collection-grid-items .grid-collection-items:not(.grid-next-container) .item {
    width: calc((100% - (2 - 1) * 40px) / 2);
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .collection-grid-items .grid-collection-items:not(.grid-next-container) .item {
    width: calc((100% - (4 - 1) * 40px) / 4);
    margin-bottom: 0px;
  }
}

.module-tabs .tabs .tab:not(.active) {
  cursor: pointer;
}
.module-tabs .tabs-content .tab {
  display: grid;
  grid-template-rows: 0fr;
  transition: opacity 0.6s ease-out;
  opacity: 0;
}
.module-tabs .tabs-content .tab .tab-int {
  overflow: hidden;
}
.module-tabs .tabs-content .tab.active {
  grid-template-rows: 1fr;
  opacity: 1;
}

.collection-details {
  background-color: #fff;
}
.collection-details .int {
  padding-top: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-top : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-top : $layout__margin_xl * $multiplier;
  }    
  */
  padding-bottom: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-bottom : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-bottom : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  .collection-details .int {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .collection-details .int {
    padding-top: 30px;
  }
}
@media (min-width: 1400px) {
  .collection-details .int {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .collection-details .int {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .collection-details .int {
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .collection-details .int {
    padding-bottom: 40px;
  }
}
.collection-details .header {
  padding-bottom: 10px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-bottom : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-bottom : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  .collection-details .header {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .collection-details .header {
    padding-bottom: 15px;
  }
}
@media (min-width: 1400px) {
  .collection-details .header {
    padding-bottom: 20px;
  }
}
.collection-details .layout .paragraph {
  margin-bottom: 1rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.collection-details .layout .text__eyebrow, .collection-details .layout #search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button, #search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter .collection-details .layout .ss360-filter__button,
.collection-details .layout .ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button,
.ss360-layer .ss360-layer__content--filter-left .ss360-filter .collection-details .layout .ss360-filter__button, .collection-details .layout BODY.collective-access .browse-criteria .reset-btn, BODY.collective-access .browse-criteria .collection-details .layout .reset-btn,
.collection-details .layout body.vsc-initialized .browse-criteria .reset-btn,
body.vsc-initialized .browse-criteria .collection-details .layout .reset-btn, .collection-details .layout BODY.collective-access .browse-img-caption-coll, BODY.collective-access .collection-details .layout .browse-img-caption-coll,
.collection-details .layout BODY.collective-access .browse-list-caption-coll,
BODY.collective-access .collection-details .layout .browse-list-caption-coll,
.collection-details .layout body.vsc-initialized .browse-img-caption-coll,
body.vsc-initialized .collection-details .layout .browse-img-caption-coll,
.collection-details .layout body.vsc-initialized .browse-list-caption-coll,
body.vsc-initialized .collection-details .layout .browse-list-caption-coll, .collection-details .layout .link__back, .collection-details .layout .link__forward, .collection-details .layout FOOTER ul.horizontal.main li.menu-item-has-children > a, FOOTER ul.horizontal.main .collection-details .layout li.menu-item-has-children > a, .collection-details .layout select.filter {
  margin-bottom: 10px;
}
.collection-details .unit {
  line-height: 26px;
}
.collection-details .unit P {
  margin-bottom: 20px;
}

.section-more-about-item {
  background-color: #fff;
  padding-top: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-top : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-top : $layout__margin_xl * $multiplier;
  }    
  */
  padding-bottom: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-bottom : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-bottom : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  .section-more-about-item {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .section-more-about-item {
    padding-top: 30px;
  }
}
@media (min-width: 1400px) {
  .section-more-about-item {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .section-more-about-item {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .section-more-about-item {
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .section-more-about-item {
    padding-bottom: 40px;
  }
}

BODY.page-template-digitalexhibitions {
  background-color: #222;
}
BODY.page-template-digitalexhibitions MAIN {
  color: white;
}

@media (min-width: 768px) {
  .exhibitions__grid .item-grid:nth-child(3) {
    padding-top: 18%;
  }
}
@media (min-width: 1800px) {
  .exhibitions__grid .item-grid:nth-child(4) {
    padding-top: 9%;
  }
}

BODY.single-exhibition MAIN {
  margin-bottom: 0;
}
@media (min-width: 1024px) and (max-width: 1270px) {
  BODY.single-exhibition MAIN .exhibition__text .max__content.centered,
  BODY.single-exhibition MAIN .exhibition__text-w-inset .max__content.centered,
  BODY.single-exhibition MAIN .exhibition__text-w-sidebar .max__content.centered {
    margin-left: unset;
  }
  BODY.single-exhibition MAIN .exhibition__text-w-inset .inset.position-left {
    margin-left: 0px;
    padding-right: 30px;
  }
}

.exhibition__playlist {
  position: relative;
  color: white;
  padding-top: 60px;
  padding-bottom: 60px;
}
.exhibition__playlist:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      left : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      left : $layout__margin_xl * $multiplier;
  }    
  */
  right: -20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      right : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      right : $layout__margin_xl * $multiplier;
  }    
  */
  bottom: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .exhibition__playlist:before {
    left: -30px;
  }
}
@media (min-width: 768px) {
  .exhibition__playlist:before {
    left: -30px;
  }
}
@media (min-width: 1400px) {
  .exhibition__playlist:before {
    left: -40px;
  }
}
@media (min-width: 768px) {
  .exhibition__playlist:before {
    right: -30px;
  }
}
@media (min-width: 768px) {
  .exhibition__playlist:before {
    right: -30px;
  }
}
@media (min-width: 1400px) {
  .exhibition__playlist:before {
    right: -40px;
  }
}
.exhibition__playlist .layout {
  margin: 0 auto;
  max-width: 1000px;
}
@media (min-width: 768px) {
  .exhibition__playlist .layout {
    display: flex;
  }
}
.exhibition__playlist .layout .players {
  position: relative;
  aspect-ratio: 4/3;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exhibition__playlist .layout .players .video-container {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  width: 100%;
}
.exhibition__playlist .layout .players .video-container.current {
  opacity: 1;
  pointer-events: auto;
  display: block;
}
.exhibition__playlist .layout .sidebar {
  margin-top: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .exhibition__playlist .layout .sidebar {
    margin-top: 0px;
    padding-left: 40px;
    width: 280px;
  }
  .exhibition__playlist .layout .sidebar nav {
    padding-bottom: 40px;
  }
}
.exhibition__playlist .layout .sidebar NAV {
  border-top: 1px solid #767676;
}
.exhibition__playlist .layout .sidebar NAV .nav-item {
  padding: 10px 0;
  border-bottom: 1px solid #767676;
  display: flex;
  align-items: center;
  color: white;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.exhibition__playlist .layout .sidebar NAV .nav-item .thumb {
  width: 75px;
  padding-right: 10px;
}
.exhibition__playlist .layout .sidebar NAV .nav-item .info {
  flex: 1;
}
.exhibition__playlist .layout .sidebar NAV .nav-item:hover {
  text-decoration: underline;
}
.exhibition__playlist .layout .sidebar NAV .nav-item.current {
  color: #AD4AA9;
  text-decoration: underline;
}
.exhibition__playlist .layout .sidebar .scroll-ui {
  overflow-y: auto;
  position: relative;
  height: 350px;
}

@media (min-width: 768px) {
  .exhibition__text-w-inset .inset {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 300px;
    margin-top: 85px;
    shape-outside: border-box;
  }
  .exhibition__text-w-inset .inset.position-left {
    float: left;
    margin-left: -120px;
    padding-right: 40px;
  }
  .exhibition__text-w-inset .inset.position-right {
    float: right;
    margin-right: -120px;
    padding-left: 40px;
  }
}
.exhibition__text-w-inset H1, .exhibition__text-w-inset H2, .exhibition__text-w-inset H3, .exhibition__text-w-inset H4, .exhibition__text-w-inset H5, .exhibition__text-w-inset H6 {
  clear: unset;
}

.exhibition__text-w-sidebar .text__body-3 A {
  text-decoration: underline;
}
.exhibition__text-w-sidebar .img-wrapper {
  opacity: 0.6;
  max-height: 71px;
}
@media (max-width: 1024px) {
  .exhibition__text-w-sidebar .sidebar {
    padding-top: 30px;
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .exhibition__text-w-sidebar .sidebar {
    width: 190px;
    top: 2px;
    right: -190px;
    margin-right: -40px;
    position: absolute;
  }
}
@media (min-width: 1400px) {
  .exhibition__text-w-sidebar .sidebar {
    width: 220px;
    right: -240px;
    margin-right: -60px;
  }
}
@media (min-width: 1800px) {
  .exhibition__text-w-sidebar .sidebar {
    right: -280px;
  }
}

.support__footer {
  padding: 40px;
  color: #fff;
  background-color: #0F4792;
}
@media (min-width: 1024px) {
  .support__footer {
    padding: 90px;
  }
}

.support__logo-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.support__logo-grid .cell {
  padding-left: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-left : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-left : $layout__margin_xl * $multiplier;
  }    
  */
  padding-right: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-right : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-right : $layout__margin_xl * $multiplier;
  }    
  */
  padding-bottom: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-bottom : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-bottom : $layout__margin_xl * $multiplier;
  }    
  */
  width: 50%;
}
@media (min-width: 768px) {
  .support__logo-grid .cell {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .support__logo-grid .cell {
    padding-left: 30px;
  }
}
@media (min-width: 1400px) {
  .support__logo-grid .cell {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .support__logo-grid .cell {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .support__logo-grid .cell {
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .support__logo-grid .cell {
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .support__logo-grid .cell {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .support__logo-grid .cell {
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .support__logo-grid .cell {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .support__logo-grid .cell {
    width: 33.333%;
  }
}
@media (min-width: 1024px) {
  .support__logo-grid .cell {
    width: 25%;
  }
}

.watch__item {
  position: relative;
}
.watch__item .img-wrapper {
  background-color: #222;
}
.watch__item .img-wrapper IMG {
  opacity: 40%;
}
.watch__item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}
.watch__item .overlay A {
  pointer-events: auto;
}
.watch__item .overlay .col {
  padding: 0px 10px;
}
.watch__item .overlay .title {
  margin-bottom: 3px;
}
.watch__item:hover .title a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-color: #F9CE33;
}

MAIN.watch__landing {
  margin-top: 0;
}
MAIN.watch__landing SECTION.top {
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #222;
  color: white;
}
MAIN.watch__landing SECTION.top .featured {
  border-top: 1px solid #383838;
  padding-top: 60px;
}
MAIN.watch__landing SECTION.top .featured .slick-slider .slick-dots li.slick-active button {
  background-color: #fff;
  border-color: #fff;
}
MAIN.watch__landing SECTION.groups {
  background-color: #F2F2F2;
  padding-bottom: 1px;
  padding-top: 60px;
}
MAIN.watch__landing .search .center {
  margin-bottom: 10px;
}
MAIN.watch__landing .search .right {
  text-align: center;
}
@media (min-width: 768px) {
  MAIN.watch__landing .search {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  MAIN.watch__landing .search .left {
    display: none;
  }
  MAIN.watch__landing .search .center {
    width: 50%;
    max-width: 500px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  MAIN.watch__landing .search .left {
    display: block;
    width: 270px;
  }
  MAIN.watch__landing .search .right {
    width: 270px;
    text-align: right;
  }
}

BODY.collective-access,
body.vsc-initialized {
  /*
  .tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
  */
}
BODY.collective-access #header .row #menu-extra,
body.vsc-initialized #header .row #menu-extra {
  position: static;
  left: auto;
}
BODY.collective-access .nav-color li,
BODY.collective-access .nav-color li:nth-child(2).current-menu-item,
body.vsc-initialized .nav-color li,
body.vsc-initialized .nav-color li:nth-child(2).current-menu-item {
  border-color: transparent !important;
}
BODY.collective-access .nav-tabs .nav-item:first-child .nav-link,
body.vsc-initialized .nav-tabs .nav-item:first-child .nav-link {
  padding-left: 0;
}
BODY.collective-access .jGrowl.top-right,
body.vsc-initialized .jGrowl.top-right {
  top: 143px;
}
BODY.collective-access .jGrowl,
BODY.collective-access .jGrowl-close,
body.vsc-initialized .jGrowl,
body.vsc-initialized .jGrowl-close {
  color: #222;
}
BODY.collective-access .jGrowl-notification,
body.vsc-initialized .jGrowl-notification {
  color: #222;
  background-color: #fff;
  font-size: 14px;
  border-radius: 0;
  opacity: 1;
  height: auto;
  min-height: unset;
  padding: 13px 10px 10px 14px;
  box-shadow: 0px 12px 8px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #E0E0E0;
}
BODY.collective-access .jGrowl-notification .jGrowl-close,
body.vsc-initialized .jGrowl-notification .jGrowl-close {
  position: relative;
  top: -3px;
}
BODY.collective-access .paging-row,
body.vsc-initialized .paging-row {
  border-top: 1px solid #E0E0E0;
  padding-top: 30px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1.2px;
}
BODY.collective-access .paging-row .paging > STRONG, BODY.collective-access .paging-row A,
body.vsc-initialized .paging-row .paging > STRONG,
body.vsc-initialized .paging-row A {
  display: inline-block;
  padding: 0 5px;
}
BODY.collective-access .browse-criteria .btn-group-sm > .btn,
BODY.collective-access .browse-criteria .btn-sm,
body.vsc-initialized .browse-criteria .btn-group-sm > .btn,
body.vsc-initialized .browse-criteria .btn-sm {
  --bs-btn-padding-y: 6px;
  --bs-btn-padding-x: 20px;
}
BODY.collective-access .browse-criteria .reset-btn,
body.vsc-initialized .browse-criteria .reset-btn {
  color: #767676;
  border-color: white;
}
BODY.collective-access .browse-criteria .reset-btn:hover,
body.vsc-initialized .browse-criteria .reset-btn:hover {
  color: #222;
}
BODY.collective-access .browse-results-wrap .browse-page-label,
body.vsc-initialized .browse-results-wrap .browse-page-label {
  margin-bottom: 20px;
}
BODY.collective-access .browse-results-wrap .browse-search-input,
body.vsc-initialized .browse-results-wrap .browse-search-input {
  padding-top: 12px;
}
BODY.collective-access .browse-results-grid,
body.vsc-initialized .browse-results-grid {
  display: flex;
  gap: 40px;
}
BODY.collective-access .browse-results-grid .browse-results-grid-item:first-child,
body.vsc-initialized .browse-results-grid .browse-results-grid-item:first-child {
  flex: 1;
}
BODY.collective-access .browse-results-grid .browse-results-grid-item:last-child,
body.vsc-initialized .browse-results-grid .browse-results-grid-item:last-child {
  width: 230px;
}
BODY.collective-access .browse-results-grid #browseResultsContainer,
body.vsc-initialized .browse-results-grid #browseResultsContainer {
  padding-top: 40px;
}
BODY.collective-access .browse-results-grid .browseResults,
body.vsc-initialized .browse-results-grid .browseResults {
  --bs-gutter-x: 40px !important;
  --bs-gutter-y: 40px !important;
}
@media (max-width: 767px) {
  BODY.collective-access .browse-results-grid,
  body.vsc-initialized .browse-results-grid {
    flex-direction: column-reverse;
  }
  BODY.collective-access .browse-results-grid .browse-results-grid-item:first-child,
  body.vsc-initialized .browse-results-grid .browse-results-grid-item:first-child {
    flex: unset;
    width: 100%;
  }
  BODY.collective-access .browse-results-grid .browse-results-grid-item:last-child,
  body.vsc-initialized .browse-results-grid .browse-results-grid-item:last-child {
    flex: unset;
    width: 100%;
  }
}
BODY.collective-access #bRefine > .filter-name,
body.vsc-initialized #bRefine > .filter-name {
  margin-bottom: 20px !important;
}
BODY.collective-access #bRefine .filter-viewable-media,
body.vsc-initialized #bRefine .filter-viewable-media {
  border-top: 1px solid #dee2e6;
  padding-top: 20px;
  margin-bottom: 20px !important;
}
BODY.collective-access #bRefine .filter-viewable-media .filter-name,
body.vsc-initialized #bRefine .filter-viewable-media .filter-name {
  padding-bottom: 10px;
}
BODY.collective-access #bRefine .filter-value A SPAN,
body.vsc-initialized #bRefine .filter-value A SPAN {
  color: #767676;
}
BODY.collective-access #bRefine .filter-value A:hover,
body.vsc-initialized #bRefine .filter-value A:hover {
  text-decoration: underline;
}
BODY.collective-access .bResultItem,
body.vsc-initialized .bResultItem {
  margin-bottom: 30px;
}
BODY.collective-access .bResultItem .browse-img-caption-label A:hover,
body.vsc-initialized .bResultItem .browse-img-caption-label A:hover {
  text-decoration: underline;
}
BODY.collective-access .bResultItem .browse-img-caption-coll A,
body.vsc-initialized .bResultItem .browse-img-caption-coll A {
  text-decoration: none !important;
}
BODY.collective-access .bResultItem .browse-img-caption-coll:hover + .browse-img-caption-label,
BODY.collective-access .bResultItem .bResultItemImg:hover + .bResultItemText .browse-img-caption-label,
body.vsc-initialized .bResultItem .browse-img-caption-coll:hover + .browse-img-caption-label,
body.vsc-initialized .bResultItem .bResultItemImg:hover + .bResultItemText .browse-img-caption-label {
  text-decoration: underline;
}
BODY.collective-access .accordion,
body.vsc-initialized .accordion {
  --bs-accordion-border-radius: 0px;
  border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
BODY.collective-access .accordion .accordion-item,
body.vsc-initialized .accordion .accordion-item {
  border-left: 0;
  border-right: 0;
  border-top: 0 !important;
}
BODY.collective-access .accordion .accordion-header H6,
body.vsc-initialized .accordion .accordion-header H6 {
  margin-top: 20px !important;
  margin-bottom: 16px !important;
}
BODY.collective-access .accordion .accordion-button,
body.vsc-initialized .accordion .accordion-button {
  padding-left: 0 !important;
  box-shadow: none !important;
}
BODY.collective-access .accordion .accordion-body,
body.vsc-initialized .accordion .accordion-body {
  padding-top: 2px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 18px;
}
BODY.collective-access .collItemImg,
BODY.collective-access .bResultItemImg,
body.vsc-initialized .collItemImg,
body.vsc-initialized .bResultItemImg {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  background-color: #F2F2F2;
}
BODY.collective-access .collItemImg IMG,
BODY.collective-access .bResultItemImg IMG,
body.vsc-initialized .collItemImg IMG,
body.vsc-initialized .bResultItemImg IMG {
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
BODY.collective-access .item-item .info,
BODY.collective-access .bResultItemText,
body.vsc-initialized .item-item .info,
body.vsc-initialized .bResultItemText {
  margin-top: 12px;
}
BODY.collective-access .related-items-img-placeholder,
body.vsc-initialized .related-items-img-placeholder {
  background-image: no-repeat;
}
BODY.collective-access .text__eyebrow.year, BODY.collective-access #search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter .year.ss360-filter__button, #search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter BODY.collective-access .year.ss360-filter__button,
BODY.collective-access .ss360-layer .ss360-layer__content--filter-left .ss360-filter .year.ss360-filter__button,
.ss360-layer .ss360-layer__content--filter-left .ss360-filter BODY.collective-access .year.ss360-filter__button, BODY.collective-access .year.link__back, BODY.collective-access .year.link__forward, BODY.collective-access FOOTER ul.horizontal.main li.menu-item-has-children > a.year, FOOTER ul.horizontal.main BODY.collective-access li.menu-item-has-children > a.year, BODY.collective-access select.year.filter, BODY.collective-access .year.browse-img-caption-coll,
BODY.collective-access .year.browse-list-caption-coll, BODY.collective-access .browse-criteria .year.reset-btn,
body.vsc-initialized .text__eyebrow.year,
body.vsc-initialized #search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter .year.ss360-filter__button,
#search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter body.vsc-initialized .year.ss360-filter__button,
body.vsc-initialized .ss360-layer .ss360-layer__content--filter-left .ss360-filter .year.ss360-filter__button,
.ss360-layer .ss360-layer__content--filter-left .ss360-filter body.vsc-initialized .year.ss360-filter__button,
body.vsc-initialized .year.link__back,
body.vsc-initialized .year.link__forward,
body.vsc-initialized FOOTER ul.horizontal.main li.menu-item-has-children > a.year,
FOOTER ul.horizontal.main body.vsc-initialized li.menu-item-has-children > a.year,
body.vsc-initialized select.year.filter,
body.vsc-initialized .year.browse-img-caption-coll,
body.vsc-initialized .year.browse-list-caption-coll,
body.vsc-initialized .browse-criteria .year.reset-btn {
  text-transform: none;
}
BODY.collective-access .detailNavigation,
body.vsc-initialized .detailNavigation {
  display: flex;
  border-top: 1px solid #383838;
  padding-top: 20px;
}
BODY.collective-access .detailNavigation:last-child,
body.vsc-initialized .detailNavigation:last-child {
  padding-bottom: 11px;
}
BODY.collective-access .detailNavigation > A,
body.vsc-initialized .detailNavigation > A {
  padding: 0;
  text-align: center;
  width: 33.33%;
  color: #767676;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
BODY.collective-access .detailNavigation > A SPAN.prev-link,
body.vsc-initialized .detailNavigation > A SPAN.prev-link {
  text-align: left;
}
BODY.collective-access .detailNavigation > A SPAN.next-link,
body.vsc-initialized .detailNavigation > A SPAN.next-link {
  text-align: left;
}
BODY.collective-access .detailNavigation > A .arrow-link,
body.vsc-initialized .detailNavigation > A .arrow-link {
  position: relative;
  top: -1px;
}
BODY.collective-access .detailNavigation A[aria-label=Previous],
body.vsc-initialized .detailNavigation A[aria-label=Previous] {
  text-align: left;
}
BODY.collective-access .detailNavigation A[aria-label=Next],
body.vsc-initialized .detailNavigation A[aria-label=Next] {
  text-align: right;
}
@media (max-width: 767px) {
  BODY.collective-access .detailNavigation,
  body.vsc-initialized .detailNavigation {
    display: none;
  }
}
BODY.collective-access .no-media-wrapper,
body.vsc-initialized .no-media-wrapper {
  background-color: black;
}
BODY.collective-access .no-media,
body.vsc-initialized .no-media {
  text-align: center;
  color: #BDBDBD;
}
BODY.collective-access .max__640 IMG,
body.vsc-initialized .max__640 IMG {
  margin-top: 5px;
  max-width: 160px !important;
}
BODY.collective-access .readmore-js-section,
body.vsc-initialized .readmore-js-section {
  position: relative;
  margin-bottom: 10px;
}
BODY.collective-access .readmore-js-section:after,
body.vsc-initialized .readmore-js-section:after {
  transition: opacity 200ms linear;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 84%);
}
BODY.collective-access .readmore-js-section.readmore-js-collapsed,
body.vsc-initialized .readmore-js-section.readmore-js-collapsed {
  margin-bottom: 0;
}
BODY.collective-access .readmore-js-section.readmore-js-collapsed:after,
body.vsc-initialized .readmore-js-section.readmore-js-collapsed:after {
  opacity: 1;
}
BODY.collective-access .section-slideshow-related .info,
body.vsc-initialized .section-slideshow-related .info {
  margin-top: 10px;
}
BODY.collective-access .tooltip,
body.vsc-initialized .tooltip {
  --bs-tooltip-padding-x: 12px;
  --bs-tooltip-padding-y: 9px;
  --bs-tooltip-font-size: 12px;
  line-height: 1.3;
  min-width: 310px;
}
BODY.collective-access .tooltip .tooltip-inner,
body.vsc-initialized .tooltip .tooltip-inner {
  text-align: left;
}
BODY.collective-access .collItemImg a img,
body.vsc-initialized .collItemImg a img {
  max-height: none;
}
BODY.collective-access div:has(#caMediaOverlayContent),
body.vsc-initialized div:has(#caMediaOverlayContent) {
  background-color: inherit;
}
BODY.collective-access .hero-single-collection .carousel-inner,
body.vsc-initialized .hero-single-collection .carousel-inner {
  height: auto;
  aspect-ratio: 4/3;
}
BODY.collective-access .collection-grid-items .filters,
body.vsc-initialized .collection-grid-items .filters {
  display: flex !important;
  flex-wrap: nowrap !important;
}
BODY.collective-access .collection-grid-items .filters ul.nav,
body.vsc-initialized .collection-grid-items .filters ul.nav {
  display: flex;
  flex-wrap: nowrap;
}
BODY.collective-access .collection-grid-items .filters > a,
body.vsc-initialized .collection-grid-items .filters > a {
  padding-top: 4px;
}
BODY.collective-access .container-fluid,
body.vsc-initialized .container-fluid {
  min-height: 60vh;
}
@media (min-width: 1024px) {
  BODY.collective-access .container-fluid > .row,
  body.vsc-initialized .container-fluid > .row {
    min-height: calc(100vh - 149px - 392px);
  }
}
BODY.collective-access footer,
body.vsc-initialized footer {
  z-index: 0;
}

#search__results .ss360-layer,
.ss360-layer {
  padding: 0;
}
#search__results .ss360-layer .ss360-layer__heading,
.ss360-layer .ss360-layer__heading {
  margin-bottom: 20px;
  color: #222;
}
#search__results .ss360-layer .ss360-layer__heading A,
.ss360-layer .ss360-layer__heading A {
  text-decoration: none;
}
#search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter,
.ss360-layer .ss360-layer__content--filter-left .ss360-filter {
  order: 10;
  padding-right: 0;
  padding-left: 40px;
}
#search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button,
.ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button {
  border-bottom: 1px solid #E0E0E0;
}
#search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button .ss360-filter__button-icon,
.ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button .ss360-filter__button-icon {
  display: none;
}
#search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-multiselect__checkmark,
.ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-multiselect__checkmark {
  box-shadow: none;
  border-radius: 0;
  border-color: #222;
}
#search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-multiselect__checkmark:hover,
#search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-multiselect__checkmark--checked,
.ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-multiselect__checkmark:hover,
.ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-multiselect__checkmark--checked {
  background-color: #222;
}
#search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-multiselect__label,
.ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-multiselect__label {
  color: #222;
  font-size: 14px;
  line-height: 20px;
}
#search__results .ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-multiselect__label--checked,
.ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-multiselect__label--checked {
  font-weight: 400;
}
#search__results .ss360-layer .ss360-layer__content--filter-left .ss360-multiselect__row,
.ss360-layer .ss360-layer__content--filter-left .ss360-multiselect__row {
  margin: 5px 0;
}
#search__results .ss360-layer .ss360-filter__delete-bar .ss360-filter__delete-button,
.ss360-layer .ss360-filter__delete-bar .ss360-filter__delete-button {
  border-radius: 100px;
  border: 1px solid #E0E0E0;
  box-shadow: none;
  font-family: Helvetica Neue;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  padding: 11px 34px 9px 16px;
}
#search__results .ss360-layer .ss360-filter__delete-bar .ss360-filter__delete-button .ss360-filter__delete-button-icon,
.ss360-layer .ss360-filter__delete-bar .ss360-filter__delete-button .ss360-filter__delete-button-icon {
  margin-top: -1px;
}
#search__results .ss360-layer .ss360-filter__delete-bar .ss360-filter__delete-button--all,
.ss360-layer .ss360-filter__delete-bar .ss360-filter__delete-button--all {
  padding: 11px 16px 9px 16px;
  border-color: #222;
}
#search__results .ss360-layer .ss360-grid,
.ss360-layer .ss360-grid {
  gap: 40px;
}
#search__results .ss360-layer .ss360-suggests,
.ss360-layer .ss360-suggests {
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}

#unibox-suggest-box {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: #222;
  color: #fff;
}
#unibox-suggest-box .unibox__selectable {
  padding-top: 6px;
  padding-bottom: 6px;
}
#unibox-suggest-box .unibox__selectable-title {
  font-size: 13px;
  line-height: 17px;
  font-weight: normal;
  text-decoration: none;
  color: white;
}
#unibox-suggest-box .unibox__selectable-title .unibox-ac-c {
  color: inherit;
}
#unibox-suggest-box .unibox__cluster--type-searchHistory {
  margin: 0;
  margin-bottom: 15px;
  padding: 0 15px 15px 15px;
}
#unibox-suggest-box .unibox__cluster--type-searchHistory .unibox__suggest-heading {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: red;
  font-weight: normal;
}
#unibox-suggest-box .unibox__cluster--type-searchHistory .unibox__selectable {
  padding: 0;
  background-color: transparent;
}
#unibox-suggest-box .unibox__cluster--type-searchHistory .unibox__selectable-title {
  font-size: 13px;
  line-height: 17px;
  font-weight: normal;
  text-decoration: none;
}
#unibox-suggest-box .unibox__cluster--type-searchHistory .unibox__selectable-title:hover {
  text-decoration: underline;
}
#unibox-suggest-box .unibox__cluster--type-searchHistory .unibox__delete-history SVG {
  fill: #767676;
}
#unibox-suggest-box .unibox__cluster--type-searchHistory .unibox__delete-history SVG:hover {
  fill: white;
}
#unibox-suggest-box .unibox__selectable--show-all {
  border-top: 1px solid #767676;
  padding: 15px 0 0 0;
  color: white;
}
#unibox-suggest-box .unibox__selectable--show-all .unibox__show-all-text {
  color: white;
  font-size: 13px;
  line-height: 17px;
  font-weight: normal;
  text-decoration: none;
}
#unibox-suggest-box .unibox__selectable--show-all .unibox__show-all-icon {
  margin-left: 2px;
}
#unibox-suggest-box .unibox__selectable--show-all .unibox__show-all-icon SVG {
  fill: white;
}
#unibox-suggest-box .unibox__selectable--show-all:hover .unibox__show-all-text {
  text-decoration: underline;
}

@media (max-width: 767px) {
  #ss360-filter #ss360CloseFilterButton .ss360-close-button__icon {
    top: 4px;
    left: 26px;
  }
  #ss360-filter h3.ss360-filter__heading {
    padding-top: 60px;
  }
}
.mailchimp-newsletter-form .newsletter-container {
  position: relative;
}
.mailchimp-newsletter-form .layout {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
.mailchimp-newsletter-form .layout .field {
  flex-grow: 1;
}
.mailchimp-newsletter-form .layout .submit {
  flex-grow: 0;
}
.mailchimp-newsletter-form input[type=email] {
  text-align: left;
}
.mailchimp-newsletter-form button[type=submit] {
  padding: 5px 20px;
  background: #fff;
  border: 1px solid white;
  color: #007ABF;
  height: auto;
  text-transform: none;
  cursor: pointer;
}
.mailchimp-newsletter-form button[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0);
  border-color: #fff;
  color: #fff;
}
.mailchimp-newsletter-form .response {
  position: absolute;
  width: 100%;
  bottom: 0px;
  max-width: 480px;
  right: 0px;
  background-color: white;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
  box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.3);
}
.mailchimp-newsletter-form .response.active {
  pointer-events: auto;
  opacity: 1;
}
.mailchimp-newsletter-form .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px !important;
  top: 10px !important;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease-out;
}
.mailchimp-newsletter-form .close:hover {
  opacity: 1;
}
.mailchimp-newsletter-form .close svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 16px;
  height: 16px;
}
.mailchimp-newsletter-form .message {
  padding: 50px 20px 30px 20px;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  color: #222;
  text-align: center;
}
.mailchimp-newsletter-form .message a {
  color: #222 !important;
  text-decoration: underline !important;
}
.mailchimp-newsletter-form .message a:hover {
  text-decoration: none !important;
}
.mailchimp-newsletter-form .message p {
  margin: 0;
}

#gdpr-bar {
  position: fixed;
  z-index: 17;
  width: 100%;
  max-width: 400px;
  box-shadow: 0px 12px 8px rgba(0, 0, 0, 0.25);
  background-color: #0F4792;
  color: white;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-out;
}
@media (min-width: 768px) {
  #gdpr-bar {
    right: 10px;
    bottom: 10px;
  }
}
#gdpr-bar .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
#gdpr-bar .int {
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
}
#gdpr-bar .int a {
  text-decoration: underline;
}
#gdpr-bar .int a:hover {
  text-decoration: none;
}
#gdpr-bar .text__eyebrow, #gdpr-bar .link__back, #gdpr-bar .link__forward, #gdpr-bar FOOTER ul.horizontal.main li.menu-item-has-children > a, FOOTER ul.horizontal.main #gdpr-bar li.menu-item-has-children > a, #gdpr-bar select.filter, #gdpr-bar BODY.collective-access .browse-img-caption-coll, BODY.collective-access #gdpr-bar .browse-img-caption-coll,
#gdpr-bar BODY.collective-access .browse-list-caption-coll,
BODY.collective-access #gdpr-bar .browse-list-caption-coll,
#gdpr-bar body.vsc-initialized .browse-img-caption-coll,
body.vsc-initialized #gdpr-bar .browse-img-caption-coll,
#gdpr-bar body.vsc-initialized .browse-list-caption-coll,
body.vsc-initialized #gdpr-bar .browse-list-caption-coll, #gdpr-bar BODY.collective-access .browse-criteria .reset-btn, BODY.collective-access .browse-criteria #gdpr-bar .reset-btn,
#gdpr-bar body.vsc-initialized .browse-criteria .reset-btn,
body.vsc-initialized .browse-criteria #gdpr-bar .reset-btn,
#gdpr-bar .ss360-layer .ss360-layer__content--filter-left .ss360-filter .ss360-filter__button,
.ss360-layer .ss360-layer__content--filter-left .ss360-filter #gdpr-bar .ss360-filter__button {
  margin-bottom: 10px;
}
#gdpr-bar.active {
  pointer-events: auto;
  opacity: 1;
}

section.pagination.border .int {
  border-top: 1px solid #E0E0E0;
  padding-top: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-top : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-top : $layout__margin_xl * $multiplier;
  }    
  */
  padding-bottom: 20px;
  /*    
  @media( min-width: $breakpoint-desktop ){
      padding-bottom : $layout__margin_lg * $multiplier;
  }
  */
  /*    
  @media( min-width: $breakpoint-extralarge-desktop ){
      padding-bottom : $layout__margin_xl * $multiplier;
  }    
  */
}
@media (min-width: 768px) {
  section.pagination.border .int {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  section.pagination.border .int {
    padding-top: 30px;
  }
}
@media (min-width: 1400px) {
  section.pagination.border .int {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  section.pagination.border .int {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  section.pagination.border .int {
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  section.pagination.border .int {
    padding-bottom: 40px;
  }
}
section.pagination.border .controls {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #767676;
}
section.pagination.border .controls > a, section.pagination.border .controls > span {
  padding: 0px 10px;
}
section.pagination.border .controls a:hover, section.pagination.border .controls span.current {
  color: #007ABF;
}
section.pagination.border .controls a:hover span.arrow-link .color-fill, section.pagination.border .controls span.current span.arrow-link .color-fill {
  fill: #007ABF;
}
section.pagination.border .controls span.arrow-link .color-fill {
  fill: rgba(118, 118, 118, 0.5);
}
section.pagination.border .controls a span.arrow-link {
  margin: 0px !important;
}
section.pagination.border .controls a span.arrow-link .color-fill {
  fill: #767676;
}

span.info-icon {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
span.info-icon .trigger-icon {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
span.info-icon.is-open {
  /*   set via js
  .info-window{
  	opacity: 1;
  	pointer-events: auto;
  }
  */
}

.info-window {
  width: 100%;
  max-width: 400px;
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 0px 12px 8px rgba(0, 0, 0, 0.25);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  position: absolute;
  white-space: normal;
}
.info-window .title {
  margin-bottom: 10px;
}
.info-window .close {
  position: absolute;
  width: 13px;
  height: 13px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.overlay-window {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
}
.overlay-window.is-open {
  pointer-events: auto;
  display: flex;
}
.overlay-window .close {
  position: absolute;
  cursor: pointer;
  right: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  z-index: 3;
}
.overlay-window .close svg {
  position: absolute;
  right: 20px;
  top: 20px;
}
.overlay-window .window {
  position: relative;
  height: 100%;
  z-index: 1;
  width: 100%;
}
.overlay-window .scroll-content {
  height: 100%;
  overflow-y: auto;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .overlay-window .scroll-content {
    padding-left: 20px;
    /*    
    @media( min-width: $breakpoint-desktop ){
        padding-left : $layout__margin_lg * $multiplier;
    }
    */
    /*    
    @media( min-width: $breakpoint-extralarge-desktop ){
        padding-left : $layout__margin_xl * $multiplier;
    }    
    */
    padding-right: 20px;
    /*    
    @media( min-width: $breakpoint-desktop ){
        padding-right : $layout__margin_lg * $multiplier;
    }
    */
    /*    
    @media( min-width: $breakpoint-extralarge-desktop ){
        padding-right : $layout__margin_xl * $multiplier;
    }    
    */
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .overlay-window .scroll-content {
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .overlay-window .scroll-content {
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .overlay-window .scroll-content {
    padding-left: 40px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .overlay-window .scroll-content {
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .overlay-window .scroll-content {
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .overlay-window .scroll-content {
    padding-right: 40px;
  }
}

.image-gallery-overlay .window {
  width: 100%;
}
.image-gallery-overlay .window .slider-container {
  padding: 0;
  margin: 0;
  width: 100%;
}
.image-gallery-overlay .window .slider-container .image-sizer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.image-gallery-overlay .window .slider-container .captions {
  color: #BDBDBD;
  text-align: center;
  bottom: 10px;
}
.image-gallery-overlay .window .slider-container .arrow {
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  margin-top: 0px;
  transition: opacity 0.3s ease-out;
}
.image-gallery-overlay .window .slider-container .arrow .box {
  position: relative;
  width: 60px;
  height: 60px;
}
.image-gallery-overlay .window .slider-container .arrow .box svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.image-gallery-overlay .window .slider-container .arrow.left {
  left: 0px;
}
.image-gallery-overlay .window .slider-container .arrow.left .box {
  opacity: 1;
}
.image-gallery-overlay .window .slider-container .arrow.right {
  right: 0px;
}
.image-gallery-overlay .window .slider-container .arrow.right .box {
  opacity: 1;
}
@media (max-width: 767px) {
  .image-gallery-overlay .window .slider-container .arrow.left {
    left: -20px;
  }
  .image-gallery-overlay .window .slider-container .arrow.right {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .image-gallery-overlay .window .slider-container.slide-changed .arrow {
    opacity: 0;
    pointer-events: none;
  }
}

html.touch .image-gallery-overlay .description-text {
  visibility: hidden;
}

.enlarge-gallery-wrap .img-wrapper {
  cursor: pointer;
}

HTML.modal-open .slider-container .arrow {
  display: none;
}

HTML.modal-open .overlay-window .slider-container .arrow {
  display: block;
}

/*# sourceMappingURL=style.css.map */