@charset "UTF-8";
/* Deprecated */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.site-footer .more-info, .page-banner.half-width-image, #app, .editors-pick, .collection-highlights, .featured-collections, .pagination-placeholder, .extended-info, .story-info, .exhibition-info, .pages-stories .section-header, .pages-events .loop-wrapper .section-header, .pages-exhibitions .loop-wrapper .section-header,
.category .section-header,
.entry-loop-wrapper .section-header, .row {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 320px) {
  .site-footer .more-info, .page-banner.half-width-image, #app, .editors-pick, .collection-highlights, .featured-collections, .pagination-placeholder, .extended-info, .story-info, .exhibition-info, .pages-stories .section-header, .pages-events .loop-wrapper .section-header, .pages-exhibitions .loop-wrapper .section-header,
  .category .section-header,
  .entry-loop-wrapper .section-header, .row {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .site-footer .more-info, .page-banner.half-width-image, #app, .editors-pick, .collection-highlights, .featured-collections, .pagination-placeholder, .extended-info, .story-info, .exhibition-info, .pages-stories .section-header, .pages-events .loop-wrapper .section-header, .pages-exhibitions .loop-wrapper .section-header,
  .category .section-header,
  .entry-loop-wrapper .section-header, .row {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .site-footer .more-info, .page-banner.half-width-image, #app, .editors-pick, .collection-highlights, .featured-collections, .pagination-placeholder, .extended-info, .story-info, .exhibition-info, .pages-stories .section-header, .pages-events .loop-wrapper .section-header, .pages-exhibitions .loop-wrapper .section-header,
  .category .section-header,
  .entry-loop-wrapper .section-header, .row {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .site-footer .more-info, .page-banner.half-width-image, #app, .editors-pick, .collection-highlights, .featured-collections, .pagination-placeholder, .extended-info, .story-info, .exhibition-info, .pages-stories .section-header, .pages-events .loop-wrapper .section-header, .pages-exhibitions .loop-wrapper .section-header,
  .category .section-header,
  .entry-loop-wrapper .section-header, .row {
    padding-right: 60px;
  }
}

/* End Deprecated */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-figure {
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: scale(0.98);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure {
  transform: scale(0.98);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
  opacity: 0;
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0s;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0s;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0s;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0s;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0s;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0s;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0s;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0s;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0s;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0s;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0s;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0s;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0s;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0s;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0s;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0s;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0s;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0s;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0s;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0s;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0s;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0s;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0s;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0s;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0s;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0s;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0s;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0s;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0s;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0s;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0s;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0s;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0s;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0s;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0s;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0s;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0s;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0s;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0s;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0s;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0s;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0s;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0s;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0s;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0s;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0s;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0s;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0s;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0s;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0s;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0s;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0s;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0s;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0s;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0s;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0s;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0s;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0s;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0s;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0s;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
:root, [data-theme=default] {
  --color-primary: #F15A22;
  --color-accent: #F15A22;
  --color-secondary: #28394A;
  --color-bg: #F6F0EB;
  --color-bg-light: var(--color-bg);
  --color-bg-dark: #28394A;
  --color-body: #28394A;
  --color-body-anchor: #F15A22;
  --color-body-anchor-hover: #F15A22;
  --color-border: #ddd;
  --color-button-primary-text: #F15A22;
  --color-button-primary-background: transparent;
  --color-button-primary-border: #F15A22;
  --color-button-primary-text-hover: #F6F0EB;
  --color-button-primary-background-hover:#28394A;
  --color-button-primary-border-hover: #28394A;
  --color-button-primary-focus-border: #28394A;
  --color-button-secondary-text: #F15A22;
  --color-button-secondary-background: #28394A;
  --color-button-secondary-border: #28394A;
  --color-button-secondary-text-hover: #F15A22;
  --color-button-secondary-background-hover: #28394A;
  --color-button-secondary-border-hover: #28394A;
  --color-button-secondary-focus-border: #28394A;
  --font-family-heading: Mingei Mono, monospace;
  --font-family-primary: Sentinel A, Sentinel B, Georgia, Times, Times New Roman, serif;
  --font-family-secondary: Ringside Narrow A, Ringside Narrow B, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

[data-theme] {
  background-color: var(--color-bg);
  color: var(--color-body);
}

[data-theme=dark] {
  --color-bg: #031E29;
  --color-body: #F6F0EB;
  --color-primary: #F6F0EB;
  --color-secondary: #F15A22;
}

[data-theme=orange] {
  --color-bg: #F15A22;
  --color-body: #F6F0EB;
  --color-primary: #F6F0EB;
  --color-secondary: #F6F0EB;
  --color-text-decoration: #F6F0EB;
  --color-text-decoration-hover: #F6F0EB;
}

[data-text-theme=dark] {
  --color-body: #001822;
}
[data-text-theme=light] {
  --color-body: #F6F0EB;
  --color-primary: #F6F0EB;
  --color-secondary: #F15A22;
}
[data-text-theme=light] .overline {
  color: var(--color-accent);
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
.fade-left-enter-active, .fade-left-leave-active {
  transition: all 0.5s;
  opacity: 1;
  transform: translateX(0);
}

.fade-left-enter, .fade-left-leave-to {
  opacity: 0;
  transform: translateX(100%);
}

/* Based on Pure.css */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea {
  padding: 0.5em 0.6em;
  outline: 0;
  display: inline-block;
  border: none;
  border-radius: 0;
  vertical-align: middle;
  transition: border-color 0.2s ease-in-out;
  font-family: "Ringside Narrow A", "Ringside Narrow B", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #001822;
  -webkit-appearance: none;
}
input[type=text]:hover, input[type=text]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=url]:hover,
input[type=url]:focus,
input[type=date]:hover,
input[type=date]:focus,
input[type=month]:hover,
input[type=month]:focus,
input[type=time]:hover,
input[type=time]:focus,
input[type=datetime]:hover,
input[type=datetime]:focus,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=week]:hover,
input[type=week]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=search]:hover,
input[type=search]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=color]:hover,
input[type=color]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  background-color: #fff;
  border-color: #b6b9c2;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #e0e1e5;
  border-radius: 0;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
input[type=color] {
  padding: 0.2em 0.5em;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
input:not([type]):focus {
  outline: 0;
  border-color: #c4c6ce;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin solid #129FEA;
  outline: 1px auto #c4c6ce;
}

input[type=text][disabled],
input[type=password][disabled],
input[type=email][disabled],
input[type=url][disabled],
input[type=date][disabled],
input[type=month][disabled],
input[type=time][disabled],
input[type=datetime][disabled],
input[type=datetime-local][disabled],
input[type=week][disabled],
input[type=number][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=color][disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}

input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eee; /* menu hover bg color */
  color: #777; /* menu text color */
  border-color: #ccc;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}

input[type=file]:focus:invalid:focus,
input[type=radio]:focus:invalid:focus,
input[type=checkbox]:focus:invalid:focus {
  outline-color: #e9322d;
}

input[type=radio], input[type=checkbox] {
  margin-right: 0.5rem;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: 0;
}

select {
  /* Normalizes the height; padding is not sufficient. */
  height: 2.5rem;
  border: none;
  border-radius: 0;
  padding-right: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  background-image: url(/images/down-arrow.svg?ee7fb21b2237f4770bef6809b03e0707);
  background-color: #fff;
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 10px 7px;
}

select::-ms-expand {
  display: none;
}

select.radius {
  border-radius: 0;
}

select:focus {
  outline: none;
  background-color: #f3f3f3;
  border-color: #e9e9ea;
}

select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

select[multiple] {
  height: auto;
}

label {
  margin: 0.5em 0 0.2em;
  color: #2B2B29;
}

fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #2B2B29;
  border-bottom: 1px solid #a4acad;
}

::-webkit-input-placeholder {
  color: #a4acad;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #a4acad;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #a4acad;
}

:-ms-input-placeholder {
  color: #a4acad;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  position: relative;
  background-color: #FFF;
  color: #666;
  top: 3px;
  height: 17px;
  width: 17px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  margin-right: 5px;
  outline: 2px solid #F15A22;
}
@media screen and (min-width: 1200px) {
  input[type=radio] {
    margin-right: 10px;
  }
}
input[type=radio]:checked::before {
  position: absolute;
  font: 18px/1 sans-serif;
  left: 3px;
  top: -2px;
  content: "⅃";
  transform: rotate(40deg);
}
input[type=radio]:hover {
  background-color: #f7f7f7;
}
input[type=radio]:checked {
  background-color: #fff;
  outline: 2px solid #F15A22;
}

/*
 * What's the difference between global.scss and main.scss?
 * These mostly apply to all projects with very little variation
 */
html {
  box-sizing: border-box;
  background-color: #F6F0EB;
  scroll-behavior: smooth;
}

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

body {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  color: #001822;
}
body.menu-open, body.search-open, body.frozen {
  height: 100vh;
  overflow: hidden;
}

.site-container {
  flex: 1 0 auto;
  position: relative;
}

.site-footer {
  flex: none;
}

.flexgap {
  height: 0;
}

main {
  min-height: 50vh;
}

.visuallyhidden, .scrolledHeader .site-title svg, #app .control-bar .location label,
#app .control-bar #dateRange label, .scrolledHeader .support-navigation ul, .scrolledHeader .top-level-navigation, .site-header:not(.scrolledHeader) .site-title span, .entry-card--default figcaption, .screen-reader-text, .assistive-text, .is-sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

@media screen and (max-width: 1023px) {
  .is-desktop-only {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .is-mobile-only {
    display: none;
  }
}

.lazyload, .lazyloading {
  opacity: 0;
}

.lazyloaded {
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}

.no-js .wow, .no-js .animated {
  visibility: visible !important;
}
.no-js .lazyload {
  display: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #aaa;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #aaa;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #aaa;
}

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

iframe {
  border: none;
}

form {
  width: 100%;
}

.skip-link:focus {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  transition: none;
  width: auto;
  height: auto;
  clip: auto;
  top: 20px;
  padding: 10px;
  background-color: #fff;
  display: inline-block;
  z-index: 6;
  color: #28394A;
}

*:focus-visible {
  outline: 2px solid var(--color-button-focus-border) !important; /* for non-webkit browsers */
}

.responsive-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-header, .main-small-navigation a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.background-load {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

#__bs_notify__ {
  top: 95% !important;
  bottom: 0;
}

.row.first {
  padding-top: 3rem;
}

.mfp-close-btn-in .mfp-close {
  color: #F15A22;
  height: auto;
  width: auto;
  font-size: 35px;
  margin: 0;
  opacity: 1;
  top: -3rem;
  right: -0.5rem;
  font-family: "Helvetica", arial, sans-serif;
  font-weight: 300;
  transition: all 0.2s;
}
.mfp-close-btn-in .mfp-close:hover, .mfp-close-btn-in .mfp-close:active, .mfp-close-btn-in .mfp-close:focus {
  background-color: transparent;
  opacity: 0.6;
}
@media screen and (min-width: 1024px) {
  .mfp-close-btn-in .mfp-close {
    top: -3rem;
    right: -5rem;
  }
}

.mfp-image-holder .mfp-content {
  max-width: 95%;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  background-color: transparent;
}

.mfp-iframe-holder .mfp-content {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 85%;
  }
}
.mfp-iframe-holder .mfp-close-btn-in .mfp-close {
  top: 0.25rem;
  right: -1.25rem;
}

.mfp-image-holder .mfp-close {
  right: -0.5rem;
  top: -0.5rem;
}
@media screen and (min-width: 1024px) {
  .mfp-image-holder .mfp-close {
    right: -2rem;
  }
}

button.mfp-arrow:active, button.mfp-arrow:hover {
  background-color: transparent;
}

.mfp-preloader:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 4px solid #F15A22;
  border-top-color: #333;
  animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.mfp-bg {
  background: rgb(0, 0, 0);
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s;
  transform: scale(0.95);
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  transform: scale(1);
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*
 * What's the difference between global.scss and main.scss?
 * These apply to the entire site but are customized for each project.
 */
:root {
  --primary: #F15A22;
  --secondary: #00B4B5;
  --dark: #001822;
  --logo: #F6F0EB;
  --logoText: #001822;
  --masthead-height: 60px;
  --clip-path: polygon(0 2rem, 2rem 0, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%);
  --column-gap: 1.5rem;
  --color-button-focus-border: #F15A22;
}

@media screen and (min-width: 1400px) {
  :root {
    --masthead-height: 100px;
    --clip-path: polygon(0 4rem, 4rem 0, 100% 0, 100% calc(100% - 4rem), calc(100% - 4rem) 100%, 0 100%);
    --column-gap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  :root {
    --column-gap: 3rem;
  }
}
.med-bg {
  --primary: #F15A22;
}

.logo-dark {
  --logo: #28394A;
  --logoText: #F6F0EB;
}

.menu-open:not(.menu-unloading),
.search-open {
  --primary: #F15A22;
  --secondary: #F15A22;
  --dark: #F15A22;
  --logo: #F6F0EB;
  --logoText: #001822;
}

h2 strong {
  font-weight: 500;
}

blockquote {
  font-size: 20px;
}
@media (min-width: 320px) {
  blockquote {
    font-size: calc(20px + 4 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  blockquote {
    font-size: 24px;
  }
}

figure {
  padding: 0;
  margin: 0;
}

figcaption {
  font-size: 14px;
  line-height: 1.6;
  font-family: "Ringside Narrow A", "Ringside Narrow B", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
@media (min-width: 320px) {
  figcaption {
    font-size: calc(14px + 2 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  figcaption {
    font-size: 16px;
  }
}

#map, .banner-map .inner {
  clip-path: polygon(100% 0, 100% 100%, 10% 100%, 10% 58%, 0 58%, 0 0);
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.med-bg {
  background-color: #28394A;
}

.dark-bg {
  background-color: #031E29;
}

.fancyLink,
.entry-card--default .related-title,
.mfp-objCollectionLink {
  display: inline-block;
  position: relative;
  margin: 1.5rem 3rem 0 0;
}
.fancyLink:hover,
.entry-card--default .related-title:hover,
.mfp-objCollectionLink:hover {
  color: #F15A22;
}
.fancyLink:after,
.entry-card--default .related-title:after,
.mfp-objCollectionLink:after {
  content: url(/images/orangeArrow.svg?24be861278700e8aa92843332b8403a0);
  display: block;
  position: absolute;
  right: -3rem;
  top: 0;
}

.read-more svg {
  width: 40px;
}

.content-block--video-block .post-content p, .content-block--video-block .post-content h2, .content-block--video-block .post-content a, .editors-pick .post-content p, .editors-pick .post-content h2, .editors-pick .post-content a {
  color: #fff;
  text-shadow: 2px 2px 5px rgba(100, 100, 100, 0.5);
}

hr {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 2rem;
  border: none;
}
@media (min-width: 320px) {
  hr {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  hr {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  hr {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  hr {
    padding-right: 60px;
  }
}
hr:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-border);
}

.has-bgimg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.has-bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.b-lazy {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.b-lazy.b-loaded {
  opacity: 1;
}
.no-js .b-lazy {
  opacity: 1;
}

/* Print */
@page {
  size: auto; /* auto is the initial value */
  /* this affects the margin in the printer settings */
  margin: 20mm 10mm 20mm;
}
@media print {
  body {
    overflow: visible !important;
  }
}
.social-actions {
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  gap: 1.25rem;
}
.social-actions li {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  list-style-type: none;
}
.social-actions a {
  display: inline-block;
  border: 2px solid var(--primary);
  border-radius: 50%;
  position: relative;
  width: 34px;
  height: 34px;
  transition: border-color 0.2s ease-in-out;
}
.social-actions a:hover {
  cursor: pointer;
  border-color: #eb4a0f;
}
.social-actions a:hover svg {
  fill: #eb4a0f;
}
.social-actions svg {
  transition: fill 0.2s ease-in-out;
  fill: var(--primary);
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.social-actions li + li {
  margin-left: 0.75rem;
}

#mailchimp-subscribe .ajax-messages {
  display: none;
}

.main {
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.main.unloading, .main.loading {
  opacity: 0;
}
.main.loading {
  opacity: 1;
}

@font-face {
  font-family: "Mingei Mono";
  src: url(/fonts/Mingei_Mono-Thin.woff?0a59676c210a3c1954899e7492bc9882) format("woff"), url(/fonts/Mingei_Mono-Thin.woff2?b8754a882a015b3a785615964581e012) format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Mingei Mono";
  src: url(/fonts/Mingei_Mono-Regular.woff?732467c138d75be638a50fe971bf0b82) format("woff"), url(/fonts/Mingei_Mono-Regular.woff2?6515fa8e5786880bff8be1de8dc23d8f) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Mingei Mono";
  src: url(/fonts/Mingei_Mono-Bold.woff?9923f6e9f4a112e2361f38651e37166b) format("woff"), url(/fonts/Mingei_Mono-Bold.woff2?7ea313a99da1ec03f7107d317bd165b1) format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Ringside Narrow A", "Ringside Narrow B";
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Ringside Narrow A", "Ringside Narrow B";
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Ringside Narrow A", "Ringside Narrow B";
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Sentinel A", "Sentinel B";
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Sentinel A", "Sentinel B";
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Sentinel A", "Sentinel B";
  font-style: normal;
  font-weight: 600;
}
.pages-stories .section-main-header, .pages-events .loop-wrapper .section-main-header, .pages-exhibitions .loop-wrapper .section-main-header,
.category .section-main-header,
.entry-loop-wrapper .section-main-header {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-bottom: 0 !important;
  margin-top: 3rem;
}
@media (min-width: 320px) {
  .pages-stories .section-main-header, .pages-events .loop-wrapper .section-main-header, .pages-exhibitions .loop-wrapper .section-main-header,
  .category .section-main-header,
  .entry-loop-wrapper .section-main-header {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .pages-stories .section-main-header, .pages-events .loop-wrapper .section-main-header, .pages-exhibitions .loop-wrapper .section-main-header,
  .category .section-main-header,
  .entry-loop-wrapper .section-main-header {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .pages-stories .section-main-header, .pages-events .loop-wrapper .section-main-header, .pages-exhibitions .loop-wrapper .section-main-header,
  .category .section-main-header,
  .entry-loop-wrapper .section-main-header {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .pages-stories .section-main-header, .pages-events .loop-wrapper .section-main-header, .pages-exhibitions .loop-wrapper .section-main-header,
  .category .section-main-header,
  .entry-loop-wrapper .section-main-header {
    padding-right: 60px;
  }
}
@media (min-width: 320px) {
  .pages-stories .section-main-header, .pages-events .loop-wrapper .section-main-header, .pages-exhibitions .loop-wrapper .section-main-header,
  .category .section-main-header,
  .entry-loop-wrapper .section-main-header {
    padding-top: calc(40px + 120 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .pages-stories .section-main-header, .pages-events .loop-wrapper .section-main-header, .pages-exhibitions .loop-wrapper .section-main-header,
  .category .section-main-header,
  .entry-loop-wrapper .section-main-header {
    padding-top: 160px;
  }
}
@media (min-width: 320px) {
  .pages-stories .section-main-header, .pages-events .loop-wrapper .section-main-header, .pages-exhibitions .loop-wrapper .section-main-header,
  .category .section-main-header,
  .entry-loop-wrapper .section-main-header {
    padding-bottom: calc(40px + 120 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .pages-stories .section-main-header, .pages-events .loop-wrapper .section-main-header, .pages-exhibitions .loop-wrapper .section-main-header,
  .category .section-main-header,
  .entry-loop-wrapper .section-main-header {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .pages-stories .section-main-header, .pages-events .loop-wrapper .section-main-header, .pages-exhibitions .loop-wrapper .section-main-header,
  .category .section-main-header,
  .entry-loop-wrapper .section-main-header {
    margin-bottom: 2.5rem;
  }
}
.pages-stories .section-header, .pages-events .loop-wrapper .section-header, .pages-exhibitions .loop-wrapper .section-header,
.category .section-header,
.entry-loop-wrapper .section-header {
  margin-block: 1.5rem;
}
.pages-stories .entry-loop, .pages-events .loop-wrapper .entry-loop, .pages-exhibitions .loop-wrapper .entry-loop,
.category .entry-loop,
.entry-loop-wrapper .entry-loop {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--column-gap);
}
@media screen and (min-width: 768px) {
  .pages-stories .entry-loop, .pages-events .loop-wrapper .entry-loop, .pages-exhibitions .loop-wrapper .entry-loop,
  .category .entry-loop,
  .entry-loop-wrapper .entry-loop {
    grid-template-columns: repeat(3, 1fr);
  }
}
.pages-stories [class^=element-] a.fancyLink, .pages-events .loop-wrapper [class^=element-] a.fancyLink, .pages-exhibitions .loop-wrapper [class^=element-] a.fancyLink,
.category [class^=element-] a.fancyLink,
.entry-loop-wrapper [class^=element-] a.fancyLink {
  margin-top: 0;
}
.pages-stories [class^=element-] .subtitle, .pages-events .loop-wrapper [class^=element-] .subtitle, .pages-exhibitions .loop-wrapper [class^=element-] .subtitle,
.category [class^=element-] .subtitle,
.entry-loop-wrapper [class^=element-] .subtitle {
  font-style: normal;
  margin: 0 0 1rem;
}
.pages-stories [class^=element-] table, .pages-events .loop-wrapper [class^=element-] table, .pages-exhibitions .loop-wrapper [class^=element-] table,
.category [class^=element-] table,
.entry-loop-wrapper [class^=element-] table {
  max-width: 20rem;
}
.pages-stories [class^=element-] .thumbnail, .pages-events .loop-wrapper [class^=element-] .thumbnail, .pages-exhibitions .loop-wrapper [class^=element-] .thumbnail,
.category [class^=element-] .thumbnail,
.entry-loop-wrapper [class^=element-] .thumbnail {
  display: block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .pages-stories [class^=element-] h3, .pages-events .loop-wrapper [class^=element-] h3, .pages-exhibitions .loop-wrapper [class^=element-] h3,
  .category [class^=element-] h3,
  .entry-loop-wrapper [class^=element-] h3 {
    max-width: 90%;
  }
}

.loop-wrapper {
  margin-bottom: 5rem;
}

.contact-form-wrapper {
  margin: 0 0 2rem 0;
  position: relative;
  top: -44px;
}
.contact-form-wrapper:before, .contact-form-wrapper:after {
  content: " ";
  display: table;
}
.contact-form-wrapper:after {
  clear: both;
}
.contact-form-wrapper .inner {
  padding: 0 !important;
}
.contact-form-wrapper .input-wrap {
  background-color: #fff;
}
.contact-form-wrapper label {
  display: block;
  margin: 0;
  padding: 0.75rem 0 0 0.75rem;
}
.contact-form-wrapper .message {
  margin-bottom: 2rem;
}
.contact-form-wrapper input[type=text],
.contact-form-wrapper input[type=email],
.contact-form-wrapper textarea {
  color: #001822;
  font-size: 2px;
}
@media (min-width: 320px) {
  .contact-form-wrapper input[type=text],
  .contact-form-wrapper input[type=email],
  .contact-form-wrapper textarea {
    font-size: calc(2px + 22 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .contact-form-wrapper input[type=text],
  .contact-form-wrapper input[type=email],
  .contact-form-wrapper textarea {
    font-size: 24px;
  }
}
.contact-form-wrapper textarea {
  width: 100%;
  max-width: 100%;
  height: 10rem;
  padding: 1rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .contact-form-wrapper textarea {
    padding: 0.5rem;
  }
}
.contact-form-wrapper textarea:required:focus {
  outline: none;
}
.contact-form-wrapper .hide-by-default {
  display: none;
}
.contact-form-wrapper .submit-wrap {
  float: right;
  margin: 1rem 0 0 0;
  position: relative;
}
.contact-form-wrapper .submit-wrap .spinner {
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  position: absolute;
  bottom: 0.25rem;
  right: 2.8rem;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .contact-form-wrapper .submit-wrap .spinner {
    right: 2.4rem;
  }
}
.contact-form-wrapper .submit-wrap input[type=submit] {
  transition: opacity 0.2s ease-in-out;
  margin: 0;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .contact-form-wrapper .input-wrap {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem 0.5rem;
  }
  .contact-form-wrapper .input-wrap input,
  .contact-form-wrapper .input-wrap textarea {
    width: 100%;
  }
  .contact-form-wrapper .input-wrap label {
    padding: 0;
    margin: 0;
    width: 100px;
    min-width: 100px;
  }
  .contact-form-wrapper .input-wrap.textarea {
    align-items: flex-start;
  }
}

input.form-cap {
  display: none;
}

.submitting .submit-wrap .spinner {
  opacity: 1;
}
.submitting .submit-wrap input[type=submit] {
  opacity: 0;
}

.spinner {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #A11B14;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1s;
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.extended-info, .story-info, .exhibition-info {
  margin-top: 2rem;
}
.extended-info .inner, .story-info .inner, .exhibition-info .inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  border-bottom: 2px solid #fff;
  padding-bottom: 2rem;
}
.extended-info .inner div, .story-info .inner div, .exhibition-info .inner div {
  width: 50%;
  text-align: left;
  padding: 0.5rem 1.5rem 0.5rem 0;
}
.extended-info .inner div p, .extended-info .inner div li, .story-info .inner div p, .exhibition-info .inner div p, .story-info .inner div li, .exhibition-info .inner div li {
  margin: 0;
}
.extended-info .inner .button, .story-info .inner .button, .exhibition-info .inner .button {
  display: inline-block;
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .extended-info .inner, .story-info .inner, .exhibition-info .inner {
    flex-wrap: nowrap;
    position: relative;
    padding-bottom: 2rem;
  }
  .extended-info .inner div, .story-info .inner div, .exhibition-info .inner div {
    width: auto;
  }
}

div.intro {
  padding-top: 0;
  padding-bottom: 1rem;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 320px) {
  div.intro {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  div.intro {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  div.intro {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  div.intro {
    padding-right: 60px;
  }
}
div.intro p {
  text-align: left;
  margin-left: 0;
  max-width: 65rem;
}
@media screen and (min-width: 768px) {
  div.intro {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  div.intro {
    padding-bottom: 4rem;
  }
}
div.intro span.buttons {
  display: block;
  margin-top: calc(1.625rem + 2.7vw);
  text-align: center;
}
@media (min-width: 2000px) {
  div.intro span.buttons {
    margin-top: 5rem;
  }
}

.pages div.intro {
  padding-bottom: 0;
  margin-bottom: -1rem;
}

#location-info-wrapper {
  display: none;
  opacity: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(100%);
  background-color: #1f2c39;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#location-info-wrapper.active {
  display: block;
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0%;
}
@media screen and (min-width: 1024px) {
  #location-info-wrapper.active {
    left: 40%;
    width: 60%;
    box-shadow: -3px 0px 10px 1px rgba(0, 0, 0, 0.15);
    border-left: 2px solid #2e2e2b;
  }
}
@media screen and (min-width: 1200px) {
  #location-info-wrapper.active {
    left: 60%;
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  #location-info-wrapper.wide {
    left: 20%;
    width: 80%;
  }
  #location-info-wrapper.wide .inner {
    max-width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  #location-info-wrapper.wide {
    left: 30%;
    width: 70%;
  }
}
#location-info-wrapper.transitioned {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  transform: translateX(0);
}
#location-info-wrapper.transitioned .inner {
  opacity: 1;
}
#location-info-wrapper .close-button {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: fixed;
  right: 1rem;
  top: 1rem;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0;
  color: #F15A22;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  font-family: Helvetica, Arial, Baskerville, monospace;
  transition: all 0.2s;
  z-index: 6;
}
#location-info-wrapper .close-button:hover {
  cursor: pointer;
  opacity: 0.6;
}
#location-info-wrapper #location-map {
  height: 500px;
  width: 100%;
}
#location-info-wrapper .inner {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2rem;
}
@media screen and (min-width: 1024px) {
  #location-info-wrapper .inner {
    max-width: 75%;
  }
}
#location-info-wrapper .inner .details {
  margin-top: 3rem;
}
#location-info-wrapper .inner img {
  max-width: 250px;
  margin-bottom: 2rem;
}
#location-info-wrapper .inner .subtitle {
  display: block;
}

.pagination {
  padding-left: 20px;
  padding-right: 20px;
  margin-inline: 0;
  padding-inline: 0;
  display: flex;
  justify-content: flex-start;
  margin-block: calc(1.425rem + 1.26vw);
}
@media (min-width: 320px) {
  .pagination {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .pagination {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .pagination {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .pagination {
    padding-right: 60px;
  }
}
@media (min-width: 2000px) {
  .pagination {
    margin-block: 3rem;
  }
}
.pagination li {
  list-style-type: none;
  margin-right: 1.5rem;
}
.pagination a {
  color: var(--primary);
}

.pagination-placeholder {
  margin-block: 2rem;
}

.staffList table {
  width: 100%;
  border-collapse: collapse;
  max-width: 800px;
}
.staffList td {
  vertical-align: top;
}
.staffList h4 {
  margin-bottom: 0.9rem !important;
}
@media screen and (max-width: 600px) {
  .staffList tr, .staffList td {
    display: block;
  }
  .staffList td {
    margin-bottom: 0.5rem;
  }
  .staffList tr {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 601px) {
  .staffList td + td {
    padding-left: 1rem;
  }
  .staffList td:nth-child(1) {
    width: 30%;
  }
  .staffList td:nth-child(2) {
    width: 45%;
  }
  .staffList td:nth-child(3) {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .staffList td + td {
    padding-left: 2rem;
  }
  .staffList td {
    padding-bottom: 0.4rem;
  }
  .staffList table + h4 {
    margin-top: 2rem;
  }
  .staffList td:nth-child(1) {
    width: 25%;
  }
  .staffList td:nth-child(2) {
    width: 50%;
  }
}

.featured-collections {
  margin-top: 3rem;
}
.featured-collections .staff-pick {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .featured-collections {
    margin-top: 5rem;
  }
  .featured-collections .staff-pick {
    width: 100%;
  }
  .featured-collections .featured-row {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .featured-collections .featured-row .element {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
@media screen and (min-width: 1024px) {
  .featured-collections .featured-object .element-collectionObject {
    display: flex;
  }
  .featured-collections .featured-object .thumbnail {
    margin: 0 2rem 0 0;
    max-width: 55%;
  }
  .featured-collections .featured-object .element__content {
    margin-top: -0.75rem;
  }
  .featured-collections .featured-row {
    -moz-column-count: 3;
         column-count: 3;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .featured-collections {
    margin-top: 6rem;
  }
  .featured-collections .featured-row {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .featured-collections {
    margin-top: 7rem;
  }
}

.element-collections {
  margin-bottom: 3rem;
}
.element-collections .thumbnail {
  display: block;
  margin-bottom: 1rem;
}

.collections .site-footer {
  margin-top: 2rem;
}

.collection-highlights .inner {
  margin-left: auto;
  margin-right: auto;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media screen and (min-width: 768px) {
  .collection-highlights .inner {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.5em;
         column-gap: 1.5em;
  }
}
.collection-highlights .element {
  overflow: hidden;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin: 0 0 2.5em;
  max-width: 100%;
}

.element-collectionObject p span {
  display: block;
}

.show-zoom-icon {
  position: relative;
  display: block;
  margin-bottom: 0.7em;
}
.show-zoom-icon:after {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(/images/zoom.png?b5995d118c1f5d6e5551c53809f40238);
  background-size: contain;
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.show-zoom-icon:hover {
  cursor: pointer;
}
.show-zoom-icon:hover::after {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  opacity: 1;
  transition: color 0.2s ease-in-out;
}
.mfp-close-btn-in .mfp-close:hover {
  color: #F15A22;
}

.collections-popup {
  height: 100vh;
  width: 100vw;
  max-width: 100%;
}
.collections-popup .popup-wrapper {
  padding: 2rem 1rem;
  height: 100vh;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}
.collections-popup .image-wrapper {
  text-align: center;
}
.collections-popup img {
  max-height: 80vh;
  width: auto;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .collections-popup {
    padding-top: 3rem;
  }
  .collections-popup .image-wrapper {
    text-align: left;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .collections-popup .popup-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .collections-popup .image-wrapper {
    width: 55%;
  }
  .collections-popup .content-wrapper {
    width: 42%;
    height: 90vh;
    overflow: scroll;
    padding-right: 20px;
    padding-top: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.mfp-objTitle {
  color: #fff;
  margin-bottom: 1.5rem;
}

.mfp-objDate {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0.75rem;
}

.mfp-objCountry {
  color: #fff;
  font-size: 18px;
  margin-bottom: 1.5rem;
}

.mfp-objChat {
  margin-bottom: 2rem;
  color: #fff;
}

.mfp-objCollectionLink {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 2rem;
}

.mfp-object-viewer.mfp-close-btn-in .mfp-close {
  top: 0rem;
  right: 1rem;
  color: #F15A22;
  font-size: 40px;
}

.mfp-return {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
}
.mfp-return p {
  color: #F15A22;
  transition: color 0.2s ease-in-out;
}
.mfp-return p:hover {
  color: #fff;
  cursor: pointer;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.popup-wrapper {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.events .subtitle + .overline {
  margin-top: 1rem;
}
.events .banner-image {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .events .half-width-image .banner-text {
    width: 47%;
  }
  .events .half-width-image .banner-image {
    width: 47%;
  }
  .events .banner-image {
    position: sticky;
    top: 5rem;
  }
}
.events .content-modules {
  padding-bottom: 0;
}
.events .content-modules:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 24px;
}
@media (min-width: 320px) {
  .events .content-modules:before {
    margin-bottom: calc(24px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .events .content-modules:before {
    margin-bottom: 64px;
  }
}
.events .content-module {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.events .content-module p {
  max-width: none !important;
}
.events .logo-group ul {
  justify-content: flex-start;
}
.events .logo-group ul li {
  text-align: left;
}
.events .logo-group ul li:first-child {
  padding-left: 0;
}
.events .add-to-calendar a {
  display: inline-block;
  padding-left: 7px;
}

.purchase-link a {
  margin-bottom: 1rem;
}

.homepage {
  --logo: #031E29;
  --logoText: #F0EBE6;
  background: var(--color-bg);
  transition: background 0.75s ease-in-out, color 0.75s ease-in-out;
}
.homepage section .inner {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 320px) {
  .homepage section .inner {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .homepage section .inner {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .homepage section .inner {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .homepage section .inner {
    padding-right: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .homepage section .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--column-gap);
  }
}
.homepage section.hero, .homepage section.exhibitions {
  background: transparent;
}
.homepage section.hero {
  margin-top: var(--masthead-height);
}
.homepage section.hero .overline {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.homepage section.hero .inner.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.homepage section.hero .inner.hero-inner .featured-story {
  padding: 0;
  margin: 0;
}
.homepage section.hero .inner.hero-inner .featured-story h2 {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .homepage section.hero .inner.hero-inner {
    grid-template-columns: 3fr 1fr;
  }
  .homepage section.hero .inner.hero-inner .featured-story {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .homepage section.hero .inner.hero-inner .featured-story__content {
    align-self: flex-start;
  }
  .homepage section.hero .inner.hero-inner .featured-story__image {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .homepage section.hero .inner.hero-inner .featured-story .inset {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .homepage section.hero .inner.hero-inner .featured-story img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .homepage section.hero .inner.hero-inner .hero-ribbon {
    margin-bottom: calc(2.76rem + 1.435rem + 1.332vw);
  }
}
@media screen and (min-width: 1024px) {
  .homepage section.hero .inner.hero-inner .hero-ribbon .mobile-only {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .homepage section.hero .inner.hero-inner .hero-ribbon .desktop-only {
    display: none;
  }
}
.homepage .feature-story {
  margin: 0 auto;
}
.homepage .feature-story .editors-pick {
  padding: 0;
  margin: 0 auto;
}
.homepage .feature-story .post-content {
  left: 16px;
  transform: none;
  max-width: none;
  text-align: left;
}
@media (min-width: 320px) {
  .homepage .feature-story .post-content {
    left: calc(16px + 16 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .homepage .feature-story .post-content {
    left: 32px;
  }
}
.homepage .homepage-testimonial .inner {
  margin-bottom: 0;
  gap: 0;
}
@media screen and (min-width: 1024px) {
  .homepage .homepage-testimonial .inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
  }
}
.homepage .homepage-testimonial .inner > div {
  width: 100%;
  line-height: 0;
}
@media screen and (min-width: 1024px) {
  .homepage .homepage-testimonial .inner > div {
    width: 50%;
    min-height: 60vh;
    overflow: hidden;
  }
}
.homepage .homepage-testimonial .testimonial-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage .homepage-testimonial .testimonial-copy {
  background-color: #031E29;
  color: #F6F0EB;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 320px) {
  .homepage .homepage-testimonial .testimonial-copy {
    padding-top: calc(20px + 102 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .homepage .homepage-testimonial .testimonial-copy {
    padding-top: 122px;
  }
}
@media (min-width: 320px) {
  .homepage .homepage-testimonial .testimonial-copy {
    padding-right: calc(20px + 73 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .homepage .homepage-testimonial .testimonial-copy {
    padding-right: 93px;
  }
}
@media (min-width: 320px) {
  .homepage .homepage-testimonial .testimonial-copy {
    padding-bottom: calc(20px + 80 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .homepage .homepage-testimonial .testimonial-copy {
    padding-bottom: 100px;
  }
}
@media (min-width: 320px) {
  .homepage .homepage-testimonial .testimonial-copy {
    padding-left: calc(20px + 64 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .homepage .homepage-testimonial .testimonial-copy {
    padding-left: 84px;
  }
}
.homepage .homepage-testimonial .overline {
  color: var(--color-body);
}
.homepage .homepage-testimonial .fancyLink {
  color: #00B4B5;
}
.homepage .homepage-testimonial .fancyLink:after {
  content: "";
}
.homepage .featured-pages .inner {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: var(--column-gap);
}
@media screen and (min-width: 769px) {
  .homepage .featured-pages .inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .homepage .featured-pages .inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.homepage .featured-pages .thumbnail {
  display: block;
}
.homepage .featured-pages img {
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage .featured-pages .heading-2 {
  margin-top: 1.5rem;
}
.homepage .featured-pages p {
  margin-top: 1rem;
}
.homepage .featured-collection .element {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .homepage .featured-collection .element {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
  }
}
.homepage .featured-collection .element .thumbnail {
  display: block;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .homepage .featured-collection .element .thumbnail {
    width: 50%;
  }
}
.homepage .featured-collection .element img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.homepage .featured-collection .element .overline {
  color: var(--color-body);
}
.homepage .featured-collection .element .element__content {
  background-color: #031E29;
  color: #F6F0EB;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 320px) {
  .homepage .featured-collection .element .element__content {
    padding-top: calc(20px + 102 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .homepage .featured-collection .element .element__content {
    padding-top: 122px;
  }
}
@media (min-width: 320px) {
  .homepage .featured-collection .element .element__content {
    padding-right: calc(20px + 73 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .homepage .featured-collection .element .element__content {
    padding-right: 93px;
  }
}
@media (min-width: 320px) {
  .homepage .featured-collection .element .element__content {
    padding-bottom: calc(20px + 80 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .homepage .featured-collection .element .element__content {
    padding-bottom: 100px;
  }
}
@media (min-width: 320px) {
  .homepage .featured-collection .element .element__content {
    padding-left: calc(20px + 64 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .homepage .featured-collection .element .element__content {
    padding-left: 84px;
  }
}
@media screen and (min-width: 1024px) {
  .homepage .featured-collection .element .element__content {
    width: 50%;
  }
}
.homepage .featured-collection .element .fancyLink {
  color: #00B4B5;
}
.homepage .featured-collection .element .fancyLink:after {
  content: "";
}
.homepage .exhibitions .element-event {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .homepage .exhibitions .element-event {
    padding-bottom: 0;
  }
}
.homepage .exhibitions .element-event .thumbnail {
  display: block;
}
.homepage .exhibitions .element-event img {
  max-height: 55vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.homepage .exhibitions .element-event + .element-event {
  margin-top: 65px;
}
@media screen and (min-width: 1024px) {
  .homepage .exhibitions .element-event + .element-event {
    margin-top: 0;
  }
}
.homepage .exhibitions .events-feed-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 40px;
}
@media screen and (min-width: 1024px) {
  .homepage .exhibitions .events-feed-cta {
    padding: 80px 0 20px;
  }
}
.homepage .exhibitions .events-feed-cta .button {
  display: block;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 26px;
  margin-right: 0;
}

.homepage-content-modules {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 320px) {
  .homepage-content-modules {
    padding-top: calc(40px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .homepage-content-modules {
    padding-top: 80px;
  }
}
@media (min-width: 320px) {
  .homepage-content-modules {
    padding-bottom: calc(40px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .homepage-content-modules {
    padding-bottom: 80px;
  }
}
.homepage-content-modules section + section,
.homepage-content-modules div + section {
  padding-top: 40px;
}
@media (min-width: 320px) {
  .homepage-content-modules section + section,
  .homepage-content-modules div + section {
    padding-top: calc(40px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .homepage-content-modules section + section,
  .homepage-content-modules div + section {
    padding-top: 80px;
  }
}

.locations .page-banner h1, #location-info-wrapper h1 {
  margin-bottom: 2rem;
}
.locations .page-banner h4, #location-info-wrapper h4 {
  margin-bottom: 0.75rem;
}
.locations .page-banner p, .locations .page-banner td, .locations .page-banner tr, #location-info-wrapper p, #location-info-wrapper td, #location-info-wrapper tr {
  font-family: "Ringside Narrow A", "Ringside Narrow B", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
}
.locations .page-banner .details p, .locations .page-banner p.details, .locations .page-banner table, #location-info-wrapper .details p, #location-info-wrapper p.details, #location-info-wrapper table {
  margin-bottom: 2rem;
}
.locations .page-banner .button, #location-info-wrapper .button {
  display: inline-block;
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .locations .page-banner h1, #location-info-wrapper h1 {
    margin-bottom: 3rem;
  }
}

.banner-map .inner {
  position: relative;
  width: 100%;
  min-height: 504px;
  background-color: #fffcf9;
  margin-top: 1rem;
  padding: 5px !important;
}

#map {
  min-height: 500px;
  width: 100%;
}

.hasMap {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .hasMap {
    margin-bottom: 1rem;
  }
}

.is-search .entry-loop-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 320px) {
  .is-search .entry-loop-wrapper {
    padding-top: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .is-search .entry-loop-wrapper {
    padding-top: 60px;
  }
}
@media (min-width: 320px) {
  .is-search .entry-loop-wrapper {
    padding-bottom: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .is-search .entry-loop-wrapper {
    padding-bottom: 60px;
  }
}
@media (min-width: 320px) {
  .is-search .entry-loop-wrapper {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .is-search .entry-loop-wrapper {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .is-search .entry-loop-wrapper {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .is-search .entry-loop-wrapper {
    padding-right: 60px;
  }
}

.story-info .topics ul {
  margin: 0;
  padding: 0;
}
.story-info .topics li {
  list-style-type: none;
}
@media screen and (min-width: 1024px) {
  .story-info .topics ul {
    display: flex;
  }
  .story-info .topics li {
    position: relative;
    margin-right: 1rem;
  }
  .story-info .topics li:after {
    position: absolute;
    content: ", ";
    display: block;
    bottom: 0;
    right: -7px;
  }
  .story-info .topics li:last-child:after {
    content: "";
  }
}

.pages-stories .site-footer {
  margin-top: 2rem;
}

.featured-story {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width: 320px) {
  .featured-story {
    padding-left: calc(20px + 60 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .featured-story {
    padding-left: 80px;
  }
}
@media (min-width: 320px) {
  .featured-story {
    padding-right: calc(20px + 60 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .featured-story {
    padding-right: 80px;
  }
}
@media (min-width: 320px) {
  .featured-story {
    padding-top: calc(40px + 120 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .featured-story {
    padding-top: 160px;
  }
}
@media (min-width: 320px) {
  .featured-story {
    padding-bottom: calc(40px + 120 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .featured-story {
    padding-bottom: 160px;
  }
}
.featured-story .entry-content {
  margin-top: 1.5rem;
}
.featured-story a {
  color: #2B2B29;
}
.featured-story a:hover {
  color: var(--primary);
}
.featured-story svg {
  margin-left: 1rem;
}
@media screen and (min-width: 1024px) {
  .featured-story {
    align-items: center;
    margin-bottom: 4rem;
  }
  .featured-story .entry-thumbnail {
    width: 48%;
  }
  .featured-story .entry-content {
    width: 48%;
  }
  .featured-story h2 {
    margin-bottom: 3rem;
  }
  .featured-story p {
    margin-bottom: 0;
    max-width: 36rem;
  }
}
@media screen and (min-width: 1200px) {
  .featured-story .entry-content {
    margin-bottom: 7%;
    widows: 5;
  }
}

.editors-pick {
  position: relative;
  margin-bottom: 4rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .editors-pick {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.editors-pick .has-bgimg {
  height: 80vh;
  max-height: 800px;
  width: 100%;
  position: relative;
}
.editors-pick .has-bgimg:after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.7) 90%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.editors-pick span.label {
  position: absolute;
  left: 20px;
  top: 20px;
  font-family: "Mingei Mono", monospace;
  color: #fff;
  font-size: 13px;
}
@media (min-width: 320px) {
  .editors-pick span.label {
    left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .editors-pick span.label {
    left: 60px;
  }
}
@media (min-width: 320px) {
  .editors-pick span.label {
    top: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .editors-pick span.label {
    top: 60px;
  }
}
@media (min-width: 320px) {
  .editors-pick span.label {
    font-size: calc(13px + 2 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .editors-pick span.label {
    font-size: 15px;
  }
}
.editors-pick span.label span {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #F15A22;
}
@media (min-width: 320px) {
  .editors-pick span.label span {
    padding-top: calc(8px + 6 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .editors-pick span.label span {
    padding-top: 14px;
  }
}
@media (min-width: 320px) {
  .editors-pick span.label span {
    padding-bottom: calc(8px + 6 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .editors-pick span.label span {
    padding-bottom: 14px;
  }
}
@media (min-width: 320px) {
  .editors-pick span.label span {
    padding-left: calc(16px + 12 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .editors-pick span.label span {
    padding-left: 28px;
  }
}
@media (min-width: 320px) {
  .editors-pick span.label span {
    padding-right: calc(16px + 12 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .editors-pick span.label span {
    padding-right: 28px;
  }
}
.editors-pick span.label span + span {
  position: relative;
  left: -30%;
  top: 16px;
}
@media (min-width: 320px) {
  .editors-pick span.label span + span {
    top: calc(16px + 26 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .editors-pick span.label span + span {
    top: 42px;
  }
}
.editors-pick .post-content {
  z-index: 2;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: absolute;
  bottom: 32px;
  text-align: center;
  width: 100%;
  max-width: 40rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 320px) {
  .editors-pick .post-content {
    bottom: calc(32px + 32 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .editors-pick .post-content {
    bottom: 64px;
  }
}
.editors-pick .post-content a:hover {
  color: var(--primary);
}
.editors-pick .post-content h2 {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .pages-whats-on .page-banner {
    padding-bottom: 1rem;
  }
}
.pages-whats-on .content-modules {
  background-color: #F0EBE6;
}
.pages-whats-on .homepage-features .feature-grid {
  padding-top: 0;
}
.pages-whats-on .homepage-testimonial {
  padding-top: 0;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .pages-whats-on .homepage-testimonial {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .pages-whats-on .homepage-testimonial {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 1400px) {
  .pages-whats-on .homepage-testimonial {
    padding-bottom: 10rem;
  }
}
.pages-whats-on .homepage-testimonial .button {
  width: 325px;
  display: block;
}

#app .control-bar {
  width: 100%;
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  #app .control-bar {
    flex-wrap: nowrap;
  }
}
#app .control-bar .controls,
#app .control-bar .location,
#app .control-bar #dateRange {
  width: 100%;
  max-width: 36rem;
  font-family: "Mingei Mono", monospace;
  letter-spacing: -1px;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  #app .control-bar .controls,
  #app .control-bar .location,
  #app .control-bar #dateRange {
    margin-bottom: 0;
    padding: 1rem;
  }
}
#app .control-bar .controls {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  #app .control-bar .controls {
    flex-basis: 50%;
    margin-bottom: 0;
    padding-left: 0;
  }
}
#app .control-bar .location,
#app .control-bar #dateRange {
  border-left: none;
  flex-shrink: 3;
}
#app .control-bar .location select,
#app .control-bar #dateRange select {
  width: 100%;
  max-width: 100%;
}

.wrapper {
  width: 100%;
  display: block;
}

.radio-group {
  position: relative;
  left: 2px;
}
@media screen and (min-width: 1024px) {
  .radio-group {
    top: 10px;
  }
}
.radio-group label {
  margin-right: 10px;
}
@media screen and (min-width: 1200px) {
  .radio-group label {
    margin-right: 20px;
  }
}
.radio-group label:hover {
  cursor: pointer;
}

.results--loaded {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: var(--column-gap);
       column-gap: var(--column-gap);
  row-gap: 3rem;
}
@media (min-width: 320px) {
  .results--loaded {
    padding-top: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .results--loaded {
    padding-top: 60px;
  }
}
@media (min-width: 320px) {
  .results--loaded {
    padding-bottom: calc(30px + 90 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .results--loaded {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .results--loaded {
    grid-template-columns: repeat(3, 1fr);
  }
}
.results--loaded .event-details {
  opacity: 1;
  margin-bottom: 3rem;
}

.colors {
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  height: 100vh;
}
.colors .color {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(1.6875rem + 3.15vw);
}
@media (min-width: 2000px) {
  .colors .color {
    padding: 5.625rem;
  }
}
.colors .color span {
  color: var(--color-primary);
}
.colors .color.is-primary {
  background: var(--color-primary);
}
.colors .color.is-primary span {
  color: var(--color-secondary);
}
.colors .color.is-secondary {
  background: var(--color-secondary);
  color: var(--color-primary);
}
.colors .color.is-tertiary {
  background: var(--color-tertiary);
  color: var(--color-primary);
}

.type-specimen {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 320px) {
  .type-specimen {
    padding-top: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .type-specimen {
    padding-top: 60px;
  }
}
@media (min-width: 320px) {
  .type-specimen {
    padding-bottom: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .type-specimen {
    padding-bottom: 60px;
  }
}
@media (min-width: 320px) {
  .type-specimen {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .type-specimen {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .type-specimen {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .type-specimen {
    padding-right: 60px;
  }
}
.type-specimen .type + .type {
  margin-top: 3rem;
}

.button.is-primary,
button.is-primary,
input[type=submit].is-primary,
button.is-primary.unstyled,
button.is-primary.is-text,
button.is-primary.icon-only {
  padding: 0.9rem 2rem;
  border: none;
  width: auto;
  font-size: 15px;
  font-weight: 700;
  font-family: "Mingei Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: var(--primary);
  text-decoration: underline;
  text-decoration-color: transparent;
  color: #fff;
  text-align: center;
}
.button.is-primary:hover,
button.is-primary:hover,
input[type=submit].is-primary:hover, .button.is-primary:active,
button.is-primary:active,
input[type=submit].is-primary:active {
  background-color: #eb4a0f;
  color: #fff;
  text-decoration-color: #fff;
  cursor: pointer;
}

.button,
button,
input[type=submit],
.button.unstyled,
.button.is-text,
button.unstyled,
button.is-text,
input[type=submit].unstyled,
input[type=submit].is-text,
button.unstyled.icon-only,
button.is-text.icon-only,
button.unstyled.is-text,
.button.icon-only,
button.icon-only,
input[type=submit].icon-only {
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0;
}
.button:has-focus,
button:has-focus,
input[type=submit]:has-focus,
button.unstyled:has-focus,
button.is-text:has-focus,
button.icon-only:has-focus {
  box-shadow: none !important;
  outline: 0.094rem solid var(--color-button-focus-border) !important;
}
.button.is-large,
button.is-large,
input[type=submit].is-large,
button.is-large.unstyled,
button.is-large.is-text,
button.is-large.icon-only {
  padding: 1.25rem 2rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 1024px) {
  .button.is-large,
  button.is-large,
  input[type=submit].is-large,
  button.is-large.unstyled,
  button.is-large.is-text,
  button.is-large.icon-only {
    padding: 1.75rem 3rem;
    font-size: 1.2rem;
  }
}
.button.is-outline,
button.is-outline,
input[type=submit].is-outline,
button.is-outline.unstyled,
button.is-outline.is-text,
button.is-outline.icon-only {
  font-size: 15px;
  font-weight: 700;
  font-family: "Mingei Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--primary);
  background-color: transparent;
  text-decoration: none;
  border: 1px solid var(--primary);
  padding: 1.25rem 2rem;
}
.button.is-outline:hover,
button.is-outline:hover,
input[type=submit].is-outline:hover {
  background-color: var(--primary);
  color: #fff;
}
.button.small,
button.small,
input[type=submit].small,
button.small.unstyled,
button.small.is-text,
button.small.icon-only {
  padding: 0.7rem 1.5rem;
  font-size: 14px;
}
.button.is-disabled,
button.is-disabled,
input[type=submit].is-disabled,
button.is-disabled.unstyled,
button.is-disabled.is-text,
button.is-disabled.icon-only {
  padding: 0.7rem 1.5rem;
  background-color: #374C63;
  color: #fff;
}
.button.is-disabled:hover,
button.is-disabled:hover,
input[type=submit].is-disabled:hover {
  background-color: #374C63;
  cursor: default;
  text-decoration: none;
}
.button.has-icon,
button.has-icon,
input[type=submit].has-icon,
button.has-icon.unstyled,
button.has-icon.is-text,
button.has-icon.icon-only {
  padding-left: 3rem;
  background-position: 12% center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.button.unstyled, .button.is-text, .button.icon-only,
button.unstyled,
button.is-text,
button.icon-only,
input[type=submit].unstyled,
input[type=submit].is-text,
input[type=submit].icon-only,
button.unstyled.is-text,
button.unstyled.icon-only,
button.is-text,
button.is-text.icon-only {
  color: var(--color-primary) !important;
  background-color: transparent !important;
  border: none;
  padding: 0;
  margin: 0;
}

.promo {
  background-color: #F15A22;
  display: inline-block;
  padding: 3rem 1rem 3.5rem 2rem;
  margin: 2rem auto;
  clip-path: polygon(0% 15%, 19% 15%, 19% 0, 100% 0, 100% 74%, 60% 100%, 0 100%);
  position: sticky;
  top: 6rem;
  width: 100%;
  max-width: 20rem;
  font-family: "Mingei Mono", monospace;
  line-height: 1.5;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  display: flex;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.2s ease-in-out;
}
.promo:hover {
  color: #fff;
  text-decoration-color: #fff;
}

.radio-control .radio {
  margin: 16px 0;
  display: block;
  cursor: pointer;
}
.radio-control .radio input {
  display: none;
}
.radio-control .radio input + span {
  line-height: 1.1rem;
  height: 1rem;
  padding-left: 1.375rem;
  display: block;
  position: relative;
}
.radio-control .radio input + span:not(:empty) {
  padding-left: 1.375rem;
}
.radio-control .radio input + span:before, .radio-control .radio input + span:after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
}
.radio-control .radio input + span:before {
  background: var(--color-primary);
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}
.radio-control .radio input + span:after {
  background: #fff;
  transform: scale(0.78);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}
.radio-control .radio input:checked + span:before {
  transform: scale(0.9);
  background: var(--color-primary);
}
.radio-control .radio input:checked + span:after {
  transform: scale(0.4);
  transition: transform 0.3s ease;
}
.radio-control .radio:hover input + span:before {
  transform: scale(0.92);
}
.radio-control .radio:hover input + span:after {
  transform: scale(0.74);
}
.radio-control .radio:hover input:checked + span:after {
  transform: scale(0.4);
}
.radio-control .radio:hover {
  color: var(--color-primary);
}

.search-field .control.has-icons-left .icon.is-left {
  top: 37%;
  left: 10px;
}

input-select {
  display: block;
  height: 2.5rem;
}
input-select .selectWrapper {
  position: relative;
}
input-select .selectNative,
input-select .selectCustom {
  display: block;
  position: relative;
  width: 100%;
  height: 2.5rem;
  background: transparent;
}
input-select .selectCustom {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
@media (hover: hover) {
  input-select .selectCustom {
    display: block;
    pointer-events: all;
  }
}
input-select .selectNative:focus + .selectCustom .selectCustom-trigger {
  border: 1px solid #F15A22;
}
input-select .selectNative:focus,
input-select .selectCustom.isActive .selectCustom-trigger {
  outline: none;
  border: 1px solid #F15A22;
}
input-select .selectNative:focus::after,
input-select .selectCustom.isActive .selectCustom-trigger::after {
  transform: rotate(0deg);
}
input-select .select {
  position: relative;
}
input-select .selectLabel {
  display: block;
  margin-bottom: 0.4rem;
}
input-select .selectNative,
input-select .selectCustom-trigger {
  font-size: 1rem;
  font-family: var(--font-family-primary);
  color: var(--color-secondary);
  border: none;
}
input-select .selectCustom-trigger {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid var(--color-border);
  background-color: #fff;
  padding-right: calc(1.275rem + 0.18vw);
  padding-left: calc(1.275rem + 0.18vw);
}
@media (min-width: 2000px) {
  input-select .selectCustom-trigger {
    padding-right: 1.5rem;
  }
}
@media (min-width: 2000px) {
  input-select .selectCustom-trigger {
    padding-left: 1.5rem;
  }
}
input-select .selectCustom-trigger::after {
  transition: transform 0.2s ease-out;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg class='icon icon--close' fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14'%3E%3Cpath d='M8 .5 15.792 14H.206L8 .5Z' fill='%23F84D17'/%3E%3C/svg%3E");
  position: absolute;
  right: 1.5rem;
  width: 9px;
  height: 7px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
input-select .selectCustom-trigger:hover {
  border: 1px solid #F15A22;
}
input-select .selectCustom-trigger__text {
  padding-right: 20px;
  flex: 1;
}
input-select .selectCustom-options {
  max-height: 50vh;
  overflow: scroll;
  position: absolute;
  top: 3.4rem;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0.2rem 0.8rem;
  display: none;
  background-color: #fff;
  box-shadow: 0 0 4px #e9e1f8;
  border: 1px solid var(--color-border);
}
input-select .selectCustom.isActive .selectCustom-options {
  display: block;
}
input-select .selectCustom-option {
  position: relative;
  padding: 0.8rem 0.4rem;
  font-size: 1rem;
  color: var(--color-secondary);
}
input-select .selectCustom-option.isHover,
input-select .selectCustom-option:hover {
  background-color: #eeeeee;
  cursor: default;
}
input-select .selectCustom-option:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.5px solid #dddddd;
}

input-select[textoverflow=ellipsis] .selectCustom-trigger__text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.control .button.is-text {
  font-size: 1rem;
}
.control .button.is-text svg {
  transform: rotate(-90deg);
  color: var(--color-primary);
  margin: 0 0 0 0.875rem;
  width: 0.625rem;
  height: 0.375rem;
}
.control .button.is-text:hover, .control .button.is-text:active {
  text-decoration: none;
}
.field .label {
  margin-bottom: 1.125rem;
  text-transform: uppercase;
  font-size: 1rem;
}

.icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(1.5rem + 1.8vw);
  height: calc(1.5rem + 1.8vw);
}
@media (min-width: 2000px) {
  .icon-wrapper {
    width: 3.75rem;
  }
}
@media (min-width: 2000px) {
  .icon-wrapper {
    height: 3.75rem;
  }
}

.icon * {
  transition: stroke 0.2s ease-in-out, fill 0.2s ease-in-out;
}
.icon--nav circle {
  fill: transparent;
  stroke: var(--color-border);
}
.icon--nav path {
  fill: var(--color-secondary);
}
.icon--nav:hover circle {
  fill: var(--color-secondary);
  stroke: transparent;
}
.icon--nav:hover path {
  fill: var(--color-bg);
}
.icon--nav-prev {
  transform: rotate(180deg);
}
.icon--play circle {
  fill: var(--color-secondary);
}
.icon--play path {
  fill: var(--color-bg);
}
.icon--play:hover circle, .icon--play:active circle {
  fill: var(--color-primary);
}
.icon--close line {
  stroke: var(--color-secondary);
}
.icon--search circle, .icon--search path {
  stroke: var(--color-secondary);
}
.icon--search circle:hover, .icon--search circle:active, .icon--search path:hover, .icon--search path:active {
  stroke: var(--color-primary);
}
.icon--facebook {
  width: calc(1.6rem + 2.52vw);
  height: calc(1.5rem + 1.8vw);
}
@media (min-width: 2000px) {
  .icon--facebook {
    width: 4.75rem;
  }
}
@media (min-width: 2000px) {
  .icon--facebook {
    height: 3.75rem;
  }
}
.icon--facebook path {
  fill: var(--color-secondary);
}
.icon--email path {
  stroke: var(--color-secondary);
}
.icon--instagram path, .icon--linkedin path, .icon--twitter path, .icon--youtube path {
  fill: var(--color-secondary);
}
.icon--disclosure path {
  stroke: var(--color-primary);
}

.image {
  width: 100%;
  line-height: 0;
}
.image figcaption {
  margin-top: 1.3 0.5rem;
}
.image img {
  transition: clip-path 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .image img.is-clipped.clipped-one {
    clip-path: polygon(0 2rem, 2rem 0, 100% 0, 100% 100%, 0% 100%, 0 100%);
  }
  .image img.is-clipped.clipped-one-alt {
    clip-path: polygon(0 0, 0 0, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%);
  }
  .image img.is-clipped.clipped-two {
    clip-path: polygon(0 2rem, 2rem 0, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%);
  }
}
@media screen and (min-width: 769px) {
  .image img.is-clipped.clipped-one {
    clip-path: polygon(0 3.5rem, 3.5rem 0, 100% 0, 100% 100%, 0% 100%, 0 100%);
  }
  .image img.is-clipped.clipped-one-alt {
    clip-path: polygon(0 0, 0 0, 100% 0, 100% calc(100% - 3.5rem), calc(100% - 3.5rem) 100%, 0 100%);
  }
  .image img.is-clipped.clipped-two {
    clip-path: polygon(0 3.5rem, 3.5rem 0, 100% 0, 100% calc(100% - 3.5rem), calc(100% - 3.5rem) 100%, 0 100%);
  }
}

.loader {
  width: 38px;
}
.loader svg {
  stroke: var(--color-primary);
}

.site-logo a {
  line-height: 0;
  display: block;
}
.site-logo svg {
  height: auto;
}
table {
  margin-top: 0;
  margin-bottom: 1rem;
  table-layout: auto;
  border: none;
  width: 100%;
}
table caption {
  font-size: 18px;
  color: #001822;
  background: transparent;
}
table tr th, table tr td {
  font-size: 18px;
  line-height: 1.4;
  padding: 0;
  text-align: left;
  color: #001822;
  font-family: "Ringside Narrow A", "Ringside Narrow B", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
table tr td + tr td {
  padding-left: 2rem;
}

.membership-table {
  border-collapse: collapse;
  width: 100%;
}
.membership-table th {
  color: #fff;
  padding-bottom: 0.5rem;
  font-size: 18px;
  font-weight: 400;
}
.membership-table td {
  border: 1px solid #555;
}
.membership-table td:first-child {
  text-align: left;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .membership-table {
    margin-top: 5rem;
  }
  .membership-table td {
    text-align: center;
  }
  .membership-table td:first-child {
    max-width: 10rem;
  }
}
.membership-table thead tr th:first-child {
  visibility: hidden;
}
.membership-table thead th {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .membership-table td:before {
    font-weight: normal !important;
  }
  .membership-table td:first-child:before {
    content: "";
  }
  .membership-table td:first-child {
    padding-left: 6px;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .membership-table td {
    width: 100px;
  }
  .membership-table td:first-child {
    min-width: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .membership-table td:first-child {
    min-width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .responsive-table {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .responsive-table table, .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr {
    display: block;
  }
  .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsive-table tr {
    margin-bottom: 1.5rem;
  }
  .responsive-table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-bottom: 10px;
  }
  .responsive-table td:before {
    position: absolute;
    font-weight: bold;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-label);
  }
}

/* Unitless line heights: https://css-tricks.com/almanac/properties/l/line-height/#aa-unitless-line-heights */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}

h1, .homepage .featured-collection .element h3,
.heading-1 {
  font-family: var(--font-family-heading);
  font-weight: 400;
  font-style: normal;
  font-size: calc(1.435rem + 1.332vw);
  letter-spacing: -5px;
  line-height: 1.2;
  color: var(--color-body);
}
@media (min-width: 2000px) {
  h1, .homepage .featured-collection .element h3,
  .heading-1 {
    font-size: 3.1rem;
  }
}
h1 + p, .homepage .featured-collection .element h3 + p, h1 + span, .homepage .featured-collection .element h3 + span,
.heading-1 + p,
.heading-1 + span {
  margin-top: calc(1.375rem + 0.9vw);
}
@media (min-width: 2000px) {
  h1 + p, .homepage .featured-collection .element h3 + p, h1 + span, .homepage .featured-collection .element h3 + span,
  .heading-1 + p,
  .heading-1 + span {
    margin-top: 2.5rem;
  }
}
h1 + .subtitle, .homepage .featured-collection .element h3 + .subtitle,
.heading-1 + .subtitle {
  margin-top: 0.5rem;
}
.heading-1--display {
  position: relative;
  left: -0.5rem;
  font-size: calc(1.725rem + 3.42vw);
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 300;
}
@media (min-width: 2000px) {
  .heading-1--display {
    font-size: 6rem;
  }
}

.content-block--pullquote p, .content h2, h2, .mfp-objTitle,
.heading-2 {
  font-family: var(--font-family-heading);
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
  font-size: calc(1.335rem + 0.612vw);
  letter-spacing: -3px;
  color: var(--color-body);
}
@media (min-width: 2000px) {
  .content-block--pullquote p, .content h2, h2, .mfp-objTitle,
  .heading-2 {
    font-size: 2.1rem;
  }
}
.content-block--pullquote p + p, .content h2 + p, h2 + p, .mfp-objTitle + p, .content-block--pullquote p + span, .content h2 + span, h2 + span, .mfp-objTitle + span,
.heading-2 + p,
.heading-2 + span {
  margin-top: calc(1.275rem + 0.18vw);
}
@media (min-width: 2000px) {
  .content-block--pullquote p + p, .content h2 + p, h2 + p, .mfp-objTitle + p, .content-block--pullquote p + span, .content h2 + span, h2 + span, .mfp-objTitle + span,
  .heading-2 + p,
  .heading-2 + span {
    margin-top: 1.5rem;
  }
}
.content-block--pullquote p.section-heading, h2.section-heading, .section-heading.mfp-objTitle,
.heading-2.section-heading {
  margin-bottom: calc(1.425rem + 1.26vw);
}
@media (min-width: 2000px) {
  .content-block--pullquote p.section-heading, h2.section-heading, .section-heading.mfp-objTitle,
  .heading-2.section-heading {
    margin-bottom: 3rem;
  }
}
.content-block--pullquote p + .subtitle, h2 + .subtitle, .mfp-objTitle + .subtitle,
.heading-2 + .subtitle {
  margin-top: 0.5rem;
}

.content-block--faqs details summary, .content h3, h3,
.heading-3 {
  font-family: var(--font-family-primary);
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-size: calc(1.305rem + 0.396vw);
  color: var(--color-body);
}
@media (min-width: 2000px) {
  .content-block--faqs details summary, .content h3, h3,
  .heading-3 {
    font-size: 1.8rem;
  }
}
.content-block--faqs details summary + p, .content h3 + p, h3 + p, .content-block--faqs details summary + span, .content h3 + span, h3 + span,
.heading-3 + p,
.heading-3 + span {
  margin-top: calc(1.325rem + 0.54vw);
}
@media (min-width: 2000px) {
  .content-block--faqs details summary + p, .content h3 + p, h3 + p, .content-block--faqs details summary + span, .content h3 + span, h3 + span,
  .heading-3 + p,
  .heading-3 + span {
    margin-top: 2rem;
  }
}
.content-block--faqs details summary.section-heading, h3.section-heading,
.heading-3.section-heading {
  margin-bottom: calc(1.325rem + 0.54vw);
}
@media (min-width: 2000px) {
  .content-block--faqs details summary.section-heading, h3.section-heading,
  .heading-3.section-heading {
    margin-bottom: 2rem;
  }
}

.content-block--testimonial-cta p, .sidebar-nav__inner a, div.intro p, .pages-whats-on .homepage-testimonial,
.heading-3-alt {
  font-family: var(--font-family-heading);
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  font-size: calc(1.26rem + 0.072vw);
  color: var(--color-body);
}
@media (min-width: 2000px) {
  .content-block--testimonial-cta p, .sidebar-nav__inner a, div.intro p, .pages-whats-on .homepage-testimonial,
  .heading-3-alt {
    font-size: 1.35rem;
  }
}
.content-block--testimonial-cta p + p, .sidebar-nav__inner a + p, div.intro p + p, .pages-whats-on .homepage-testimonial + p, .content-block--testimonial-cta p + span, .sidebar-nav__inner a + span, div.intro p + span, .pages-whats-on .homepage-testimonial + span,
.heading-3-alt + p,
.heading-3-alt + span {
  margin-top: 1rem;
}
.content-block--testimonial-cta p.section-heading, .sidebar-nav__inner a.section-heading, div.intro p.section-heading, .pages-whats-on .section-heading.homepage-testimonial,
.heading-3-alt.section-heading {
  margin-bottom: calc(1.325rem + 0.54vw);
}
@media (min-width: 2000px) {
  .content-block--testimonial-cta p.section-heading, .sidebar-nav__inner a.section-heading, div.intro p.section-heading, .pages-whats-on .section-heading.homepage-testimonial,
  .heading-3-alt.section-heading {
    margin-bottom: 2rem;
  }
}

.searchform label, .content-block--video-block span.label, .content h4, .event-card .event-type, .breadcrumbs a, .breadcrumbs span, .overline,
.full-navigation > ul > li,
.support-navigation li,
.top-level-navigation li, h4, .fancyLink,
.entry-card--default .related-title, .pagination li,
.mfp-objCollectionLink, .mfp-return p, .editors-pick span.label, .button.unstyled, .button.is-text, .button.icon-only,
button.unstyled,
button.is-text,
button.icon-only,
input[type=submit].unstyled,
input[type=submit].is-text,
input[type=submit].icon-only,
button.unstyled.is-text,
button.unstyled.icon-only,
button.is-text.icon-only,
.heading-4 {
  font-family: var(--font-family-heading);
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  color: var(--color-body);
}
.searchform label + p, .content-block--video-block span.label + p, .content h4 + p, .event-card .event-type + p, .breadcrumbs a + p, .breadcrumbs span + p, .overline + p,
.full-navigation > ul > li + p,
.support-navigation li + p,
.top-level-navigation li + p, h4 + p, .fancyLink + p,
.entry-card--default .related-title + p, .pagination li + p,
.mfp-objCollectionLink + p, .mfp-return p + p, .editors-pick span.label + p, .button.unstyled + p, .button.is-text + p, .button.icon-only + p,
button.unstyled + p,
button.is-text + p,
button.icon-only + p,
input[type=submit].unstyled + p,
input[type=submit].is-text + p,
input[type=submit].icon-only + p,
button.unstyled.is-text + p,
button.unstyled.icon-only + p,
button.is-text.icon-only + p, .searchform label + span, .content-block--video-block span.label + span, .content h4 + span, .event-card .event-type + span, .breadcrumbs a + span, .breadcrumbs span + span, .overline + span,
.full-navigation > ul > li + span,
.support-navigation li + span,
.top-level-navigation li + span, h4 + span, .fancyLink + span,
.entry-card--default .related-title + span, .pagination li + span,
.mfp-objCollectionLink + span, .mfp-return p + span, .editors-pick span.label + span, .button.unstyled + span, .button.is-text + span, .button.icon-only + span,
button.unstyled + span,
button.is-text + span,
button.icon-only + span,
input[type=submit].unstyled + span,
input[type=submit].is-text + span,
input[type=submit].icon-only + span,
button.unstyled.is-text + span,
button.unstyled.icon-only + span,
button.is-text.icon-only + span,
.heading-4 + p,
.heading-4 + span {
  margin-top: calc(1.325rem + 0.54vw);
}
@media (min-width: 2000px) {
  .searchform label + p, .content-block--video-block span.label + p, .content h4 + p, .event-card .event-type + p, .breadcrumbs a + p, .breadcrumbs span + p, .overline + p,
  .full-navigation > ul > li + p,
  .support-navigation li + p,
  .top-level-navigation li + p, h4 + p, .fancyLink + p,
  .entry-card--default .related-title + p, .pagination li + p,
  .mfp-objCollectionLink + p, .mfp-return p + p, .editors-pick span.label + p, .button.unstyled + p, .button.is-text + p, .button.icon-only + p,
  button.unstyled + p,
  button.is-text + p,
  button.icon-only + p,
  input[type=submit].unstyled + p,
  input[type=submit].is-text + p,
  input[type=submit].icon-only + p,
  button.unstyled.is-text + p,
  button.unstyled.icon-only + p,
  button.is-text.icon-only + p, .searchform label + span, .content-block--video-block span.label + span, .content h4 + span, .event-card .event-type + span, .breadcrumbs a + span, .breadcrumbs span + span, .overline + span,
  .full-navigation > ul > li + span,
  .support-navigation li + span,
  .top-level-navigation li + span, h4 + span, .fancyLink + span,
  .entry-card--default .related-title + span, .pagination li + span,
  .mfp-objCollectionLink + span, .mfp-return p + span, .editors-pick span.label + span, .button.unstyled + span, .button.is-text + span, .button.icon-only + span,
  button.unstyled + span,
  button.is-text + span,
  button.icon-only + span,
  input[type=submit].unstyled + span,
  input[type=submit].is-text + span,
  input[type=submit].icon-only + span,
  button.unstyled.is-text + span,
  button.unstyled.icon-only + span,
  button.is-text.icon-only + span,
  .heading-4 + p,
  .heading-4 + span {
    margin-top: 2rem;
  }
}

h5,
.heading-5,
.full-navigation > ul > li,
.support-navigation li,
.top-level-navigation li,
.overline {
  font-family: var(--font-family-heading);
  font-weight: 600;
  font-style: normal;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: var(--color-body);
  line-height: 1.4;
}
h5 + p, h5 + span,
.heading-5 + p,
.heading-5 + span,
.full-navigation > ul > li + p,
.support-navigation li + p,
.top-level-navigation li + p,
.full-navigation > ul > li + span,
.support-navigation li + span,
.top-level-navigation li + span,
.overline + p,
.overline + span {
  margin-top: calc(1.325rem + 0.54vw);
}
@media (min-width: 2000px) {
  h5 + p, h5 + span,
  .heading-5 + p,
  .heading-5 + span,
  .full-navigation > ul > li + p,
  .support-navigation li + p,
  .top-level-navigation li + p,
  .full-navigation > ul > li + span,
  .support-navigation li + span,
  .top-level-navigation li + span,
  .overline + p,
  .overline + span {
    margin-top: 2rem;
  }
}

h6,
.heading-6 {
  margin-top: 0.25rem;
  margin-bottom: 0.85rem;
  font-family: var(--font-family-heading);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-body);
  margin: 0.5rem 0;
}
h6 + p, h6 + span,
.heading-6 + p,
.heading-6 + span {
  margin-top: calc(1.325rem + 0.54vw);
}
@media (min-width: 2000px) {
  h6 + p, h6 + span,
  .heading-6 + p,
  .heading-6 + span {
    margin-top: 2rem;
  }
}

.content p, .content li, .page-banner.half-width-image.has-details .banner-intro p, p,
li,
tr, blockquote,
.category [class^=element-] .subtitle,
.entry-loop-wrapper [class^=element-] .subtitle, .pages-events .loop-wrapper [class^=element-] .subtitle, .pages-exhibitions .loop-wrapper [class^=element-] .subtitle, .pages-stories [class^=element-] .subtitle,
p,
li,
figcaption {
  font-family: var(--font-family-primary);
  font-weight: 400;
  line-height: 1.5;
  font-size: calc(1.265rem + 0.108vw);
  color: var(--color-body);
  margin-block: 0;
}
@media (min-width: 2000px) {
  .content p, .content li, .page-banner.half-width-image.has-details .banner-intro p, p,
  li,
  tr, blockquote,
  .category [class^=element-] .subtitle,
  .entry-loop-wrapper [class^=element-] .subtitle, .pages-events .loop-wrapper [class^=element-] .subtitle, .pages-exhibitions .loop-wrapper [class^=element-] .subtitle, .pages-stories [class^=element-] .subtitle,
  p,
  li,
  figcaption {
    font-size: 1.4rem;
  }
}
.content p + p, .content li + p, .page-banner.half-width-image.has-details .banner-intro p + p,
tr + p, blockquote + p,
.category [class^=element-] .subtitle + p,
.entry-loop-wrapper [class^=element-] .subtitle + p, .pages-events .loop-wrapper [class^=element-] .subtitle + p, .pages-exhibitions .loop-wrapper [class^=element-] .subtitle + p, .pages-stories [class^=element-] .subtitle + p,
p + p,
li + p,
figcaption + p {
  margin-top: 1.5rem;
}
.content p em, .content li em, .page-banner.half-width-image.has-details .banner-intro p em,
tr em, blockquote em,
.category [class^=element-] .subtitle em,
.entry-loop-wrapper [class^=element-] .subtitle em, .pages-events .loop-wrapper [class^=element-] .subtitle em, .pages-exhibitions .loop-wrapper [class^=element-] .subtitle em, .pages-stories [class^=element-] .subtitle em,
p em,
li em,
figcaption em {
  font-style: italic;
}
.content p strong, .content li strong, .page-banner.half-width-image.has-details .banner-intro p strong,
tr strong, blockquote strong,
.category [class^=element-] .subtitle strong,
.entry-loop-wrapper [class^=element-] .subtitle strong, .pages-events .loop-wrapper [class^=element-] .subtitle strong, .pages-exhibitions .loop-wrapper [class^=element-] .subtitle strong, .pages-stories [class^=element-] .subtitle strong,
p strong,
li strong,
figcaption strong {
  font-weight: 700;
  color: inherit;
}
.content p a, .content li a, .page-banner.half-width-image.has-details .banner-intro p a,
tr a, blockquote a,
.category [class^=element-] .subtitle a,
.entry-loop-wrapper [class^=element-] .subtitle a, .pages-events .loop-wrapper [class^=element-] .subtitle a, .pages-exhibitions .loop-wrapper [class^=element-] .subtitle a, .pages-stories [class^=element-] .subtitle a,
p a,
li a,
figcaption a {
  text-decoration: underline;
  text-decoration-color: var(--color-text-decoration, transparent);
  transition: text-decoration-color 0.2s ease-in-out;
  color: var(--color-primary);
}
.page-banner.half-width-image.has-details .banner-intro p a:hover,
tr a:hover, blockquote a:hover,
.category [class^=element-] .subtitle a:hover,
.entry-loop-wrapper [class^=element-] .subtitle a:hover, .pages-events .loop-wrapper [class^=element-] .subtitle a:hover, .pages-exhibitions .loop-wrapper [class^=element-] .subtitle a:hover, .pages-stories [class^=element-] .subtitle a:hover,
p a:hover,
li a:hover,
figcaption a:hover {
  text-decoration-color: var(--color-text-decoration-hover, --color-primary);
}

.site-footer .copyright p, .site-footer .copyright li {
  font-family: "Mingei Mono", monospace;
}

.site-footer .locations p, .content-block--faqs details .content p, .content-block--columns-with-table table td, .footer-navigation li, .entry-card--default .short-description,
.mono {
  font-family: "Mingei Mono", monospace;
  font-size: 1.1rem;
  line-height: 1.4;
  font-style: normal;
}

.site-footer .copyright p, .site-footer .copyright li, .notification .notification-content p {
  font-size: 0.9rem;
}

.module--announcement p,
.is-smaller {
  font-size: 0.9rem;
}

.is-larger {
  font-size: calc(1.255rem + 0.036vw);
}
@media (min-width: 2000px) {
  .is-larger {
    font-size: 1.3rem;
  }
}

.caption,
.content-block--testimonial-cta .attribution,
.sidebar-nav__inner a span,
.label,
.site-footer .copyright ul:before,
.login-form-wrapper label,
.event-card p,
.page-banner.half-width-image.has-details .details p,
.contact-form-wrapper label,
.extended-info .inner div p,
.extended-info .inner div li,
.element-collectionObject p,
.mfp-objDate,
.mfp-objCountry,
.exhibition-info .inner div p,
.exhibition-info .inner div li,
.homepage .exhibitions .element-event .date,
.story-info .inner div p,
.story-info .inner div li,
.image figcaption {
  font-family: "Ringside Narrow A", "Ringside Narrow B", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
}

.overline,
.full-navigation > ul > li,
.support-navigation li,
.top-level-navigation li {
  margin-bottom: 0.75rem;
  display: block;
}

.subtitle {
  font-size: calc(1.265rem + 0.108vw);
  line-height: 1.4;
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, Times New Roman, serif;
  display: block;
  font-style: italic;
  color: var(--color-body);
}
@media (min-width: 2000px) {
  .subtitle {
    font-size: 1.4rem;
  }
}

[data-text-theme=dark] [class^=heading] a, [data-text-theme=light] [class^=heading] a {
  color: var(--color-primary);
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.2s ease-in-out;
}
[data-text-theme=dark] [class^=heading] a:hover, [data-text-theme=light] [class^=heading] a:hover {
  color: var(--color-primary);
  text-decoration-color: var(--color-primary);
}

.module--announcement {
  z-index: 3;
  padding-block: 0.5rem;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 320px) {
  .module--announcement {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .module--announcement {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .module--announcement {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .module--announcement {
    padding-right: 60px;
  }
}
.banner--issue {
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 320px) {
  .banner--issue {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .banner--issue {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .banner--issue {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .banner--issue {
    padding-right: 60px;
  }
}
.banner--issue__content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--issue-theme-color, var(--color-bg-dark));
}
@media (min-width: 320px) {
  .banner--issue__content {
    padding-top: calc(30px + 90 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .banner--issue__content {
    padding-top: 120px;
  }
}
@media (min-width: 320px) {
  .banner--issue__content {
    padding-bottom: calc(30px + 90 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .banner--issue__content {
    padding-bottom: 120px;
  }
}
@media (min-width: 320px) {
  .banner--issue__content {
    padding-left: calc(20px + 100 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .banner--issue__content {
    padding-left: 120px;
  }
}
@media (min-width: 320px) {
  .banner--issue__content {
    padding-right: calc(20px + 100 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .banner--issue__content {
    padding-right: 120px;
  }
}
.banner--issue__content p {
  margin-top: calc(1.325rem + 0.54vw);
  margin-bottom: 0;
}
@media (min-width: 2000px) {
  .banner--issue__content p {
    margin-top: 2rem;
  }
}
[data-text-theme=dark] .banner--issue__content {
  background-color: var(--issue-theme-color, #8EAE9B);
}
.banner--issue__image figure,
.banner--issue__image img {
  line-height: 0;
}
@media screen and (max-width: 1023px) {
  .banner--issue {
    flex-direction: column;
  }
  .banner--issue__content {
    order: 1;
  }
  .banner--issue__image {
    order: 0;
  }
}
@media screen and (min-width: 1024px) {
  .banner--issue__content, .banner--issue__image {
    flex-basis: 50%;
  }
}

.banner--communique-landing {
  --color-primary: #00B4B5;
  --color-accent: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 320px) {
  .banner--communique-landing {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .banner--communique-landing {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .banner--communique-landing {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .banner--communique-landing {
    padding-right: 60px;
  }
}
.banner--communique-landing__inner {
  background-color: #001822;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 320px) {
  .banner--communique-landing__inner {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .banner--communique-landing__inner {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .banner--communique-landing__inner {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .banner--communique-landing__inner {
    padding-right: 60px;
  }
}
@media (min-width: 320px) {
  .banner--communique-landing__inner {
    padding-top: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .banner--communique-landing__inner {
    padding-top: 60px;
  }
}
@media (min-width: 320px) {
  .banner--communique-landing__inner {
    padding-bottom: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .banner--communique-landing__inner {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .banner--communique-landing__image, .banner--communique-landing__content {
    margin-top: calc(1.425rem + 1.26vw);
  }
}
@media screen and (max-width: 1023px) and (min-width: 2000px) {
  .banner--communique-landing__image, .banner--communique-landing__content {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .banner--communique-landing__inner {
    display: flex;
    justify-content: space-between;
    gap: calc(1.725rem + 3.42vw);
  }
}
@media screen and (min-width: 1024px) and (min-width: 2000px) {
  .banner--communique-landing__inner {
    gap: 6rem;
  }
}
.banner--communique-landing__content {
  flex-basis: 50%;
}
.banner--communique-landing__image {
  flex-basis: 40%;
}
.banner--communique-landing__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner--communique-landing__content .heading-1--display {
  padding-top: calc(1.525rem + 1.98vw);
}
@media (min-width: 2000px) {
  .banner--communique-landing__content .heading-1--display {
    padding-top: 4rem;
  }
}
.banner--communique-landing__content div {
  margin-top: calc(1.725rem + 3.42vw);
}
@media (min-width: 2000px) {
  .banner--communique-landing__content div {
    margin-top: 6rem;
  }
}
.banner--communique-landing__content p {
  margin-top: calc(1.525rem + 1.98vw);
}
@media (min-width: 2000px) {
  .banner--communique-landing__content p {
    margin-top: 4rem;
  }
}
.banner--communique-landing__content .button {
  margin-block: calc(1.525rem + 1.98vw);
  display: inline-block;
}
@media (min-width: 2000px) {
  .banner--communique-landing__content .button {
    margin-block: 4rem;
  }
}

.page-banner.plain-text {
  display: block;
  padding-top: calc(2.625rem + 9.9vw);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
}
@media (min-width: 2000px) {
  .page-banner.plain-text {
    padding-top: 15rem;
  }
}
@media (min-width: 320px) {
  .page-banner.plain-text {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .page-banner.plain-text {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .page-banner.plain-text {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .page-banner.plain-text {
    padding-right: 60px;
  }
}
.page-banner.plain-text .inner {
  width: 100%;
  max-width: 105rem;
}
.page-banner.plain-text .breadcrumbs {
  padding: 0;
}
.page-banner.full-width-image {
  margin-top: 4.25rem;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 320px) {
  .page-banner.full-width-image {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .page-banner.full-width-image {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .page-banner.full-width-image {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .page-banner.full-width-image {
    padding-right: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .page-banner.full-width-image {
    margin-top: 6.25rem;
  }
}
.page-banner.full-width-image .breadcrumbs {
  margin-bottom: 3px;
}
.page-banner.full-width-image .has-bgimg {
  width: 100%;
  height: 50vh;
}
.page-banner.full-width-image h1,
.page-banner.full-width-image .subtitle {
  max-width: 90%;
}
.page-banner.full-width-image .banner-text {
  width: 100%;
  margin-bottom: 0;
  margin-top: 16px;
}
@media (min-width: 320px) {
  .page-banner.full-width-image .banner-text {
    margin-top: calc(16px + 8 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .page-banner.full-width-image .banner-text {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .page-banner.full-width-image {
    margin-bottom: 1.5rem;
  }
  .page-banner.full-width-image .banner-text {
    padding-left: 0;
    padding-right: 0;
  }
  .page-banner.full-width-image h1,
  .page-banner.full-width-image .subtitle,
  .page-banner.full-width-image p {
    max-width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .page-banner.full-width-image {
    margin: 7rem auto 0;
  }
  .page-banner.full-width-image .has-bgimg {
    height: 50vh;
  }
  .page-banner.full-width-image h1,
  .page-banner.full-width-image .subtitle,
  .page-banner.full-width-image p {
    max-width: 65%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .page-banner.full-width-image .has-bgimg {
    height: 56vh;
    max-height: 700px;
    min-height: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .page-banner.full-width-image.stories-landing .has-bgimg {
    height: 59vh;
  }
}
.page-banner.full-width-image.stories-landing .banner-text {
  margin-top: 24px;
}
@media (min-width: 320px) {
  .page-banner.full-width-image.stories-landing .banner-text {
    margin-top: calc(24px + 30 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .page-banner.full-width-image.stories-landing .banner-text {
    margin-top: 54px;
  }
}
.page-banner.full-width-image.stories-landing .banner-text h1 {
  margin-bottom: 2.75rem;
}
.page-banner.full-width-image.stories-landing .banner-text .button {
  display: inline-block;
  margin-top: calc(1.325rem + 0.54vw);
  margin-bottom: calc(1.525rem + 1.98vw);
}
@media (min-width: 2000px) {
  .page-banner.full-width-image.stories-landing .banner-text .button {
    margin-top: 2rem;
  }
}
@media (min-width: 2000px) {
  .page-banner.full-width-image.stories-landing .banner-text .button {
    margin-bottom: 4rem;
  }
}
.page-banner.half-width-image {
  padding-top: 120px;
  padding-bottom: 0;
}
@media (min-width: 320px) {
  .page-banner.half-width-image {
    padding-top: calc(120px + 20 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .page-banner.half-width-image {
    padding-top: 140px;
  }
}
.page-banner.half-width-image .breadcrumbs {
  padding-left: 0;
  padding-right: 0;
}
.pages .page-banner.half-width-image {
  margin-top: 3rem;
}
.page-banner.half-width-image .subtitle {
  margin-bottom: 2rem;
}
.page-banner.half-width-image p {
  font-family: "Sentinel A", "Sentinel B", Georgia, Times, Times New Roman, serif;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page-banner.half-width-image p {
    margin-bottom: 0;
    max-width: 42rem;
  }
}
.page-banner.half-width-image .banner-image {
  margin-top: 3rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .page-banner.half-width-image .banner-image img {
    width: auto;
    height: 40vw;
  }
}
.page-banner.half-width-image.has-details .button {
  display: inline-block;
}
.page-banner.half-width-image.has-details .date-location-purchase {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .page-banner.half-width-image.has-details .date-location-purchase {
    display: flex;
    max-width: 30rem;
    justify-content: space-between;
  }
}
.page-banner.half-width-image.has-details .cost p {
  margin-bottom: 0;
}
.page-banner.half-width-image.has-details .purchase-link {
  margin: 1rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .page-banner.half-width-image.has-details .purchase-link {
    margin: 1.5rem 0 0;
  }
}
.page-banner.half-width-image.has-details .social-actions {
  margin-top: 2rem;
}
.page-banner.half-width-image.has-details .banner-intro {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .page-banner.half-width-image.has-details .banner-intro {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-banner.half-width-image.has-details .banner-intro {
    margin-bottom: 3rem;
  }
}
.page-banner.half-width-image.has-details span {
  display: block;
}
.page-banner.half-width-image.has-details span span {
  display: inline;
}
@media screen and (min-width: 768px) {
  .page-banner.half-width-image .inner {
    margin-top: 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
  .page-banner.half-width-image .banner-text {
    width: 38%;
  }
  .page-banner.half-width-image .banner-image {
    width: 56%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-banner.half-width-image {
    margin-top: 0;
  }
  .page-banner.half-width-image .inner {
    margin-top: 4rem;
  }
  .pages .page-banner.half-width-image, .events .page-banner.half-width-image {
    margin-top: 0;
  }
  .page-banner.half-width-image .breadcrumbs {
    margin-top: 1rem;
  }
  .page-banner.half-width-image .banner-text {
    width: 40%;
  }
  .page-banner.half-width-image .banner-image {
    width: 50%;
  }
  .page-banner.half-width-image .banner-image img {
    max-height: 65vh;
  }
}
.staff .page-banner.half-width-image .banner-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.breadcrumbs {
  padding: 0;
  margin: 0 0 1rem;
  list-style-type: none;
  display: flex;
}
.breadcrumbs li {
  position: relative;
}
.breadcrumbs li + li {
  padding-left: 1.25rem;
  margin-left: 0.5rem;
}
.breadcrumbs li + li:before {
  content: "/";
  position: absolute;
  font-size: 12px;
  color: var(--color-body);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumbs a, .breadcrumbs span {
  text-decoration: none;
  color: var(--color-body);
  font-size: 13px;
}
.breadcrumbs a:hover {
  color: var(--color-primary);
}

.carousel-card {
  background-color: var(--issue-theme-color, var(--color-bg-dark));
}
.carousel-card .caption {
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .carousel-card {
    display: flex;
    gap: 3rem;
  }
  .carousel-card__image, .carousel-card__content {
    flex-basis: 50%;
  }
  .carousel-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.entry-card--default {
  width: 100%;
  max-width: 50rem;
}
@media screen and (max-width: 549px) {
  .entry-card--default .thumbnail {
    margin-top: calc(1.325rem + 0.54vw);
  }
}
@media screen and (max-width: 549px) and (min-width: 2000px) {
  .entry-card--default .thumbnail {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 550px) {
  .entry-card--default {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
  }
  .entry-card--default .text {
    flex-basis: 75%;
  }
  .entry-card--default .thumbnail {
    display: block;
    flex-basis: 25%;
  }
}
.entry-card--default .short-description {
  margin: 0;
}
.entry-card--communique-issue {
  max-width: 40rem;
}
.entry-card--communique-issue .entry-card__content {
  margin-top: calc(1.325rem + 0.54vw);
}
@media (min-width: 2000px) {
  .entry-card--communique-issue .entry-card__content {
    margin-top: 2rem;
  }
}
.entry-card--communique-issue h2 + p {
  margin-top: 1rem;
}

.event-card {
  width: 100%;
  max-width: 35rem;
  transition: all 0.2s ease-in-out;
}
.event-card .overline {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}
.event-card p {
  margin: 1rem 0 0;
  max-width: 85%;
}
.event-card p span {
  display: block;
}
.login-form-wrapper {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  padding: 0 2rem;
}
.login-form-wrapper .form-inner {
  padding: 1rem 2rem 2rem 2rem;
  border: 1px solid #e0e1e5;
}
.login-form-wrapper label {
  font-weight: 600;
  display: block;
  margin: 0;
  padding: 0.75rem 0 0.5rem 0;
}
.login-form-wrapper .message {
  margin-bottom: 2rem;
}
.login-form-wrapper input[type=text],
.login-form-wrapper input[type=email],
.login-form-wrapper input[type=password],
.login-form-wrapper textarea {
  width: 100%;
  color: #001822;
  font-size: 20px;
}
@media (min-width: 320px) {
  .login-form-wrapper input[type=text],
  .login-form-wrapper input[type=email],
  .login-form-wrapper input[type=password],
  .login-form-wrapper textarea {
    font-size: calc(20px + 4 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .login-form-wrapper input[type=text],
  .login-form-wrapper input[type=email],
  .login-form-wrapper input[type=password],
  .login-form-wrapper textarea {
    font-size: 24px;
  }
}
.login-form-wrapper .submit-wrap {
  margin-top: 2rem;
}
.login-form-wrapper form + p {
  margin-top: 1.5rem;
  font-size: 16px;
}

.is-login-page .page-banner {
  text-align: center;
}
.is-login-page .page-banner h1 {
  max-width: 25rem;
  margin: 0 auto;
}

.footer-navigation {
  display: none;
  order: 2;
}
@media screen and (min-width: 768px) {
  .footer-navigation {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .footer-navigation {
    order: 0;
  }
}
.footer-navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.footer-navigation li {
  position: relative;
}
.footer-navigation li + li {
  padding-left: 2rem;
  margin-left: 1rem;
}
.footer-navigation li + li:before {
  content: "—";
  position: absolute;
  font-size: 18px;
  color: #F6F0EB;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sidebar-nav__inner {
  border-top: 3px solid var(--issue-theme-color, var(--color-bg-dark));
  padding: 0;
  margin: 0;
}
.sidebar-nav__inner li {
  list-style-type: none;
  padding-block: calc(1.255rem + 0.036vw);
}
@media (min-width: 2000px) {
  .sidebar-nav__inner li {
    padding-block: 1.3rem;
  }
}
.sidebar-nav__inner li + li {
  border-top: 1px solid var(--color-body);
}
@media screen and (min-width: 1024px) {
  .sidebar-nav__inner li:last-child {
    border-bottom: 1px solid var(--color-body);
  }
}
.sidebar-nav__inner a {
  color: var(--color-body);
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.sidebar-nav__inner a:hover {
  color: var(--color-primary);
}
.sidebar-nav__inner a.is-active {
  color: var(--color-primary);
  font-weight: 600;
  position: relative;
}
.sidebar-nav__inner a.is-active::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 1.5rem;
  background-color: var(--color-primary);
  border-radius: 2px;
}
.sidebar-nav__inner a span {
  display: block;
}
.sidebar-nav.is-desktop-only .sidebar-nav__inner {
  position: sticky;
  height: 90vh;
  top: 6rem;
  overflow-y: auto;
  padding-bottom: 4rem;
}
@media screen and (min-width: 1408px) {
  .sidebar-nav.is-desktop-only .sidebar-nav__inner {
    top: 5rem;
  }
}
.sidebar-nav button {
  padding: 1.5rem;
  margin: 0 auto;
}
.sidebar-nav button span {
  display: flex;
  position: relative;
  align-items: center;
}
.sidebar-nav button svg {
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}
.sidebar-nav button[is-open] svg {
  transform: rotate(180deg);
}
.sidebar-nav .icon-wrapper {
  position: absolute;
  right: -1.5rem;
  width: 10px;
  height: 5px;
}
.sidebar-nav .dropdown-wrapper {
  max-width: 20rem;
  border: 1px solid var(--color-primary);
  text-align: center;
  z-index: 3;
}
.sidebar-nav .dropdown-wrapper ul {
  margin-inline: 1rem;
  text-align: left;
}
.sidebar-nav rg-expand-transition.menu-transition {
  position: relative;
  overflow-y: auto;
  width: 100%;
}
.sidebar-nav rg-expand-transition.menu-transition.enter-active {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.79, -0.08, 0.37, 1);
}
.sidebar-nav rg-expand-transition.menu-transition.leave-active {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.79, -0.08, 0.37, 1.47);
}

.support-navigation .button {
  color: #fff;
  padding: 0.5rem;
}
@media screen and (max-width: 768px) {
  .support-navigation .button {
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  .support-navigation .button {
    padding: 0.5rem 1rem;
  }
}
.support-navigation .button:hover, .support-navigation .button:active {
  color: #fff !important;
}

.notification {
  position: fixed;
  z-index: 20;
  bottom: 0;
  right: 0;
  width: 70%;
  max-width: 500px;
}
.notification .button {
  margin-right: 0;
}
.notification svg {
  fill: #F15A22;
  stroke: #F15A22;
  transition: all 0.2s ease-in-out;
}
.notification svg:hover {
  fill: #eb4a0f;
  stroke: #eb4a0f;
}
.notification .notification-content {
  width: 100%;
  padding: 2rem;
  background-color: #28394A;
  color: #F6F0EB;
}
@media (min-width: 320px) {
  .notification .notification-content {
    padding: calc(2rem + 2 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .notification .notification-content {
    padding: 4rem;
  }
}
.notification .notification-content .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.notification .notification-content .close svg {
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 768px) {
  .notification .notification-content .close {
    right: 20px;
    top: 25px;
  }
}
.notification .notification-content .heading-2 {
  margin-bottom: 2.5rem;
}
.notification .notification-content p + .notification-cta {
  margin-top: 2.5rem;
}
.notification .notification-content p + .notification-cta .button {
  display: inline-block;
}
.notification .notification-hidden {
  position: relative;
  opacity: 1;
  text-align: right;
}
.notification .notification-hidden .show-notification {
  background: transparent;
}
.notification .notification-hidden .show-notification svg {
  width: 40px;
  height: 40px;
  fill: #F15A22;
  transition: fill 0.2s;
}
.notification .notification-hidden .show-notification:hover svg {
  fill: #eb4a0f;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content li, .content figcaption, .content th, .content td, .content tr {
  color: var(--color-body);
}
.content h2 {
  margin-block: 1.5rem;
}
.content h3 {
  margin-block: 1.25rem;
}
.content h4 {
  margin-block: 1rem;
}
.content p a, .content li a {
  color: var(--color-primary);
  text-decoration: underline;
}
.content p a:hover, .content p a:active, .content li a:hover, .content li a:active {
  color: var(--color-secondary);
}
.content ul.columns, .content ul.columns-3 {
  display: block;
  -moz-column-gap: calc(1.525rem + 1.98vw);
       column-gap: calc(1.525rem + 1.98vw);
}
@media (min-width: 2000px) {
  .content ul.columns, .content ul.columns-3 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.content ul.columns li, .content ul.columns-3 li {
  margin-bottom: 0.5rem;
}
.content ul.columns li + li, .content ul.columns-3 li + li {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .content ul.columns, .content ul.columns-3 {
    -moz-columns: 2;
         columns: 2;
  }
}
@media screen and (min-width: 1024px) {
  .content ul.columns-3 {
    -moz-columns: 3;
         columns: 3;
  }
}

.signup-form {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #031E29;
}
@media (min-width: 320px) {
  .signup-form {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .signup-form {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .signup-form {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .signup-form {
    padding-right: 60px;
  }
}
@media (min-width: 320px) {
  .signup-form {
    padding-top: calc(30px + 90 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .signup-form {
    padding-top: 120px;
  }
}
@media (min-width: 320px) {
  .signup-form {
    padding-bottom: calc(30px + 90 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .signup-form {
    padding-bottom: 120px;
  }
}
.signup-form:after {
  border-bottom: 1px solid #374C63;
  content: "";
  display: block;
  width: calc(100% - 3rem);
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .signup-form {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .signup-form .cta-message {
    width: 50%;
    max-width: 50rem;
  }
}
.signup-form form {
  margin-top: 1rem;
}
.signup-form form .field-line {
  display: flex;
}
.signup-form form input {
  margin: 0;
}
.signup-form form input[type=email] {
  min-width: 0;
  flex-grow: 2;
  margin: 0;
  font-family: "Mingei Mono", monospace;
}
@media screen and (min-width: 768px) {
  .signup-form form input[type=email] {
    max-width: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .signup-form form input[type=email] {
    max-width: 1000%;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .signup-form form {
    width: 45%;
  }
  .signup-form form .field-line {
    flex-grow: 2;
  }
}

.content-block--buttons ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.content-block--buttons li {
  list-style-type: none;
}
@media screen and (min-width: 1024px) {
  .content-block--buttons ul {
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.content-block--buttons .button {
  display: inline-block;
}
.content-block--buttons--align-center ul {
  margin: auto;
  justify-content: center;
}

.content-block--columns-with-table {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.content-block--columns-with-table table {
  margin-top: 1rem;
  border-top: 2px solid #001822;
  border-collapse: collapse;
}
@media (min-width: 320px) {
  .content-block--columns-with-table table {
    margin-top: calc(1rem + 1 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--columns-with-table table {
    margin-top: 2rem;
  }
}
.content-block--columns-with-table table tr {
  border-bottom: 1px solid #001822;
  vertical-align: top;
}
.content-block--columns-with-table table td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  min-width: 9rem;
}
@media (min-width: 320px) {
  .content-block--columns-with-table table td {
    padding-top: calc(0.75rem + 0.5 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--columns-with-table table td {
    padding-top: 1.25rem;
  }
}
@media (min-width: 320px) {
  .content-block--columns-with-table table td {
    padding-bottom: calc(0.75rem + 0.5 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--columns-with-table table td {
    padding-bottom: 1.25rem;
  }
}
.content-block--columns-with-table table td:last-child {
  text-align: right;
  padding-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .content-block--columns-with-table {
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw;
  }
  .content-block--columns-with-table table {
    border-width: 3px;
  }
}

.content-block--data-table table {
  border-collapse: collapse;
}
.content-block--data-table td, .content-block--data-table th {
  padding: 0.5rem;
}
.content-block--data-table td {
  border: 1px solid #fffcf9;
}
@media screen and (max-width: 768px) {
  .content-block--data-table .responsive-table td {
    padding-left: 45%;
  }
}

.content-block--embed {
  display: block;
  width: 100%;
}
.content-block--embed iframe {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .content-block--events-feed.no-carousel .events-grid {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.content-block--events-feed__carousel {
  position: relative;
}
.content-block--events-feed__swiper-nav {
  position: absolute;
  width: 100%;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .content-block--events-feed .swiper-wrapper {
    margin-top: 2rem;
  }
  .content-block--events-feed .swiper-slide {
    opacity: 0.3;
    transition: opacity 0.4s ease-in-out;
  }
  .content-block--events-feed .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}
.content-block--events-feed .swiper-wrapper {
  margin-top: 3rem;
}
.content-block--events-feed .swiper-button {
  top: 0;
  width: 60px;
  height: 20px;
  margin: 0;
}
.content-block--events-feed .swiper-button:after {
  display: none;
}
.content-block--events-feed .swiper-button svg {
  width: 100%;
  height: auto;
  fill: #fff;
}
.content-block--events-feed .swiper-button-prev {
  left: 0;
}
.content-block--events-feed .swiper-button-next {
  transform: rotate(180deg);
  right: 0;
}

.content-block--faqs {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 320px) {
  .content-block--faqs {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--faqs {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .content-block--faqs {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--faqs {
    padding-right: 60px;
  }
}
.content-block--faqs .inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 320px) {
  .content-block--faqs .inner {
    padding-top: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--faqs .inner {
    padding-top: 60px;
  }
}
@media (min-width: 320px) {
  .content-block--faqs .inner {
    padding-bottom: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--faqs .inner {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .content-block--faqs .faqs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
.content-block--faqs details, .content-block--faqs summary {
  list-style-type: none;
}
.content-block--faqs details {
  position: relative;
  border-bottom: 1px solid #28394A;
}
.content-block--faqs details:nth-child(1) {
  border-top: 3px solid #F15A22;
}
.content-block--faqs details:nth-child(1) summary:before {
  top: 1rem;
}
.content-block--faqs details:nth-child(1)[open] summary:before {
  top: calc(1rem + 7px);
}
@media screen and (min-width: 1024px) {
  .content-block--faqs details:nth-child(1), .content-block--faqs details:nth-child(2) {
    border-top: 3px solid #F15A22;
  }
  .content-block--faqs details:nth-child(1) summary:before, .content-block--faqs details:nth-child(2) summary:before {
    top: 2rem;
  }
  .content-block--faqs details:nth-child(1)[open] summary:before, .content-block--faqs details:nth-child(2)[open] summary:before {
    top: calc(2rem + 7px);
  }
}
.content-block--faqs details .content {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.content-block--faqs details .content p {
  margin-bottom: 1.5rem;
}
.content-block--faqs details summary {
  margin-block: 0.75rem;
  color: #F6F0EB;
  margin-right: 1.5rem;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 320px) {
  .content-block--faqs details summary {
    margin-block: calc(0.75rem + 0.5 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--faqs details summary {
    margin-block: 1.25rem;
  }
}
.content-block--faqs details summary:hover {
  cursor: pointer;
  color: #F15A22;
}
.content-block--faqs details summary:-webkit-details-marker {
  display: none;
}
.content-block--faqs details summary:before {
  position: absolute;
  right: 0;
  top: 0.25rem;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 34'%3E%3Cpath stroke='%23F15A22' stroke-width='3' d='M16.227 0v34M.578 17.818h31.124'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  height: 24px;
  width: 21px;
  content: "";
  align-self: center;
}
@media screen and (min-width: 1024px) {
  .content-block--faqs details summary:before {
    top: 1rem;
  }
}
.content-block--faqs details[open] summary:before {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 4'%3E%3Cpath stroke='%23F15A22' stroke-width='3' d='M.578 1.818h31.124'/%3E%3C/svg%3E");
  height: 5px;
  top: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .content-block--faqs details[open] summary:before {
    top: calc(2rem + 7px);
  }
}
.content-block--faqs details[open] .content {
  animation: fadeIn 0.5s ease-in-out;
}

.content-block--heading {
  margin-left: 0;
}
.content-block--heading .scroll-anchor {
  display: block;
  scroll-margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .content-block--heading .scroll-anchor {
    scroll-margin-top: 120px;
  }
}
.content-block--heading .overline {
  color: var(--color-primary);
}
.content-block--heading .heading-1 + p {
  margin-top: calc(1.325rem + 0.54vw);
}
@media (min-width: 2000px) {
  .content-block--heading .heading-1 + p {
    margin-top: 2rem;
  }
}
.content-block--heading--align-center .heading-1 {
  max-width: 75rem;
  margin-inline: auto;
  text-align: center;
}
.content-block--heading--issue-heading .inner {
  padding-top: 20px;
  border-top: 3px solid var(--issue-theme-color, var(--color-bg-dark));
}
@media (min-width: 320px) {
  .content-block--heading--issue-heading .inner {
    padding-top: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--heading--issue-heading .inner {
    padding-top: 60px;
  }
}

.content-block--logo-group {
  background-color: #fff;
  padding: 3rem 0 0;
}
.content-block--logo-group .inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 105rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.content-block--logo-group h2 {
  width: 100%;
}
.content-block--logo-group ul {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 85rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style-type: none;
  flex-wrap: wrap;
}
.content-block--logo-group ul li {
  width: 50%;
  margin: 0 0 2rem;
  padding: 0 1rem;
  align-self: center;
  text-align: center;
}
.content-block--logo-group ul li img {
  margin: 0 auto;
  max-height: 125px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .content-block--logo-group ul li {
    width: 33%;
    margin: 0 0 2rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .content-block--logo-group ul li {
    width: 25%;
    padding: 0 1.5rem;
    margin: 0 0 3rem;
  }
}

.content-block--mailing-list-signup__border-top {
  border-bottom: 3rem solid #F15A22;
  border-left: 3rem solid transparent;
}
.content-block--mailing-list-signup__border-bottom {
  border-top: 3rem solid #F15A22;
  border-right: 3rem solid transparent;
}
.content-block--mailing-list-signup__container {
  padding: 1rem;
  background-color: #F15A22;
  text-align: center;
  min-height: 16rem;
}
.content-block--mailing-list-signup__wrapper {
  width: 85%;
}
@media screen and (min-width: 1024px) {
  .content-block--mailing-list-signup__wrapper {
    width: 50%;
    margin-inline: auto;
  }
}
.content-block--mailing-list-signup__title, .content-block--mailing-list-signup__caption {
  color: var(--color-bg);
  font-weight: 400;
}
.content-block--mailing-list-signup__title {
  font-size: 1.4rem;
}
.content-block--mailing-list-signup__caption {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.content-block--mailing-list-signup__form {
  display: flex;
}
.content-block--mailing-list-signup__form.ajax-messages p {
  width: 100%;
  text-align: center;
  color: var(--color-bg);
  margin: 0.5em 1em;
  line-height: 1.5;
}
.content-block--mailing-list-signup__form input[type=email] {
  width: 100%;
  padding: 0.5em 1em;
}
.content-block--mailing-list-signup__form input[type=email]::-moz-placeholder {
  color: #28394A;
}
.content-block--mailing-list-signup__form input[type=email]::placeholder {
  color: #28394A;
}
.content-block--mailing-list-signup__form input[type=submit] {
  margin-right: 0;
  background-color: #001822;
  flex: 1;
}
.content-block--mailing-list-signup__form input[type=submit]:hover, .content-block--mailing-list-signup__form input[type=submit]:active, .content-block--mailing-list-signup__form input[type=submit]:focus {
  background-color: #28394A;
  text-decoration: underline;
}

.content-block--multiple-images {
  display: grid;
  gap: var(--column-gap);
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .content-block--multiple-images--layout-two-up {
    grid-template-columns: repeat(2, 1fr);
  }
  .content-block--multiple-images--layout-three-up {
    grid-template-columns: repeat(3, 1fr);
  }
}

.content-block--options-table {
  padding: 0;
  width: 100%;
}
.content-block--options-table .inner {
  width: 100%;
  border-bottom: 2px solid #fffcf9;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .content-block--options-table .inner {
    display: flex;
    flex-wrap: no-wrap;
    gap: 4rem;
    justify-content: space-between;
    margin: 0;
    padding-bottom: 0;
  }
}
.content-block--options-table .table-links {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}
.content-block--options-table .table-links li {
  list-style-type: none;
}
.content-block--options-table .table-links a {
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .content-block--options-table header {
    width: 100%;
  }
  .content-block--options-table .content {
    width: 55%;
  }
  .content-block--options-table .table-links {
    width: 40%;
    margin-top: 1.75rem;
    justify-content: flex-end;
    flex-grow: 2;
  }
}

.content-block--pullquote {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 320px) {
  .content-block--pullquote {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--pullquote {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .content-block--pullquote {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--pullquote {
    padding-right: 60px;
  }
}
.content-block--pullquote p {
  max-width: 50rem;
  margin-block: 0;
}
.content-block--pullquote--align-center p {
  text-align: left;
  margin-inline: auto;
}
.content-block--pullquote--style-has-border .content-block--pullquote__inner, .content-block--pullquote--style-has-background .content-block--pullquote__inner {
  clip-path: var(--clip-path);
  position: relative;
}
.content-block--pullquote--style-has-border .content-block--pullquote__inner p, .content-block--pullquote--style-has-background .content-block--pullquote__inner p {
  max-width: none;
  text-align: left;
  position: relative;
  z-index: 2;
  padding: calc(1.525rem + 1.98vw);
}
@media (min-width: 2000px) {
  .content-block--pullquote--style-has-border .content-block--pullquote__inner p, .content-block--pullquote--style-has-background .content-block--pullquote__inner p {
    padding: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .content-block--pullquote--style-has-border .content-block--pullquote__inner p, .content-block--pullquote--style-has-background .content-block--pullquote__inner p {
    padding: calc(1.725rem + 3.42vw);
  }
}
@media screen and (min-width: 1024px) and (min-width: 2000px) {
  .content-block--pullquote--style-has-border .content-block--pullquote__inner p, .content-block--pullquote--style-has-background .content-block--pullquote__inner p {
    padding: 6rem;
  }
}
.content-block--pullquote--style-has-border .content-block--pullquote__inner {
  background-color: var(--color-primary);
}
.content-block--pullquote--style-has-border .content-block--pullquote__inner p {
  color: var(--color-primary);
}
.content-block--pullquote--style-has-border .content-block--pullquote__inner::before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  background-color: var(--color-bg-light);
  clip-path: inherit;
}
.content-block--pullquote--style-has-background .content-block--pullquote__inner {
  background-color: var(--issue-theme-color, var(--color-bg-dark));
}
.content-block--pullquote--style-has-background .content-block--pullquote__inner p {
  color: var(--color-body);
}

.content-block--related-entries {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 320px) {
  .content-block--related-entries {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--related-entries {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .content-block--related-entries {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--related-entries {
    padding-right: 60px;
  }
}
.content-block--related-entries .inner {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fffcf9;
  clip-path: polygon(0% 0%, 92% 0%, 100% 9%, 100% 100%, 0% 100%);
}
@media (min-width: 320px) {
  .content-block--related-entries .inner {
    padding-top: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--related-entries .inner {
    padding-top: 60px;
  }
}
@media (min-width: 320px) {
  .content-block--related-entries .inner {
    padding-bottom: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--related-entries .inner {
    padding-bottom: 60px;
  }
}
.content-block--related-entries .loop-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 320px) {
  .content-block--related-entries .loop-wrap {
    gap: calc(3rem + 2 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--related-entries .loop-wrap {
    gap: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .content-block--related-entries .loop-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.content-block--rich-text.text-column {
  width: 100%;
  margin-inline: auto;
  /* @todo move this to content-blocks.scss */
}
@media screen and (min-width: 1024px) {
  .content-block--rich-text.text-column.text-columns-1 .content {
    margin-inline: auto;
  }
  .content-block--rich-text.text-column.text-columns-2 .content, .content-block--rich-text.text-column.text-columns-3 .content {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .content-block--rich-text.text-column.text-columns-2 .content p, .content-block--rich-text.text-column.text-columns-2 .content li, .content-block--rich-text.text-column.text-columns-2 .content form, .content-block--rich-text.text-column.text-columns-3 .content p, .content-block--rich-text.text-column.text-columns-3 .content li, .content-block--rich-text.text-column.text-columns-3 .content form {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .content-block--rich-text.text-column.text-columns-2 .content form, .content-block--rich-text.text-column.text-columns-3 .content form {
    -moz-column-break-after: always;
         break-after: always;
  }
  .content-block--rich-text.text-column.text-columns-2 .content {
    -moz-column-count: 2;
         column-count: 2;
  }
  .content-block--rich-text.text-column.text-columns-3 .content {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.content-block--rich-text.text-column.has-promo .promo {
  margin-top: 1.4rem;
}
@media screen and (min-width: 768px) {
  .content-block--rich-text.text-column.has-promo .promo {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .content-block--rich-text.text-column.has-promo {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 3rem;
  }
  .content-block--rich-text.text-column.has-promo .content {
    flex-basis: 65%;
  }
  .content-block--rich-text.text-column.has-promo .promo {
    flex-basis: 35%;
    margin-right: 0;
  }
}

.content-block--single-image {
  display: flex;
}
.content-block--single-image--layout-inline {
  justify-content: center;
}
.content-block--single-image--layout-inline figure {
  max-width: 50rem;
}

.content-block--slideshow {
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .content-block--slideshow {
    margin-top: 2rem;
  }
}
.content-block--slideshow__swiper {
  width: 100%;
  position: relative;
}
.content-block--slideshow .swiper-slide {
  opacity: 0.2;
  transition: opacity 0.4s ease-in-out;
}
.content-block--slideshow .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.content-block--slideshow .swiper-button {
  top: -2rem;
  width: 60px;
  height: 20px;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .content-block--slideshow .swiper-button {
    top: 50%;
  }
}
.content-block--slideshow .swiper-button:after {
  display: none;
}
.content-block--slideshow .swiper-button svg {
  width: 100%;
  height: auto;
  fill: #fff;
}
.content-block--slideshow .swiper-button-prev {
  left: 0;
}
.content-block--slideshow .swiper-button-next {
  transform: rotate(180deg);
  right: 0;
}
@media screen and (min-width: 1024px) {
  .content-block--slideshow .swiper-button {
    width: 60px;
    height: 20px;
  }
  .content-block--slideshow .swiper-button-prev {
    left: 50px;
  }
  .content-block--slideshow .swiper-button-prev {
    right: 50px;
  }
}

.content-block--testimonial-carousel {
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-color: var(--color-bg-light);
  --swiper-pagination-bullet-inactive-color: var(--color-bg-light);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 320px) {
  .content-block--testimonial-carousel {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--testimonial-carousel {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .content-block--testimonial-carousel {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--testimonial-carousel {
    padding-right: 60px;
  }
}
.content-block--testimonial-carousel__wrapper {
  background-color: var(--issue-theme-color, var(--color-bg-dark));
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 320px) {
  .content-block--testimonial-carousel__wrapper {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--testimonial-carousel__wrapper {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .content-block--testimonial-carousel__wrapper {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--testimonial-carousel__wrapper {
    padding-right: 60px;
  }
}
@media (min-width: 320px) {
  .content-block--testimonial-carousel__wrapper {
    padding-top: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--testimonial-carousel__wrapper {
    padding-top: 60px;
  }
}
@media (min-width: 320px) {
  .content-block--testimonial-carousel__wrapper {
    padding-bottom: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--testimonial-carousel__wrapper {
    padding-bottom: 60px;
  }
}
.content-block--testimonial-carousel .carousel-card {
  width: 100%;
}
.content-block--testimonial-carousel .swiper-pagination {
  position: relative;
  padding-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .content-block--testimonial-carousel .swiper-pagination {
    padding-top: calc(1.625rem + 2.7vw);
  }
}
@media screen and (min-width: 1024px) and (min-width: 2000px) {
  .content-block--testimonial-carousel .swiper-pagination {
    padding-top: 5rem;
  }
}
.content-block--testimonial-carousel .swiper-pagination-bullet-active {
  --swiper-pagination-color: var(--color-accent);
}

.content-block--testimonial-cta {
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-inline: auto;
}
@media (min-width: 320px) {
  .content-block--testimonial-cta {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--testimonial-cta {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .content-block--testimonial-cta {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--testimonial-cta {
    padding-right: 60px;
  }
}
.content-block--testimonial-cta p {
  max-width: 55rem;
  margin: 0 auto;
}
.content-block--testimonial-cta span {
  display: block;
  text-align: center;
  margin-top: calc(1.325rem + 0.54vw);
}
@media (min-width: 2000px) {
  .content-block--testimonial-cta span {
    margin-top: 2rem;
  }
}
.content-block--testimonial-cta .button {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 315px;
  margin-top: calc(1.525rem + 1.98vw);
}
@media (min-width: 2000px) {
  .content-block--testimonial-cta .button {
    margin-top: 4rem;
  }
}
.content-block--text-with-image .content {
  margin-bottom: 2rem;
}
.content-block--text-with-image .image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content-block--text-with-image {
    display: flex;
    justify-content: space-between;
  }
  .content-block--text-with-image .content {
    flex-basis: 65%;
  }
  .content-block--text-with-image .image {
    flex-basis: 30%;
  }
  .content-block--text-with-image .content {
    margin-bottom: 0;
  }
  .content-block--text-with-image .content h2:first-child, .content-block--text-with-image .content h3:first-child {
    margin-top: -0.65rem;
  }
  .content-block--text-with-image .content h4:first-child {
    margin-top: -0.25rem;
  }
  .content-block--text-with-image .content p:first-child {
    margin-top: -0.55rem;
    padding-top: 0;
  }
  .content-block--text-with-image .content p:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .content-block--text-with-image:nth-of-type(even) .content {
    order: 2;
  }
}

.content-block--video-block .has-bgimg {
  width: 100%;
  position: relative;
}
.content-block--video-block .has-bgimg:after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.7) 90%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.content-block--video-block span.label {
  position: absolute;
  left: 20px;
  top: 20px;
  font-family: "Mingei Mono", monospace;
  color: #fff;
  font-size: 13px;
}
@media (min-width: 320px) {
  .content-block--video-block span.label {
    left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--video-block span.label {
    left: 60px;
  }
}
@media (min-width: 320px) {
  .content-block--video-block span.label {
    top: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--video-block span.label {
    top: 60px;
  }
}
@media (min-width: 320px) {
  .content-block--video-block span.label {
    font-size: calc(13px + 2 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--video-block span.label {
    font-size: 15px;
  }
}
.content-block--video-block span.label span {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #F15A22;
}
@media (min-width: 320px) {
  .content-block--video-block span.label span {
    padding-top: calc(8px + 6 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--video-block span.label span {
    padding-top: 14px;
  }
}
@media (min-width: 320px) {
  .content-block--video-block span.label span {
    padding-bottom: calc(8px + 6 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--video-block span.label span {
    padding-bottom: 14px;
  }
}
@media (min-width: 320px) {
  .content-block--video-block span.label span {
    padding-left: calc(16px + 12 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--video-block span.label span {
    padding-left: 28px;
  }
}
@media (min-width: 320px) {
  .content-block--video-block span.label span {
    padding-right: calc(16px + 12 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--video-block span.label span {
    padding-right: 28px;
  }
}
.content-block--video-block span.label span + span {
  position: relative;
  left: -30%;
  top: 16px;
}
@media (min-width: 320px) {
  .content-block--video-block span.label span + span {
    top: calc(16px + 26 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--video-block span.label span + span {
    top: 42px;
  }
}
.content-block--video-block .post-content {
  z-index: 2;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: absolute;
  bottom: 32px;
  text-align: center;
  width: 100%;
  max-width: 40rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 320px) {
  .content-block--video-block .post-content {
    bottom: calc(32px + 32 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--video-block .post-content {
    bottom: 64px;
  }
}
.content-block--video-block .post-content a:hover {
  color: var(--primary);
}
.content-block--video-block .post-content h2 {
  margin-bottom: 0;
}
.content-block--video-block .has-icon {
  line-height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.content-block--video-block .has-icon:hover {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 4px 2px 10px 2px rgba(0, 0, 0, 0.3);
}
.content-block--video-block svg {
  width: 100px;
  height: 100px;
}

.entry-loop--communique-issues {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 320px) {
  .entry-loop--communique-issues {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .entry-loop--communique-issues {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .entry-loop--communique-issues {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .entry-loop--communique-issues {
    padding-right: 60px;
  }
}
.entry-loop--communique-issues__inner {
  display: grid;
  gap: calc(1.525rem + 1.98vw);
  grid-template-columns: 1fr;
}
@media (min-width: 2000px) {
  .entry-loop--communique-issues__inner {
    gap: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .entry-loop--communique-issues__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1216px) {
  .entry-loop--communique-issues__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

.site-footer {
  background-color: #031E29;
  padding-bottom: 1rem;
}
.site-footer .locations {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2.5rem;
  padding-bottom: 0;
}
@media (min-width: 320px) {
  .site-footer .locations {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .site-footer .locations {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .site-footer .locations {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .site-footer .locations {
    padding-right: 60px;
  }
}
.site-footer .locations .location {
  width: 100%;
}
.site-footer .locations .location p {
  margin-bottom: 0;
  margin-top: 1.9rem;
}
.site-footer .locations .location + .location, .site-footer .locations .location + .connect {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .site-footer .locations {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer .locations {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    gap: 3rem;
    padding-top: 3.3rem;
    padding-bottom: 1rem;
  }
  .site-footer .locations .location, .site-footer .locations .connect {
    flex-basis: 47%;
    margin-bottom: 2.5rem;
  }
  .site-footer .locations .location + .location, .site-footer .locations .location + .connect, .site-footer .locations .connect + .location, .site-footer .locations .connect + .connect {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer .locations {
    padding-top: 3.3rem;
    padding-bottom: 2rem;
    flex-wrap: nowrap;
  }
  .site-footer .locations .location, .site-footer .locations .connect {
    flex-basis: 25%;
  }
}
.site-footer .connect ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  margin-top: 37px;
}
.site-footer .connect li + li {
  margin-left: 1rem;
}
.site-footer .connect a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid #F04923;
  border-radius: 50%;
}
.site-footer .connect a:hover {
  background-color: #3d3d3a;
}
.site-footer .connect svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  fill: #F6F0EB;
}
.site-footer .more-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
}
.site-footer .copyright {
  margin-top: 1.5rem;
}
.site-footer .copyright p {
  margin-block: 0;
}
.site-footer .copyright ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.site-footer .copyright ul:before {
  display: none;
  content: "|";
  color: #F6F0EB;
  padding-left: 0.5rem;
  margin-right: 0.5rem;
}
.site-footer .copyright li + li:before {
  display: inline-block;
  content: "|";
  padding-left: 0.5rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .site-footer .copyright {
    display: flex;
    align-items: center;
  }
  .site-footer .copyright ul:before {
    display: block;
  }
}

.dark-form input[type=text], .dark-form input[type=email], .dark-form input[type=search], .dark-form input[type=password], .dark-form input[type=number] {
  background-color: #374C63;
  color: #F6F0EB;
  border: none;
  padding: 0.9rem;
  font-family: "Mingei Mono", monospace;
}
.dark-form input[type=submit] {
  background-color: #F04923;
}

.dark-form ::-webkit-input-placeholder {
  color: #F6F0EB;
}

.dark-form :-moz-placeholder {
  /* Firefox 18- */
  color: #F6F0EB;
}

.dark-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #F6F0EB;
}

.dark-form :-ms-input-placeholder {
  color: #F6F0EB;
}

.site-header {
  top: 0;
  position: absolute;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  background-color: transparent;
  z-index: 5;
  transition: opacity 0.2s ease-in-out;
}
.site-header .inner {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap !important;
  align-items: center;
  position: relative;
  height: var(--masthead-height);
}
@media (min-width: 320px) {
  .site-header .inner {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .site-header .inner {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .site-header .inner {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .site-header .inner {
    padding-right: 60px;
  }
}
.site-header .inner > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.site-header.scrolledHeader {
  position: fixed;
  background-color: #031E29;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #F0EBE6;
  transition: transform 0.3s ease-in-out, opacity 0.1s ease-in-out;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .site-header.scrolledHeader {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.site-header.scrolledHeader .inner {
  height: auto;
}
.menuScrolling .site-header {
  opacity: 0;
}
.site-header.transitionIn {
  opacity: 0;
  transform: translateY(-100%);
  transition: none;
}
.site-header.transitionOut {
  opacity: 0;
  transform: translateY(-100%);
}
.frozen .site-header {
  z-index: 1;
}

.site-title {
  z-index: 1;
  font-family: "Mingei Mono", monospace;
  color: #fff;
  transition: none;
  position: relative;
  top: 20px;
}
@media screen and (min-width: 1400px) {
  .site-title {
    top: 40px;
  }
}
.scrolledHeader .site-title {
  width: 300px;
  top: 0;
}
@media screen and (min-width: 1400px) {
  .scrolledHeader .site-title {
    width: 50%;
  }
}
.site-title svg {
  width: auto;
  height: 68px;
  transition: none;
}
@media screen and (min-width: 1400px) {
  .site-title svg {
    height: 108px;
  }
}
.site-title svg path {
  fill: var(--logoText);
}
.site-title svg path.logo-bg {
  fill: var(--logo);
}
.site-title span {
  display: block;
  line-height: 1.5;
}

.searchform {
  position: absolute;
  background-color: #031E29;
  top: 0;
  width: 100%;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  z-index: -1;
  transform: translateY(-100%);
  padding: 14rem 1.5rem 4rem;
  border-bottom: 1px solid #F0EBE6;
}
.searchform.active {
  display: block;
}
.scrolledHeader .searchform {
  padding: 10rem 1.5rem 4rem;
}
@media screen and (min-width: 1024px) {
  .searchform {
    padding: 12rem 1.5rem 4rem;
  }
}
.searchform .inner {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  border-bottom: 1px solid #001822;
}
@media (min-width: 320px) {
  .searchform .inner {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .searchform .inner {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .searchform .inner {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .searchform .inner {
    padding-right: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .searchform .inner {
    gap: 2.5rem;
  }
}
.searchform input {
  margin: 0;
  font-family: "Mingei Mono", monospace;
}
.searchform input[type=text] {
  min-width: 0;
  flex-grow: 2;
  margin: 0;
  max-width: 350px;
  background-color: #28394A;
  color: #fff;
  margin-left: -0.5rem;
  font-size: 18px;
}
@media (min-width: 320px) {
  .searchform input[type=text] {
    font-size: calc(18px + 4 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .searchform input[type=text] {
    font-size: 22px;
  }
}
.searchform input[type=submit] {
  display: none;
}
.searchform label {
  color: #fff;
  position: relative;
  margin: 0;
}
.searchform label span span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .searchform label span span {
    display: inline-block;
    margin-right: 5px;
  }
}
.search-open .searchform {
  z-index: 2;
  transform: translateY(0);
  position: fixed;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
}

.searchform ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #FFF;
}

.searchform ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFF;
}

.searchform :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #FFF;
}

#menu-toggle {
  position: relative;
  display: block;
  width: 21px;
  height: 21px;
  margin: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 3;
}
#menu-toggle span {
  background-color: var(--primary);
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 0;
  width: 21px;
  opacity: 1;
  right: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#menu-toggle span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
#menu-toggle span:nth-child(2) {
  top: 7px;
  transform-origin: left center;
}
#menu-toggle span:nth-child(3) {
  top: 14px;
  transform-origin: left center;
}
.no-touch #menu-toggle:hover span {
  background-color: #ef4c0f;
}
.no-touch #menu-toggle:active span {
  background-color: #e6490f;
}
.menu-open:not(.menu-unloading) #menu-toggle span:nth-child(1) {
  transform: translate(4px, 0px) rotate(45deg);
}
.menu-open:not(.menu-unloading) #menu-toggle span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.menu-open:not(.menu-unloading) #menu-toggle span:nth-child(3) {
  transform: translate(4px, 1px) rotate(-45deg);
}

button.search-toggle {
  margin-left: 1.25rem;
  position: relative;
}
button.search-toggle span {
  display: block;
}
button.search-toggle svg {
  fill: var(--primary);
  position: relative;
  top: -2px;
  width: 17px;
  height: 17px;
  transition: all 0.2s ease-in-out;
}
.scrolledHeader button.search-toggle svg {
  top: 0;
}
button.search-toggle svg:hover {
  cursor: pointer;
}
.search-open button.search-toggle svg {
  opacity: 0;
}
.search-open button.search-toggle .close-trigger {
  opacity: 1;
}
button.search-toggle .close-trigger {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 0;
  right: 2px;
  width: 21px;
  height: 21px;
}
button.search-toggle .close-trigger span {
  background-color: var(--primary);
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 0;
  width: 21px;
  opacity: 1;
  right: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
button.search-toggle .close-trigger span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
button.search-toggle .close-trigger span:nth-child(2) {
  top: 7px;
  transform-origin: left center;
}
button.search-toggle .close-trigger span:nth-child(3) {
  top: 14px;
  transform-origin: left center;
}
button.search-toggle .close-trigger span:nth-child(1) {
  transform: translate(4px, 0px) rotate(45deg);
}
button.search-toggle .close-trigger span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
button.search-toggle .close-trigger span:nth-child(3) {
  transform: translate(4px, 1px) rotate(-45deg);
}

.top-level-navigation,
.support-navigation {
  transition: all 0.2s ease-in-out;
}
.top-level-navigation ul,
.support-navigation ul {
  padding: 0;
  margin: 0;
}
.top-level-navigation li,
.support-navigation li {
  list-style-type: none;
  margin-bottom: 0 !important;
  padding: 0;
}
.top-level-navigation li.nav-active a,
.support-navigation li.nav-active a {
  color: var(--color-primary);
}
.top-level-navigation a,
.support-navigation a {
  color: var(--color-body);
  font-family: "Mingei Mono", monospace;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.2s ease-in-out;
}
.top-level-navigation a:hover,
.support-navigation a:hover {
  color: var(--color-primary);
  text-decoration-color: var(--color-primary);
}
.menu-open .top-level-navigation a,
.menu-open .support-navigation a {
  color: var(--color-bg-light);
}
.menu-open .top-level-navigation a:hover,
.menu-open .support-navigation a:hover {
  color: var(--color-primary);
}

.top-level-navigation {
  display: none;
}
.top-level-navigation ul {
  display: flex;
}
.top-level-navigation li {
  line-height: 1;
  position: relative;
}
.top-level-navigation li + li {
  padding-left: 1.6rem;
  margin-left: 0.6rem;
}
.menu-open:not(.menu-unloading) .top-level-navigation li + li:before, .search-open .top-level-navigation li + li:before {
  color: #001822;
}
@media screen and (min-width: 1200px) {
  .top-level-navigation {
    display: block;
    width: 100%;
  }
  .top-level-navigation ul {
    justify-content: center;
  }
}

.support-navigation {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
.support-navigation ul {
  padding-right: 2.2rem;
}
@media screen and (max-width: 768px) {
  .support-navigation ul {
    padding-right: 1.5rem;
  }
  .support-navigation ul a:not(.button) {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .support-navigation ul {
    display: flex;
    align-items: center;
  }
  .support-navigation ul a {
    display: block;
  }
}
.support-navigation li {
  line-height: 1;
}
.support-navigation li + li {
  margin-left: 2.1rem;
}
.support-navigation .nav-functions {
  display: flex;
  align-items: flex-start;
}
.support-navigation .nav-functions .menu-toggle,
.support-navigation .nav-functions .search-toggle {
  top: 3px;
}
.support-navigation .nav-functions .search-toggle {
  margin-bottom: 0;
}
.scrolledHeader .support-navigation .nav-functions {
  align-items: center;
}

.full-navigation {
  position: absolute;
  background-color: #031E29;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  z-index: -1;
  transform: translateY(-100%);
  padding: 8rem 1.5rem;
  border-bottom: 1px solid #F0EBE6;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1400px) {
  .full-navigation {
    padding: 12rem 0 5rem;
  }
}
@media (min-width: 320px) {
  .full-navigation {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .full-navigation {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .full-navigation {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .full-navigation {
    padding-right: 60px;
  }
}
.scrolledHeader .full-navigation {
  padding-top: var(--masthead-height);
}
.menu-open .full-navigation {
  z-index: 2;
  position: absolute;
  top: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  max-height: 100vh;
  opacity: 1;
  transform: translateY(0);
}
.menu-unloading .full-navigation {
  opacity: 0;
}
.full-navigation > ul {
  margin: 0 auto;
  padding: 0;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  max-width: 105rem;
  -moz-column-rule: 2px solid #001822;
       column-rule: 2px solid #001822;
}
@media screen and (min-width: 1024px) {
  .full-navigation > ul {
    -moz-column-count: 4;
         column-count: 4;
  }
}
.full-navigation > ul li {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.full-navigation > ul > li {
  margin-bottom: 0;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .full-navigation > ul > li {
    padding-bottom: 2rem;
  }
}
.full-navigation > ul ul {
  margin: 0.75rem 0 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .full-navigation > ul ul {
    margin-bottom: 0;
  }
}
.full-navigation > ul ul li {
  font-size: 15px;
  margin-bottom: 0.3rem;
  line-height: 1.3;
  margin-bottom: 0;
}
.full-navigation > ul ul li + li {
  margin-top: 0.75rem;
}
.full-navigation ul {
  list-style-type: none;
}
.full-navigation li {
  font-family: "Mingei Mono", monospace;
  text-transform: none;
}
.menu-open {
  /* Rtl support */
}
.menu-open [data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.menu-open .simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.menu-open .simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.menu-open .simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.menu-open .simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
}
.menu-open .simplebar-content:before,
.menu-open .simplebar-content:after {
  content: " ";
  display: table;
}
.menu-open .simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.menu-open .simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.menu-open .simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.menu-open .simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
.menu-open [data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.menu-open .simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}
.menu-open .simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #001822;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.menu-open .simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}
.menu-open .simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.menu-open .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.menu-open .simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.menu-open .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.menu-open .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
.menu-open [data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.menu-open .hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.has-enhanced-nav .banner {
  margin-top: var(--masthead-height);
}
@media screen and (max-width: 1023px) {
  .has-enhanced-nav .primary-content .interior-sidebar {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 320px) {
  .has-enhanced-nav .primary-content .interior-sidebar {
    padding-top: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media screen and (max-width: 1023px) and (min-width: 1680px) {
  .has-enhanced-nav .primary-content .interior-sidebar {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .has-enhanced-nav .primary-content {
    display: flex;
  }
  .has-enhanced-nav .primary-content > .content-blocks {
    overflow: hidden;
  }
  .has-enhanced-nav .primary-content .interior-sidebar {
    padding-left: 20px;
    padding-block: 20px;
    min-width: 28rem;
    max-width: 36rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 320px) {
  .has-enhanced-nav .primary-content .interior-sidebar {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1680px) {
  .has-enhanced-nav .primary-content .interior-sidebar {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 320px) {
  .has-enhanced-nav .primary-content .interior-sidebar {
    padding-block: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1680px) {
  .has-enhanced-nav .primary-content .interior-sidebar {
    padding-block: 60px;
  }
}
.has-enhanced-nav .primary-content .dropdown-wrapper {
  margin-inline: auto;
}
.has-enhanced-nav .floating-nav {
  display: none;
}

.communiqueLanding .banner {
  margin-top: var(--masthead-height);
}
.communiqueLanding .entry-loop--communique-issues {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 320px) {
  .communiqueLanding .entry-loop--communique-issues {
    padding-top: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .communiqueLanding .entry-loop--communique-issues {
    padding-top: 60px;
  }
}
@media (min-width: 320px) {
  .communiqueLanding .entry-loop--communique-issues {
    padding-bottom: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .communiqueLanding .entry-loop--communique-issues {
    padding-bottom: 60px;
  }
}

.content-block--embed, .content-block--columns-with-table, .content-block--faqs .section-heading, .content-block--faqs .faqs, .content-block--related-entries .loop-wrap, .content-block--related-entries .section-heading, div.intro, .content-block--buttons, .content-block--data-table, .content-block--events-feed, .content-block--heading, .content-block--logo-group, .content-block--mailing-list-signup, .content-block--multiple-images, .content-block--options-table, .content-block--pullquote, .content-block--rich-text, .content-block--single-image, .content-block--slideshow, .content-block--testimonial-carousel, .content-block--testimonial-cta, .content-block--text-with-image, .content-block--video-block {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 320px) {
  .content-block--embed, .content-block--columns-with-table, .content-block--faqs .section-heading, .content-block--faqs .faqs, .content-block--related-entries .loop-wrap, .content-block--related-entries .section-heading, div.intro, .content-block--buttons, .content-block--data-table, .content-block--events-feed, .content-block--heading, .content-block--logo-group, .content-block--mailing-list-signup, .content-block--multiple-images, .content-block--options-table, .content-block--pullquote, .content-block--rich-text, .content-block--single-image, .content-block--slideshow, .content-block--testimonial-carousel, .content-block--testimonial-cta, .content-block--text-with-image, .content-block--video-block {
    padding-left: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--embed, .content-block--columns-with-table, .content-block--faqs .section-heading, .content-block--faqs .faqs, .content-block--related-entries .loop-wrap, .content-block--related-entries .section-heading, div.intro, .content-block--buttons, .content-block--data-table, .content-block--events-feed, .content-block--heading, .content-block--logo-group, .content-block--mailing-list-signup, .content-block--multiple-images, .content-block--options-table, .content-block--pullquote, .content-block--rich-text, .content-block--single-image, .content-block--slideshow, .content-block--testimonial-carousel, .content-block--testimonial-cta, .content-block--text-with-image, .content-block--video-block {
    padding-left: 60px;
  }
}
@media (min-width: 320px) {
  .content-block--embed, .content-block--columns-with-table, .content-block--faqs .section-heading, .content-block--faqs .faqs, .content-block--related-entries .loop-wrap, .content-block--related-entries .section-heading, div.intro, .content-block--buttons, .content-block--data-table, .content-block--events-feed, .content-block--heading, .content-block--logo-group, .content-block--mailing-list-signup, .content-block--multiple-images, .content-block--options-table, .content-block--pullquote, .content-block--rich-text, .content-block--single-image, .content-block--slideshow, .content-block--testimonial-carousel, .content-block--testimonial-cta, .content-block--text-with-image, .content-block--video-block {
    padding-right: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block--embed, .content-block--columns-with-table, .content-block--faqs .section-heading, .content-block--faqs .faqs, .content-block--related-entries .loop-wrap, .content-block--related-entries .section-heading, div.intro, .content-block--buttons, .content-block--data-table, .content-block--events-feed, .content-block--heading, .content-block--logo-group, .content-block--mailing-list-signup, .content-block--multiple-images, .content-block--options-table, .content-block--pullquote, .content-block--rich-text, .content-block--single-image, .content-block--slideshow, .content-block--testimonial-carousel, .content-block--testimonial-cta, .content-block--text-with-image, .content-block--video-block {
    padding-right: 60px;
  }
}

div.intro, .content-block--buttons, .content-block--data-table, .content-block--events-feed, .content-block--heading, .content-block--logo-group, .content-block--mailing-list-signup, .content-block--multiple-images, .content-block--options-table, .content-block--pullquote, .content-block--rich-text, .content-block--single-image, .content-block--slideshow, .content-block--testimonial-carousel, .content-block--testimonial-cta, .content-block--text-with-image, .content-block--video-block {
  max-width: 110rem;
}

.content-block--columns-with-table, .content-block--faqs .section-heading, .content-block--faqs .faqs, .content-block--related-entries .loop-wrap, .content-block--related-entries .section-heading {
  max-width: 135rem;
}

.content-block--embed {
  max-width: 65rem;
}

.content-blocks {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: var(--color-bg);
}
@media (min-width: 320px) {
  .content-blocks {
    padding-top: calc(20px + 40 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-blocks {
    padding-top: 60px;
  }
}
@media (min-width: 320px) {
  .content-blocks {
    padding-bottom: calc(30px + 90 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-blocks {
    padding-bottom: 120px;
  }
}
.content-blocks figcaption {
  margin-top: 0.75rem;
}

.content-block + .content-block {
  margin-top: 3rem;
}
@media (min-width: 320px) {
  .content-block + .content-block {
    margin-top: calc(3rem + 1 * (100vw - 320px) / 1360);
  }
}
@media (min-width: 1680px) {
  .content-block + .content-block {
    margin-top: 4rem;
  }
}

.content-block--rich-text + .content-block--rich-text {
  margin-top: 1.5rem;
}

.content-block.text-column + .content-block.related-entries {
  margin-top: 0;
}

@media screen and (min-width: 1400px) {
  .image-block + .image-block {
    margin-top: 6rem;
  }
}

.content-block.text-column + .button-module {
  margin-top: -1rem;
}
@media screen and (min-width: 1024px) {
  .content-block.text-column + .button-module {
    margin-top: -3rem;
  }
}

.related-entries + .image-block-multiple-images {
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .related-entries + .image-block-multiple-images {
    margin-top: 5rem;
  }
}

.content-block p {
  margin-top: 0;
}
.content-block p + p {
  margin-top: 1.5rem;
}
