/* 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 8px;
  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;
  -ms-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;
  -ms-touch-action: manipulation;
  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%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  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 {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

@charset "UTF-8";
/*-----------------------------*  NODE MODULES
/*-----------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*-----------------------------*  GENERATED SETTINGS
  DO NOT EDIT THIS DIRECTLY
  - generated by _variables-de-young.scss and _variables-legion-of-honor.scss
\*-----------------------------*/
/*-----------------------------*	SETTINGS
\*-----------------------------*/
/*-----------------------------*	TOOLS
/*-----------------------------*/
/*------------------------------------------------------------------*  FONT FAMILY
    for font families refer to settings/_fonts.scss -> $fonts map
    example usages:
      font-family: font(riccione, xlight);
      font-family: font(freight, 400);
\*------------------------------------------------------------------*/
/*------------------------------------------------------------------*  COLORS
    for color selection
    usage:
      background-color: color(white);
\*------------------------------------------------------------------*/
/*------------------------------------------------------------------*  Z INDICES
    for z index management
    usage:
      z-index: z(header);
\*------------------------------------------------------------------*/
/*---------------------------------------------------------------*  RESPONSIVE PROPERTY HANDLER
    handles the per-breakpoint property for mobile-first approach

    note: requires a key-less 'breakpoints' scss map
          e.g. $breakpoints: ( 320px, 760px, 1080px, 1280px );

    usage:
      @include respond(
        (display, none, block, flex),
        (margin-top, null, 10px, 20px)
      );
\*---------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px; }

/*-----------------------------*	GENERIC AND BASE
\*-----------------------------*/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow-x: hidden;
  position: relative; }
  @media (min-width: 721px) {
    html {
      overflow-x: visible; } }
  @media (min-width: 1001px) {
    html {
      overflow-x: visible; } }

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

body {
  background: #FFF;
  position: relative;
  overflow-x: hidden; }

main {
  color: #000; }
  main a {
    color: inherit;
    font-weight: bold; }
    main a:hover {
      color: #0090a0; }

.data-attributes {
  display: none; }

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial; }

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0; }

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  box-sizing: content-box; }

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box; }

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px; }

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none; }

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  cursor: pointer;
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto; }

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto; }

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top; }

strong {
  font-weight: 900; }

.no-scroll {
  overflow: hidden; }

.container {
  margin: 0 20px;
  max-width: 1320px;
  position: relative;
  width: auto; }
  .container:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 721px) {
    .container {
      margin: 0 25px; } }
  @media (min-width: 1001px) {
    .container {
      margin: 0 40px; } }
  @media (min-width: 1401px) {
    .container {
      margin: 0 auto; } }

.module {
  margin-bottom: 60px; }
  @media (min-width: 721px) {
    .module {
      margin-bottom: 60px; } }
  @media (min-width: 1001px) {
    .module {
      margin-bottom: 80px; } }

@media (min-width: 721px) {
  .transition {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s; } }

@media (min-width: 721px) {
  .transition--completed {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.93);
  opacity: 1; }

.showgrid {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220%25%22%20fill%3D%22%238a9994%22%20width%3D%2212%2E5%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2212%2E5%25%22%20fill%3D%22%23a7b3af%22%20width%3D%225%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2217%2E5%25%22%20fill%3D%22%238a9994%22%20width%3D%2212%2E5%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2230%25%22%20fill%3D%22%23a7b3af%22%20width%3D%225%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2235%25%22%20fill%3D%22%238a9994%22%20width%3D%2212%2E5%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2247%2E5%25%22%20fill%3D%22%23a7b3af%22%20width%3D%225%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2252%2E5%25%22%20fill%3D%22%238a9994%22%20width%3D%2212%2E5%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2265%25%22%20fill%3D%22%23a7b3af%22%20width%3D%225%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2270%25%22%20fill%3D%22%238a9994%22%20width%3D%2212%2E5%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2282%2E5%25%22%20fill%3D%22%23a7b3af%22%20width%3D%225%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2287%2E5%25%22%20fill%3D%22%238a9994%22%20width%3D%2212%2E5%25%22%20height%3D%22100%25%22%2F%3E%3C%2Fsvg%3E"); }
  @media (min-width: 721px) {
    .showgrid {
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220%25%22%20fill%3D%22%238a9994%22%20width%3D%226%2E55953%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%226%2E55953%25%22%20fill%3D%22%23a7b3af%22%20width%3D%221%2E93506%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%228%2E49459%25%22%20fill%3D%22%238a9994%22%20width%3D%226%2E55953%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2215%2E05412%25%22%20fill%3D%22%23a7b3af%22%20width%3D%221%2E93506%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2216%2E98918%25%22%20fill%3D%22%238a9994%22%20width%3D%226%2E55953%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2223%2E5487%25%22%20fill%3D%22%23a7b3af%22%20width%3D%221%2E93506%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2225%2E48377%25%22%20fill%3D%22%238a9994%22%20width%3D%226%2E55953%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2232%2E04329%25%22%20fill%3D%22%23a7b3af%22%20width%3D%221%2E93506%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2233%2E97835%25%22%20fill%3D%22%238a9994%22%20width%3D%226%2E55953%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2240%2E53788%25%22%20fill%3D%22%23a7b3af%22%20width%3D%221%2E93506%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2242%2E47294%25%22%20fill%3D%22%238a9994%22%20width%3D%226%2E55953%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2249%2E03247%25%22%20fill%3D%22%23a7b3af%22%20width%3D%221%2E93506%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2250%2E96753%25%22%20fill%3D%22%238a9994%22%20width%3D%226%2E55953%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2257%2E52706%25%22%20fill%3D%22%23a7b3af%22%20width%3D%221%2E93506%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2259%2E46212%25%22%20fill%3D%22%238a9994%22%20width%3D%226%2E55953%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2266%2E02165%25%22%20fill%3D%22%23a7b3af%22%20width%3D%221%2E93506%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2267%2E95671%25%22%20fill%3D%22%238a9994%22%20width%3D%226%2E55953%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2274%2E51623%25%22%20fill%3D%22%23a7b3af%22%20width%3D%221%2E93506%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2276%2E4513%25%22%20fill%3D%22%238a9994%22%20width%3D%226%2E55953%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2283%2E01082%25%22%20fill%3D%22%23a7b3af%22%20width%3D%221%2E93506%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2284%2E94588%25%22%20fill%3D%22%238a9994%22%20width%3D%226%2E55953%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2291%2E50541%25%22%20fill%3D%22%23a7b3af%22%20width%3D%221%2E93506%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2293%2E44047%25%22%20fill%3D%22%238a9994%22%20width%3D%226%2E55953%25%22%20height%3D%22100%25%22%2F%3E%3C%2Fsvg%3E"); } }
  @media (min-width: 1001px) {
    .showgrid {
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220%25%22%20fill%3D%22%238a9994%22%20width%3D%225%2E78704%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%225%2E78704%25%22%20fill%3D%22%23a7b3af%22%20width%3D%222%2E77778%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%228%2E56481%25%22%20fill%3D%22%238a9994%22%20width%3D%225%2E78704%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2214%2E35185%25%22%20fill%3D%22%23a7b3af%22%20width%3D%222%2E77778%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2217%2E12963%25%22%20fill%3D%22%238a9994%22%20width%3D%225%2E78704%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2222%2E91667%25%22%20fill%3D%22%23a7b3af%22%20width%3D%222%2E77778%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2225%2E69444%25%22%20fill%3D%22%238a9994%22%20width%3D%225%2E78704%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2231%2E48148%25%22%20fill%3D%22%23a7b3af%22%20width%3D%222%2E77778%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2234%2E25926%25%22%20fill%3D%22%238a9994%22%20width%3D%225%2E78704%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2240%2E0463%25%22%20fill%3D%22%23a7b3af%22%20width%3D%222%2E77778%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2242%2E82407%25%22%20fill%3D%22%238a9994%22%20width%3D%225%2E78704%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2248%2E61111%25%22%20fill%3D%22%23a7b3af%22%20width%3D%222%2E77778%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2251%2E38889%25%22%20fill%3D%22%238a9994%22%20width%3D%225%2E78704%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2257%2E17593%25%22%20fill%3D%22%23a7b3af%22%20width%3D%222%2E77778%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2259%2E9537%25%22%20fill%3D%22%238a9994%22%20width%3D%225%2E78704%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2265%2E74074%25%22%20fill%3D%22%23a7b3af%22%20width%3D%222%2E77778%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2268%2E51852%25%22%20fill%3D%22%238a9994%22%20width%3D%225%2E78704%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2274%2E30556%25%22%20fill%3D%22%23a7b3af%22%20width%3D%222%2E77778%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2277%2E08333%25%22%20fill%3D%22%238a9994%22%20width%3D%225%2E78704%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2282%2E87037%25%22%20fill%3D%22%23a7b3af%22%20width%3D%222%2E77778%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2285%2E64815%25%22%20fill%3D%22%238a9994%22%20width%3D%225%2E78704%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2291%2E43519%25%22%20fill%3D%22%23a7b3af%22%20width%3D%222%2E77778%25%22%20height%3D%22100%25%22%2F%3E%3Crect%20x%3D%2294%2E21296%25%22%20fill%3D%22%238a9994%22%20width%3D%225%2E78704%25%22%20height%3D%22100%25%22%2F%3E%3C%2Fsvg%3E"); } }

.play-video {
  transition: 500ms; }
  .play-video i {
    display: block;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%; }
  .play-video svg {
    stroke: #FFF;
    display: block;
    margin: 0 auto;
    fill: white;
    width: 106%;
    height: 106%;
    margin-top: -3%;
    margin-left: -3%; }
  .play-video:hover {
    background: rgba(0, 0, 0, 0.5); }
    .play-video:hover svg {
      stroke: rgba(0, 0, 0, 0.8);
      display: block;
      margin: 0 auto;
      fill: rgba(255, 255, 255, 0.8);
      width: 106%;
      height: 106%;
      margin-top: -3%;
      margin-left: -3%; }

.play-gallery i {
  position: absolute;
  bottom: 90px;
  left: 30px; }

.play-gallery svg {
  width: 30px;
  height: 26px;
  stroke: #FFF; }
  @media (min-width: 721px) {
    .play-gallery svg {
      width: 30px;
      height: 26px; } }
  @media (min-width: 1001px) {
    .play-gallery svg {
      width: 40px;
      height: 35px; } }

.is-hidden {
  display: none;
  visibility: hidden;
  opacity: 0; }

.module p:last-of-type, .body-module .body-module-content p:last-of-type {
  margin-bottom: 0; }

.grab-cur {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: url(/img/icons/grab.cur);
  /* fallback for IE */
  cursor: -webkit-grab;
  /* Chrome, Safari */
  /* Firefox */
  cursor: grab;
  /* W3C standards syntax, should come least */ }
  .grab-cur:active {
    /* Apply a "closed-hand" cursor during drag operation. */
    cursor: url(/img/icons/grabbing.cur);
    cursor: -webkit-grabbing;
    cursor: grabbing; }

.hero__gallery-btn svg {
  fill: #FFF;
  color: #FFF;
  height: 23px;
  stroke: none !important; }

/*------------------------------------------------------------------*  BOX SIZING
  .u-<property>
    specifiy the box-sizing property of an element
    usage:
      <div class="u-border-box">
\*------------------------------------------------------------------*/
.u-border-box {
  box-sizing: border-box; }

.u-content-box {
  box-sizing: content-box; }

/*------------------------------------------------------------------*  TEXT
\*------------------------------------------------------------------*/
.u-fsn {
  font-style: normal; }

.u-fsi {
  font-style: italic; }

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

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

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

.u-caption {
  color: #8a9994; }

/*------------------------------------------------------------------*  COLOR
\*------------------------------------------------------------------*/
.u-black {
  color: #000;
  fill: #000; }

.u-white {
  color: #FFF;
  fill: #FFF; }

.u-charcoal {
  color: #000;
  fill: #000; }

.u-grey-light {
  color: #ECECEC;
  fill: #ECECEC; }

.u-grey-dark {
  color: #8a9994;
  fill: #8a9994; }

.u-highlight {
  color: #0090a0;
  fill: #0090a0; }

/*------------------------------------------------------------------*  FLEXBOX
\*------------------------------------------------------------------*/
.u-df {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.u-dif {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

@media (min-width: 721px) {
  .u-df\@m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .u-dif\@m {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; } }

@media (min-width: 1001px) {
  .u-df\@l {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .u-dif\@l {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; } }

.u-flexdc {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.u-flexdcr {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.u-flexdr {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.u-flexdrr {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

@media (min-width: 721px) {
  .u-flexdc\@m {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .u-flexdcr\@m {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .u-flexdr\@m {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .u-flexdrr\@m {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media (min-width: 1001px) {
  .u-flexdc\@l {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .u-flexdcr\@l {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .u-flexdr\@l {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .u-flexdrr\@l {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

.u-flexwn {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.u-flexww {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (min-width: 721px) {
  .u-flexwn\@m {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .u-flexww\@m {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 1001px) {
  .u-flexwn\@l {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .u-flexww\@l {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.u-jcc {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.u-jcfs {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.u-jcfe {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.u-jcsa {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.u-jcsb {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (min-width: 721px) {
  .u-jcc\@m {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .u-jcfs\@m {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .u-jcfe\@m {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .u-jcsa\@m {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .u-jcsb\@m {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 1001px) {
  .u-jcc\@l {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .u-jcfs\@l {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .u-jcfe\@l {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .u-jcsa\@l {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .u-jcsb\@l {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.u-aib {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.u-aic {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.u-aife {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.u-aifs {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.u-asb {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline; }

.u-asc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.u-asfe {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.u-asfs {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

@media (min-width: 721px) {
  .u-aib\@m {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .u-aic\@m {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .u-aife\@m {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .u-aifs\@m {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .u-asb\@m {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .u-asc\@m {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .u-asfe\@m {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .u-asfs\@m {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; } }

@media (min-width: 1001px) {
  .u-aib\@l {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .u-aic\@l {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .u-aife\@l {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .u-aifs\@l {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .u-asb\@l {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .u-asc\@l {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .u-asfe\@l {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .u-asfs\@l {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; } }

.u-flexb-1\/4 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%; }

.u-flexb-1\/3 {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%; }

.u-flexb-2\/3 {
  -webkit-flex-basis: 67%;
  -ms-flex-preferred-size: 67%;
  flex-basis: 67%; }

.u-flexb-1\/2 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

.u-flexb-1 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.u-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.u-order-100 {
  -webkit-order: 100;
  -ms-flex-order: 100;
  order: 100; }

.u-fg-1 {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.u-fg-2 {
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.u-fg-3 {
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3; }

.u-fs-0 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.u-fs-1 {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.u-fs-2 {
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2; }

.u-fs-3 {
  -webkit-flex-shrink: 3;
  -ms-flex-negative: 3;
  flex-shrink: 3; }

/*------------------------------------------------------------------*  WIDTH & HEIGHT
\*------------------------------------------------------------------*/
.u-w100 {
  width: 100%; }

.u-h100 {
  height: 100%; }

.u-fullwidth {
  width: 100%; }

.u-fullwidth-1400 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  position: relative; }

.u-fullwidth-1800 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  position: relative; }

/*------------------------------------------------------------------*  MARGIN
\*------------------------------------------------------------------*/
.u-mar-b30 {
  margin-bottom: 30px; }

/*------------------------------------------------------------------*  GRID SPAN - SGS
  .u-span-<no of grid>

  specifiy the box-sizing property of an element
    usage:
      <div class="u-span2">
\*------------------------------------------------------------------*/
@media (max-width: 720px) {
  .u-span5\@s {
    -sgs-span-settings: ("span": 5, "location": 1, "grid": 6, "gutter": 0.4, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 82.5%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }

@media (min-width: 721px) {
  .u-span2, .u-span2\@m {
    -sgs-span-settings: ("span": 2, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 15.05412%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span3, .u-span3\@m {
    -sgs-span-settings: ("span": 3, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 23.5487%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span4, .u-span4\@m {
    -sgs-span-settings: ("span": 4, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 32.04329%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span5, .u-span5\@m {
    -sgs-span-settings: ("span": 5, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 40.53788%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span6, .u-span6\@m {
    -sgs-span-settings: ("span": 6, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 49.03247%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span7, .u-span7\@m {
    -sgs-span-settings: ("span": 7, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 57.52706%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span8, .u-span8\@m {
    -sgs-span-settings: ("span": 8, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 66.02165%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span9, .u-span9\@m {
    -sgs-span-settings: ("span": 9, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 74.51623%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span10, .u-span10\@m {
    -sgs-span-settings: ("span": 10, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 83.01082%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span11, .u-span11\@m {
    -sgs-span-settings: ("span": 11, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 91.50541%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span12, .u-span12\@m {
    -sgs-span-settings: ("span": 12, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

@media (min-width: 1001px) {
  .u-span2, .u-span2\@l {
    -sgs-span-settings: ("span": 2, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 14.35185%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span3, .u-span3\@l {
    -sgs-span-settings: ("span": 3, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 22.91667%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span4, .u-span4\@l {
    -sgs-span-settings: ("span": 4, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 31.48148%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span5, .u-span5\@l {
    -sgs-span-settings: ("span": 5, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 40.0463%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span6, .u-span6\@l {
    -sgs-span-settings: ("span": 6, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 48.61111%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span7, .u-span7\@l {
    -sgs-span-settings: ("span": 7, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 57.17593%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span8, .u-span8\@l {
    -sgs-span-settings: ("span": 8, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 65.74074%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span9, .u-span9\@l {
    -sgs-span-settings: ("span": 9, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 74.30556%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span10, .u-span10\@l {
    -sgs-span-settings: ("span": 10, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 82.87037%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span11, .u-span11\@l {
    -sgs-span-settings: ("span": 11, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 91.43519%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span12, .u-span12\@l {
    -sgs-span-settings: ("span": 12, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

@media (min-width: 1401px) {
  .u-span2, .u-span2\@xl {
    -sgs-span-settings: ("span": 2, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 14.35185%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span3, .u-span3\@xl {
    -sgs-span-settings: ("span": 3, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 22.91667%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span4, .u-span4\@xl {
    -sgs-span-settings: ("span": 4, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 31.48148%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span5, .u-span5\@xl {
    -sgs-span-settings: ("span": 5, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 40.0463%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span6, .u-span6\@xl {
    -sgs-span-settings: ("span": 6, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 48.61111%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span7, .u-span7\@xl {
    -sgs-span-settings: ("span": 7, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 57.17593%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span8, .u-span8\@xl {
    -sgs-span-settings: ("span": 8, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 65.74074%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span9, .u-span9\@xl {
    -sgs-span-settings: ("span": 9, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 74.30556%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span10, .u-span10\@xl {
    -sgs-span-settings: ("span": 10, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 82.87037%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span11, .u-span11\@xl {
    -sgs-span-settings: ("span": 11, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 91.43519%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .u-span12, .u-span12\@xl {
    -sgs-span-settings: ("span": 12, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

[class*="u-span"] {
  margin: 0; }
  @media (min-width: 721px) {
    [class*="u-span"].u-offset0, [class*="u-span"].u-offset0\@m {
      margin-left: 0;
      margin-right: -100%; }
    [class*="u-span"].u-offset1, [class*="u-span"].u-offset1\@m {
      margin-left: 8.49459%;
      margin-right: -100%; }
    [class*="u-span"].u-offset2, [class*="u-span"].u-offset2\@m {
      margin-left: 16.98918%;
      margin-right: -100%; }
    [class*="u-span"].u-offset3, [class*="u-span"].u-offset3\@m {
      margin-left: 25.48377%;
      margin-right: -100%; }
    [class*="u-span"].u-offset4, [class*="u-span"].u-offset4\@m {
      margin-left: 33.97835%;
      margin-right: -100%; }
    [class*="u-span"].u-offset5, [class*="u-span"].u-offset5\@m {
      margin-left: 42.47294%;
      margin-right: -100%; }
    [class*="u-span"].u-offset6, [class*="u-span"].u-offset6\@m {
      margin-left: 50.96753%;
      margin-right: -100%; }
    [class*="u-span"].u-offset7, [class*="u-span"].u-offset7\@m {
      margin-left: 59.46212%;
      margin-right: -100%; }
    [class*="u-span"].u-offset8, [class*="u-span"].u-offset8\@m {
      margin-left: 67.95671%;
      margin-right: -100%; }
    [class*="u-span"].u-offset9, [class*="u-span"].u-offset9\@m {
      margin-left: 76.4513%;
      margin-right: -100%; } }
  @media (min-width: 1001px) {
    [class*="u-span"].u-offset0, [class*="u-span"].u-offset0\@l {
      margin-left: 0;
      margin-right: -100%; }
    [class*="u-span"].u-offset1, [class*="u-span"].u-offset1\@l {
      margin-left: 8.56481%;
      margin-right: -100%; }
    [class*="u-span"].u-offset2, [class*="u-span"].u-offset2\@l {
      margin-left: 17.12963%;
      margin-right: -100%; }
    [class*="u-span"].u-offset3, [class*="u-span"].u-offset3\@l {
      margin-left: 25.69444%;
      margin-right: -100%; }
    [class*="u-span"].u-offset4, [class*="u-span"].u-offset4\@l {
      margin-left: 34.25926%;
      margin-right: -100%; }
    [class*="u-span"].u-offset5, [class*="u-span"].u-offset5\@l {
      margin-left: 42.82407%;
      margin-right: -100%; }
    [class*="u-span"].u-offset6, [class*="u-span"].u-offset6\@l {
      margin-left: 51.38889%;
      margin-right: -100%; }
    [class*="u-span"].u-offset7, [class*="u-span"].u-offset7\@l {
      margin-left: 59.9537%;
      margin-right: -100%; }
    [class*="u-span"].u-offset8, [class*="u-span"].u-offset8\@l {
      margin-left: 68.51852%;
      margin-right: -100%; }
    [class*="u-span"].u-offset9, [class*="u-span"].u-offset9\@l {
      margin-left: 77.08333%;
      margin-right: -100%; } }
  @media (min-width: 1401px) {
    [class*="u-span"].u-offset0, [class*="u-span"].u-offset0\@xl {
      margin-left: 0;
      margin-right: -100%; }
    [class*="u-span"].u-offset1, [class*="u-span"].u-offset1\@xl {
      margin-left: 8.56481%;
      margin-right: -100%; }
    [class*="u-span"].u-offset2, [class*="u-span"].u-offset2\@xl {
      margin-left: 17.12963%;
      margin-right: -100%; }
    [class*="u-span"].u-offset3, [class*="u-span"].u-offset3\@xl {
      margin-left: 25.69444%;
      margin-right: -100%; }
    [class*="u-span"].u-offset4, [class*="u-span"].u-offset4\@xl {
      margin-left: 34.25926%;
      margin-right: -100%; }
    [class*="u-span"].u-offset5, [class*="u-span"].u-offset5\@xl {
      margin-left: 42.82407%;
      margin-right: -100%; }
    [class*="u-span"].u-offset6, [class*="u-span"].u-offset6\@xl {
      margin-left: 51.38889%;
      margin-right: -100%; }
    [class*="u-span"].u-offset7, [class*="u-span"].u-offset7\@xl {
      margin-left: 59.9537%;
      margin-right: -100%; }
    [class*="u-span"].u-offset8, [class*="u-span"].u-offset8\@xl {
      margin-left: 68.51852%;
      margin-right: -100%; }
    [class*="u-span"].u-offset9, [class*="u-span"].u-offset9\@xl {
      margin-left: 77.08333%;
      margin-right: -100%; } }

.u-df [class*="u-offset"] {
  margin: 0; }

@media (min-width: 721px) {
  .u-df\@m [class*="u-offset"] {
    margin: 0; } }

@media (min-width: 1001px) {
  .u-df\@l [class*="u-offset"] {
    margin: 0; } }

@media (min-width: 1401px) {
  .u-df\@xl [class*="u-offset"] {
    margin: 0; } }

/*h1 {
  //@include breakpoint($bp-xlarge){
    @include grid-span(5,6);
  //}

  background: white;
  font-size: 12px;
}
section { display: none; }*/
/*------------------------------------------------------------------*  BACKGROUND COLOR | OVERLAY
\*------------------------------------------------------------------*/
.u-bg-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.u-bgc-bk {
  background-color: #000; }

.u-bgc-grey-lt {
  background-color: #ECECEC; }

.u-bgc-grey-dk {
  background-color: #8a9994; }

.u-bgc-yw {
  background-color: #0090a0; }

.u-bgc-hl1 {
  background-color: #0090a0; }

.u-bgc-hl2 {
  background-color: #000; }

.u-bgc-hl3 {
  background-color: #0090a0; }

.u-bgc-hl4 {
  background-color: #bcc5c3; }

.u-bgc-hl54 {
  background-color: #0090a0; }

/*------------------------------------------------------------------*  DISPLAY | OPACITY | VISIBILITY
\*------------------------------------------------------------------*/
.u-opacity-0-imp {
  opacity: 0 !important; }

.u-opacity-1-imp {
  opacity: 1 !important; }

.u-opacity-0, .u-opacity-hover-0:hover {
  opacity: 0; }

.u-opacity-20, .u-opacity-hover-20:hover {
  opacity: .20; }

.u-opacity-50, .u-opacity-hover-50:hover {
  opacity: .50; }

.u-opacity-70, .u-opacity-hover-70:hover {
  opacity: .70; }

.u-opacity-75, .u-opacity-hover-75:hover {
  opacity: .75; }

.u-opacity-80, .u-opacity-hover-80:hover {
  opacity: .80; }

.u-opacity-90, .u-opacity-hover-90:hover {
  opacity: .90; }

.u-opacity-1, .u-opacity-hover-1:hover {
  opacity: 1; }

@media (max-width: 720px) {
  .u-hidden\@s {
    display: none; } }

/*------------------------------------------------------------------*  FLOAT
  .u-float-<property>
    specifiy the float property of an element
    usage:
      <div class="f-left f-clear-left">
\*------------------------------------------------------------------*/
.u-fn {
  float: none; }

.u-fl {
  float: left; }

.u-fr {
  float: right; }

.u-cf:after {
  content: '';
  display: table;
  clear: both; }

.u-cn {
  clear: none; }

.u-cl {
  clear: left; }

.u-cr {
  clear: right; }

@media (min-width: 721px) {
  .u-fn\@m {
    float: none; }
  .u-fl\@m {
    float: left; }
  .u-fr\@m {
    float: right; }
  .u-cn\@m {
    clear: none; }
  .u-cl\@m {
    clear: left; }
  .u-cr\@m {
    clear: right; } }

@media (min-width: 1001px) {
  .u-fn\@l {
    float: none; }
  .u-fl\@l {
    float: left; }
  .u-fr\@l {
    float: right; }
  .u-cn\@l {
    clear: none; }
  .u-cl\@l {
    clear: left; }
  .u-cr\@l {
    clear: right; } }

.u-wb {
  word-wrap: break-word; }

.u-wbb {
  word-break: break-all; }

.u-wbba {
  word-break: break-all; }

.u-wbbw {
  word-break: break-word; }

/*-----------------------------*	OBJECTS
\*-----------------------------*/
.callout {
  font-size: 12px;
  line-height: 14px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 500;
  letter-spacing: .060em;
  background-color: #0090a0;
  display: inline-block;
  line-height: 40px;
  padding: 0 20px; }
  @media (min-width: 721px) {
    .callout {
      font-size: 13px;
      line-height: 16px; } }
  @media (min-width: 1001px) {
    .callout {
      font-size: 15px;
      line-height: 18px; } }
  @media (min-width: 721px) {
    .callout {
      line-height: 45px;
      padding: 0 25px; } }
  @media (min-width: 1001px) {
    .callout {
      line-height: 50px;
      padding: 0 30px; } }

.collection:after {
  content: '';
  display: table;
  clear: both; }

.collection__sections {
  position: relative; }

.page--collections .hero {
  margin-bottom: 0; }
  @media (min-width: 721px) {
    .page--collections .hero {
      margin-bottom: 0; } }
  @media (min-width: 1001px) {
    .page--collections .hero {
      margin-bottom: 0; } }

.collection__hero {
  position: relative; }
  .collection__hero .media-bg {
    margin-left: -20px;
    width: calc(100% + 40px); }
    @media (min-width: 721px) {
      .collection__hero .media-bg {
        margin-left: -25px;
        width: calc(100% + 25px); } }
    @media (min-width: 1001px) {
      .collection__hero .media-bg {
        margin-left: -40px;
        width: calc(100% + 40px); } }
  .collection__hero .callout {
    position: absolute;
    top: 0;
    left: 0; }

.collection__content-tag {
  margin-bottom: 20px;
  margin-top: 30px; }
  @media (min-width: 721px) {
    .collection__content-tag {
      margin-bottom: 30px;
      margin-top: 0; } }
  @media (min-width: 1001px) {
    .collection__content-tag {
      margin-bottom: 40px;
      margin-top: 0; } }

.collection__title {
  margin-bottom: 10px; }
  @media (min-width: 721px) {
    .collection__title {
      margin-bottom: 20px; } }
  @media (min-width: 1001px) {
    .collection__title {
      margin-bottom: 30px; } }

.collection__sub-title {
  margin-bottom: 10px; }
  @media (min-width: 721px) {
    .collection__sub-title {
      margin-bottom: 15px; } }
  @media (min-width: 1001px) {
    .collection__sub-title {
      margin-bottom: 20px; } }

.collection__body {
  margin-bottom: 30px; }
  @media (min-width: 721px) {
    .collection__body {
      margin-bottom: 30px; } }
  @media (min-width: 1001px) {
    .collection__body {
      margin-bottom: 40px; } }

@media (min-width: 721px) {
  .collection--text-left .media-bg {
    margin-left: 0; } }
  @media (min-width: 721px) and (min-width: 721px) {
    .collection--text-left .media-bg {
      margin-left: 0; } }
  @media (min-width: 721px) and (min-width: 1001px) {
    .collection--text-left .media-bg {
      margin-left: 0; } }

@media (min-width: 721px) {
  .collection--text-left .callout {
    left: 0;
    right: auto; } }
  @media (min-width: 721px) and (min-width: 721px) {
    .collection--text-left .callout {
      left: auto;
      right: 0; } }

@media (min-width: 721px) {
  .collection--text-left .collection__text {
    text-align: right; } }

.collection__text .is-active {
  color: #0090a0; }

span.backslash {
  margin-right: 10px; }

.permanent-collections .collection__text {
  margin-top: -85px;
  z-index: 7;
  position: relative; }
  @media (min-width: 721px) {
    .permanent-collections .collection__text {
      margin-top: 0; } }
  @media (min-width: 1001px) {
    .permanent-collections .collection__text {
      margin-top: 0; } }
  .permanent-collections .collection__text .collection__content-tag {
    margin-top: 0; }

.cta {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.5px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 700;
  background-color: #0090a0;
  color: #FFF;
  display: inline-block;
  line-height: 50px;
  padding: 0 30px;
  text-decoration: none; }
  @media (min-width: 721px) {
    .cta {
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.5px; } }
  @media (min-width: 1001px) {
    .cta {
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.6px; } }
  @media (min-width: 721px) {
    .cta {
      line-height: 60px;
      padding: 0 35px; } }
  @media (min-width: 1001px) {
    .cta {
      line-height: 65px;
      padding: 0 40px; } }
  .cta:hover, .cta:focus {
    color: #FFF;
    background-color: #02727e;
    color: #FFF; }

a.cta {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.cta--text {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.1px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 700;
  letter-spacing: .010em; }
  @media (min-width: 721px) {
    .cta--text {
      font-size: 24px;
      line-height: 29px;
      letter-spacing: 0.1px; } }
  @media (min-width: 1001px) {
    .cta--text {
      font-size: 32px;
      line-height: 39px;
      letter-spacing: 0.1px; } }
  .cta--text a {
    font-weight: 700; }

.cta--square {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #0090a0; }
  .cta--square:before, .cta--square button {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    width: 22px;
    height: 22px;
    border: solid #FFF;
    border-width: 1px 1px 0 0;
    z-index: 10;
    transition: all 200ms ease; }
  .cta--square button {
    width: 0 !important;
    height: 0 !important;
    border: 0;
    border-top: 0 solid #FFF;
    border-left: 0 solid transparent;
    outline: none; }
  .cta--square:hover button,
  a:hover .cta--square button {
    border-top-width: 24px;
    border-left-width: 24px; }
  .cta--square:hover:before,
  a:hover .cta--square:before {
    opacity: 0; }
  @media (min-width: 721px) {
    .cta--square:before, .cta--square button {
      top: 10px;
      right: 10px;
      width: 21px;
      height: 21px; }
    .cta--square:hover button,
    a:hover .cta--square button {
      border-top-width: 24px;
      border-left-width: 24px; } }

.cta--outline {
  position: relative;
  background: none;
  color: #0090a0; }
  .cta--outline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1.5px solid #0090a0; }
  .cta--outline:hover {
    background: none;
    color: #02727e; }
    .cta--outline:hover:before {
      border-color: #02727e; }

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: unset;
  appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 52px;
  height: 55px;
  border: 2px solid #4b5659; }
  input[type="text"]:-webkit-autofill,
  input[type="email"]:-webkit-autofill,
  input[type="number"]:-webkit-autofill,
  input[type="tel"]:-webkit-autofill,
  textarea:-webkit-autofill {
    background-color: transparent; }
  @media (min-width: 721px) {
    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="tel"],
    textarea {
      height: 45px;
      padding-right: 40px; } }

textarea {
  height: auto; }
  @media (min-width: 721px) {
    textarea {
      height: auto; } }

.textfield {
  position: relative; }
  .textfield:before, .textfield button {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 31px;
    height: 31px;
    border: solid #0090a0;
    border-width: 2px 2px 0 0;
    z-index: 10;
    transition: all 200ms ease; }
  .textfield button {
    width: 0 !important;
    height: 0 !important;
    border: 0;
    border-top: 0 solid #0090a0;
    border-left: 0 solid transparent; }
  .textfield.is-filled button {
    border-top-width: 31px;
    border-left-width: 31px; }
    .textfield.is-filled button:hover {
      border-top-color: #4b5659; }
  .textfield.is-filled:before {
    opacity: 0; }
  .textfield[disabled] {
    color: #8a9994; }
  @media (min-width: 721px) {
    .textfield:before, .textfield button {
      top: 10px;
      right: 10px;
      width: 21px;
      height: 21px; }
    .textfield.is-filled button {
      border-top-width: 24px;
      border-left-width: 24px; } }

.textfield__msg {
  font-size: 12px;
  line-height: 14px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 500;
  letter-spacing: .060em;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 7px;
  color: #0090a0; }
  @media (min-width: 721px) {
    .textfield__msg {
      font-size: 13px;
      line-height: 16px; } }
  @media (min-width: 1001px) {
    .textfield__msg {
      font-size: 15px;
      line-height: 18px; } }

.textfield__progress, .textfield__progress-bar {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 3px;
  background: #ECECEC; }

.textfield__progress-bar {
  width: 0;
  top: 0;
  background: #0090a0; }

body {
  font-size: 14px;
  line-height: 22px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 300;
  color: #000;
  font-variant-numeric: proportional-nums; }
  @media (min-width: 721px) {
    body {
      font-size: 14px;
      line-height: 22px; } }
  @media (min-width: 1001px) {
    body {
      font-size: 16px;
      line-height: 24px; } }

.h1 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 700; }
  @media (min-width: 721px) {
    .h1 {
      font-size: 32px;
      line-height: 40px;
      letter-spacing: 0; } }
  @media (min-width: 1001px) {
    .h1 {
      font-size: 62px;
      line-height: 74px;
      letter-spacing: 0.5px; } }
  .h1 a {
    font-weight: 700; }

.h2 {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.3px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 700; }
  @media (min-width: 721px) {
    .h2 {
      font-size: 28px;
      line-height: 36px;
      letter-spacing: 0.3px; } }
  @media (min-width: 1001px) {
    .h2 {
      font-size: 50px;
      line-height: 63px;
      letter-spacing: 0.9px; } }
  .h2 a {
    font-weight: 700; }

.h3 {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.1px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 700;
  letter-spacing: .010em; }
  @media (min-width: 721px) {
    .h3 {
      font-size: 24px;
      line-height: 29px;
      letter-spacing: 0.1px; } }
  @media (min-width: 1001px) {
    .h3 {
      font-size: 32px;
      line-height: 39px;
      letter-spacing: 0.1px; } }
  .h3 a {
    font-weight: 700; }

.h4 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 700;
  letter-spacing: .010em; }
  @media (min-width: 721px) {
    .h4 {
      font-size: 23px;
      line-height: 29px;
      letter-spacing: 0.1px; } }
  @media (min-width: 1001px) {
    .h4 {
      font-size: 23px;
      line-height: 29px;
      letter-spacing: 0.5px; } }
  .h4 a {
    font-weight: 700; }

.h5 {
  font-size: 16px;
  line-height: 21px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 500;
  letter-spacing: .010em; }
  @media (min-width: 721px) {
    .h5 {
      font-size: 16px;
      line-height: 21px; } }
  @media (min-width: 1001px) {
    .h5 {
      font-size: 18px;
      line-height: 23px; } }

.h6 {
  font-size: 14px;
  line-height: 18px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 500;
  letter-spacing: .4px; }
  @media (min-width: 721px) {
    .h6 {
      font-size: 16px;
      line-height: 21px; } }
  @media (min-width: 1001px) {
    .h6 {
      font-size: 16px;
      line-height: 21px; } }

.h7 {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.5px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 700; }
  @media (min-width: 721px) {
    .h7 {
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.5px; } }
  @media (min-width: 1001px) {
    .h7 {
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.6px; } }

.h8 {
  font-size: 14px;
  line-height: 16px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 500;
  letter-spacing: .020em; }
  @media (min-width: 721px) {
    .h8 {
      font-size: 14px;
      line-height: 16px; } }
  @media (min-width: 1001px) {
    .h8 {
      font-size: 16px;
      line-height: 18px; } }

.h9 {
  font-size: 12px;
  line-height: 14px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 500;
  letter-spacing: .060em; }
  @media (min-width: 721px) {
    .h9 {
      font-size: 13px;
      line-height: 16px; } }
  @media (min-width: 1001px) {
    .h9 {
      font-size: 15px;
      line-height: 18px; } }

.h10 {
  font-size: 18px;
  line-height: 26px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 500; }
  @media (min-width: 721px) {
    .h10 {
      font-size: 14px;
      line-height: 22px; } }
  @media (min-width: 1001px) {
    .h10 {
      font-size: 16px;
      line-height: 24px; } }

.h8-special {
  font-size: 14px;
  line-height: 16px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 500;
  letter-spacing: .020em;
  height: 58px;
  margin-bottom: 20px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #8a9994;
  padding-right: 30px;
  border: solid #8a9994;
  border-width: 2px 0;
  border-radius: 2px 0 0 1px;
  z-index: 2; }
  @media (min-width: 721px) {
    .h8-special {
      font-size: 14px;
      line-height: 16px; } }
  @media (min-width: 1001px) {
    .h8-special {
      font-size: 16px;
      line-height: 18px; } }
  @media (min-width: 721px) {
    .h8-special {
      height: 52px;
      margin-bottom: 30px; } }
  @media (min-width: 1001px) {
    .h8-special {
      height: 54px;
      margin-bottom: 30px; } }
  .h8-special:before, .h8-special:after {
    content: '';
    position: absolute;
    border-top: 2px solid #8a9994;
    border-radius: 2px;
    width: 26px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%; }
  .h8-special:before {
    top: 16px;
    left: -17px; }
  .h8-special:after {
    bottom: -20px;
    left: -18px; }
  @media (min-width: 721px) {
    .h8-special:before {
      left: -25px;
      top: 22px;
      width: 35px; }
    .h8-special:after {
      left: -25px;
      bottom: -27px;
      width: 36px; } }

.hero__sections {
  position: relative; }

.hero__full {
  position: relative; }

.hero--new {
  margin-bottom: 3em; }

.hero__media, .hero__media .media-bg {
  height: 280px; }
  @media (min-width: 721px) {
    .hero__media, .hero__media .media-bg {
      height: 420px; } }
  @media (min-width: 1001px) {
    .hero__media, .hero__media .media-bg {
      height: 580px; } }

.hero__media .media-bg-bw:before {
  padding-top: 0; }

.page--visit-us .hero__media {
  background: #000; }
  .page--visit-us .hero__media .media-bg {
    opacity: .75; }

.hero--cutoff .hero__media, .hero--cutoff .media-bg {
  width: 100%; }
  @media (min-width: 721px) {
    .hero--cutoff .hero__media, .hero--cutoff .media-bg {
      height: 640px;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 85.64815% 100%, 85.64815% calc( 100% - 60px), 0 calc( 100% - 60px));
      clip-path: polygon(0 0, 100% 0, 100% 100%, 85.64815% 100%, 85.64815% calc( 100% - 60px), 0 calc( 100% - 60px)); } }
  @media (min-width: 1001px) {
    .hero--cutoff .hero__media, .hero--cutoff .media-bg {
      height: 700px;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 84.94588% 100%, 84.94588% calc( 100% - 60px), 0 calc( 100% - 60px));
      clip-path: polygon(0 0, 100% 0, 100% 100%, 84.94588% 100%, 84.94588% calc( 100% - 60px), 0 calc( 100% - 60px)); } }

.hero--2block {
  margin-bottom: 0; }
  @media (min-width: 721px) {
    .hero--2block .hero__media--right {
      width: calc(59.46212% - 2px); } }
  @media (min-width: 1001px) {
    .hero--2block .hero__media--right {
      width: calc(59.9537% - 2px); } }

.hero__text-wrapper {
  width: 100%;
  max-width: 1320px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 7;
  bottom: 45px; }
  @media (min-width: 721px) {
    .hero__text-wrapper {
      bottom: 68px; } }
  @media (min-width: 1001px) {
    .hero__text-wrapper {
      bottom: 86px; } }

.hero__text {
  position: relative;
  -sgs-span-settings: ("span": 5.2, "location": 1, "grid": 6, "gutter": 0.4, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
  width: 86%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
  margin-left: 20px; }
  @media (min-width: 721px) {
    .hero__text {
      margin-left: 0; } }
  @media (min-width: 1001px) {
    .hero__text {
      margin-left: 0; } }
  @media (min-width: 721px) {
    .hero__text {
      -sgs-span-settings: ("span": 11, "location": 1.5, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 91.50541%;
      float: left;
      margin-right: -100%;
      margin-left: 4.24729%;
      clear: none; } }
  @media (min-width: 1001px) {
    .hero__text {
      -sgs-span-settings: ("span": 9, "location": 2.5, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 74.30556%;
      float: left;
      margin-right: -100%;
      margin-left: 12.84722%;
      clear: none; } }

.hero--collection::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 5; }

.hero--collection .hero__media {
  background-color: #000; }
  .hero--collection .hero__media, .hero--collection .hero__media .media-bg {
    height: 255px; }
    @media (min-width: 721px) {
      .hero--collection .hero__media, .hero--collection .hero__media .media-bg {
        height: 325px; } }
    @media (min-width: 1001px) {
      .hero--collection .hero__media, .hero--collection .hero__media .media-bg {
        height: 380px; } }

.hero--collection .container {
  width: 100%;
  max-width: 1320px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 7; }

.hero--collection h1 {
  color: #FFF;
  z-index: 5;
  bottom: -6px; }
  @media (min-width: 1001px) {
    .hero--collection h1 {
      -sgs-span-settings: ("span": 9, "location": 1.9, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 74.30556%;
      float: left;
      margin-right: -100%;
      margin-left: 7.70833%;
      clear: none; } }
  @media (min-width: 721px) {
    .hero--collection h1 {
      bottom: -10px; } }
  @media (min-width: 1001px) {
    .hero--collection h1 {
      bottom: -13px; } }

.media-bg__img {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: relative;
  top: 0; }

.media {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66667%; }
  .media > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .media img {
    width: 100%; }

.media-bg {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center; }
  .media-bg:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66667%; }
  .media-bg > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.media-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.media-aw-left {
  margin-left: -20px; }
  @media (min-width: 721px) {
    .media-aw-left {
      margin-left: -25px; } }
  @media (min-width: 1001px) {
    .media-aw-left {
      margin-left: -40px; } }

.media-aw-left, .media-aw-right {
  width: calc(100% + 20px); }
  @media (min-width: 721px) {
    .media-aw-left, .media-aw-right {
      width: calc(100% + 25px); } }
  @media (min-width: 1001px) {
    .media-aw-left, .media-aw-right {
      width: calc(100% + 40px); } }

@media (max-width: 720px) {
  .media-aw-left\@s {
    margin-left: -20px;
    width: calc(100% + 20px); } }

.wysiwyg__media {
  position: relative;
  margin-bottom: 26px; }
  .wysiwyg__media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .wysiwyg__media > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media (min-width: 721px) {
    .wysiwyg__media {
      margin-bottom: 26px; } }
  @media (min-width: 1001px) {
    .wysiwyg__media {
      margin-bottom: 28px; } }
  .wysiwyg__media img {
    width: 100%; }

/*
full width image formula
  N = childW / ((100 - childW) / 2);
  width: calc( ( 100% / N ) * 2 + 100% );

  example:
  parent - width 100%
    child - wdith 32.5%
      img - width [parent's width]

  N = 32.5 / ((100 - 32.5) / 2);
  img { width: calc( ( 100% / N ) * 2 + 100% ); }
*/
.line {
  margin-top: 30px;
  margin-left: 22px;
  position: relative;
  z-index: 5; }
  @media (min-width: 721px) {
    .line {
      margin-top: 65px;
      margin-left: 0; } }
  .line:after {
    display: none; }
  .line:before, .line:after {
    width: 230px;
    height: 230px;
    left: -22px;
    top: -53px;
    content: "";
    position: absolute;
    z-index: 0;
    border-color: #0090a0;
    border-style: solid;
    border-width: 0; }
    @media (min-width: 721px) {
      .line:before, .line:after {
        width: 305px;
        height: 305px;
        left: -11.8%;
        top: -41px; } }
    @media (min-width: 1001px) {
      .line:before, .line:after {
        width: 367px;
        height: 270px;
        left: -15.2%;
        top: -65px; } }
    @media (min-width: 1001px) {
      .line:before, .line:after {
        border-width: 0; } }
  .line > * {
    position: relative; }
  @media (min-width: 721px) {
    .line[class*="u-span6"]:before {
      left: -9.8%; } }
  @media (min-width: 1001px) {
    .line[class*="u-span6"]:before {
      left: -12.4%; } }
  @media (min-width: 721px) {
    .line[class*="u-span5"]:before {
      left: -11.8%; } }
  @media (min-width: 1001px) {
    .line[class*="u-span5"]:before {
      left: -15.2%; } }
  @media (min-width: 721px) {
    .line[class*="u-span4"]:before {
      left: -11.1%; } }
  @media (min-width: 1001px) {
    .line[class*="u-span4"]:before {
      left: -18.5%; } }

.line--right {
  margin-right: 20px;
  margin-left: 0; }
  @media (min-width: 721px) {
    .line--right {
      margin-right: 0; } }
  .line--right:before {
    display: none; }
  .line--right:after {
    left: auto;
    right: -22px;
    display: none;
    border-width: 0;
    z-index: 0; }
    @media (min-width: 721px) {
      .line--right:after {
        left: auto;
        right: -11.8%; } }
    @media (min-width: 1001px) {
      .line--right:after {
        left: auto;
        right: -15.2%; } }
    @media (min-width: 1001px) {
      .line--right:after {
        border-width: 8px 8px 0 0; } }
  .line--right > * {
    position: relative;
    z-index: 10; }
  @media (min-width: 721px) {
    .line--right[class*="u-span6"]:after {
      right: -9.8%; } }
  @media (min-width: 1001px) {
    .line--right[class*="u-span6"]:after {
      right: -12.4%; } }
  @media (min-width: 721px) {
    .line--right[class*="u-span5"]:after {
      right: -11.8%; } }
  @media (min-width: 1001px) {
    .line--right[class*="u-span5"]:after {
      right: -15.2%; } }
  @media (min-width: 721px) {
    .line--right[class*="u-span4"]:after {
      right: -11.1%; } }
  @media (min-width: 1001px) {
    .line--right[class*="u-span4"]:after {
      right: -18.5%; } }

.line--both:before, .line--both:after {
  display: block; }

.line--hidden {
  margin-left: 0;
  margin-right: 0; }
  .line--hidden:before, .line--hidden:after {
    display: none; }

@media (min-width: 721px) {
  .line--clear\@m {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0; }
    .line--clear\@m:before, .line--clear\@m:after {
      display: none; } }

@media (max-width: 720px) {
  .line--right\@s {
    margin-left: 0;
    margin-right: 22px; }
    .line--right\@s:before {
      display: none; } }

.line--clear\@s {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0; }
  .line--clear\@s:before, .line--clear\@s:after {
    display: none; }

a, a:before, a svg {
  transition: all 200ms ease; }

a, a svg {
  color: #000;
  fill: #000;
  text-decoration: underline; }

a:hover, a:hover svg {
  color: #0090a0;
  fill: #0090a0; }

a[disabled] {
  pointer-events: none; }

.link-hover-white:hover, .link-hover-white:hover svg {
  color: #FFF;
  fill: #FFF; }

.link-lt-grey, .link-lt-grey svg {
  color: #ECECEC;
  fill: #ECECEC; }

.link-lt-grey:hover, .link-lt-grey:hover svg {
  color: #000;
  fill: #000; }

.link-dk-grey, .link-dk-grey svg {
  color: #8a9994;
  fill: #8a9994;
  text-decoration: none; }

.link-dk-grey:hover, .link-dk-grey:hover svg {
  color: #000;
  fill: #000;
  text-decoration: underline; }

.navigation__nav-item, .navigation__nav-item svg {
  color: #FFF;
  fill: #FFF; }

.navigation__nav-item:hover, .navigation__nav-item:hover svg {
  color: #FFF;
  fill: #FFF; }

.list li:not(:last-of-type), .list-bullet li:not(:last-of-type) {
  margin-bottom: 12px; }

.list-bullet {
  padding-left: 22px;
  list-style: disc; }

.slider {
  position: relative;
  margin-bottom: 0; }
  .slider .slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: 50px;
    height: 58px;
    right: auto;
    width: 24px; }
    @media (min-width: 721px) {
      .slider .slick-arrow {
        bottom: auto;
        height: 72px;
        right: 25px;
        width: 30px; } }
    @media (min-width: 1001px) {
      .slider .slick-arrow {
        height: 100px;
        right: 40px;
        width: 40px; } }
    @media (min-width: 721px) {
      .slider .slick-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); } }
    .slider .slick-arrow:hover svg {
      stroke: #000; }
      .can-touch .slider .slick-arrow:hover svg {
        stroke: #FFF; }
    .slider .slick-arrow svg {
      height: 100%;
      fill: none;
      stroke-width: 3;
      stroke: #FFF;
      width: 100%; }
  .slider .slick-next {
    left: 90px;
    margin-top: 0; }
    @media (min-width: 721px) {
      .slider .slick-next {
        left: auto;
        margin-top: -58px; } }
    @media (min-width: 1001px) {
      .slider .slick-next {
        margin-top: -75px; } }
  .slider .slick-prev {
    left: 20px;
    margin-top: 0; }
    @media (min-width: 721px) {
      .slider .slick-prev {
        left: auto;
        margin-top: 58px; } }
    @media (min-width: 1001px) {
      .slider .slick-prev {
        margin-top: 75px; } }
  .slider .slick-dots {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 72px;
    left: 68px;
    right: auto; }
    @media (min-width: 721px) {
      .slider .slick-dots {
        bottom: auto;
        left: auto;
        right: 25px; } }
    @media (min-width: 1001px) {
      .slider .slick-dots {
        right: 40px; } }
    @media (min-width: 721px) {
      .slider .slick-dots {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); } }
    .slider .slick-dots li {
      font-size: 12px;
      line-height: 14px;
      font-family: "akzidenz-grotesk-next-pro", sans-serif;
      font-weight: 500;
      letter-spacing: .060em;
      color: #FFF;
      display: none;
      white-space: nowrap; }
      @media (min-width: 721px) {
        .slider .slick-dots li {
          font-size: 13px;
          line-height: 16px; } }
      @media (min-width: 1001px) {
        .slider .slick-dots li {
          font-size: 15px;
          line-height: 18px; } }
      .slider .slick-dots li.slick-active {
        display: block; }
  .slider .slick-slide {
    display: block;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    z-index: 0; }
    .slider .slick-slide.slick-slide--peeking {
      z-index: 1; }
    .slider .slick-slide.slick-slide--peeking-next {
      -webkit-transform: translateX(-12.5%);
      transform: translateX(-12.5%); }
      @media (min-width: 721px) {
        .slider .slick-slide.slick-slide--peeking-next {
          -webkit-transform: translateX(-10.80682%);
          transform: translateX(-10.80682%); } }
    .slider .slick-slide.slick-slide--peeking-prev {
      -webkit-transform: translateX(12.5%);
      transform: translateX(12.5%); }
      @media (min-width: 721px) {
        .slider .slick-slide.slick-slide--peeking-prev {
          -webkit-transform: translateX(10.80682%);
          transform: translateX(10.80682%); } }

.slider--dark .slick-arrow:hover svg {
  stroke: #000; }
  .can-touch .slider--dark .slick-arrow:hover svg {
    stroke: #FFF; }

.slider--dark .slick-arrow svg {
  stroke: #FFF; }

.slider--dark .slick-dots li {
  color: #FFF; }

.svg-01-Collapsed-Plus, .svg-01-Collapsed-Plus-before:before, .svg-01-Collapsed-Plus-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Ctitle%3EPlus-sign%402x%3C%2Ftitle%3E%3Cpath%20d%3D%22M30%2014H16V0h-2v14H0v2h14v14h2V16h14z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-01-Expanded-Minus, .svg-01-Expanded-Minus-before:before, .svg-01-Expanded-Minus-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Ctitle%3EPlus-sign%402x%3C%2Ftitle%3E%3Cpath%20d%3D%22M30%2014H0v2h30z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-Carat-Collapsed, .svg-Carat-Collapsed-before:before, .svg-Carat-Collapsed-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%207%22%3E%3Cstyle%3E.st0%7Bfill%3A%230090a0%7D%3C%2Fstyle%3E%3Ctitle%3ERectangle%202%3C%2Ftitle%3E%3Cg%20id%3D%22Symbols%22%3E%3Cg%20id%3D%22Carat-_x2F_-Teal%22%20transform%3D%22translate(-1%20-8)%22%3E%3Cpath%20id%3D%22Rectangle-2%22%20class%3D%22st0%22%20d%3D%22M15.1%208L8%2015.1.9%208z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

.svg-Carat-Expanded, .svg-Carat-Expanded-before:before, .svg-Carat-Expanded-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%207%22%3E%3Cstyle%3E.st0%7Bfill%3A%230090a0%7D%3C%2Fstyle%3E%3Ctitle%3ERectangle%202%3C%2Ftitle%3E%3Cg%20id%3D%22Symbols%22%3E%3Cg%20id%3D%22Carat-_x2F_-Teal%22%20transform%3D%22translate(-1%20-8)%22%3E%3Cpath%20id%3D%22Rectangle-2%22%20class%3D%22st0%22%20d%3D%22M.9%2015.1L8%208l7.1%207.1z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

.svg-Carat-Left, .svg-Carat-Left-before:before, .svg-Carat-Left-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%207%22%3E%3Cstyle%3E.st0%7Bfill%3A%230090a0%7D%3C%2Fstyle%3E%3Ctitle%3ERectangle%202%3C%2Ftitle%3E%3Cg%20id%3D%22Symbols%22%3E%3Cg%20id%3D%22Carat-_x2F_-Teal%22%20transform%3D%22translate(-1%20-8)%22%3E%3Cpath%20id%3D%22Rectangle-2%22%20class%3D%22st0%22%20d%3D%22M15.1%208L8%2015.1.9%208z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

.svg-Close, .svg-Close-before:before, .svg-Close-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2035%22%3E%3Ctitle%3EClose%3C%2Ftitle%3E%3Cpath%20d%3D%22M31.7%201.7L30.3.3%2016%2016%201.7.3.3%201.7l14.3%2015.8L.3%2033.3l1.4%201.4L16%2019l14.3%2015.7%201.4-1.4-14.3-15.8z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-Desktop-Carousel-Left, .svg-Desktop-Carousel-Left-before:before, .svg-Desktop-Carousel-Left-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2072%22%3E%3Ctitle%3EPath%204%20Copy%402x%3C%2Ftitle%3E%3Cpath%20d%3D%22M26.2%2071.6L.8%2035%2026.2.4l1.6%201.2L3.2%2035l24.6%2035.4z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-Desktop-Carousel-Right, .svg-Desktop-Carousel-Right-before:before, .svg-Desktop-Carousel-Right-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2072%22%3E%3Ctitle%3EPath%204%3C%2Ftitle%3E%3Cpath%20d%3D%22M1.8%2071.6L.2%2070.4%2024.8%2035%20.2%201.6%201.8.4%2027.2%2035z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-Expand-Image, .svg-Expand-Image-before:before, .svg-Expand-Image-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019%2019%22%3E%3Ctitle%3EExpand-Image%402x%3C%2Ftitle%3E%3Cpath%20d%3D%22M19%2019h-2V2H0V0h19z%22%2F%3E%3Cpath%20d%3D%22M12%2019H0V7h12v12zM2%2017h8V9H2v8z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-Icon-Expanded-Minus, .svg-Icon-Expanded-Minus-before:before, .svg-Icon-Expanded-Minus-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Ctitle%3EPlus-sign%402x%3C%2Ftitle%3E%3Cpath%20d%3D%22M30%2014H0v2h30z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-Mobile-Carousel-Left, .svg-Mobile-Carousel-Left-before:before, .svg-Mobile-Carousel-Left-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2056%22%3E%3Cstyle%3E.st0%7Bopacity%3A.35%7D%3C%2Fstyle%3E%3Ctitle%3ECarousel%20Rt%20Arrow%402x%3C%2Ftitle%3E%3Cg%20id%3D%22Symbols%22%20class%3D%22st0%22%3E%3Cg%20id%3D%22Carousel-Arrows-_x2F_-Mobile-_x2F_-White%22%20transform%3D%22translate(0%201)%22%3E%3Cg%20id%3D%22Arrows---carousel-copy%22%20transform%3D%22translate(1)%22%3E%3Cg%20id%3D%22Carousel-Rt-Arrow---mobile---white%22%3E%3Cpath%20d%3D%22M20.4%2054.5L-1%2026.2%2020.4-.5l1.2%201L1%2026.2l20.6%2027.3z%22%20id%3D%22Carousel-Rt-Arrow%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

.svg-Mobile-Carousel-Right, .svg-Mobile-Carousel-Right-before:before, .svg-Mobile-Carousel-Right-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2056%22%3E%3Ctitle%3ECarousel%20Rt%20Arrow%3C%2Ftitle%3E%3Cpath%20d%3D%22M1.6%2055.5l-1.2-1L21%2027.2.4%201.5l1.2-1L23%2027.2z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-Offsite-Link, .svg-Offsite-Link-before:before, .svg-Offsite-Link-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2021%22%3E%3Cstyle%3E.st0%7Bfill%3A%23010101%7D%3C%2Fstyle%3E%3Ctitle%3EOffsite%20Link%3C%2Ftitle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M4.1%200v2h14.4L.3%2019.3l1.4%201.4L20%203.3V20h2V0z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-Play-Button-Hero-0, .svg-Play-Button-Hero-0-before:before, .svg-Play-Button-Hero-0-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2240%22%20height%3D%2250%22%20viewBox%3D%220%200%2040%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EPlay%20Button%20-%20Desktop%20-%20DY%402x%3C%2Ftitle%3E%3Cpath%20d%3D%22M.233.083l39.534%2024.709L.233%2049.5z%22%20fill%3D%22%230090A0%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.8%22%2F%3E%3C%2Fsvg%3E"); }

.svg-Play-Button-Hero, .svg-Play-Button-Hero-before:before, .svg-Play-Button-Hero-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2240%22%20height%3D%2250%22%20viewBox%3D%220%200%2040%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EPlay%20Button%20-%20Desktop%20-%20DY%402x%3C%2Ftitle%3E%3Cpath%20d%3D%22M.233.083l39.534%2024.709L.233%2049.5z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.8%22%2F%3E%3C%2Fsvg%3E"); }

.svg-Play-Button-Hero1, .svg-Play-Button-Hero1-before:before, .svg-Play-Button-Hero1-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2240%22%20height%3D%2250%22%20viewBox%3D%220%200%2040%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EPlay%20Button%20-%20Desktop%20-%20DY%402x%3C%2Ftitle%3E%3Cpath%20d%3D%22M.233.083l39.534%2024.709L.233%2049.5z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.8%22%2F%3E%3C%2Fsvg%3E"); }

.svg-Play-Button1, .svg-Play-Button1-before:before, .svg-Play-Button1-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cstyle%3E.st0%7Bopacity%3A.5%3Benable-background%3Anew%7D.st1%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Ctitle%3EPlay%20Button%20-%20Desktop%20-%20DY%3C%2Ftitle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M50%200C22.4%200%200%2022.4%200%2050s22.4%2050%2050%2050%2050-22.4%2050-50S77.6%200%2050%200zm-7.5%2065.4V34.2l25%2015.6-25%2015.6z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M42.5%2065.4l25-15.6-25-15.6z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-Search, .svg-Search-before:before, .svg-Search-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024.7%2022.8%22%3E%3Cstyle%3E.st0%7Bfill%3A%235b5279%7D%3C%2Fstyle%3E%3Ctitle%3ESearch%3C%2Ftitle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M24.7%2021.2l-6.5-5.5c1.1-1.6%201.8-3.6%201.8-5.7%200-5.5-4.5-10-10-10S0%204.5%200%2010s4.5%2010%2010%2010c2.7%200%205.1-1.1%206.9-2.8l6.5%205.5%201.3-1.5zM10%2018c-4.4%200-8-3.6-8-8s3.6-8%208-8%208%203.6%208%208-3.6%208-8%208z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-Social-FB, .svg-Social-FB-before:before, .svg-Social-FB-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2224%22%20viewBox%3D%220%200%2013%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EFill%201%402x%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%207.984l2.8-.02-.024-2.408c-.01-1.061.005-2.698.867-3.72C4.551.757%205.806.019%207.974.002%2011.507-.026%2013%20.41%2013%20.41l-.666%203.674s-1.17-.29-2.259-.282c-1.088.008-2.06.362-2.051%201.324l.027%202.8%204.465-.035-.276%203.586-4.156.03.12%2012.454-5.25.039-.12-12.452-2.8.02L0%207.984z%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E"); }

.svg-Social-Instagram, .svg-Social-Instagram-before:before, .svg-Social-Instagram-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Einstagram%20logo%3C%2Ftitle%3E%3Cpath%20d%3D%22M14.557%205.35c-.84%200-1.521-.663-1.521-1.48s.68-1.48%201.52-1.48%201.521.663%201.521%201.48-.68%201.48-1.52%201.48M9.47%2015.183c-2.667%200-4.828-2.104-4.828-4.699%200-2.595%202.161-4.699%204.828-4.699%202.666%200%204.827%202.104%204.827%204.7%200%202.594-2.161%204.698-4.827%204.698M13.473%200H5.527C2.487%200%200%202.421%200%205.38v8.24C0%2016.58%202.487%2019%205.527%2019h7.946C16.513%2019%2019%2016.579%2019%2013.62V5.38C19%202.42%2016.513%200%2013.473%200%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E"); }

.svg-Social-Tumblr, .svg-Social-Tumblr-before:before, .svg-Social-Tumblr-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2222%22%20viewBox%3D%220%200%2015%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EFill%201%402x%3C%2Ftitle%3E%3Cpath%20d%3D%22M8.415%200v5.56h5.776v3.453H8.415v5.642c0%201.276.075%202.095.224%202.456.149.363.426.651.836.869.536.29%201.152.436%201.846.436%201.234%200%202.458-.362%203.679-1.087v3.472c-1.042.441-1.983.753-2.826.93-.844.18-1.756.269-2.735.269-1.114%200-2.099-.128-2.953-.38-.853-.256-1.585-.617-2.187-1.087-.604-.47-1.025-.971-1.257-1.502-.234-.527-.35-1.296-.35-2.302V9.013H0V5.901c.96-.282%201.776-.684%202.46-1.208a6.148%206.148%200%200%200%201.64-1.89c.412-.732.698-1.669.853-2.803h3.462z%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E"); }

.svg-Social-Twitter, .svg-Social-Twitter-before:before, .svg-Social-Twitter-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2221%22%20viewBox%3D%220%200%2025%2021%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EFill%201%402x%3C%2Ftitle%3E%3Cpath%20d%3D%22M22.055%203.32A5.268%205.268%200%200%200%2024.309.388a10.018%2010.018%200%200%201-3.256%201.285A5.046%205.046%200%200%200%2017.308%200c-2.83%200-5.127%202.374-5.127%205.3%200%20.416.044.82.132%201.208C8.05%206.287%204.272%204.178%201.74.97a5.44%205.44%200%200%200-.694%202.666c0%201.839.906%203.462%202.282%204.413a5%205%200%200%201-2.324-.662v.065c0%202.57%201.768%204.713%204.116%205.198a4.865%204.865%200%200%201-1.353.187%204.94%204.94%200%200%201-.964-.094c.651%202.105%202.546%203.64%204.79%203.68A10.078%2010.078%200%200%201%200%2018.618%2014.201%2014.201%200%200%200%207.862%2021c9.436%200%2014.594-8.078%2014.594-15.083%200-.231-.005-.461-.014-.686%201.001-.75%201.873-1.682%202.558-2.745a9.97%209.97%200%200%201-2.945.834z%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E"); }

.svg-Social-YouTube, .svg-Social-YouTube-before:before, .svg-Social-YouTube-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025%2018%22%3E%3Cstyle%3E.st0%7Bfill%3A%235b5279%7D%3C%2Fstyle%3E%3Ctitle%3EFill%201%402x%3C%2Ftitle%3E%3Cg%20id%3D%22LOH---Mobile---Footer%22%20transform%3D%22translate(-246%20-241)%22%3E%3Cg%20transform%3D%22translate(36%20236)%22%20id%3D%22Social-Icons%22%3E%3Cpath%20id%3D%22Fill-1%22%20class%3D%22st0%22%20d%3D%22M235%2018.6V9.4s0-4.4-4.3-4.4h-16.4S210%205%20210%209.4v9.2s0%204.4%204.3%204.4h16.4s4.3%200%204.3-4.4zm-8-4.6l-8%205.5v-11l8%205.5z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

.svg-carousel_arrow_left, .svg-carousel_arrow_left-before:before, .svg-carousel_arrow_left-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-284%20346.9%2041.4%20100.1%22%3E%3Cstyle%3E.st0%7Bfill%3Anone%7D%3C%2Fstyle%3E%3Ctitle%3Earrow%3C%2Ftitle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-243.8%20446.4l-39.4-49.4%2039.4-49.5%22%2F%3E%3C%2Fsvg%3E"); }

.svg-carousel_arrow_right, .svg-carousel_arrow_right-before:before, .svg-carousel_arrow_right-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2041.44%20100.12%22%3E%3Ctitle%3Earrow%3C%2Ftitle%3E%3Cpath%20d%3D%22M.78.63L40.16%2050%20.78%2099.5%22%20fill%3D%22none%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fsvg%3E"); }

.svg-close_button, .svg-close_button-before:before, .svg-close_button-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M340.2%20160l-84.4%2084.3-84-83.9-11.8%2011.8%2084%2083.8-84%2083.9%2011.8%2011.7%2084-83.8%2084.4%2084.2%2011.8-11.7-84.4-84.3%2084.4-84.2z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-download, .svg-download-before:before, .svg-download-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2013.41%22%3E%3Ctitle%3EDownload%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%2012.41h18M3.19.63l5.94%207.31L14.82.69%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E"); }

.svg-footer_phone, .svg-footer_phone-before:before, .svg-footer_phone-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046.38%2073.83%22%3E%3Ctitle%3Ephone%3C%2Ftitle%3E%3Cpath%20d%3D%22M36.75%2073.83H9.62a9.64%209.64%200%200%201-9.6-9.62V9.63A9.64%209.64%200%200%201%209.62%200h27.13a9.64%209.64%200%200%201%209.63%209.63v54.58a9.64%209.64%200%200%201-9.63%209.62zM9.62%203.25a6.38%206.38%200%200%200-6.37%206.38v54.58a6.38%206.38%200%200%200%206.37%206.37h27.13a6.38%206.38%200%200%200%206.38-6.37V9.63a6.38%206.38%200%200%200-6.37-6.37z%22%2F%3E%3Ccircle%20cx%3D%2223.17%22%20cy%3D%2263%22%20r%3D%224.03%22%20transform%3D%22rotate(-17.75%2022.853%2062.873)%22%2F%3E%3Cpath%20d%3D%22M35.43%2055.39H10.94a4.63%204.63%200%200%201-4.62-4.63V10.57a4.63%204.63%200%200%201%204.62-4.66h24.49a4.63%204.63%200%200%201%204.59%204.66v40.19a4.63%204.63%200%200%201-4.59%204.63zM10.94%209.19a1.38%201.38%200%200%200-1.37%201.38v40.19a1.38%201.38%200%200%200%201.38%201.38h24.48a1.38%201.38%200%200%200%201.38-1.37v-40.2a1.38%201.38%200%200%200-1.37-1.38z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-footer_social_facebook, .svg-footer_social_facebook-before:before, .svg-footer_social_facebook-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20130%20252%22%3E%3Cpath%20d%3D%22M83.8%20251.8h-54V139.2H0V87.5h29.8v-29C29.8%2031.9%2046.5.7%2093.5.7c16.6%200%2028.7%201.6%2029.3%201.6l5%20.6-1.2%2048.4h-5.5s-12.4-.1-25.8-.1c-10%200-11.4%202.5-11.4%2012.3v24h44.3l-2.5%2051.7H83.9l-.1%20112.6zm-42.9-11.1%22%2F%3E%3C%2Fsvg%3E"); }

.svg-footer_social_instagram, .svg-footer_social_instagram-before:before, .svg-footer_social_instagram-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20baseProfile%3D%22tiny%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2039.2%2040.3%22%3E%3Cpath%20d%3D%22M26.7%2020c0%203.9-3.2%207.1-7.1%207.1-3.9%200-7.1-3.2-7.1-7.1s3.2-7.1%207.1-7.1c3.9%200%207.1%203.2%207.1%207.1zm12.5-8.6v17.5c0%206.3-5.1%2011.4-11.4%2011.4H11.4C5.1%2040.3%200%2035.2%200%2028.9V11.4C0%205.1%205.1%200%2011.4%200h16.4c6.3%200%2011.4%205.1%2011.4%2011.4zM30.5%2020c0-6-4.8-10.8-10.8-10.8S8.9%2014%208.9%2020c0%206%204.8%2010.8%2010.8%2010.8%205.9%200%2010.8-4.8%2010.8-10.8zm2.7-11c0-1.4-1.1-2.6-2.6-2.6C29.2%206.4%2028%207.5%2028%209c0%201.4%201.1%202.6%202.6%202.6s2.6-1.2%202.6-2.6z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-footer_social_pinterest, .svg-footer_social_pinterest-before:before, .svg-footer_social_pinterest-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20121.5%20157%22%3E%3Cpath%20d%3D%22M121.5%2051.9c0%2035.3-19.6%2061.7-48.6%2061.7-9.7%200-18.9-5.3-22-11.2%200%200-5.2%2020.7-6.3%2024.7-3.9%2014.1-15.4%2028.3-16.3%2029.5-.6.8-2%20.6-2.1-.5-.2-1.8-3.2-19.7.3-34.2%201.7-7.3%2011.6-49.1%2011.6-49.1s-2.9-5.7-2.9-14.2c0-13.3%207.7-23.3%2017.4-23.3%208.2%200%2012.1%206.1%2012.1%2013.5%200%208.2-5.2%2020.5-7.9%2031.9C54.5%2090.2%2061.6%2098%2071%2098c17%200%2028.5-21.9%2028.5-47.8%200-19.7-13.3-34.5-37.5-34.5-27.3%200-44.3%2020.4-44.3%2043.1%200%207.8%202.3%2013.4%205.9%2017.7%201.7%202%201.9%202.8%201.3%205-.4%201.7-1.4%205.6-1.8%207.2-.6%202.3-2.4%203.1-4.5%202.3C6.1%2085.8.2%2072%20.2%2056.5.2%2031%2021.8.3%2064.5.3c34.4%200%2057%2024.9%2057%2051.6z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-footer_social_tripadvisor, .svg-footer_social_tripadvisor-before:before, .svg-footer_social_tripadvisor-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046.1%2027%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M13%2015.5c0%201-.8%201.9-1.9%201.9s-1.9-.8-1.9-1.9c0-1%20.8-1.9%201.9-1.9s1.9.9%201.9%201.9zm21.2-1.8c-1%200-1.9.8-1.9%201.9s.8%201.9%201.9%201.9c1%200%201.9-.8%201.9-1.9s-.9-1.9-1.9-1.9zM17%2015.5c0%203.1-2.5%205.6-5.6%205.6-3.1%200-5.6-2.5-5.6-5.6%200-3.1%202.5-5.6%205.6-5.6%203.1.1%205.6%202.6%205.6%205.6zm-1.7%200c0-2.1-1.7-3.9-3.9-3.9-2.1%200-3.9%201.7-3.9%203.9%200%202.1%201.7%203.9%203.9%203.9s3.9-1.7%203.9-3.9zm24.8%200c0%203.1-2.5%205.6-5.6%205.6-3.1%200-5.6-2.5-5.6-5.6%200-3.1%202.5-5.6%205.6-5.6%203.1.1%205.6%202.5%205.6%205.6zm-1.8%200c0-2.1-1.7-3.9-3.9-3.9-2.1%200-3.9%201.7-3.9%203.9%200%202.1%201.7%203.9%203.9%203.9s3.9-1.7%203.9-3.9zm5.5-6.7c1.4%201.9%202.2%204.2%202.2%206.7C46%2021.9%2040.8%2027%2034.5%2027c-3.6%200-6.8-1.7-8.9-4.2-.9%201.1-2.6%203.6-2.6%203.6-.3-.6-1.7-2.6-2.6-3.6-2.1%202.6-5.3%204.2-8.9%204.2C5.2%2027%20.1%2021.9.1%2015.6c0-2.5.8-4.8%202.2-6.7C2.1%207.5%201.2%205.7%200%204.3h7.3C11.2%201.6%2016.9%200%2023%200s11.5%201.6%2015.4%204.3h7.7c-1.2%201.4-2.1%203.3-2.3%204.5zm-23%206.8c0-5.1-4.1-9.2-9.2-9.2s-9.2%204.1-9.2%209.2%204.1%209.2%209.2%209.2%209.2-4.1%209.2-9.2zm22.9%200c0-5.1-4.1-9.2-9.2-9.2s-9.2%204.1-9.2%209.2%204.1%209.2%209.2%209.2%209.2-4.1%209.2-9.2z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-footer_social_tumblr, .svg-footer_social_tumblr-before:before, .svg-footer_social_tumblr-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20baseProfile%3D%22tiny%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.6%2041.6%22%3E%3Cpath%20d%3D%22M25.6%2039.7c0%20.5-.2.7-.6.9-1.3.6-2.8.9-4.2.9-2.8.1-5.6.2-8.5%200-2.8-.2-5.3-1.1-6.8-3.7-.7-1.2-.9-2.5-.9-3.9V17.8v-.6H-.1v-6.8c.7-.1%201.4-.1%202.1-.3%202.4-.6%203.9-2.1%205-4S8.6%202.2%208.7%200h5.7v10.3h9.9v6c0%20.6-.1.8-.8.8h-9.1V32.2c0%20.8.3%201.2%201%201.6%202.7%201.5%205.5%201.5%208.3.2.6-.3%201.2-.6%201.9-1v6.7z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-footer_social_twitter, .svg-footer_social_twitter-before:before, .svg-footer_social_twitter-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20baseProfile%3D%22tiny%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2044.6%2036.3%22%3E%3Cpath%20d%3D%22M39.4%205.7c1.8-.2%203.6-.7%205.2-1.4C43.4%206.1%2041.8%207.7%2040%209v1.2c0%2012.1-9.2%2026-26%2026-5.2%200-10-1.5-14-4.1.7.1%201.4.1%202.2.1%204.3%200%208.2-1.5%2011.4-3.9-4-.1-7.4-2.7-8.6-6.4.6.1%201.1.2%201.7.2.8%200%201.6-.1%202.4-.3-4.2-.8-7.3-4.5-7.3-9v-.1c1.2.7%202.6%201.1%204.1%201.1-2.5-1.6-4.1-4.4-4.1-7.6%200-1.7.5-3.3%201.2-4.6%204.5%205.5%2011.3%209.2%2018.9%209.6-.2-.7-.2-1.4-.2-2.1%200-5.1%204.1-9.2%209.2-9.2%202.6%200%205%201.1%206.7%202.9%202.1-.4%204-1.2%205.8-2.2-.7%202.2-2.2%204-4%205.1z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-footer_social_youtube, .svg-footer_social_youtube-before:before, .svg-footer_social_youtube-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20baseProfile%3D%22tiny%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2041.6%2030.6%22%3E%3Cpath%20d%3D%22M41.2%206.6s-.4-3-1.7-4.3C37.9.6%2036.1.6%2035.3.5%2029.6%200%2020.8%200%2020.8%200S12.1%200%206.2.4c-.8.1-2.5.1-4.1%201.9C.8%203.6.4%206.6.4%206.6s-.4%203.5-.4%207v3.3c0%203.5.4%207%20.4%207s.4%203%201.7%204.3C3.7%2030%205.7%2030%206.7%2030.1c3.3.3%2014.2.4%2014.2.4s8.7%200%2014.6-.5c.8-.1%202.6-.1%204.2-1.8%201.2-1.3%201.7-4.3%201.7-4.3s.4-3.5.4-7v-3.3c-.2-3.5-.6-7-.6-7zM16.5%2020.9V8.7l11.3%206.1-11.3%206.1z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-gallery_button, .svg-gallery_button-before:before, .svg-gallery_button-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040.83%2034.85%22%3E%3Ctitle%3EMultiple-Images%3C%2Ftitle%3E%3Cpath%20d%3D%22M29.68%2033.85H1V11h28.68zM39.83%201h-20.3v18.2h20.3z%22%20fill%3D%22none%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E"); }

.svg-global_play_button, .svg-global_play_button-before:before, .svg-global_play_button-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.9%2032.2%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M1.1%201.2l17%2015-17%2015%22%20fill%3D%22none%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E"); }

.svg-global_play_button_hover, .svg-global_play_button_hover-before:before, .svg-global_play_button_hover-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2091%2091%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M45.5.5C20.7.5.5%2020.6.5%2045.5s20.1%2045%2045%2045%2045-20.1%2045-45-20.2-45-45-45zm-3%2061v-30l17%2015-17%2015z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-header_caret_left, .svg-header_caret_left-before:before, .svg-header_caret_left-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%207%22%3E%3Cstyle%3E.st0%7Bfill%3A%230090a0%7D%3C%2Fstyle%3E%3Ctitle%3ERectangle%202%3C%2Ftitle%3E%3Cg%20id%3D%22Symbols%22%3E%3Cg%20id%3D%22Carat-_x2F_-Teal%22%20transform%3D%22translate(-1%20-8)%22%3E%3Cpath%20id%3D%22Rectangle-2%22%20class%3D%22st0%22%20d%3D%22M15.1%208L8%2015.1.9%208z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

.svg-header_caret_left_old, .svg-header_caret_left_old-before:before, .svg-header_caret_left_old-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2232%22%20viewBox%3D%220%200%2020%2032%22%3E%3Cpath%20d%3D%22M15.603%2032L0%2015.868%2015.603%200l3.967%203.702L7.405%2015.867l11.901%2012.43z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-header_caret_up, .svg-header_caret_up-before:before, .svg-header_caret_up-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-295%20391%2019.6%2012%22%3E%3Cpath%20d%3D%22M-295%20400.6l9.9-9.5%209.7%209.5-2.3%202.4-7.4-7.4-7.6%207.3-2.3-2.3z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-header_cross, .svg-header_cross-before:before, .svg-header_cross-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%3Cpath%20d%3D%22M31.712%2032L16.865%2018.018%202.018%2032%200%2029.838%2014.703%2016%200%202.162%202.018.144l14.847%2013.838L31.712%200l2.018%202.162L18.883%2016%2033.73%2029.838z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-header_search, .svg-header_search-before:before, .svg-header_search-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030.9%2028.1%22%3E%3Cpath%20d%3D%22M29.1%2028.1l-7.9-6.3c-2.2%202.1-5.3%203.4-8.6%203.4C5.6%2025.1%200%2019.5%200%2012.6S5.6%200%2012.6%200s12.6%205.6%2012.6%2012.6c0%202.6-.8%204.9-2.1%206.9l7.9%206.3-1.9%202.3zM12.6%203C7.3%203%203%207.3%203%2012.6s4.3%209.6%209.6%209.6%209.6-4.3%209.6-9.6S17.9%203%2012.6%203z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-museum-map-dy, .svg-museum-map-dy-before:before, .svg-museum-map-dy-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20331.6%20192.3%22%3E%3Cpath%20fill%3D%22none%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M231.9%20164.1v-6.8l-102.4-23.5L3.2%20146.5v-46l126-19.5%2077.8%2031.6-22.4-64.4%207.5-2%20.2-3.7-7.7-2V16.1l45.8-12.9L327%2032.1l1.3%2022.1-6.6%201.5.2%203.9%206.4%201.3s-26.1%2086.6-27.4%2086.8l-29.6-10.3-39.4-100.2v-7.7h-1.3V3.2m91.3%2056.5l-90.1-22.6-39.7%209m70.4%20118.2l-1.1-28.5-54.4-23.2m-22.3-72.2l45.8-11m1.4.1l96.4%2024.8m-57%2083.2h-9.8m39.6%2010.3V164m-29.8-26.5V164m-141.8%2027V81m186.4%2020.8L249.1%2081l-50.2%207.9m116%2014.6l-64.8-19.9-50.4%207.8%22%2F%3E%3C%2Fsvg%3E"); }

.svg-museum-map-loh, .svg-museum-map-loh-before:before, .svg-museum-map-loh-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20389.8%20226.1%22%3E%3Cpath%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M58.3%2045.9h31.9m-90%200h58m239.9%200h91.2M4.9%2080.7h90.3m198.2%200h90.4M295.2%2021.6l11-17.5H80.9l15.3%2017.5m293%207.7h-94v-8.6l-199%20.1v8.5H.2m96%20.5l5.8%208.4h186.2l7-9.4M95.6%2029.4l199.6-.6M96.2%2059s-4.8%2076.2-2.2%20107.5m16.1%200c2.5-31.3-2.2-107.5-2.2-107.5m25.9%200s-4.8%2072.3-2.2%20102.3m16.2%200c2.5-30-2.2-102.3-2.2-102.3m23.3%200s-4.8%2071.3-2.2%20101.3m16.1%201c2.5-30-2.2-102.3-2.2-102.3m25.6%200s-4.8%2072.3-2.2%20102.3m16.2%200C222.7%20131.3%20218%2059%20218%2059m25.2-.1s-4.8%2074.2-2.2%20104.8m16.2%200c2.5-30.6-2.2-104.8-2.2-104.8m25.6.1s-4.8%2077.9-2.2%20109.8m16.1%200C297%20136.9%20292.3%2059%20292.3%2059M2.2%20168.7l91.4-4.2m201.6%202l92.3%206M.2%2052.6H92m204.3%200H390M20.8%2074.3l.1-7h-16v7m3.8-7v6.9m4.2-6.9v6.9m4.1-6.9v6.9m28.3.1l.1-7h-16v7m3.9-7v6.9m4.1-6.9v6.9m4.1-6.9v6.9m29.9.1l.1-7h-16v7m3.8-7v6.9m4.1-6.9v6.9m4.2-6.9v6.9m27.7-6.9H81.2v7m3.8-7v6.9m4.1-6.9v6.9m4.2-6.9v6.9m289.4%201.5v-7h-16l.1%207m12.1-7v6.9m-4.1-6.9v6.9m-4.2-6.9v6.9m-12.4.1v-7h-16l.1%207m12.1-7v6.9m-4.2-6.9v6.9m-4.1-6.9v6.9m-13.9.1v-7h-16l.1%207m12-7v6.9m-4.1-6.9v6.9m-4.1-6.9v6.9m-12.9.1v-7h-14.9m11.1%200v6.9m-4.1-6.9v6.9m-4.2-6.9v6.9M90.3%20168.8h24.6m-30.8%203.9h31.4m11.6-9.3h24.6m-30.7%204h16.3m73.9-4h14.1m.8%204h5.4m5.6-.6h25.1m-23.7%203.9h29.8m6.5%200h25.6m-30.8%203.9h36.9M46.6%2094.9s-2.9%2034.1%200%2062.2m8.3-.1c2.9-28%200-62.2%200-62.2m17.7-1.6s-2.9%2034.1%200%2062.2m8.3-.1c2.9-28%200-62.2%200-62.2M20.5%2096s-2.9%2034.1%200%2062.2m8.3-.1c2.9-28%200-62.2%200-62.2m-12.3%2063.6h15.4m-18.8%202.7h22.2m7.9-3.9H58m-18.2%202.6h21.7m8.1-4.3h14.9m-18.3%202.6h21.7M32.8%2096l-2.7-3.6H19.3L16.5%2096m42.1-.4L55.9%2092H45.1l-2.8%203.6m42.5-1.7l-2.7-3.6H71.3l-2.8%203.6M332.7%2097s-2.9%2034.1%200%2062.2m8.3%200c2.9-28%200-62.2%200-62.2m19.4%201.1s-2.9%2034.1%200%2062.2m8.3%200c2.9-28%200-62.2%200-62.2M306.6%2097s-2.9%2034.1%200%2062.2m8.3%200c2.9-28%200-62.2%200-62.2m-11.1%2062.2h14.1m-17.5%202.7h20.9m8.7-1.5h14.4m-17.8%202.6h21.2m10-1.3H372m-17.6%202.7h20.9m-56.6-66.7l-2.7-3.6h-10.8l-2.8%203.6m42.3%200l-2.7-3.6h-10.8l-2.8%203.6m44%201.1l-2.7-3.6h-10.8l-2.8%203.6M114.9%2038.3H88.6L94%2059h15.4l5.5-20.7zm38-.1h-24.6l3.7%2020.7h15.4l5.5-20.7zm35.3%200h-24.6l3.7%2020.7h15.4l5.5-20.7zm37%200h-24.6l3.7%2020.7h15.4l5.5-20.7zm36.5%200h-24.6l3.7%2020.7h15.4l5.5-20.7zm38%20.3l-24.6-.2%203.7%2021.2h15.4l5.5-21zM183.6%20156.1L73.5%20182.9l102.6%2014.8%207.5-41.6zm-7.5%2041.6L288%20183.9%20183.6%20156m-97.7%2023.9l-48.3%202.9%20133.3%2021.3%20152.5-20-50.6-4.2m-235.2%202.9v12.1l133.3%2027.7%20152.9-26.3-.3-12.3m-152.6%2020.1v18.6%22%2F%3E%3C%2Fsvg%3E"); }

.svg-offsite_link, .svg-offsite_link-before:before, .svg-offsite_link-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020.28%2019.09%22%3E%3Ctitle%3EOff-Site-Link%3C%2Ftitle%3E%3Cpath%20fill%3D%22none%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22M3.22%201.5h15.56v15.56M18.41%201.97L1.02%2017.98%22%2F%3E%3C%2Fsvg%3E"); }

.svg-play_button, .svg-play_button-before:before, .svg-play_button-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2091.03%2091.03%22%3E%3Ctitle%3EPlay-Button-Default%3C%2Ftitle%3E%3Cpath%20d%3D%22M45.51%200a45.52%2045.52%200%201%200%2045.52%2045.51A45.52%2045.52%200%200%200%2045.51%200zM42%2031.75l17.25%2015.41L42%2062.33%22%2F%3E%3C%2Fsvg%3E"); }

.svg-ticker_clock, .svg-ticker_clock-before:before, .svg-ticker_clock-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-291%20383.7%2027.3%2027.3%22%3E%3Ctitle%3Eclock%3C%2Ftitle%3E%3Cpath%20d%3D%22M-277.3%20411c-7.5%200-13.7-6.1-13.7-13.7%200-7.5%206.1-13.6%2013.7-13.6%207.5%200%2013.7%206.1%2013.7%2013.7-.1%207.5-6.2%2013.6-13.7%2013.6zm0-25.3c-6.4%200-11.7%205.2-11.7%2011.7%200%206.4%205.2%2011.7%2011.7%2011.7%206.4%200%2011.7-5.2%2011.7-11.7-.1-6.5-5.3-11.7-11.7-11.7zm6.9%2015h-8.9v-12.3h2v10.3h6.9v2z%22%2F%3E%3C%2Fsvg%3E"); }

.svg-visit_notification, .svg-visit_notification-before:before, .svg-visit_notification-after:after {
  background-image: url("data:image/svg+xml,%3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2053.78%2051.5%22%3E%3Ctitle%3EAnnouncementIcon%3C%2Ftitle%3E%3Cpath%20d%3D%22M41.23%2037.64a.73.73%200%200%201-.21%200L12.35%2029.1a.75.75%200%200%201-.54-.72v-5.26a.75.75%200%200%201%20.54-.72l28.66-8.48a.76.76%200%200%201%20.66.12.75.75%200%200%201%20.3.6v22.28a.75.75%200%200%201-.75.75zm-27.92-9.82l27.17%208.1v-20.3l-27.17%208.06zm17.17%207.76a.75.75%200%200%200-.71-.76l-9.9-.17v-2.37a.75.75%200%201%200-1.5%200v3.1a.75.75%200%200%200%20.74.75l10.66.19a.75.75%200%200%200%20.72-.73zM26.9%2051.5C12.07%2051.5%200%2039.92%200%2025.75S12.07%200%2026.9%200s26.87%2011.55%2026.87%2025.75-12%2025.75-26.87%2025.75zm0-50c-14%200-25.39%2010.88-25.39%2024.25S12.89%2050%2026.9%2050s25.39-10.88%2025.39-24.25S40.9%201.5%2026.9%201.5z%22%2F%3E%3C%2Fsvg%3E"); }

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: unset;
  appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 52px;
  height: 55px;
  border: 2px solid #4b5659; }
  input[type="text"]:-webkit-autofill,
  input[type="email"]:-webkit-autofill,
  input[type="number"]:-webkit-autofill,
  input[type="tel"]:-webkit-autofill,
  textarea:-webkit-autofill {
    background-color: transparent; }
  @media (min-width: 721px) {
    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="tel"],
    textarea {
      height: 45px;
      padding-right: 40px; } }

textarea {
  height: auto; }
  @media (min-width: 721px) {
    textarea {
      height: auto; } }

.textfield {
  position: relative; }
  .textfield:before, .textfield button {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 31px;
    height: 31px;
    border: solid #0090a0;
    border-width: 2px 2px 0 0;
    z-index: 10;
    transition: all 200ms ease; }
  .textfield button {
    width: 0 !important;
    height: 0 !important;
    border: 0;
    border-top: 0 solid #0090a0;
    border-left: 0 solid transparent; }
  .textfield.is-filled button {
    border-top-width: 31px;
    border-left-width: 31px; }
    .textfield.is-filled button:hover {
      border-top-color: #4b5659; }
  .textfield.is-filled:before {
    opacity: 0; }
  .textfield[disabled] {
    color: #8a9994; }
  @media (min-width: 721px) {
    .textfield:before, .textfield button {
      top: 10px;
      right: 10px;
      width: 21px;
      height: 21px; }
    .textfield.is-filled button {
      border-top-width: 24px;
      border-left-width: 24px; } }

.textfield__msg {
  font-size: 12px;
  line-height: 14px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 500;
  letter-spacing: .060em;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 7px;
  color: #0090a0; }
  @media (min-width: 721px) {
    .textfield__msg {
      font-size: 13px;
      line-height: 16px; } }
  @media (min-width: 1001px) {
    .textfield__msg {
      font-size: 15px;
      line-height: 18px; } }

.textfield__progress, .textfield__progress-bar {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 3px;
  background: #ECECEC; }

.textfield__progress-bar {
  width: 0;
  top: 0;
  background: #0090a0; }

.ticket {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 721px) {
    .ticket {
      display: block; } }

.ticket__sections {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0; }

.ticket__section--left {
  margin-bottom: 40px;
  z-index: 5; }
  @media (min-width: 1001px) {
    .ticket__section--left {
      -sgs-span-settings: ("span": 7, "location": 2, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 57.17593%;
      float: left;
      margin-right: -100%;
      margin-left: 8.56481%;
      clear: none; } }
  @media (min-width: 721px) {
    .ticket__section--left {
      margin-bottom: 0; } }

.ticket__section--right {
  position: static;
  right: 0;
  top: 0;
  width: 100%;
  margin-left: -20px;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  z-index: 0; }
  @media (min-width: 721px) {
    .ticket__section--right {
      position: absolute; } }
  @media (min-width: 721px) {
    .ticket__section--right {
      width: 60%;
      margin-left: 0; } }

.ticket__info {
  position: relative;
  overflow: hidden;
  margin-right: -40px; }
  .ticket__info:after {
    content: '';
    display: table;
    clear: both; }
  .ticket__info::before {
    content: '';
    position: absolute;
    height: 101%;
    width: 45%;
    z-index: 0;
    margin-left: -40%;
    background: #FFF;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    -webkit-transform-origin: top left;
    transform-origin: top left; }
    @media (min-width: 721px) {
      .ticket__info::before {
        margin-left: -35%; } }

.ticket__hero {
  z-index: -1; }
  .ticket__hero, .ticket__hero .media-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0; }

.ticket__info-details {
  margin-bottom: 40px; }
  @media (min-width: 721px) {
    .ticket__info-details {
      margin-bottom: 50px; } }
  @media (min-width: 1001px) {
    .ticket__info-details {
      margin-bottom: 0; } }

.ticket__info-disclamer {
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 721px) {
    .ticket__info-disclamer {
      margin-bottom: 30px; } }
  @media (min-width: 1001px) {
    .ticket__info-disclamer {
      margin-top: 30px;
      margin-bottom: 50px; } }

.ticket__item-list {
  margin-bottom: 0; }

.ticket__sched {
  position: relative;
  z-index: 5;
  padding-left: 0;
  width: 100%; }
  @media (min-width: 721px) {
    .ticket__sched {
      float: none;
      width: 50%; } }
  @media (min-width: 1001px) {
    .ticket__sched {
      width: 70%; } }

.ticket__sched-title .h8-special {
  margin-bottom: 30px; }
  @media (min-width: 721px) {
    .ticket__sched-title .h8-special {
      margin-bottom: 40px; } }
  @media (min-width: 1001px) {
    .ticket__sched-title .h8-special {
      margin-bottom: 40px; } }

.ticket__sched-item__title {
  margin-bottom: 8px; }
  @media (min-width: 721px) {
    .ticket__sched-item__title {
      margin-bottom: 10px; } }
  @media (min-width: 1001px) {
    .ticket__sched-item__title {
      margin-bottom: 15px; } }

.ticket__sched-item__sub-title {
  margin-bottom: 6px; }

.ticket__sched-item {
  z-index: 99; }
  .ticket__sched-item:not(:last-of-type) {
    margin-bottom: 25px; }
    @media (min-width: 721px) {
      .ticket__sched-item:not(:last-of-type) {
        margin-bottom: 35px; } }
    @media (min-width: 1001px) {
      .ticket__sched-item:not(:last-of-type) {
        margin-bottom: 35px; } }
  .ticket__sched-item span.u-caption {
    font-style: normal; }
  .ticket__sched-item li {
    display: inline-block;
    width: 45%; }
  .ticket__sched-item li.ticket {
    display: inherit;
    width: 100%; }
  .ticket__sched-item h5 {
    font-size: 18px;
    color: #8a9994;
    font-weight: 500; }

.block-container {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-bottom: -30px; }
  @media (min-width: 721px) {
    .block-container {
      margin-bottom: -30px; } }
  @media (min-width: 1001px) {
    .block-container {
      margin-bottom: -60px; } }

.block--item {
  position: relative;
  width: 100vw;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 30px; }
  @media (min-width: 721px) {
    .block--item {
      margin-right: 0;
      margin-left: 0;
      width: 49.0313%;
      margin-bottom: 30px; } }
  @media (min-width: 1001px) {
    .block--item {
      width: 48.58696%;
      margin-bottom: 60px; } }

.block--media {
  position: relative;
  width: 100%;
  background-size: cover; }
  .block--media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%; }
  .block--media > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .block--media .content {
    width: 100%;
    height: 100%;
    background: #000;
    background-size: cover;
    overflow: hidden; }
    .block--media .content span {
      display: block;
      width: 100%;
      height: 100%;
      background-size: cover;
      position: absolute;
      left: -99999px;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      transition: opacity 200ms ease; }
      .block--media .content span.is-active {
        opacity: .8;
        left: 0; }
      .block--media .content span.lazy-loaded {
        left: 0; }

.block--text {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  color: #FFF;
  background-color: transparent;
  padding: 34px 40px 25px 20px; }
  @media (min-width: 721px) {
    .block--text {
      width: 100%;
      padding: 34px 60px 35px 20px; } }
  @media (min-width: 1001px) {
    .block--text {
      margin-top: -95px;
      padding: 34px 60px 25px 30px; } }
  .block--text::before {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 30px;
    width: 45px;
    height: 45px;
    background: transparent; }
  .block--text.open {
    background: #0090a0; }
  .block--text .o-h9 {
    margin-bottom: 9px; }
    @media (min-width: 721px) {
      .block--text .o-h9 {
        margin-bottom: 9px; } }
    @media (min-width: 1001px) {
      .block--text .o-h9 {
        margin-bottom: 6px; } }
  .block--text .close-block {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: 100ms;
    top: 30px;
    right: 15px; }
    @media (min-width: 721px) {
      .block--text .close-block {
        width: 30px;
        height: 30px; } }
    @media (min-width: 1001px) {
      .block--text .close-block {
        width: 40px;
        height: 40px; } }
    @media (min-width: 721px) {
      .block--text .close-block {
        top: 30px;
        right: 20px; } }
    @media (min-width: 1001px) {
      .block--text .close-block {
        top: 30px;
        right: 30px; } }
    .block--text .close-block .expanded {
      display: none; }
    .block--text .close-block svg {
      width: 100%;
      height: 100%;
      fill: #FFF; }
    .block--text .close-block.open .collapsed {
      display: none; }
    .block--text .close-block.open .expanded {
      display: block;
      width: 30px;
      height: 30px; }
      @media (min-width: 721px) {
        .block--text .close-block.open .expanded {
          width: 30px;
          height: 30px; } }
      @media (min-width: 1001px) {
        .block--text .close-block.open .expanded {
          width: 40px;
          height: 40px; } }

.block--context {
  position: absolute;
  padding: 20px 24px 38px;
  left: 0;
  top: 100%;
  width: 100%;
  color: #FFF;
  background-color: #0090a0;
  display: none; }
  @media (min-width: 721px) {
    .block--context {
      padding: 6px 20px 36px; } }
  @media (min-width: 1001px) {
    .block--context {
      padding: 0 38px 45px 30px; } }
  @media (min-width: 721px) {
    .block--context ul {
      margin: 20px 0 25px; } }
  @media (min-width: 1001px) {
    .block--context ul {
      margin: 25px 0 35px; } }
  @media (min-width: 721px) {
    .block--context ul li {
      margin-bottom: 8px; } }
  @media (min-width: 1001px) {
    .block--context ul li {
      margin-bottom: 10px; } }
  .block--context a {
    white-space: nowrap; }
    .block--context a:hover {
      color: #000; }
  .block--context .box-cta {
    margin-left: 0;
    width: 100%; }
  .block--context p {
    margin: 0; }
  .block--context p.more {
    margin-top: 25px; }
  .block--context a {
    vertical-align: top; }

.landing-hero .block--text {
  position: absolute;
  bottom: 40px;
  left: 30px;
  margin: 0;
  padding: 0;
  width: 92%;
  z-index: 12; }

.landing-hero a:hover .block--text h2 {
  text-decoration: underline; }

.landing-hero .block--text-address {
  line-height: 24px;
  margin: 5px 20px; }
  @media (min-width: 721px) {
    .landing-hero .block--text-address {
      margin: 5px 0; } }
  .landing-hero .block--text-address a {
    color: #0090a0;
    font-weight: 600; }
  .landing-hero .block--text-address a:hover {
    color: #fff; }

.landing-hero .block--text-address.legion a {
  color: #5b5279; }

.landing-hero .block--text-address.legion a:hover {
  color: #443c61; }

.landing-hero .block--media.deyoung {
  position: relative; }
  .landing-hero .block--media.deyoung .content {
    width: 100%;
    height: 100%;
    background: #0090a0;
    background-size: cover;
    overflow: hidden; }
  .landing-hero .block--media.deyoung a {
    text-decoration: none; }
  .landing-hero .block--media.deyoung a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 99%;
    width: 100%;
    background: #0090a0;
    opacity: 0;
    z-index: 12; }
  .landing-hero .block--media.deyoung a:hover:before {
    opacity: .8; }

.landing-hero .block--media.legion {
  position: relative; }
  .landing-hero .block--media.legion .content {
    width: 100%;
    height: 100%;
    background: #5b5279;
    background-size: cover;
    overflow: hidden; }
  .landing-hero .block--media.legion a {
    text-decoration: none; }
  .landing-hero .block--media.legion a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 99%;
    width: 100%;
    background: #5b5279;
    opacity: 0;
    z-index: 12; }
  .landing-hero .block--media.legion a:hover:before {
    opacity: .8; }

.media-btn {
  display: none;
  cursor: pointer;
  outline-width: 0; }
  .page--regular-exhibitions .media-btn,
  .page--special-exhibitions .media-btn, .media-btn.video {
    display: block; }
  .media-btn i {
    position: absolute;
    bottom: 20px;
    left: 20px; }
    @media (min-width: 721px) {
      .media-btn i {
        bottom: 22px;
        left: 35px; } }
    @media (min-width: 1001px) {
      .media-btn i {
        bottom: 24px;
        left: 40px; } }
    .collection--bio .media-btn i {
      bottom: 15px;
      left: 20px; }
      @media (min-width: 721px) {
        .collection--bio .media-btn i {
          bottom: 15px;
          left: 20px; } }
      @media (min-width: 1001px) {
        .collection--bio .media-btn i {
          bottom: 15px;
          left: 20px; } }
    .gallery-item .media-btn i {
      bottom: 15px;
      left: 20px; }
      @media (min-width: 721px) {
        .gallery-item .media-btn i {
          bottom: 15px;
          left: 35px; } }
      @media (min-width: 1001px) {
        .gallery-item .media-btn i {
          bottom: 15px;
          left: 40px; } }
    .exhibition-hero.regular .media-btn i {
      position: absolute;
      bottom: 45px;
      left: 20px; }
      @media (min-width: 721px) {
        .exhibition-hero.regular .media-btn i {
          bottom: 65px;
          left: 25px; } }
      @media (min-width: 1001px) {
        .exhibition-hero.regular .media-btn i {
          bottom: 95px;
          left: 40px; } }
    .exhibition-hero.special .media-btn i {
      bottom: 55px;
      left: 20px; }
      @media (min-width: 721px) {
        .exhibition-hero.special .media-btn i {
          bottom: 85px;
          left: 25px; } }
      @media (min-width: 1001px) {
        .exhibition-hero.special .media-btn i {
          bottom: 95px;
          left: 40px; } }
  .media-btn .hero__play-btn {
    display: none; }
  .media-btn svg {
    width: 30px;
    height: 26px;
    stroke: #FFF; }
    @media (min-width: 721px) {
      .media-btn svg {
        width: 30px;
        height: 26px; } }
    @media (min-width: 1001px) {
      .media-btn svg {
        width: 40px;
        height: 35px; } }
  .media-btn:hover {
    background: rgba(0, 0, 0, 0.5); }
    .media-btn:hover svg {
      fill: transparent; }
  .media-btn.video {
    background: rgba(0, 0, 0, 0.15); }
    .media-btn.video .hero__play-btn {
      display: block;
      height: 100px;
      width: 100px;
      overflow: hidden;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.5);
      transition: background 200ms ease;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 62px;
      height: 62px; }
      @media (min-width: 721px) {
        .media-btn.video .hero__play-btn {
          width: 80px;
          height: 80px; } }
      @media (min-width: 1001px) {
        .media-btn.video .hero__play-btn {
          width: 100px;
          height: 100px; } }
      .media-btn.video .hero__play-btn svg {
        display: block;
        position: absolute;
        margin: 0 auto;
        fill: #FFF;
        stroke-width: 0;
        opacity: 1;
        left: 25px;
        top: 20px;
        width: 15px;
        height: 23px; }
        @media (min-width: 721px) {
          .media-btn.video .hero__play-btn svg {
            left: 33px;
            top: 26px;
            width: 20px;
            height: 27px; } }
        @media (min-width: 1001px) {
          .media-btn.video .hero__play-btn svg {
            left: 42px;
            top: 35px;
            width: 25px;
            height: 31px; } }
        .media-btn.video .hero__play-btn svg:nth-child(2) {
          opacity: 0;
          margin: 0 auto;
          fill: #FFF;
          stroke-width: 0;
          width: 58px;
          height: 58px;
          top: 50%;
          left: 50%;
          -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }
          @media (min-width: 721px) {
            .media-btn.video .hero__play-btn svg:nth-child(2) {
              width: 72px;
              height: 72px; } }
          @media (min-width: 1001px) {
            .media-btn.video .hero__play-btn svg:nth-child(2) {
              width: 90px;
              height: 90px; } }
    .media-btn.video:hover {
      background: rgba(0, 0, 0, 0.5); }
      .media-btn.video:hover .hero__play-btn {
        background: rgba(0, 144, 160, 0.5); }
        .media-btn.video:hover .hero__play-btn svg {
          fill: #FFF; }
          .media-btn.video:hover .hero__play-btn svg:nth-child(1) {
            opacity: 1; }
          .media-btn.video:hover .hero__play-btn svg:nth-child(2) {
            opacity: 1; }

.grab-hover__follow {
  display: none;
  visibility: hidden;
  background-color: #000;
  border-radius: 50%;
  color: #FFF;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 99999999; }
  @media (min-width: 721px) {
    .grab-hover__follow {
      height: 60px;
      width: 60px;
      display: block;
      visibility: visible; } }
  @media (min-width: 1001px) {
    .grab-hover__follow {
      height: 70px;
      width: 70px;
      margin-left: -5px; } }
  .grab-hover__follow.active {
    opacity: 1;
    transition: opacity 200ms ease; }

.grab-hover__follow-inner {
  height: 100%;
  position: relative; }
  .grab-hover__follow-inner span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol {
  margin-bottom: 26px; }
  @media (min-width: 721px) {
    .wysiwyg p,
    .wysiwyg ul,
    .wysiwyg ol {
      margin-bottom: 26px; } }
  @media (min-width: 1001px) {
    .wysiwyg p,
    .wysiwyg ul,
    .wysiwyg ol {
      margin-bottom: 28px; } }
  .wysiwyg p:last-child,
  .wysiwyg ul:last-child,
  .wysiwyg ol:last-child {
    margin-bottom: 0; }

.wysiwyg h2 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 700;
  letter-spacing: .010em;
  margin-top: 38px;
  margin-bottom: 26px;
  color: #8a9994; }
  @media (min-width: 721px) {
    .wysiwyg h2 {
      font-size: 23px;
      line-height: 29px;
      letter-spacing: 0.1px; } }
  @media (min-width: 1001px) {
    .wysiwyg h2 {
      font-size: 23px;
      line-height: 29px;
      letter-spacing: 0.5px; } }
  .wysiwyg h2 a {
    font-weight: 700; }
  @media (min-width: 721px) {
    .wysiwyg h2 {
      margin-top: 38px;
      margin-bottom: 26px; } }
  @media (min-width: 1001px) {
    .wysiwyg h2 {
      margin-top: 48px;
      margin-bottom: 28px; } }

.wysiwyg h3 {
  font-size: 14px;
  line-height: 16px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 500;
  letter-spacing: .020em;
  margin-top: 38px;
  margin-bottom: 26px; }
  @media (min-width: 721px) {
    .wysiwyg h3 {
      font-size: 14px;
      line-height: 16px; } }
  @media (min-width: 1001px) {
    .wysiwyg h3 {
      font-size: 16px;
      line-height: 18px; } }
  @media (min-width: 721px) {
    .wysiwyg h3 {
      margin-top: 48px;
      margin-bottom: 20px; } }

.wysiwyg .link--external svg {
  display: inline-block;
  width: 13px;
  height: 13px;
  padding-left: 3px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  stroke: currentColor;
  fill: none; }

.wysiwyg .link--download svg {
  display: inline-block;
  width: 30px;
  height: 13px;
  padding-right: 10px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  stroke: currentColor;
  fill: none; }

.wysiwyg li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px; }
  @media (min-width: 721px) {
    .wysiwyg li {
      padding-left: 40px; } }
  @media (min-width: 1001px) {
    .wysiwyg li {
      padding-left: 45px; } }
  .wysiwyg li li:first-of-type {
    margin-top: 10px; }
  .wysiwyg li:last-of-type {
    margin-bottom: 0; }

.wysiwyg ul ul {
  margin-bottom: 0; }

.wysiwyg ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 15px;
  width: 2px;
  height: 0;
  border-top: 2px solid #000; }

.wysiwyg ol {
  counter-reset: listCount; }
  .wysiwyg ol ol {
    margin-bottom: 0; }
  .wysiwyg ol li {
    counter-increment: listCount; }
    .wysiwyg ol li:before {
      content: counter(listCount) " — ";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      color: #4b5659;
      font-weight: 900; }
    .wysiwyg ol li ol li:before {
      content: counter(listCount, lower-alpha) " — "; }
    .wysiwyg ol li ol li ol li:before {
      content: counter(listCount) " — "; }
    .wysiwyg ol li ol li ol li ol li:before {
      content: counter(listCount, lower-alpha) " — "; }

.membership-level {
  padding-bottom: 17px;
  position: relative; }
  @media (min-width: 721px) {
    .membership-level {
      padding-bottom: 20px; } }
  @media (min-width: 1001px) {
    .membership-level {
      padding-bottom: 50px; } }

.membership-level__title {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-right: 0;
  overflow: hidden; }
  .membership-level__title h1 {
    margin-bottom: 30px;
    -sgs-span-settings: ("span": 6, "location": 1, "grid": 6, "gutter": 0.4, "style": "opposite", "start row": true, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
    @media (min-width: 1001px) {
      .membership-level__title h1 {
        margin-bottom: 80px; } }
    @media (min-width: 1001px) {
      .membership-level__title h1 {
        -sgs-span-settings: ("span": 8, "location": 2, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
        width: 65.74074%;
        float: left;
        margin-right: -100%;
        margin-left: 8.56481%;
        clear: none; } }

.membership-level__tab-content {
  position: relative; }

.membership-level__items {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  z-index: 1; }
  .membership-level__items.is-active {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 2; }

.membership-level__item {
  padding-bottom: 75px;
  position: relative;
  margin-bottom: 30px; }
  @media (min-width: 721px) {
    .membership-level__item {
      padding-bottom: 60px; } }
  .membership-level__item:before {
    left: -20px;
    width: calc(100% + 20px * 2);
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: cacl(100%);
    height: 100%;
    background: #FFF; }
    @media (min-width: 721px) {
      .membership-level__item:before {
        left: -25px;
        width: calc(100% + 25px * 2); } }
    @media (min-width: 1001px) {
      .membership-level__item:before {
        left: -40px;
        width: calc(100% + 40px * 2); } }

.membership-level__item-inner {
  position: relative; }
  @media (min-width: 721px) {
    .membership-level__item-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.membership-level__item-media {
  margin-bottom: 20px; }
  .membership-level__item-media .media-bg {
    margin-left: -20px;
    width: calc(125% + 20px * 2); }
    @media (min-width: 721px) {
      .membership-level__item-media .media-bg {
        margin-left: -25px;
        width: calc(125% + 25px); } }
    @media (min-width: 1001px) {
      .membership-level__item-media .media-bg {
        margin-left: -40px;
        width: calc(125% + 40px); } }
    .membership-level__item-media .media-bg:before {
      padding-top: 56.25%; }
      @media (min-width: 721px) {
        .membership-level__item-media .media-bg:before {
          padding-top: 133.33333%; } }
  @media (min-width: 721px) {
    .membership-level__item-media {
      width: 16.98918%; } }

.membership-level__item-content {
  margin-top: 0;
  padding-left: 0; }
  @media (min-width: 721px) {
    .membership-level__item-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (min-width: 1001px) {
    .membership-level__item-content {
      padding-left: 20px; } }
  @media (min-width: 721px) {
    .membership-level__item-content {
      width: 77.30075%; } }

@media (min-width: 721px) {
  .membership-level__item-content-inner {
    width: calc(100% - 188px); } }

@media (min-width: 1001px) {
  .membership-level__item-content-inner {
    width: calc(100% - 207px); } }

.membership-level__item-title {
  color: #8a9994; }

.membership-level__item-title,
.membership-level__item-subtitle {
  margin-bottom: 25px; }

.membership-level__item-body {
  position: relative;
  overflow: hidden;
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease-in-out; }
  .membership-level__item-body.is-expanded {
    max-height: 100%;
    transition: max-height 200ms ease-in-out; }
  .membership-level__item-body-inner {
    padding-bottom: 30px; }
  .membership-level__item-body .wysiwyg li:before {
    border-color: #000; }

.membership-level__item-show-wrap {
  position: absolute;
  bottom: -20px;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 20px; }
  @media (min-width: 1001px) {
    .membership-level__item-show-wrap {
      bottom: 0; } }
  .membership-level__item-show-wrap a {
    color: #0090a0;
    text-decoration: none; }
    .membership-level__item-show-wrap a:hover {
      color: #4b5659; }
  .membership-level__item-show-wrap .more-icon {
    margin-left: 5px;
    display: inline-block; }
  .membership-level__item-show-wrap svg {
    fill: #0090a0;
    width: 12px;
    height: 10px;
    transition: 100ms linear; }
  .membership-level__item-show-wrap .is-expanded + .more-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -8px; }

.membership-level__item-cta {
  width: 65%;
  margin: 0 auto; }
  @media (min-width: 721px) {
    .membership-level__item-cta {
      width: 158px;
      margin: 0; } }
  @media (min-width: 1001px) {
    .membership-level__item-cta {
      width: 177px; } }
  .membership-level__item-cta .cta {
    width: 100%;
    padding: 0;
    margin-top: 5px; }
    .membership-level__item-cta .cta:first-child {
      margin-top: 0; }
      @media (min-width: 721px) {
        .membership-level__item-cta .cta:first-child {
          margin-top: 5px; } }
      @media (min-width: 1001px) {
        .membership-level__item-cta .cta:first-child {
          margin-top: 7px; } }
    .membership-level__item-cta .cta:hover {
      background-color: #02727e;
      color: #FFF; }

.membership-level__tab {
  padding-bottom: 12px;
  padding-top: 12px;
  margin-left: -23px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 721px) {
    .membership-level__tab {
      padding-bottom: 50px;
      padding-top: 20px;
      margin-left: 0; } }
  @media (min-width: 1001px) {
    .membership-level__tab {
      padding-bottom: 60px;
      padding-top: 20px;
      margin-left: 80px;
      margin-bottom: 40px; } }

.membership-level__tab-item {
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #8a9994;
  font-weight: 500;
  padding-left: 20px;
  width: auto;
  margin-right: 20px;
  line-height: 18px; }
  @media (min-width: 1001px) {
    .membership-level__tab-item {
      padding-left: 40px; } }
  .membership-level__tab-item:before {
    top: -20px;
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    height: 9vh;
    background: #ECECEC;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  .membership-level__tab-item.is-active, .membership-level__tab-item:hover {
    color: #0090a0; }
  .membership-level__tab-item:last-child {
    margin-right: 0 !important; }
  @media (min-width: 721px) {
    .membership-level__tab-item {
      line-height: inherit;
      width: auto;
      margin-right: 4.01115%; } }
  @media (min-width: 1001px) {
    .membership-level__tab-item {
      margin-right: 10.06944%; } }

.landing-hero {
  padding-top: 85px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 721px) {
    .landing-hero {
      padding-top: 130px; } }
  @media (min-width: 1001px) {
    .landing-hero {
      padding-top: 240px; } }
  .landing-hero:before {
    content: '';
    position: absolute;
    height: 80%;
    top: 0;
    left: -40%;
    width: 85%;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    background-color: #ECECEC;
    -webkit-transform-origin: top left;
    transform-origin: top left; }

.landing-hero__sections {
  margin-bottom: 35px;
  position: relative; }
  @media (min-width: 721px) {
    .landing-hero__sections {
      margin-bottom: 47px; } }
  @media (min-width: 1001px) {
    .landing-hero__sections {
      margin-bottom: 59px; } }

.landing-hero__content {
  padding-top: 31px;
  position: relative; }
  @media (min-width: 1001px) {
    .landing-hero__content {
      padding-top: 0; } }
  @media (min-width: 721px) {
    .landing-hero__content {
      padding-left: 8.49459%;
      padding-right: 16.98918%; } }
  @media (min-width: 1001px) {
    .landing-hero__content {
      padding-left: 8.56481%;
      padding-right: 17.12963%; } }

.landing-hero__title {
  margin-bottom: 27px;
  padding-right: 12.5%; }
  @media (min-width: 1001px) {
    .landing-hero__title {
      margin-bottom: 38px; } }
  .landing-hero__title span {
    position: relative;
    z-index: 10; }
  @media (min-width: 721px) {
    .landing-hero__title {
      padding-right: 0; } }

.landing-hero__figures {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media (min-width: 721px) {
    .landing-hero__figures {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.landing-hero__figure {
  max-height: 216px;
  position: relative;
  height: 100%; }
  @media (min-width: 721px) {
    .landing-hero__figure {
      max-height: none; } }
  .landing-hero__figure div {
    position: absolute;
    height: 100%; }
  .landing-hero__figure img {
    opacity: 0;
    height: 100%; }
  .landing-hero__figure svg {
    stroke: #FFF;
    stroke-width: 3px;
    fill: transparent;
    opacity: .40;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  .landing-hero__figure .landing-hero__figure-dy {
    top: -15px;
    height: 100%;
    min-height: 216px;
    right: 43.75%; }
    @media (min-width: 721px) {
      .landing-hero__figure .landing-hero__figure-dy {
        top: -50px;
        right: 0;
        height: calc(100% + 50px);
        min-height: 349px; } }
    @media (min-width: 1001px) {
      .landing-hero__figure .landing-hero__figure-dy {
        top: -60px;
        height: calc(100% + 60px);
        min-height: 420px; } }
  .landing-hero__figure .landing-hero__figure-loh {
    top: -58px;
    min-height: 256px;
    left: 52.5%; }
    @media (min-width: 721px) {
      .landing-hero__figure .landing-hero__figure-loh {
        top: 35px;
        left: 0;
        min-height: 332px; } }
    @media (min-width: 1001px) {
      .landing-hero__figure .landing-hero__figure-loh {
        top: 30px;
        min-height: 408px; } }
  @media (min-width: 721px) {
    .landing-hero__figure {
      width: 49.03247%; } }
  @media (min-width: 1001px) {
    .landing-hero__figure {
      width: 48.61111%; } }
  @media (min-width: 1401px) {
    .landing-hero__figure {
      width: 48.61111%; }
      .landing-hero__figure div, .landing-hero__figure img {
        width: 680px;
        height: auto !important; } }

.events-listing-blocks .block--text::before {
  display: none; }

.events-listing-blocks .block--item {
  margin-bottom: 20px;
  overflow: hidden; }
  @media (min-width: 721px) {
    .events-listing-blocks .block--item {
      margin-bottom: 18px;
      width: 48.65872%; } }
  @media (min-width: 1001px) {
    .events-listing-blocks .block--item {
      margin-bottom: 30px;
      width: 48.37134%; } }

.events-listing-blocks .block--media {
  z-index: -1; }

.events-listing-blocks .block--text {
  min-height: 190px;
  padding: 25px 20px 50px;
  display: block;
  height: 100%;
  text-decoration: none;
  position: static;
  margin-top: -55px;
  background-color: #8a9994;
  width: 90%; }
  @media (min-width: 721px) {
    .events-listing-blocks .block--text {
      min-height: 195px;
      padding: 30px 20px 50px; } }
  @media (min-width: 1001px) {
    .events-listing-blocks .block--text {
      min-height: 240px; } }
  .events-listing-blocks .block--text:hover {
    cursor: pointer;
    background-color: #0090a0; }
    .events-listing-blocks .block--text:hover .block--category,
    .events-listing-blocks .block--text:hover .block--title,
    .events-listing-blocks .block--text:hover .block--datevenue {
      color: #FFF; }

.events-listing-blocks .block--category {
  display: block;
  margin-bottom: 20px;
  color: #FFF; }

.events-listing-blocks .block--title {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 30px;
  color: #FFF; }
  @media (min-width: 721px) {
    .events-listing-blocks .block--title {
      font-size: 24px;
      line-height: 30px; } }
  @media (min-width: 1001px) {
    .events-listing-blocks .block--title {
      font-size: 30px;
      line-height: 38px; } }

.events-listing-blocks .block--datevenue {
  color: #FFF; }

.events-listing-blocks .block--item--noimage .block--text {
  min-height: 190px;
  padding-top: 30px;
  width: 100%;
  margin-top: 0; }
  @media (min-width: 721px) {
    .events-listing-blocks .block--item--noimage .block--text {
      min-height: 215px;
      padding-top: 40px; } }
  @media (min-width: 1001px) {
    .events-listing-blocks .block--item--noimage .block--text {
      min-height: 330px; } }

@media (min-width: 721px) {
  .events-listing-blocks .block--item--noimage .block--title {
    margin-bottom: 40px; } }

.events-listing-blocks .block--error {
  width: calc(100% - 20px);
  margin-top: 0;
  display: none;
  position: relative;
  letter-spacing: 0.01em; }
  @media (min-width: 721px) {
    .events-listing-blocks .block--error {
      width: 75%; } }
  @media (min-width: 1001px) {
    .events-listing-blocks .block--error {
      width: 60%;
      margin-top: 10px; } }
  .events-listing-blocks .block--error.visible {
    display: block; }

/*-----------------------------*	MODULES
\*-----------------------------*/
.manifesto__inner {
  margin-top: 0;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 3; }
  .manifesto__inner:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 721px) {
    .manifesto__inner {
      padding-top: 0; } }
  @media (min-width: 1001px) {
    .manifesto__inner {
      padding-top: 0; } }
  .manifesto__inner:before {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: -50px;
    width: calc(82.5% + 20px);
    height: calc(100% + 50px);
    background: transparent;
    z-index: 1; }
  .manifesto__inner .cta--text {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.1px;
    font-family: "akzidenz-grotesk-next-pro", sans-serif;
    font-weight: 700;
    letter-spacing: .010em;
    position: relative;
    z-index: 2; }
    @media (min-width: 721px) {
      .manifesto__inner .cta--text {
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 0.1px; } }
    @media (min-width: 1001px) {
      .manifesto__inner .cta--text {
        font-size: 32px;
        line-height: 39px;
        letter-spacing: 0.1px; } }
    .manifesto__inner .cta--text a {
      font-weight: 700; }
    .manifesto__inner .cta--text a {
      display: inline-block;
      position: relative;
      text-decoration: none; }
      .manifesto__inner .cta--text a:after {
        content: '';
        display: block;
        width: 0px;
        height: 2px;
        position: absolute;
        bottom: 1px;
        left: 0;
        background: #000;
        transition: width 500ms ease-in-out; }
      .manifesto__inner .cta--text a.is-underlined:after {
        width: 100%; }
      .manifesto__inner .cta--text a:hover:after {
        background: #0090a0; }
  @media (min-width: 721px) {
    .manifesto__inner {
      min-height: 215px;
      padding: 60px 25px;
      margin-left: -25px;
      width: calc(91.50541% + 25px);
      background: #FFF; }
      .manifesto__inner:before {
        display: none; } }
  @media (min-width: 1001px) {
    .manifesto__inner {
      width: calc(74.30556% + 40px);
      margin-left: -40px;
      padding: 80px 40px;
      background: #FFF; }
      .manifesto__inner:before {
        display: none; } }

.manifesto--deyoung .cta--text {
  position: relative;
  z-index: 3; }

.manifesto--deyoung .manifesto__images {
  display: none; }

@media (min-width: 721px) {
  .manifesto--deyoung .manifesto__images {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .manifesto--deyoung .manifesto__image {
    position: absolute;
    overflow: hidden;
    height: 176px;
    background-size: cover;
    opacity: 0;
    transition: opacity 150ms ease-in-out; }
    .manifesto--deyoung .manifesto__image:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #5b5279;
      opacity: .5; }
    .manifesto--deyoung .manifesto__image img {
      display: none; }
    .manifesto--deyoung .manifesto__image:nth-of-type(1), .manifesto--deyoung .manifesto__image:nth-of-type(5) {
      left: 25px;
      top: 20px;
      width: 239px; }
    .manifesto--deyoung .manifesto__image:nth-of-type(2) {
      top: 20px;
      right: 40px;
      width: 176px;
      border-radius: 50%;
      background-clip: border-box; }
    .manifesto--deyoung .manifesto__image:nth-of-type(3) {
      bottom: 20px;
      right: 40px;
      width: 239px; }
    .manifesto--deyoung .manifesto__image:nth-of-type(4) {
      bottom: 20px;
      left: 25px;
      width: 176px;
      border-radius: 50%;
      background-clip: border-box; }
    .manifesto--deyoung .manifesto__image.is-visible {
      opacity: 1; } }

@media (min-width: 1001px) {
  .manifesto--deyoung .manifesto__images {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .manifesto--deyoung .manifesto__image {
    height: 220px; }
    .manifesto--deyoung .manifesto__image:nth-of-type(1), .manifesto--deyoung .manifesto__image:nth-of-type(5) {
      left: 40px;
      width: 298px; }
    .manifesto--deyoung .manifesto__image:nth-of-type(2) {
      width: 220px; }
    .manifesto--deyoung .manifesto__image:nth-of-type(3) {
      width: 298px; }
    .manifesto--deyoung .manifesto__image:nth-of-type(4) {
      left: 40px;
      width: 220px; } }

.manifesto::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  width: 147%;
  height: 225%;
  z-index: 0;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  margin-left: -80%; }
  @media (min-width: 1001px) {
    .manifesto::before {
      width: 135%;
      height: 200%; } }
  @media (min-width: 1001px) {
    .manifesto::before {
      margin-left: -70%; } }

html:not(.cssclippathpolygon) .manifesto--deyoung .manifesto__inner {
  padding-right: 20px; }
  @media (min-width: 721px) {
    html:not(.cssclippathpolygon) .manifesto--deyoung .manifesto__inner {
      padding-right: 25px; } }
  @media (min-width: 1001px) {
    html:not(.cssclippathpolygon) .manifesto--deyoung .manifesto__inner {
      padding-right: 40px; } }
  html:not(.cssclippathpolygon) .manifesto--deyoung .manifesto__inner:before {
    width: calc(100% + 20px); }
  @media (min-width: 721px) {
    html:not(.cssclippathpolygon) .manifesto--deyoung .manifesto__inner {
      width: calc(100% + 25px); }
      html:not(.cssclippathpolygon) .manifesto--deyoung .manifesto__inner .cta--text,
      html:not(.cssclippathpolygon) .manifesto--deyoung .manifesto__inner .manifesto__images {
        width: 91.50541%; } }
  @media (min-width: 1001px) {
    html:not(.cssclippathpolygon) .manifesto--deyoung .manifesto__inner {
      width: calc(100% + 40px); }
      html:not(.cssclippathpolygon) .manifesto--deyoung .manifesto__inner .cta--text,
      html:not(.cssclippathpolygon) .manifesto--deyoung .manifesto__inner .manifesto__images {
        width: 74.30556%; } }

.museum-details--deyoung + .manifesto--loh {
  margin-top: 60px; }
  @media (min-width: 721px) {
    .museum-details--deyoung + .manifesto--loh {
      margin-top: 60px; } }
  @media (min-width: 1001px) {
    .museum-details--deyoung + .manifesto--loh {
      margin-top: 80px; } }

.manifesto__inner {
  background: none; }

.museum-details,
section.museum-details {
  overflow: visible; }
  .museum-details__inner,
  section.museum-details__inner {
    position: relative;
    margin-bottom: 120px; }
    .museum-details__inner:after,
    section.museum-details__inner:after {
      content: '';
      display: table;
      clear: both; }
    .museum-details__inner:before,
    section.museum-details__inner:before {
      content: '';
      display: block;
      position: absolute;
      left: -20px;
      top: 0;
      width: calc(82.5% + 20px);
      height: calc(100% + 110px);
      background: transparent; }
    .museum-details__inner--loh,
    section.museum-details__inner--loh {
      padding-top: 0; }

.museum-details__media {
  position: absolute;
  left: -20px;
  top: 0;
  background-size: cover; }
  .museum-details__media:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0090a0;
    opacity: 0.7;
    z-index: 3; }
  .museum-details__media img {
    display: none; }
  .museum-details--deyoung .museum-details__media {
    width: calc(29.8% + 20px);
    height: 573px; }
  html.cssclippathpolygon .museum-details--deyoung .museum-details__media {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 150px, 38% 150px, 38% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 150px, 38% 150px, 38% 100%, 0 100%); }
  .museum-details--loh .museum-details__media {
    position: relative;
    top: 0;
    float: left;
    width: calc(48.6% + 20px);
    height: 286px; }

.museum-details__text {
  position: relative; }
  .museum-details__text .museum-details__hours {
    position: relative;
    z-index: 1; }
    .museum-details__text .museum-details__hours h5 {
      font-size: 16px;
      line-height: 21px;
      font-family: "akzidenz-grotesk-next-pro", sans-serif;
      font-weight: 500;
      letter-spacing: .010em;
      color: #8a9994;
      margin-bottom: 25px;
      font-weight: 500; }
      @media (min-width: 721px) {
        .museum-details__text .museum-details__hours h5 {
          font-size: 16px;
          line-height: 21px; } }
      @media (min-width: 1001px) {
        .museum-details__text .museum-details__hours h5 {
          font-size: 18px;
          line-height: 23px; } }
    .museum-details__text .museum-details__hours h4 {
      font-size: 14px;
      line-height: 16px;
      font-family: "akzidenz-grotesk-next-pro", sans-serif;
      font-weight: 500;
      letter-spacing: .020em;
      height: 58px;
      margin-bottom: 20px;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      color: #8a9994;
      padding-right: 30px;
      border: solid #8a9994;
      border-width: 2px 0;
      border-radius: 2px 0 0 1px;
      z-index: 2; }
      @media (min-width: 721px) {
        .museum-details__text .museum-details__hours h4 {
          font-size: 14px;
          line-height: 16px; } }
      @media (min-width: 1001px) {
        .museum-details__text .museum-details__hours h4 {
          font-size: 16px;
          line-height: 18px; } }
      @media (min-width: 721px) {
        .museum-details__text .museum-details__hours h4 {
          height: 52px;
          margin-bottom: 30px; } }
      @media (min-width: 1001px) {
        .museum-details__text .museum-details__hours h4 {
          height: 54px;
          margin-bottom: 30px; } }
      .museum-details__text .museum-details__hours h4:before, .museum-details__text .museum-details__hours h4:after {
        content: '';
        position: absolute;
        border-top: 2px solid #8a9994;
        border-radius: 2px;
        width: 26px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%; }
      .museum-details__text .museum-details__hours h4:before {
        top: 16px;
        left: -17px; }
      .museum-details__text .museum-details__hours h4:after {
        bottom: -20px;
        left: -18px; }
      @media (min-width: 721px) {
        .museum-details__text .museum-details__hours h4:before {
          left: -25px;
          top: 22px;
          width: 35px; }
        .museum-details__text .museum-details__hours h4:after {
          left: -25px;
          bottom: -27px;
          width: 36px; } }
    .museum-details__text .museum-details__hours .item-title {
      font-size: 14px;
      line-height: 16px;
      font-family: "akzidenz-grotesk-next-pro", sans-serif;
      font-weight: 500;
      letter-spacing: .020em;
      margin-bottom: 8px;
      position: relative;
      color: #000;
      z-index: 2; }
      @media (min-width: 721px) {
        .museum-details__text .museum-details__hours .item-title {
          font-size: 14px;
          line-height: 16px; } }
      @media (min-width: 1001px) {
        .museum-details__text .museum-details__hours .item-title {
          font-size: 16px;
          line-height: 18px; } }
      @media (min-width: 721px) {
        .museum-details__text .museum-details__hours .item-title {
          margin-bottom: 10px; } }
      @media (min-width: 1001px) {
        .museum-details__text .museum-details__hours .item-title {
          margin-bottom: 15px; } }
    .museum-details__text .museum-details__hours li:not(:last-of-type) {
      margin-bottom: 25px; }
      @media (min-width: 721px) {
        .museum-details__text .museum-details__hours li:not(:last-of-type) {
          margin-bottom: 35px; } }
      @media (min-width: 1001px) {
        .museum-details__text .museum-details__hours li:not(:last-of-type) {
          margin-bottom: 35px; } }
    .museum-details__text .museum-details__hours .item-subtitle {
      font-size: 14px;
      line-height: 16px;
      font-family: "akzidenz-grotesk-next-pro", sans-serif;
      font-weight: 500;
      letter-spacing: .020em;
      position: relative;
      display: block;
      margin-bottom: 6px;
      z-index: 2; }
      @media (min-width: 721px) {
        .museum-details__text .museum-details__hours .item-subtitle {
          font-size: 14px;
          line-height: 16px; } }
      @media (min-width: 1001px) {
        .museum-details__text .museum-details__hours .item-subtitle {
          font-size: 16px;
          line-height: 18px; } }
    .museum-details__text .museum-details__hours .cta--text {
      font-size: 24px;
      line-height: 29px;
      letter-spacing: 0.1px;
      font-family: "akzidenz-grotesk-next-pro", sans-serif;
      font-weight: 700;
      letter-spacing: .010em;
      margin-bottom: 25px;
      z-index: 2; }
      @media (min-width: 721px) {
        .museum-details__text .museum-details__hours .cta--text {
          font-size: 24px;
          line-height: 29px;
          letter-spacing: 0.1px; } }
      @media (min-width: 1001px) {
        .museum-details__text .museum-details__hours .cta--text {
          font-size: 32px;
          line-height: 39px;
          letter-spacing: 0.1px; } }
      .museum-details__text .museum-details__hours .cta--text a {
        font-weight: 700; }
    .museum-details--deyoung .museum-details__text .museum-details__hours {
      min-height: 260px;
      -sgs-span-settings: ("span": 3, "location": 4, "grid": 6, "gutter": 0.4, "style": "opposite", "start row": false, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 47.5%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; }
    .museum-details--loh .museum-details__text .museum-details__hours {
      width: calc(47.5% - 20px);
      float: right; }
  .museum-details__text .buy-tickets {
    -sgs-span-settings: ("span": 6, "location": 1, "grid": 6, "gutter": 0.4, "style": "opposite", "start row": true, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    position: relative;
    padding-top: 30px;
    clear: both;
    z-index: 2; }
    .museum-details__text .buy-tickets .cta--text {
      font-size: 24px;
      line-height: 29px;
      letter-spacing: 0.1px;
      font-family: "akzidenz-grotesk-next-pro", sans-serif;
      font-weight: 700;
      letter-spacing: .010em;
      margin-bottom: 25px;
      z-index: 2;
      color: #0090a0; }
      @media (min-width: 721px) {
        .museum-details__text .buy-tickets .cta--text {
          font-size: 24px;
          line-height: 29px;
          letter-spacing: 0.1px; } }
      @media (min-width: 1001px) {
        .museum-details__text .buy-tickets .cta--text {
          font-size: 32px;
          line-height: 39px;
          letter-spacing: 0.1px; } }
      .museum-details__text .buy-tickets .cta--text a {
        font-weight: 700; }
      .museum-details__text .buy-tickets .cta--text a {
        color: #0090a0; }
        .museum-details__text .buy-tickets .cta--text a:hover {
          color: #000; }
  .museum-details--deyoung .museum-details__text {
    padding-top: 170px; }
  html:not(.cssclippathpolygon) .museum-details--deyoung .museum-details__text .museum-details__hours {
    padding-right: 9.09091%; }
    html:not(.cssclippathpolygon) .museum-details--deyoung .museum-details__text .museum-details__hours:before {
      content: '';
      display: block;
      position: absolute;
      top: -30px;
      left: -60px;
      width: calc(100% + 60px);
      height: calc(100% + 40px);
      background: #ECECEC;
      z-index: 1; }
  html:not(.cssclippathpolygon) .museum-details--deyoung .museum-details__text .buy-tickets {
    padding-right: 9.09091%; }

html:not(.cssclippathpolygon) .museum-details--deyoung .museum-details__inner:before {
  width: calc(100% + 20px); }
  @media (min-width: 721px) {
    html:not(.cssclippathpolygon) .museum-details--deyoung .museum-details__inner:before {
      width: calc(100% + 25px); } }
  @media (min-width: 1001px) {
    html:not(.cssclippathpolygon) .museum-details--deyoung .museum-details__inner:before {
      width: calc(100% + 40px); } }

@media (min-width: 721px) {
  .museum-details__inner {
    margin-bottom: 160px; }
    .museum-details__inner:before {
      left: -25px;
      top: 0;
      width: calc(91.50541% + 25px);
      height: calc(100% + 80px); }
    .museum-details__inner--loh:before {
      height: calc(100% - 40px); }
    html:not(.cssclippathpolygon) .museum-details__inner__deyoung:before {
      width: calc(100% + 25px); }
  .museum-details__media {
    left: -25px; }
    .museum-details--deyoung .museum-details__media {
      width: calc(74.5% + 25px);
      height: 520px; }
    html.cssclippathpolygon .museum-details--deyoung .museum-details__media {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 180px, 45.5% 180px, 45.5% 100%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 180px, 45.5% 180px, 45.5% 100%, 0 100%); }
    .museum-details--loh .museum-details__media {
      width: calc(38% + 25px);
      height: 573px; }
  .museum-details__text {
    -sgs-span-settings: ("span": 7, "location": 6, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": false, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 57.52706%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
    .museum-details__text .museum-details__hours {
      float: left;
      width: 50%;
      padding-right: 3.37%; }
      .museum-details__text .museum-details__hours h4 {
        border: none;
        height: auto;
        font-size: 18px; }
      .museum-details__text .museum-details__hours h4:before,
      .museum-details__text .museum-details__hours h4:after {
        display: none; }
    .museum-details__text .buy-tickets {
      float: left;
      width: 50%;
      padding-top: 0;
      margin-right: 0;
      clear: none; }
    .museum-details--deyoung .museum-details__text {
      padding-top: 220px; }
      .museum-details--deyoung .museum-details__text .museum-details__hours {
        float: left;
        min-height: 0; }
    .museum-details--loh .museum-details__text .museum-details__hours {
      float: left; }
    html:not(.cssclippathpolygon) .museum-details--deyoung .museum-details__text {
      padding-top: 0;
      margin-top: 220px; }
      html:not(.cssclippathpolygon) .museum-details--deyoung .museum-details__text:before {
        content: '';
        display: block;
        position: absolute;
        top: -30px;
        left: -60px;
        width: calc(100% + 25px);
        height: calc(100% + 40px);
        z-index: 1; }
      html:not(.cssclippathpolygon) .museum-details--deyoung .museum-details__text .museum-details__hours {
        padding-right: 4.34783%; }
        html:not(.cssclippathpolygon) .museum-details--deyoung .museum-details__text .museum-details__hours:before {
          display: none; } }

@media (min-width: 1001px) {
  .museum-details__inner:before {
    left: -40px;
    top: 0;
    width: calc(74.30556% + 40px);
    height: calc(100% + 80px); }
  .museum-details__inner--loh:before {
    height: calc(100% + 100px); }
  .museum-details__media {
    left: -40px; }
    .museum-details--deyoung .museum-details__media {
      width: calc(82.87037% + 40px);
      height: 600px; }
    html.cssclippathpolygon .museum-details--deyoung .museum-details__media {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 230px, 41% 230px, 41% 100%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 230px, 41% 230px, 41% 100%, 0 100%); }
    .museum-details--loh .museum-details__media {
      width: calc(37.8% + 40px);
      height: 573px; }
  .museum-details__text {
    -sgs-span-settings: ("span": 7, "location": 6, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 57.17593%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
    .museum-details--deyoung .museum-details__text {
      padding-top: 295px; }
    html:not(.cssclippathpolygon) .museum-details--deyoung .museum-details__text:before {
      top: -40px;
      left: -60px;
      width: calc(100% + 40px);
      height: calc(100% + 120px); } }

@media (min-width: 1401px) {
  html.cssclippathpolygon .museum-details--deyoung .museum-details__media {
    height: 840px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 294px, 41% 294px, 41% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 294px, 41% 294px, 41% 100%, 0 100%); }
  .museum-details--loh .museum-details__media {
    width: calc(40.8% + 40px);
    height: 740px; }
  .museum-details--deyoung .museum-details__text {
    padding-top: 355px; }
  .museum-details--loh .museum-details__text {
    width: 55%;
    float: right; } }

.museum-details .feature {
  margin-top: 60px; }
  @media (min-width: 721px) {
    .museum-details .feature {
      margin-top: 60px; } }
  @media (min-width: 1001px) {
    .museum-details .feature {
      margin-top: 100px; } }

.feature__title {
  margin-bottom: 30px; }
  @media (min-width: 721px) {
    .feature__title {
      margin-bottom: 40px; } }
  @media (min-width: 1001px) {
    .feature__title {
      margin-bottom: 50px; } }

.blockquote {
  margin-top: 60px;
  margin-bottom: 60px;
  min-height: 320px;
  position: relative;
  background: transparent; }
  @media (min-width: 721px) {
    .blockquote {
      margin-top: 100px;
      margin-bottom: 100px; } }

.blockquote::before {
  content: '';
  position: absolute;
  z-index: 1;
  color: #ececec;
  left: -20px;
  width: 40px;
  top: 0;
  height: 100%;
  font-weight: bold;
  background: #ececec;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  -webkit-transform-origin: top left;
  transform-origin: top left; }
  @media (min-width: 1001px) {
    .blockquote::before {
      left: 68px;
      width: 54px; } }

.blockquote__bg {
  -sgs-span-settings: ("span": 6, "location": 1, "grid": 6, "gutter": 0.4, "style": "opposite", "start row": true, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  margin: 0;
  position: relative;
  background: transparent; }

@media (min-width: 721px) {
  .blockquote__bg {
    -sgs-span-settings: ("span": 7.4, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 60.92489%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin: 0; }
  .blockquote__title {
    -sgs-span-settings: ("span": 10.4, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 86.40866%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin: 0; }
  .blockquote__text {
    -sgs-span-settings: ("span": 10.4, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 86.40866%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin: 0; }
  .blockquote--wysiwyg .blockquote__bg {
    -sgs-span-settings: ("span": 5, "location": 2, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 40.53788%;
    float: left;
    margin-right: -100%;
    margin-left: 8.49459%;
    clear: none;
    padding: 0; }
  .blockquote--wysiwyg .blockquote__title, .blockquote--wysiwyg .blockquote__text {
    -sgs-span-settings: ("span": 9, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 74.51623%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin: 0;
    margin-left: auto; }
  .blockquote--give-join .blockquote__sections {
    -sgs-span-settings: ("span": 8, "location": 3, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 66.02165%;
    float: left;
    margin-right: -100%;
    margin-left: 16.98918%;
    clear: none; }
  .blockquote--give-join .blockquote__bg {
    -sgs-span-settings: ("span": 7.4, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 60.92489%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    padding: 0; }
  .blockquote--give-join .blockquote__title, .blockquote--give-join .blockquote__text {
    -sgs-span-settings: ("span": 10.4, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 86.40866%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin: 0;
    margin-left: auto; } }

@media (min-width: 1001px) {
  .blockquote__bg {
    -sgs-span-settings: ("span": 10.4, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 86.2963%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin: 0; }
  .blockquote__title {
    -sgs-span-settings: ("span": 10.4, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 86.2963%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .blockquote--wysiwyg .blockquote__bg {
    -sgs-span-settings: ("span": 9, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 74.30556%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    padding: 0; }
  .blockquote--wysiwyg .blockquote__title, .blockquote--wysiwyg .blockquote__text {
    -sgs-span-settings: ("span": 9, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 74.30556%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin: 0;
    margin-left: 20%; } }

.blockquote:after {
  content: '';
  display: table;
  clear: both; }

.blockquote__sections {
  padding: 60px 0;
  margin-bottom: 0;
  background: transparent;
  position: relative; }
  @media (min-width: 721px) {
    .blockquote__sections {
      padding: 100px 0; } }
  @media (min-width: 1001px) {
    .blockquote__sections {
      padding: 100px 0; } }

.blockquote__inner {
  position: relative; }

.blockquote__bg {
  margin-left: -20px;
  padding-left: 40px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #FFF;
  height: 100%;
  z-index: 0; }
  @media (min-width: 721px) {
    .blockquote__bg {
      margin-left: -40px;
      padding-left: 40px; } }
  @media (min-width: 1001px) {
    .blockquote__bg {
      margin-left: 0;
      padding-left: 0; } }

.blockquote__title {
  padding-top: 0;
  margin-left: 0;
  padding-bottom: 20px;
  float: none;
  width: auto;
  margin-right: 0;
  z-index: 2; }
  @media (min-width: 721px) {
    .blockquote__title {
      padding-top: 0;
      margin-left: 20%; } }
  @media (min-width: 1001px) {
    .blockquote__title {
      margin-left: 12%; } }

.blockquote__byline {
  margin-top: 20px;
  font-style: normal; }
  @media (min-width: 721px) {
    .blockquote__byline {
      margin-top: 30px; } }
  @media (min-width: 1001px) {
    .blockquote__byline {
      margin-top: 35px; } }

.blockquote__text {
  margin-left: 0;
  margin-right: 0;
  float: none;
  z-index: 2; }
  @media (min-width: 721px) {
    .blockquote__text {
      margin-left: 20%;
      margin-right: 20%; } }
  @media (min-width: 1001px) {
    .blockquote__text {
      margin-left: 12%;
      margin-right: 20%; } }

.carousel-marquee__item {
  height: 575px;
  position: relative; }
  @media (min-width: 721px) {
    .carousel-marquee__item {
      height: 718px; } }
  @media (min-width: 1001px) {
    .carousel-marquee__item {
      height: 965px; } }
  .carousel-marquee__item:before {
    background-color: rgba(0, 0, 0, 0.25);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%; }
  .carousel-marquee__item:before {
    z-index: 2; }
  .carousel-marquee__item.carousel-marquee__item--announcement-1:before {
    background-color: rgba(138, 153, 148, 0.8);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%; }
  .carousel-marquee__item.carousel-marquee__item--announcement-2:before {
    background-color: rgba(75, 86, 89, 0.8);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%; }
  .carousel-marquee__item.carousel-marquee__item--announcement-3:before {
    background-color: rgba(0, 144, 160, 0.8);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%; }

.carousel-marquee__item-image {
  position: relative;
  height: 100%;
  z-index: 1; }
  .carousel-marquee__item--announcement .carousel-marquee__item-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .carousel-marquee__item-image img {
    display: none !important; }

.carousel-marquee__item-content {
  width: calc(100% - 20px * 2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 3; }
  @media (min-width: 721px) {
    .carousel-marquee__item-content {
      width: calc(100% - 25px * 2); } }
  @media (min-width: 1001px) {
    .carousel-marquee__item-content {
      width: calc(100% - 40px * 2); } }
  .carousel-marquee__item-content h5 {
    color: #FFF;
    font-weight: 500;
    margin-top: 1em;
    font-size: 18px; }
  @media (min-width: 1401px) {
    .carousel-marquee__item-content {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }

.carousel-marquee__item-content-inner {
  bottom: 130px;
  position: absolute; }
  @media (min-width: 721px) {
    .carousel-marquee__item-content-inner {
      bottom: 140px; } }
  @media (min-width: 1001px) {
    .carousel-marquee__item-content-inner {
      bottom: 220px; } }
  @media (min-width: 721px) {
    .carousel-marquee__item-content-inner {
      -sgs-span-settings: ("span": 10, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 83.01082%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none; } }
  .carousel-marquee--single .carousel-marquee__item-content-inner {
    bottom: 55px; }
    @media (min-width: 721px) {
      .carousel-marquee--single .carousel-marquee__item-content-inner {
        bottom: 140px; } }
    @media (min-width: 1001px) {
      .carousel-marquee--single .carousel-marquee__item-content-inner {
        bottom: 220px; } }
  .carousel-marquee__item--announcement .carousel-marquee__item-content-inner {
    bottom: 130px; }
    @media (min-width: 721px) {
      .carousel-marquee__item--announcement .carousel-marquee__item-content-inner {
        bottom: 130px; } }
    @media (min-width: 1001px) {
      .carousel-marquee__item--announcement .carousel-marquee__item-content-inner {
        bottom: 210px; } }
    @media (min-width: 721px) {
      .carousel-marquee__item--announcement .carousel-marquee__item-content-inner {
        -sgs-span-settings: ("span": 11, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
        width: 91.50541%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none; } }

.carousel-marquee__item-tag {
  font-size: 16px;
  line-height: 21px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 500;
  letter-spacing: .010em;
  color: #FFF; }
  @media (min-width: 721px) {
    .carousel-marquee__item-tag {
      font-size: 16px;
      line-height: 21px; } }
  @media (min-width: 1001px) {
    .carousel-marquee__item-tag {
      font-size: 18px;
      line-height: 23px; } }
  .carousel-marquee__item--announcement-1 .carousel-marquee__item-tag {
    color: #FFF; }
  .carousel-marquee__item--announcement-2 .carousel-marquee__item-tag {
    color: #FFF; }
  .carousel-marquee__item--announcement-3 .carousel-marquee__item-tag {
    color: #FFF; }

.carousel-marquee__item-title {
  margin-top: 15px;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 700;
  color: #FFF; }
  @media (min-width: 721px) {
    .carousel-marquee__item-title {
      margin-top: 20px; } }
  @media (min-width: 1001px) {
    .carousel-marquee__item-title {
      margin-top: 25px; } }
  @media (min-width: 721px) {
    .carousel-marquee__item-title {
      font-size: 32px;
      line-height: 40px;
      letter-spacing: 0; } }
  @media (min-width: 1001px) {
    .carousel-marquee__item-title {
      font-size: 62px;
      line-height: 74px;
      letter-spacing: 0.5px; } }
  .carousel-marquee__item-title a {
    font-weight: 700; }
  .carousel-marquee__item--announcement .carousel-marquee__item-title {
    margin-top: 10px; }
    @media (min-width: 721px) {
      .carousel-marquee__item--announcement .carousel-marquee__item-title {
        margin-top: 15px; } }
    @media (min-width: 1001px) {
      .carousel-marquee__item--announcement .carousel-marquee__item-title {
        margin-top: 20px; } }
  .carousel-marquee__item--announcement-1 .carousel-marquee__item-title {
    color: #FFF; }
    .carousel-marquee__item--announcement-1 .carousel-marquee__item-title :hover {
      color: #000; }
  .carousel-marquee__item--announcement-2 .carousel-marquee__item-title {
    color: #FFF; }
    .carousel-marquee__item--announcement-2 .carousel-marquee__item-title :hover {
      color: #000; }
  .carousel-marquee__item--announcement-3 .carousel-marquee__item-title {
    color: #FFF; }
    .carousel-marquee__item--announcement-3 .carousel-marquee__item-title :hover {
      color: #000; }

.carousel-marquee__item-cta {
  margin-top: 15px; }
  @media (min-width: 721px) {
    .carousel-marquee__item-cta {
      margin-top: 20px; } }
  @media (min-width: 1001px) {
    .carousel-marquee__item-cta {
      margin-top: 25px; } }

.carousel-marquee.module {
  margin-bottom: 0; }

@media (min-width: 721px) {
  .collection--permanent .line:before {
    left: -32px; } }

@media (min-width: 1001px) {
  .collection--permanent .line:before {
    left: -50px; } }

.collection--permanent .media-bg, .collection--permanent .media-link {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.collection--permanent .collection__text {
  margin-top: 100px; }

.breaker__sections {
  padding: 60px 0;
  position: relative; }
  @media (min-width: 721px) {
    .breaker__sections {
      padding: 80px 0; } }
  @media (min-width: 1001px) {
    .breaker__sections {
      padding: 100px 0; } }

.breaker__hero {
  overflow: hidden; }
  .breaker__hero, .breaker__hero:after {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%; }
  .breaker__hero .media-bg {
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .breaker__hero:after {
    content: "";
    width: 100%;
    transition: opacity 200ms ease; }

.breaker__text {
  position: relative;
  color: #FFF; }
  .breaker__text a:hover {
    color: #000; }

.breaker__text-inner {
  margin-left: 0;
  margin-right: 0;
  width: 100%; }
  @media (min-width: 1001px) {
    .breaker__text-inner {
      margin-left: 8.56481%;
      margin-right: -100%;
      width: 92%; } }

.breaker__text.u-white a:hover {
  color: #000; }

.breaker__title {
  margin-bottom: 20px; }
  @media (min-width: 721px) {
    .breaker__title {
      margin-bottom: 30px; } }
  @media (min-width: 1001px) {
    .breaker__title {
      margin-bottom: 40px; } }

.breaker__body {
  margin-right: 0; }
  @media (min-width: 721px) {
    .breaker__body {
      margin-right: 20%; } }
  @media (min-width: 1001px) {
    .breaker__body {
      margin-right: 30%; } }

.map__media {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: 100% !important;
  opacity: 0;
  transition: opacity 200ms ease; }

.map__pin {
  height: 40px;
  padding-left: 20px;
  padding-right: 46px;
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  background: #5b5279;
  color: #FFF; }
  @media (min-width: 721px) {
    .map__pin {
      height: 40px;
      padding-left: 20px;
      padding-right: 49px; } }
  @media (min-width: 1001px) {
    .map__pin {
      height: 65px;
      padding-left: 22px;
      padding-right: 77px; } }
  .map__pin:before, .map__pin:after {
    width: 19px;
    height: 19px;
    top: 10px;
    right: 10px;
    content: "";
    position: absolute;
    border: solid #FFF;
    border-width: 0;
    z-index: 10;
    transition: all 200ms ease; }
    @media (min-width: 721px) {
      .map__pin:before, .map__pin:after {
        width: 19px;
        height: 19px;
        top: 10px;
        right: 10px; } }
    @media (min-width: 1001px) {
      .map__pin:before, .map__pin:after {
        width: 31px;
        height: 31px;
        top: 16px;
        right: 16px; } }
  .map__pin:after {
    width: 0 !important;
    height: 0 !important;
    border: 0;
    border-top: 0 solid #FFF;
    border-left: 0 solid transparent; }
  .map__pin:hover {
    color: #FFF;
    background: #443c61; }
  .map__pin:hover > .map__pin-arrow:before {
    border-color: transparent transparent #443c61 transparent; }
  .map__pin svg {
    fill: #FFF;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 12px; }
  .map__pin:hover svg {
    fill: #FFF; }

.map__pin-arrow {
  height: 40px;
  width: 30px;
  left: -31px;
  top: 4px;
  position: absolute;
  bottom: 0;
  display: block;
  -webkit-transform: skew(0, -15deg);
  transform: skew(0, -15deg);
  overflow: hidden;
  -webkit-transform-style: preserve-3d; }
  @media (min-width: 721px) {
    .map__pin-arrow {
      height: 40px;
      width: 30px;
      left: -31px;
      top: 4px; } }
  @media (min-width: 1001px) {
    .map__pin-arrow {
      height: 65px;
      width: 46px;
      left: -47px;
      top: 6px; } }
  .map__pin-arrow:before {
    border-width: 0 0 40px 30px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #5b5279 transparent;
    position: absolute;
    top: 0;
    left: 0; }
    @media (min-width: 721px) {
      .map__pin-arrow:before {
        border-width: 0 0 40px 30px; } }
    @media (min-width: 1001px) {
      .map__pin-arrow:before {
        border-width: 0 0 65px 46px; } }

.map__pin-loh {
  left: 19.9690402477%;
  top: 7.26141078838%; }

.map__pin-dy {
  right: 15.9442724458%;
  bottom: 29.8755186722%; }

.map__pin-arrow--right {
  right: -31px;
  left: auto;
  -webkit-transform: skew(0, 15deg);
  transform: skew(0, 15deg); }
  @media (min-width: 721px) {
    .map__pin-arrow--right {
      right: -31px; } }
  @media (min-width: 1001px) {
    .map__pin-arrow--right {
      right: -47px; } }
  .map__pin-arrow--right:before {
    border-width: 0 30px 40px 0; }
    @media (min-width: 721px) {
      .map__pin-arrow--right:before {
        border-width: 0 30px 40px 0; } }
    @media (min-width: 1001px) {
      .map__pin-arrow--right:before {
        border-width: 0 46px 65px 0; } }

.map__pin--main {
  background: #0090a0;
  color: #FFF; }
  .map__pin--main:hover {
    color: #FFF;
    background: #02727e; }
  .map__pin--main:hover > .map__pin-arrow--right:before {
    border-color: transparent transparent #02727e transparent; }
  .map__pin--main:before, .map__pin--main:after {
    border-top-color: #FFF;
    border-right-color: #FFF; }
  .map__pin--main .map__pin-arrow:before {
    border-color: transparent transparent #0090a0 transparent; }
  .map__pin--main .map__pin-arrow--right:before {
    border-color: transparent transparent #0090a0 transparent; }

.footer__container {
  position: relative; }

.footer__newsletter,
.footer__site-info,
.footer__nav,
.footer__figure {
  -sgs-span-settings: ("span": 8, "location": 1, "grid": 6, "gutter": 0.4, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
  width: 135%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
  margin: 0;
  position: relative;
  z-index: 1; }

.footer__social,
.footer__about {
  margin: 0;
  position: relative;
  z-index: 1; }

.footer__social {
  width: 100%; }

@media (min-width: 721px) {
  .footer__sections {
    position: relative;
    -sgs-span-settings: ("span": 9, "location": 2, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 74.51623%;
    float: left;
    margin-right: -100%;
    margin-left: 8.49459%;
    clear: none; }
  .footer__newsletter,
  .footer__site-info,
  .footer__nav,
  .footer__social,
  .footer__about {
    -sgs-span-settings: ("span": 6, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 49.03247%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin: 0; }
  .footer__site-name {
    -sgs-span-settings: ("span": 12, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

@media (min-width: 1001px) {
  .footer {
    margin-top: 0; }
  .footer__sections {
    -sgs-span-settings: ("span": 9, "location": 2, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 74.30556%;
    float: left;
    margin-right: -100%;
    margin-left: 8.56481%;
    clear: none; }
  .footer__copyright {
    text-align: left; }
  .footer__newsletter,
  .footer__site-info,
  .footer__nav,
  .footer__social,
  .footer__about {
    -sgs-span-settings: ("span": 5, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 40.0463%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin: 0; }
  .footer__site-name {
    -sgs-span-settings: ("span": 12, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

@media (min-width: 721px) {
  .footer__figure {
    -sgs-span-settings: ("span": 6.5, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 53.27976%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin: 0; } }

@media (min-width: 1001px) {
  .footer__figure {
    -sgs-span-settings: ("span": 6, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 48.61111%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin: 0; } }

.footer__sections {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media (min-width: 721px) {
    .footer__sections {
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; } }

@media (min-width: 721px) {
  .footer__site-name {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .footer__social {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .footer__newsletter {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .footer__site-info {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .footer__nav {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; } }

@media (max-width: 720px) {
  .footer__inner {
    overflow: hidden; } }

.footer__inner:before,
.footer__figure:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: #ECECEC;
  z-index: 0;
  margin: 0%;
  -webkit-transform: skewY(-6deg);
  transform: skewY(-6deg); }

.footer__inner:after {
  content: '';
  bottom: 0;
  height: 300px;
  background: #ececec;
  position: absolute;
  left: 0;
  bottom: -200px;
  width: 100%;
  z-index: -1; }

.footer__inner {
  padding-top: 0;
  padding-bottom: 18px;
  position: relative; }
  @media (min-width: 721px) {
    .footer__inner {
      padding-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 1001px) {
    .footer__inner {
      padding-top: 30px; } }
  .footer__inner:before {
    height: 410px;
    bottom: 0; }
    @media (min-width: 721px) {
      .footer__inner:before {
        height: 50%;
        bottom: 0; } }
    @media (min-width: 1001px) {
      .footer__inner:before {
        height: 350px;
        bottom: -20%; } }

.footer__figure {
  position: relative;
  bottom: auto;
  left: auto;
  margin-top: 40px;
  height: 10px;
  z-index: 0; }
  @media (min-width: 721px) {
    .footer__figure {
      position: absolute;
      bottom: 210px;
      left: 100%;
      margin-top: 0; } }
  @media (min-width: 1001px) {
    .footer__figure {
      bottom: 290px;
      left: 90.45%; } }
  .footer__figure:before {
    display: block;
    height: 1000px;
    top: 0;
    left: -20px;
    right: -20px; }
    @media (min-width: 721px) {
      .footer__figure:before {
        display: none; } }

.footer__figure-box {
  bottom: -90px;
  right: 20px;
  position: absolute;
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-align: right; }
  @media (min-width: 721px) {
    .footer__figure-box {
      bottom: -95px;
      right: 50px; } }
  @media (min-width: 1001px) {
    .footer__figure-box {
      bottom: -175px;
      right: 20px; } }
  .footer__figure-box img {
    max-width: 96px;
    min-width: 96px;
    width: 100%; }
    @media (min-width: 721px) {
      .footer__figure-box img {
        max-width: 114px;
        min-width: 114px; } }
    @media (min-width: 1001px) {
      .footer__figure-box img {
        max-width: 130px;
        min-width: 130px; } }

.footer__about {
  padding-bottom: 12px; }
  @media (min-width: 721px) {
    .footer__about {
      height: 210px;
      padding-bottom: 0; } }
  @media (min-width: 1001px) {
    .footer__about {
      height: 290px; } }
  @media (min-width: 721px) {
    .footer__about {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 0; } }
  .footer__about h2 {
    max-width: 150px;
    margin-bottom: 20px; }
    .footer__about h2 a {
      color: #000; }
      .footer__about h2 a:hover {
        color: #0090a0; }
  .footer__about a {
    color: #8a9994;
    text-decoration: none; }
    .footer__about a:hover {
      color: #000;
      text-decoration: underline; }

.footer__social {
  margin-top: 30px;
  text-align: right; }
  @media (min-width: 721px) {
    .footer__social {
      margin-top: 30px;
      text-align: left; } }
  .footer__social ul {
    width: 100%;
    margin-bottom: 0; }
    @media (min-width: 721px) {
      .footer__social ul {
        width: 300px;
        margin-bottom: 40px; } }
  .footer__social li {
    margin-bottom: 12px; }
    @media (min-width: 721px) {
      .footer__social li {
        margin-bottom: 0; } }
  .footer__social a {
    position: relative;
    display: block;
    padding: 0; }
    .footer__social a svg {
      position: relative;
      width: 22px;
      height: 22px;
      fill: #0090a0; }
    .footer__social a:hover:before {
      background: #0090a0;
      opacity: 1; }
    .footer__social a:hover svg {
      fill: #443c61; }

.footer__nav {
  margin-top: 30px;
  position: inherit;
  width: 100%; }
  @media (min-width: 721px) {
    .footer__nav {
      margin-top: 30px; } }
  @media (min-width: 1001px) {
    .footer__nav {
      margin-top: 50px; } }
  .footer__nav li {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  @media (min-width: 721px) {
    .footer__nav li {
      margin-bottom: 20px;
      display: inline-block;
      width: 44%;
      margin-right: 1em; }
      .footer__nav li:last-child {
        margin-bottom: 0; } }
  .footer__nav a {
    color: #000;
    text-decoration: none; }
    .footer__nav a:hover {
      color: #0090a0;
      text-decoration: underline; }
    .footer__nav a.legion-link {
      color: #5b5279; }
      .footer__nav a.legion-link:hover {
        color: #443c61; }
    .footer__nav a.deyoung-link {
      color: #0090a0; }
      .footer__nav a.deyoung-link:hover {
        color: #02727e; }

.footer__newsletter {
  margin-bottom: 30px;
  margin-top: 20px; }
  @media (min-width: 721px) {
    .footer__newsletter {
      margin-bottom: 0;
      margin-top: 80px; } }

.footer__site-info {
  margin-top: 30px; }
  @media (min-width: 721px) {
    .footer__site-info {
      margin-top: 28px; } }
  @media (min-width: 1001px) {
    .footer__site-info {
      margin-top: 24px; } }

.footer__phone {
  margin-top: 20px;
  margin-bottom: 40px; }
  @media (min-width: 721px) {
    .footer__phone {
      margin-top: 40px;
      margin-bottom: 0; } }
  @media (min-width: 1001px) {
    .footer__phone {
      margin-top: 27px; } }

.footer__phone-link {
  color: #0090a0; }
  .footer__phone-link svg {
    fill: #0090a0;
    width: 13px;
    height: 19px;
    margin-right: 8px;
    margin-bottom: -5px; }
  .footer__phone-link:hover {
    color: #4b5659; }
    .footer__phone-link:hover svg {
      fill: #4b5659; }

.footer__copyright {
  height: 70px;
  padding-top: 20px;
  text-align: center;
  position: absolute;
  bottom: -200px; }
  @media (min-width: 721px) {
    .footer__copyright {
      height: 90px;
      padding-top: 30px;
      text-align: left; } }

.footer__museum-id {
  height: 45px;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 0;
  margin-left: -10px; }
  @media (min-width: 721px) {
    .footer__museum-id {
      margin-top: -100px; } }
  .footer__museum-id img {
    height: 78%; }
    @media (min-width: 721px) {
      .footer__museum-id img {
        height: 70%; } }
    @media (min-width: 1001px) {
      .footer__museum-id img {
        height: 100%; } }

.header {
  z-index: 100; }

.header--tall {
  display: none;
  height: 0;
  background-color: #FFF;
  position: relative; }
  @media (min-width: 721px) {
    .header--tall {
      display: block;
      height: 160px; } }
  @media (min-width: 1001px) {
    .header--tall {
      height: 160px; } }
  .header--tall:after {
    background-color: #FFF;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 20px; }
  .header--tall .cta {
    line-height: 60px; }
  .header--tall .header__top {
    float: right; }
  .header--tall .header__bottom {
    clear: both;
    float: right; }

.header--short {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  height: 69px;
  position: fixed;
  top: 0;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 100%;
  background: #FFF; }
  @media (min-width: 721px) {
    .header--short {
      -webkit-transform: translateY(-200%);
      transform: translateY(-200%); } }
  .header--short.header--expanded {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .header--short .header__nav-search-cta {
    float: right;
    height: 100%;
    position: relative; }
    @media (min-width: 721px) {
      .header--short .header__nav-search-cta {
        margin-right: -10px; } }
    @media (min-width: 1001px) {
      .header--short .header__nav-search-cta {
        margin-right: -40px; } }

.header__inner {
  height: 100%; }

.header--tall .header__logo {
  float: left;
  height: auto;
  position: relative; }
  .header--tall .header__logo .header__logo-inner {
    margin-top: 19px;
    height: 74px;
    width: auto; }
    .header--tall .header__logo .header__logo-inner img {
      height: 100%;
      width: auto; }

.header--short .header__logo {
  float: left;
  height: 100%;
  position: relative; }
  .header--short .header__logo .header__logo-inner {
    height: 41px;
    margin-top: 13px;
    min-width: 210px;
    width: auto; }

.header__logo-inner img {
  display: block;
  width: 100%; }

.header--short .header__logo-inner {
  width: 200px;
  height: 100%;
  position: absolute; }
  @media (min-width: 721px) {
    .header--short .header__logo-inner {
      width: 185px; } }
  .header--short .header__logo-inner a {
    display: block;
    height: 100%;
    overflow: hidden;
    height: 41px; }
    .header--short .header__logo-inner a img {
      height: 100%;
      width: auto; }

@media (min-width: 721px) {
  .header__nav {
    float: left; } }

@media (min-width: 721px) {
  .header--tall .header__nav {
    margin-top: 20px; } }

@media (min-width: 1001px) {
  .header--tall .header__nav {
    margin-top: 30px; } }

.header--short .header__nav {
  display: none; }
  @media (min-width: 721px) {
    .header--short .header__nav {
      display: block;
      margin-top: 24px; } }

.header__nav-item {
  float: left; }
  .header__nav-item a {
    color: #000;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: 500; }
    @media (min-width: 721px) {
      .header__nav-item a {
        font-size: 14px; } }
    @media (min-width: 1001px) {
      .header__nav-item a {
        font-size: 16px; } }
    .header__nav-item a:hover {
      color: #0090a0;
      text-decoration: underline; }
  .header__nav-item.buy {
    margin-bottom: 60px; }
    .header__nav-item.buy a {
      color: #0090a0; }
      .header__nav-item.buy a:hover {
        color: #02727e; }
    @media (min-width: 721px) {
      .header__nav-item.buy {
        display: none; } }
  .header--tall .header__nav-item + .header__nav-item {
    margin-left: 50px; }
    @media (min-width: 1001px) {
      .header--tall .header__nav-item + .header__nav-item {
        margin-left: 70px; } }
  @media (min-width: 721px) {
    .header--short .header__nav-item + .header__nav-item {
      margin-left: 35px; } }
  @media (min-width: 1001px) {
    .header--short .header__nav-item + .header__nav-item {
      margin-left: 40px; } }

.header__nav-item--active a {
  color: #0090a0; }

.header__search-button svg {
  height: 30px;
  width: 34px;
  fill: #0090a0; }
  @media (min-width: 721px) {
    .header__search-button svg {
      height: 19px;
      width: 21px; } }
  @media (min-width: 1001px) {
    .header__search-button svg {
      height: 24px;
      width: 27px; } }

@media (min-width: 721px) {
  .header--tall .header__search-button {
    float: left;
    margin-left: 40px;
    margin-top: 21px; } }

@media (min-width: 1001px) {
  .header--tall .header__search-button {
    margin-left: 60px;
    margin-top: 30px; } }

.header--short .header__search-button {
  display: none; }
  @media (min-width: 721px) {
    .header--short .header__search-button {
      display: block;
      float: left;
      margin-left: 40px;
      margin-top: 20px; } }
  @media (min-width: 1001px) {
    .header--short .header__search-button {
      margin-top: 18px; } }

.header__ticker {
  float: left;
  margin-right: 20px;
  margin-top: 20px; }
  .header--short .header__ticker {
    display: none; }

.header__buy-tickets-cta {
  white-space: nowrap; }
  .header--tall .header__buy-tickets-cta {
    float: left; }
  .header--short .header__buy-tickets-cta {
    line-height: 45px;
    padding: 0 20px;
    position: absolute;
    right: -20px;
    top: 100%; }
    @media (min-width: 721px) {
      .header--short .header__buy-tickets-cta {
        padding: 0 25px;
        right: 0; } }
    @media (min-width: 1001px) {
      .header--short .header__buy-tickets-cta {
        float: left;
        height: 69px;
        margin-left: 30px;
        padding: 0 30px;
        position: relative;
        top: 0; } }

.header__nav-toggle {
  right: -20px;
  background-color: #000;
  height: 70px;
  position: absolute;
  top: 0;
  width: 70px; }
  @media (min-width: 721px) {
    .header__nav-toggle {
      right: 0; } }
  .header__nav-toggle:hover {
    background-color: #02727e; }
  @media (min-width: 721px) {
    .header__nav-toggle {
      display: none; } }

.header__nav-toggle-bar {
  background-color: #FFF;
  display: block;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  position: relative;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  width: 24px; }
  .header__nav-toggle-bar:nth-child(1) {
    margin-top: -8px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  .header__nav-toggle-bar:nth-child(3) {
    -webkit-transform-origin: right center;
    transform-origin: right center; }
  .header__nav-toggle-bar:nth-child(4) {
    margin-top: -10px; }
  .header__nav-toggle--active .header__nav-toggle-bar:nth-child(1) {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  .header__nav-toggle--active .header__nav-toggle-bar:nth-child(2) {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .header__nav-toggle--active .header__nav-toggle-bar:nth-child(3) {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  .header__nav-toggle--active .header__nav-toggle-bar:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.header__search-inner {
  position: relative; }
  @media (min-width: 721px) {
    .header__search-inner {
      -sgs-span-settings: ("span": 10, "location": 2, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 83.01082%;
      float: left;
      margin-right: -100%;
      margin-left: 8.49459%;
      clear: none;
      margin-top: 130px; } }
  @media (min-width: 1001px) {
    .header__search-inner {
      -sgs-span-settings: ("span": 8, "location": 3, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 65.74074%;
      float: left;
      margin-right: -100%;
      margin-left: 17.12963%;
      clear: none;
      margin-top: 140px; } }

.header__search-close-button {
  height: 24px;
  opacity: 1;
  width: 24px;
  line-height: normal; }
  .header__search-close-button svg {
    fill: #0090a0;
    height: 24px;
    pointer-events: none;
    width: 24px; }
  .header__search-close-button:active {
    top: 0; }

.header__search-form {
  clear: both;
  margin-top: 90px; }

.header__search-label {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 700;
  letter-spacing: .010em;
  color: #000;
  font-weight: 300; }
  @media (min-width: 721px) {
    .header__search-label {
      font-size: 23px;
      line-height: 29px;
      letter-spacing: 0.1px; } }
  @media (min-width: 1001px) {
    .header__search-label {
      font-size: 23px;
      line-height: 29px;
      letter-spacing: 0.5px; } }
  .header__search-label a {
    font-weight: 700; }

.header__search-field[type="text"] {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 700;
  letter-spacing: .010em;
  border: none;
  border-bottom: 1px solid #FFF;
  color: #8a9994;
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px; }
  @media (min-width: 721px) {
    .header__search-field[type="text"] {
      font-size: 23px;
      line-height: 29px;
      letter-spacing: 0.1px; } }
  @media (min-width: 1001px) {
    .header__search-field[type="text"] {
      font-size: 23px;
      line-height: 29px;
      letter-spacing: 0.5px; } }
  .header__search-field[type="text"] a {
    font-weight: 700; }
  .header__search-field[type="text"]:focus {
    color: #FFF; }

.header--landing {
  height: 100px; }
  .header--landing .header__nav-search-cta {
    margin-right: 0; }
    .header--landing .header__nav-search-cta .header__nav {
      margin-top: 60px; }

.map__media {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: 100% !important;
  opacity: 0;
  transition: opacity 200ms ease; }

.map__pin {
  height: 40px;
  padding-left: 20px;
  padding-right: 46px;
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  background: #5b5279;
  color: #FFF; }
  @media (min-width: 721px) {
    .map__pin {
      height: 40px;
      padding-left: 20px;
      padding-right: 49px; } }
  @media (min-width: 1001px) {
    .map__pin {
      height: 65px;
      padding-left: 22px;
      padding-right: 77px; } }
  .map__pin:before, .map__pin:after {
    width: 19px;
    height: 19px;
    top: 10px;
    right: 10px;
    content: "";
    position: absolute;
    border: solid #FFF;
    border-width: 0;
    z-index: 10;
    transition: all 200ms ease; }
    @media (min-width: 721px) {
      .map__pin:before, .map__pin:after {
        width: 19px;
        height: 19px;
        top: 10px;
        right: 10px; } }
    @media (min-width: 1001px) {
      .map__pin:before, .map__pin:after {
        width: 31px;
        height: 31px;
        top: 16px;
        right: 16px; } }
  .map__pin:after {
    width: 0 !important;
    height: 0 !important;
    border: 0;
    border-top: 0 solid #FFF;
    border-left: 0 solid transparent; }
  .map__pin:hover {
    color: #FFF;
    background: #443c61; }
  .map__pin:hover > .map__pin-arrow:before {
    border-color: transparent transparent #443c61 transparent; }
  .map__pin svg {
    fill: #FFF;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 12px; }
  .map__pin:hover svg {
    fill: #FFF; }

.map__pin-arrow {
  height: 40px;
  width: 30px;
  left: -31px;
  top: 4px;
  position: absolute;
  bottom: 0;
  display: block;
  -webkit-transform: skew(0, -15deg);
  transform: skew(0, -15deg);
  overflow: hidden;
  -webkit-transform-style: preserve-3d; }
  @media (min-width: 721px) {
    .map__pin-arrow {
      height: 40px;
      width: 30px;
      left: -31px;
      top: 4px; } }
  @media (min-width: 1001px) {
    .map__pin-arrow {
      height: 65px;
      width: 46px;
      left: -47px;
      top: 6px; } }
  .map__pin-arrow:before {
    border-width: 0 0 40px 30px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #5b5279 transparent;
    position: absolute;
    top: 0;
    left: 0; }
    @media (min-width: 721px) {
      .map__pin-arrow:before {
        border-width: 0 0 40px 30px; } }
    @media (min-width: 1001px) {
      .map__pin-arrow:before {
        border-width: 0 0 65px 46px; } }

.map__pin-loh {
  left: 19.9690402477%;
  top: 7.26141078838%; }

.map__pin-dy {
  right: 15.9442724458%;
  bottom: 29.8755186722%; }

.map__pin-arrow--right {
  right: -31px;
  left: auto;
  -webkit-transform: skew(0, 15deg);
  transform: skew(0, 15deg); }
  @media (min-width: 721px) {
    .map__pin-arrow--right {
      right: -31px; } }
  @media (min-width: 1001px) {
    .map__pin-arrow--right {
      right: -47px; } }
  .map__pin-arrow--right:before {
    border-width: 0 30px 40px 0; }
    @media (min-width: 721px) {
      .map__pin-arrow--right:before {
        border-width: 0 30px 40px 0; } }
    @media (min-width: 1001px) {
      .map__pin-arrow--right:before {
        border-width: 0 46px 65px 0; } }

.map__pin--main {
  background: #0090a0;
  color: #FFF; }
  .map__pin--main:hover {
    color: #FFF;
    background: #02727e; }
  .map__pin--main:hover > .map__pin-arrow--right:before {
    border-color: transparent transparent #02727e transparent; }
  .map__pin--main:before, .map__pin--main:after {
    border-top-color: #FFF;
    border-right-color: #FFF; }
  .map__pin--main .map__pin-arrow:before {
    border-color: transparent transparent #0090a0 transparent; }
  .map__pin--main .map__pin-arrow--right:before {
    border-color: transparent transparent #0090a0 transparent; }

.museum-details,
section.museum-details {
  overflow: visible; }
  .museum-details__inner,
  section.museum-details__inner {
    position: relative;
    margin-bottom: 120px; }
    .museum-details__inner:after,
    section.museum-details__inner:after {
      content: '';
      display: table;
      clear: both; }
    .museum-details__inner:before,
    section.museum-details__inner:before {
      content: '';
      display: block;
      position: absolute;
      left: -20px;
      top: 0;
      width: calc(82.5% + 20px);
      height: calc(100% + 110px);
      background: transparent; }
    .museum-details__inner--loh,
    section.museum-details__inner--loh {
      padding-top: 0; }

.museum-details__media {
  position: absolute;
  left: -20px;
  top: 0;
  background-size: cover; }
  .museum-details__media:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0090a0;
    opacity: 0.7;
    z-index: 3; }
  .museum-details__media img {
    display: none; }
  .museum-details--deyoung .museum-details__media {
    width: calc(29.8% + 20px);
    height: 573px; }
  html.cssclippathpolygon .museum-details--deyoung .museum-details__media {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 150px, 38% 150px, 38% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 150px, 38% 150px, 38% 100%, 0 100%); }
  .museum-details--loh .museum-details__media {
    position: relative;
    top: 0;
    float: left;
    width: calc(48.6% + 20px);
    height: 286px; }

.museum-details__text {
  position: relative; }
  .museum-details__text .museum-details__hours {
    position: relative;
    z-index: 1; }
    .museum-details__text .museum-details__hours h5 {
      font-size: 16px;
      line-height: 21px;
      font-family: "akzidenz-grotesk-next-pro", sans-serif;
      font-weight: 500;
      letter-spacing: .010em;
      color: #8a9994;
      margin-bottom: 25px;
      font-weight: 500; }
      @media (min-width: 721px) {
        .museum-details__text .museum-details__hours h5 {
          font-size: 16px;
          line-height: 21px; } }
      @media (min-width: 1001px) {
        .museum-details__text .museum-details__hours h5 {
          font-size: 18px;
          line-height: 23px; } }
    .museum-details__text .museum-details__hours h4 {
      font-size: 14px;
      line-height: 16px;
      font-family: "akzidenz-grotesk-next-pro", sans-serif;
      font-weight: 500;
      letter-spacing: .020em;
      height: 58px;
      margin-bottom: 20px;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      color: #8a9994;
      padding-right: 30px;
      border: solid #8a9994;
      border-width: 2px 0;
      border-radius: 2px 0 0 1px;
      z-index: 2; }
      @media (min-width: 721px) {
        .museum-details__text .museum-details__hours h4 {
          font-size: 14px;
          line-height: 16px; } }
      @media (min-width: 1001px) {
        .museum-details__text .museum-details__hours h4 {
          font-size: 16px;
          line-height: 18px; } }
      @media (min-width: 721px) {
        .museum-details__text .museum-details__hours h4 {
          height: 52px;
          margin-bottom: 30px; } }
      @media (min-width: 1001px) {
        .museum-details__text .museum-details__hours h4 {
          height: 54px;
          margin-bottom: 30px; } }
      .museum-details__text .museum-details__hours h4:before, .museum-details__text .museum-details__hours h4:after {
        content: '';
        position: absolute;
        border-top: 2px solid #8a9994;
        border-radius: 2px;
        width: 26px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%; }
      .museum-details__text .museum-details__hours h4:before {
        top: 16px;
        left: -17px; }
      .museum-details__text .museum-details__hours h4:after {
        bottom: -20px;
        left: -18px; }
      @media (min-width: 721px) {
        .museum-details__text .museum-details__hours h4:before {
          left: -25px;
          top: 22px;
          width: 35px; }
        .museum-details__text .museum-details__hours h4:after {
          left: -25px;
          bottom: -27px;
          width: 36px; } }
    .museum-details__text .museum-details__hours .item-title {
      font-size: 14px;
      line-height: 16px;
      font-family: "akzidenz-grotesk-next-pro", sans-serif;
      font-weight: 500;
      letter-spacing: .020em;
      margin-bottom: 8px;
      position: relative;
      color: #000;
      z-index: 2; }
      @media (min-width: 721px) {
        .museum-details__text .museum-details__hours .item-title {
          font-size: 14px;
          line-height: 16px; } }
      @media (min-width: 1001px) {
        .museum-details__text .museum-details__hours .item-title {
          font-size: 16px;
          line-height: 18px; } }
      @media (min-width: 721px) {
        .museum-details__text .museum-details__hours .item-title {
          margin-bottom: 10px; } }
      @media (min-width: 1001px) {
        .museum-details__text .museum-details__hours .item-title {
          margin-bottom: 15px; } }
    .museum-details__text .museum-details__hours li:not(:last-of-type) {
      margin-bottom: 25px; }
      @media (min-width: 721px) {
        .museum-details__text .museum-details__hours li:not(:last-of-type) {
          margin-bottom: 35px; } }
      @media (min-width: 1001px) {
        .museum-details__text .museum-details__hours li:not(:last-of-type) {
          margin-bottom: 35px; } }
    .museum-details__text .museum-details__hours .item-subtitle {
      font-size: 14px;
      line-height: 16px;
      font-family: "akzidenz-grotesk-next-pro", sans-serif;
      font-weight: 500;
      letter-spacing: .020em;
      position: relative;
      display: block;
      margin-bottom: 6px;
      z-index: 2; }
      @media (min-width: 721px) {
        .museum-details__text .museum-details__hours .item-subtitle {
          font-size: 14px;
          line-height: 16px; } }
      @media (min-width: 1001px) {
        .museum-details__text .museum-details__hours .item-subtitle {
          font-size: 16px;
          line-height: 18px; } }
    .museum-details__text .museum-details__hours .cta--text {
      font-size: 24px;
      line-height: 29px;
      letter-spacing: 0.1px;
      font-family: "akzidenz-grotesk-next-pro", sans-serif;
      font-weight: 700;
      letter-spacing: .010em;
      margin-bottom: 25px;
      z-index: 2; }
      @media (min-width: 721px) {
        .museum-details__text .museum-details__hours .cta--text {
          font-size: 24px;
          line-height: 29px;
          letter-spacing: 0.1px; } }
      @media (min-width: 1001px) {
        .museum-details__text .museum-details__hours .cta--text {
          font-size: 32px;
          line-height: 39px;
          letter-spacing: 0.1px; } }
      .museum-details__text .museum-details__hours .cta--text a {
        font-weight: 700; }
    .museum-details--deyoung .museum-details__text .museum-details__hours {
      min-height: 260px;
      -sgs-span-settings: ("span": 3, "location": 4, "grid": 6, "gutter": 0.4, "style": "opposite", "start row": false, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 47.5%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; }
    .museum-details--loh .museum-details__text .museum-details__hours {
      width: calc(47.5% - 20px);
      float: right; }
  .museum-details__text .buy-tickets {
    -sgs-span-settings: ("span": 6, "location": 1, "grid": 6, "gutter": 0.4, "style": "opposite", "start row": true, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    position: relative;
    padding-top: 30px;
    clear: both;
    z-index: 2; }
    .museum-details__text .buy-tickets .cta--text {
      font-size: 24px;
      line-height: 29px;
      letter-spacing: 0.1px;
      font-family: "akzidenz-grotesk-next-pro", sans-serif;
      font-weight: 700;
      letter-spacing: .010em;
      margin-bottom: 25px;
      z-index: 2;
      color: #0090a0; }
      @media (min-width: 721px) {
        .museum-details__text .buy-tickets .cta--text {
          font-size: 24px;
          line-height: 29px;
          letter-spacing: 0.1px; } }
      @media (min-width: 1001px) {
        .museum-details__text .buy-tickets .cta--text {
          font-size: 32px;
          line-height: 39px;
          letter-spacing: 0.1px; } }
      .museum-details__text .buy-tickets .cta--text a {
        font-weight: 700; }
      .museum-details__text .buy-tickets .cta--text a {
        color: #0090a0; }
        .museum-details__text .buy-tickets .cta--text a:hover {
          color: #000; }
  .museum-details--deyoung .museum-details__text {
    padding-top: 170px; }
  html:not(.cssclippathpolygon) .museum-details--deyoung .museum-details__text .museum-details__hours {
    padding-right: 9.09091%; }
    html:not(.cssclippathpolygon) .museum-details--deyoung .museum-details__text .museum-details__hours:before {
      content: '';
      display: block;
      position: absolute;
      top: -30px;
      left: -60px;
      width: calc(100% + 60px);
      height: calc(100% + 40px);
      background: #ECECEC;
      z-index: 1; }
  html:not(.cssclippathpolygon) .museum-details--deyoung .museum-details__text .buy-tickets {
    padding-right: 9.09091%; }

html:not(.cssclippathpolygon) .museum-details--deyoung .museum-details__inner:before {
  width: calc(100% + 20px); }
  @media (min-width: 721px) {
    html:not(.cssclippathpolygon) .museum-details--deyoung .museum-details__inner:before {
      width: calc(100% + 25px); } }
  @media (min-width: 1001px) {
    html:not(.cssclippathpolygon) .museum-details--deyoung .museum-details__inner:before {
      width: calc(100% + 40px); } }

@media (min-width: 721px) {
  .museum-details__inner {
    margin-bottom: 160px; }
    .museum-details__inner:before {
      left: -25px;
      top: 0;
      width: calc(91.50541% + 25px);
      height: calc(100% + 80px); }
    .museum-details__inner--loh:before {
      height: calc(100% - 40px); }
    html:not(.cssclippathpolygon) .museum-details__inner__deyoung:before {
      width: calc(100% + 25px); }
  .museum-details__media {
    left: -25px; }
    .museum-details--deyoung .museum-details__media {
      width: calc(74.5% + 25px);
      height: 520px; }
    html.cssclippathpolygon .museum-details--deyoung .museum-details__media {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 180px, 45.5% 180px, 45.5% 100%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 180px, 45.5% 180px, 45.5% 100%, 0 100%); }
    .museum-details--loh .museum-details__media {
      width: calc(38% + 25px);
      height: 573px; }
  .museum-details__text {
    -sgs-span-settings: ("span": 7, "location": 6, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": false, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 57.52706%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
    .museum-details__text .museum-details__hours {
      float: left;
      width: 50%;
      padding-right: 3.37%; }
      .museum-details__text .museum-details__hours h4 {
        border: none;
        height: auto;
        font-size: 18px; }
      .museum-details__text .museum-details__hours h4:before,
      .museum-details__text .museum-details__hours h4:after {
        display: none; }
    .museum-details__text .buy-tickets {
      float: left;
      width: 50%;
      padding-top: 0;
      margin-right: 0;
      clear: none; }
    .museum-details--deyoung .museum-details__text {
      padding-top: 220px; }
      .museum-details--deyoung .museum-details__text .museum-details__hours {
        float: left;
        min-height: 0; }
    .museum-details--loh .museum-details__text .museum-details__hours {
      float: left; }
    html:not(.cssclippathpolygon) .museum-details--deyoung .museum-details__text {
      padding-top: 0;
      margin-top: 220px; }
      html:not(.cssclippathpolygon) .museum-details--deyoung .museum-details__text:before {
        content: '';
        display: block;
        position: absolute;
        top: -30px;
        left: -60px;
        width: calc(100% + 25px);
        height: calc(100% + 40px);
        z-index: 1; }
      html:not(.cssclippathpolygon) .museum-details--deyoung .museum-details__text .museum-details__hours {
        padding-right: 4.34783%; }
        html:not(.cssclippathpolygon) .museum-details--deyoung .museum-details__text .museum-details__hours:before {
          display: none; } }

@media (min-width: 1001px) {
  .museum-details__inner:before {
    left: -40px;
    top: 0;
    width: calc(74.30556% + 40px);
    height: calc(100% + 80px); }
  .museum-details__inner--loh:before {
    height: calc(100% + 100px); }
  .museum-details__media {
    left: -40px; }
    .museum-details--deyoung .museum-details__media {
      width: calc(82.87037% + 40px);
      height: 600px; }
    html.cssclippathpolygon .museum-details--deyoung .museum-details__media {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 230px, 41% 230px, 41% 100%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 230px, 41% 230px, 41% 100%, 0 100%); }
    .museum-details--loh .museum-details__media {
      width: calc(37.8% + 40px);
      height: 573px; }
  .museum-details__text {
    -sgs-span-settings: ("span": 7, "location": 6, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 57.17593%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
    .museum-details--deyoung .museum-details__text {
      padding-top: 295px; }
    html:not(.cssclippathpolygon) .museum-details--deyoung .museum-details__text:before {
      top: -40px;
      left: -60px;
      width: calc(100% + 40px);
      height: calc(100% + 120px); } }

@media (min-width: 1401px) {
  html.cssclippathpolygon .museum-details--deyoung .museum-details__media {
    height: 840px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 294px, 41% 294px, 41% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 294px, 41% 294px, 41% 100%, 0 100%); }
  .museum-details--loh .museum-details__media {
    width: calc(40.8% + 40px);
    height: 740px; }
  .museum-details--deyoung .museum-details__text {
    padding-top: 355px; }
  .museum-details--loh .museum-details__text {
    width: 55%;
    float: right; } }

.navigation {
  background-color: #0090a0;
  bottom: 100%;
  overflow: hidden;
  position: fixed;
  transition: bottom 0.4s;
  width: 100%;
  z-index: 200; }

.navigation--expanded {
  bottom: 0; }

.navigation__logo-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  position: relative;
  width: 100%; }

.navigation__logo {
  display: none;
  position: absolute;
  max-width: calc(100% - 20px); }

.navigation__scroll-container {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible; }
  .navigation--scrollable .navigation__scroll-container {
    overflow: auto; }

.navigation::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 0;
  height: 100%;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  margin-right: -37%;
  -webkit-transform-origin: top left;
  transform-origin: top left; }

.navigation__inner {
  position: relative; }
  @media (min-width: 721px) {
    .navigation__inner {
      margin: 0 20px;
      max-width: 1320px;
      position: relative;
      width: auto; }
      .navigation__inner:after {
        content: '';
        display: table;
        clear: both; } }
  @media (min-width: 721px) and (min-width: 721px) {
    .navigation__inner {
      margin: 0 25px; } }
  @media (min-width: 721px) and (min-width: 1001px) {
    .navigation__inner {
      margin: 0 40px; } }
  @media (min-width: 721px) and (min-width: 1401px) {
    .navigation__inner {
      margin: 0 auto; } }

.navigation__close-button {
  display: none;
  position: absolute;
  right: 0;
  top: 40px; }
  @media (min-width: 721px) {
    .navigation__close-button {
      display: block; } }
  .navigation__close-button svg {
    height: 36px;
    fill: #FFF;
    width: 36px; }
  .navigation__close-button:hover svg {
    fill: #000; }

.navigation__nav {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }

.navigation__nav--active {
  height: auto;
  position: relative; }

@media (min-width: 721px) {
  .navigation__nav-primary {
    display: none; } }

.navigation__search-field[type="text"] {
  background-color: #ECECEC;
  color: #000;
  border: none;
  display: block;
  height: 60px;
  padding-right: 70px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 300;
  color: #000;
  font-variant-numeric: proportional-nums; }
  @media (min-width: 721px) {
    .navigation__search-field[type="text"] {
      font-size: 14px;
      line-height: 22px; } }
  @media (min-width: 1001px) {
    .navigation__search-field[type="text"] {
      font-size: 16px;
      line-height: 24px; } }

.navigation__search-button {
  position: absolute;
  right: 20px;
  position: absolute;
  top: 16px; }
  .navigation__search-button svg {
    height: 30px;
    fill: #0090a0;
    width: 34px; }

.navigation__back-button {
  background-color: #ECECEC;
  height: 60px;
  padding-left: 20px;
  text-align: left;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 500;
  letter-spacing: .020em; }
  @media (min-width: 721px) {
    .navigation__back-button {
      font-size: 14px;
      line-height: 16px; } }
  @media (min-width: 1001px) {
    .navigation__back-button {
      font-size: 16px;
      line-height: 18px; } }
  @media (min-width: 721px) {
    .navigation__back-button {
      display: none; } }
  .navigation__back-button svg {
    fill: #0090a0;
    height: 11px;
    width: 6px; }

.navigation__back-button-label {
  color: #0090a0;
  margin-left: 8px; }

@media (min-width: 721px) {
  .navigation__subnav {
    -sgs-span-settings: ("span": 3, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 23.5487%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-top: 45px; } }

.navigation__nav-items--level1 {
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 721px) {
    .navigation__nav-items--level1 {
      margin-top: 0;
      padding-left: 0;
      padding-right: 0; } }
  .navigation__nav-items--level1.buy {
    margin-bottom: 60px; }
    .navigation__nav-items--level1.buy a {
      color: #FFF; }
      .navigation__nav-items--level1.buy a:hover {
        color: #000; }
    @media (min-width: 721px) {
      .navigation__nav-items--level1.buy {
        display: none; } }

.navigation__nav-items--level2 {
  margin-top: 20px; }

.navigation__nav-items--level3 {
  margin-top: 20px;
  padding-left: 20px;
  position: relative; }
  .navigation__nav-items--level3::before {
    content: '';
    width: 1px;
    height: calc(100% + 0px);
    position: absolute;
    left: 0;
    top: 0;
    background: #ECECEC;
    opacity: .6; }

.navigation__nav-item + .navigation__nav-item {
  margin-top: 28px; }
  @media (min-width: 721px) {
    .navigation__nav-item + .navigation__nav-item {
      margin-top: 23px; } }

.navigation__nav-item a {
  font-size: 18px;
  line-height: 26px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 500;
  color: #FFF;
  display: block;
  opacity: 0;
  text-decoration: none;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, transform 0s;
  transition: opacity 0s, transform 0s, -webkit-transform 0s;
  font-weight: 700; }
  @media (min-width: 721px) {
    .navigation__nav-item a {
      font-size: 14px;
      line-height: 22px; } }
  @media (min-width: 1001px) {
    .navigation__nav-item a {
      font-size: 16px;
      line-height: 24px; } }
  @media (min-width: 721px) {
    .navigation__nav-item a {
      font-weight: 500; } }
  @media (min-width: 1001px) {
    .navigation__nav-item a {
      font-weight: 500; } }
  .navigation__nav-item a:hover {
    color: #000;
    text-decoration: underline; }

.navigation__nav--active .navigation__nav-item a {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s; }

.navigation__nav--active .navigation__nav-item:nth-child(2) a {
  transition-delay: 0.1s; }

.navigation__nav--active .navigation__nav-item:nth-child(3) a {
  transition-delay: 0.2s; }

.navigation__nav--active .navigation__nav-item:nth-child(4) a {
  transition-delay: 0.3s; }

.navigation__nav--active .navigation__nav-item:nth-child(5) a {
  transition-delay: 0.4s; }

.navigation__nav--active .navigation__nav-item:nth-child(6) a {
  transition-delay: 0.5s; }

.navigation__nav--active .navigation__nav-item:nth-child(7) a {
  transition-delay: 0.6s; }

.navigation__nav--active .navigation__nav-item:nth-child(8) a {
  transition-delay: 0.7s; }

.navigation__nav--active .navigation__nav-item:nth-child(9) a {
  transition-delay: 0.8s; }

.navigation__nav--active .navigation__nav-item:nth-child(n+10) a {
  transition-delay: 0.9s; }

.navigation__nav-item--sub a {
  color: #bcc5c3; }
  .navigation__nav-item--sub a:hover {
    color: #000; }

.navigation__dropdown-toggle svg {
  fill: #FFF;
  height: 7px;
  margin-left: 5px;
  margin-bottom: 7px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  vertical-align: middle;
  width: 14px; }

.navigation__dropdown-toggle--active svg {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  fill: #FFF; }

.navigation__dropdown {
  display: none;
  margin-top: 0;
  overflow: hidden; }

.navigation__dropdown-item:first-child {
  margin-top: 20px; }

.navigation__featured {
  display: none; }
  @media (min-width: 721px) {
    .navigation__featured {
      -sgs-span-settings: ("span": 8, "location": 4, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 66.02165%;
      float: left;
      margin-right: -100%;
      margin-left: 25.48377%;
      clear: none;
      display: block;
      margin-top: 35px; } }

.navigation__featured-title {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.1px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 700;
  letter-spacing: .010em;
  color: #FFF; }
  @media (min-width: 721px) {
    .navigation__featured-title {
      font-size: 24px;
      line-height: 29px;
      letter-spacing: 0.1px; } }
  @media (min-width: 1001px) {
    .navigation__featured-title {
      font-size: 32px;
      line-height: 39px;
      letter-spacing: 0.1px; } }
  .navigation__featured-title a {
    font-weight: 700; }
  .navigation__featured-title a {
    color: #FFF;
    text-decoration: underline; }
    .navigation__featured-title a:hover {
      color: #000; }

.navigation__featured-items {
  margin-top: 20px; }

@media (min-width: 721px) {
  .navigation__featured-item {
    margin-bottom: 35px; } }

@media (min-width: 721px) {
  .navigation__featured-item:nth-child(odd) {
    -sgs-span-settings: ("span": 4, "location": 1, "grid": 8, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 48.53453%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 2.93095%; } }

@media (min-width: 721px) {
  .navigation__featured-item:nth-child(even) {
    -sgs-span-settings: ("span": 4, "location": 5, "grid": 8, "gutter": 0.295, "style": "opposite", "start row": false, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 48.53453%;
    clear: right;
    float: right;
    margin-right: 0; } }

.navigation__featured-item img {
  width: 100%; }

.navigation__featured-item-link {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.5px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 700;
  color: #FFF;
  text-decoration: none; }
  @media (min-width: 721px) {
    .navigation__featured-item-link {
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.5px; } }
  @media (min-width: 1001px) {
    .navigation__featured-item-link {
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.6px; } }
  .navigation__featured-item-link:hover {
    color: #FFF; }
  .navigation__featured-item-link .navigation__featured-item-image {
    position: relative;
    overflow: hidden;
    background: #000; }
    .navigation__featured-item-link .navigation__featured-item-image img {
      display: block;
      margin: 0; }
    .navigation__featured-item-link .navigation__featured-item-image::before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      left: 0;
      top: 0;
      opacity: 0;
      transition: 500ms; }
    .navigation__featured-item-link .navigation__featured-item-image:hover::before {
      opacity: 1; }
  .navigation__featured-item-link span:hover {
    color: #000;
    text-decoration: underline; }

.navigation__featured-item-title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 700;
  letter-spacing: .010em;
  display: block;
  margin-top: 10px; }
  @media (min-width: 721px) {
    .navigation__featured-item-title {
      font-size: 23px;
      line-height: 29px;
      letter-spacing: 0.1px; } }
  @media (min-width: 1001px) {
    .navigation__featured-item-title {
      font-size: 23px;
      line-height: 29px;
      letter-spacing: 0.5px; } }
  .navigation__featured-item-title a {
    font-weight: 700; }

.navigation__featured-item-date {
  font-size: 14px;
  line-height: 16px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 500;
  letter-spacing: .020em;
  color: #bcc5c3;
  display: block;
  margin-top: 15px; }
  @media (min-width: 721px) {
    .navigation__featured-item-date {
      font-size: 14px;
      line-height: 16px; } }
  @media (min-width: 1001px) {
    .navigation__featured-item-date {
      font-size: 16px;
      line-height: 18px; } }

.navigation.famsf {
  background-color: #FFF; }
  .navigation.famsf .navigation__scroll-container::before {
    background: #ececec; }
  .navigation.famsf .navigation__featured-title {
    color: #000; }
    .navigation.famsf .navigation__featured-title a {
      color: #000; }
      .navigation.famsf .navigation__featured-title a:hover {
        color: #bcc5c3; }
  .navigation.famsf .navigation__featured-item-date {
    color: #000; }
  .navigation.famsf .navigation__featured-item-link {
    color: #000; }
    .navigation.famsf .navigation__featured-item-link:hover {
      color: #4b5659; }
  .navigation.famsf .navigation__nav-items--level1 {
    color: #000; }
    .navigation.famsf .navigation__nav-items--level1 a {
      color: #000; }
      .navigation.famsf .navigation__nav-items--level1 a:hover {
        color: #8a9994; }
  .navigation.famsf .navigation__nav-items--level2,
  .navigation.famsf .navigation__nav-items--level3 {
    color: #000; }
    .navigation.famsf .navigation__nav-items--level2 a,
    .navigation.famsf .navigation__nav-items--level3 a {
      color: #8a9994; }
      .navigation.famsf .navigation__nav-items--level2 a:hover,
      .navigation.famsf .navigation__nav-items--level3 a:hover {
        color: #000; }
  .navigation.famsf .navigation__dropdown-toggle svg {
    fill: #000;
    height: 7px;
    margin-left: 5px;
    margin-bottom: 7px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    vertical-align: middle;
    width: 14px; }
  .navigation.famsf .navigation__dropdown-toggle--active svg {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    fill: #000; }

@media (min-width: 721px) {
  .collection--permanent .line:before {
    left: -32px; } }

@media (min-width: 1001px) {
  .collection--permanent .line:before {
    left: -50px; } }

.collection--permanent .media-bg, .collection--permanent .media-link {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.collection--permanent .collection__text {
  margin-top: 100px; }

.ticker {
  width: 0;
  height: 34px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 721px) {
    .ticker {
      width: 300px; } }
  @media (min-width: 1001px) {
    .ticker {
      width: 470px; } }

.ticker__inner {
  position: absolute;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  white-space: nowrap; }
  .ticker--animating .ticker__inner {
    right: auto; }

.ticker__message {
  font-size: 14px;
  line-height: 16px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 500;
  letter-spacing: .020em;
  color: #0090a0; }
  @media (min-width: 721px) {
    .ticker__message {
      font-size: 14px;
      line-height: 16px; } }
  @media (min-width: 1001px) {
    .ticker__message {
      font-size: 16px;
      line-height: 18px; } }
  .ticker__message + .ticker__message {
    display: none; }
    .ticker__message + .ticker__message:before {
      display: inline-block;
      content: '\005c';
      margin-right: 8px;
      margin-left: 6px; }
  .ticker--animating .ticker__message {
    display: inline-block; }
  .ticker__message svg {
    fill: #0090a0;
    height: 26px;
    margin-right: 5px;
    vertical-align: middle;
    width: 26px; }

.gallery .h4 {
  text-align: center;
  margin-bottom: 26px; }
  @media (min-width: 721px) {
    .gallery .h4 {
      margin-bottom: 39px; } }
  @media (min-width: 1001px) {
    .gallery .h4 {
      margin-bottom: 54px; } }

.media-gallery .slick-arrow:hover svg {
  stroke: #0090a0; }

@media (max-width: 720px) {
  .media-gallery .slick-arrow {
    bottom: 20px; }
  .media-gallery .slick-dots {
    bottom: 42px; } }

.media-gallery__item {
  min-height: 480px;
  position: relative; }
  @media (min-width: 721px) {
    .media-gallery__item {
      min-height: auto; } }
  .media-gallery__item:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 62.5%; }
  .media-gallery__item > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .media-gallery__item .content:before {
    background-color: rgba(0, 0, 0, 0.25);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%; }

.media-gallery__item-image {
  display: none !important; }

.media-gallery__item-content {
  height: 100%; }

.media-gallery__item-content-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  @media (min-width: 721px) {
    .media-gallery__item-content-inner {
      -sgs-span-settings: ("span": 7, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 57.52706%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none; } }

.media-gallery__item-tag {
  font-size: 14px;
  line-height: 16px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 500;
  letter-spacing: .020em;
  color: #FFF; }
  @media (min-width: 721px) {
    .media-gallery__item-tag {
      font-size: 14px;
      line-height: 16px; } }
  @media (min-width: 1001px) {
    .media-gallery__item-tag {
      font-size: 16px;
      line-height: 18px; } }

.media-gallery__item-title {
  margin-top: 12px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.1px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 700;
  letter-spacing: .010em;
  color: #FFF; }
  @media (min-width: 721px) {
    .media-gallery__item-title {
      margin-top: 12px; } }
  @media (min-width: 1001px) {
    .media-gallery__item-title {
      margin-top: 20px; } }
  @media (min-width: 721px) {
    .media-gallery__item-title {
      font-size: 24px;
      line-height: 29px;
      letter-spacing: 0.1px; } }
  @media (min-width: 1001px) {
    .media-gallery__item-title {
      font-size: 32px;
      line-height: 39px;
      letter-spacing: 0.1px; } }
  .media-gallery__item-title a {
    font-weight: 700; }

.media-gallery__item-description {
  color: #FFF;
  display: none;
  margin-top: 0; }
  @media (min-width: 721px) {
    .media-gallery__item-description {
      display: block;
      margin-top: 10px; } }
  @media (min-width: 1001px) {
    .media-gallery__item-description {
      margin-top: 20px; } }

.media-gallery__item-cta {
  margin-top: 25px; }
  @media (min-width: 721px) {
    .media-gallery__item-cta {
      margin-top: 25px; } }
  @media (min-width: 1001px) {
    .media-gallery__item-cta {
      margin-top: 35px; } }

.editorial {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 721px) {
    .editorial {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1001px) {
    .editorial {
      padding-top: 100px;
      padding-bottom: 100px; } }

.editorial::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  width: 142%;
  height: 100%;
  z-index: 0;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  margin-right: -80%; }
  @media (min-width: 1001px) {
    .editorial::before {
      margin-right: -70%; } }

.editorial__title {
  text-align: center;
  margin-bottom: 20px; }
  @media (min-width: 721px) {
    .editorial__title {
      margin-bottom: 30px; } }
  @media (min-width: 1001px) {
    .editorial__title {
      text-align: center;
      margin-bottom: 40px; } }
  .editorial__title h1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block; }
    @media (min-width: 721px) {
      .editorial__title h1 {
        width: auto; } }
  .editorial__title span {
    padding: 0 10px 0 0;
    display: inline-block; }
    @media (min-width: 721px) {
      .editorial__title span {
        padding: 0 30px; } }
    @media (min-width: 1001px) {
      .editorial__title span {
        padding: 0 40px; } }

.editorial__items {
  position: relative; }
  @media (min-width: 721px) {
    .editorial__items {
      padding: 0 17px; } }

.editorial__item__hero {
  margin-bottom: 17px; }
  @media (min-width: 721px) {
    .editorial__item__hero {
      margin-bottom: 15px; } }
  @media (min-width: 1001px) {
    .editorial__item__hero {
      margin-bottom: 22px; } }

.editorial__item__title, .editorial__item__category {
  margin-bottom: 20px; }
  @media (min-width: 1001px) {
    .editorial__item__title, .editorial__item__category {
      margin-bottom: 20px; } }

.editorial__item__title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 700;
  letter-spacing: .010em;
  position: relative;
  padding: 25px 0 0 25px; }
  @media (min-width: 721px) {
    .editorial__item__title {
      font-size: 23px;
      line-height: 29px;
      letter-spacing: 0.1px; } }
  @media (min-width: 1001px) {
    .editorial__item__title {
      font-size: 23px;
      line-height: 29px;
      letter-spacing: 0.5px; } }
  .editorial__item__title a {
    font-weight: 700; }
  .editorial__item__title:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 66.66667%;
    top: 0;
    z-index: -1;
    box-shadow: #4b5659 6px 6px 0 inset; }
    @media (min-width: 1001px) {
      .editorial__item__title:before {
        box-shadow: #4b5659 8px 8px 0 inset; } }

.editorial__item__body {
  padding-left: 25px; }

.editorial__item__hero + .editorial__item__text .editorial__item__title {
  padding: 0; }
  .editorial__item__hero + .editorial__item__text .editorial__item__title:before {
    display: none; }

.editorial__item__hero + .editorial__item__text .editorial__item__body {
  padding-left: 0; }

@media (max-width: 720px) {
  .editorial {
    overflow: visible;
    height: auto; }
  .editorial__scroll--container {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px; }
  .editorial__scroll {
    width: 100vw;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 60px;
    z-index: 0;
    margin-bottom: -60px; }
    .editorial__scroll:after {
      content: '';
      display: table;
      clear: both; }
    .editorial__scroll::-webkit-scrollbar {
      width: 12px; }
    .editorial__scroll::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px transparent;
      border-radius: 10px; }
    .editorial__scroll::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background: rgba(255, 0, 0, 0);
      -webkit-box-shadow: inset 0 0 6px transparent; }
    .editorial__scroll::-webkit-scrollbar-thumb:window-inactive {
      background: rgba(255, 0, 0, 0); }
  .editorial__items {
    -sgs-span-settings: ("span": 14, "location": 1, "grid": 6, "gutter": 0.4, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 240%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin: 0;
    padding: 0 20px; }
  .editorial__item {
    -sgs-span-settings: ("span": 2.1, "location": 1, "grid": 6, "gutter": 0.4, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 31.75%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin: 0; }
  .editorial__title:before, .editorial__title span:before {
    display: none; }
  .editorial__title:after {
    height: 51px; } }

.visit-intro {
  padding-top: 15px;
  margin-top: 60px; }
  @media (min-width: 721px) {
    .visit-intro {
      padding-top: 30px;
      margin-top: 0; } }
  @media (min-width: 1001px) {
    .visit-intro {
      padding-top: 70px;
      margin-top: 0; } }
  .visit-intro .visit-intro--inner {
    -sgs-span-settings: ("span": 6, "location": 1, "grid": 6, "gutter": 0.4, "style": "opposite", "start row": true, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
    @media (min-width: 721px) {
      .visit-intro .visit-intro--inner {
        -sgs-span-settings: ("span": 10.8, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
        width: 89.80649%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none; } }
    @media (min-width: 1001px) {
      .visit-intro .visit-intro--inner {
        -sgs-span-settings: ("span": 9, "location": 2, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
        width: 74.30556%;
        float: left;
        margin-right: -100%;
        margin-left: 8.56481%;
        clear: none; } }
  .visit-intro .visit-intro--inner__text {
    padding: 10px 0 0; }
    @media (min-width: 721px) {
      .visit-intro .visit-intro--inner__text {
        padding: 25px 0 0; } }

.general-info {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 721px) {
    .general-info {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1001px) {
    .general-info {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .general-info::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    width: 150%;
    height: 100%;
    z-index: -1;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    -webkit-transform-origin: 0 -50px;
    transform-origin: 0 -50px; }
    @media (min-width: 721px) {
      .general-info::before {
        -webkit-transform-origin: 0 -500px;
        transform-origin: 0 -500px; } }
    @media (min-width: 1001px) {
      .general-info::before {
        -webkit-transform-origin: 0 -500px;
        transform-origin: 0 -500px; } }
  .general-info .general-info__title {
    margin-bottom: 35px;
    text-align: center; }
    @media (min-width: 721px) {
      .general-info .general-info__title {
        margin-bottom: 50px; } }
    @media (min-width: 1001px) {
      .general-info .general-info__title {
        margin-bottom: 50px; } }
    @media (min-width: 721px) {
      .general-info .general-info__title {
        -sgs-span-settings: ("span": 9, "location": 1.25, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
        width: 74.51623%;
        float: left;
        margin-right: -100%;
        margin-left: 2.12365%;
        clear: none;
        display: block;
        text-align: inherit;
        margin-left: 4.73%; } }
    .general-info .general-info__title .h4 {
      overflow: hidden; }
    .general-info .general-info__title, .general-info .general-info__title span {
      position: relative; }
      .general-info .general-info__title:before, .general-info .general-info__title:after, .general-info .general-info__title span:before, .general-info .general-info__title span:after {
        content: "";
        position: absolute;
        margin-top: -3px;
        top: calc(100% - 10px); }
        @media (min-width: 1001px) {
          .general-info .general-info__title:before, .general-info .general-info__title:after, .general-info .general-info__title span:before, .general-info .general-info__title span:after {
            top: calc(100% - 14px);
            margin-top: -4px; } }
    .general-info .general-info__title:before, .general-info .general-info__title:after {
      height: 55px;
      width: 6px; }
      @media (min-width: 721px) {
        .general-info .general-info__title:before, .general-info .general-info__title:after {
          height: 43px; } }
      @media (min-width: 1001px) {
        .general-info .general-info__title:before, .general-info .general-info__title:after {
          height: 57px; } }
      @media (min-width: 1001px) {
        .general-info .general-info__title:before, .general-info .general-info__title:after {
          width: 8px; } }
    .general-info .general-info__title:before {
      left: 0; }
    .general-info .general-info__title:after {
      right: 0; }
  .general-info .general-info__text {
    -sgs-span-settings: ("span": 5.2, "location": 1.5, "grid": 6, "gutter": 0.4, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 86%;
    float: left;
    margin-right: -100%;
    margin-left: 8.75%;
    clear: none;
    margin-bottom: -30px;
    clear: left !important;
    z-index: 3;
    display: block; }
    @media (min-width: 721px) {
      .general-info .general-info__text {
        -sgs-span-settings: ("span": 9, "location": 1.5, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
        width: 74.51623%;
        float: left;
        margin-right: -100%;
        margin-left: 4.24729%;
        clear: none;
        margin-bottom: 0; } }
    @media (min-width: 1001px) {
      .general-info .general-info__text {
        -sgs-span-settings: ("span": 9, "location": 1.5, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
        width: 74.30556%;
        float: left;
        margin-right: -100%;
        margin-left: 4.28241%;
        clear: none; } }
    .general-info .general-info__text .h8 {
      margin: 0 auto 15px; }
    .general-info .general-info__text p {
      margin: 0 auto 31px; }
    .general-info .general-info__text a {
      color: #0090a0; }
      .general-info .general-info__text a:hover {
        color: #000; }
  .general-info .general-info--special {
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 75%;
    padding-top: 0;
    margin-bottom: -27px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
    @media (min-width: 721px) {
      .general-info .general-info--special {
        width: 66.08696%;
        padding-top: 0;
        margin-bottom: 0;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center; } }
    @media (min-width: 1001px) {
      .general-info .general-info--special {
        padding-top: 8px;
        margin-bottom: 15px; } }
    .general-info .general-info--special .general-info--special__item {
      width: 40.47619%;
      margin-bottom: 30px; }
      @media (min-width: 721px) {
        .general-info .general-info--special .general-info--special__item {
          width: 22.7991%;
          margin-bottom: 0; } }
      @media (min-width: 1001px) {
        .general-info .general-info--special .general-info--special__item {
          width: 22.03947%; } }
    .general-info .general-info--special .general-info--special__media {
      position: relative;
      width: 77.61194%;
      margin: 0 auto;
      width: 100%;
      margin-bottom: 0; }
      .general-info .general-info--special .general-info--special__media:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 75%; }
      .general-info .general-info--special .general-info--special__media > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      @media (min-width: 721px) {
        .general-info .general-info--special .general-info--special__media {
          width: 100%;
          margin-bottom: 8px; } }
      @media (min-width: 1001px) {
        .general-info .general-info--special .general-info--special__media {
          width: 77.61194%; } }
      .general-info .general-info--special .general-info--special__media img.landscape {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .general-info .general-info--special .general-info--special__media img.portrait {
        width: auto;
        height: 100%;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
    .general-info .general-info--special .general-info--special__text {
      text-align: center; }
      .general-info .general-info--special .general-info--special__text a {
        text-decoration: none; }
  .general-info.is-single::after {
    opacity: 0;
    height: 0;
    border-bottom: 0; }
  @media (min-width: 721px) {
    .general-info .is-single--info {
      -sgs-span-settings: ("span": 6, "location": 4, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 49.03247%;
      float: left;
      margin-right: -100%;
      margin-left: 25.48377%;
      clear: none; } }
  @media (min-width: 1001px) {
    .general-info .is-single--info {
      -sgs-span-settings: ("span": 6, "location": 4, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 48.61111%;
      float: left;
      margin-right: -100%;
      margin-left: 25.69444%;
      clear: none; } }
  .general-info .is-single--info::after {
    content: "";
    display: block;
    width: 100%;
    height: 43px;
    border-left: 6px #0090a0 solid;
    border-bottom: 6px #0090a0 solid;
    border-right: 6px #0090a0 solid; }
    @media (min-width: 721px) {
      .general-info .is-single--info::after {
        height: 43px; } }
    @media (min-width: 1001px) {
      .general-info .is-single--info::after {
        height: 52px; } }
    @media (min-width: 1001px) {
      .general-info .is-single--info::after {
        border-left: 8px #0090a0 solid;
        border-bottom: 8px #0090a0 solid;
        border-right: 8px #0090a0 solid; } }
  .general-info .is-single--info .general-info--special {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 721px) {
      .general-info .is-single--info .general-info--special {
        width: 100%; } }
    @media (min-width: 721px) {
      .general-info .is-single--info .general-info--special .general-info--special__item {
        width: 29.97763%; } }
    @media (min-width: 1001px) {
      .general-info .is-single--info .general-info--special .general-info--special__item {
        width: 29.97763%; } }
  @media (min-width: 721px) {
    .general-info.is-full .general-info--special {
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      width: 83.01043%; } }
  @media (min-width: 1001px) {
    .general-info.is-full .general-info--special {
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      width: 82.93478%; } }
  @media (min-width: 721px) {
    .general-info.is-full .general-info--special .general-info--special__item {
      width: 18.13285%; } }
  @media (min-width: 1001px) {
    .general-info.is-full .general-info--special .general-info--special__item {
      width: 17.56225%; } }

.general-info.sponsor::before,
.sponsor .general-info::before {
  display: none; }

.visit-notification {
  padding-bottom: 60px;
  padding-top: 20px;
  margin-bottom: 0;
  background-color: #0090a0;
  color: #FFF; }
  @media (min-width: 721px) {
    .visit-notification {
      padding-bottom: 30px;
      padding-top: 30px; } }
  @media (min-width: 1001px) {
    .visit-notification {
      padding-bottom: 40px;
      padding-top: 40px; } }
  .visit-notification .slider:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 721px) {
    .visit-notification .slider .slick-list {
      -sgs-span-settings: ("span": 9, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 74.51623%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none; } }
  @media (min-width: 1001px) {
    .visit-notification .slider .slick-list {
      -sgs-span-settings: ("span": 9, "location": 2, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 74.30556%;
      float: left;
      margin-right: -100%;
      margin-left: 8.56481%;
      clear: none; } }
  .visit-notification .slider .slick-arrow {
    bottom: auto;
    left: auto;
    margin-top: 0;
    right: 0;
    top: -8px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 54px;
    width: 21px; }
    @media (min-width: 721px) {
      .visit-notification .slider .slick-arrow {
        height: 38px;
        width: 15px; } }
    @media (min-width: 1001px) {
      .visit-notification .slider .slick-arrow {
        height: 50px;
        width: 18px; } }
    @media (min-width: 721px) {
      .visit-notification .slider .slick-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); } }
  .visit-notification .slider .slick-prev {
    right: 17.5%; }
    @media (min-width: 721px) {
      .visit-notification .slider .slick-prev {
        right: 8.49459%; } }
  .visit-notification .slider .slick-dots {
    bottom: auto;
    left: auto;
    right: calc(((12.5% + 5%) / 2) + 10px);
    top: -41px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
    @media (min-width: 721px) {
      .visit-notification .slider .slick-dots {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: calc(((6.55953% + 1.93506%) / 2) + 8px);
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%); } }

@media (min-width: 721px) {
  .visit-notification__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); } }

.visit-notification__icon svg {
  height: 34px;
  width: 35px;
  display: block;
  fill: #FFF; }
  @media (min-width: 721px) {
    .visit-notification__icon svg {
      height: 43px;
      width: 44px; } }
  @media (min-width: 1001px) {
    .visit-notification__icon svg {
      height: 50px;
      width: 52px; } }

.visit-notification__items {
  margin-top: 65px;
  padding-top: 10px; }
  @media (min-width: 721px) {
    .visit-notification__items {
      margin-top: 5px;
      padding-top: 0; } }
  @media (min-width: 1001px) {
    .visit-notification__items {
      margin-top: 0;
      padding-top: 0; } }

.visit-notification__item {
  display: none; }

.circulation {
  margin-bottom: 40px;
  max-width: calc(420px + 5% + 20px * 2);
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px; }
  .circulation:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 721px) {
    .circulation {
      margin-bottom: 10px; } }
  @media (min-width: 1001px) {
    .circulation {
      margin-bottom: 20px; } }
  .circulation.two-up .circulation__item:last-child {
    margin: 0; }
  .circulation__item {
    position: relative;
    display: block;
    float: left;
    width: 47.5%;
    max-width: 210px;
    height: 134px;
    padding: 20px 10px;
    margin-bottom: 20px;
    border-color: #4b5659;
    border-style: none;
    border-width: 6px 0 0 6px; }
    @media (min-width: 721px) {
      .circulation__item {
        border-width: 6px 0 0 6px; } }
    @media (min-width: 1001px) {
      .circulation__item {
        border-width: 8px 0 0 8px; } }
    .circulation__item:nth-of-type(odd) {
      margin-right: 5%; }
    .circulation__item:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 10%;
      z-index: 0;
      background: transparent;
      border-left: 5px solid #ececec;
      display: block;
      -webkit-transform: rotate(-12deg);
      transform: rotate(-12deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      margin-left: -30px; }
      @media (min-width: 721px) {
        .circulation__item:before {
          margin-left: -20px; } }
      @media (min-width: 1001px) {
        .circulation__item:before {
          margin-left: -20px; } }
    .circulation__item a {
      font-size: 24px;
      line-height: 29px;
      letter-spacing: 0.1px;
      font-family: "akzidenz-grotesk-next-pro", sans-serif;
      font-weight: 700;
      letter-spacing: .010em;
      color: #000;
      text-decoration: underline;
      margin-top: 30px;
      margin-left: 5px;
      display: block;
      overflow-wrap: normal; }
      @media (min-width: 721px) {
        .circulation__item a {
          font-size: 24px;
          line-height: 29px;
          letter-spacing: 0.1px; } }
      @media (min-width: 1001px) {
        .circulation__item a {
          font-size: 32px;
          line-height: 39px;
          letter-spacing: 0.1px; } }
      .circulation__item a a {
        font-weight: 700; }
      @media (min-width: 721px) {
        .circulation__item a {
          margin-left: 30px; } }
      @media (min-width: 1001px) {
        .circulation__item a {
          margin-left: 30px; } }
      .circulation__item a:hover {
        color: #0090a0;
        text-decoration: underline; }
  @media (min-width: 721px) {
    .circulation {
      max-width: 1320px;
      margin-left: 25px;
      margin-right: 25px; }
      .circulation__item {
        width: calc(33.333% - 40px - 1.93506% / 2);
        max-width: none;
        height: 176px;
        padding: 30px 20px;
        margin-right: calc(1.93506% + 40px);
        margin-bottom: 50px; }
        .circulation__item:nth-of-type(odd) {
          margin-right: calc(1.93506% + 40px); }
        .circulation__item:nth-of-type(3n+0) {
          margin-right: 0; }
      .circulation.two-up {
        font-size: 0;
        text-align: center; }
        .circulation.two-up .circulation__item {
          display: inline-block;
          vertical-align: top;
          text-align: left;
          float: none; }
        .circulation.two-up .circulation__item:last-child {
          margin: 0; } }
  @media (min-width: 1001px) {
    .circulation {
      margin-left: 40px;
      margin-right: 40px; }
      .circulation__item {
        width: calc(33% - 40px - 2.77778% / 2);
        height: 215px;
        margin-right: calc(2.77778% + 40px);
        margin-bottom: 60px; }
        .circulation__item:nth-of-type(odd) {
          margin-right: calc(2.77778% + 40px); }
        .circulation__item:nth-of-type(3n+0) {
          margin-right: 0; } }
  @media (min-width: 1401px) {
    .circulation {
      margin-left: auto;
      margin-right: auto; } }

.body-module .body-module-content {
  -sgs-span-settings: ("span": 6, "location": 1, "grid": 6, "gutter": 0.4, "style": "opposite", "start row": true, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  height: auto;
  max-height: calc(22px * 7);
  overflow: hidden;
  margin-bottom: 27px;
  clear: left !important;
  transition-duration: 500ms; }
  @media (min-width: 721px) {
    .body-module .body-module-content {
      -sgs-span-settings: ("span": 11, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 91.50541%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none;
      height: auto;
      max-height: none;
      margin-bottom: 0; } }
  @media (min-width: 1001px) {
    .body-module .body-module-content {
      -sgs-span-settings: ("span": 9, "location": 2, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 74.30556%;
      float: left;
      margin-right: -100%;
      margin-left: 8.56481%;
      clear: none; } }
  .body-module .body-module-content strong {
    font-weight: 700; }
  .body-module .body-module-content p {
    margin-bottom: 25px; }
  .body-module .body-module-content.open {
    max-height: 2000px; }
    @media (min-width: 721px) {
      .body-module .body-module-content.open {
        max-height: none; } }

.body-module .showmore-cta {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  @media (min-width: 721px) {
    .body-module .showmore-cta {
      display: none; } }

.exhibition-hero {
  margin-bottom: 60px;
  position: relative; }

.exhibition-hero--content {
  height: 280px;
  background-size: cover;
  background-position: center top;
  background-color: #000; }
  @media (min-width: 721px) {
    .exhibition-hero--content {
      height: 420px; } }
  @media (min-width: 1001px) {
    .exhibition-hero--content {
      height: 580px; } }
  html:not(.cssclippathpolygon) .special .exhibition-hero--content:before {
    height: 40px; }
    @media (min-width: 721px) {
      html:not(.cssclippathpolygon) .special .exhibition-hero--content:before {
        height: 60px; } }
    @media (min-width: 1001px) {
      html:not(.cssclippathpolygon) .special .exhibition-hero--content:before {
        height: 60px; } }
  .special .exhibition-hero--content {
    height: 500px; }
    @media (min-width: 721px) {
      .special .exhibition-hero--content {
        height: 640px; } }
    @media (min-width: 1001px) {
      .special .exhibition-hero--content {
        height: 700px; } }
    .special .exhibition-hero--content::before {
      height, 40px, 60px, 60px: background-position, 0 7px, 0 2px, 0 2px; }

.digital-story {
  width: 100%;
  max-width: 1001px;
  margin: 0 auto; }
  .digital-story .cta {
    line-height: 85px;
    width: 100%;
    padding: 0 20px;
    text-align: left;
    text-decoration: underline; }
    @media (min-width: 721px) {
      .digital-story .cta {
        width: 60%;
        padding: 30px 30px; } }
    @media (min-width: 1001px) {
      .digital-story .cta {
        width: 50%; } }
    @media (min-width: 721px) {
      .digital-story .cta {
        text-align: left;
        line-height: 18px; } }
    @media (min-width: 1001px) {
      .digital-story .cta {
        text-align: center;
        line-height: 18px; } }
    .digital-story .cta a:hover {
      color: #000; }

.exhibition-hero--item {
  position: relative;
  z-index: 5;
  margin-top: -5px; }
  @media (min-width: 721px) {
    .exhibition-hero--item {
      margin-top: -15px; } }
  @media (min-width: 1001px) {
    .exhibition-hero--item {
      margin-top: -15px; } }
  .special .exhibition-hero--item {
    margin-top: -15px; }
    @media (min-width: 721px) {
      .special .exhibition-hero--item {
        margin-top: -33px; } }
    @media (min-width: 1001px) {
      .special .exhibition-hero--item {
        margin-top: -12px; } }

.exhibition-hero--text {
  position: relative;
  z-index: 3;
  -sgs-span-settings: ("span": 5.2, "location": 1, "grid": 6, "gutter": 0.4, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
  width: 86%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none; }
  @media (min-width: 721px) {
    .exhibition-hero--text {
      -sgs-span-settings: ("span": 11, "location": 1.5, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 91.50541%;
      float: left;
      margin-right: -100%;
      margin-left: 4.24729%;
      clear: none; } }
  @media (min-width: 1001px) {
    .exhibition-hero--text {
      -sgs-span-settings: ("span": 9, "location": 2, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 74.30556%;
      float: left;
      margin-right: -100%;
      margin-left: 8.56481%;
      clear: none; } }
  .exhibition-hero--text h1 {
    color: #000; }
  .exhibition-hero--text h3 {
    margin-bottom: 30px; }
    @media (min-width: 721px) {
      .exhibition-hero--text h3 {
        margin-bottom: 40px; } }
    @media (min-width: 1001px) {
      .exhibition-hero--text h3 {
        margin-bottom: 50px; } }
  .exhibition-hero--text h4,
  .exhibition-hero--text h5 {
    color: #000;
    margin-bottom: 5px; }
    @media (min-width: 721px) {
      .exhibition-hero--text h4,
      .exhibition-hero--text h5 {
        margin-bottom: 16px; } }
    @media (min-width: 1001px) {
      .exhibition-hero--text h4,
      .exhibition-hero--text h5 {
        margin-bottom: 16px; } }
  .special .exhibition-hero--text h3 {
    margin-bottom: 20px; }
    @media (min-width: 721px) {
      .special .exhibition-hero--text h3 {
        margin-bottom: 30px; } }
    @media (min-width: 1001px) {
      .special .exhibition-hero--text h3 {
        margin-bottom: 38px; } }
  .special .exhibition-hero--text h4,
  .special .exhibition-hero--text h5 {
    color: #000;
    margin-bottom: 5px; }
    @media (min-width: 721px) {
      .special .exhibition-hero--text h4,
      .special .exhibition-hero--text h5 {
        margin-bottom: 12px; } }
    @media (min-width: 1001px) {
      .special .exhibition-hero--text h4,
      .special .exhibition-hero--text h5 {
        margin-bottom: 16px; } }

.exhibition-hero--text-wrapper {
  width: 100%;
  max-width: 1320px;
  float: left;
  z-index: 4;
  margin-left: 20px; }
  @media (min-width: 721px) {
    .exhibition-hero--text-wrapper {
      margin-left: 0; } }
  @media (min-width: 1001px) {
    .exhibition-hero--text-wrapper {
      margin-left: 0; } }

.press .press__title {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.1px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 700;
  letter-spacing: .010em;
  text-align: center; }
  @media (min-width: 721px) {
    .press .press__title {
      font-size: 24px;
      line-height: 29px;
      letter-spacing: 0.1px; } }
  @media (min-width: 1001px) {
    .press .press__title {
      font-size: 32px;
      line-height: 39px;
      letter-spacing: 0.1px; } }
  .press .press__title a {
    font-weight: 700; }

.press__items {
  padding-top: 60px; }

.press__item {
  display: relative;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.1px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 700;
  letter-spacing: .010em;
  min-height: 230px;
  margin-top: 30px;
  margin-left: 0;
  margin-bottom: 30px;
  padding-left: 0;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 721px) {
    .press__item {
      font-size: 24px;
      line-height: 29px;
      letter-spacing: 0.1px; } }
  @media (min-width: 1001px) {
    .press__item {
      font-size: 32px;
      line-height: 39px;
      letter-spacing: 0.1px; } }
  .press__item a {
    font-weight: 700; }
  @media (min-width: 721px) {
    .press__item {
      margin-top: 30px;
      margin-left: 33px;
      margin-bottom: 30px;
      padding-left: 15px;
      padding-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 1001px) {
    .press__item {
      margin-top: 30px;
      margin-left: 33px;
      margin-bottom: 30px;
      padding-left: 15px;
      padding-top: 0;
      padding-bottom: 0; } }
  .press__item::before {
    content: '';
    position: absolute;
    z-index: 0;
    color: #ececec;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    top: 0;
    height: 100%;
    width: 36px;
    font-weight: bold;
    background: #ececec;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg); }
    @media (min-width: 1001px) {
      .press__item::before {
        top: -30px; } }
  .press__item a {
    display: block;
    text-decoration: underline;
    color: #0090a0;
    padding-left: 0; }
    .press__item a:after {
      content: '';
      display: table;
      clear: both; }
    @media (min-width: 721px) {
      .press__item a {
        padding-left: 30px; } }
    @media (min-width: 1001px) {
      .press__item a {
        padding-left: 30px; } }
    .press__item a svg {
      display: inline;
      width: 16px;
      height: 16px;
      margin-right: 15px;
      fill: #0090a0; }
      @media (min-width: 721px) {
        .press__item a svg {
          width: 16px;
          height: 16px; } }
      @media (min-width: 1001px) {
        .press__item a svg {
          width: 21px;
          height: 21px; } }
    .press__item a:hover {
      color: #000; }
      .press__item a:hover .underline {
        text-decoration: underline; }
      .press__item a:hover svg {
        fill: #000; }
  .press__item .press__item__quote {
    display: block; }
  .press__item .press__item__byline {
    font-size: 14px;
    line-height: 22px;
    font-family: "akzidenz-grotesk-next-pro", sans-serif;
    font-weight: 300;
    color: #000;
    font-variant-numeric: proportional-nums;
    display: block;
    float: left;
    margin-top: 26px;
    padding-right: 0;
    color: #8a9994; }
    @media (min-width: 721px) {
      .press__item .press__item__byline {
        font-size: 14px;
        line-height: 22px; } }
    @media (min-width: 1001px) {
      .press__item .press__item__byline {
        font-size: 16px;
        line-height: 24px; } }
    @media (min-width: 721px) {
      .press__item .press__item__byline {
        padding-right: 15px; } }
    @media (min-width: 1001px) {
      .press__item .press__item__byline {
        padding-right: 15px; } }
    .press__item .press__item__byline:hover {
      text-decoration: none; }
  .press__item .cta--square {
    vertical-align: top;
    margin-top: 7px; }
  .press__item .press__item__byline + .cta--square {
    float: left;
    margin-top: 20px; }
  .press__item .no-break {
    white-space: nowrap; }
  .press__item a:hover .no-break {
    text-decoration: none; }

@media (min-width: 721px) {
  .press__item {
    float: left;
    width: 40.53788%;
    min-height: 246px; }
    .press__item:nth-of-type(odd) {
      margin-right: 5.71007%; }
  .press__title {
    text-align: center; } }

@media (min-width: 1001px) {
  .press__item {
    float: left;
    width: 40.0463%;
    min-height: 487px; }
    .press__item:nth-of-type(odd) {
      margin-right: 5.78704%; }
  .press .press__title {
    text-align: center; } }

.cinematic-gallery {
  overflow: hidden;
  position: relative; }
  .cinematic-gallery .h4,
  .cinematic-gallery .h3 {
    margin-bottom: 26px;
    text-align: center;
    margin-left: 20px; }
    @media (min-width: 721px) {
      .cinematic-gallery .h4,
      .cinematic-gallery .h3 {
        margin-bottom: 39px; } }
    @media (min-width: 1001px) {
      .cinematic-gallery .h4,
      .cinematic-gallery .h3 {
        margin-bottom: 54px;
        text-align: center; } }
  .cinematic-gallery .cinematic-gallery--items {
    width: 88.11189%; }
    .cinematic-gallery .cinematic-gallery--items::after {
      content: '';
      display: block;
      position: absolute;
      left: 100%;
      top: 0;
      width: 13.49206%;
      height: 100%;
      background: rgba(75, 86, 89, 0.7);
      z-index: 5; }
    .cinematic-gallery .cinematic-gallery--items .gallery-item {
      position: relative;
      width: 100%;
      background-size: cover;
      border-right: 2px #FFF solid;
      outline: none; }
      .cinematic-gallery .cinematic-gallery--items .gallery-item:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
      .cinematic-gallery .cinematic-gallery--items .gallery-item > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .cinematic-gallery .cinematic-gallery--items .gallery-item.video .hero__gallery-btn {
        display: none; }
      .cinematic-gallery .cinematic-gallery--items .gallery-item .slideInject {
        width: 100%;
        height: 100%;
        position: absolute;
        left: calc(100% + 2px);
        top: 0;
        background: #000;
        background-size: cover; }
      .cinematic-gallery .cinematic-gallery--items .gallery-item .caption {
        position: absolute;
        left: 0;
        top: 100%;
        font-size: 14px;
        line-height: 22px;
        font-family: "akzidenz-grotesk-next-pro", sans-serif;
        font-weight: 300;
        color: #000;
        font-variant-numeric: proportional-nums;
        color: #8a9994;
        font-style: italic;
        padding-top: 15px;
        padding-left: 50px;
        padding-right: 20px;
        opacity: 0; }
        @media (min-width: 721px) {
          .cinematic-gallery .cinematic-gallery--items .gallery-item .caption {
            font-size: 14px;
            line-height: 22px; } }
        @media (min-width: 1001px) {
          .cinematic-gallery .cinematic-gallery--items .gallery-item .caption {
            font-size: 16px;
            line-height: 24px; } }
        @media (min-width: 721px) {
          .cinematic-gallery .cinematic-gallery--items .gallery-item .caption {
            padding-top: 23px;
            padding-left: 28px;
            padding-right: 28px; } }
        @media (min-width: 1001px) {
          .cinematic-gallery .cinematic-gallery--items .gallery-item .caption {
            padding-top: 23px;
            padding-left: 38px;
            padding-right: 38px; } }
    .cinematic-gallery .cinematic-gallery--items .slick-list {
      overflow: visible; }
    .cinematic-gallery .cinematic-gallery--items .slick-arrow {
      position: absolute;
      z-index: 6;
      outline-width: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      bottom: 50px;
      height: 30px;
      right: auto;
      width: 13.49206%; }
      @media (min-width: 721px) {
        .cinematic-gallery .cinematic-gallery--items .slick-arrow {
          bottom: auto;
          height: 60px;
          right: 25px; } }
      @media (min-width: 1001px) {
        .cinematic-gallery .cinematic-gallery--items .slick-arrow {
          height: 100px;
          right: 40px; } }
      @media (min-width: 721px) {
        .cinematic-gallery .cinematic-gallery--items .slick-arrow {
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); } }
      .cinematic-gallery .cinematic-gallery--items .slick-arrow:hover svg {
        stroke: #0090a0; }
        .can-touch .cinematic-gallery .cinematic-gallery--items .slick-arrow:hover svg {
          stroke: #0090a0; }
      .cinematic-gallery .cinematic-gallery--items .slick-arrow svg {
        height: 100%;
        fill: none;
        stroke-width: 5;
        stroke: #FFF;
        width: 100%; }
        @media (min-width: 721px) {
          .cinematic-gallery .cinematic-gallery--items .slick-arrow svg {
            stroke-width: 3; } }
    .cinematic-gallery .cinematic-gallery--items .slick-next {
      left: 100%;
      margin-top: -10%; }
      @media (min-width: 721px) {
        .cinematic-gallery .cinematic-gallery--items .slick-next {
          margin-top: -8%; } }
      @media (min-width: 1001px) {
        .cinematic-gallery .cinematic-gallery--items .slick-next {
          margin-top: -8%; } }
    .cinematic-gallery .cinematic-gallery--items .slick-prev {
      left: 100%;
      margin-top: 10%; }
      @media (min-width: 721px) {
        .cinematic-gallery .cinematic-gallery--items .slick-prev {
          margin-top: 8%; } }
      @media (min-width: 1001px) {
        .cinematic-gallery .cinematic-gallery--items .slick-prev {
          margin-top: 8%; } }
  .cinematic-gallery .gallery-controls__numbers {
    position: absolute;
    left: 20px;
    top: auto;
    margin-top: calc((1/2) * 100vw);
    padding-top: 12px;
    font-weight: 700;
    color: #000;
    letter-spacing: -2px;
    width: auto;
    z-index: 7;
    text-align: center; }
    @media (min-width: 721px) {
      .cinematic-gallery .gallery-controls__numbers {
        left: 88.11189%;
        margin-top: calc((1/2.01) * 50% - 10px);
        padding-top: 0;
        color: #FFF;
        letter-spacing: 0px;
        width: 11.88811%; } }
    @media (min-width: 1001px) {
      .cinematic-gallery .gallery-controls__numbers {
        margin-top: calc((1/2.01) * 50% - 10px);
        letter-spacing: 0; } }
  .cinematic-gallery .cinematic-gallery--caption em {
    display: block;
    color: #8a9994;
    font-style: italic;
    padding-left: calc(20px * 2 + 10px);
    padding-right: 20px;
    padding-top: 15px; }
    @media (min-width: 721px) {
      .cinematic-gallery .cinematic-gallery--caption em {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 23px; } }
    @media (min-width: 1001px) {
      .cinematic-gallery .cinematic-gallery--caption em {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 23px; } }

.general-article {
  position: relative;
  z-index: 10; }
  .general-article:after {
    content: '';
    display: table;
    clear: both; }
  .general-article__header {
    margin-bottom: 32px;
    padding: 60px 20px 40px 12.5%;
    background-color: #0090a0;
    margin-top: 60px;
    margin-right: -20px; }
    .general-article__header:after {
      content: '';
      display: table;
      clear: both; }
    @media (min-width: 721px) {
      .general-article__header {
        margin-bottom: 34px;
        padding: 60px 0 40px; } }
    @media (min-width: 1001px) {
      .general-article__header {
        margin-bottom: 54px;
        padding: 80px 0 60px 0; } }
    @media (min-width: 721px) {
      .general-article__header {
        -sgs-span-settings: ("span": 11, "location": 2, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": false, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
        width: 91.50541%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        width: calc(91.50541% + 25px);
        margin-right: -25px;
        padding-right: 9.1079%;
        padding-left: 9.1079%; } }
    @media (min-width: 1001px) {
      .general-article__header {
        -sgs-span-settings: ("span": 10, "location": 3, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
        width: 82.87037%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        width: calc(82.87037% + 40px);
        margin-right: -40px;
        padding-right: 8.61343%;
        padding-left: 8.61343%; } }
  .general-article .general-article--title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.3px;
    font-family: "akzidenz-grotesk-next-pro", sans-serif;
    font-weight: 700;
    color: #FFF; }
    @media (min-width: 721px) {
      .general-article .general-article--title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0.3px; } }
    @media (min-width: 1001px) {
      .general-article .general-article--title {
        font-size: 50px;
        line-height: 63px;
        letter-spacing: 0.9px; } }
    .general-article .general-article--title a {
      font-weight: 700; }
  .general-article .general-article--category,
  .general-article .general-article--author-date {
    font-size: 14px;
    line-height: 18px;
    font-family: "akzidenz-grotesk-next-pro", sans-serif;
    font-weight: 500;
    letter-spacing: .4px;
    color: #FFF;
    display: block; }
    @media (min-width: 721px) {
      .general-article .general-article--category,
      .general-article .general-article--author-date {
        font-size: 16px;
        line-height: 21px; } }
    @media (min-width: 1001px) {
      .general-article .general-article--category,
      .general-article .general-article--author-date {
        font-size: 16px;
        line-height: 21px; } }

.general-article--category {
  padding-bottom: 15px;
  color: #0090a0; }
  @media (min-width: 721px) {
    .general-article--category {
      padding-bottom: 25px; } }

.general-article--title {
  padding-bottom: 30px; }
  @media (min-width: 721px) {
    .general-article--title {
      padding-bottom: 30px; } }
  @media (min-width: 1001px) {
    .general-article--title {
      padding-bottom: 40px; } }

.general-article--author-date {
  color: #FFF; }

.hero + .general-article .general-article__header {
  margin-top: -60px;
  margin-top: -50px; }
  @media (min-width: 721px) {
    .hero + .general-article .general-article__header {
      margin-top: -40px; } }
  @media (min-width: 1001px) {
    .hero + .general-article .general-article__header {
      margin-top: -60px; } }

.media-overlay .mfp-container {
  margin: 0 20px;
  max-width: 1320px;
  position: relative;
  width: auto;
  cursor: auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  position: relative;
  height: 100%; }
  .media-overlay .mfp-container:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 721px) {
    .media-overlay .mfp-container {
      margin: 0 25px; } }
  @media (min-width: 1001px) {
    .media-overlay .mfp-container {
      margin: 0 40px; } }
  @media (min-width: 1401px) {
    .media-overlay .mfp-container {
      margin: 0 auto; } }

.media-overlay .mfp-content {
  max-width: none;
  width: 100%;
  top: 40px; }
  @media (min-width: 721px) {
    .media-overlay .mfp-content {
      top: 100px; } }
  @media (min-width: 721px) {
    .media-overlay .mfp-content {
      -sgs-span-settings: ("span": 10, "location": 2, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 83.01082%;
      float: left;
      margin-right: -100%;
      margin-left: 8.49459%;
      clear: none; } }
  .media-overlay .mfp-content figure {
    margin-top: 50px; }
    @media (min-width: 721px) {
      .media-overlay .mfp-content figure {
        margin-top: 54px; } }
    @media (min-width: 1001px) {
      .media-overlay .mfp-content figure {
        margin-top: 70px; } }

.media-overlay .mfp-figure:after {
  background: transparent;
  box-shadow: none; }

.media-overlay .mfp-figure img {
  padding-top: 0;
  padding-right: 0;
  opacity: 0;
  transition: opacity 500ms ease; }

.media-overlay .mfp-iframe-holder {
  padding-top: 0; }

.media-overlay .mfp-iframe-container {
  position: relative;
  padding-top: 50px; }
  @media (min-width: 721px) {
    .media-overlay .mfp-iframe-container {
      padding-top: 54px; } }
  @media (min-width: 1001px) {
    .media-overlay .mfp-iframe-container {
      padding-top: 70px; } }

.media-overlay .mfp-iframe-scaler {
  position: relative; }

.media-overlay .mfp-iframe {
  width: 100%; }

.media-overlay .mfp-title {
  margin-top: 15px;
  font-style: italic;
  padding-right: 0; }
  @media (min-width: 721px) {
    .media-overlay .mfp-title {
      margin-top: 25px; } }

.media-overlay .mfp-arrow {
  opacity: 1;
  margin-top: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  height: 30px;
  top: 40px;
  width: 12px; }
  @media (min-width: 721px) {
    .media-overlay .mfp-arrow {
      height: 36px;
      top: 100px;
      width: 14px; } }
  @media (min-width: 1001px) {
    .media-overlay .mfp-arrow {
      height: 42px;
      width: 18px; } }
  .media-overlay .mfp-arrow:before, .media-overlay .mfp-arrow:after {
    content: none; }
  .media-overlay .mfp-arrow svg {
    height: 100%;
    fill: none;
    stroke-width: 3;
    stroke: #FFF;
    width: 100%; }
  .media-overlay .mfp-arrow:hover svg {
    stroke: #0090a0; }

@media (min-width: 721px) {
  .media-overlay .mfp-arrow-left {
    left: calc(6.55953% + 1.93506%); } }

.media-overlay .mfp-arrow-right {
  left: calc(12.5% + 5%);
  right: auto; }
  @media (min-width: 721px) {
    .media-overlay .mfp-arrow-right {
      left: calc(15.05412% + 1.93506%); } }

.media-overlay .mfp-close {
  cursor: pointer !important;
  height: 24px;
  opacity: 1;
  padding-right: 0;
  right: 0;
  top: 0;
  width: 24px; }
  .media-overlay .mfp-close svg {
    display: block;
    fill: #0090a0;
    height: 24px;
    pointer-events: none;
    width: 24px; }
  .media-overlay .mfp-close:hover svg {
    fill: #02727e; }

.media-overlay .mfp-counter {
  font-size: 12px;
  line-height: 14px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 500;
  letter-spacing: .060em;
  display: inline-block;
  left: calc(((12.5% + 5%) / 2) + 6px);
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 15px; }
  @media (min-width: 721px) {
    .media-overlay .mfp-counter {
      font-size: 13px;
      line-height: 16px; } }
  @media (min-width: 1001px) {
    .media-overlay .mfp-counter {
      font-size: 15px;
      line-height: 18px; } }
  @media (min-width: 721px) {
    .media-overlay .mfp-counter {
      top: 18px; } }
  @media (min-width: 1001px) {
    .media-overlay .mfp-counter {
      top: 21px; } }
  @media (min-width: 721px) {
    .media-overlay .mfp-counter {
      left: calc(((7.90202% + 2.33109%) / 2) + 7px); } }
  @media (min-width: 1001px) {
    .media-overlay .mfp-counter {
      left: calc(((6.98324% + 3.35196%) / 2) + 9px); } }

.media-overlay .mfp-bottom-bar {
  position: relative;
  top: auto;
  left: auto; }

@media (min-width: 1001px) {
  .visit-ticket .ticket__info-details {
    -sgs-span-settings: ("span": 5.8, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 46.89815%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }

.visit-ticket .ticket__info-body {
  margin-top: 60px;
  margin-left: 42%;
  width: 50%;
  color: #FFF; }
  @media (min-width: 721px) {
    .visit-ticket .ticket__info-body {
      margin-left: 30%;
      width: 60%; } }
  .visit-ticket .ticket__info-body a {
    color: #FFF; }
    .visit-ticket .ticket__info-body a:hover {
      color: #000; }

.ticket__info {
  padding-bottom: 0;
  margin-bottom: 40px; }
  @media (min-width: 721px) {
    .ticket__info {
      padding-bottom: 70px;
      margin-bottom: 0; } }

.ticket__info-title {
  height: 45px;
  margin-bottom: 40px; }
  @media (min-width: 721px) {
    .ticket__info-title {
      height: 50px; } }
  @media (min-width: 1001px) {
    .ticket__info-title {
      height: 60px;
      margin-bottom: 70px; } }

.ticket__info-body {
  margin-top: 20; }
  @media (min-width: 721px) {
    .ticket__info-body {
      margin-top: 40; } }
  @media (min-width: 1001px) {
    .ticket__info-body {
      margin-top: 60; } }

html:not(.cssclippathpolygon) .ticket:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 45px;
  margin-left: -20px;
  border-top: 1px solid #FFF;
  background: #FFF; }
  @media (min-width: 721px) {
    html:not(.cssclippathpolygon) .ticket:before {
      width: 180px;
      height: 50px;
      margin-left: -25px; } }
  @media (min-width: 1001px) {
    html:not(.cssclippathpolygon) .ticket:before {
      width: 215px;
      height: 60px;
      margin-left: -40px; } }

.museum-map {
  margin-top: 40px;
  position: relative;
  clear: left; }
  @media (min-width: 1001px) {
    .museum-map {
      margin-top: 60px; } }

.museum-map__figure-svg {
  position: relative; }
  .museum-map__figure-svg:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 58.33333%; }
  .museum-map__figure-svg > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .museum-map__figure-svg svg {
    stroke: #0090a0;
    stroke-width: 3px;
    fill: transparent; }

.museum-map__text {
  top: 40px;
  position: absolute;
  left: 0;
  z-index: 5; }
  @media (min-width: 1001px) {
    .museum-map__text {
      top: 60px; } }

@media (min-width: 1001px) {
  .museum-map__figure {
    -sgs-span-settings: ("span": 7.85, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 64.45602%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .museum-map__text {
    -sgs-span-settings: ("span": 5.8, "location": 7.19, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 46.89815%;
    float: left;
    margin-right: -100%;
    margin-left: 53.0162%;
    clear: none;
    top: 80px; } }

.related-stories {
  margin-left: 0; }
  .related-stories h4 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1px;
    font-family: "akzidenz-grotesk-next-pro", sans-serif;
    font-weight: 700;
    letter-spacing: .010em; }
    @media (min-width: 721px) {
      .related-stories h4 {
        font-size: 23px;
        line-height: 29px;
        letter-spacing: 0.1px; } }
    @media (min-width: 1001px) {
      .related-stories h4 {
        font-size: 23px;
        line-height: 29px;
        letter-spacing: 0.5px; } }
    .related-stories h4 a {
      font-weight: 700; }
  .related-stories__title {
    text-align: center; }
  .related-stories__items {
    margin-top: 40px;
    overflow: hidden; }
    @media (min-width: 721px) {
      .related-stories__items {
        margin-top: 60px; } }
  .related-stories__item {
    position: relative; }
    .related-stories__item:after {
      width: 6px;
      content: "";
      position: absolute;
      top: 0;
      left: calc(100% + 18px);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 100%;
      background: #0090a0; }
      @media (min-width: 1001px) {
        .related-stories__item:after {
          width: 8px; } }
    .related-stories__item:last-child:after {
      display: none; }
  .related-stories__item-title {
    position: relative;
    padding: 25px 0 0 25px; }
    .related-stories__item-title:before {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: auto;
      padding-top: 75%;
      top: 0;
      z-index: -1;
      box-shadow: #4b5659 6px 6px 0 inset; }
      @media (min-width: 1001px) {
        .related-stories__item-title:before {
          box-shadow: #4b5659 8px 8px 0 inset; } }
  .related-stories__image + .related-stories__item-title {
    margin-top: 10px;
    padding: 0; }
    @media (min-width: 721px) {
      .related-stories__image + .related-stories__item-title {
        margin-top: 10px; } }
    @media (min-width: 1001px) {
      .related-stories__image + .related-stories__item-title {
        margin-top: 20px; } }
    .related-stories__image + .related-stories__item-title:before {
      display: none; }
  .related-stories .no-break {
    white-space: nowrap; }
  .related-stories a:hover svg {
    text-decoration: none;
    stroke: #000; }
  .related-stories svg {
    stroke: #8a9994;
    width: 15px;
    height: 15px;
    width: 15px;
    height: 15px; }
    @media (min-width: 721px) {
      .related-stories svg {
        width: 15px;
        height: 15px; } }
    @media (min-width: 1001px) {
      .related-stories svg {
        width: 18px;
        height: 18px; } }
  .related-stories .media-link {
    display: block;
    position: relative;
    height: auto;
    top: auto;
    left: auto; }
    .related-stories .media-link:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition: opacity 200ms ease; }
    .related-stories .media-link:hover:after {
      opacity: 1; }
  .related-stories__image img {
    display: block;
    width: 100%; }

.related-stories__items {
  width: calc(100% + 20px);
  position: relative;
  overflow: hidden; }
  @media (min-width: 721px) {
    .related-stories__items {
      width: calc(100% + 25px); } }
  @media (min-width: 1001px) {
    .related-stories__items {
      width: calc(100% + 40px); } }

.related-stories__child-contain {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .related-stories__child-contain.items-3 {
    -sgs-span-settings: ("span": 13.5, "location": 1, "grid": 6, "gutter": 0.4, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 231.25%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin: 0; }
  .related-stories__child-contain.items-4 {
    -sgs-span-settings: ("span": 18, "location": 1, "grid": 6, "gutter": 0.4, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 310%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin: 0; }
  .related-stories__child-contain.items-5 {
    -sgs-span-settings: ("span": 22.5, "location": 1, "grid": 6, "gutter": 0.4, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 388.75%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin: 0; }
  .related-stories__child-contain.items-6 {
    -sgs-span-settings: ("span": 27, "location": 1, "grid": 6, "gutter": 0.4, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 467.5%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin: 0; }
  @media (min-width: 721px) {
    .related-stories__child-contain.items-3 {
      -sgs-span-settings: ("span": 15, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 125.48377%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none;
      margin: 0; }
    .related-stories__child-contain.items-4 {
      -sgs-span-settings: ("span": 20, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 167.95671%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none;
      margin: 0; }
    .related-stories__child-contain.items-5 {
      -sgs-span-settings: ("span": 25, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 210.42965%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none;
      margin: 0; }
    .related-stories__child-contain.items-6 {
      -sgs-span-settings: ("span": 30, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 252.90259%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none;
      margin: 0; } }
  @media (min-width: 1001px) {
    .related-stories__child-contain.items-3 {
      -sgs-span-settings: ("span": 15, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 125.69444%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none;
      margin: 0; }
    .related-stories__child-contain.items-4 {
      -sgs-span-settings: ("span": 20, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 168.51852%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none;
      margin: 0; }
    .related-stories__child-contain.items-5 {
      -sgs-span-settings: ("span": 25, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 211.34259%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none;
      margin: 0; }
    .related-stories__child-contain.items-6 {
      -sgs-span-settings: ("span": 30, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 254.16667%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none;
      margin: 0; } }

.related-stories__item {
  -sgs-span-settings: ("span": 4.5, "location": 1, "grid": 6, "gutter": 0.4, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
  width: 73.75%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
  margin: 0;
  margin-left: 36px; }
  .related-stories__item:first-child {
    margin-left: 20px; }
    @media (min-width: 721px) {
      .related-stories__item:first-child {
        margin-left: 25px; } }
    @media (min-width: 1001px) {
      .related-stories__item:first-child {
        margin-left: 40px; } }
  .related-stories__item:last-child {
    margin-right: 20px; }
    @media (min-width: 721px) {
      .related-stories__item:last-child {
        margin-right: 25px; } }
    @media (min-width: 1001px) {
      .related-stories__item:last-child {
        margin-right: 40px; } }
  @media (min-width: 721px) {
    .related-stories__item {
      -sgs-span-settings: ("span": 5, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 40.53788%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none;
      margin: 0;
      margin-left: 36px; } }
  @media (min-width: 1001px) {
    .related-stories__item {
      -sgs-span-settings: ("span": 5, "location": 1, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 40.0463%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none;
      margin: 0;
      margin-left: 36px; } }

.featured-video:after {
  content: '';
  display: table;
  clear: both; }

.featured-video__media {
  position: relative;
  z-index: 1;
  width: calc(100% + (20px * 2));
  margin: 0 -20px;
  cursor: pointer; }
  .featured-video__media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%; }
  .featured-video__media > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .featured-video__media .media-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .featured-video__media .media-btn:hover {
      background: transparent; }
  .featured-video__media img {
    width: 100%;
    opacity: 1.0; }

.featured-video__text {
  position: relative;
  width: 100%;
  padding: 36px 0;
  margin-top: -15px;
  z-index: 2; }
  .featured-video__text .featured-video__title {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.1px;
    font-family: "akzidenz-grotesk-next-pro", sans-serif;
    font-weight: 700;
    letter-spacing: .010em;
    color: #000;
    margin-bottom: 15px; }
    @media (min-width: 721px) {
      .featured-video__text .featured-video__title {
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 0.1px; } }
    @media (min-width: 1001px) {
      .featured-video__text .featured-video__title {
        font-size: 32px;
        line-height: 39px;
        letter-spacing: 0.1px; } }
    .featured-video__text .featured-video__title a {
      font-weight: 700; }

@media (min-width: 721px) {
  .featured-video__media {
    width: calc(74.51623% + 25px);
    margin-left: -25px; }
  .featured-video__text {
    float: right;
    width: calc(57.52706% + 25px);
    padding-top: 32px;
    padding-left: 6.55953%;
    margin-top: -20px;
    margin-right: 25px; }
    .featured-video__text:before, .featured-video__text:after {
      border-width: 24px;
      top: -24px; }
    .featured-video__text:before {
      width: 16.75303%; }
    .featured-video__text:after {
      width: calc(100% - 16.75303%); }
    .featured-video__text .featured-video__title {
      margin-bottom: 16px; } }

@media (min-width: 1001px) {
  .featured-video__media {
    float: left;
    width: calc(57.17593% + 40px + 2.77778%);
    margin-left: -40px; }
  .featured-video__text {
    width: calc(40.0463% + 40px);
    padding-top: 74px;
    padding-right: calc(5.78704% + 40px);
    padding-bottom: 80px;
    padding-left: 40px;
    margin-top: 60px;
    margin-right: -40px; }
    .featured-video__text:before, .featured-video__text:after {
      border-width: 24px;
      left: -24px; }
    .featured-video__text:before {
      top: 0;
      width: 0;
      height: 66px;
      border-top: none;
      border-right: 24px solid #ECECEC;
      border-bottom: 29px solid transparent; }
    .featured-video__text:after {
      top: auto;
      right: auto;
      bottom: 0;
      width: 0;
      height: calc(100% - 66px);
      border-top: 29px solid transparent;
      border-right: 24px solid #ECECEC;
      border-bottom: none;
      border-left: none; } }

.related-events {
  padding-bottom: 72px;
  max-width: 1400px;
  position: relative; }
  @media (min-width: 721px) {
    .related-events {
      padding-bottom: 0; } }
  @media (max-width: 1400px) {
    .related-events {
      margin-left: 0;
      margin-right: 0; } }
  .related-events__title-inner, .related-events__title-cta {
    display: inline-block;
    position: relative; }
  .related-events__title:before,
  .related-events__title span:before,
  .related-events__title h4:before {
    height: 6px;
    left: calc(100% + 10px);
    width: 100vw; }
    @media (min-width: 721px) {
      .related-events__title:before,
      .related-events__title span:before,
      .related-events__title h4:before {
        left: calc(100% + 20px); } }
    @media (min-width: 1001px) {
      .related-events__title:before,
      .related-events__title span:before,
      .related-events__title h4:before {
        height: 8px; } }
    @media (min-width: 721px) {
      .related-events__title:before,
      .related-events__title span:before,
      .related-events__title h4:before {
        width: 100vw; } }
  .related-events__title:before {
    display: none; }
  .related-events__title-inner {
    line-height: 18px; }
    @media (min-width: 721px) {
      .related-events__title-inner {
        line-height: 35px; } }
    @media (min-width: 1001px) {
      .related-events__title-inner {
        line-height: 65px; } }
    @media (min-width: 721px) {
      .related-events__title-inner:before {
        display: none; } }
  .related-events__title:after, .related-events__title-cta-wrap:after {
    width: 6px;
    margin-top: 3px;
    right: 0;
    height: 100px;
    top: calc(50% - 15px); }
    @media (min-width: 1001px) {
      .related-events__title:after, .related-events__title-cta-wrap:after {
        width: 8px;
        margin-top: 4px; } }
  .related-events__title-cta-wrap {
    position: absolute;
    right: 0; }
  @media (max-width: 720px) {
    .related-events__title h4:before, .related-events__title-cta-wrap:before {
      display: none; }
    .related-events__title:after {
      top: 13px;
      right: 20px;
      height: 450px; }
    .related-events__title-cta-wrap {
      padding-left: 20px;
      bottom: 0;
      left: 0;
      overflow: hidden;
      padding-top: 22px;
      position: absolute;
      width: calc(100% - 20px / 2 * 2); } }
  @media (max-width: 720px) and (min-width: 721px) {
    .related-events__title-cta-wrap {
      padding-left: 25px; } }
  @media (max-width: 720px) and (min-width: 1001px) {
    .related-events__title-cta-wrap {
      padding-left: 40px; } }
  @media (max-width: 720px) and (min-width: 1401px) {
    .related-events__title-cta-wrap {
      padding-left: 40px; } }
  @media (max-width: 720px) {
      .related-events__title-cta-wrap:after {
        bottom: calc(50% - 11px);
        top: auto !important; } }
  .related-events h1 {
    font-size: 180px;
    line-height: 180px;
    font-weight: normal; }
  .related-events h4 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.1px;
    font-family: "akzidenz-grotesk-next-pro", sans-serif;
    font-weight: 700;
    letter-spacing: .010em; }
    @media (min-width: 721px) {
      .related-events h4 {
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 0.1px; } }
    @media (min-width: 1001px) {
      .related-events h4 {
        font-size: 32px;
        line-height: 39px;
        letter-spacing: 0.1px; } }
    .related-events h4 a {
      font-weight: 700; }
  .related-events h8 {
    font-size: 14px;
    line-height: 16px;
    font-family: "akzidenz-grotesk-next-pro", sans-serif;
    font-weight: 500;
    letter-spacing: .020em;
    display: block; }
    @media (min-width: 721px) {
      .related-events h8 {
        font-size: 14px;
        line-height: 16px; } }
    @media (min-width: 1001px) {
      .related-events h8 {
        font-size: 16px;
        line-height: 18px; } }
  .related-events__title {
    padding-bottom: 35px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
    overflow: hidden; }
    @media (min-width: 721px) {
      .related-events__title {
        padding-bottom: 30px;
        position: relative;
        margin-left: 25px;
        margin-right: 25px; } }
    @media (min-width: 1001px) {
      .related-events__title {
        margin-left: 40px;
        margin-right: 40px; } }
    @media (min-width: 1401px) {
      .related-events__title {
        margin-left: 40px;
        margin-right: 40px; } }
    @media (min-width: 721px) {
      .related-events__title h4 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .related-events__view-all-cta {
    display: inline-block;
    position: relative;
    transition: all 200ms ease; }
  .related-events__item {
    padding-top: 30px;
    padding-bottom: 60px;
    width: 240px;
    background-color: transparent;
    float: left;
    height: auto;
    margin: 0 2px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    border-right: 1px solid #8a9994; }
    @media (min-width: 721px) {
      .related-events__item {
        width: 270px; } }
    @media (min-width: 1001px) {
      .related-events__item {
        padding-top: 20px;
        padding-bottom: 80px;
        width: 280px; } }
    .related-events__item:first-child {
      padding-left: 20px;
      width: 240px;
      background-color: transparent;
      margin-left: 0; }
      @media (min-width: 721px) {
        .related-events__item:first-child {
          padding-left: 25px;
          width: 275px; } }
      @media (min-width: 1001px) {
        .related-events__item:first-child {
          padding-left: 40px;
          width: 340px; } }
      @media (min-width: 1401px) {
        .related-events__item:first-child {
          padding-left: 40px; } }
    .related-events__item:last-child {
      margin-right: 0; }
  .related-events__item-month {
    padding-bottom: 20px; }
    @media (min-width: 721px) {
      .related-events__item-month {
        padding-bottom: 15px; } }
    @media (min-width: 1001px) {
      .related-events__item-month {
        padding-bottom: 40px; } }
  .related-events__item-details {
    padding-bottom: 35px;
    color: #0090a0;
    padding-bottom: 40px; }
    @media (min-width: 1001px) {
      .related-events__item-details {
        padding-bottom: 40px; } }
  .related-events__item-link a {
    color: #8a9994;
    text-decoration: none; }
    .related-events__item-link a:hover {
      color: #000;
      text-decoration: underline; }
  .related-events .items-2 {
    width: calc(2 * 280px + 12px); }
  @media (max-width: 1000px) {
    .related-events .items-2 {
      width: calc(2 * 270px + 12px); } }
  @media (max-width: 720px) {
    .related-events .items-2 {
      width: calc(2 * 240px + 12px); } }
  .related-events .items-3 {
    width: calc(3 * 280px + 12px); }
  @media (max-width: 1000px) {
    .related-events .items-3 {
      width: calc(3 * 270px + 12px); } }
  @media (max-width: 720px) {
    .related-events .items-3 {
      width: calc(3 * 240px + 12px); } }
  .related-events .items-4 {
    width: calc(4 * 280px + 12px); }
  @media (max-width: 1000px) {
    .related-events .items-4 {
      width: calc(4 * 270px + 12px); } }
  @media (max-width: 720px) {
    .related-events .items-4 {
      width: calc(4 * 240px + 12px); } }
  .related-events .items-5 {
    width: calc(5 * 280px + 12px); }
  @media (max-width: 1000px) {
    .related-events .items-5 {
      width: calc(5 * 270px + 12px); } }
  @media (max-width: 720px) {
    .related-events .items-5 {
      width: calc(5 * 240px + 12px); } }
  .related-events .items-6 {
    width: calc(6 * 280px + 12px); }
  @media (max-width: 1000px) {
    .related-events .items-6 {
      width: calc(6 * 270px + 12px); } }
  @media (max-width: 720px) {
    .related-events .items-6 {
      width: calc(6 * 240px + 12px); } }
  .related-events .items-7 {
    width: calc(7 * 280px + 12px); }
  @media (max-width: 1000px) {
    .related-events .items-7 {
      width: calc(7 * 270px + 12px); } }
  @media (max-width: 720px) {
    .related-events .items-7 {
      width: calc(7 * 240px + 12px); } }
  .related-events .items-8 {
    width: calc(8 * 280px + 12px); }
  @media (max-width: 1000px) {
    .related-events .items-8 {
      width: calc(8 * 270px + 12px); } }
  @media (max-width: 720px) {
    .related-events .items-8 {
      width: calc(8 * 240px + 12px); } }

.related-events__items {
  position: relative; }
  @media (min-width: 721px) {
    .related-events__items {
      overflow: hidden; } }
  @media (min-width: 1001px) {
    .related-events__items {
      overflow: inherit; } }
  .related-events__items:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    width: 142%;
    height: 100%;
    z-index: 0;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    margin-right: -70%; }

.related-events-small .related-events__title {
  width: auto; }
  @media (min-width: 721px) {
    .related-events-small .related-events__title {
      width: 580px; } }
  @media (min-width: 1001px) {
    .related-events-small .related-events__title {
      width: 570px; } }

@media (min-width: 721px) {
  .related-events-small {
    display: inline-block;
    overflow: hidden;
    padding-bottom: 48px; }
    .related-events-small:before {
      top: auto;
      bottom: 0; }
    .related-events-small .related-events__title {
      position: static;
      overflow: visible;
      margin-right: 0; }
      .related-events-small .related-events__title h4 {
        position: relative;
        overflow: hidden; } }

.related-events__items--small {
  max-width: calc(2 * 280px); }
  @media (max-width: 1000px) {
    .related-events__items--small {
      max-width: calc(2 * 270px); } }
  @media (max-width: 720px) {
    .related-events__items--small {
      max-width: 100%; } }

.related-events__child-contain {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 721px) {
  .related-events__title-inner {
    width: 252px; } }

@media (min-width: 1001px) {
  .related-events__title-inner {
    width: 480px; } }

.related-events__title {
  text-align: center; }
  @media (min-width: 1001px) {
    .related-events__title {
      text-align: left; } }

.related-events__title-cta-wrap {
  text-align: left; }

.article__media {
  margin-top: 38px;
  margin-bottom: 38px;
  position: relative; }
  @media (min-width: 721px) {
    .article__media {
      margin-top: 48px;
      margin-bottom: 48px; } }
  @media (min-width: 1001px) {
    .article__media {
      margin-top: 58px;
      margin-bottom: 58px; } }
  .article__media img {
    display: block;
    width: 100%; }
  .article__media .media-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .article__media__caption {
    margin-top: 20px;
    font-style: italic;
    color: #8a9994; }

@media (min-width: 721px) {
  .article > p,
  .article > ul,
  .article > ol,
  .article > h1,
  .article > h2,
  .article > h3,
  .article > h4,
  .article > h5,
  .article > h6,
  .article > table {
    -sgs-span-settings: ("span": 10, "location": 3, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": false, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 83.01082%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
  .article__media {
    -sgs-span-settings: ("span": 11, "location": 2, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": false, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 91.50541%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

@media (min-width: 1001px) {
  .article > p,
  .article > ul,
  .article > ol,
  .article > h1,
  .article > h2,
  .article > h3,
  .article > h4,
  .article > h5,
  .article > h6,
  .article > table {
    -sgs-span-settings: ("span": 9, "location": 4, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 74.30556%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
  .article__media {
    -sgs-span-settings: ("span": 10, "location": 3, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 82.87037%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

.figures .slick-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -60px;
  height: 30px;
  width: 14px; }
  .figures .slick-arrow:hover svg {
    stroke: #4b5659; }
    .can-touch .figures .slick-arrow:hover svg {
      stroke: #0090a0; }
  .figures .slick-arrow svg {
    stroke-width: 5;
    stroke: #0090a0; }

.figures .slick-prev {
  margin-left: -14.16667%; }

.figures .slick-next {
  margin-left: 14.16667%; }

.figures .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -53px; }

.figures__inner {
  margin: 0 20px;
  max-width: 1320px;
  position: relative;
  width: auto; }
  .figures__inner:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 721px) {
    .figures__inner {
      margin: 0 25px; } }
  @media (min-width: 1001px) {
    .figures__inner {
      margin: 0 40px; } }
  @media (min-width: 1401px) {
    .figures__inner {
      margin: 0 auto; } }

.figures__title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 700;
  letter-spacing: .010em;
  text-align: center; }
  @media (min-width: 721px) {
    .figures__title {
      font-size: 23px;
      line-height: 29px;
      letter-spacing: 0.1px; } }
  @media (min-width: 1001px) {
    .figures__title {
      font-size: 23px;
      line-height: 29px;
      letter-spacing: 0.5px; } }
  .figures__title a {
    font-weight: 700; }

.figures__list {
  margin-top: 75px; }
  @media (min-width: 721px) {
    .figures__list {
      margin-top: 30px; } }
  @media (min-width: 1001px) {
    .figures__list {
      margin-top: 40px; } }

.figures__list-item {
  min-height: 210px;
  position: relative; }
  @media (min-width: 721px) {
    .figures__list-item:nth-child(odd) {
      -sgs-span-settings: ("span": 5, "location": 2, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 40.53788%;
      float: left;
      margin-right: -100%;
      margin-left: 8.49459%;
      clear: none;
      clear: both; } }
  @media (min-width: 721px) {
    .figures__list-item:nth-child(even) {
      -sgs-span-settings: ("span": 5, "location": 8, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": false, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 40.53788%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }
  .figures__list-item:nth-child(n+3) {
    margin-top: 0; }
    @media (min-width: 721px) {
      .figures__list-item:nth-child(n+3) {
        margin-top: 40px; } }
    @media (min-width: 1001px) {
      .figures__list-item:nth-child(n+3) {
        margin-top: 45px; } }
  .figures__list-item:after {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.3px;
    font-family: "akzidenz-grotesk-next-pro", sans-serif;
    font-weight: 700;
    border: none;
    color: #0090a0;
    display: block;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
    position: absolute;
    margin-top: -6px;
    margin-left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
    @media (min-width: 721px) {
      .figures__list-item:after {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0.3px; } }
    @media (min-width: 1001px) {
      .figures__list-item:after {
        font-size: 50px;
        line-height: 63px;
        letter-spacing: 0.9px; } }
    .figures__list-item:after a {
      font-weight: 700; }
    @media (min-width: 721px) {
      .figures__list-item:after {
        margin-top: -12px;
        margin-left: -5%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%); } }
    @media (min-width: 1001px) {
      .figures__list-item:after {
        margin-top: -16px; } }
  .figures__list-item.figures__list-item-1:after {
    content: "1"; }
  .figures__list-item.figures__list-item-2:after {
    content: "2"; }
  .figures__list-item.figures__list-item-3:after {
    content: "3"; }
  .figures__list-item.figures__list-item-4:after {
    content: "4"; }
  .figures__list-item.figures__list-item-5:after {
    content: "5"; }
  .figures__list-item.figures__list-item-6:after {
    content: "6"; }
  .figures__list-item .line {
    margin-top: 0;
    min-height: 210px;
    margin-left: 12.5%;
    padding-left: 24px;
    padding-top: 34px; }
    @media (min-width: 721px) {
      .figures__list-item .line {
        margin-left: 0;
        padding-left: 24px;
        padding-top: 34px; } }
    @media (min-width: 1001px) {
      .figures__list-item .line {
        padding-left: 28px;
        padding-top: 38px; } }
    .figures__list-item .line:before {
      height: 210px;
      left: 0;
      top: 0;
      width: 210px; }

.figures__list-title {
  font-size: 14px;
  line-height: 16px;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 500;
  letter-spacing: .020em; }
  @media (min-width: 721px) {
    .figures__list-title {
      font-size: 14px;
      line-height: 16px; } }
  @media (min-width: 1001px) {
    .figures__list-title {
      font-size: 16px;
      line-height: 18px; } }

.figures__sublist {
  margin-top: 20px; }

.figures__sublist-item {
  padding-left: 20px; }
  .figures__sublist-item + .figures__sublist-item {
    margin-top: 14px; }
  .figures__sublist-item:before {
    content: "—";
    display: inline;
    left: 0;
    margin-right: 6px;
    position: absolute; }

@media (min-width: 721px) {
  .collection--bio .collection__hero .media-bg {
    margin-left: 0;
    width: 100%; } }

.collection--bio .collection__title {
  text-align: center; }
  @media (min-width: 1001px) {
    .collection--bio .collection__title {
      text-align: left; } }

.collection--bio .collection__caption {
  margin-bottom: 30px;
  margin-top: 20px; }
  @media (min-width: 721px) {
    .collection--bio .collection__caption {
      margin-bottom: 130px; } }
  .collection--bio .collection__caption:after {
    top: -43px; }

.collection--bio .collection__body {
  max-height: 220px;
  overflow: hidden;
  transition: max-height 1s ease-in-out; }
  @media (min-width: 1001px) {
    .collection--bio .collection__body {
      max-height: 292px; } }
  @media (min-width: 1401px) {
    .collection--bio .collection__body {
      max-height: 456px; } }
  .collection--bio .collection__body.is-expanded {
    max-height: 100%;
    transition: max-height 1s ease-in-out; }
  .collection--bio .collection__body p {
    margin-bottom: 22px; }
    @media (min-width: 1001px) {
      .collection--bio .collection__body p {
        margin-bottom: 24px; } }

.collection__gallery {
  transition: visibility 0s, opacity 0.5s linear;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  z-index: -1; }
  .collection__gallery:last-of-type .collection__caption {
    margin-bottom: 130px; }
    @media (min-width: 1001px) {
      .collection__gallery:last-of-type .collection__caption {
        margin-bottom: 0; } }
  @media (min-width: 721px) {
    .bio.is-expanded .collection__gallery {
      visibility: visible;
      position: relative;
      z-index: 10;
      opacity: 1; } }

.collection--bio.collection--text-left .collection__title,
.collection--bio.collection--text-left .collection__caption,
.collection--bio.collection--text-left .collection__body {
  text-align: right; }

.collection--bio.collection--text-left .collection__title,
.collection--bio.collection--text-left .collection__text {
  float: none;
  display: inline-block; }

@media (min-width: 1001px) {
  .collection--bio .collection__title {
    margin-bottom: 19px; } }

.collection--bio .collection__title.line {
  margin-top: 0; }
  .collection--bio .collection__title.line:before, .collection--bio .collection__title.line:after {
    top: -53px; }
    @media (min-width: 721px) {
      .collection--bio .collection__title.line:before, .collection--bio .collection__title.line:after {
        top: -41px; } }
    @media (min-width: 1001px) {
      .collection--bio .collection__title.line:before, .collection--bio .collection__title.line:after {
        top: -48px; } }

@media (min-width: 1001px) {
  .collection--bio .collection__gallery.u-cl {
    margin-top: -28px; } }

.collection--bio .media-bg {
  position: relative; }
  .collection--bio .media-bg:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%; }
  .collection--bio .media-bg > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.special-ticket {
  margin-bottom: 100px; }
  .special-ticket:after {
    content: '';
    display: table;
    clear: both; }
  .special-ticket .ticket__sched {
    margin-top: 60px; }
  .special-ticket .ticket__sections {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 721px) {
      .special-ticket .ticket__sections {
        display: block; } }
  .special-ticket .ticket__section--left {
    margin-bottom: 90px; }
  .special-ticket .ticket__section--right {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0; }
    @media (min-width: 721px) {
      .special-ticket .ticket__section--right {
        position: absolute; } }
  .special-ticket .ticket__info {
    position: relative;
    overflow: hidden;
    margin-right: -20px; }
    .special-ticket .ticket__info:after {
      content: '';
      display: table;
      clear: both; }
    .special-ticket .ticket__info::before {
      content: '';
      position: absolute;
      left: -40%;
      top: 0;
      height: 101%;
      width: 40%;
      z-index: 0;
      margin-left: 0;
      background: #FFF;
      -webkit-transform: skewX(15deg);
      transform: skewX(15deg);
      -webkit-transform-origin: top left;
      transform-origin: top left; }
  .special-ticket .ticket__info-body {
    margin: 40px 20px 0 100px; }
  @media (min-width: 721px) {
    .special-ticket .ticket__section--right {
      left: inherit;
      right: 0;
      width: 62%; }
    .special-ticket .ticket__info {
      position: relative;
      overflow: hidden;
      margin-right: -40px; }
      .special-ticket .ticket__info:after {
        content: '';
        display: table;
        clear: both; }
      .special-ticket .ticket__info::before {
        content: '';
        position: absolute;
        left: 25px;
        top: 0;
        height: 101%;
        width: 20%;
        z-index: 0;
        margin-left: -15%;
        background: #FFF;
        -webkit-transform: skewX(15deg);
        transform: skewX(15deg);
        -webkit-transform-origin: inherit;
        transform-origin: inherit; }
    .special-ticket .ticket__info-details {
      -sgs-span-settings: ("span": 7.4, "location": 2.55, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 60.92489%;
      float: left;
      margin-right: -100%;
      margin-left: 13.16661%;
      clear: none; }
    .special-ticket .ticket__info-body {
      margin-top: 116px;
      -sgs-span-settings: ("span": 7.4, "location": 4.1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 60.92489%;
      float: left;
      margin-right: -100%;
      margin-left: 26.33322%;
      clear: none; } }
  @media (min-width: 1001px) {
    .special-ticket .ticket__section--right {
      left: inherit;
      right: 0;
      width: 62%; }
    .special-ticket .ticket__info-details {
      -sgs-span-settings: ("span": 6.7, "location": 4.5, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 54.60648%;
      float: left;
      margin-right: -100%;
      margin-left: 29.97685%;
      clear: none; }
    .special-ticket .ticket__info-body {
      -sgs-span-settings: ("span": 6.7, "location": 4.75, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 54.60648%;
      float: left;
      margin-right: -100%;
      margin-left: 32.11806%;
      clear: none; } }
  .special-ticket .ticket__info {
    padding-bottom: 60px; }
    @media (min-width: 1001px) {
      .special-ticket .ticket__info {
        padding-bottom: 80px; } }
  .special-ticket .ticket__info-title {
    padding-top: 50px; }
    @media (min-width: 1001px) {
      .special-ticket .ticket__info-title {
        padding-top: 60px; } }
  .special-ticket .h8-special {
    color: #FFF; }
    .special-ticket .h8-special, .special-ticket .h8-special:before, .special-ticket .h8-special:after {
      border-color: #FFF; }
  .special-ticket .ticket__info-body {
    color: #FFF;
    margin-top: 100px;
    margin-bottom: 0; }
    @media (min-width: 721px) {
      .special-ticket .ticket__info-body {
        margin-top: 123px;
        margin-bottom: 70px; } }
    @media (min-width: 1001px) {
      .special-ticket .ticket__info-body {
        margin-bottom: 0; } }
    .special-ticket .ticket__info-body a {
      color: #FFF; }
      .special-ticket .ticket__info-body a:hover {
        color: #000; }

@media (min-width: 1001px) {
  .collection-intro--content {
    -sgs-span-settings: ("span": 9, "location": 2, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 74.30556%;
    float: left;
    margin-right: -100%;
    margin-left: 8.56481%;
    clear: none; } }

.join-give--hero {
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  position: relative;
  margin-bottom: 15px; }
  .join-give--hero:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 721px) {
    .join-give--hero {
      margin-bottom: 30px; } }
  @media (min-width: 1001px) {
    .join-give--hero {
      margin-bottom: 40px; } }
  .join-give--hero__sections {
    height: 280px; }
    .join-give--hero__sections:after {
      content: '';
      display: table;
      clear: both; }
    @media (min-width: 721px) {
      .join-give--hero__sections {
        height: 340px; } }
    @media (min-width: 1001px) {
      .join-give--hero__sections {
        height: 450px; } }
  .join-give--hero__media, .join-give--hero__media-right-img {
    background-position: center center;
    background-size: cover;
    float: left;
    height: 100%;
    position: relative;
    width: 100%; }
  .join-give--hero__media-left {
    display: none; }
    @media (min-width: 721px) {
      .join-give--hero__media-left {
        display: block;
        width: 65.85366%; } }
    .join-give--hero__media-left .u-bgc-hl-blk {
      background-color: #000; }
    .join-give--hero__media-left .u-opacity-15 {
      opacity: .15; }
  .join-give--hero__media-right {
    width: 100%; }
    @media (min-width: 721px) {
      .join-give--hero__media-right {
        margin-left: 2px;
        width: calc(100% - 65.85366% - 2px); } }
  .join-give--hero__media-right-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .join-give--hero__toggles {
    bottom: 0;
    width: 100%;
    max-width: 1001px; }
    .join-give--hero__toggles:after {
      content: '';
      display: table;
      clear: both; }
    @media (min-width: 721px) {
      .join-give--hero__toggles {
        bottom: 0; } }
    @media (min-width: 1001px) {
      .join-give--hero__toggles {
        bottom: 0; } }
  .join-give--hero__goto {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.1px;
    font-family: "akzidenz-grotesk-next-pro", sans-serif;
    font-weight: 700;
    letter-spacing: .010em;
    padding: 25px 50px;
    position: relative;
    background: #ECECEC;
    color: #bcc5c3;
    display: inline-block;
    float: left;
    text-decoration: none;
    width: 50%; }
    @media (min-width: 721px) {
      .join-give--hero__goto {
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 0.1px; } }
    @media (min-width: 1001px) {
      .join-give--hero__goto {
        font-size: 32px;
        line-height: 39px;
        letter-spacing: 0.1px; } }
    .join-give--hero__goto a {
      font-weight: 700; }
    @media (min-width: 721px) {
      .join-give--hero__goto {
        padding: 20px 20px 20px 50px; } }
    @media (min-width: 1001px) {
      .join-give--hero__goto {
        padding: 30px 30px 30px 95px; } }
    .join-give--hero__goto::before {
      content: '';
      position: absolute;
      left: 20px;
      top: 14px;
      background: transparent;
      width: 10px;
      height: 60%;
      z-index: 0;
      /*transform: translate(0,-50%);*/
      -webkit-transform: skewX(15deg);
      transform: skewX(15deg);
      border-right: 3px solid #bcc5c3; }
      @media (min-width: 721px) {
        .join-give--hero__goto::before {
          left: 20px; } }
      @media (min-width: 1001px) {
        .join-give--hero__goto::before {
          left: 60px;
          top: 20px; } }
    .join-give--hero__goto:hover span button {
      border-bottom: 0 solid #0090a0; }
    .join-give--hero__goto:hover > .join-give--hero__goto::before {
      border-color: #0090a0; }
    .join-give--hero__goto.active {
      background: #0090a0;
      color: #FFF; }
      .join-give--hero__goto.active span:before {
        opacity: 0; }
      .join-give--hero__goto.active span button,
      span .join-give--hero__goto.active button {
        border-bottom: 0 solid #FFF;
        border-bottom-width: 20px;
        border-left-width: 20px; }
        @media (min-width: 721px) {
          .join-give--hero__goto.active span button,
          span .join-give--hero__goto.active button {
            border-bottom-width: 20px;
            border-left-width: 20px; } }
        @media (min-width: 1001px) {
          .join-give--hero__goto.active span button,
          span .join-give--hero__goto.active button {
            border-bottom-width: 30px;
            border-left-width: 30px; } }
      .join-give--hero__goto.active::before {
        border-color: #FFF; }
      .join-give--hero__goto.active__goto:hover > .join-give--hero__goto::before {
        border-color: #FFF; }
      @media (min-width: 721px) {
        .join-give--hero__goto.active:before span,
        .join-give--hero__goto.active span button {
          bottom: 0;
          left: auto;
          right: 0;
          top: auto; }
        .join-give--hero__goto.active span button,
        span .join-give--hero__goto.active button {
          border-bottom-width: 20px;
          border-left-width: 20px;
          border-right-width: 0;
          border-top-width: 0; } }
  @media (min-width: 721px) and (min-width: 721px) {
    .join-give--hero__goto.active span button,
    span .join-give--hero__goto.active button {
      border-bottom-width: 20px;
      border-left-width: 20px; } }
  @media (min-width: 721px) and (min-width: 1001px) {
    .join-give--hero__goto.active span button,
    span .join-give--hero__goto.active button {
      border-bottom-width: 30px;
      border-left-width: 30px; } }
    .join-give--hero__goto:hover span button,
    a:hover span .join-give--hero__goto button {
      border-bottom-width: 20px;
      border-left-width: 20px;
      border-right-width: 0;
      border-top-width: 0; }
      @media (min-width: 721px) {
        .join-give--hero__goto:hover span button,
        a:hover span .join-give--hero__goto button {
          border-bottom-width: 20px;
          border-left-width: 20px; } }
      @media (min-width: 1001px) {
        .join-give--hero__goto:hover span button,
        a:hover span .join-give--hero__goto button {
          border-bottom-width: 30px;
          border-left-width: 30px; } }
    @media (min-width: 721px) {
      .join-give--hero__goto:before span,
      .join-give--hero__goto span button {
        bottom: 0;
        left: auto;
        right: 0;
        top: auto; }
      .join-give--hero__goto:hover span button,
      a:hover span .join-give--hero__goto button {
        border-bottom-width: 20px;
        border-left-width: 20px;
        border-right-width: 0;
        border-top-width: 0; } }
  @media (min-width: 721px) and (min-width: 721px) {
    .join-give--hero__goto:hover span button,
    a:hover span .join-give--hero__goto button {
      border-bottom-width: 20px;
      border-left-width: 20px; } }
  @media (min-width: 721px) and (min-width: 1001px) {
    .join-give--hero__goto:hover span button,
    a:hover span .join-give--hero__goto button {
      border-bottom-width: 30px;
      border-left-width: 30px; } }
  .join-give--hero .cta--square {
    height: 20px;
    width: 20px;
    margin-top: 5px;
    background: none;
    float: right; }
    @media (min-width: 721px) {
      .join-give--hero .cta--square {
        height: 20px;
        width: 20px;
        margin-top: 2px; } }
    @media (min-width: 1001px) {
      .join-give--hero .cta--square {
        height: 30px;
        width: 30px;
        margin-top: 0; } }
    .join-give--hero .cta--square:before, .join-give--hero .cta--square button {
      height: 20px;
      width: 20px;
      border-color: #8a9994;
      border-width: 0 2px 2px 0;
      bottom: 0;
      left: auto;
      right: 0;
      top: auto; }
      @media (min-width: 721px) {
        .join-give--hero .cta--square:before, .join-give--hero .cta--square button {
          height: 20px;
          width: 20px; } }
      @media (min-width: 1001px) {
        .join-give--hero .cta--square:before, .join-give--hero .cta--square button {
          height: 30px;
          width: 30px; } }
    .join-give--hero .cta--square button {
      border-bottom: 0 solid #8a9994;
      border-left: 0 solid transparent;
      border-right: 0;
      border-top: 0; }

.join-give--hero__goto.join-give--hero__goto-right:hover:before,
.join-give--hero__goto.join-give--hero__goto-left:hover:before {
  border-color: #0090a0; }

.join-give--hero__goto.join-give--hero__goto-right.active:hover:before,
.join-give--hero__goto.join-give--hero__goto-left.active:hover:before {
  border-color: #FFF; }

.join-give--hero__toggles.container {
  margin: 0 auto 60px; }

.join-give-intro__main {
  position: relative;
  z-index: 4;
  margin-bottom: 50px; }

.join-give-intro__title {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 700;
  margin-bottom: 20px; }
  @media (min-width: 721px) {
    .join-give-intro__title {
      font-size: 32px;
      line-height: 40px;
      letter-spacing: 0; } }
  @media (min-width: 1001px) {
    .join-give-intro__title {
      font-size: 62px;
      line-height: 74px;
      letter-spacing: 0.5px; } }
  .join-give-intro__title a {
    font-weight: 700; }

.give-intro-wrapper {
  overflow: hidden;
  padding-top: .5em; }

.join-give-intro__aux {
  padding-left: 0; }
  @media (min-width: 721px) {
    .join-give-intro__aux {
      padding-left: 20px; } }
  .join-give-intro__aux__title {
    font-size: 14px;
    line-height: 16px;
    font-family: "akzidenz-grotesk-next-pro", sans-serif;
    font-weight: 500;
    letter-spacing: .020em;
    height: 58px;
    margin-bottom: 20px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #8a9994;
    padding-right: 30px;
    border: solid #8a9994;
    border-width: 2px 0;
    border-radius: 2px 0 0 1px;
    z-index: 2; }
    @media (min-width: 721px) {
      .join-give-intro__aux__title {
        font-size: 14px;
        line-height: 16px; } }
    @media (min-width: 1001px) {
      .join-give-intro__aux__title {
        font-size: 16px;
        line-height: 18px; } }
    @media (min-width: 721px) {
      .join-give-intro__aux__title {
        height: 52px;
        margin-bottom: 30px; } }
    @media (min-width: 1001px) {
      .join-give-intro__aux__title {
        height: 54px;
        margin-bottom: 30px; } }
    .join-give-intro__aux__title:before, .join-give-intro__aux__title:after {
      content: '';
      position: absolute;
      border-top: 2px solid #8a9994;
      border-radius: 2px;
      width: 26px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: 0% 0%;
      transform-origin: 0% 0%; }
    .join-give-intro__aux__title:before {
      top: 16px;
      left: -17px; }
    .join-give-intro__aux__title:after {
      bottom: -20px;
      left: -18px; }
    @media (min-width: 721px) {
      .join-give-intro__aux__title:before {
        left: -25px;
        top: 22px;
        width: 35px; }
      .join-give-intro__aux__title:after {
        left: -25px;
        bottom: -27px;
        width: 36px; } }
  .join-give-intro__aux__item-title {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-family: "akzidenz-grotesk-next-pro", sans-serif;
    font-weight: 500;
    letter-spacing: .020em;
    margin-bottom: 5px; }
    @media (min-width: 721px) {
      .join-give-intro__aux__item-title {
        font-size: 14px;
        line-height: 16px; } }
    @media (min-width: 1001px) {
      .join-give-intro__aux__item-title {
        font-size: 16px;
        line-height: 18px; } }
  .join-give-intro__aux li {
    margin-bottom: 10px; }
    @media (min-width: 721px) {
      .join-give-intro__aux li {
        margin-bottom: 20px; } }
    @media (min-width: 1001px) {
      .join-give-intro__aux li {
        margin-bottom: 30px; } }
    .join-give-intro__aux li:last-of-type {
      margin-bottom: 0; }

@media (min-width: 721px) {
  .join-give-intro:after {
    content: '';
    display: table;
    clear: both; }
  .join-give-intro__title {
    margin-top: -10px; }
  .join-give-intro__main {
    -sgs-span-settings: ("span": 8, "location": 1, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 66.02165%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-bottom: 0; }
  .join-give-intro__aux {
    width: 28.31595%;
    position: relative;
    float: right; }
    .join-give-intro__aux h5 {
      margin-bottom: 30px; }
    .join-give-intro__aux a {
      color: #0090a0; }
      .join-give-intro__aux a:hover {
        color: #000; }
    .join-give-intro__aux.fixed {
      width: 100%;
      position: fixed;
      top: 140px;
      z-index: 3;
      right: 0;
      left: 0;
      padding-left: 0;
      float: none;
      height: 300px; }
      .join-give-intro__aux.fixed .join-give-intro__aux__inner {
        margin: 0 20px;
        max-width: 1320px;
        position: relative;
        width: auto;
        position: relative; }
        .join-give-intro__aux.fixed .join-give-intro__aux__inner:after {
          content: '';
          display: table;
          clear: both; } }
      @media (min-width: 721px) and (min-width: 721px) {
        .join-give-intro__aux.fixed .join-give-intro__aux__inner {
          margin: 0 25px; } }
      @media (min-width: 721px) and (min-width: 1001px) {
        .join-give-intro__aux.fixed .join-give-intro__aux__inner {
          margin: 0 40px; } }
      @media (min-width: 721px) and (min-width: 1401px) {
        .join-give-intro__aux.fixed .join-give-intro__aux__inner {
          margin: 0 auto; } }

@media (min-width: 721px) {
      .join-give-intro__aux.fixed .join-give-intro__aux__content {
        width: 28.31595%;
        right: 0;
        position: absolute; }
    .join-give-intro__aux.scrolled {
      position: absolute;
      right: 0;
      bottom: 0; }
    .join-give-intro__aux.ios-device {
      position: -webkit-sticky;
      position: -moz-sticky;
      position: -o-sticky;
      position: -ms-sticky;
      position: sticky;
      top: 120px;
      z-index: 9; } }

@media (min-width: 1001px) {
  .join-give-intro__main {
    -sgs-span-settings: ("span": 7.5, "location": 2, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 61.45833%;
    float: left;
    margin-right: -100%;
    margin-left: 8.56481%;
    clear: none; }
  .join-give-intro__aux {
    width: 26.05863%; }
    .join-give-intro__aux.fixed {
      top: 105px; }
      .join-give-intro__aux.fixed .join-give-intro__aux__content {
        width: 26.05863%;
        right: 0;
        position: absolute; }
    .join-give-intro__aux.scrolled {
      position: absolute;
      right: 0;
      bottom: 0; } }

@media (min-width: 1401px) {
  .join-give-intro__aux {
    width: 29.53312%; }
  .join-give-intro__aux.fixed .join-give-intro__aux__content {
    width: 29.53312%;
    right: 0;
    position: absolute; } }

.grid-titled {
  margin-bottom: 60px; }
  @media (min-width: 721px) {
    .grid-titled {
      margin-bottom: 70px; } }
  @media (min-width: 1001px) {
    .grid-titled {
      margin-bottom: 80px; } }
  .grid-titled h1 {
    padding-bottom: 23px;
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    margin-left: 77px; }
    @media (min-width: 721px) {
      .grid-titled h1 {
        padding-bottom: 34px;
        width: 91.50522%; } }
    @media (min-width: 1001px) {
      .grid-titled h1 {
        padding-bottom: 45px;
        width: 91.42237%; } }
    .grid-titled h1 span {
      position: relative;
      display: block;
      float: left; }

.grid,
.grid-titled {
  z-index: 90; }

.calendar {
  min-height: 0;
  position: relative;
  overflow: hidden; }
  .calendar:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 721px) {
    .calendar {
      min-height: 515px; } }
  @media (min-width: 1001px) {
    .calendar {
      min-height: 597px; } }

.calendar__inline,
.calendar__fixed {
  width: 100%;
  min-height: 384px;
  bottom: -328px;
  position: fixed;
  transition: bottom 200ms ease;
  z-index: 91; }
  @media (min-width: 721px) {
    .calendar__inline,
    .calendar__fixed {
      width: calc(100% - (25px * 2));
      min-height: 0;
      bottom: auto;
      position: relative;
      transition: left 200ms ease; } }
  @media (min-width: 1001px) {
    .calendar__inline,
    .calendar__fixed {
      width: calc(100% - (40px * 2)); } }
  @media (min-width: 1401px) {
    .calendar__inline,
    .calendar__fixed {
      width: 1401px; } }

.calendar__inline {
  display: none;
  margin: 0; }
  @media (min-width: 721px) {
    .calendar__inline {
      display: block;
      margin: 0 25px; } }
  @media (min-width: 1001px) {
    .calendar__inline {
      margin: 0 40px; } }
  @media (min-width: 1401px) {
    .calendar__inline {
      margin: 0 auto; } }

.calendar__fixed {
  bottom: -329px;
  transition: bottom 200ms ease;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0); }
  @media (min-width: 721px) {
    .calendar__fixed {
      bottom: auto;
      left: 101vw;
      transition: left 200ms ease; } }
  @media (min-width: 1401px) {
    .calendar__fixed {
      width: 1320px; } }
  .calendar__fixed.calendar--show {
    bottom: -329px; }
    @media (min-width: 721px) {
      .calendar__fixed.calendar--show {
        bottom: auto;
        left: calc(100% - 90px); } }
    @media (min-width: 1001px) {
      .calendar__fixed.calendar--show {
        left: calc(100% - 120px); } }
  .calendar__fixed.calendar--open {
    bottom: 0; }
    @media (min-width: 721px) {
      .calendar__fixed.calendar--open {
        bottom: auto;
        left: calc(11.58841% + 25px); } }
    @media (min-width: 1001px) {
      .calendar__fixed.calendar--open {
        left: calc(11.58841% + 40px); } }
    @media (min-width: 1401px) {
      .calendar__fixed.calendar--open {
        left: calc(166px + (100vw - 1320px) / 2); } }
  .calendar__fixed.calendar--hidden {
    bottom: -384px; }
    @media (min-width: 721px) {
      .calendar__fixed.calendar--hidden {
        bottom: auto;
        left: 101vw; } }

.calendar__wrapper {
  width: 100%;
  background: #0090a0;
  opacity: 0.95;
  position: relative; }
  .calendar__wrapper:after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 721px) {
    .calendar__wrapper {
      width: 87.40499%; } }
  .calendar__wrapper::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0090a0;
    top: 0;
    left: 100%; }
  .calendar__inline .calendar__wrapper {
    padding-top: 55.5px;
    padding-bottom: 55.5px; }
    @media (min-width: 721px) {
      .calendar__inline .calendar__wrapper {
        margin-left: 12.59501%;
        padding-top: 130px;
        padding-bottom: 64px; } }
  .calendar__fixed .calendar__wrapper {
    padding: 80px 0;
    position: absolute;
    opacity: 0.95;
    transition: right 200ms ease, opacity 200ms ease; }
  .calendar--open .calendar__wrapper {
    height: 384px; }
    @media (min-width: 721px) {
      .calendar--open .calendar__wrapper {
        height: auto; } }

.clndr:after {
  content: '';
  display: table;
  clear: both; }

.calendar__title {
  width: 100%;
  margin-top: -6px;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transform-origin: left top 0;
  transform-origin: left top 0;
  color: #FFF;
  text-align: center; }
  @media (min-width: 721px) {
    .calendar__title {
      min-width: 274px;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      margin-top: 0;
      margin-left: -12px;
      top: 100%;
      bottom: 0;
      left: auto;
      right: auto; } }
  @media (min-width: 1001px) {
    .calendar__title {
      min-width: 326px; } }
  .calendar__title .calendar__date {
    display: inline; }
    @media (min-width: 721px) {
      .calendar__title .calendar__date {
        display: none; } }
    @media (min-width: 721px) {
      .calendar__fixed .calendar__title .calendar__date {
        display: inline; } }
    .calendar--open .calendar__title .calendar__date {
      display: none; }
      @media (min-width: 721px) {
        .calendar--open .calendar__title .calendar__date {
          display: none; } }
  .calendar__title .calendar__month {
    display: none; }
    @media (min-width: 721px) {
      .calendar__title .calendar__month {
        display: inline; } }
    @media (min-width: 721px) {
      .calendar__fixed .calendar__title .calendar__month {
        display: none; } }
    .calendar--open .calendar__title .calendar__month {
      display: inline; }
      @media (min-width: 721px) {
        .calendar--open .calendar__title .calendar__month {
          display: inline; } }

.calendar__open {
  width: 100%;
  height: 56px;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 24px;
  position: absolute;
  top: 0;
  cursor: pointer; }
  @media (min-width: 721px) {
    .calendar__open {
      width: 90px;
      height: 100%;
      left: 40px;
      right: auto;
      display: none;
      -webkit-justify-content: left;
      -ms-flex-pack: left;
      justify-content: left;
      padding-top: 0; } }
  @media (min-width: 1001px) {
    .calendar__open {
      width: 120px;
      left: 60px; } }
  @media (min-width: 721px) {
    .calendar__fixed .calendar__open {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      left: 0;
      padding-left: 52px; } }
  @media (min-width: 1001px) {
    .calendar__fixed .calendar__open {
      padding-left: 64px; } }
  @media (min-width: 721px) {
    .calendar--open .calendar__open {
      display: none; } }
  .calendar__open svg {
    stroke-width: 4px;
    stroke: #FFF;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 12px;
    height: 30px;
    fill: none; }
    @media (min-width: 721px) {
      .calendar__open svg {
        stroke-width: 2px;
        stroke: #FFF;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        width: 24px;
        height: 60px; } }
    .calendar--open .calendar__open svg {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
      @media (min-width: 721px) {
        .calendar--open .calendar__open svg {
          -webkit-transform: rotate(0);
          transform: rotate(0); } }

.calendar__close {
  display: none;
  position: absolute;
  cursor: pointer; }
  @media (min-width: 721px) {
    .calendar__close {
      right: -5px;
      top: 28px;
      width: 22px;
      height: 22px; } }
  @media (min-width: 1001px) {
    .calendar__close {
      right: 15px;
      width: 24px;
      height: 24px; } }
  @media (min-width: 1401px) {
    .calendar__close {
      right: 0; } }
  .calendar--open .calendar__close {
    display: none; }
    @media (min-width: 721px) {
      .calendar--open .calendar__close {
        display: block; } }
  .calendar__close svg {
    fill: #FFF;
    width: 100%;
    height: 100%; }

.calendar__head {
  position: absolute;
  width: 100%;
  bottom: 40px;
  display: none; }
  @media (min-width: 721px) {
    .calendar__head {
      position: static;
      bottom: auto;
      display: block; } }
  @media (min-width: 721px) {
    .calendar__head {
      -sgs-span-settings: ("span": 2, "location": 1, "grid": 10, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 18.13512%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none; } }
  .calendar__fixed .calendar__head {
    display: block; }
    @media (min-width: 721px) {
      .calendar__fixed .calendar__head {
        display: none; } }
  .calendar--open .calendar__head {
    display: block; }
    @media (min-width: 721px) {
      .calendar--open .calendar__head {
        display: block; } }

.calendar__nav {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 721px) {
    .calendar__nav {
      min-height: 274px;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      position: relative;
      left: -3px; } }
  @media (min-width: 1001px) {
    .calendar__nav {
      min-height: 326px;
      left: -6px; } }
  @media (min-width: 721px) {
    .calendar__nav {
      -sgs-span-settings: ("span": 1, "location": 2, "grid": 2, "gutter": 0.295, "style": "opposite", "start row": false, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 43.57298%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }

.calendar__link {
  width: 15px;
  height: 37.5px;
  margin: 0 25px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 200ms ease; }
  @media (min-width: 721px) {
    .calendar__link {
      width: 32px;
      height: 80px;
      margin: 0 auto; } }
  @media (min-width: 1001px) {
    .calendar__link {
      width: 40px;
      height: 100px; } }
  .calendar__link:hover {
    opacity: 1; }
    .calendar__link:hover svg {
      fill: none; }
  .calendar__link svg {
    stroke-width: 4px;
    stroke: #FFF;
    fill: none;
    width: 100%;
    height: 100%; }
    @media (min-width: 721px) {
      .calendar__link svg {
        stroke-width: 2px; } }

.calendar__grid {
  visibility: hidden;
  width: calc(100% - 40px);
  margin: 0 20px; }
  @media (min-width: 721px) {
    .calendar__grid {
      position: relative;
      left: -28px;
      visibility: visible; } }
  @media (min-width: 1001px) {
    .calendar__grid {
      left: -32px; } }
  @media (min-width: 721px) {
    .calendar__grid {
      -sgs-span-settings: ("span": 7, "location": 4, "grid": 10, "gutter": 0.295, "style": "opposite", "start row": false, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 69.30067%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      margin: 0 auto; } }
  @media (min-width: 1001px) {
    .calendar__grid {
      -sgs-span-settings: ("span": 7, "location": 3, "grid": 10, "gutter": 0.48, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 68.99441%;
      float: left;
      margin-right: -100%;
      margin-left: 20.67039%;
      clear: none; } }
  .calendar__fixed .calendar__grid {
    visibility: hidden; }
    @media (min-width: 721px) {
      .calendar__fixed .calendar__grid {
        visibility: hidden; } }
  .calendar--open .calendar__grid {
    visibility: visible; }
    @media (min-width: 721px) {
      .calendar--open .calendar__grid {
        visibility: visible; } }
  .calendar__grid h4 {
    color: #0090a0; }
  .calendar__grid h8 {
    color: #FFF; }

.calendar__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .calendar__row:after {
    content: '';
    display: table;
    clear: both; }
  .calendar__row:first-child {
    margin-bottom: 5px; }
    @media (min-width: 721px) {
      .calendar__row:first-child {
        margin-bottom: 16px; } }
    @media (min-width: 1001px) {
      .calendar__row:first-child {
        margin-bottom: 28px; } }
  .calendar__row:last-child {
    font-weight: 300; }
    .calendar__row:last-child .calendar__cell:nth-child(n+8) {
      margin-top: 3px; }
      @media (min-width: 721px) {
        .calendar__row:last-child .calendar__cell:nth-child(n+8) {
          margin-top: 12px; } }
      @media (min-width: 1001px) {
        .calendar__row:last-child .calendar__cell:nth-child(n+8) {
          margin-top: 12px; } }
  .calendar__row h8 {
    font-weight: 400; }

.calendar__cell {
  width: calc(1/7 * 100%);
  min-height: 1px;
  text-align: center; }
  @media (min-width: 721px) {
    .calendar__cell {
      -sgs-span-settings: ("span": 1, "location": 1, "grid": 7, "gutter": 0.295, "style": "opposite", "start row": true, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
      width: 11.40251%;
      clear: right;
      float: left;
      margin-left: 0;
      margin-right: 3.36374%; }
      .calendar__cell:nth-child(7n+7) {
        -sgs-span-settings: ("span": 1, "location": 7, "grid": 7, "gutter": 0.295, "style": "opposite", "start row": false, "end row": true, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
        width: 11.40251%;
        clear: right;
        float: right;
        margin-right: 0; } }
  .calendar__cell.day {
    cursor: pointer; }
  .calendar__cell.day:hover .calendar__item, .calendar__cell.selected .calendar__item {
    background: #FFF;
    color: #0090a0;
    font-weight: bold; }

.calendar__item {
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  transition: all 200ms ease; }
  @media (min-width: 721px) {
    .calendar__item {
      width: 35px;
      height: 35px; } }
  @media (min-width: 1001px) {
    .calendar__item {
      width: 45px;
      height: 45px; } }

.section-calendar .footer {
  margin-bottom: 56px; }
  @media (min-width: 721px) {
    .section-calendar .footer {
      margin-bottom: 0; } }

.events-listing {
  margin-top: 120px; }
  @media (min-width: 721px) {
    .events-listing {
      margin-top: 0; } }
  .events-listing::before {
    height: 128px;
    border-bottom: 0; }
    @media (min-width: 721px) {
      .events-listing::before {
        height: 250px; } }
  .events-listing h3 {
    padding-bottom: 35px; }
    @media (min-width: 721px) {
      .events-listing h3 {
        padding-bottom: 50px; } }
    @media (min-width: 1001px) {
      .events-listing h3 {
        padding-bottom: 70px; } }
    .events-listing h3 span::after {
      left: calc(100% + 10px); }
      @media (min-width: 721px) {
        .events-listing h3 span::after {
          left: calc(100% + 40px); } }

.events-listing__filter {
  display: none;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 721px) {
    .events-listing__filter {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.events-listing__filter__cell {
  width: 90%; }
  @media (min-width: 721px) {
    .events-listing__filter__cell {
      width: 39.95657%; } }

.events-listing__filter__label {
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.06em; }
  @media (min-width: 721px) {
    .events-listing__filter__label {
      margin-bottom: 15px; } }
  @media (min-width: 1001px) {
    .events-listing__filter__label {
      margin-bottom: 10px; } }

.events-listing__date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 2px solid #4b5659;
  height: 60px; }

.events-listing__date__prev,
.events-listing__date__next {
  height: 24px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer; }
  .events-listing__date__prev svg,
  .events-listing__date__next svg {
    width: 12px;
    height: 24px;
    fill: #FFF;
    stroke-width: 8px;
    stroke: #0090a0; }
  .events-listing__date__prev:hover svg,
  .events-listing__date__next:hover svg {
    fill: #0090a0; }

.events-listing__date__prev {
  left: 0; }

.events-listing__date__next {
  right: 0; }

.events-listing__date__label {
  opacity: 1;
  transition: opacity 0.2s ease; }

.events-listing__date__label--updating {
  opacity: 0; }

/*-----------------------------*  PAGES
\*-----------------------------*/
.objects__section {
  display: block;
  margin-top: 50px; }

.header--landing {
  background-color: #FFF; }
  .header--landing .header__nav-toggle {
    background-color: #0090a0;
    transition: all .2s ease; }
    .header--landing .header__nav-toggle:hover {
      background-color: #4b5659; }
  .header--landing .header__logo {
    margin: 0; }
  .header--landing .header--short .header__logo .header__logo-inner {
    margin-top: 0; }
  .header--landing .header__logo-inner {
    margin-top: 0; }
    .header--landing .header__logo-inner a {
      padding: 0;
      width: 213px;
      margin-top: 8px;
      font-size: 14px;
      line-height: 16px;
      font-family: "akzidenz-grotesk-next-pro", sans-serif;
      font-weight: 500;
      letter-spacing: .020em;
      background: #FFF;
      height: auto;
      text-decoration: none;
      color: #FFF;
      -webkit-font-smoothing: antialiased; }
      @media (min-width: 721px) {
        .header--landing .header__logo-inner a {
          width: 400px;
          margin-top: 15px; } }
      @media (min-width: 1001px) {
        .header--landing .header__logo-inner a {
          width: 434px;
          margin-top: 13px; } }
      @media (min-width: 721px) {
        .header--landing .header__logo-inner a {
          font-size: 14px;
          line-height: 16px; } }
      @media (min-width: 1001px) {
        .header--landing .header__logo-inner a {
          font-size: 16px;
          line-height: 18px; } }
    .header--landing .header__logo-inner:before, .header--landing .header__logo-inner:after {
      display: none; }

.page--landing .map__pin,
.page--landing .map__pin-arrow,
.page--landing .map__pin-arrow:before {
  transition: all 0.2s ease; }

.page--landing .map__pin:hover {
  background: #0090a0;
  color: #FFF; }
  .page--landing .map__pin:hover:before, .page--landing .map__pin:hover:after {
    border-top-color: #FFF;
    border-right-color: #FFF; }
  .page--landing .map__pin:hover .map__pin-arrow:before,
  .page--landing .map__pin:hover .map__pin-arrow--right:before {
    border-color: transparent transparent #0090a0 transparent; }

.page--landing .block--text .no-break {
  margin-left: 10px;
  white-space: nowrap; }

.page--landing .block--text .underline {
  text-decoration: underline; }

.page--landing .block--text svg {
  height: 18px;
  stroke: #000;
  width: 18px; }

.page--landing .block--text a {
  text-decoration: none; }
  .page--landing .block--text a:hover svg {
    stroke: #0090a0; }

.page--landing .block--text:before {
  display: none; }

@media (min-width: 721px) {
  .landing--footer .footer__sections {
    position: relative;
    -sgs-span-settings: ("span": 9, "location": 2, "grid": 12, "gutter": 0.295, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 74.51623%;
    float: left;
    margin-right: -100%;
    margin-left: 8.49459%;
    clear: none; } }

@media (min-width: 1001px) {
  .landing--footer .footer__sections {
    -sgs-span-settings: ("span": 10, "location": 2, "grid": 12, "gutter": 0.48, "style": "opposite", "start row": false, "end row": false, "fixed gutter": false, "split gutter": null, "gutter property": "margin", "options": (null: null));
    width: 82.87037%;
    float: left;
    margin-right: -100%;
    margin-left: 8.56481%;
    clear: none; } }

.landing--footer .footer__inner {
  padding-top: 0;
  overflow: visible; }
  .landing--footer .footer__inner:before {
    height: 390px;
    bottom: 0; }
    @media (min-width: 721px) {
      .landing--footer .footer__inner:before {
        height: 240px;
        bottom: 2%; } }
    @media (min-width: 1001px) {
      .landing--footer .footer__inner:before {
        height: 300px;
        bottom: -20%; } }

.landing--footer .footer__about {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0; }

.landing--footer .footer__newsletter {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.landing--footer .footer__museum-id {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.landing--footer .footer__site-info {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

@media (min-width: 1001px) {
  .landing--footer .footer__about {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .landing--footer .footer__museum-id {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .landing--footer .footer__newsletter {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .landing--footer .footer__site-info {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; } }

.landing--footer .footer__about {
  height: auto;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  position: static; }
  .landing--footer .footer__about article {
    font-size: 18px;
    line-height: 20px; }
  .landing--footer .footer__about h2 {
    margin-bottom: 25px;
    max-width: 175px; }

.landing--footer .footer__newsletter {
  margin-top: 40px;
  right: -30px; }
  @media (min-width: 721px) {
    .landing--footer .footer__newsletter {
      margin-top: 4px; } }
  @media (min-width: 1001px) {
    .landing--footer .footer__newsletter {
      margin-top: 20px; } }

.landing--footer .footer__museum-id {
  margin-top: 20px;
  text-align: center; }
  .landing--footer .footer__museum-id img {
    height: auto;
    width: 90%; }
  @media (min-width: 721px) {
    .landing--footer .footer__museum-id {
      margin-top: 125px;
      text-align: left; }
      .landing--footer .footer__museum-id img {
        height: 75%;
        width: auto; } }
  @media (min-width: 1001px) {
    .landing--footer .footer__museum-id {
      margin-top: 170px;
      text-align: left; }
      .landing--footer .footer__museum-id img {
        width: auto;
        height: 100%; } }

.landing--footer .footer__social ul {
  width: auto;
  margin-bottom: 0; }

.landing--footer .footer__social li {
  margin-right: 10px; }
  .landing--footer .footer__social li:last-child {
    margin-right: 0; }

.landing--footer .footer__nav {
  margin-top: 30px; }
  @media (min-width: 721px) {
    .landing--footer .footer__nav {
      margin-top: 60px;
      margin-bottom: 30px; } }
  @media (min-width: 1001px) {
    .landing--footer .footer__nav {
      margin-top: 80px; } }

@media (min-width: 721px) {
  .landing--footer .footer__site-info {
    margin-top: 75px; } }

@media (min-width: 1001px) {
  .landing--footer .footer__site-info {
    margin-top: 95px; } }

.landing--footer .footer__copyright {
  width: 100%;
  margin: 0;
  float: right;
  text-align: left;
  bottom: -100px; }
  @media (min-width: 721px) {
    .landing--footer .footer__copyright {
      padding-top: 20px;
      width: 48.95122%; } }
  @media (min-width: 1001px) {
    .landing--footer .footer__copyright {
      padding-top: 30px;
      width: 39.21951%; } }
  @media (min-width: 1401px) {
    .landing--footer .footer__copyright {
      width: 39.39024%; } }

@media (min-width: 721px) {
  .landing--footer .footer__phone {
    margin-top: 20px; } }

/*-----------------------------*	TRUMPS/OVERRIDES
\*-----------------------------*/
