/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}
/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}
/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent /* 4 */;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}
/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}
/**
 * Reset margins and paddings for all headings
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
ul,
ol {
  padding-left: 1em;
  margin: 0 0 0.5em;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}
/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block;
}
/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}
/**
 * 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;
}
/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}
/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}
/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}
/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}
/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}
/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}
/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}
/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}
/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial;
}
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
/*
	Improved screen reader only CSS class
	@author Ga�l Poupard
		@note Based on Yahoo!'s technique
		@author Thierry Koblentz
		@see https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html
	* 1.
		@note `clip` is deprecated but works everywhere
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip
	* 2.
		@note `clip-path` is the future-proof version, but not very well supported yet
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path
		@see http://caniuse.com/#search=clip-path
		@author Yvain Liechti
		@see https://twitter.com/ryuran78/status/778943389819604992
	* 3.
		@note preventing text to be condensed
		author J. Ren�e Beach
		@see https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
		@note Drupal 8 goes with word-wrap: normal instead
		@see https://www.drupal.org/node/2045151
		@see http://cgit.drupalcode.org/drupal/commit/?id=5b847ea
	* 4.
		@note !important is important
		@note Obviously you wanna hide something
		@author Harry Roberts
		@see https://csswizardry.com/2016/05/the-importance-of-important/
*/
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  /* 3 */
}
/*
	Use in conjunction with .sr-only to only display content when it's focused.
	@note Useful for skip links 
	@see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
	@note Based on a HTML5 Boilerplate technique, included in Bootstrap
	@note Fixed a bug with position: static on iOS 10.0.2 + VoiceOver
		@author Sylvain Pigeard
		@see https://github.com/twbs/bootstrap/issues/20732
*/
.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  left: 1px;
  margin: auto !important;
  overflow: visible !important;
  padding: 1px !important;
  top: 1px;
  width: auto !important;
  white-space: normal !important;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 1024px) {
  .container {
    max-width: 1440px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 560px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 860px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.bl-mb-sml {
  margin-bottom: 50px;
}
.bl-mb-default,
.bl-mb-med {
  margin-bottom: 80px;
}
.bl-mb-lrg {
  margin-bottom: 100px;
}
.bl-mb-none {
  margin-bottom: 0;
}
/**************************/
/*  Grtsk Peta            */
/**************************/
@font-face {
  font-family: GrtskPeta;
  font-weight: 600;
  src: url(/fonts/Grtsk-Peta-SemiBold.woff2) format('woff2'), url(/fonts/Grtsk-Peta-SemiBold.woff) format('woff');
}
@font-face {
  font-family: GrtskPeta;
  font-weight: 600;
  font-style: italic;
  src: url(/fonts/Grtsk-Peta-SemiBoldSlant.woff2) format('woff2'), url(/fonts/Grtsk-Peta-SemiBoldSlant.woff) format('woff');
}
@font-face {
  font-family: GrtskPeta;
  src: url(/fonts/Grtsk-Peta-Regular.woff2) format('woff2'), url(/fonts/Grtsk-Peta-Regular.woff) format('woff2');
}
@font-face {
  font-family: GrtskPeta;
  font-style: italic;
  src: url(/fonts/Grtsk-Peta-Italic.woff2) format('woff2'), url(/fonts/Grtsk-Peta-Italic.woff) format('woff');
}
/**************************/
/*  GTSuper-Text          */
/**************************/
@font-face {
  font-family: GTSuper;
  font-style: normal;
  src: url(/fonts/GT-Super-Text-Book.woff2) format('woff2'), url(/fonts/GT-Super-Text-Book.woff) format('woff');
}
@font-face {
  font-family: GTSuper;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/GT-Super-Text-Regular.woff2) format('woff2'), url(/fonts/GT-Super-Text-Regular.woff) format('woff');
}
@font-face {
  font-family: GTSuper;
  font-style: italic;
  src: url(/fonts/GT-Super-Text-Regular-Italic.woff2) format('woff2'), url(/fonts/GT-Super-Text-Regular-Italic.woff) format('woff');
}
/*********/
/* Argon */
/*********/
@font-face {
  font-family: Argon;
  src: url(/fonts/Argon-Regular.otf) format('otf'), url(/fonts/Argon-Regular.otf) format('opentype');
}
/*************/
/* Sofia Pro */
/*************/
@font-face {
  font-family: Sofia;
  font-style: normal;
  src: url(/fonts/Sofia-Pro-Regular.woff) format('woff');
}
@font-face {
  font-family: Sofia;
  font-style: italic;
  src: url(/fonts/Sofia-Pro-Regular-Italic.woff) format('woff');
}
@font-face {
  font-family: Sofia;
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/Sofia-Pro-Semi-Bold.woff) format('woff');
}
@font-face {
  font-family: Sofia;
  font-style: italic;
  font-weight: 600;
  src: url(/fonts/Sofia-Pro-Semi-Bold-Italic.woff) format('woff');
}
@font-face {
  font-family: Sofia;
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/Sofia-Pro-Bold.woff) format('woff');
}
@font-face {
  font-family: Sofia;
  font-style: italic;
  font-weight: 700;
  src: url(/fonts/Sofia-Pro-Bold-Italic.woff) format('woff');
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  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 {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.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__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list {
  display: block;
}
.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: transparent;
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset:-3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset:-3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
.c--splide-content-container {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 460px;
}
.c--splide-content-content {
  max-width: 800px;
  padding: 4rem 1rem;
  position: relative;
  text-align: center;
}
.c--splide-carousel-overlay:before {
  background: rgba(24, 53, 86, 0.3);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  border-radius: 0;
  cursor: pointer;
  opacity: 0.7;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #20b2aa;
  opacity: 1;
}
.splide__pagination--ttb .splide__pagination__page {
  height: 20px;
  width: 5px;
}
.splide__pagination {
  bottom: 1em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #fff;
  border: 0;
  border-radius: 0;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 1;
  padding: 0;
  position: relative;
  transition: background-color 0.2s linear;
  width: 40px;
}
.splide__pagination__page.is-active {
  background: #FFF;
  transform: none;
  z-index: 1;
}
.splide__pagination__page:hover {
  background: #FFF;
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #FFF;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #FFF;
  outline-offset: 3px;
}
/* This is the vendor supplied CSS, copied as-is but I have replaced some values with varirables. */
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}
.glightbox-container.inactive {
  display: none;
}
.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}
.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}
.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}
.glightbox-container .gslide-inner-content {
  width: 100%;
}
.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}
.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}
.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}
.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}
.gslide:not(.current) {
  pointer-events: none;
}
.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}
.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}
.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}
.gslide-image img.zoomable {
  position: relative;
}
.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}
.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}
.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}
.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}
.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}
.gslide-video.playing::before {
  display: none;
}
.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}
.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}
.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}
.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}
.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}
.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}
.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}
.gslide-media {
  background-color: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}
