@charset "UTF-8";
.hidden {
  display: none !important;
}

.visuallyhidden, .mod-whats-on__selector-filters ul [type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .mod-whats-on__selector-filters ul .focusable[type=radio]:active, .visuallyhidden.focusable:focus, .mod-whats-on__selector-filters ul .focusable[type=radio]:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.dis-abled {
  pointer-events: none;
}

.clearfix:before, .mod-whats-on__datepicker .calendar header:before,
.mod-whats-on__datepicker .vdp-datepicker__calendar header:before,
.clearfix:after,
.mod-whats-on__datepicker .calendar header:after,
.mod-whats-on__datepicker .vdp-datepicker__calendar header:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after, .mod-whats-on__datepicker .calendar header:after,
.mod-whats-on__datepicker .vdp-datepicker__calendar header:after {
  clear: both;
}

.hidden-link {
  color: inherit;
}

.highlight-red {
  color: #d00 !important;
}

.no-controls::-webkit-media-controls,
.no-controls::-webkit-media-controls-start-playback-button {
  display: none !important;
}

.has-controls {
  position: relative;
}
.has-controls video {
  width: 100%;
}
.has-controls__play {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.has-controls video::-internal-media-controls-download-button {
  display: none;
}
.has-controls video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
.has-controls video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

.has-padding-bottom {
  padding-bottom: 60px;
}
.has-padding-bottom.mod-edge-bleed {
  margin-bottom: 60px;
  padding-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .has-padding-bottom {
    padding-bottom: 80px;
  }
  .has-padding-bottom.mod-edge-bleed {
    margin-bottom: 80px;
    padding-bottom: 0;
  }
}

.has-padding-top {
  padding-top: 60px;
}
.has-padding-top.mod-edge-bleed {
  margin-top: 60px;
  padding-top: 0;
}
@media only screen and (min-width: 48rem) {
  .has-padding-top {
    padding-top: 80px;
  }
  .has-padding-top.mod-edge-bleed {
    margin-top: 80px;
    padding-top: 0;
  }
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus,
:focus + label {
  outline: gray auto 5px;
}
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) [tabindex]:focus,
body:not(.user-is-tabbing) :focus + label {
  outline: none;
}

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  -ms-text-size-adjust: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 1 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

html {
  box-sizing: border-box;
  color: #6a5e5e;
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
pre,
figure,
figcaption {
  font-size: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

ul,
ol {
  list-style-type: none;
}

a {
  text-decoration: none;
}
a[href^=tel] {
  color: inherit;
}

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

iframe {
  border: none;
  max-width: 100%;
}

.main {
  background-color: #fff;
  position: relative;
}

.btn,
.btn-red {
  background-color: transparent;
  border: none;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  display: inline;
  font-size: 0.9375rem;
  font-weight: 900;
  letter-spacing: 2.5px;
  line-height: 2.2666666667;
  padding: 0 0 6px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom-color: #e02d00;
  color: #e02d00;
}
.btn:hover, .btn:focus,
.btn-red:hover,
.btn-red:focus {
  cursor: pointer;
}
.btn:disabled,
.btn-red:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn:visited,
.btn-red:visited {
  border-bottom-color: #e02d00;
  color: #e02d00;
}
.btn:hover, .btn:focus,
.btn-red:hover,
.btn-red:focus {
  border-bottom-color: #e02d00;
  color: #e02d00;
}

.btn-grey {
  background-color: transparent;
  border: none;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  display: inline;
  font-size: 0.9375rem;
  font-weight: 900;
  letter-spacing: 2.5px;
  line-height: 2.2666666667;
  padding: 0 0 6px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom-color: #6a5e5e;
  color: #6a5e5e;
}
.btn-grey:hover, .btn-grey:focus {
  cursor: pointer;
}
.btn-grey:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-grey:visited {
  border-bottom-color: #6a5e5e;
  color: #6a5e5e;
}
.btn-grey:hover, .btn-grey:focus {
  border-bottom-color: #e02d00;
  color: #e02d00;
}
.btn-grey:hover:disabled, .btn-grey:focus:disabled {
  border-bottom-color: inherit;
  color: inherit;
}

.btn-white {
  background-color: transparent;
  border: none;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  display: inline;
  font-size: 0.9375rem;
  font-weight: 900;
  letter-spacing: 2.5px;
  line-height: 2.2666666667;
  padding: 0 0 6px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom-color: #fff;
  color: #fff;
}
.btn-white:hover, .btn-white:focus {
  cursor: pointer;
}
.btn-white:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-white:visited {
  border-bottom-color: #fff;
  color: #fff;
}
.btn-white:hover, .btn-white:focus {
  border-bottom-color: #fff;
  color: #fff;
}

.btn-strip {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  color: #6a5e5e;
  padding: 0;
  text-align: left;
}
.btn-strip:hover, .btn-strip:focus {
  color: #e02d00;
  cursor: pointer;
}
.btn-strip:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.container {
  min-width: 20rem;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}
@media only screen and (min-width: 360px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 64rem) {
  .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 77.5rem;
    padding-left: 70px;
    padding-right: 70px;
  }
}

.copy-block {
  font-size: 1.1375rem;
  line-height: 1.6153846154;
}
@media only screen and (min-width: 64rem) {
  .copy-block {
    font-size: 1.2rem;
    line-height: 1.5833333333;
  }
}
.copy-block--light-text {
  color: #fff;
}
.copy-block--has-border {
  border: 2px solid #6a5e5e;
  display: flex;
  flex-direction: column;
  padding: 30px 15px 60px;
}
.copy-block--has-border.copy-block--light-text {
  border-color: #fff;
}
.copy-block--has-border div:not([class]) {
  flex-grow: 2;
}
.royalSlider .copy-block {
  margin-right: 40px;
}
@media only screen and (min-width: 360px) {
  .royalSlider .copy-block {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 37.5rem) {
  .royalSlider .copy-block {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 80rem) {
  .royalSlider .copy-block {
    margin-right: 0;
  }
}
.copy-block h1 {
  font-family: "Playfair Display", serif;
  font-size: 2.2125rem;
  font-weight: normal;
  line-height: 1.1581920904;
}
@media only screen and (min-width: 37.5rem) {
  .copy-block h1 {
    font-size: 2.6875rem;
    line-height: 1.2093023256;
  }
}
@media only screen and (min-width: 48rem) {
  .copy-block h1 {
    font-size: 3.25rem;
    line-height: 1.1923076923;
  }
}
@media only screen and (min-width: 64rem) {
  .copy-block h1 {
    font-size: 3.8rem;
    line-height: 1.0197368421;
  }
}
@media only screen and (min-width: 48rem) {
  .mod-browser-width--grid-item-bg .copy-block h1, .mod-browser-width--grid-mod-bg .copy-block h1 {
    font-size: 2.0625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .mod-browser-width--grid-item-bg .copy-block h1, .mod-browser-width--grid-mod-bg .copy-block h1 {
    font-size: 2.375rem;
  }
}
@media only screen and (min-width: 80rem) {
  .mod-browser-width--grid-item-bg .copy-block h1, .mod-browser-width--grid-mod-bg .copy-block h1 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 48rem) {
  .mod-browser-width--full-default .copy-block h1 {
    font-size: 2.8rem;
  }
}
.mod-browser-width--full-landing .copy-block h1 {
  font-family: "Lato", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 1;
  text-shadow: 2px 5px 10px #444;
}
.mod-browser-width--full-landing .copy-block h1 span {
  color: #c5c5c5;
  transition-duration: 0.5s;
  transition-property: color;
  transition-timing-function: linear;
}
.mod-browser-width--full-landing .copy-block h1 span:hover {
  color: #fff;
}
@media only screen and (min-width: 26.25rem) {
  .mod-browser-width--full-landing .copy-block h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 37.5rem) {
  .mod-browser-width--full-landing .copy-block h1 {
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 48rem) {
  .mod-browser-width--full-landing .copy-block h1 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 64rem) {
  .mod-browser-width--full-landing .copy-block h1 {
    font-size: 4.25rem;
  }
}
@media only screen and (min-width: 80rem) {
  .mod-browser-width--full-landing .copy-block h1 {
    font-size: 4.5rem;
  }
}
.mod-content-width .copy-block h1 {
  margin-bottom: 25px;
}
@media only screen and (min-width: 48rem) {
  .mod-content-width .copy-block h1 {
    margin-bottom: 50px;
  }
}
.copy-block h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.3333333333;
}
@media only screen and (min-width: 37.5rem) {
  .copy-block h2 {
    font-size: 2.125rem;
    line-height: 1.2941176471;
  }
}
@media only screen and (min-width: 48rem) {
  .copy-block h2 {
    font-size: 2.4375rem;
    line-height: 1.2564102564;
  }
}
@media only screen and (min-width: 64rem) {
  .copy-block h2 {
    font-size: 2.8rem;
    line-height: 1.2142857143;
  }
}
@media only screen and (min-width: 48rem) {
  .mod-browser-width--grid-item-bg .copy-block h2, .mod-browser-width--grid-mod-bg .copy-block h2 {
    font-size: 2.0625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .mod-browser-width--grid-item-bg .copy-block h2, .mod-browser-width--grid-mod-bg .copy-block h2 {
    font-size: 2.375rem;
  }
}
@media only screen and (min-width: 80rem) {
  .mod-browser-width--grid-item-bg .copy-block h2, .mod-browser-width--grid-mod-bg .copy-block h2 {
    font-size: 2.8rem;
  }
}
.mod-browser-width--full-landing .copy-block h2 {
  font-family: "Lato", sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  margin-top: 40px;
  text-shadow: 1px 4px 10px #444;
}
@media only screen and (min-width: 37.5rem) {
  .mod-browser-width--full-landing .copy-block h2 {
    font-size: 1.9375rem;
  }
}
@media only screen and (min-width: 48rem) {
  .mod-browser-width--full-landing .copy-block h2 {
    font-size: 2.0625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .mod-browser-width--full-landing .copy-block h2 {
    font-size: 2.2rem;
  }
}
.mod-edge-bleed .copy-block h2, .mod-content-width .copy-block h2 {
  margin-bottom: 15px;
}
.copy-block h3 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}
.mod-whats-on [data-layout=module__item] .copy-block h3 {
  font-size: 1.4rem;
  line-height: 1.1607142857;
}
.mod-whats-on [data-layout=module__item] .copy-block h3:not(:first-child) {
  margin-top: 10px;
}
[data-layout=module__item] .copy-block .small-text + h3:not(:first-child) {
  margin-top: 0 !important;
}

.copy-block h4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
}
.mod-visit-info .copy-block h4 {
  margin-bottom: 9px;
}
.copy-block h5 {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.1607142857;
}
[data-layout=module__item] .copy-block h5:not(:first-child) {
  margin-top: 10px;
}
[data-layout=module__item] .copy-block .small-text + h5:not(:first-child) {
  margin-top: 0 !important;
}

.content-list__content .copy-block h5 {
  margin-bottom: 12px;
}
.copy-block h6 {
  font-size: 0.94rem;
  font-weight: 900;
  letter-spacing: 2.2px;
  line-height: 1.4960106383;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.copy-block h6 .category-title {
  opacity: 0.9;
}
.copy-block--light-text h6 .category-title {
  color: #e1e1e1;
  opacity: 1;
}

.blog-entry .mod-blog-entries .category-title {
  color: #6b6161;
  opacity: 1;
}

.mod-browser-width--full-default .copy-block h6 {
  margin-bottom: 35px;
}
@media only screen and (min-width: 26.25rem) {
  .mod-browser-width--full-default .copy-block h6 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 37.5rem) {
  .mod-browser-width--full-default .copy-block h6 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 48rem) {
  .mod-browser-width--full-default .copy-block h6 {
    margin-bottom: 60px;
  }
}
.mod-browser-width--full-landing .copy-block h6 {
  margin-bottom: 0;
}
.content-list__content .copy-block h6 {
  margin-bottom: 0;
}
.mod-whats-on__results .copy-block h6 {
  color: #767676;
}
.mod-edge-bleed .copy-block h6 {
  margin-bottom: 15px;
}
.copy-block .small-text h6 {
  font-size: 0.8rem;
  margin-bottom: 4px;
}
.copy-block .small-text:not(:first-child) h6 {
  margin-top: 10px;
}
.copy-block p,
.copy-block ul,
.copy-block ol,
.copy-block dl,
.copy-block pre,
.copy-block figure {
  margin: 8px 0 1em;
}
.copy-block p:first-child,
.copy-block ul:first-child,
.copy-block ol:first-child,
.copy-block dl:first-child,
.copy-block pre:first-child,
.copy-block figure:first-child {
  margin-top: 0;
}
.copy-block p:last-child,
.copy-block ul:last-child,
.copy-block ol:last-child,
.copy-block dl:last-child,
.copy-block pre:last-child,
.copy-block figure:last-child {
  margin-bottom: 0;
}
.mod-browser-width--full-default .copy-block p,
.mod-browser-width--full-default .copy-block ul,
.mod-browser-width--full-default .copy-block ol,
.mod-browser-width--full-default .copy-block dl,
.mod-browser-width--full-default .copy-block pre,
.mod-browser-width--full-default .copy-block figure {
  margin-top: 20px;
}
@media only screen and (min-width: 48rem) {
  .mod-browser-width--full-default .copy-block p,
.mod-browser-width--full-default .copy-block ul,
.mod-browser-width--full-default .copy-block ol,
.mod-browser-width--full-default .copy-block dl,
.mod-browser-width--full-default .copy-block pre,
.mod-browser-width--full-default .copy-block figure {
    margin-top: 30px;
  }
}
.copy-block .mod-whats-on__selected p,
.copy-block .mod-whats-on__selected ul,
.copy-block .mod-whats-on__selected ol,
.copy-block .mod-whats-on__selected dl,
.copy-block .mod-whats-on__selected pre,
.copy-block .mod-whats-on__selected figure {
  margin-top: 8px;
}
.copy-block p,
.copy-block ul,
.copy-block ol,
.copy-block li,
.copy-block dl,
.copy-block dt,
.copy-block dd,
.copy-block pre,
.copy-block blockquote,
.copy-block figure,
.copy-block figcaption {
  font-size: inherit;
  line-height: inherit;
}
@media only screen and (min-width: 26.25rem) {
  .mod-browser-width--full-default .copy-block p,
.mod-browser-width--full-default .copy-block ul,
.mod-browser-width--full-default .copy-block ol,
.mod-browser-width--full-default .copy-block li,
.mod-browser-width--full-default .copy-block dl,
.mod-browser-width--full-default .copy-block dt,
.mod-browser-width--full-default .copy-block dd,
.mod-browser-width--full-default .copy-block pre,
.mod-browser-width--full-default .copy-block blockquote,
.mod-browser-width--full-default .copy-block figure,
.mod-browser-width--full-default .copy-block figcaption {
    font-size: 1.3375rem;
  }
}
@media only screen and (min-width: 48rem) {
  .mod-browser-width--full-default .copy-block p,
.mod-browser-width--full-default .copy-block ul,
.mod-browser-width--full-default .copy-block ol,
.mod-browser-width--full-default .copy-block li,
.mod-browser-width--full-default .copy-block dl,
.mod-browser-width--full-default .copy-block dt,
.mod-browser-width--full-default .copy-block dd,
.mod-browser-width--full-default .copy-block pre,
.mod-browser-width--full-default .copy-block blockquote,
.mod-browser-width--full-default .copy-block figure,
.mod-browser-width--full-default .copy-block figcaption {
    font-size: 1.41875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .mod-browser-width--full-default .copy-block p,
.mod-browser-width--full-default .copy-block ul,
.mod-browser-width--full-default .copy-block ol,
.mod-browser-width--full-default .copy-block li,
.mod-browser-width--full-default .copy-block dl,
.mod-browser-width--full-default .copy-block dt,
.mod-browser-width--full-default .copy-block dd,
.mod-browser-width--full-default .copy-block pre,
.mod-browser-width--full-default .copy-block blockquote,
.mod-browser-width--full-default .copy-block figure,
.mod-browser-width--full-default .copy-block figcaption {
    font-size: 1.5rem;
  }
}
.mod-whats-on__results-header .copy-block p,
.mod-whats-on__results-header .copy-block ul,
.mod-whats-on__results-header .copy-block ol,
.mod-whats-on__results-header .copy-block li,
.mod-whats-on__results-header .copy-block dl,
.mod-whats-on__results-header .copy-block dt,
.mod-whats-on__results-header .copy-block dd,
.mod-whats-on__results-header .copy-block pre,
.mod-whats-on__results-header .copy-block blockquote,
.mod-whats-on__results-header .copy-block figure,
.mod-whats-on__results-header .copy-block figcaption {
  font-size: 1.1rem;
}
.mod-visit-info .copy-block p,
.mod-visit-info .copy-block ul,
.mod-visit-info .copy-block ol,
.mod-visit-info .copy-block li,
.mod-visit-info .copy-block dl,
.mod-visit-info .copy-block dt,
.mod-visit-info .copy-block dd,
.mod-visit-info .copy-block pre,
.mod-visit-info .copy-block blockquote,
.mod-visit-info .copy-block figure,
.mod-visit-info .copy-block figcaption {
  color: #6e6d6b;
}
.mod-profile__content .copy-block p,
.mod-profile__content .copy-block ul,
.mod-profile__content .copy-block ol,
.mod-profile__content .copy-block li,
.mod-profile__content .copy-block dl,
.mod-profile__content .copy-block dt,
.mod-profile__content .copy-block dd,
.mod-profile__content .copy-block pre,
.mod-profile__content .copy-block blockquote,
.mod-profile__content .copy-block figure,
.mod-profile__content .copy-block figcaption {
  color: #fff;
}
.copy-block .small-text p,
.copy-block .small-text ul,
.copy-block .small-text ol,
.copy-block .small-text li,
.copy-block .small-text dl,
.copy-block .small-text dt,
.copy-block .small-text dd,
.copy-block .small-text pre,
.copy-block .small-text blockquote,
.copy-block .small-text figure,
.copy-block .small-text figcaption {
  font-size: 1rem;
  margin-top: 4px;
}
.copy-block .caption p,
.copy-block .caption ul,
.copy-block .caption ol,
.copy-block .caption li,
.copy-block .caption dl,
.copy-block .caption dt,
.copy-block .caption dd,
.copy-block .caption pre,
.copy-block .caption blockquote,
.copy-block .caption figure,
.copy-block .caption figcaption {
  color: #969696;
  font-size: 1rem;
  margin-bottom: 1.6em;
}
.copy-block--light-text .caption p,
.copy-block--light-text .caption ul,
.copy-block--light-text .caption ol,
.copy-block--light-text .caption li,
.copy-block--light-text .caption dl,
.copy-block--light-text .caption dt,
.copy-block--light-text .caption dd,
.copy-block--light-text .caption pre,
.copy-block--light-text .caption blockquote,
.copy-block--light-text .caption figure,
.copy-block--light-text .caption figcaption {
  color: #fff;
  opacity: 0.75;
}
.copy-block ul,
.copy-block ol,
.copy-block dd {
  padding-left: 1.5em;
}
.copy-block ul {
  list-style-type: disc;
}
.copy-block ol {
  list-style-type: decimal;
}
.copy-block dt {
  font-weight: bold;
}
.copy-block dt::after {
  content: ":";
}
.mod-browser-width--grid-mod-bg .copy-block img {
  margin-bottom: 20px;
}
.copy-block blockquote {
  color: #767676;
  font-family: "Lato", sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.4666666667;
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .copy-block blockquote {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.copy-block blockquote + * {
  margin-top: 1.2rem;
}
.copy-block blockquote::before, .copy-block blockquote::after {
  font-size: 2.875rem;
  line-height: 0;
}
@media only screen and (min-width: 360px) {
  .copy-block blockquote::before, .copy-block blockquote::after {
    font-size: 4rem;
  }
}
.copy-block blockquote::before {
  content: "\201C";
  left: -0.4em;
  position: absolute;
  top: 0.426em;
}
.copy-block blockquote::after {
  content: "\201D";
  position: relative;
  top: 0.25em;
}
.copy-block blockquote footer {
  font-size: 0.9625rem;
  font-weight: 700;
  line-height: 1.4545454545;
  margin-top: 1.2rem;
}
.copy-block blockquote cite {
  font-style: normal;
}
.copy-block blockquote .blockquote__name {
  text-transform: uppercase;
}
.mod-browser-width--full-quote .copy-block blockquote {
  color: inherit;
  font-family: "Playfair Display", serif;
  font-size: 2.1875rem;
  letter-spacing: -0.5px;
  line-height: 1.3;
  padding-top: 20px;
}
@media only screen and (min-width: 48rem) {
  .mod-browser-width--full-quote .copy-block blockquote {
    font-size: 2.8125rem;
    line-height: 1.4;
  }
}
.mod-browser-width--full-quote .copy-block blockquote::before {
  font-size: 16.25rem;
  left: 50%;
  line-height: 0.635;
  height: 70px;
  top: -70px;
  transform: translateX(-50%);
}
.mod-browser-width--full-quote .copy-block blockquote::after {
  content: none;
  position: static;
  right: 0;
  top: 0;
}
.copy-block blockquote.alt-blockquote {
  color: #6a5e5e;
  font-family: "Playfair Display", serif;
  font-size: 1.875rem;
  line-height: 1.3333333333;
}
.copy-block blockquote.alt-blockquote::before {
  left: -0.5em;
  top: 0.6em;
}
@media only screen and (min-width: 37.5rem) {
  .copy-block blockquote.alt-blockquote {
    font-size: 2.116875rem;
    line-height: 1.401535282;
  }
}
@media only screen and (min-width: 48rem) {
  .copy-block blockquote.alt-blockquote {
    font-size: 2.358125rem;
    line-height: 1.45587066;
  }
}
@media only screen and (min-width: 64rem) {
  .copy-block blockquote.alt-blockquote {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.copy-block figcaption {
  color: #9c9c9d;
  font-size: 0.9rem;
  line-height: 1.1111111111;
  margin-top: 0.5em;
}
.copy-block a:not([class^=btn]) {
  border-bottom: 1.3px dotted #6a5e5e;
  color: #6a5e5e;
  padding-bottom: 2px;
}
.copy-block a:not([class^=btn]):visited {
  color: #6a5e5e;
}
.copy-block a:not([class^=btn]):hover, .copy-block a:not([class^=btn]):focus {
  border-bottom-color: #e02d00;
  color: #e02d00;
}
.copy-block a:not([class^=btn]).no-decoration {
  border-bottom: none;
}
.mod-profile .copy-block a:not([class^=btn]) {
  color: #fff;
}
.copy-block--light-text a:not([class^=btn]) {
  border-bottom-color: #fff;
  color: #fff;
}
.copy-block--light-text a:not([class^=btn]):visited {
  color: #fff;
}
.copy-block--light-text a:not([class^=btn]):hover, .copy-block--light-text a:not([class^=btn]):focus {
  border-bottom-color: #d4d4d4;
  color: #d4d4d4;
}
.copy-block .lead-text * {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 300;
}
.copy-block .lead-text * strong {
  font-weight: bold;
}
.copy-block .title-text * {
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 900;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.copy-block .large-body-text * {
  font-size: 1.5rem;
  line-height: 2;
}
.copy-block .cta {
  margin-top: 25px;
}
.copy-block .cta__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.copy-block .cta__list li:not(:last-child) {
  margin-bottom: 25px;
}
.mod-browser-width--full-default .copy-block .cta {
  margin-top: 30px;
}
.mod-browser-width--full-landing .copy-block .cta {
  margin-top: 18px;
}

.icon-play--btn::before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  position: relative;
  top: 1px;
}

.icon-play--image {
  background-color: #000;
  display: block;
  position: relative;
}
.icon-play--image:before, .icon-play--image:after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.icon-play--image::before {
  border-top: 22.5px solid transparent;
  border-bottom: 22.5px solid transparent;
  border-left: 30px solid rgba(255, 255, 255, 0.5);
  transform: translate(-36%, -50%);
}
.icon-play--image::after {
  border: 8px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  height: 90px;
  transform: translate(-50%, -50%);
  width: 90px;
}
.icon-play--image img {
  opacity: 0.5;
}
.icon-play--image:hover::before, .icon-play--image:focus::before {
  border-left-color: rgb(255, 255, 255);
}
.icon-play--image:hover::after, .icon-play--image:focus::after {
  border-color: rgb(255, 255, 255);
}
.icon-play--image:hover img, .icon-play--image:focus img {
  opacity: 0.75;
}

.header {
  z-index: 2;
}

.header__nav {
  z-index: 3;
}
@media only screen and (min-width: 48rem) {
  .header__nav {
    z-index: auto;
  }
}

.header__sub-nav {
  z-index: 4;
}
@media only screen and (min-width: 48rem) {
  .header__sub-nav {
    z-index: auto;
  }
}

.header__id,
.header__nav-toggle,
.sub-nav-is-open .header__sub-nav-close {
  z-index: 5;
}

.sub-nav-is-open .header__id {
  z-index: 3;
}

.main {
  z-index: 1;
}

.mod-whole-browser .com-media {
  z-index: 1;
}
.mod-whole-browser .com-content {
  z-index: 2;
}

.scroll-teaser {
  z-index: 2;
}

.mod-whats-on__datepicker-ranges {
  z-index: 1;
}

.fadable {
  opacity: 1;
  transition-duration: 500ms;
  transition-property: opacity;
}
.fadable.fadable--invisible {
  opacity: 0;
}

.is-clickable:hover {
  cursor: pointer;
}

[data-layout~=module] {
  display: flex;
  width: 100%;
}

[data-layout~=module__item] {
  flex: 1;
}

[data-layout-width] {
  flex: none;
}

[data-layout-width~=one-whole],
[data-layout-width~=two-halves],
[data-layout-width~=three-thirds],
[data-layout-width~=four-quarters],
[data-layout-width~=five-fifths] {
  width: 100%;
}

[data-layout-width~=one-half],
[data-layout-width~=two-quarters] {
  width: 50%;
}

[data-layout-width~=one-third] {
  width: 33.3333333333%;
}

[data-layout-width~=two-thirds] {
  width: 66.6666666667%;
}

[data-layout-width~=one-quarter] {
  width: 25%;
}

[data-layout-width~=three-quarters] {
  width: 75%;
}

[data-layout-width~=one-fifth] {
  width: 20%;
}

[data-layout-width~=two-fifths] {
  width: 40%;
}

[data-layout-width~=three-fifths] {
  width: 60%;
}

[data-layout-width~=four-fifths] {
  width: 80%;
}

@media only screen and (min-width: 37.5rem) {
  [data-layout-width~=s-one-whole],
[data-layout-width~=s-two-halves],
[data-layout-width~=s-three-thirds],
[data-layout-width~=s-four-quarters],
[data-layout-width~=s-five-fifths] {
    width: 100%;
  }
  [data-layout-width~=s-one-half],
[data-layout-width~=s-two-quarters] {
    width: 50%;
  }
  [data-layout-width~=s-one-third] {
    width: 33.3333333333%;
  }
  [data-layout-width~=s-two-thirds] {
    width: 66.6666666667%;
  }
  [data-layout-width~=s-one-quarter] {
    width: 25%;
  }
  [data-layout-width~=s-three-quarters] {
    width: 75%;
  }
  [data-layout-width~=s-one-fifth] {
    width: 20%;
  }
  [data-layout-width~=s-three-tenths] {
    width: 29%;
  }
  [data-layout-width~=s-two-fifths] {
    width: 42%;
  }
  [data-layout-width~=s-three-fifths] {
    width: 60%;
  }
  [data-layout-width~=s-four-fifths] {
    width: 80%;
  }
}
@media only screen and (min-width: 48rem) {
  [data-layout-width~=c-one-whole],
[data-layout-width~=c-two-halves],
[data-layout-width~=c-three-thirds],
[data-layout-width~=c-four-quarters],
[data-layout-width~=c-five-fifths] {
    width: 100%;
  }
  [data-layout-width~=c-one-half],
[data-layout-width~=c-two-quarters] {
    width: 50%;
  }
  [data-layout-width~=c-one-third] {
    width: 33.3333333333%;
  }
  [data-layout-width~=c-two-thirds] {
    width: 66.6666666667%;
  }
  [data-layout-width~=c-one-quarter] {
    width: 25%;
  }
  [data-layout-width~=c-three-quarters] {
    width: 75%;
  }
  [data-layout-width~=c-one-fifth] {
    width: 20%;
  }
  [data-layout-width~=c-two-fifths] {
    width: 40%;
  }
  [data-layout-width~=c-three-fifths] {
    width: 60%;
  }
  [data-layout-width~=c-four-fifths] {
    width: 80%;
  }
}
@media only screen and (min-width: 64rem) {
  [data-layout-width~=m-one-whole],
[data-layout-width~=m-two-halves],
[data-layout-width~=m-three-thirds],
[data-layout-width~=m-four-quarters],
[data-layout-width~=m-five-fifths] {
    width: 100%;
  }
  [data-layout-width~=m-one-half],
[data-layout-width~=m-two-quarters] {
    width: 50%;
  }
  [data-layout-width~=m-one-third] {
    width: 33.3333333333%;
  }
  [data-layout-width~=m-two-thirds] {
    width: 66.6666666667%;
  }
  [data-layout-width~=m-one-quarter] {
    width: 25%;
  }
  [data-layout-width~=m-three-quarters] {
    width: 75%;
  }
  [data-layout-width~=m-one-fifth] {
    width: 20%;
  }
  [data-layout-width~=m-two-fifths] {
    width: 40%;
  }
  [data-layout-width~=m-three-fifths] {
    width: 60%;
  }
  [data-layout-width~=m-four-fifths] {
    width: 80%;
  }
}
@media only screen and (min-width: 80rem) {
  [data-layout-width~=l-one-whole],
[data-layout-width~=l-two-halves],
[data-layout-width~=l-three-thirds],
[data-layout-width~=l-four-quarters],
[data-layout-width~=l-five-fifths] {
    width: 100%;
  }
  [data-layout-width~=l-one-half],
[data-layout-width~=l-two-quarters] {
    width: 50%;
  }
  [data-layout-width~=l-one-third] {
    width: 33.3333333333%;
  }
  [data-layout-width~=l-two-thirds] {
    width: 66.6666666667%;
  }
  [data-layout-width~=l-one-quarter] {
    width: 25%;
  }
  [data-layout-width~=l-three-quarters] {
    width: 75%;
  }
  [data-layout-width~=l-one-fifth] {
    width: 20%;
  }
  [data-layout-width~=l-two-fifths] {
    width: 40%;
  }
  [data-layout-width~=l-three-fifths] {
    width: 60%;
  }
  [data-layout-width~=l-four-fifths] {
    width: 80%;
  }
}
@media only screen and (min-width: 90rem) {
  [data-layout-width~=h-one-whole],
[data-layout-width~=h-two-halves],
[data-layout-width~=h-three-thirds],
[data-layout-width~=h-four-quarters],
[data-layout-width~=h-five-fifths] {
    width: 100%;
  }
  [data-layout-width~=h-one-half],
[data-layout-width~=h-two-quarters] {
    width: 50%;
  }
  [data-layout-width~=h-one-third] {
    width: 33.3333333333%;
  }
  [data-layout-width~=h-two-thirds] {
    width: 66.6666666667%;
  }
  [data-layout-width~=h-one-quarter] {
    width: 25%;
  }
  [data-layout-width~=h-three-quarters] {
    width: 75%;
  }
  [data-layout-width~=h-one-fifth] {
    width: 20%;
  }
  [data-layout-width~=h-two-fifths] {
    width: 40%;
  }
  [data-layout-width~=h-three-fifths] {
    width: 60%;
  }
  [data-layout-width~=h-four-fifths] {
    width: 80%;
  }
}
[data-layout-align~=h-left] {
  justify-content: flex-start;
}

[data-layout-align~=h-center] {
  justify-content: center;
}

[data-layout-align~=h-right] {
  justify-content: flex-end;
}

[data-layout-align~=h-space-around] {
  justify-content: space-around;
}

[data-layout-align~=h-space-between] {
  justify-content: space-between;
}

[data-layout-align~=v-top] {
  align-items: flex-start;
}

[data-layout-align~=v-center] {
  align-items: center;
}

[data-layout-align~=v-bottom] {
  align-items: flex-end;
}

[data-layout-options~=gutters] {
  margin-left: -10px;
  margin-top: -50px;
  width: calc(100% + 10px);
}
@media only screen and (min-width: 37.5rem) {
  [data-layout-options~=gutters] {
    margin-left: -20px;
    width: calc(100% + 20px);
  }
}
@media only screen and (min-width: 48rem) {
  [data-layout-options~=gutters] {
    margin-left: -30px;
    width: calc(100% + 30px);
  }
}
@media only screen and (min-width: 64rem) {
  [data-layout-options~=gutters] {
    margin-left: -40px;
    width: calc(100% + 40px);
  }
}
@media only screen and (min-width: 80rem) {
  [data-layout-options~=gutters] {
    margin-left: -50px;
    width: calc(100% + 50px);
  }
}
@media only screen and (min-width: 90rem) {
  [data-layout-options~=gutters] {
    margin-left: -60px;
    width: calc(100% + 60px);
  }
}
[data-layout-options~=gutters] > * {
  padding-left: 10px;
  padding-top: 50px;
}
@media only screen and (min-width: 37.5rem) {
  [data-layout-options~=gutters] > * {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 48rem) {
  [data-layout-options~=gutters] > * {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 64rem) {
  [data-layout-options~=gutters] > * {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 80rem) {
  [data-layout-options~=gutters] > * {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 90rem) {
  [data-layout-options~=gutters] > * {
    padding-left: 60px;
  }
}
[data-layout-options~=gutters] > *[data-layout~=module__item--flat] {
  padding-top: 0;
}
[data-layout-options~=gutters] + [data-layout-options~=gutters] {
  margin-top: 0;
}

[data-layout-options~=gutters-thin] {
  margin-left: -22px;
  margin-top: -44px;
  width: calc(100% + 22px);
}
[data-layout-options~=gutters-thin] > * {
  padding-left: 22px;
  padding-top: 44px;
}
[data-layout-options~=gutters-thin] > *[data-layout~=module__item--flat] {
  padding-top: 0;
}
[data-layout-options~=gutters-thin] + [data-layout-options~=gutters-thin] {
  margin-top: 0;
}

[data-layout-options~=gutters--fixed] {
  margin-top: -1.2rem;
}
[data-layout-options~=gutters--fixed] > * {
  padding-top: 1.2rem;
}

[data-layout-options~=wrap-items] {
  flex-wrap: wrap;
}

[data-layout-options~=equal-height-items] > * {
  display: flex;
}
[data-layout-options~=equal-height-items] > * > * {
  width: 100%;
}

[data-layout-options~=row-reverse] {
  flex-direction: row-reverse;
}

.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.header__closeMobile {
  display: none;
  cursor: pointer;
}
.header__container {
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 17px 50px 0;
  margin: 0 auto;
}
.header__cta--mob {
  display: none;
}
.header__cta--desk {
  display: block;
}
.header__hamburger {
  display: none;
}
.header__home {
  cursor: pointer;
  display: block;
  width: 100px;
  padding: 1px 0 0;
}
.header__home:focus {
  outline: none;
}
.header__home:focus .cls-1 {
  fill: #ce3f20;
}
.header__home .cls-1 {
  fill: #000;
}
.header__buy {
  background-color: #ce3f20;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 8.5px 11px 9.5px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 145px;
  margin: 5px 0 0 30px;
}
.header__buy svg {
  margin: 2px 0 0 7px;
  width: 7px;
}
.header__buy:hover {
  color: #fff;
}
@media screen and (max-width: 1290px) {
  .header__buy--searchOpen {
    opacity: 0;
    pointer-events: none;
  }
}
.header__corner {
  margin-bottom: 9px;
  display: flex;
  justify-content: flex-end;
}
.header__cornerA {
  margin-left: 28px;
  font-size: 14px;
  color: #000;
  transition-duration: 0.5s;
}
.header__cornerA:hover {
  color: #ce3f20;
}
.header__right {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0;
  padding: 0;
}
.nav__title {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  transition-duration: 0.5s;
  pointer-events: none;
}
.nav__title--noParent {
  pointer-events: auto;
  padding: 0 15px 30px;
  padding: 0 10px 30px;
}
.nav__titleCont {
  display: flex;
  align-items: center;
  pointer-events: none;
}
.nav__level1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 30px;
  cursor: pointer;
  transition-duration: 0.5s;
}
.nav__level1:focus {
  outline: none;
}
.nav__level1 .nav__carrot {
  margin: 4px 0 0 6px;
  transition-duration: 0.5s;
}
.nav__level1 .nav__carrot path {
  transition-duration: 0.5s;
}
.nav__level1--noParent {
  padding: 0;
}
.nav__level1--noParent:hover .nav__title {
  color: #ce3f20;
}
.nav__level1--open .nav__childContainer {
  display: block;
}
.nav__level1--open .nav__title {
  color: #ce3f20;
}
.nav__level1--open .nav__carrot {
  transform: rotate(-180deg);
}
.nav__level1--open .nav__carrot path {
  stroke: #ce3f20;
}
.nav__level1--open .nav__indicator {
  display: block;
}
.nav__indicator {
  position: absolute;
  top: 39px;
  left: 0px;
  display: none;
  transition-duration: 0.5s;
}
.nav__childContainer {
  display: none;
  position: fixed;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  cursor: default;
  border-radius: 12px;
  box-shadow: 0px 4px 8px #666;
  background-color: #fff;
  transition-duration: 0.5s;
}
.nav__leftChildrenInsides {
  width: 100%;
}
.nav__content {
  display: flex;
}
.nav__leftChildren {
  background-color: #f5f5f5;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-between;
  padding: 30px 30px 30px 30px;
  width: 465px;
}
.nav__childUl {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 242px;
  margin-bottom: 30px;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}
.nav__childLi {
  text-transform: capitalize;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 8px 0 13px;
  padding: 0 0px 0 0;
}
.nav__childLi:hover .nav__childA {
  color: #ce3f20;
}
.nav__childLi:hover .nav__childHover {
  opacity: 1;
}
.nav__childA {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  transition-duration: 0.5s;
}
.nav__childA:focus {
  color: #ce3f20;
  outline: none;
}
.nav__childHover {
  opacity: 0;
  margin-left: 10px;
  transition-duration: 0.25s;
}
.nav__childHover--active {
  opacity: 1;
}
.nav__innerTitle {
  line-height: 40px;
  color: #ce3f20;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 0;
  font-size: 17px;
}
.nav__searchContainer--close:hover g g,
.nav__searchContainer--close:hover g path {
  stroke: #ce3f20;
}
.nav__searchsvg {
  opacity: 1;
  cursor: pointer;
}
.nav__searchsvg--open {
  opacity: 0;
}
.nav__searchClose {
  display: none;
  position: absolute;
  left: -143px;
  top: -13px;
  z-index: 500;
}
.nav__searchClose--open {
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 1290px) {
  .nav__searchClose {
    left: 10px;
  }
}
@media screen and (max-width: 1115px) {
  .nav__searchClose {
    left: -22px;
  }
}
.nav__submitArrow {
  position: absolute;
  top: -14px;
  right: -17px;
  cursor: pointer;
  z-index: 500;
}
@media screen and (max-width: 1290px) {
  .nav__submitArrow {
    left: 174px;
  }
}
@media screen and (max-width: 1115px) {
  .nav__submitArrow {
    left: 124px;
  }
}
.nav__searchInput {
  position: absolute;
  left: -137px;
  top: 50%;
  transform: translateY(-75%);
  border-radius: 5px;
  width: 175px;
  height: 34px;
  margin-left: -14px;
  padding: 0 25px 0 29px;
  border: 1px solid #ce3f20;
  font-size: 14px;
}
@media screen and (max-width: 1290px) {
  .nav__searchInput {
    left: 16px;
    width: 195px;
  }
}
@media screen and (max-width: 1115px) {
  .nav__searchInput {
    left: -16px;
    width: 175px;
  }
}
.nav__form {
  position: absolute;
  display: none;
}
.nav__form--open {
  display: block;
}
.nav__mobileForm {
  display: none;
}
.nav .nav__level1 svg path,
.nav .nav__level1 svg g g {
  transition-duration: 0.5s;
}
.nav__rightInfo {
  position: relative;
  padding: 30px;
  width: 390px;
  height: 420px;
  background-color: #fff;
  margin-left: -1px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}
.nav__rightImg {
  width: 420px;
  height: 218px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.nav__openField {
  height: 140px;
  padding-top: 14px;
}
.nav__openField p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2d3138;
}
.nav__detailTitle {
  font-weight: 800;
  color: #2d3138;
  font-size: 16px;
  margin: 0 0 8px;
}
.nav__detailLink {
  display: block;
  font-weight: 700;
  text-decoration: underline;
  color: #2d3138;
  font-size: 16px;
  margin: 10px 0 0;
}
.nav__detailLink:focus {
  color: #ce3f20;
  outline: none;
}
.nav__bottomLeftButton {
  height: auto;
  width: 100%;
  margin: 0;
}
.nav__membership {
  transition-duration: 0.5s;
  background-color: transparent;
  font-size: 16px;
  line-height: 19px;
  display: block;
  border: 1px solid #ce3f20;
  color: red;
  max-width: 240px;
  padding: 13px 25px 14px;
  border-radius: 5px;
  text-align: center;
}
.nav__membership:hover {
  background-color: #ce3f20;
  color: #fff;
}
.nav__museumInfo {
  display: none;
}

.navSlider {
  position: relative;
  width: 390px;
  height: 415px;
  padding: 30px 28px 69px 29px;
  background-color: #fff;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-left: -1px;
}
.navSlider__container {
  width: 100%;
  height: 100%;
  position: relative;
}
.navSlider__container .slick-dots li button {
  display: none;
}
.navSlider__container .slick-dots {
  bottom: -35px;
}
.navSlider__container .slick-dots li {
  height: 10px;
  width: 10px;
  background-color: #e2e2e2;
  margin: 0 10px;
  border-radius: 90px;
  cursor: pointer;
}
.navSlider__container .slick-dots li.slick-active {
  height: 10px;
  width: 23px;
  background-color: #ce3f20;
}
.navSlider__slide {
  position: relative;
  height: 315px;
  width: 100%;
  display: flex !important;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 50px 0 0 0;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.navSlider__slideImg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.navSlider__screen {
  background-color: #000;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.navSlider__flag {
  position: absolute;
  top: 10px;
  right: 11px;
  text-transform: uppercase;
  padding: 7px 15px;
  font-size: 14px;
  z-index: 5;
  background-color: #206ace;
  color: #fff;
  border-radius: 3px;
}
.navSlider__text {
  z-index: 5;
  width: 100%;
  padding: 12px 57px 30px 30px;
  -webkit-backdrop-filter: blur(5px) saturate(8%);
          backdrop-filter: blur(5px) saturate(8%);
}
.navSlider__title {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  z-index: 5;
}
.navSlider__details {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  z-index: 5;
}

@media screen and (max-width: 1100px) {
  .header__home {
    padding: 5px 0 0;
  }
  .header__home svg {
    width: 90px;
  }
  .header__container {
    padding: 15px 35px 0;
  }
  .header__buy {
    font-size: 15px;
    padding: 6.5px 15px 7.5px;
    width: 100px;
  }
  .header__cornerA {
    font-size: 13px;
  }
  .header__cta--mob {
    display: block;
  }
  .header__cta--desk {
    display: none;
  }
  .nav__level1 {
    padding: 0 6px 30px;
  }
  .nav__level1--noParent {
    padding: 0;
  }
  .nav__level1--noParent:focus {
    color: #ce3f20;
    outline: none;
  }
  .nav__title {
    font-size: 16px;
  }
  .nav__title--noParent {
    padding: 0 6px 30px;
  }
  .nav__title--noParent:focus {
    color: #ce3f20;
    outline: none;
  }
  .nav__leftChildren {
    padding: 30px 30px 30px 30px;
    width: 380px;
    height: auto;
  }
  .nav__childContainer {
    top: 75px;
  }
  .nav__innerTitle {
    padding-left: 0;
    font-size: 14px;
  }
  .nav__bottomLeftButton {
    margin: 0;
  }
  .nav__childUl {
    height: 200px;
  }
  .nav__childA {
    font-size: 14px;
  }
  .nav__childLi {
    padding: 0;
    margin: 8px 0;
  }
  .nav__childLi svg {
    height: 9px;
    width: 10px;
  }
  .nav__childHover {
    margin-left: 5px;
  }
  .nav__rightInfo {
    padding: 25px;
    width: 350px;
    height: 403px;
  }
  .nav__rightImg {
    height: 218px;
  }
  .nav__membership {
    left: 30px;
    font-size: 14px;
    padding: 11px 24px 13px;
  }
  .nav__openField p {
    font-size: 14.5px;
    line-height: 22px;
  }
  .navSlider {
    width: 350px;
    height: 403px;
    padding: 25px;
  }
  .navSlider__slide {
    padding: 20px 0 0 0;
    height: 310px;
  }
  .navSlider__title {
    font-size: 18px;
    line-height: 24px;
  }
  .navSlider__text {
    padding: 20px 30px 20px 20px;
  }
  .navSlider__details {
    font-size: 16px;
  }
  .navSlider__container {
    height: 88%;
  }
}
@media screen and (max-width: 900px) {
  .header__home {
    width: 80px;
    padding: 7px 0 0;
  }
  .header__home svg {
    width: 80px;
  }
  .header__container {
    padding: 15px 30px 0;
  }
  .header__buy {
    margin: 7px 0 0 15px;
    width: 75px;
  }
  .header__buy svg {
    display: none;
  }
  .header__cta--mob {
    display: block;
  }
  .header__cta--desk {
    display: none;
  }
  .nav__level1 {
    padding: 0 5px 30px;
  }
  .nav__level1--noParent {
    padding: 0;
  }
  .nav__title {
    font-size: 15px;
  }
  .nav__title--noParent {
    padding: 0 5px 30px;
  }
  .nav__searchsvg {
    width: 17px;
    height: auto;
    padding: 2px 0 0;
  }
  .nav__searchInput {
    width: 155px;
  }
  .nav__submitArrow {
    left: 104px;
  }
  .navSlider__title {
    font-size: 17px;
    line-height: 22px;
  }
  .navSlider__text {
    padding: 13px 25px 15px 15px;
  }
  .navSlider__details {
    font-size: 15px;
  }
  .navSlider__container {
    height: 86%;
  }
}
@media screen and (max-width: 800px) {
  .nav__searchInput {
    width: 140px;
    left: -5px;
    height: 31px;
    border-radius: 3px;
    font-size: 12px;
    padding: 0 27px 0 25px;
  }
  .nav__searchClose {
    left: -14px;
  }
  .nav__submitArrow {
    left: 100px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 15px 25px 15px 30px;
  }
  .header__container {
    padding: 0;
    align-items: center;
  }
  .header__home {
    padding: 0;
  }
  .header__home svg {
    width: 100px;
  }
  .header__corner {
    display: none;
  }
  .header__hamburger {
    display: block;
    margin-left: 25px;
    cursor: pointer;
  }
  .header__buy {
    margin: 0 0 0 25px;
  }
  .headerOpen {
    background-color: #fff;
  }
  .headerOpen .header__hamburger {
    display: none;
  }
  .headerOpen .header__closeMobile {
    display: block;
    margin: 0 5px 0 32px;
  }
  .bodyMobileNav {
    overflow-y: hidden;
  }
  .navSlider {
    width: 450px;
    max-width: 450px;
    margin: 0 30px;
  }
  .navSlider__text {
    padding: 9px 25px 12px 15px;
  }
  .nav {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0;
    margin: 0;
    height: 0;
    overflow-y: scroll;
    transition-duration: 0.5s;
  }
  .nav__searchsvg {
    width: unset;
    padding: 0;
  }
  .nav__searchInput {
    transform: translateY(-84%);
    width: 155px;
    left: -20px;
  }
  .nav__searchClose {
    left: -27px;
    top: -16px;
  }
  .nav__submitArrow {
    top: -17px;
    right: -40px;
  }
  .nav__open {
    height: calc(100vh - 71px);
    top: 71px;
  }
  .nav__openField {
    height: auto;
  }
  .nav__museumInfo {
    display: block;
    border-top: 1px solid #e5e5e5;
    cursor: default;
    padding: 26.5px 0 20.5px;
    width: 100%;
  }
  .nav__linkForMobile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #ce3f20;
    border-radius: 6px;
    color: #ce3f20;
    font-size: 16px;
    max-width: 450px;
    height: 44px;
    margin: 0 50px;
  }
  .nav__museumDiv {
    max-width: 450px;
    height: 300px;
    margin: 30px 50px;
    position: relative;
    display: flex;
    padding: 30px;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
  }
  .nav__museumDiv div {
    z-index: 5;
    width: 100%;
  }
  .nav__museumDivScreen {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.15;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 12px;
  }
  .nav__museumImg {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    z-index: -1;
  }
  .nav__museumHours {
    z-index: 5;
    color: #fff;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 4px;
  }
  .nav__museumDetail {
    z-index: 5;
  }
  .nav__museumDetail p {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
  }
  .nav__hoursAdmissions {
    z-index: 5;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    line-height: 21px;
    text-decoration: underline;
    margin-top: 6px;
  }
  .nav__detailLink {
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    line-height: 21px;
    text-decoration: underline;
  }
  .nav__level1 {
    padding: 26.5px 0 20.5px;
    width: 100%;
    flex-wrap: wrap;
    border-top: 1px solid #e5e5e5;
  }
  .nav__level1 .nav__carrot {
    margin: 0 0 0 6px;
  }
  .nav__level1 .nav__carrot path {
    stroke: #000;
  }
  .nav__level1--noParent {
    padding: 0;
  }
  .nav__level1--open .nav__title {
    color: #ce3f20;
  }
  .nav__level1--open .nav__carrot {
    transform: rotate(180deg);
  }
  .nav__level1--open .nav__carrot path {
    stroke: #ce3f20;
  }
  .nav__level1--open .nav__childContainer {
    display: block;
  }
  .nav__level1--open .nav__indicator {
    display: none;
  }
  .nav__level1:last-of-type {
    border-bottom: 1px solid #e5e5e5;
  }
  .nav__title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 12.5px 0;
    color: #000;
    width: 100%;
  }
  .nav__title--noParent {
    margin-left: 50px;
    pointer-events: auto;
    padding: 26.5px 0 20.5px;
  }
  .nav__titleCont {
    justify-content: space-between;
    width: 100%;
    padding: 0 50px;
    pointer-events: none;
  }
  .nav__childContainer {
    position: relative;
    left: unset;
    top: unset;
    width: 100%;
    transform: none;
    box-shadow: none;
    display: none;
  }
  .nav__childContainer--open {
    display: block;
  }
  .nav__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .nav__leftChildren {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 0 50px;
  }
  .nav__leftChildren--sixPlus {
    width: 100%;
  }
  .nav__childA {
    font-size: 18px;
  }
  .nav__childLi {
    margin: 12.5px 0;
    width: 100%;
  }
  .nav__childUl {
    height: auto;
  }
  .nav__innerTitle, .nav__bottomLeftButton {
    display: none;
  }
  .nav__rightInfo {
    padding: 0 50px;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 550px) {
  .navSlider {
    width: 100%;
    max-width: 100%;
    padding: 0 25px;
    height: 250px;
    margin: 0;
  }
  .navSlider__container {
    height: 250px;
  }
  .navSlider .slick-slide {
    margin: 0 8px;
  }
  .navSlider__slide {
    height: 240px;
  }
  .nav__searchContainer {
    display: none;
  }
  .nav__mobileSearch {
    display: block;
    width: 100%;
    height: auto;
  }
  .nav__mobileForm {
    display: block;
    position: relative;
    display: block;
    padding: 15px 19px 20px;
  }
  .nav__submitArrow {
    top: 31px;
    left: unset;
    right: 30px;
  }
  .nav__searchInput {
    position: relative;
    transform: unset;
    width: 100%;
    left: unset;
    top: unset;
    margin: 0 auto;
    height: 45px;
    font-size: 20px;
    padding: 0 27px 3px;
    border-radius: 6px;
    border: 1px solid #afafaf;
  }
  .nav__searchInput:focus {
    border: 1px solid #ce3f20;
  }
  .nav__rightInfo {
    padding: 0 25px 0 30px;
  }
  .nav__leftChildren {
    padding: 0 30px;
  }
  .nav__museumDiv {
    margin: 30px;
  }
  .nav__linkForMobile {
    margin: 0 30px;
  }
  .nav__museumDiv {
    height: 240px;
    max-width: 100%;
    padding: 15px;
  }
  .nav__museumHours {
    font-size: 18px;
  }
  .nav__museumDetail p, .nav__detailLink {
    font-size: 16px;
    line-height: 26px;
  }
  .nav__titleCont {
    padding: 0 30px;
  }
  .nav__title--noParent {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 48rem) {
  .site-search {
    margin-bottom: -7px;
    margin-left: 32px;
    order: 3;
  }
}
@media only screen and (min-width: 48rem) {
  .sub-nav-is-open .site-search {
    visibility: hidden;
  }
}
.site-search__label {
  cursor: pointer;
  display: block;
}
.site-search__label svg {
  height: 28px;
  stroke: #fff;
  width: 28px;
}
@media only screen and (min-width: 440px) {
  .site-search__label svg {
    height: 31px;
    width: 31px;
  }
}
.is-opaque .site-search__label svg {
  stroke: #333;
}
.site-search__panel {
  display: none;
  visibility: hidden;
}
.site-search__panel.is-visible {
  background-color: #e02d00;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: 100%;
}
.site-search__panel.is-visible _:-ms-fullscreen, :root .site-search__panel.is-visible {
  justify-content: flex-start;
}
.site-search__panel .container {
  padding-top: 25vh;
  position: relative;
}
.site-search__panel [type=search] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11vw;
  padding: 0 0 10px;
  width: 100%;
}
@media only screen and (min-width: 80rem) {
  .site-search__panel [type=search] {
    font-size: 9.375rem;
  }
}
.site-search__panel [type=search]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.site-search__panel [type=search]::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.site-search__close {
  position: absolute;
  right: 78px;
  top: 21px;
}
@media only screen and (min-width: 360px) {
  .site-search__close {
    right: 103px;
  }
}
@media only screen and (min-width: 440px) {
  .site-search__close {
    right: 108px;
  }
}
@media only screen and (min-width: 48rem) {
  .site-search__close {
    right: 49px;
    top: 35px;
  }
}
@media only screen and (min-width: 820px) {
  .site-search__close {
    right: 48px;
  }
}
@media only screen and (min-width: 64rem) {
  .site-search__close {
    right: 68px;
  }
}
.site-search__close svg {
  fill: #fff;
  height: 35px;
  width: 35px;
}
body:not([class^=has-overlay]) .is-opaque .site-search__close svg {
  fill: #000;
}

.com-media {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.com-media video {
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  max-width: none;
  opacity: 0.98;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.com-media-image {
  background-position: center top;
  background-size: cover;
  display: block;
  height: 100%;
}
.no-touchevents .com-media-image {
  background-attachment: fixed;
}
.com-media-color {
  display: block;
  height: 100%;
}
.mod-browser-width--grid-item-bg .com-media-image {
  background-attachment: scroll;
}
.mod-browser-width--grid-item-bg .is-clickable .com-media video, .mod-browser-width--grid-item-bg .is-clickable .com-media-image {
  transition-duration: 0.5s;
  transition-property: transform;
}
.mod-browser-width--grid-item-bg .is-clickable:hover .com-media video {
  transform: translate(-50%, -50%) scale(1.1);
}
.mod-browser-width--grid-item-bg .is-clickable:hover .com-media-image {
  transform: scale(1.1);
}

.com-content {
  position: relative;
  width: 100%;
}
.main > :first-child .com-content {
  margin-top: 76px;
}
@media only screen and (min-width: 48rem) {
  .main > :first-child .com-content {
    margin-top: 96px;
  }
}

.mod-whole-browser {
  align-items: center;
  display: flex;
  height: 100vh;
  position: relative;
}

.mod-browser-width {
  align-items: center;
  display: flex;
  min-height: 480px;
  position: relative;
}
.mod-browser-width _:-ms-fullscreen, :root .mod-browser-width {
  height: 480px;
}
@media only screen and (min-width: 37.5rem) {
  .mod-browser-width {
    min-height: 550px;
  }
  .mod-browser-width _:-ms-fullscreen, :root .mod-browser-width {
    height: 550px;
  }
}
@media only screen and (min-width: 64rem) {
  .mod-browser-width {
    min-height: 600px;
  }
  .mod-browser-width _:-ms-fullscreen, :root .mod-browser-width {
    height: 600px;
  }
}
.mod-browser-width--grid-mod-bg .com-content {
  padding-bottom: 60px;
  padding-top: 60px;
}
.mod-browser-width--grid-item-bg [data-layout~=module__item] {
  align-items: center;
  display: flex;
  padding: 50px 25px;
  position: relative;
}
@media only screen and (min-width: 360px) {
  .mod-browser-width--grid-item-bg [data-layout~=module__item] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 48rem) {
  .mod-browser-width--grid-item-bg [data-layout~=module__item] {
    min-height: 600px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .mod-browser-width--grid-item-bg [data-layout~=module__item] _:-ms-fullscreen, :root .mod-browser-width--grid-item-bg [data-layout~=module__item] {
    height: 600px;
  }
}
.mod-browser-width--grid-item-bg [data-layout~=module__item]:first-child {
  padding-top: 60px;
}
.mod-browser-width--grid-item-bg [data-layout~=module__item]:last-child {
  padding-bottom: 60px;
}
.mod-browser-width--full-default .container {
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .mod-browser-width--full-default .container {
    padding-bottom: 130px;
    padding-top: 130px;
  }
}
.mod-browser-width--full-default .container h6, .mod-browser-width--full-default .container h1, .mod-browser-width--full-default .container p {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.mod-browser-width--full-default .container p {
  text-align: left;
}
.mod-browser-width--full-landing .container {
  text-align: center;
}
.mod-browser-width--full-landing .container h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
}
.mod-browser-width--full-quote .container {
  padding-bottom: 60px;
  padding-top: 130px;
  text-align: center;
}
.mod-browser-width--short {
  min-height: 476px;
}
.mod-browser-width--short _:-ms-fullscreen, :root .mod-browser-width--short {
  height: 476px;
}
@media only screen and (min-width: 48rem) {
  .mod-browser-width--short [data-layout~=module__item] {
    min-height: 476px;
  }
  .mod-browser-width--short [data-layout~=module__item] _:-ms-fullscreen, :root .mod-browser-width--short [data-layout~=module__item] {
    height: 476px;
  }
}

.scroll-teaser {
  bottom: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.scroll-teaser__trigger {
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: block;
  height: 75px;
  position: relative;
  width: 75px;
}
.scroll-teaser__trigger > span {
  -webkit-animation: bounceTeaser 0.75s infinite;
          animation: bounceTeaser 0.75s infinite;
  border: 3px solid rgba(255, 255, 255, 0.75);
  border-top: none;
  border-left: none;
  display: block;
  height: 21px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(45deg);
  width: 21px;
}
@-webkit-keyframes bounceTeaser {
  0%, 100% {
    transform: translate(0, -40%) rotate(45deg);
  }
  50% {
    transform: translate(0, 0) rotate(45deg);
  }
}
@keyframes bounceTeaser {
  0%, 100% {
    transform: translate(0, -40%) rotate(45deg);
  }
  50% {
    transform: translate(0, 0) rotate(45deg);
  }
}

.royalSlider {
  direction: ltr;
  position: relative;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide {
  transform: translateZ(0);
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  transform: none;
}

.rsOverflow {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.rsVisibleNearbyWrap {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
}

.rsVisibleNearbyWrap .rsOverflow {
  left: 0;
  position: absolute;
  top: 0;
}

.rsContainer {
  height: 100%;
  position: relative;
  width: 100%;
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  visibility: hidden;
}

.rsGCaption {
  float: left;
  text-align: center;
  width: 100%;
}

.royalSlider.rsFullscreen {
  bottom: 0 !important;
  height: auto !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: auto !important;
  z-index: 2147483647 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  display: none;
  opacity: 1 !important;
  transition: 0s;
  transition: 0s;
}

.rsSlide {
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  height: 100%;
  position: relative;
  width: 100%;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
          user-select: none;
}

.rsThumbs {
  cursor: pointer;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 22;
}

.rsTabs {
  background: none !important;
  float: left;
}

.rsVideoContainer {
  height: auto;
  line-height: 0;
  position: relative;
  width: auto;
}

.rsVideoFrameHolder {
  background-color: #141414;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}

.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}

.rsDefault .rsArrow {
  cursor: pointer;
  display: block;
  height: 35px;
  position: absolute;
  width: 35px;
  z-index: 21;
}
@media only screen and (min-width: 37.5rem) {
  .rsDefault .rsArrow {
    height: 50px;
    width: 50px;
  }
}

.rsDefault.rsVer .rsArrow {
  height: 44px;
  width: 100%;
}

.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsHor .rsArrowLeft,
.rsDefault.rsHor .rsArrowRight {
  right: 20px;
  top: 50%;
  transform: translateY(-115%);
}

.rsDefault.rsHor .rsArrowLeft {
  transform: translateY(15%);
}

.rsDefault .rsArrowIcn {
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-image: url("/lib/svg/previous-arrow-light.svg");
  background-size: 100%;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-image: url("/lib/svg/next-arrow-light.svg");
  background-size: 100%;
}

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}

.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: 0.2;
  filter: alpha(opacity=20);
  *display: none;
}

.rsDefault .rsBullets {
  background: rgba(0, 0, 0, 0.75);
  bottom: 0;
  height: auto;
  left: 0;
  line-height: 8px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 35;
}

.rsDefault .rsBullet {
  display: inline-block;
  height: 8px;
  padding: 6px 5px 6px;
  width: 8px;
}

.rsDefault .rsBullet span {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: block;
  height: 8px;
  width: 8px;
}

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF;
}

.rsDefault .rsThumbsHor {
  height: 72px;
  width: 100%;
}

.rsDefault .rsThumbsVer {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 96px;
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  height: 100%;
  position: relative;
}

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

.rsDefault .rsThumb {
  float: left;
  height: 72px;
  overflow: hidden;
  width: 96px;
}

.rsDefault .rsThumb img {
  height: 100%;
  width: 100%;
}

.rsDefault .rsThumb.rsNavSelected {
  background-color: #02874a;
}

.rsDefault .rsThumb.rsNavSelected img {
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.rsDefault .rsTmb {
  display: block;
}

.rsDefault .rsTmb h5 {
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.rsDefault .rsTmb span {
  color: #DDD;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

.rsDefault .rsThumbsArrow {
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  display: block;
  height: 100%;
  position: absolute;
  width: 20px;
  z-index: 21;
}

.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  height: 20px;
  width: 100%;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

.rsDefault .rsThumbsArrowIcn {
  cursor: pointer;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    height: 44px;
    width: 59px;
  }
  .rsDefault .rsThumbsHor {
    height: 44px;
  }
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
.rsDefault .rsTabs {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
  text-align: center;
  width: 100%;
}

.rsDefault .rsTab {
  background-color: #FFF;
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  box-shadow: inset 1px 0 0 #fff;
  color: #333;
  cursor: pointer;
  display: inline-block;
  height: auto;
  min-width: 72px;
  padding: 5px 13px 6px;
  text-align: center;
  text-decoration: none;
  width: auto;
}

.rsDefault .rsTab:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.rsDefault .rsTab:last-child {
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
  border-top-right-radius: 4px;
}

.rsDefault .rsTab:active {
  background-color: #f4f4f4;
  border: 1px solid #D9D9DD;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.rsDefault .rsTab.rsNavSelected {
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
  background-color: #ACACAC;
  border: 1px solid #999;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  color: #FFF;
  text-shadow: 1px 1px #838383;
}

.rsDefault .rsFullscreenBtn {
  cursor: pointer;
  display: block;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 22;
}

.rsDefault .rsFullscreenIcn {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  display: block;
  height: 32px;
  margin: 6px;
  width: 32px;
}

.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

.rsDefault .rsPlayBtn {
  cursor: pointer;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
}

.rsDefault .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  border-radius: 4px;
  display: block;
  height: 64px;
  transition: 0.3s;
  transition: 0.3s;
  width: 64px;
}

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault .rsBtnCenterer {
  left: 50%;
  position: absolute;
  top: 50%;
}

.rsDefault .rsCloseVideoBtn {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateZ(0);
  width: 44px;
  z-index: 500;
}

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  right: -6px;
  top: -38px;
}

.rsDefault .rsCloseVideoIcn {
  background-color: rgba(0, 0, 0, 0.75);
  height: 32px;
  margin: 6px;
  width: 32px;
}

.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault .rsPreloader {
  height: 20px;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  top: 50%;
  width: 20px;
}

.rsDefault .rsGCaption {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  bottom: 6px;
  color: #FFF;
  float: none;
  font-size: 12px;
  left: 6px;
  padding: 2px 8px;
  position: absolute;
  text-align: left;
  width: auto;
}

@media only screen and (min-width: 48rem) {
  .mod-edge-bleed {
    align-items: center;
    display: flex;
    min-height: 550px;
    position: relative;
  }
  .mod-edge-bleed _:-ms-fullscreen, :root .mod-edge-bleed {
    height: 550px;
  }
}
@media only screen and (min-width: 64rem) {
  .mod-edge-bleed {
    min-height: 600px;
  }
  .mod-edge-bleed _:-ms-fullscreen, :root .mod-edge-bleed {
    height: 600px;
  }
}

.eb-media {
  height: 350px;
}
@media only screen and (min-width: 48rem) {
  .eb-media {
    height: 100%;
    position: absolute;
    top: 0;
    width: calc(66.666% - 75px);
  }
  .mod-edge-bleed--both .eb-media, .mod-edge-bleed--left .eb-media {
    left: 0;
  }
  .mod-edge-bleed--right .eb-media {
    right: 0;
  }
}
@media only screen and (min-width: 64rem) {
  .eb-media {
    width: calc(66.666% - 100px);
  }
}
@media only screen and (min-width: 80rem) {
  .eb-media {
    width: calc(66.666% - 125px);
  }
}
@media only screen and (min-width: 90rem) {
  .eb-media {
    width: calc(66.666% - 150px);
  }
}
@media only screen and (min-width: 1600px) {
  .eb-media {
    width: calc(66.666% - 175px);
  }
}
@media only screen and (min-width: 1760px) {
  .eb-media {
    width: calc(66.666% - 200px);
  }
}
@media only screen and (min-width: 1920px) {
  .eb-media {
    width: calc(66.666% - 225px);
  }
}
@media only screen and (min-width: 2080px) {
  .eb-media {
    width: calc(66.666% - 250px);
  }
}
@media only screen and (min-width: 2240px) {
  .eb-media {
    width: calc(66.666% - 275px);
  }
}
@media only screen and (min-width: 2400px) {
  .eb-media {
    width: calc(66.666% - 300px);
  }
}
.eb-media-image {
  background-position: center top;
  background-size: cover;
  display: block;
  height: 100%;
}
.is-clickable .eb-media {
  overflow: hidden;
}
.is-clickable .eb-media-image {
  transition-duration: 0.5s;
  transition-property: transform;
}
.is-clickable:hover .eb-media-image {
  transform: scale(1.1);
}

.eb-content {
  width: 100%;
}
.eb-content .container {
  padding-bottom: 60px;
  padding-top: 60px;
}

.mod-visit-info {
  background-color: #f0f0ec;
}

.live-clock {
  float: left;
  margin-top: 0px;
}
.live-clock + .copy-block {
  margin-left: 77px;
}

.outer-face {
  border: 2.5px solid #6a5e5e;
  border-radius: 50%;
  height: 62px;
  width: 62px;
}
@media screen and (max-width: 600px) {
  .outer-face {
    height: 40px;
    width: 40px;
  }
}

.inner-face {
  border-radius: 50%;
  height: 88%;
  left: 6%;
  position: relative;
  top: 6%;
  width: 88%;
}

.hand,
.hand.hour {
  background-color: #6a5e5e;
  height: 30%;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 20%;
  transform: rotate(0deg);
  transform-origin: bottom;
  width: 2px;
}

.hand.minute {
  height: 45%;
  margin-left: -1px;
  top: 5%;
  width: 2px;
}

.mod-content-width__caption,
.mod-content-width .rsDefault .rsGCaption [data-layout=module__item]:last-child {
  color: #767676;
  font-size: 0.9rem;
  line-height: 1.3;
  margin-top: 30px;
}
@media only screen and (min-width: 48rem) {
  .mod-content-width__caption,
.mod-content-width .rsDefault .rsGCaption [data-layout=module__item]:last-child {
    margin-top: 40px;
  }
}
.mod-content-width .rsDefault .rsGCaption {
  background-color: transparent;
  border-radius: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  position: static;
}

.mod-whats-on {
  padding-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .mod-whats-on {
    padding-bottom: 80px;
  }
}
.mod-whats-on .copy-block h1,
.mod-whats-on .copy-block h2 {
  font-family: "Lato", sans-serif;
  font-size: 2.375rem;
  font-weight: 900;
}
.mod-whats-on .copy-block h2 {
  color: #949494;
  font-size: 1.875rem;
}
.mod-whats-on__selector {
  padding-top: 60px;
}
.mod-whats-on__selector-calendar {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 37.5rem) {
  .mod-whats-on__selector-calendar {
    flex-direction: row;
    justify-content: space-between;
  }
}
.mod-whats-on__selector-filters {
  padding-top: 40px;
}
.mod-whats-on__selector-filters ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 48rem) {
  .mod-whats-on__selector-filters ul {
    justify-content: center;
  }
}
.mod-whats-on__selector-filters ul li {
  margin-bottom: 16px;
  margin-right: 16px;
}
@media only screen and (min-width: 48rem) {
  .mod-whats-on__selector-filters ul li:last-child {
    margin-right: 0;
  }
}
.mod-whats-on__selector-filters ul label {
  background-color: #fff;
  border: 2px solid #7a7575;
  color: #7a7575;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  padding: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (min-width: 37.5rem) {
  .mod-whats-on__selector-filters ul label {
    font-size: 1rem;
    padding: 20px;
  }
}
.mod-whats-on__selector-filters ul :checked + label,
.mod-whats-on__selector-filters ul label:hover,
.mod-whats-on__selector-filters ul label:focus {
  background-color: #006c85;
  border-color: #006c85;
  color: #fff;
}
.mod-whats-on__selected p {
  color: #767676;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media only screen and (min-width: 37.5rem) {
  .mod-whats-on__selected p {
    font-size: inherit;
  }
}
.mod-whats-on__datepicker-open, .mod-whats-on__datepicker-close {
  margin-top: 20px;
}
@media only screen and (min-width: 37.5rem) {
  .mod-whats-on__datepicker-open, .mod-whats-on__datepicker-close {
    margin-top: 8px;
  }
}
.mod-whats-on__datepicker-open button, .mod-whats-on__datepicker-close button {
  align-items: center;
  color: #77716f;
  display: flex;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.mod-whats-on__datepicker-open button svg, .mod-whats-on__datepicker-close button svg {
  fill: #909195;
  height: 20px;
  margin-left: 8px;
  opacity: 1;
}
.mod-whats-on__datepicker-open button:hover svg, .mod-whats-on__datepicker-open button:focus svg, .mod-whats-on__datepicker-close button:hover svg, .mod-whats-on__datepicker-close button:focus svg {
  fill: #e02d00;
}
.mod-whats-on__datepicker-close {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto 25px;
  max-width: 68.75rem;
}
@media only screen and (min-width: 360px) {
  .mod-whats-on__datepicker-close {
    margin-bottom: 50px;
  }
}
.mod-whats-on__datepicker-ranges {
  background-color: #f3faf4;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.25);
  left: 0;
  padding: 25px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 360px) {
  .mod-whats-on__datepicker-ranges {
    padding: 68px 50px 60px;
  }
}
.mod-whats-on__datepicker .calendar,
.mod-whats-on__datepicker .vdp-datepicker__calendar {
  background-color: transparent;
  border: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: auto;
}
.mod-whats-on__datepicker .calendar header,
.mod-whats-on__datepicker .vdp-datepicker__calendar header {
  line-height: 50px;
  margin-bottom: 20px;
}
.mod-whats-on__datepicker .calendar header .prev::after,
.mod-whats-on__datepicker .calendar header .next::after,
.mod-whats-on__datepicker .vdp-datepicker__calendar header .prev::after,
.mod-whats-on__datepicker .vdp-datepicker__calendar header .next::after {
  background-size: 100%;
  border: none;
  height: 50px;
  width: 50px;
}
.mod-whats-on__datepicker .calendar header .prev::after,
.mod-whats-on__datepicker .vdp-datepicker__calendar header .prev::after {
  background-image: url("/lib/svg/previous-arrow-dark.svg");
  left: 0;
  margin-left: 0;
  transform: translate(0, -50%);
}
.mod-whats-on__datepicker .calendar header .up,
.mod-whats-on__datepicker .vdp-datepicker__calendar header .up {
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media only screen and (min-width: 37.5rem) {
  .mod-whats-on__datepicker .calendar header .up,
.mod-whats-on__datepicker .vdp-datepicker__calendar header .up {
    font-size: 1.375rem;
  }
}
.mod-whats-on__datepicker .calendar header .next::after,
.mod-whats-on__datepicker .vdp-datepicker__calendar header .next::after {
  background-image: url("/lib/svg/next-arrow-dark.svg");
  left: auto;
  margin-left: 0;
  right: 0;
  transform: translate(0, -50%);
}
.mod-whats-on__datepicker .calendar header .prev:not(.disabled):hover,
.mod-whats-on__datepicker .calendar header .up:not(.disabled):hover,
.mod-whats-on__datepicker .calendar header .next:not(.disabled):hover,
.mod-whats-on__datepicker .vdp-datepicker__calendar header .prev:not(.disabled):hover,
.mod-whats-on__datepicker .vdp-datepicker__calendar header .up:not(.disabled):hover,
.mod-whats-on__datepicker .vdp-datepicker__calendar header .next:not(.disabled):hover {
  background-color: transparent;
}
.mod-whats-on__datepicker .calendar .cell,
.mod-whats-on__datepicker .vdp-datepicker__calendar .cell {
  color: #727274;
  height: 39px;
  line-height: 39px;
  font-weight: 700;
}
@media only screen and (min-width: 37.5rem) {
  .mod-whats-on__datepicker .calendar .cell,
.mod-whats-on__datepicker .vdp-datepicker__calendar .cell {
    font-size: 1.2rem;
  }
}
.mod-whats-on__datepicker .calendar .cell.day-header,
.mod-whats-on__datepicker .vdp-datepicker__calendar .cell.day-header {
  color: inherit;
  font-size: inherit;
}
@media only screen and (min-width: 37.5rem) {
  .mod-whats-on__datepicker .calendar .cell.day-header,
.mod-whats-on__datepicker .vdp-datepicker__calendar .cell.day-header {
    font-size: 1.2rem;
  }
}
.mod-whats-on__datepicker .calendar .cell.selected, .mod-whats-on__datepicker .calendar .cell.selected:hover, .mod-whats-on__datepicker .calendar .cell.selected.highlighted, .mod-whats-on__datepicker .calendar .cell.highlighted,
.mod-whats-on__datepicker .vdp-datepicker__calendar .cell.selected,
.mod-whats-on__datepicker .vdp-datepicker__calendar .cell.selected:hover,
.mod-whats-on__datepicker .vdp-datepicker__calendar .cell.selected.highlighted,
.mod-whats-on__datepicker .vdp-datepicker__calendar .cell.highlighted {
  background-color: transparent;
  color: #e02d00;
}
.mod-whats-on__datepicker .calendar .cell:not(.blank):not(.disabled).day:hover, .mod-whats-on__datepicker .calendar .cell:not(.blank):not(.disabled).month:hover, .mod-whats-on__datepicker .calendar .cell:not(.blank):not(.disabled).year:hover,
.mod-whats-on__datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.mod-whats-on__datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.mod-whats-on__datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border-color: transparent;
  color: #e02d00;
}
.mod-whats-on__ranges {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-bottom: 7px;
}
@media only screen and (min-width: 26.25rem) {
  .mod-whats-on__ranges {
    justify-content: center;
  }
}
@media only screen and (min-width: 26.25rem) {
  .mod-whats-on__ranges li:not(:first-child) {
    margin-left: 40px;
  }
}
.mod-whats-on__ranges label {
  cursor: pointer;
}
.mod-whats-on__range-label {
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media only screen and (min-width: 37.5rem) {
  .mod-whats-on__range-label {
    font-size: 1rem;
  }
}
:checked + .mod-whats-on__range-label {
  color: #e02d00;
  position: relative;
}
:checked + .mod-whats-on__range-label::after {
  background-color: #e02d00;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: calc(100% + 3px);
  width: 100%;
}
.mod-whats-on__results {
  padding-top: 24px;
}
@media only screen and (min-width: 48rem) {
  .mod-whats-on__results {
    padding-top: 64px;
  }
}
.mod-whats-on__results [data-layout=module] {
  min-height: 200px;
  position: relative;
}
.mod-whats-on__results-header {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .mod-whats-on__results-header {
    margin-bottom: 60px;
  }
}

.loading-spinner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}
@-webkit-keyframes spin-that-graphic {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-that-graphic {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading-spinner__graphic {
  -webkit-animation-name: spin-that-graphic;
          animation-name: spin-that-graphic;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  width: auto;
}

.mod-blog-entries {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media only screen and (min-width: 48rem) {
  .mod-blog-entries {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.blog-entry .mod-blog-entries {
  background-color: #e0e0e0;
}

.blog-entry__author {
  padding-bottom: 25px;
}
.blog-entry__comments, .blog-entry__nav {
  background-color: #f0f0f0;
}

.mod-profile {
  background-color: #006c85;
  padding-bottom: 60px;
  padding-top: 60px;
}
.main > .mod-profile:first-child {
  padding-top: 136px;
}
@media only screen and (min-width: 48rem) {
  .mod-profile [data-layout=module__item]:first-child {
    align-self: flex-start;
  }
}
.mod-profile__photo a {
  display: block;
}

@media only screen and (min-width: 37.5rem) {
  .content-list li {
    display: flex;
  }
}
.content-list li:not(:first-child) {
  border-top: 1px solid #323a3d;
  margin-top: 35px;
  padding-top: 35px;
}
.content-list__image {
  margin-bottom: 25px;
}
@media only screen and (min-width: 37.5rem) {
  .content-list__image {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 20px;
    width: 170px;
  }
}

.mod-share__content {
  margin-top: 50px;
}
.mod-share__url input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/lib/svg/chain-link.svg");
  background-position: left center;
  background-repeat: no-repeat;
  border: none;
  color: #6a5e5e;
  font-size: 1.2rem;
  padding: 10px 0 10px 40px;
  width: 100%;
}
.mod-share__icons {
  margin-top: 30px;
}
.mod-share__icons [data-link]:not(:first-child),
.mod-share__icons a:not(:first-child) {
  margin-left: 20px;
}
.mod-share__icons [data-link]:hover,
.mod-share__icons a:hover {
  cursor: pointer;
}
.mod-share__icons svg {
  fill: #949494;
}
.mod-share__icons svg [stroke] {
  stroke: #949494;
}

.pagination {
  padding-top: 40px;
}
.pagination__list {
  display: flex;
  font-size: 1.1rem;
  justify-content: center;
}
.pagination__list a {
  color: #6a5e5e;
  display: block;
  padding: 20px 15px;
}
@media only screen and (min-width: 26.25rem) {
  .pagination__list a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pagination__list a:hover, .pagination__list a:focus, .pagination__list a.is-selected {
  color: #e02d00;
}

.prev-next {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 48rem) {
  .prev-next {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 48rem) {
  .prev-next__prev {
    max-width: 40%;
  }
}
.prev-next__prev + * {
  margin-top: 30px;
}
@media only screen and (min-width: 48rem) {
  .prev-next__prev + * {
    margin-top: 0;
  }
}
.prev-next__prev span {
  margin-left: 10px;
}
@media only screen and (min-width: 48rem) {
  .prev-next__next {
    max-width: 40%;
  }
}
.prev-next__next a {
  justify-content: flex-end;
}
.prev-next__next span {
  margin-right: 10px;
  text-align: right;
}
.prev-next a {
  align-items: center;
  color: #949494;
  display: flex;
  font-size: 1.125rem;
  font-weight: 900;
}
@media only screen and (min-width: 37.5rem) {
  .prev-next a {
    font-size: 1.3rem;
  }
}
.prev-next a:hover, .prev-next a:focus {
  color: #e02d00;
}
.prev-next a svg {
  flex-shrink: 0;
  height: 40px;
  width: 40px;
}
@media only screen and (min-width: 37.5rem) {
  .prev-next a svg {
    height: 55px;
    width: 55px;
  }
}
.prev-next a svg path {
  stroke: #949494;
}

.visitInfo {
  width: 100%;
  background-color: #f0f0ec;
  padding: 7.5rem 3rem 6.875rem;
}
@media screen and (max-width: 600px) {
  .visitInfo {
    padding: 4.5rem 1.8rem 5rem;
  }
}
.visitInfo__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .visitInfo__container {
    flex-wrap: wrap;
  }
}
.visitInfo__box {
  width: 33.33%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.vbox {
  font-family: "Lato", sans-serif;
  padding-left: 3rem;
  color: #6a5e5e;
}
@media screen and (max-width: 1100px) {
  .vbox {
    width: 100%;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .vbox {
    width: 100%;
    padding-left: 0;
  }
}
.vbox--hours {
  padding-left: 0;
  max-width: 500px;
}
@media screen and (max-width: 1100px) {
  .vbox--hours {
    width: 100%;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .vbox--hours {
    width: 100%;
    padding-left: 0rem;
  }
}
.vbox--last {
  margin-bottom: 0;
}
.vbox__p {
  margin: 0 0 2rem 0;
  color: #6e6d6b;
}
.vbox__p p {
  font-size: 1.2em;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .vbox__p p {
    font-size: 1em;
  }
}
.vbox__p p a {
  color: inherit;
}
.vbox__iconbox {
  padding: 0 2rem 0 0;
}
@media screen and (max-width: 600px) {
  .vbox__iconbox {
    padding: 0 1.5rem 0 0;
  }
}
.vbox__icon--tickets {
  max-width: 61px;
}
@media screen and (max-width: 600px) {
  .vbox__icon--tickets {
    max-width: 40px;
  }
}
.vbox__icon--health {
  max-width: 49px;
}
@media screen and (max-width: 600px) {
  .vbox__icon--health {
    max-width: 40px;
  }
}
.vbox__text {
  max-width: 100%;
  text-align: left;
}
.vbox__header {
  font-size: 2.2em;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 600px) {
  .vbox__header {
    font-size: 2em;
    margin: 0 0 1.5rem 0;
  }
}
.vbox__link {
  text-transform: uppercase;
  letter-spacing: 1.75px;
  color: #e02d00;
  border-bottom: 3px solid #e02d00;
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 900;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .vbox__link {
    font-size: 1em;
  }
}
.vbox__hours {
  width: 100%;
}
.vbox__hrsDiv {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 7px 0;
  color: #6e6d6b;
}
.vbox__hrsDiv p {
  width: 50%;
}
.vbox__day {
  font-size: 1.2em;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .vbox__day {
    font-size: 1em;
  }
}
.vbox__hrs--lg {
  color: #a5a3a0;
}
.vbox__closed {
  margin-top: 1.8rem;
  line-height: 1.5;
  font-style: italic;
  font-weight: 400;
  color: #6e6d6b;
}

.footer {
  background-color: #333;
  box-shadow: inset 0 30px 40px -30px #111;
}
.footer__container {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media only screen and (min-width: 48rem) {
  .footer__container {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media only screen and (min-width: 80rem) {
  .footer__container {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
.footer p,
.footer ul,
.footer ol,
.footer li,
.footer dl,
.footer dt,
.footer dd,
.footer blockquote,
.footer pre,
.footer figure,
.footer figcaption {
  color: #9c9b99;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .footer__hours {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__hours {
    padding: 0;
  }
}
@media screen and (max-width: 820px) {
  .footer__day {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .footer__day {
    text-decoration: none;
  }
}
.footer__title, .footer__subtitle {
  color: #fff !important;
}
.footer__title {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.4285714286;
  margin-bottom: 18px;
}
@media only screen and (min-width: 48rem) {
  .footer__title {
    line-height: 1.25;
  }
}
.footer__subtitle {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.5277777778;
  margin-bottom: 15px;
  margin-top: 30px;
  text-transform: uppercase;
}
@media only screen and (min-width: 48rem) {
  .footer__subtitle {
    margin-bottom: 18px;
    margin-top: 6px;
  }
}
.footer__closed {
  margin: 14px 0 0 0;
}
.footer__hrsDiv {
  width: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 2px 0;
}
@media screen and (max-width: 820px) {
  .footer__hrsDiv {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 0 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__hrsDiv {
    margin: 0 0 2px 0;
    width: 200px;
  }
}
.footer__hrsDiv p {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .footer__hrsDiv p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__hrsDiv p {
    width: 50%;
  }
}
.footer__nav {
  font-weight: 900;
  margin-top: 30px;
}
@media only screen and (min-width: 48rem) {
  .footer__nav {
    margin-top: 4px;
  }
}
.footer__nav li:not(:first-child) {
  margin-top: 0.25em;
}
@media only screen and (min-width: 64rem) {
  .footer__nav li:not(:first-child) {
    margin-top: 0.5em;
  }
}
.footer__nav a {
  color: #a5a5a5;
}
.footer__nav a:hover, .footer__nav a:focus {
  color: #fff;
}
.footer__social-icons {
  display: flex;
  margin-top: 40px;
}
@media only screen and (min-width: 920px) {
  .footer__social-icons {
    margin-bottom: 36px;
    margin-top: -50px;
  }
}
.footer__social-icons li:not(:first-child) {
  margin-left: 10px;
}
.footer__social-icons svg {
  fill: #9c9b99;
  height: 42px;
  width: 42px;
}
.footer__social-icons svg [STROKE],
.footer__social-icons svg [stroke] {
  stroke: #9c9b99;
}
.footer__social-icons a:hover svg,
.footer__social-icons a:focus svg {
  fill: #fff;
}
.footer__social-icons a:hover svg [STROKE],
.footer__social-icons a:hover svg [stroke],
.footer__social-icons a:focus svg [STROKE],
.footer__social-icons a:focus svg [stroke] {
  stroke: #fff;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

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

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

@media print {
  *,
*:before,
*:after,
*:first-letter,
*:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}