.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}
.gslide-description p {
  margin-bottom: 12px;
}
.gslide-description p:last-child {
  margin-bottom: 0;
}
.zoomed .gslide-description {
  display: none;
}
.glightbox-button-hidden {
  display: none;
}
/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}
.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}
.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}
.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}
.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}
.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gabsolute {
  position: absolute;
}
.grelative {
  position: relative;
}
.glightbox-desc {
  display: none !important;
}
.glightbox-open {
  overflow: hidden;
}
.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}
.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #183556;
  will-change: opacity;
}
.glightbox-mobile .goverlay {
  background: #183556;
}
.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}
.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}
.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}
.gbtn.focused {
  outline: 2px solid #0f3d81;
}
iframe.wait-autoplay {
  opacity: 0;
}
.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}
/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}
.glightbox-clean .gdesc-inner {
  padding: 12px 12px;
}
.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}
.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  line-height: 1.4em;
}
.glightbox-clean .gslide-video {
  background: #000;
}
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}
.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}
.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}
.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}
.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}
.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}
.glightbox-clean .gclose:hover {
  opacity: 1;
}
/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}
.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}
.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}
.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}
.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}
.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}
.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}
.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}
@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(24, 53, 86, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #183556;
  }
}
body {
  font-family: GrtskPeta, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.012em;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
.hero {
  font-size: 1rem;
  font-size: 56px;
  font-weight: 300;
  letter-spacing: -0.012em;
  line-height: 1.2;
}
@media screen and (min-width: 680px) {
  .hero {
    font-size: clamp(56px, 56px + 2vw, 90px);
  }
}
@media screen and (min-width: 1080px) {
  .hero {
    font-size: 90px;
  }
}
.impact h1,
.impact .h1,
h1.impact,
.h1.impact,
.impact h2,
.impact .h2,
h2.impact,
.h2.impact {
  font-weight: 300;
  letter-spacing: -0.012em;
  line-height: 1.3;
}
.impact h1,
.impact .h1,
h1.impact,
.h1.impact {
  font-size: 1rem;
  font-size: 42px;
  margin-bottom: 50px;
}
@media screen and (min-width: 680px) {
  .impact h1,
  .impact .h1,
  h1.impact,
  .h1.impact {
    font-size: clamp(42px, 42px + 2vw, 76px);
  }
}
@media screen and (min-width: 1080px) {
  .impact h1,
  .impact .h1,
  h1.impact,
  .h1.impact {
    font-size: 76px;
  }
}
.impact h2,
.impact .h2,
h2.impact,
.h2.impact {
  font-size: 1rem;
  font-size: 28px;
}
@media screen and (min-width: 680px) {
  .impact h2,
  .impact .h2,
  h2.impact,
  .h2.impact {
    font-size: clamp(28px, 28px + 2vw, 32px);
  }
}
@media screen and (min-width: 1080px) {
  .impact h2,
  .impact .h2,
  h2.impact,
  .h2.impact {
    font-size: 32px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-weight: 300;
  letter-spacing: -0.012em;
  text-wrap: balance;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  line-height: 1.3;
}
h4,
.h4,
h5,
.h5 {
  line-height: 1.4;
}
h1,
.h1 {
  font-size: 1rem;
  font-size: 34px;
}
@media screen and (min-width: 680px) {
  h1,
  .h1 {
    font-size: clamp(34px, 34px + 2vw, 64px);
  }
}
@media screen and (min-width: 1080px) {
  h1,
  .h1 {
    font-size: 64px;
  }
}
h2,
.h2 {
  font-size: 1rem;
  font-size: 28px;
}
@media screen and (min-width: 680px) {
  h2,
  .h2 {
    font-size: clamp(28px, 28px + 2vw, 44px);
  }
}
@media screen and (min-width: 1080px) {
  h2,
  .h2 {
    font-size: 44px;
  }
}
h3,
.h3 {
  font-size: 1rem;
  font-size: 24px;
}
@media screen and (min-width: 680px) {
  h3,
  .h3 {
    font-size: clamp(24px, 24px + 2vw, 32px);
  }
}
@media screen and (min-width: 1080px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}
h4,
.h4 {
  font-size: 1rem;
  font-size: 20px;
}
@media screen and (min-width: 680px) {
  h4,
  .h4 {
    font-size: clamp(20px, 20px + 2vw, 24px);
  }
}
@media screen and (min-width: 1080px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
h5,
.h5 {
  font-size: 1rem;
  font-size: 18px;
}
@media screen and (min-width: 680px) {
  h5,
  .h5 {
    font-size: clamp(18px, 18px + 2vw, 20px);
  }
}
@media screen and (min-width: 1080px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}
.menu__item {
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}
.breadcrumb-items {
  text-transform: uppercase;
}
p {
  margin: 0 0 1em;
}
.emphasis,
.pullquote {
  font-size: 1rem;
  font-size: 18px;
  font-family: GTSuper, Times, serif;
  font-weight: 400;
  line-height: 1.5;
  text-wrap: balance;
}
@media screen and (min-width: 680px) {
  .emphasis,
  .pullquote {
    font-size: clamp(18px, 18px + 2vw, 28px);
  }
}
@media screen and (min-width: 1080px) {
  .emphasis,
  .pullquote {
    font-size: 28px;
  }
}
strong,
.text-bold {
  font-weight: 600;
}
.span-with-icon {
  display: block;
  font-weight: 400;
}
.span-with-icon svg {
  margin-right: 12px;
  margin-top: -3px;
}
.tag,
.card-label {
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}
figcaption,
.caption,
.cite,
.no-image {
  font-family: GTSuper, Times, serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
}
emfigcaption,
em.caption,
em.cite,
em.no-image,
figcaption.italic,
.caption.italic,
.cite.italic,
.no-image.italic {
  font-style: italic;
  font-weight: 300;
}
.caption {
  margin-bottom: 16px;
}
@media all and (min-width: 860px) {
  .caption {
    margin-bottom: 28px;
  }
}
a {
  color: inherit;
  font-weight: 600;
  padding: 2px;
  text-decoration-line: underline;
  text-underline-offset: 7px;
}
a:hover {
  color: inherit;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}
.card-item a,
.list-card a {
  font-weight: 300;
}
a[href^="http"]:not(.no-icon):before,
a[href^="http"]:not(.btn) {
  position: relative;
  padding-left: 30px;
}
a[href^="http"]:not(.no-icon):before:before,
a[href^="http"]:not(.btn):before {
  background-image: url('/assets/icons/external-link.svg');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 18px;
}
.menu__submenu-item a[href^="http"]:not(.btn) {
  position: relative;
  padding-left: 0;
}
.menu__submenu-item a[href^="http"]:not(.btn):before {
  background-image: url(/assets/icons/arrow-right.svg);
  background-repeat: no-repeat;
  content: '';
  height: 24px;
  margin-left: -10px;
  position: absolute;
  text-decoration: none;
  top: 4px;
  width: 43px;
  transition: 0.15s ease-out;
}
.menu__submenu-item a[href^="http"]:not(.btn):hover:before {
  margin-left: 0;
  transition: 0.3s ease-out;
}
.menu__submenu-item a[href^="http"]:not(.btn):hover:after {
  margin-left: -10px;
}
.menu__submenu-item a[href^="http"]:not(.btn):hover > span {
  margin-left: 50px;
  transition: 0.3s ease-out;
}
a.link--noIcon[href^="http"]:not(.btn) {
  padding-left: 0;
}
a.link--noIcon[href^="http"]:not(.btn):before {
  background-image: none;
}
button,
.btn {
  font-family: GrtskPeta, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.btn-toggle {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.3;
}
.date-hero {
  font-size: 72px;
  font-size: 7.2rem;
  font-family: GTSuper, Times, serif;
  line-height: 1.5;
}
.date-heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: GTSuper, Times, serif;
  line-height: 1.4;
}
.date-thumbnail,
.card-date {
  display: block;
  font-size: 1rem;
  font-size: 16px;
  font-family: GTSuper, Times, serif;
  line-height: 1.4;
}
@media screen and (min-width: 680px) {
  .date-thumbnail,
  .card-date {
    font-size: clamp(16px, 16px + 2vw, 18px);
  }
}
@media screen and (min-width: 1080px) {
  .date-thumbnail,
  .card-date {
    font-size: 18px;
  }
}
@media all and (min-width: 860px) {
  .date-thumbnail,
  .card-date {
    line-height: 1.5;
  }
}
.inPageNav--link a {
  font-weight: 300;
}
ul > li > a {
  font-weight: 300;
  text-decoration: none;
}
svg.primary,
svg *.primary {
  fill: currentColor;
}
svg.secondary,
svg *.secondary {
  fill: #FFF;
}
svg.stroke-alt,
svg *.stroke-alt {
  stroke: #FFF;
}
svg.btn-icon {
  fill: currentColor;
}
.svg-logo,
.svg-logo path,
.svg-logo g,
.svg-logo polygon {
  fill: currentColor;
}
.bg--primary {
  background-color: #000;
}
.bg--secondary {
  background-color: #FFF;
}
.bg--dark {
  background-color: #555555;
}
.bg--medium {
  background-color: #7D7D7D;
}
.bg--light {
  background-color: #F0F0F0;
}
.bg--warning {
  background-color: #E53451;
}
.bg--success {
  background-color: #009F72;
}
.fg--dark {
  color: #555555;
}
.fg--medium {
  color: #7D7D7D;
}
.fg--white {
  color: #FFF;
}
.fg--primary {
  color: #000;
}
.fg--secondary {
  color: #FFF;
}
.fg--warning {
  background-color: #E53451;
}
.fg--success {
  background-color: #009F72;
}
button {
  color: inherit;
}
.btn {
  -webkit-appearance: none;
  -webkit-user-select: none;
  background: none;
  border: 1px solid currentColor;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  transition: 0.2s background ease-in-out;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn:focus,
.btn:active {
  border: 4px double currentColor;
  width: auto;
}
.btn:hover {
  text-decoration: none;
}
.btn-cursor-default {
  cursor: default;
}
.btn-icon {
  border: none;
  height: 14px;
  margin-left: 12px;
  padding: 0;
  width: 14px;
}
.btn-icon-large {
  height: 24px;
  width: 24px;
}
.btn-icon-no-margin {
  margin: 0;
}
.btn-primary {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-primary:hover {
  color: #000;
  background-color: #FFF;
}
.btn-primary--alt {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  outline: none;
}
.btn-secondary {
  background-color: #FFF;
  border-color: #FFF;
  color: #000;
}
.btn-secondary:hover {
  color: #FFF;
  background-color: #000;
}
.btn-secondary--alt {
  background-color: #000;
  border-color: #000;
  color: #fff;
  outline: none;
}
.btn-ghost {
  background-color: #fff;
  border: none;
}
.btn-ghost:hover,
.btn-ghost.active-filter {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-ghost:focus,
.btn-ghost:active {
  border-color: currentColor;
  outline: none;
}
.btn-ghost--alt {
  background-color: #000;
  border: none;
  color: #fff;
  outline: none;
}
a.btn-cta {
  margin-left: 0;
  padding: 10px 16px;
  text-decoration: none;
}
a.btn-cta:before {
  display: none;
}
.btn-dropdown {
  border: none;
  color: inherit;
  text-align: left;
  width: 100%;
}
.btn-dropdown:hover,
.btn-dropdown.active-filter {
  background-color: #F0F0F0;
}
.btn-dropdown:focus,
.btn-dropdown:active {
  border: none;
  outline: none;
}
.btn-dropdown:focus-visible {
  border: 1px solid #000;
}
.btn-date {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 195px;
  padding: 20px 12px;
  width: 120px;
}
.btn-date:hover,
.btn-date.active-filter {
  background-color: #000;
  color: #FFF;
  width: 120px;
}
.btn-date:focus,
.btn-date:active {
  border: none;
  outline: none;
}
.btn-date:focus-visible {
  border: 1px solid #000 !important;
  width: 120px;
}
.btn-date span {
  display: block;
  text-transform: uppercase;
}
.btn-toggle {
  border: none;
  border-bottom: 6px solid transparent;
  color: #9B9B9B;
  padding: 12px 0;
}
.btn-toggle:hover,
.btn-toggle:focus,
.btn-toggle:active,
.btn-toggle.active-filter {
  border: none;
  border-bottom: 6px solid currentColor;
  outline: none;
}
.btn-toggle.active-filter {
  color: currentColor;
}
.btn-toggle + .btn-toggle {
  margin-left: 20px;
}
.pullquote:before {
  background-image: url('/assets/icons/quote.svg');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 24px;
  margin-bottom: 1.8rem;
  text-decoration: none;
  width: 24px;
}
.pullquote .cite {
  display: block;
  margin-top: 2.2rem;
}
.arrow-link {
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
  padding-left: 0;
}
.arrow-link > span {
  font-weight: 600;
  margin: 0 10px 0 40px;
  transition: 0.15s ease-out;
  padding-bottom: 2px;
  display: inline-block;
  text-decoration: underline;
}
.arrow-link:before {
  background-image: url('/assets/icons/arrow-right.svg');
  background-repeat: no-repeat;
  content: '';
  height: 24px;
  margin-left: -10px;
  position: absolute;
  text-decoration: none;
  top: 4px;
  width: 43px;
  transition: 0.15s ease-out;
}
.arrow-link:hover {
  text-underline-offset: 7px;
}
.arrow-link:hover:before {
  margin-left: 0;
  transition: 0.3s ease-out;
}
.arrow-link:hover:after {
  margin-left: -10px;
}
.arrow-link:hover > span {
  margin-left: 50px;
  transition: 0.3s ease-out;
}
.relatedLink--container-center {
  margin: 0 auto 84px auto;
  max-width: 220px;
}
.relatedLink--container-center p {
  margin-bottom: 40px;
}
.relatedLink--container-center a {
  max-width: 220px;
  margin: auto;
}
@media all and (min-width: 860px) {
  .relatedLink--container-center {
    text-align: center;
    max-width: 100%;
  }
  .relatedLink--container-center p {
    margin-bottom: 24px;
  }
  .relatedLink--container-center .subpage-link {
    text-align: left;
    float: none;
  }
}
.nav--links-container a {
  line-height: 30px;
}
a[href^="http"].link-as-button {
  margin-left: 0;
  padding: 10px 16px;
  text-decoration: none;
  background-color: #000;
  border-color: #000;
  color: #fff;
  width: 100%;
  display: block;
  font-weight: 300;
  text-align: center;
}
a[href^="http"].link-as-button:before {
  background-image: none;
}
a[href^="http"].link-as-button:hover {
  color: #000;
  background-color: #FFF;
  border: 1px solid #000;
}
.list-clean {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-inline {
  display: inline-block;
}
.list-inline > li {
  display: inline-block;
}
.list-flex {
  display: flex;
  flex-wrap: wrap;
}
.list-flex > li {
  display: inline-block;
}
ul,
ol {
  margin-bottom: 24px;
}
/* used for min-width media queries*/
/* used for min-width media queries*/
/********************************************************/
/* Set visibility of div's that determine header class. */
/********************************************************/
body #isSmall {
  visibility: visible;
}
body #isMedium {
  visibility: hidden;
}
@media all and (min-width: 560px) {
  body #isSmall {
    visibility: hidden;
  }
  body #isMedium {
    visibility: visible;
  }
}
@media all and (min-width: 896px) {
  body #isSmall {
    visibility: hidden;
  }
  body #isMedium {
    visibility: hidden;
  }
}
/**********************************/
/* Base header styles             */
/**********************************/
header {
  opacity: 0;
  transition: opacity 0.2s ease;
}
header.header--small,
header.header--medium,
header.header--large {
  opacity: 1;
}
.header {
  background-color: transparent;
  border-bottom: 1px solid currentColor;
}
.header .container {
  height: 100%;
  padding: 0;
}
.header .header__row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.header.header--small .h-sm-none {
  display: none !important;
}
.header.header--small .header__row {
  height: 60px;
  padding: 8px 12px;
}
.header.header--medium .h-md-none {
  display: none !important;
}
.header.header--medium .header__row {
  height: 64px;
  padding: 10px 12px;
}
.header.header--large .h-lg-none {
  display: none !important;
}
.header.header--large .container {
  padding: 0 15px;
}
.header.header--large .header__row {
  align-items: normal;
  height: 106px;
  padding: 17px 25px 20px 0;
  justify-content: normal;
}
/***************************/
/* Logo styles             */
/***************************/
.logo-list {
  align-self: center;
  display: flex;
  height: 32px;
  max-width: 78px;
}
.logo-list a.logo-link {
  padding: 1px;
  text-decoration: none;
}
.logo-list a.logo-link svg {
  display: block;
  height: 32px;
  width: auto;
}
.header--large .logo-list {
  align-self: auto;
  height: 64px;
  max-width: 110px;
  margin: 5px 0 0;
  padding-top: 14px;
}
.header--large .logo-list a.logo-link svg {
  height: 50px;
}
/***************************/
/* Menu icon styles        */
/***************************/
.menu__icon-list {
  align-self: center;
}
.menu__icon-list .menu__icon-list--item {
  height: 24px;
  margin-left: 20px;
  width: 24px;
}
.menu__icon-list .menu__icon-list--item svg {
  height: 24px;
  width: 24px;
}
.menu__icon-list .menu__icon-list--item:focus,
.menu__icon-list .menu__icon-list--item:active {
  border: none;
}
.header--large .menu__icon-list {
  align-self: auto;
  position: absolute;
  right: 25px;
  top: 15px;
  z-index: 10;
}
/***************************/
/* Mobile burger menu      */
/***************************/
.nav-burger .menu-icon {
  display: block;
}
.nav-burger .close-icon {
  display: none;
}
.nav-burger.open .menu-icon {
  display: none;
}
.nav-burger.open .close-icon {
  display: block;
}
/******************************/
/* Contact details            */
/******************************/
.menu__contact p,
.menu__contact a {
  margin-bottom: 4px;
}
.menu__contact .menu__address {
  margin-bottom: 27px;
}
.menu__contact a {
  display: block;
  font-weight: 300;
  padding: 0;
}
.header--large .menu__contact {
  margin-top: 45px;
}
.header--large .menu__contact p {
  margin-bottom: 7px;
}
.header--large .menu__contact .menu__address {
  margin-bottom: 34px;
}
/******************************/
/* Social details             */
/******************************/
.menu__social {
  margin-top: 28px;
  padding: 4px 0;
}
.menu__social .btn-icon {
  height: 24px;
  width: auto;
  margin: 0 4px;
  padding: 0;
}
.menu__social .btn-icon svg {
  height: 24px;
  width: auto;
}
.header--large .menu__social {
  margin-top: 37px;
}
/******************************/
/* Top-level nav              */
/******************************/
.menu {
  background-color: transparent;
  display: none;
  padding: 30px 17px 18px;
  z-index: 1;
}
.menu .menu__header h2 {
  margin-bottom: 20px;
}
.menu .menu__list {
  margin-top: 36px;
}
.menu .menu__list--row {
  flex-direction: row;
}
.menu .menu__list-item {
  cursor: pointer;
  margin-bottom: 21px;
  font-size: 1.4rem;
}
@media all and (min-width: 1440px) {
  .menu .menu__list-item {
    font-size: 1.6rem;
  }
}
.menu button.menu__item {
  all: unset;
  font-family: inherit;
  font-weight: 600;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.menu button.menu__item:focus-visible {
  outline: 2px solid #000;
}
body.menu-open {
  overflow: hidden;
}
body.menu-open .menu {
  display: block;
  background-color: #FFF;
}
body.menu-open .header--small,
body.menu-open .header--medium {
  border-bottom: none;
}
body.menu-open .header--small .menu,
body.menu-open .header--medium .menu {
  position: absolute;
  left: 0;
  right: 0;
  overflow-x: hidden;
}
body.menu-open .header--small .menu {
  top: 60px;
  min-height: calc(100vh - 60px);
}
body.menu-open .header--medium .menu {
  top: 64px;
  min-height: calc(100vh - 64px);
}
body.menu-open button.splide__arrow {
  z-index: 0;
}
.header--small .menu {
  min-height: 0;
}
.header--medium .menu {
  min-height: 0;
}
.header--medium .menu .menu__list {
  margin-top: 40px;
  position: relative;
}
.header--large .menu {
  display: inline-block;
  margin-left: auto;
  padding: 0;
}
.header--large .menu .menu__header {
  float: right;
  margin-right: 44px;
}
.header--large .menu .menu__list {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  height: 100%;
  width: 100%;
}
.header--large .menu .menu__list-item {
  margin-bottom: 0;
}
.header--large .menu .menu__item {
  border-bottom: 7px solid transparent;
  display: inline-block;
  padding: 26px 12px 13px;
}
.header--large .menu .menu__item.menu--active,
.header--large .menu .menu__item:hover {
  border-bottom: 7px solid currentColor;
  margin-bottom: 6px;
  transition: 0.2s ease-in-out;
}
@media all and (min-width: 980px) {
  .header--large .menu .menu__item {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/****************************************/
/* Submenu styles                       */
/****************************************/
.menu__submenu {
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.menu__submenu.menu__submenu--open {
  visibility: visible;
  opacity: 1;
}
.menu__submenu .menu__submenu-container {
  padding: 27px 12px;
  position: relative;
  z-index: 20;
}
.menu__submenu .menu__submenu-list {
  padding: 0;
  margin-top: -4px;
  z-index: 10;
}
.menu__submenu .menu__submenu-list:before {
  content: '';
  position: absolute;
  top: 0;
  height: 8px;
  transition: all 0.3s linear;
  width: 0;
}
.menu__submenu--active .menu__submenu .menu__submenu-list:before {
  width: 100%;
}
.menu__submenu .menu__submenu-list {
  margin-bottom: 20px;
}
.menu__submenu .menu__submenu-list .menu__submenu-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.menu__submenu .menu__submenu-list .menu__submenu-item:last-of-type {
  margin-bottom: 1px;
}
.menu__submenu .menu__submenu-back {
  border: none;
  margin-bottom: 28px;
  padding: 0;
}
.menu__submenu .menu__submenu-back svg {
  height: auto;
  margin-right: 6px;
  width: 24px;
}
.menu__submenu .menu__submenu--whatson {
  margin-bottom: 51px;
}
.menu__submenu .menu__close-subnav {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  border: none;
}
.menu__submenu .menu__close-subnav > svg {
  margin-left: 0;
}
.header--small .menu__submenu .menu__submenu-container {
  min-height: calc(100vh - 60px);
}
.header--small .menu__submenu .menu__submenu-container .menu__submenu-column {
  padding: 0;
}
.header--small .menu__submenu.menu__submenu--open {
  left: 0;
}
.header--small .menu__submenu,
.header--medium .menu__submenu {
  left: 100%;
  height: 100%;
  top: 0;
  transition: opacity 0.1s ease-out, left 0.4s ease-in-out;
}
.header--small .menu__submenu .menu__submenu-container h2,
.header--medium .menu__submenu .menu__submenu-container h2 {
  margin-bottom: 12px;
}
.header--medium .menu__submenu div.menu__submenu-column {
  width: 100%;
}
.header--medium .menu__submenu.menu__submenu--open {
  left: 50%;
}
.header--large .menu__submenu .menu__submenu-container {
  padding: 56px 24px;
}
.header--large .menu__submenu .menu__submenu-list .menu__submenu-item:not(:last-of-type) {
  margin-bottom: 44px;
}
.header--large .menu__submenu .menu__submenu--whatson {
  margin-bottom: 45px;
}
.header--large .menu__submenu .menu__submenu-footer {
  margin-top: 68px;
}
.menu__whatson-mobile {
  display: block;
}
@media all and (min-width: 896px) {
  .menu__whatson-mobile {
    display: none;
  }
}
.landing-header .pagetitle--container {
  margin-bottom: 23px;
}
.landing-header .header-image {
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 204px;
  max-height: 774px;
  margin-bottom: 17px;
  aspect-ratio: 16 / 9;
}
@media all and (min-width: 560px) {
  .landing-header .header-image {
    margin-bottom: 24px;
  }
}
@media all and (min-width: 1440px) {
  .landing-header .header-image {
    margin-bottom: 37px;
  }
}
@media all and (min-width: 860px) {
  .landing-header .image-with-text > .row {
    margin: 0;
  }
  .landing-header .image-with-text > .row .col-first {
    padding-left: 0;
  }
  .landing-header .image-with-text > .row .col-second {
    padding-right: 0;
  }
}
.standard-header .pagetitle--container {
  margin-bottom: 34px;
}
@media all and (min-width: 320px) {
  .standard-header .pagetitle--container {
    margin-bottom: 53px;
  }
}
@media all and (min-width: 860px) {
  .standard-header .pagetitle--container {
    margin-bottom: 37px;
  }
}
@media all and (min-width: 860px) {
  .standard-header .pagetitle--container {
    margin-bottom: 31px;
  }
}
@media all and (min-width: 1024px) {
  .standard-header .pagetitle--container {
    margin-bottom: 51px;
  }
}
@media all and (min-width: 1440px) {
  .standard-header .pagetitle--container {
    margin-bottom: 66px;
  }
}
.standard-header .header-image {
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 188px;
  margin-bottom: 17px;
  aspect-ratio: 3 / 2;
}
.standard-header .header-image:not(.header-image-lg) {
  max-height: 444px;
}
@media all and (min-width: 560px) {
  .standard-header .header-image:not(.header-image-lg) {
    margin-bottom: 24px;
  }
}
@media all and (min-width: 1440px) {
  .standard-header .header-image:not(.header-image-lg) {
    margin-bottom: 37px;
  }
}
.standard-header .header-image--portrait {
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
.standard-header .header-video {
  min-height: 188px;
  max-height: 774px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 17px;
}
@media all and (min-width: 560px) {
  .standard-header .header-video {
    margin-bottom: 24px;
  }
}
@media all and (min-width: 1440px) {
  .standard-header .header-video {
    margin-bottom: 37px;
  }
}
.standard-header .header-image-lg {
  max-height: 746px;
}
.standard-header .banner-caption {
  margin-top: -12px;
  margin-bottom: 30px;
}
@media all and (min-width: 860px) {
  .standard-header .banner-caption {
    margin-top: -8px;
  }
}
.overview--container {
  margin-bottom: 35px;
}
@media all and (min-width: 560px) {
  .overview--container {
    margin-bottom: 50px;
  }
}
.header-metaData:not(:last-of-type) {
  margin-bottom: 25px;
}
.header-metaData .metaData {
  display: block;
  margin-left: 38px;
  color: #555555;
}
.header-metaData .span-with-icon > svg {
  margin-right: 13.5px;
}
.header-metaData .span-with-icon span:first-of-type {
  display: inline-block;
  margin-left: 0;
}
footer {
  border-top: 1px solid currentColor;
  margin-top: 32px;
  padding: 55px 12px 17px;
  background-color: transparent;
}
.footer__heading {
  padding: 0;
}
.footer__heading h2 {
  margin-bottom: 10px;
}
.footer__main {
  margin-top: 42px;
  margin-bottom: 50px;
  padding: 0;
}
.footer__main > div:first-child {
  margin-bottom: 60px;
}
.footer__main p.p--mb-l,
.footer__main a.p--mb-l {
  margin-bottom: 18px;
}
.footer__main a {
  display: block;
  font-weight: 300;
  padding: 0;
}
.footer__main .link-list {
  padding: 0;
}
.footer__main .link-list a[href^="http"]:not(.btn):not(.btn) {
  padding-left: 0;
}
.footer__main .link-list a[href^="http"]:not(.btn):not(.btn):before {
  background-image: url(/assets/icons/arrow-right.svg);
  background-repeat: no-repeat;
  content: '';
  height: 24px;
  margin-left: -10px;
  position: absolute;
  text-decoration: none;
  top: 4px;
  width: 43px;
  transition: 0.15s ease-out;
}
.footer__main .link-list a[href^="http"]:not(.btn):not(.btn):hover:before {
  margin-left: 0;
  transition: 0.3s ease-out;
}
.footer__main .link-list a[href^="http"]:not(.btn):not(.btn):hover:after {
  margin-left: -10px;
}
.footer__main .link-list a[href^="http"]:not(.btn):not(.btn):hover > span {
  margin-left: 50px;
  transition: 0.3s ease-out;
}
.footer__main .link-list:not(:last-of-type) {
  margin-bottom: 12px;
}
.footer__main .link-list .arrow-link:not(:last-child) {
  margin-bottom: 28px;
}
.footer__main .nav--links-container {
  padding: 0;
  margin-bottom: 32px;
}
@media (min-width: 560px) {
  .footer__main .nav--links-container {
    margin-bottom: 0;
  }
}
.footer__logos {
  padding: 0;
  margin-bottom: 54px;
}
.footer__logos > div {
  text-align: center;
}
.footer__logos svg {
  height: 62px;
  padding: 0 12px;
  width: auto;
}
.footer__logos .gb-logo {
  display: inline-flex;
  height: 62px;
  padding: 0 12px;
}
.footer__logos .gb-logo svg {
  padding: 1px;
}
.footer__social {
  margin-bottom: 44px;
}
.footer__social .btn-icon {
  background-color: #000;
  border-radius: 50%;
  color: #FFF;
  height: 36px;
  margin: 0 8px;
  width: 36px;
}
.footer__social .btn-icon svg {
  height: 100%;
  width: 100%;
}
.footer__link {
  display: block;
  margin-bottom: 1rem;
  text-decoration: none;
}
@media (max-width: 400px) {
  .footer__logos > div {
    width: 100%;
  }
  .footer__logos > div:first-child {
    margin-bottom: 18px;
  }
}
@media (min-width: 560px) {
  footer {
    padding: 67px 27px 22px;
  }
  .footer__heading {
    text-align: center;
  }
  .footer__heading h2 {
    margin-bottom: 10px;
  }
  .footer__main {
    margin-top: 78px;
    margin-bottom: 78px;
  }
  .footer__main > div {
    margin-bottom: 32px;
  }
  .footer__main p,
  .footer__main a {
    margin-bottom: 15px;
  }
  .footer__main p.p--mb-l,
  .footer__main a.p--mb-l {
    margin-bottom: 46px;
  }
  .footer__main .link-list {
    margin-bottom: 0;
  }
  .footer__main .link-list .arrow-link:not(:last-child) {
    margin-bottom: 42px;
  }
  .footer__logos {
    margin-bottom: 70px;
  }
  .footer__logos > div:first-child {
    text-align: right;
  }
  .footer__logos > div:last-child {
    text-align: left;
  }
  .footer__logos svg {
    padding: 0 25px;
  }
  .footer__social {
    margin-bottom: 56px;
  }
  .footer__links .footer__link {
    display: inline-block;
    padding: 0 14px;
  }
  .footer__link {
    margin-bottom: 1rem;
  }
}
@media (min-width: 860px) {
  .footer__main > div {
    margin-bottom: 0;
  }
}
.side-nav-container {
  display: flex;
  flex-direction: column;
  row-gap: 36px;
  position: relative;
}
.side-nav-container a {
  text-decoration: none;
}
@media all and (min-width: 560px) {
  .side-nav-container .sidebar-nav {
    position: absolute;
    width: 92%;
  }
}
.sidebar-trigger[aria-expanded="false"] .sidebar-arrow {
  transform: rotateZ(-180deg);
}
.top-nav {
  display: flex;
  flex-direction: column;
  row-gap: 21px;
}
.top-nav li {
  padding: 15px 0 31px 0;
}
.top-nav > li {
  position: relative;
}
.top-nav > li:after {
  position: absolute;
  content: ' ';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
}
.child-nav {
  margin-left: 18px;
}
.child-nav li {
  padding: 5px 0;
}
.child-nav .current {
  position: relative;
}
.child-nav .current:after {
  position: absolute;
  content: ' ';
  top: 0;
  left: -18px;
  width: 2px;
  height: 100%;
  border-left: 2px solid #000;
}
.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar-arrow {
  bottom: 0;
  height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  transition: transform 0.35s ease-out;
  width: 25px;
}
.sidebar-trigger {
  background: none;
  border: none;
  border-radius: 0;
  display: block;
  height: 25px;
  position: relative;
  text-align: center;
  transition: color 0.2s ease-in, border-color 0.2s ease-in;
  width: 25px;
}
.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.accordion-item {
  border-bottom: 1px solid #000;
  margin: 1em 0;
  position: relative;
}
.accordion-trigger {
  border: none;
  display: block;
  padding-left: 50px;
  position: relative;
  text-align: left;
  transition: color 0.2s ease-in, border-color 0.2s ease-in;
  white-space: normal;
  width: 100%;
}
.accordion-trigger[aria-expanded="true"] .accordion-arrow {
  transform: rotate(-180deg);
  transform-origin: center center;
}
.accordion-trigger:active,
.accordion-trigger:hover,
.accordion-trigger:focus {
  outline: none;
  border: none;
}
.accordion-arrow {
  bottom: 0;
  height: 27px;
  margin-top: auto;
  margin-bottom: auto;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.35s ease-out;
  width: 27px;
}
.accordion-arrow svg {
  fill: currentColor;
  position: absolute;
}
.accordion-content {
  border-top: 1px solid black;
  opacity: 1;
  transition: height 0.5s ease, opacity 0.5s ease, padding 0.35s ease;
  margin-top: 20px;
  height: 100%;
}
.accordion-content[hidden] {
  height: 0;
  opacity: 0;
}
@media all and (min-width: 560px) {
  .accordion-content {
    margin-top: 0;
  }
}
.accordion-body {
  padding: 32px 0;
}
@media all and (min-width: 560px) {
  .accordion-body {
    margin-left: 50px;
  }
}
.accordion-body p {
  margin: 0;
}
.accordion-title {
  margin-bottom: 3px;
}
@media all and (min-width: 560px) {
  .accordion-title {
    margin-bottom: 6px;
  }
}
.overlay-container {
  position: relative;
}
#searchOverlayOpen:hover {
  background-color: #000;
  color: #FFF;
}
#navSearchClear {
  visibility: hidden;
}
#navSearchClear svg path {
  fill: #7D7D7D;
}
.search-overlay {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  background-color: #000;
  transition: 0.2s ease-out;
}
.search-overlay.show {
  height: 125px;
  z-index: 999;
}
@media all and (min-width: 860px) {
  .search-overlay.show {
    transition: 0.4s ease-out;
    height: 220px;
  }
}
.overlay-search-container input[type=text] {
  border: 0;
  width: 85%;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
}
@media all and (min-width: 1024px) {
  .overlay-search-container input[type=text] {
    font-size: 52px;
    font-size: 5.2rem;
    font-weight: 600;
  }
}
.overlay-search-container input[type=text],
.overlay-search-container button {
  display: inline-block;
  min-height: 55px;
}
.overlay-search-container button {
  border: 0;
  background-color: transparent;
  color: #7D7D7D;
}
.overlay-search-container button:hover {
  cursor: pointer;
  color: #FFF;
}
@media all and (min-width: 860px) {
  .overlay-search-container button:nth-of-type(2) {
    margin-left: 48px;
  }
}
.search-input-container .nav-search {
  width: 100%;
  display: flex;
}
.search-input-container .nav-search svg {
  margin-right: -1px;
  height: 30px;
  width: 30px;
}
@media all and (min-width: 860px) {
  .search-input-container .nav-search svg {
    height: 40px;
    width: 40px;
    margin-top: -10px;
    margin-right: -10px;
  }
}
@media all and (min-width: 860px) {
  .search-input-container {
    margin-top: 72px;
  }
}
.search-overlay #searchOverlayClose {
  float: right;
}
.search-overlay #searchOverlayClose svg {
  float: right;
  height: 40px;
  width: 40px;
}
.search-overlay #searchOverlayClose svg path {
  fill: #FFF;
}
#overlay-hr {
  height: 3px;
  background-color: #7D7D7D;
  width: 100%;
}
.search-overlay.show .search-overlay__wrapper {
  opacity: 1;
  visibility: visible;
}
.search-overlay .search-overlay__wrapper {
  opacity: 0;
  visibility: hidden;
}
.search-overlay .search-overlay__wrapper:hover {
  color: #FFF !important;
}
.search-overlay .search-overlay__wrapper:hover #navSearchSubmit {
  color: #FFF;
}
.search-overlay .search-overlay__wrapper:hover #overlay-hr {
  background-color: #FFF;
}
.search-overlay .search-overlay__wrapper input {
  background-color: transparent;
  color: #FFF;
  flex-grow: 2;
}
.search-overlay .search-overlay__wrapper input:focus {
  outline: none;
}
.image-block img {
  max-width: 100%;
}
.image-block__content {
  display: inline-block;
  text-align: left;
}
.image-block__caption {
  margin-top: 9px;
}
.image-block__caption p {
  margin: 0;
}
.embed-responsive--center {
  margin-left: auto;
  margin-right: auto;
}
.embed-responsive-video {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
}
.embed-responsive-video iframe {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.image-with-text__image {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
}
.image-with-text__caption {
  margin-top: 9px;
}
.image-with-text__caption p {
  margin-bottom: 0;
}
.image-with-text__content {
  padding: 16px;
}
.image-with-text__content :first-child {
  margin-top: 0;
}
@media (min-width: 860px) {
  .image-with-text > .col-first,
  .image-with-text > .col-second {
    padding: 0 42px;
  }
}
.image-with-text__image {
  min-height: 300px;
  height: 100%;
}
.image-with-text__content {
  display: flex;
  height: 100%;
  padding: 0;
}
.image-with-text__50 > img {
  object-fit: contain;
  object-position: left top;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}
.breadcrumb-items {
  column-gap: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 18px 0 0;
  position: relative;
}
.breadcrumb-item > * {
  margin-left: 32px;
  position: relative;
  text-underline-offset: 7px;
}
.breadcrumb-item > *:before {
  content: ' ';
  background-image: url('/assets/icons/chevron.svg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 24px;
  position: absolute;
  left: -32px;
  top: 1px;
  width: 24px;
}
.breadcrumb-item:first-child > * {
  margin-left: 0;
}
.breadcrumb-item:first-child > a:before {
  display: none;
}
.breadcrumb-item.breadcrumb-link > a {
  margin-left: 30px;
}
.breadcrumb-item.breadcrumb-link > a:before {
  display: block;
  transform: rotate(180deg);
}
@media all and (min-width: 560px) {
  .breadcrumb-item.breadcrumb-link > a {
    margin-left: 0;
  }
  .breadcrumb-item.breadcrumb-link > a:before {
    display: none;
  }
}
.page-intro {
  margin: 80px auto;
  max-width: 1200px;
}
.topic-filter {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-top: 20px;
  margin-bottom: 100px;
  padding: 1.5em 0;
}
.topic-filter button {
  margin: 0.5em 1em 0.5em 0;
}
.card-list .mb-s {
  margin-bottom: 0.4rem;
}
.card-list .mb-m {
  margin-bottom: 0.8rem;
}
.card-list .mb-l {
  margin-bottom: 1.2rem;
}
.card-list .mt-xl {
  margin-top: 2rem;
}
.card-panel {
  width: 100%;
}
.card-panel__grid {
  display: grid;
}
.card-item {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .card-item {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 560px) and (max-width: 1024px) {
  .card-item {
    height: 600px;
    overflow: hidden;
  }
}
.card-item a {
  text-decoration: none;
  padding: 0;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}
.card-item a:hover {
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}
.card-item h4 {
  font-size: 22px;
  margin-bottom: 1.5rem;
}
.card-item:hover .card-image img {
  opacity: 0.7;
}
.card-image {
  transition: 0.7s ease;
}
.card-image img {
  object-fit: contain;
  object-position: left top;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}
.card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 0;
}
.card-content {
  flex-grow: 1;
  flex-shrink: 0;
}
.card-content span {
  display: block;
}
.card-date {
  display: inline-block;
}
.card-date + .card-date {
  margin-top: 0.4rem * 2;
}
.card-list--intro {
  margin-bottom: 24px;
}
.splide-gallery {
  padding-bottom: 65px;
}
.splide-gallery .splide__slide {
  transition: opacity 0.2s ease;
  opacity: 0.4;
}
.splide-gallery .splide__slide.is-active {
  opacity: 1;
}
.splide-gallery .splide__slide a {
  text-decoration: none;
}
.splide-gallery .splide__slide .caption {
  display: block;
  margin-top: 9px;
  min-width: 100%;
  width: 0px;
}
.splide-gallery .splide__pagination__page {
  display: none;
}
.splide-gallery .splide__arrows {
  position: relative;
  top: 45px;
  max-width: 130px;
  margin: 0;
}
.gallery-block-title {
  margin-bottom: 12px;
}
.download-icon {
  height: 35px;
  margin-right: 16px;
  width: 28px;
}
.download-icon svg {
  height: 100%;
  width: 100%;
}
.document-title {
  margin: 15px 0 8px;
}
.document-list-inline-item {
  align-items: center;
  border-bottom: 1px solid currentColor;
  display: flex;
  min-height: 85px;
  justify-content: space-between;
  list-style: none;
  padding: 12px 0 16px;
}
.document-details {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
}
.document-name {
  display: flex;
  flex-basis: 100%;
}
.document-meta-cta {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
}
.document-meta-cta span {
  color: #828282;
  text-transform: uppercase;
  width: 100%;
}
.document-meta-cta a {
  flex: 1 0 50%;
  text-align: right;
  text-decoration: underline;
}
.document-type {
  flex-shrink: 0;
  margin-right: 4px;
}
.document-size {
  flex-grow: 1;
  flex-shrink: 0;
  margin-left: 4px;
}
@media (min-width: 860px) {
  .document-list-inline-item {
    height: 70px;
    padding: 20px 0 20px 10px;
  }
  .download-icon {
    margin-left: 10px;
    margin-right: 13px;
    height: 24px;
    width: 18px;
  }
  .document-name,
  .document-meta-cta {
    flex-basis: content;
  }
  .document-meta-cta {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  .document-meta-cta span {
    margin-left: 8px;
  }
  .document-meta-cta a {
    flex: 0 0 125px;
  }
  .document-type,
  .document-size {
    flex: 0 0 auto;
  }
  .document-list-inline-item:hover,
  .document-list-inline-item:focus,
  .document-list-inline-item:active {
    background-color: #F0F0F0;
    border-bottom: 2px solid currentColor;
    border-top: 1px solid transparent;
    height: 68px;
  }
}
@media (max-width: 560px) {
  .document-list-inline-item {
    flex-direction: column;
    gap: 24px;
  }
  .document-list-inline-item .document-name,
  .document-list-inline-item .document-details {
    place-self: start;
  }
  .document-list-inline-item .document-details {
    margin-left: 0;
  }
  .document-list-inline-item .document-meta-cta {
    align-items: center;
  }
  .document-list-inline-item .document-meta-cta .document-size {
    flex-grow: unset;
    flex-shrink: unset;
    margin-right: 0;
  }
  .document-list-inline-item .document-meta-cta a {
    flex-grow: unset;
    flex-basis: unset;
  }
  .document-list-inline-item .download-icon {
    height: 20px;
  }
}
#mc_embed_signup form {
  display: block;
  position: relative;
  max-width: 550px;
  text-align: left;
}
#mc_embed_signup input {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid transparent;
  border-radius: 0;
  font-family: GrtskPeta, Arial, sans-serif;
  font-size: inherit;
}
#mc_embed_signup input:focus {
  border-color: #333;
}
#mc_embed_signup input[type=submit] {
  background-color: transparent;
  border: 1px solid #fff;
}
#mc_embed_signup input[type=submit]:hover {
  color: #000;
  background-color: #fff;
}
#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox;
}
#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio;
}
#mc_embed_signup .small-meta {
  font-size: 11px;
}
#mc_embed_signup .nowrap {
  white-space: nowrap;
}
#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%;
}
* html #mc_embed_signup .size1of2 {
  margin-right: 2%;
  /* Fix for IE6 double margins. */
}
.mc-field-group {
  clear: left;
  position: relative;
  padding-bottom: 3%;
  min-height: 50px;
}
.mc-field-group label {
  display: block;
  margin-bottom: 3px;
}
.mc-field-group input {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
}
.mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px;
}
#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}
#mc_embed_signup .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}
#mc_embed_signup .clear {
  clear: both;
}
#mc_embed_signup .foot {
  display: grid;
  grid-template-columns: 3fr 1fr;
  width: 96%;
  align-items: center;
}
@media screen and (max-width: 400px) {
  #mc_embed_signup .foot {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    align-items: center;
  }
}
@media screen and (max-width: 400px) {
  #mc_embed_signup .referralBadge {
    width: 50%;
  }
}
#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0;
}
#mc_embed_signup .mc-field-group.input-group label {
  display: inline;
}
#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none;
}
#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 90%;
  margin: 0;
  clear: both;
}
#mc_embed_signup div.response {
  margin: 0 0 1em;
  padding: 1em 0.5em 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}
#mc_embed_signup #mce-error-response {
  display: none;
}
#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}
#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}
#mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 1em 0;
}
#mc_embed_signup #num-subscribers {
  font-size: 1.1em;
}
#mc_embed_signup #num-subscribers span {
  padding: 0.5em;
  border: 1px solid #ccc;
  margin-right: 0.5em;
  font-weight: bold;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41;
}
.inline-search-container {
  margin-bottom: 53px;
  border-bottom: 3px solid #000;
  display: flex;
}
.inline-search-container #search-query {
  flex-grow: 2;
}
.inline-search-container input[type=text] {
  border: 0;
  width: 70%;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
}
@media all and (min-width: 860px) {
  .inline-search-container input[type=text] {
    font-weight: 600;
  }
}
.inline-search-container input[type=text],
.inline-search-container button {
  display: inline-block;
  min-height: 55px;
}
.inline-search-container button {
  border: 0;
  background-color: transparent;
}
.inline-search-container button:hover {
  cursor: pointer;
}
.inline-search-container button:nth-of-type(2) {
  margin-left: 5px;
}
@media all and (min-width: 860px) {
  .inline-search-container button:nth-of-type(2) {
    margin-left: 15px;
  }
}
@media all and (min-width: 860px) {
  .inline-search-info {
    margin-left: 56px;
  }
}
.inline-search-info .result-count {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
}
@media all and (min-width: 860px) {
  .inline-search-info .result-count {
    font-size: 52px;
    font-size: 5.2rem;
    font-weight: 600;
    display: inline-block;
    margin-right: 14px;
  }
}
@media all and (min-width: 860px) {
  .inline-search-info p {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
  }
}
.search-result {
  padding: 24px 8px 20px 0;
  overflow: hidden;
}
.search-result .arrow-link:before {
  top: 30px;
}
@media all and (min-width: 860px) {
  .search-result .arrow-link:before {
    top: 20px;
  }
}
.result-content {
  margin-left: 55px;
}
.result-content .content-type {
  text-transform: uppercase;
  font-weight: 600;
}
@media all and (min-width: 860px) {
  .result-content .content-type {
    float: right;
  }
}
.result-content .search-result__heading {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 8px;
}
@media all and (min-width: 860px) {
  .result-content .search-result__heading {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.result-content .result-url {
  text-decoration: underline;
}
.text-block h1 {
  margin-bottom: 0.7em;
}
.text-block h1:not(:first-child) {
  margin-top: 42px;
}
.text-block h2 {
  margin-bottom: 0.8em;
}
.text-block h2:not(:first-child) {
  margin-top: 42px;
}
.text-block h3 {
  margin-bottom: 0.5em;
}
.text-block h3:not(:first-child) {
  margin-top: 42px;
}
.text-block h4 {
  margin-bottom: 1em;
}
.text-block h4:not(:first-child) {
  margin-top: 42px;
}
.text-block p {
  margin-bottom: 1.6em;
}
.text-block a {
  text-decoration-thickness: 2px;
}
.text-block a:active {
  background-color: #000;
  color: #FFF;
  padding-bottom: 4px;
  text-decoration: none;
}
.text-block a:focus {
  outline-width: 1px;
  outline-style: solid;
  outline-color: #000;
  outline-offset: 6px;
}
.text-block a:hover {
  text-underline-offset: 7px;
}
.text-block > ul > li,
.text-block > ol > li {
  margin-bottom: 6px;
}
.sidebar {
  padding: 20px 15px 1px;
  background-color: #828282;
}
.video-block__caption {
  display: flex;
  gap: 26px;
  justify-content: space-between;
  margin-top: 12px;
}
.video-block__caption p {
  margin: 0;
}
.video-block__caption .caption--left {
  flex: 1 0 85px;
}
.video-block__caption .caption--right {
  flex: 1 1 75%;
  max-width: 650px;
  text-align: right;
}
.content__image {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  background-position: center center;
}
.content__heading {
  padding-top: 30px;
  padding-left: 15px;
}
.content__intro {
  padding-top: 15px;
  padding-left: 15px;
}
.content__content {
  padding: 16px;
  height: 100%;
}
.content__content :first-child {
  margin-top: 0;
}
.btn-padding {
  padding-left: 15px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .content > .row {
    display: flex;
  }
  .content > .row > .col-first {
    padding-right: 0;
  }
  .content > .row > .col-second {
    padding-left: 0;
  }
  .content__image {
    min-height: 300px;
    height: 100%;
  }
}
.subpage-links--container {
  margin-bottom: 79px;
}
@media all and (min-width: 860px) {
  .subpage-links--container {
    margin-bottom: 132px;
  }
}
.subpage-link {
  list-style: none;
  display: block;
  margin-bottom: 28px;
  float: none;
}
@media all and (min-width: 560px) {
  .subpage-link {
    float: left;
  }
}
@media all and (min-width: 560px) {
  .subpagelink--container {
    float: left;
    width: 50%;
    display: inline-block;
  }
}
.link-panel {
  width: 100%;
}
.link-panel__intro h2 {
  margin-bottom: 30px;
}
.link-panel__grid {
  display: grid;
}
.link-list {
  display: flex;
  flex-direction: column;
  grid-column: auto / span 1;
  overflow: hidden;
  text-decoration: none;
}
@media (min-width: 860px) {
  .link-panel {
    align-items: center;
    display: flex;
  }
  .link-panel__intro {
    align-self: start;
  }
  .link-panel__intro h2 {
    margin-bottom: 0;
  }
  .link-panel__grid {
    grid-template-columns: repeat(2, 34%);
  }
}
hr {
  background-color: currentColor;
  border: none;
  height: 1px;
}
table {
  border: none;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.03em;
  line-height: 100%;
}
table thead > tr > td,
table tbody > tr > th {
  background-color: #E8E8E8;
  font-weight: 600;
}
table tr {
  display: flex;
  gap: 4%;
}
table th,
table td {
  border: none;
  border-left: 1px solid currentColor;
  padding: 10px;
  text-align: left;
}
.splide-carousel {
  padding-bottom: 31px;
}
@media all and (min-width: 860px) {
  .splide-carousel {
    padding-bottom: 56px;
  }
}
.splide-carousel .splide__list {
  gap: 0;
}
.splide-carousel .splide__list:not(:last-of-type) {
  width: calc(88%);
}
@media all and (min-width: 860px) {
  .splide-carousel .splide__list {
    width: 100%;
  }
}
.splide-carousel .splide__slide {
  transition: opacity 0.2s ease;
  opacity: 0.4;
}
.splide-carousel .splide__slide.is-active {
  opacity: 1;
}
.splide-carousel .splide__slide a {
  text-decoration: none;
}
.splide-carousel .splide-carousel-content {
  padding: 0;
}
.splide-carousel .splide-carousel-content-body {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 48px;
  margin-top: 16px;
}
.splide-carousel .splide-carousel-content-body .col-first {
  margin-bottom: 5px;
  order: 2;
}
.splide-carousel .splide-carousel-content-body .col-first span:not(:first-of-type) {
  display: none;
}
.splide-carousel .splide-carousel-content-body .col-second {
  order: 3;
}
.splide-carousel .splide-carousel-content-body .col-third {
  margin-bottom: 16px;
  order: 1;
  text-align: center;
}
.splide-carousel .splide-carousel-image {
  width: 100%;
  min-height: 252px;
  aspect-ratio: 3/2;
}
.splide-carousel .splide-carousel-image.image-portrait {
  width: auto;
  max-height: 350px;
  aspect-ratio: auto;
}
.splide-carousel .splide__pagination__page {
  color: #000;
  visibility: hidden;
  position: absolute;
}
.splide-carousel .splide__pagination__page.is-active {
  background: transparent;
  position: relative;
  visibility: visible;
}
@media (max-width: 859px) {
  .splide-carousel .splide-carousel-content h2 {
    margin-bottom: 4px;
  }
}
@media (min-width: 860px) {
  .splide-carousel .splide__list {
    gap: 0;
  }
  .splide-carousel .splide-carousel-content {
    padding: 24px 0;
  }
  .splide-carousel .splide-carousel-content h2 {
    margin-bottom: 20px;
  }
  .splide-carousel .splide-carousel-content-body {
    grid-template-columns: 1fr 1fr 2fr;
    grid-column-gap: 48px;
    margin-top: 24px;
  }
  .splide-carousel .splide-carousel-content-body .col-first,
  .splide-carousel .splide-carousel-content-body .col-second,
  .splide-carousel .splide-carousel-content-body .col-third {
    margin-bottom: 0;
  }
  .splide-carousel .splide-carousel-content-body .col-first {
    order: 1;
  }
  .splide-carousel .splide-carousel-content-body .col-first span:not(:first-of-type) {
    display: block;
  }
  .splide-carousel .splide-carousel-content-body .col-second {
    order: 2;
  }
  .splide-carousel .splide-carousel-content-body .col-third {
    order: 3;
  }
  .splide-carousel .splide-carousel-content-body .span-with-icon {
    margin-bottom: 32px;
  }
}
.splide-carousel .splide__arrow:not(:disabled) {
  opacity: 1;
}
.splide-carousel .splide__arrow:not(:disabled):hover {
  opacity: 1;
}
.sticky-container {
  display: inline;
}
.inpage-nav--container-mobile {
  display: block;
}
.inpage-nav--container-mobile h2.impact {
  margin-bottom: 28px;
}
@media all and (min-width: 860px) {
  .inpage-nav--container-mobile {
    display: none;
  }
}
.inpage-nav--desktop {
  display: none;
  position: sticky;
  float: left;
  top: 0;
  margin-top: 76px;
}
.inpage-nav--desktop h2 a {
  opacity: 0.4;
  text-decoration: none;
  display: block;
  padding-left: 14px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: -16px;
}
.inpage-nav--desktop h2.impact a {
  font-size: 1rem;
  font-size: 28px;
  opacity: 1;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 680px) {
  .inpage-nav--desktop h2.impact a {
    font-size: clamp(28px, 28px + 2vw, 32px);
  }
}
@media screen and (min-width: 1080px) {
  .inpage-nav--desktop h2.impact a {
    font-size: 32px;
  }
}
@media all and (min-width: 860px) {
  .inpage-nav--desktop {
    display: inline-block;
  }
}
.inPageNav--link:not(:last-of-type) {
  margin-bottom: 28px;
}
.exhibition-list--container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.exhibition-list--container li {
  padding-bottom: 48px;
}
@media all and (min-width: 860px) {
  .exhibition-list--container li {
    padding-top: 50px;
    padding-bottom: 55px;
  }
}
.exhibition-list--container li h3 {
  margin-bottom: 8px;
}
.exhibition-list--container li .date-thumbnail,
.exhibition-list--container li .event-location {
  display: block;
  margin-bottom: 12px;
}
.exhibition-list--container li .date-thumbnail:last-of-type,
.exhibition-list--container li .event-location:last-of-type {
  margin-bottom: 32px;
}
.exhibition-list--container li a {
  text-decoration-line: none;
}
.exhibition-img--preview {
  object-fit: contain;
  object-position: left top;
  min-height: 294px;
  max-height: 674px;
  margin-bottom: 12px;
  aspect-ratio: 3 / 2;
}
.exhibition-video--preview {
  width: 100%;
  min-height: 294px;
  max-height: 674px;
  object-fit: cover;
  margin-bottom: 17px;
}
.past-exhibition-list--container > p {
  margin-top: 50px;
}
.past-exhibition-list--container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.past-exhibition-list--container li {
  margin-bottom: 48px;
}
@media all and (min-width: 860px) {
  .past-exhibition-list--container li {
    margin-bottom: 32px;
  }
}
.past-exhibition-list--container li .date-heading {
  margin-bottom: 12px;
}
.past-exhibition-list--container a {
  text-decoration: none;
}
.past-exhibition-img--preview {
  object-fit: contain;
  object-position: left top;
  min-height: 176px;
  margin-bottom: 12px;
  aspect-ratio: 3 / 2;
}
.past-exhibition-video--preview {
  width: 100%;
  min-height: 176px;
  object-fit: cover;
  margin-bottom: 17px;
}
@media all and (min-width: 860px) {
  .dropdown-container {
    min-height: 1000px;
  }
}
.sticky-mobile-dropdown {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  padding: 0 15px;
}
@media all and (min-width: 860px) {
  .sticky-mobile-dropdown {
    padding: 0;
  }
}
.year-dropdown {
  border-bottom: 1px solid currentColor;
  z-index: 1;
  padding-bottom: 10px;
  position: relative;
}
.year-dropdown:hover {
  cursor: pointer;
}
@media all and (min-width: 860px) {
  .year-dropdown {
    width: 100%;
    position: sticky;
    padding-bottom: 12px;
    top: 0;
  }
}
.year-dropdown .year {
  margin-right: 10px;
}
@media all and (min-width: 860px) {
  .year-dropdown .selected-year {
    display: inline-block;
  }
}
.year-dropdown .selected-count {
  display: block;
  position: absolute;
  top: 0;
}
.year-dropdown > .chevron-down {
  float: right;
  margin-top: 50px;
  margin-right: 15px;
}
@media all and (min-width: 860px) {
  .year-dropdown > .chevron-down {
    display: inline-block;
    float: right;
    margin-left: 195px;
    margin-top: -50px;
    margin-right: 0;
  }
}
.year-dropdown .dropdown-content {
  display: none;
  width: 100%;
  z-index: 1;
}
.year-dropdown .dropdown-content > ul {
  max-height: 276px;
  overflow-y: scroll;
  margin-top: 29px;
}
.year-dropdown .dropdown-content > ul::-webkit-scrollbar {
  width: 4px;
}
.year-dropdown .dropdown-content > ul::-webkit-scrollbar-track {
  background-color: #F0F0F0;
}
.year-dropdown .dropdown-content > ul::-webkit-scrollbar-thumb {
  background: #555555;
}
.year-dropdown .dropdown-content .dropdown-items {
  margin: 0 0 6px 10px;
  padding: 4px 0;
}
.year-dropdown .dropdown-content .dropdown-items:hover {
  background-color: #F0F0F0;
}
.chevron-icon-rotate > svg {
  transform: rotate(180deg);
  transition: 0.2s linear;
}
.toggle--container {
  display: flex;
  justify-content: space-between;
  margin: 17px 0 33px;
  text-align: center;
}
@media all and (min-width: 860px) {
  .toggle--container {
    display: none;
  }
}
.toggle--container a {
  text-decoration: none;
}
.toggle--container .toggle-btn {
  align-items: center;
  display: inline-flex;
  padding: 10px 16px;
}
.toggle--container .prev-year {
  margin-left: 8px;
}
.toggle--container .next-year {
  margin-right: 8px;
}
@media all and (max-width: 400px) {
  .toggle--container {
    display: block;
  }
  .toggle--container button:first-child {
    float: left;
  }
  .toggle--container button:last-child {
    float: right;
  }
}
.contact-paragraph {
  margin-bottom: 40px;
}
.list-paragraph-item {
  padding-bottom: 15px;
}
@media all and (min-width: 860px) {
  .list-paragraph-item {
    padding-bottom: 5px;
  }
}
.contact-details-container {
  margin-bottom: 62px;
}
@media all and (min-width: 860px) {
  .contact-details-container {
    margin-bottom: 106px;
  }
}
date-picker {
  align-items: center;
  margin-bottom: 12px;
}
@media all and (min-width: 860px) {
  date-picker {
    display: flex;
  }
}
date-picker > button.btn {
  border: none;
  text-decoration: underline;
  position: absolute;
  padding-top: 24px;
}
date-picker > button.btn:first-of-type {
  right: 60px;
}
date-picker > button.btn:last-of-type {
  right: 0;
}
date-picker > button.btn:active,
date-picker > button.btn:focus {
  border: none;
  text-decoration: underline;
}
@media all and (min-width: 860px) {
  date-picker > button.btn {
    position: relative;
    padding-top: 12px;
    height: 50px;
    flex: 0 0 104px;
  }
  date-picker > button.btn:first-of-type {
    right: 0px;
  }
}
date-picker .btn.btn-date {
  border: 1px solid transparent;
}
date-picker .control-label {
  margin-top: 12px;
}
.date-list {
  display: flex;
  padding-top: 12px;
  flex-grow: 1;
  flex-wrap: nowrap;
  height: 200px;
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.session-list {
  margin: 0 0 60px;
}
.session-list h4 {
  margin-bottom: 4px;
}
.session-list .session-list-item {
  margin-bottom: 50px;
}
.session-list .session-list-details {
  margin-top: 12px;
}
.session-list .session-list-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 12px;
}
.session-list .session-list-heading span {
  flex: 0 0 auto;
}
.session-list .session-list-heading span.f-grow {
  flex-grow: 1;
}
.session-list .session-list-times {
  align-items: center;
  border-top: 1px solid currentColor;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 12px;
  padding: 12px 0;
}
.session-list .session-list-times * {
  flex: 0 0 auto;
}
.session-list .session-list-times .f-grow {
  flex-grow: 1;
}
.session-list .session-list-times .f-shrink {
  flex-shrink: 1;
}
.session-list .session-list-image {
  object-fit: contain;
  object-position: left top;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}
@media (min-width: 860px) {
  .session-list {
    margin: 0 -45px 60px;
  }
}
.film-banner a {
  font-weight: 300;
}
.film-banner .banner-content-body video,
.film-banner .banner-content-body iframe {
  height: auto;
  width: 100%;
  aspect-ratio: 3/2;
}
.film-banner .banner-content-body img {
  height: 350px;
  width: auto;
  aspect-ratio: 2/3;
  object-fit: contain;
  object-position: left top;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}
.film-banner .banner-content-body .col-third {
  text-align: center;
}
.film-banner .line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 859px) {
  .film-banner .banner-content-body {
    display: flex;
    flex-wrap: wrap;
  }
  .film-banner .banner-content-body .col-first {
    flex: 0 0 100%;
    order: 2;
  }
  .film-banner .banner-content-body .col-first .span-with-icon {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .film-banner .banner-content-body .col-first .span-with-icon svg {
    display: none;
  }
  .film-banner .banner-content-body .col-first .span-wrap {
    display: inline;
    margin-right: 28px;
  }
  .film-banner .banner-content-body .col-second {
    flex: 0 0 100%;
    margin-top: 18px;
    order: 3;
  }
  .film-banner .banner-content-body .col-third {
    flex: 0 0 100%;
    order: 1;
  }
}
@media (min-width: 860px) {
  .film-banner {
    height: 625px;
  }
  .film-banner .banner-content-body {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 2fr;
    max-height: 430px;
    overflow: hidden;
  }
  .film-banner .banner-content-body .span-with-icon {
    margin-bottom: 27px;
  }
  .film-banner .banner-content-body video,
  .film-banner .banner-content-body iframe {
    height: auto;
    max-height: 430px;
    width: 100%;
    aspect-ratio: 3/2;
  }
  .film-banner .banner-content-body img {
    height: 100%;
    min-height: 350px;
    max-height: 430px;
    width: auto;
    aspect-ratio: 2/3;
  }
  .film-banner .line-clamp {
    -webkit-line-clamp: 17;
  }
}
.film-tiles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.film-tiles .image-wrapper.image-portrait {
  aspect-ratio: 27/40;
  max-height: 400px;
}
.film-tiles .image-wrapper.image-landscape {
  aspect-ratio: 16/9;
}
.film-tiles img {
  height: auto;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  max-inline-size: 100%;
  object-fit: contain;
}
@media (min-width: 860px) {
  .film-tiles {
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .film-tiles .image-wrapper.image-portrait {
    max-height: unset;
  }
}
@media (min-width: 1024px) {
  .film-tiles {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.cinema-carousel .splide__list,
.event-carousel .splide__list {
  gap: 0;
}
.cinema-carousel .splide-carousel-content-body,
.event-carousel .splide-carousel-content-body {
  grid-template-columns: 1fr;
}
.cinema-carousel .splide-carousel-content-body .col-first,
.event-carousel .splide-carousel-content-body .col-first {
  text-align: center;
}
.cinema-carousel .splide-carousel-content-body .splide-carousel-image,
.event-carousel .splide-carousel-content-body .splide-carousel-image {
  min-height: unset;
}
.cinema-carousel .splide-carousel-content-body .splide-carousel-image.image-landscape,
.event-carousel .splide-carousel-content-body .splide-carousel-image.image-landscape {
  object-fit: contain;
  object-position: left top;
  aspect-ratio: 3/2;
  height: auto;
  width: 100%;
}
.cinema-carousel .splide-carousel-content-body .splide-carousel-image.image-portrait,
.event-carousel .splide-carousel-content-body .splide-carousel-image.image-portrait {
  object-fit: contain;
  object-position: left top;
  aspect-ratio: 2/3;
  max-height: 472px;
  width: auto;
}
.cinema-carousel .splide-carousel-content-body p.emphasis,
.event-carousel .splide-carousel-content-body p.emphasis {
  margin-bottom: 8px;
}
@media (min-width: 860px) {
  .cinema-carousel .splide-carousel-content-body,
  .event-carousel .splide-carousel-content-body {
    grid-template-columns: 3fr 1fr;
    max-height: 670px;
    overflow: hidden;
  }
  .cinema-carousel .splide-carousel-content-body.image-portrait,
  .event-carousel .splide-carousel-content-body.image-portrait {
    grid-template-columns: 1fr 1fr;
  }
  .cinema-carousel .splide-carousel-content-body.image-portrait .col-first,
  .event-carousel .splide-carousel-content-body.image-portrait .col-first {
    text-align: right;
  }
}
.exhibition-carousel .splide-carousel {
  margin-top: -20px;
}
.exhibition-carousel .splide-carousel .splide__list {
  gap: 0;
}
@media all and (min-width: 860px) {
  .exhibition-carousel .splide-carousel .splide__list {
    width: 100%;
  }
}
.exhibition-carousel .splide-carousel .splide__slide {
  opacity: 0.1;
}
.exhibition-carousel .splide-carousel .splide__slide.is-active {
  opacity: 1;
}
.exhibition-carousel .splide-carousel .splide-carousel-content {
  padding: 0;
}
.exhibition-carousel .splide-carousel .splide-carousel-content-body .col-first {
  margin-bottom: 5px;
  order: 2;
}
@media all and (min-width: 860px) {
  .exhibition-carousel .splide-carousel .splide-carousel-content-body .col-first {
    order: 1;
  }
}
.exhibition-carousel .splide-carousel .splide-carousel-content-body .col-second {
  order: 1;
}
@media all and (min-width: 860px) {
  .exhibition-carousel .splide-carousel .splide-carousel-content-body .col-second {
    order: 2;
  }
}
.exhibition-carousel .splide-carousel .splide-carousel-image {
  object-fit: contain;
  object-position: left top;
  max-height: 789px;
}
.exhibition-carousel .splide-carousel .splide__arrows {
  position: relative;
  margin: 60px 0 0 auto;
  max-width: 90px;
}
.exhibition-carousel .splide-carousel .splide-carousel-content h3 {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 400;
}
@media (min-width: 860px) {
  .exhibition-carousel .splide-carousel .splide-carousel-content h3 {
    margin-bottom: 12px;
  }
  .exhibition-carousel .splide-carousel .date-thumbnail {
    display: block;
    margin-bottom: 15px;
  }
  .exhibition-carousel .splide-carousel .splide-carousel-content-body {
    grid-template-columns: 1fr 1fr;
  }
  .exhibition-carousel .splide-carousel .splide-carousel-content-body .span-with-icon {
    margin-bottom: 32px;
  }
  .exhibition-carousel .splide-carousel .splide__arrow {
    height: 35px;
    width: 55px;
  }
  .exhibition-carousel .splide-carousel .splide__arrows {
    margin: 25px 0 0 auto;
    max-width: 130px;
    top: -130px;
  }
  .exhibition-carousel .splide-carousel .carousel-caption {
    max-width: 312px;
  }
}
.exhibition-carousel .exhibition-location {
  display: none;
}
@media (min-width: 860px) {
  .exhibition-carousel .exhibition-location {
    display: block;
  }
}
.splide__arrows {
  position: relative;
  margin: 30px 22px 0 auto;
  max-width: 90px;
}
.splide__arrow {
  top: auto;
  bottom: 0;
  border: none;
  background: none;
  height: 23px;
  width: 36px;
}
.splide__arrow svg {
  height: 100%;
  width: 100%;
  transform: none;
}
.splide__arrow.splide__arrow--prev {
  left: 0;
  margin-right: 10px;
}
.splide__arrow.splide__arrow--next {
  right: 0;
  margin-left: 10px;
}
@media (min-width: 860px) {
  .splide__arrows {
    height: 35px;
    margin: 25px 25px 0 auto;
    max-width: 130px;
  }
  .splide__arrow {
    height: 35px;
    width: 55px;
  }
}
.date--container {
  margin-bottom: 48px;
}
@media all and (min-width: 860px) {
  .date--container {
    margin: -22px 0 0;
    float: left;
    position: sticky;
    padding-bottom: 12px;
    top: 0;
  }
}
.news-list--container a {
  padding: 0;
}
.news-list--container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-list--container li {
  margin-bottom: 48px;
}
@media all and (min-width: 860px) {
  .news-list--container li {
    margin-bottom: 38px;
  }
}
.news-list--container li h3 {
  margin-bottom: 8px;
}
@media all and (min-width: 860px) {
  .news-list--container li .news-description {
    border-top: 2px solid #000;
    padding-top: 12px;
  }
  .news-list--container li .news-description .date-thumbnail {
    margin-bottom: 28px;
  }
}
.news-img--preview {
  object-fit: contain;
  object-position: left top;
  width: 100%;
  min-height: 176px;
  margin-bottom: 12px;
  aspect-ratio: 3 / 2;
}
.news__social {
  margin: 11px 0 44px -9px;
}
@media all and (min-width: 860px) {
  .news__social {
    float: right;
  }
}
.news__social a {
  background-color: #000;
  border-radius: 50%;
  color: #FFF;
  height: 24px;
  margin: 0 8px;
  width: 24px;
}
.news__social a svg {
  margin-top: -5px;
  height: 80%;
  width: 80%;
}
.filter-box {
  width: 100px;
  display: inline-block;
  margin-bottom: 32px;
  padding: 3px;
  line-height: 36.4px;
  text-align: left;
}
.filter-box h2 {
  font-size: 1rem;
  font-size: 28px;
}
@media screen and (min-width: 860px) {
  .filter-box h2 {
    font-size: clamp(28px, 28px + 2vw, 44px);
  }
}
@media screen and (min-width: 1080px) {
  .filter-box h2 {
    font-size: 44px;
  }
}
@media all and (min-width: 560px) {
  .filter-box {
    margin-bottom: 98px;
  }
}
@media all and (min-width: 860px) {
  .filter-box {
    width: 135px;
  }
}
.filter-box:not(:last-child) {
  margin-right: 12px;
}
@media all and (min-width: 860px) {
  .filter-box:not(:last-child) {
    margin-right: 40px;
  }
}
.notification-banner {
  overflow: hidden;
  margin: 0;
}
.notification-banner div,
.notification-banner p,
.notification-banner a {
  color: inherit;
}
.notification-banner a {
  text-decoration: underline;
}
.notification-icon {
  margin-top: -2px;
  margin-right: 15px;
  display: inline;
  float: left;
}
.notification-style--default {
  background-color: #000;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
.notification-style--default svg path {
  fill: #FFF;
}
.notification-style--warning {
  background-color: #FFEBEE;
  border: 1px solid #EF9AA8;
}
.notification-style--warning svg path {
  fill: #E53451;
}
.notification-style--info {
  background-color: #E0F6F0;
  border: 1px solid #75D7BB;
}
.notification-style--info svg path {
  fill: #009F72;
}
.notification-banner-wrapper {
  padding: 14px 0;
}
@media all and (min-width: 560px) {
  .notification-banner-wrapper {
    padding: 16px 0;
  }
}
.notification-banner-content {
  display: inline-block;
  width: 65%;
}
@media all and (min-width: 860px) {
  .notification-banner-content {
    width: 75%;
  }
}
@media all and (min-width: 1024px) {
  .notification-banner-content {
    width: 85%;
  }
}
.notification-banner-content .heading {
  display: none;
}
@media all and (min-width: 860px) {
  .notification-banner-content .heading {
    display: block;
  }
}
.notification-banner-content .message > p {
  font-weight: 600;
  margin-bottom: 0;
  font-weight: bold;
}
@media all and (min-width: 860px) {
  .notification-banner-content .message > p {
    font-weight: 400;
  }
}
.notification-banner--close {
  background-color: transparent;
  display: inline-block;
  border: none;
  color: inherit;
  margin: -4px -18px 0 30px;
  float: right;
}
.notification-banner--close:hover {
  cursor: pointer;
}
.category-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 860px) {
  .category-tag-list {
    float: right;
  }
}
.category-tag {
  background-color: #EDEFF2;
  border-radius: 50px;
  padding: 6px 12px;
  text-transform: lowercase;
}
@media all and (min-width: 560px) {
  .events-filter-panel .filter-buttons {
    text-align: right;
  }
}
@media all and (min-width: 1024px) {
  .events-filter-panel .filter-buttons {
    text-align: left;
  }
}
.events-filter-panel .filter-box {
  margin-bottom: 0;
}
@media all and (min-width: 560px) {
  .events-filter-panel .filter-box {
    width: 135px;
  }
}
@media all and (max-width: 415px) {
  .events-filter-panel .btn-toggle + .btn-toggle {
    margin-left: 4px;
  }
}
@media all and (min-width: 416px) and (max-width: 479px) {
  .events-filter-panel .btn-toggle + .btn-toggle {
    margin-left: 5%;
  }
}
@media all and (max-width: 479px) {
  .events-filter-panel .filter-box {
    margin-right: 0;
    width: 78px;
  }
  .events-filter-panel .btn-toggle h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media all and (min-width: 480px) and (max-width: 559px) {
  .events-filter-panel .filter-box:not(:last-child) {
    margin-right: 0;
  }
  .events-filter-panel .btn-toggle + .btn-toggle {
    margin-left: 10px;
  }
}
.events-list--container .date--container h2 {
  line-height: 1;
}
@media all and (max-width: 559px) {
  .events-list--container .date--container h2 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media all and (min-width: 560px) and (max-width: 859px) {
  .events-list--container .date--container h2 {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
.events-list--container .loader-container .loader {
  padding: 31px 0;
}
.event-list-item {
  margin-bottom: 50px;
}
.event-list-item a:before,
.event-list-item a:after {
  content: " ";
  display: table;
}
.event-list-item a:after {
  clear: both;
}
.event-list-item .date-thumbnail {
  margin-bottom: 16px;
}
.event-list-item .meta-location {
  display: none;
}
@media (min-width: 560px) {
  .event-list-item {
    margin-left: 0;
    margin-right: 0;
  }
  .event-list-item .tag {
    display: none;
  }
  .event-list-item .meta-location {
    display: block;
  }
}
ul.event-times {
  margin: 0 0 60px;
  padding: 0;
}
ul.event-times > li {
  align-items: center;
  border-top: 1px solid currentColor;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-top: 12px;
  padding: 12px 0;
}
ul.event-times > li * {
  flex: 0 0 100%;
}
ul.event-times > li .f-grow {
  flex-grow: 1;
}
ul.event-times > li .btn-cta {
  flex-basis: 100%;
}
@media (min-width: 350px) {
  ul.event-times > li * {
    flex: 0 0 auto;
  }
}
@media (min-width: 420px) {
  ul.event-times > li .btn-cta {
    flex: 0 0 auto;
  }
}
@media (min-width: 560px) {
  ul.event-times > li {
    gap: 40px;
  }
}
.event-filter .header {
  border: 0;
}
.event-filter .header > div {
  margin-bottom: 0.7em;
}
.event-filter .header ul {
  padding: 0;
  margin: 0;
}
.event-filter .header ul li {
  list-style: none;
}
.event-filter .header .heading {
  margin-bottom: 0.7em;
  display: block;
}
.event-filter .header #keywords,
.event-filter .header .date-picker {
  width: 100%;
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    display: none;
  }
}
.show--fadeout {
  animation: fadeout 0.5s;
  opacity: 0;
}
@media all and (min-width: 560px) {
  .event-filter .header .padding-offset,
  .event-filter .header .padding-btn {
    padding-left: 0;
  }
  #reset-label {
    text-align: right;
  }
}
#reset-label span {
  cursor: pointer;
}
/* Override accordion styles where necessary for sliding panel */
@media screen and (max-width: 560px) {
  .sliding-panel .accordion-field--padding {
    padding: 0;
  }
}
.sliding-panel .accordion-trigger {
  border-top: 1px solid #000;
  padding-left: 0;
  padding-right: 50px;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .sliding-panel .accordion-trigger {
    padding-left: 15px;
  }
}
.sliding-panel .accordion-arrow {
  left: auto;
  right: 0;
}
.sliding-panel .accordion-arrow svg path.primary {
  fill: #FFF;
}
.sliding-panel .accordion-arrow svg path.secondary {
  fill: #000;
}
.sliding-panel .accordion-content {
  margin-top: 0;
  border-top: 0;
}
.sliding-panel .accordion-body {
  border-bottom: none;
  border-top: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
}
.search-panel .form-control {
  font-size: 18px;
  font-size: 1.8rem;
  box-sizing: border-box;
  margin-bottom: 13px;
  height: 48px;
  padding: 8px;
  font-family: GrtskPeta, Arial, sans-serif;
}
label.search-panel .form-control {
  font-style: italic;
}
select.search-panel .form-control {
  border: 1px solid #F0F0F0;
  height: 48px;
}
select.search-panel .form-control:focus,
select.search-panel .form-control:active {
  border: 2px solid #000;
  outline: none;
}
input.search-panel .form-control {
  border: 1px solid #F0F0F0;
  height: 48px;
  padding: 8px 16px;
  margin: 0px 0 8px;
}
input.search-panel .form-control:focus,
input.search-panel .form-control:active {
  border: 2px solid #000;
  outline: none;
}
textarea.search-panel .form-control:active,
textarea.search-panel .form-control:focus {
  outline: none;
  border: 2px solid #000;
}
input.search-panel .input-validation-error,
input.search-panel .form-control--error {
  border: 2px solid #E53451;
}
input.search-panel .input-validation-error:focus,
input.search-panel .form-control--error:focus {
  border-color: #E53451;
  box-shadow: 0 0 0 2px rgba(240, 39, 39, 0.25);
}
input.search-panel .form-control--ok {
  border: 2px solid #009F72;
}
input.search-panel .form-control--ok:focus {
  border-color: #009F72;
  box-shadow: 0 0 0 2px rgba(9, 153, 16, 0.25);
}
input.search-panel .form-control--warn {
  border: 2px solid #E53451;
}
input.search-panel .form-control--warn:focus {
  border-color: #E53451;
  box-shadow: 0 0 0 2px rgba(240, 100, 39, 0.25);
}
.search-panel .field-validation-error {
  color: #E53451;
}
.search-panel .form-control--block {
  display: block;
  width: 100%;
}
.search-panel html input[disabled] {
  background-color: #F0F0F0;
}
.search-panel .form-control--group {
  margin-bottom: 36px;
}
.search-panel .form-control--caption {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}
.search-panel .checkbox-control {
  margin-bottom: 8px;
}
.search-panel .checkbox-control input[type="checkbox"] {
  opacity: 0;
  width: 0;
  position: absolute;
}
.search-panel .checkbox-control input[type="checkbox"] + label:after {
  content: none;
}
.search-panel .checkbox-control input[type="checkbox"]:checked + label:after {
  content: '';
}
.search-panel .checkbox-control input[type="checkbox"]:checked + label:before {
  background-color: #000;
  border-color: #000;
}
.search-panel .checkbox-control input[type="checkbox"]:focus + label:before {
  box-shadow: 0 0 0 2px rgba(61, 162, 174, 0.25);
}
.search-panel .checkbox-control label {
  position: relative;
  display: inline-block;
  padding-left: 2em;
}
.search-panel .checkbox-control label:before {
  content: '';
  display: inline-block;
  height: 1.389em;
  width: 1.389em;
  border: 1px solid #F0F0F0;
  transition: background 0.3s ease;
  left: 0;
  top: 1px;
}
.search-panel .checkbox-control label:after {
  content: '';
  display: inline-block;
  height: 5px;
  width: 12px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 6px;
  top: 9px;
  color: #fff;
}
.search-panel .checkbox-control label:before,
.search-panel .checkbox-control label:after {
  box-sizing: border-box;
  position: absolute;
}
.search-panel .radio-control {
  margin-bottom: 8px;
  user-select: none;
}
.search-panel .radio-control input[type="radio"] {
  opacity: 0;
  width: 0;
  position: absolute;
}
.search-panel .radio-control input[type="radio"] + label:after {
  content: none;
}
.search-panel .radio-control input[type="radio"]:checked + label:after {
  content: '';
}
.search-panel .radio-control input[type="radio"]:checked + label:before {
  background-color: #fff;
  border: 2px solid #000;
}
.search-panel .radio-control input[type="radio"]:focus + label:before {
  outline: none;
  box-shadow: 0 0 0 2px rgba(61, 162, 174, 0.25);
}
.search-panel .radio-control label {
  position: relative;
  display: inline-block;
  padding-left: 2em;
}
.search-panel .radio-control label:before {
  border-radius: 2em;
  content: '';
  display: inline-block;
  height: 25px;
  width: 25px;
  border: 1px solid #F0F0F0;
  transition: background 0.3s ease;
  left: 0;
  top: 0;
}
.search-panel .radio-control label:after {
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  left: 5px;
  top: 5px;
  background-color: #000;
  border-radius: 1em;
}
.search-panel .radio-control label:before,
.search-panel .radio-control label:after {
  box-sizing: border-box;
  position: absolute;
}
.search-panel .inline-search--text {
  border: 2px solid #F0F0F0;
  border-radius: 0;
  color: #000;
  background-color: #fff;
  box-sizing: border-box;
  height: 40px;
  padding: 0px 13px;
  display: inline-block;
  margin: 0 0 8px;
  max-width: 639px;
  vertical-align: top;
  transition: all 0.23s ease-in-out 0s;
}
.search-panel .inline-search--text:hover,
.search-panel .inline-search--text:active,
.search-panel .inline-search--text:focus {
  border-color: #000;
  outline: none;
}
.search-panel .inline-search--submit {
  font-size: 14px;
  font-weight: 700;
  border: none;
  border-radius: 0;
  color: #fff;
  background-color: #000;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  display: inline-block;
  margin: 0;
  max-width: 151px;
  transition: all 0.23s ease-in-out 0s;
}
.search-panel .inline-search--submit:hover,
.search-panel .inline-search--submit:active,
.search-panel .inline-search--submit:focus {
  background-color: #FFF;
  outline: none;
}
.search-panel .form-control--description h4 {
  margin: 50px 0 24px;
}
.search-panel .form-control--description p {
  color: #000;
  font-style: italic;
}
label.search-panel .form-control--label-heading {
  font-style: normal;
  font-weight: 600;
  margin: 50px 0 24px;
}
.search-panel .form-control--nav {
  padding-top: 20px;
  padding-bottom: 100px;
}
.search-panel .form-control--fieldset legend {
  font-style: normal;
  font-weight: 600;
  margin: 50px 0 24px;
}
.search-panel .form-control--submit-msg p {
  font-size: 24px;
  font-size: 2.4rem;
  color: #009F72;
}
.page-form .search-panel .form-control--submit-msg {
  padding-bottom: 100px;
}
.whats-on-header {
  font-family: GTSuper, Times, serif;
  font-weight: 300;
  font-style: italic;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  letter-spacing: 0.012em;
}
@media all and (min-width: 860px) {
  .whats-on-header {
    font-size: 48px;
    font-size: 4.8rem;
    margin-top: 48px;
  }
}
.overview,
.overview a {
  font-weight: 400;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 40px;
  letter-spacing: -0.012em;
}
.overview:hover,
.overview a:hover {
  text-underline-offset: 7px;
}
@media all and (min-width: 860px) {
  .overview,
  .overview a {
    font-size: 64px;
    font-size: 6.4rem;
    line-height: 92px;
  }
  .overview:hover,
  .overview a:hover {
    text-decoration-thickness: 6px;
  }
}
#selected-date-whats-on {
  margin-bottom: 41px;
}
@media all and (min-width: 860px) {
  #selected-date-whats-on {
    margin-top: 12px;
    margin-bottom: 162px;
  }
}
.whats-on-carousel-container {
  margin-top: 96px;
}
.whats-on-carousel-container h2 {
  margin-top: 17px;
}
.whats-on-carousel-container .date-thumbnail {
  display: inline;
}
@media all and (min-width: 860px) {
  .whats-on-carousel-container {
    margin-top: 0;
  }
}
.schedule-header-container {
  margin: 36px 0;
}
@media all and (min-width: 860px) {
  .schedule-header-container {
    margin-bottom: 96px;
  }
}
.schedule-header-container h3 {
  padding-bottom: 5px;
}
.schedule-header-container a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
}
@media all and (min-width: 860px) {
  .schedule-header-container a {
    font-weight: 600;
  }
  .schedule-header-container a > span {
    display: none;
  }
}
.schedule-header-container a > div {
  display: none;
}
@media all and (min-width: 860px) {
  .schedule-header-container a > div {
    display: inline-block;
    padding-left: 12px;
  }
}
#selected-date-schedule {
  margin-bottom: 84px;
}
.schedule-header {
  margin-top: 24px;
}
.schedule-calendar {
  border-top: 1px solid #000;
}
.schedule-calendar .schedule-container {
  display: flex;
  padding: 8px 0 30px;
  min-height: 224px;
}
@media all and (min-width: 860px) {
  .schedule-calendar .schedule-container {
    padding: 12px 0 52px;
  }
}
.schedule-calendar .schedule-col {
  width: 50%;
  display: flex;
  flex-flow: column;
}
@media all and (min-width: 860px) {
  .schedule-calendar .schedule-col .inner-col-first {
    order: 2;
  }
  .schedule-calendar .schedule-col .inner-col-second {
    order: 1;
  }
}
.schedule-calendar .schedule-col .date-thumbnail {
  font-variant: small-caps;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 33.6px;
}
@media all and (min-width: 860px) {
  .schedule-calendar .schedule-col .date-thumbnail {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 70px;
  }
}
@media all and (min-width: 1440px) {
  .schedule-calendar .schedule-col .date-thumbnail {
    font-size: 72px;
    font-size: 7.2rem;
    line-height: 100.8px;
  }
}
.schedule-calendar .schedule-thumbnail {
  margin-bottom: 12px;
  max-height: 250px;
}
@media all and (min-width: 860px) {
  .schedule-calendar .schedule-thumbnail {
    margin-top: 10px;
  }
}
.schedule-calendar .schedule-type {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 19.2px;
  padding-bottom: 4px;
}
@media all and (min-width: 860px) {
  .schedule-calendar .schedule-type {
    padding-bottom: 8px;
  }
}
.schedule-calendar .schedule-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
  font-weight: 400;
}
@media all and (min-width: 860px) {
  .schedule-calendar .schedule-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.schedule-calendar .schedule-col-event .schedule-col-first {
  order: 1;
  margin-right: 15px;
}
.schedule-calendar .schedule-col-event .schedule-col-second {
  order: 2;
  margin-left: 15px;
}
.schedule-calendar .schedule-col-cinema .schedule-col-first {
  order: 2;
  margin-left: 15px;
}
.schedule-calendar .schedule-col-cinema .schedule-col-second {
  order: 1;
  margin-right: 15px;
}
@media all and (min-width: 860px) {
  editorial-background .pagetitle--container {
    margin-top: 97px;
  }
}
@media all and (min-width: 860px) {
  .editorial-overview-container {
    margin-top: 88px;
  }
}
.editorial-overview-container .overview-container {
  max-width: 670px;
}
.editorial-wrapper .overview p {
  margin-bottom: 0;
}
@media all and (min-width: 860px) {
  .editorial-wrapper .overview p {
    margin-bottom: 12px;
  }
}
.editorial-header {
  font-family: GTSuper, Times, serif;
  font-weight: 300;
  font-style: italic;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  letter-spacing: 0.012em;
}
@media all and (min-width: 860px) {
  .editorial-header {
    font-size: 48px;
    font-size: 4.8rem;
    margin: 12px 0;
  }
}
.editorial-section {
  margin-bottom: 112px;
}
@media all and (min-width: 860px) {
  .editorial-section {
    margin-bottom: 80px;
  }
}
.editorial-section .section-header {
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: 400;
}
@media all and (min-width: 860px) {
  .editorial-section .section-header {
    font-size: 90px;
    font-size: 9rem;
    margin-bottom: 24px;
  }
}
.editorial-section .section-overview {
  margin-bottom: 60px;
}
@media all and (min-width: 860px) {
  .editorial-section .section-overview {
    margin-bottom: 32px;
  }
}
.editorial-section .section-link {
  display: none;
}
@media all and (min-width: 860px) {
  .editorial-section .section-link {
    display: block;
    margin-bottom: 94px;
  }
}
.editorial-card-item {
  margin-bottom: 48px;
}
.editorial-card-item a {
  text-decoration: none;
}
.editorial-card-item h3 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 8px;
}
.editorial-card-item .date-thumbnail {
  font-weight: 300;
  margin-bottom: 12px;
}
.editorial-card-item .editorial-card-image {
  object-fit: contain;
  object-position: left top;
  width: 100%;
  min-height: 252px;
  aspect-ratio: 3/2;
}
.editorial-card-item .editorial-card-image:hover {
  opacity: 0.7;
}
.artist-block {
  padding-right: 32px;
  padding-bottom: 16px;
}
.artist-block span {
  display: block;
}
.artwork-image img {
  display: block;
  height: auto;
  max-height: 930px;
  width: auto;
}
.artwork-image .caption {
  display: block;
}
.artwork-table {
  width: 100%;
  text-wrap: balance;
}
.artwork-table tr {
  border-top: 1px solid black;
  align-items: center;
  gap: 1%;
  flex-wrap: wrap;
}
.artwork-table tr:last-of-type {
  border-bottom: 1px solid black;
}
.artwork-table th,
.artwork-table td {
  font-size: 18px;
  font-size: 1.8rem;
  flex: 0 0 50%;
  line-height: 1.3;
  background-color: transparent;
  border: none;
  padding: 16px 0;
}
.artwork-table th {
  flex: 0 0 250px;
  font-weight: 300;
}
.artwork-table td {
  flex: 1 0;
  font-weight: 300;
}
@media all and (max-width: 600px) {
  .artwork-table th,
  .artwork-table td {
    flex: 0 0 100%;
  }
  .artwork-table th {
    padding-bottom: 2px;
  }
  .artwork-table td {
    padding-top: 2px;
  }
}
.artist-card-block {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.artist-card-block .card-list {
  justify-content: left;
  padding-left: 15px;
  padding-right: 15px;
}
.artist-card-block .card-item a {
  width: 100%;
}
.collection-filter-panel .filter-buttons {
  display: grid;
  grid-template-areas: "artist" "year" "keywords" "sort" "buttons";
  grid-template-columns: 1fr;
  gap: 15px 30px;
}
.collection-filter-panel .filter-buttons .grid-artist {
  grid-area: artist;
}
.collection-filter-panel .filter-buttons .grid-year {
  grid-area: year;
}
.collection-filter-panel .filter-buttons .grid-sort {
  grid-area: sort;
}
.collection-filter-panel .filter-buttons .grid-keywords {
  grid-area: keywords;
}
.collection-filter-panel .filter-buttons .grid-buttons {
  grid-area: buttons;
}
.collection-filter-panel .filter-buttons label.heading {
  display: block;
  margin-bottom: 4px;
}
.collection-filter-panel .filter-buttons .form-control {
  margin-bottom: 0;
}
@media (min-width: 860px) {
  .collection-filter-panel .filter-buttons {
    grid-template-areas: "artist year" "keywords sort" ". buttons";
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .collection-filter-panel .filter-buttons {
    grid-template-areas: "artist year sort" "keywords keywords buttons";
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.collection-list {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
}
@media (min-width: 860px) {
  .collection-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.collection-item a {
  padding: 0;
}
.collection-item .artwork-image {
  aspect-ratio: 3/2;
  height: auto;
  width: 100%;
}
.collection-item img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.padded-header {
  margin: 50px 0 40px;
}
@media all and (min-width: 560px) {
  .padded-header {
    margin-bottom: 72px;
  }
}
@media all and (min-width: 860px) {
  .padded-header {
    margin: 88px 0 60px;
  }
}
.homepage-overview {
  font-weight: 300;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 33.6px;
  margin-bottom: 24px;
}
@media all and (min-width: 560px) {
  .homepage-overview {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
  }
}
@media all and (min-width: 860px) {
  .homepage-overview {
    font-weight: 400;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 42px;
  }
}
.whats-on-banner {
  margin-bottom: 40px;
}
@media all and (min-width: 860px) {
  .whats-on-banner {
    margin-bottom: 64px;
  }
  .whats-on-banner .overview,
  .whats-on-banner .overview a {
    font-weight: 400;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
    letter-spacing: -0.012em;
  }
  .whats-on-banner .overview:hover,
  .whats-on-banner .overview a:hover {
    text-decoration-thickness: 2px;
  }
}
.whats-on-banner #selected-date-whats-on {
  margin: 0;
}
.homepage-carousel {
  margin-bottom: 60px;
}
@media all and (min-width: 860px) {
  .homepage-carousel {
    margin-bottom: 140px;
  }
}
.homepage-carousel .carousel-container {
  padding-top: 40px;
}
@media all and (min-width: 860px) {
  .homepage-carousel .carousel-container {
    padding-bottom: 28px;
  }
}
.homepage-carousel .carousel-container .carousel-header {
  font-family: GTSuper, Times, serif;
  font-style: italic;
  font-size: 24px;
  font-size: 2.4rem;
}
@media all and (min-width: 860px) {
  .homepage-carousel .carousel-container .carousel-header {
    font-size: 40px;
    font-size: 4rem;
  }
}
.homepage-carousel .carousel-container .carousel-header .carousel-heading {
  vertical-align: top;
  margin-left: -24px;
}
@media all and (min-width: 860px) {
  .homepage-carousel .carousel-container .carousel-header .carousel-heading {
    margin-left: 0;
  }
}
.homepage-carousel .carousel-container .carousel-footer {
  display: flex;
  justify-content: flex-end;
}
.homepage-carousel .carousel-container .carousel-footer .splide-logo {
  margin: 0 15px;
}
@media all and (min-width: 860px) {
  .homepage-carousel .carousel-container .carousel-footer .splide-logo {
    margin: 15px 15px 0;
  }
}
.homepage-carousel .carousel-container .carousel-footer .splide-controls {
  display: inline-block;
  width: 378px;
  margin: 0 15px;
}
@media all and (min-width: 860px) {
  .homepage-carousel .carousel-container .carousel-footer .splide-controls {
    margin-right: 120px;
  }
}
.homepage-carousel .carousel-container .carousel-footer .splide__arrows {
  margin: 48px 0 0 auto;
  max-width: 80px;
}
@media all and (min-width: 860px) {
  .homepage-carousel .carousel-container .carousel-footer .splide__arrows {
    max-width: 120px;
  }
}
.homepage-carousel .carousel-container .splide-carousel {
  padding: 0;
}
.homepage-carousel .carousel-container .splide-carousel .splide-carousel-content {
  padding: 0;
}
.homepage-carousel .splide-carousel-content-header {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 36.4px;
  text-decoration: underline;
  margin-bottom: 20px;
  text-underline-offset: 8px;
}
@media all and (min-width: 860px) {
  .homepage-carousel .splide-carousel-content-header {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 57.2px;
    font-weight: 400;
    margin-bottom: 40px;
  }
}
.homepage-carousel .splide-carousel-image {
  max-height: 220px;
  object-fit: contain;
  object-position: left top;
}
@media all and (min-width: 860px) {
  .homepage-carousel .splide-carousel-image {
    max-height: 448px;
    width: 672px;
  }
}
.homepage-carousel .arrow-link:before {
  top: 8px;
}
.homepage-carousel .arrow-link > span {
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
}
@media all and (min-width: 860px) {
  .homepage-carousel .arrow-link > span {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 33.6px;
  }
}
@media all and (min-width: 860px) {
  .homepage-carousel .splide__slide-parent.is-active .splide-carousel-image,
  .homepage-carousel .splide__slide-parent.is-prev .splide-carousel-image,
  .homepage-carousel .splide__slide-parent.is-next .splide-carousel-image {
    height: 448px;
  }
}
@media all and (min-width: 860px) {
  .homepage-carousel .splide__slide-parent:not(.is-active) .splide-carousel-image {
    height: 324px;
    width: auto;
  }
}
.homepage-carousel li.is-active .splide-carousel-image {
  height: 448px;
}
@media all and (min-width: 860px) {
  .homepage-carousel .view-more {
    margin-top: -60px;
  }
}
.homepage-carousel .carousel-inner .splide__slide {
  transition: opacity 6s ease-in-out;
}
.full-width-container:has(> div) {
  margin-bottom: -32px;
  padding: 50px 0;
}
/* Keep this at the end as these block margins should generally override other component settings. */
/* Keep this at the end as these layout should generally override other component settings. */
/***** Slide Left *****/
.slide-left {
  animation: 0.5s slide-left;
}
@media all and (min-width: 860px) {
  .slide-left {
    animation: 0.65s slide-left;
  }
}
@keyframes slide-left {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}
/***** Fade In *****/
.fade-in {
  animation: fade-in ease 2s;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/***** Spinner Animations *****/
.spinner {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 10rem;
  background: linear-gradient(#FFF, #000);
  animation: rotate 1.5s linear infinite;
  margin: 20px auto;
}
.spinner::before {
  position: absolute;
  content: "";
  background: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  border-radius: 10rem;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
html {
  font-size: 62.5%;
}
body {
  background-color: #FFF;
  color: #000;
  margin: 0;
  padding: 0;
}
.grecaptcha-badge {
  visibility: hidden;
}
.g-message {
  font-size: 12px;
  margin-top: -1em;
}
section.sectionpage-body + section.sectionpage-body {
  margin-top: 50px;
}
.pt-xxs {
  padding-top: 4px;
}
.pb-xxs {
  padding-bottom: 4px;
}
.pl-xxs {
  padding-left: 4px;
}
.pr-xxs {
  padding-right: 4px;
}
.ptb-xxs {
  padding-top: 4px;
  padding-bottom: 4px;
}
.plr-xxs {
  padding-left: 4px;
  padding-right: 4px;
}
.mt-xxs {
  margin-top: 4px;
}
.mb-xxs {
  margin-bottom: 4px;
}
.ml-xxs {
  margin-left: 4px;
}
.mr-xxs {
  margin-right: 4px;
}
.mtb-xxs {
  margin-top: 4px;
  margin-bottom: 4px;
}
.mlr-xxs {
  margin-left: 4px;
  margin-right: 4px;
}
.pt-xs {
  padding-top: 8px;
}
.pb-xs {
  padding-bottom: 8px;
}
.pl-xs {
  padding-left: 8px;
}
.pr-xs {
  padding-right: 8px;
}
.ptb-xs {
  padding-top: 8px;
  padding-bottom: 8px;
}
.plr-xs {
  padding-left: 8px;
  padding-right: 8px;
}
.mt-xs {
  margin-top: 8px;
}
.mb-xs {
  margin-bottom: 8px;
}
.ml-xs {
  margin-left: 8px;
}
.mr-xs {
  margin-right: 8px;
}
.mtb-xs {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mlr-xs {
  margin-left: 8px;
  margin-right: 8px;
}
.pt-sm {
  padding-top: 16px;
}
.pb-sm {
  padding-bottom: 16px;
}
.pl-sm {
  padding-left: 16px;
}
.pr-sm {
  padding-right: 16px;
}
.ptb-sm {
  padding-top: 16px;
  padding-bottom: 16px;
}
.plr-sm {
  padding-left: 16px;
  padding-right: 16px;
}
.mt-sm {
  margin-top: 16px;
}
.mb-sm {
  margin-bottom: 16px;
}
.ml-sm {
  margin-left: 16px;
}
.mr-sm {
  margin-right: 16px;
}
.mtb-sm {
  margin-top: 16px;
  margin-bottom: 16px;
}
.mlr-sm {
  margin-left: 16px;
  margin-right: 16px;
}
.pt-md {
  padding-top: 32px;
}
.pb-md {
  padding-bottom: 32px;
}
.pl-md {
  padding-left: 32px;
}
.pr-md {
  padding-right: 32px;
}
.ptb-md {
  padding-top: 32px;
  padding-bottom: 32px;
}
.plr-md {
  padding-left: 32px;
  padding-right: 32px;
}
.mt-md {
  margin-top: 32px;
}
.mb-md {
  margin-bottom: 32px;
}
.ml-md {
  margin-left: 32px;
}
.mr-md {
  margin-right: 32px;
}
.mtb-md {
  margin-top: 32px;
  margin-bottom: 32px;
}
.mlr-md {
  margin-left: 32px;
  margin-right: 32px;
}
.pt-lg {
  padding-top: 50px;
}
.pb-lg {
  padding-bottom: 50px;
}
.pl-lg {
  padding-left: 50px;
}
.pr-lg {
  padding-right: 50px;
}
.ptb-lg {
  padding-top: 50px;
  padding-bottom: 50px;
}
.plr-lg {
  padding-left: 50px;
  padding-right: 50px;
}
.mt-lg {
  margin-top: 50px;
}
.mb-lg {
  margin-bottom: 50px;
}
.ml-lg {
  margin-left: 50px;
}
.mr-lg {
  margin-right: 50px;
}
.mtb-lg {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mlr-lg {
  margin-left: 50px;
  margin-right: 50px;
}
.pt-xl {
  padding-top: 80px;
}
.pb-xl {
  padding-bottom: 80px;
}
.pl-xl {
  padding-left: 80px;
}
.pr-xl {
  padding-right: 80px;
}
.ptb-xl {
  padding-top: 80px;
  padding-bottom: 80px;
}
.plr-xl {
  padding-left: 80px;
  padding-right: 80px;
}
.mt-xl {
  margin-top: 80px;
}
.mb-xl {
  margin-bottom: 80px;
}
.ml-xl {
  margin-left: 80px;
}
.mr-xl {
  margin-right: 80px;
}
.mtb-xl {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mlr-xl {
  margin-left: 80px;
  margin-right: 80px;
}
.pt-xxl {
  padding-top: 100px;
}
.pb-xxl {
  padding-bottom: 100px;
}
.pl-xxl {
  padding-left: 100px;
}
.pr-xxl {
  padding-right: 100px;
}
.ptb-xxl {
  padding-top: 100px;
  padding-bottom: 100px;
}
.plr-xxl {
  padding-left: 100px;
  padding-right: 100px;
}
.mt-xxl {
  margin-top: 100px;
}
.mb-xxl {
  margin-bottom: 100px;
}
.ml-xxl {
  margin-left: 100px;
}
.mr-xxl {
  margin-right: 100px;
}
.mtb-xxl {
  margin-top: 100px;
  margin-bottom: 100px;
}
.mlr-xxl {
  margin-left: 100px;
  margin-right: 100px;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.ptb-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.plr-0 {
  padding-left: 0;
  padding-right: 0;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-0 {
  margin-left: 0;
}
.mr-0 {
  margin-right: 0;
}
.mtb-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.mlr-0 {
  margin-left: 0;
  margin-right: 0;
}
.mb-half {
  margin-bottom: 1.5em;
}
.bg-pos--center-top {
  background-position: center top;
}
.bg-pos--center-top.override {
  background-position: center top !important;
}
.bg-pos--center-center {
  background-position: center center;
}
.bg-pos--center-center.override {
  background-position: center center !important;
}
.bg-pos--center-bottom {
  background-position: center bottom;
}
.bg-pos--center-bottom.override {
  background-position: center bottom !important;
}
.bg-pos--left-top {
  background-position: left top;
}
.bg-pos--left-top.override {
  background-position: left top !important;
}
.bg-pos--left-center {
  background-position: left center;
}
.bg-pos--left-center.override {
  background-position: left center !important;
}
.bg-pos--left-bottom {
  background-position: left bottom;
}
.bg-pos--left-bottom.override {
  background-position: left bottom !important;
}
.bg-pos--right-top {
  background-position: right top;
}
.bg-pos--right-top.override {
  background-position: right top !important;
}
.bg-pos--right-center {
  background-position: right center;
}
.bg-pos--right-center.override {
  background-position: right center !important;
}
.bg-pos--right-bottom {
  background-position: right bottom;
}
.bg-pos--right-bottom.override {
  background-position: right bottom !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.v-align-top {
  align-items: flex-start;
}
.v-align-center {
  align-items: center;
}
.v-align-bottom {
  align-items: flex-end;
}
.clear-float {
  clear: both;
}
.no-float {
  float: none;
}
.no-padding {
  padding: 0;
}
.padding-offset {
  padding-left: 0;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.full-width {
  width: 100%;
}
.full-width:hover,
.full-width:active,
.full-width:focus {
  width: 100%;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.no-image {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.ghost {
  visibility: hidden !important;
}
@media all and (max-width: 559px) {
  .xs-none {
    display: none;
  }
}
@media all and (min-width: 560px) and (max-width: 859px) {
  .sm-none {
    display: none;
  }
}
@media all and (min-width: 860px) and (max-width: 1023px) {
  .md-none {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  .lg-none {
    display: none;
  }
}
@media all and (min-width: 560px) {
  .sm-md-lg-none {
    display: none;
  }
}
.body-dark {
  background-color: #000;
  color: #FFF;
}
.body-dark .menu-open .menu {
  display: block;
  background-color: #000;
}
.body-dark header {
  background-color: #000;
  border-bottom-color: #FFF;
  color: #FFF;
}
.body-dark nav.menu .menu__item {
  color: #FFF;
}
.body-dark nav.menu .menu__item:hover {
  border-bottom-color: #FFF;
}
.body-dark nav.menu .menu__submenu {
  background-color: #000;
}
.body-dark svg.primary,
.body-dark svg *.primary {
  fill: #FFF;
}
.body-dark svg.secondary,
.body-dark svg *.secondary {
  fill: #000;
}
.body-dark svg.stroke-alt,
.body-dark svg *.stroke-alt {
  stroke: #000;
}
.body-dark svg.btn-icon {
  fill: currentColor;
}
.body-dark svg.svg-alt.primary,
.body-dark svg.svg-alt *.primary {
  fill: #FFF;
}
.body-dark svg.svg-alt.secondary,
.body-dark svg.svg-alt *.secondary {
  fill: #000;
}
.body-dark svg.svg-alt.stroke-alt,
.body-dark svg.svg-alt *.stroke-alt {
  stroke: #000;
}
.body-dark .btn-icon svg {
  fill: currentColor;
}
.body-dark .logo-list .logo-link svg,
.body-dark .logo-list .logo-link svg path,
.body-dark .logo-list .logo-link svg g,
.body-dark .logo-list .logo-link svg polygon {
  fill: #FFF;
}
.body-dark .breadcrumb-item > *:before {
  background-image: url('/assets/icons/chevron-alt.svg');
}
.body-dark .arrow-link:before {
  background-image: url('/assets/icons/arrow-right-alt.svg');
}
.body-dark .pullquote:before {
  background-image: url('/assets/icons/quote-alt.svg');
}
.body-dark a[href^="http"]:not(.btn):before {
  background-image: url('/assets/icons/external-link-alt.svg');
}
.body-dark .menu__submenu-item a[href^="http"]:not(.btn):before {
  background-image: url(/assets/icons/arrow-right-alt.svg);
}
.body-dark .footer__main .link-list a[href^="http"]:not(.btn):before {
  background-image: url(/assets/icons/arrow-right-alt.svg);
}
.body-dark a.link--noIcon[href^="http"]:not(.btn) {
  padding-left: 0;
}
.body-dark a.link--noIcon[href^="http"]:not(.btn):before {
  background-image: none;
}
.body-dark .btn-ghost {
  background-color: #000;
}
.body-dark .btn-ghost:hover {
  background-color: #FFF;
  color: #000;
}
.body-dark .btn-date:hover,
.body-dark .btn-date.active-filter {
  background-color: #FFF;
  color: #000;
  border-color: #FFF;
}
.body-dark .btn-date:focus-visible {
  border: 1px solid #FFF !important;
  width: 120px;
}
.body-dark footer {
  background-color: #000;
}
.body-dark .footer__social .btn-icon {
  background-color: #FFF;
}
.body-dark .footer__social .btn-icon svg {
  fill: #000;
}
.body-dark .document-list-inline-item:hover {
  color: #000;
}
.body-dark .document-list-inline-item:hover .download-icon svg {
  fill: currentColor;
}
@media all and (min-width: 860px) {
  .product-list {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }
  .product-list .product-item {
    max-width: 33%;
    margin-bottom: 0;
  }
}
.product-item {
  margin-bottom: 60px;
}
.product-item .shopify-buy__product-img-wrapper img {
  object-fit: contain;
  object-position: left top;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  margin-bottom: 32px;
}
.product-item .shopify-buy__product__title {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}
.product-item .shopify-buy__product__price,
.product-item .shopify-buy__product__actual-price {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: GTSuper, Times, serif;
  line-height: 1.4;
  margin-bottom: 32px;
}
.product-item .shopify-buy__btn {
  -webkit-appearance: none;
  -webkit-user-select: none;
  background-color: #000;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 0;
  padding: 10px 16px;
  text-decoration: none;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  transition: 0.2s background ease-in-out;
}
.product-item .shopify-buy__btn:hover,
.product-item .shopify-buy__btn:focus,
.product-item .shopify-buy__btn.selected {
  background-color: #000;
  border-color: #000;
}
.product-item .shopify-buy__btn:focus-visible {
  border: none;
  outline: 2px solid #E5E5E5;
}

