/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

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

html,
body {
  background: #fff;
}

html {
  font-family: "Gill Sans", "Gill Sans MT", "prenton", arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
}

body {
  font-family: "Gill Sans", "Gill Sans MT", "prenton", arial, sans-serif;
  font-size: 15px;
  line-height: 1.55em;
  font-weight: 300;
  font-style: normal;
  color: #4b555f;
}

h1 {
  margin-bottom: 20px;
  font-family: "Gill Sans", "Gill Sans MT", "prenton", arial, sans-serif;
  font-size: 25px;
  line-height: 1.1em;
  font-weight: 400;
  color: #4b555f;
  text-transform: none;
}

h2 {
  margin-bottom: 20px;
  font-family: "Gill Sans", "Gill Sans MT", "prenton", arial, sans-serif;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 400;
  color: #4b555f;
  text-transform: none;
}

h3 {
  font-family: "Gill Sans", "Gill Sans MT", "prenton", arial, sans-serif;
  font-size: 15px;
  line-height: 1.55em;
  font-weight: 400;
  color: #4b555f;
  text-transform: none;
}

h4 {
  font-family: "Gill Sans", "Gill Sans MT", "prenton", arial, sans-serif;
  font-size: 13px;
  line-height: 1.55em;
  font-weight: 400;
  color: #4b555f;
  text-transform: none;
}

h5 {
  font-size: 1em;
  font-family: inherit;
}

p {
  margin: 0 0 20px 0;
}
p + h1,
p + h2,
p + h3,
p + h4 {
  margin-top: 40px;
}

.c-submenu a, .c-page__header__menu, .c-page__header__search-toggle, .c-page__header__menu-toggle, .exhibition-dates, .prefix,
.body {
  font-family: "Gill Sans", "Gill Sans MT", "prenton", arial, sans-serif;
  font-size: 15px;
  line-height: 1.55em;
  font-weight: 300;
  font-style: normal;
  color: #4b555f;
}

input[type=submit],
input.action,
.headline-1 {
  display: block;
  margin-bottom: 20px;
  font-family: "Gill Sans", "Gill Sans MT", "prenton", arial, sans-serif;
  font-size: 25px;
  line-height: 1.1em;
  font-weight: 400;
  color: #4b555f;
  text-transform: none;
}

.headline-2 {
  display: block;
  margin-bottom: 20px;
  font-family: "Gill Sans", "Gill Sans MT", "prenton", arial, sans-serif;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 400;
  color: #4b555f;
  text-transform: none;
}

.headline-3 {
  display: block;
  font-family: "Gill Sans", "Gill Sans MT", "prenton", arial, sans-serif;
  font-size: 15px;
  line-height: 1.55em;
  font-weight: 400;
  color: #4b555f;
  text-transform: none;
}

.headline-4 {
  display: block;
  font-family: "Gill Sans", "Gill Sans MT", "prenton", arial, sans-serif;
  font-size: 13px;
  line-height: 1.55em;
  font-weight: 400;
  color: #4b555f;
  text-transform: none;
}

.prefix {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.exhibition-dates {
  display: block;
  margin-top: 10px;
}

.c-submenu a, .c-page__header__menu, .c-page__header__search-toggle, .c-page__header__menu-toggle {
  font-weight: 400;
  text-transform: uppercase;
}

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

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

img.full-width {
  width: 100%;
}

a {
  color: #005183;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

h1 a, a h1,
h2 a,
a h2,
h3 a,
a h3,
h4 a,
a h4,
h5 a,
a h5,
h6 a,
a h6 {
  color: inherit;
  text-decoration: none;
}
h1 a:focus, h1 a:hover, a h1:focus, a h1:hover,
h2 a:focus,
h2 a:hover,
a h2:focus,
a h2:hover,
h3 a:focus,
h3 a:hover,
a h3:focus,
a h3:hover,
h4 a:focus,
h4 a:hover,
a h4:focus,
a h4:hover,
h5 a:focus,
h5 a:hover,
a h5:focus,
a h5:hover,
h6 a:focus,
h6 a:hover,
a h6:focus,
a h6:hover {
  color: #005183;
  text-decoration: none;
}

blockquote {
  margin: 1em 0;
}

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

label {
  text-transform: lowercase;
}

::-webkit-input-placeholder {
  color: #4b555f;
  text-transform: uppercase;
}

::-moz-placeholder {
  color: #4b555f;
  text-transform: uppercase;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #4b555f;
  text-transform: uppercase;
} /* ie */
input:-moz-placeholder {
  color: #4b555f;
  text-transform: uppercase;
}

input[type=submit],
input.action {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
input[type=submit]:hover, input[type=submit]:focus,
input.action:hover,
input.action:focus {
  color: #005183;
}

form .field {
  margin-top: 10px;
}
form .Actions {
  margin-top: 20px;
}
form .message.validation,
form .message.bad {
  color: #ff0000;
}

input[type=text],
input[type=password],
input[type=telephone],
input[type=email] {
  width: 100%;
  max-width: 300px;
  border: 0;
  border-bottom: 1px solid #4b555f;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=telephone]:focus,
input[type=email]:focus {
  outline: 0;
  border-bottom-color: #005183;
}

textarea {
  width: 100%;
  max-width: 300px;
  border: 0;
  padding: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAVCAMAAABWpb9yAAAABlBMVEX///9LVV8VFVQrAAAADUlEQVR4AWOgB2AEAgAAcwAFchs9eAAAAABJRU5ErkJggg==);
}
textarea:focus {
  outline: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAVCAMAAABWpb9yAAAABlBMVEX///8AUYOC023xAAAADUlEQVR4AWOgB2AEAgAAcwAFchs9eAAAAABJRU5ErkJggg==);
}

.o-nav a {
  color: #4b555f;
}
.o-nav a:hover, .o-nav a:focus, .o-nav a.current, .o-nav a.section {
  color: #005183;
  text-decoration: none;
}

.grid-container {
  width: 100%;
  min-width: 320px;
  max-width: 1350px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 37.5em) and (max-width: 56.24em) {
  .grid-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 75em) {
  .grid-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.c-page.\--show\/header__menu .c-page__header__menu-toggle:before {
  content: "Close ";
}

.js .c-page__header__search {
  display: none;
}

.c-page__footer__legal-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 56.24em) {
  .c-page__header {
    padding-top: 60px;
    padding-bottom: 20px;
    background: white;
  }
  .c-page__header__logo {
    margin: 0 20px;
  }
  .c-page__header__menu-toggle,
  .c-page__header__search-toggle,
  .c-page__header__menu a {
    display: block;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    background: #4b555f;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s ease;
  }
  .c-page__header__menu-toggle.\--active, .c-page__header__menu-toggle:hover, .c-page__header__menu-toggle:focus,
  .c-page__header__search-toggle.\--active,
  .c-page__header__search-toggle:hover,
  .c-page__header__search-toggle:focus,
  .c-page__header__menu a.\--active,
  .c-page__header__menu a:hover,
  .c-page__header__menu a:focus {
    background: #005183;
    text-decoration: none;
  }
  .c-page__header__menu-toggle,
  .c-page__header__search-toggle {
    z-index: 1000;
    position: fixed;
    top: 0;
    display: block;
    width: 50%;
    margin: 0;
    will-change: transition;
  }
  .c-page__header__menu-toggle {
    left: 0;
    border-right: 1px solid white;
  }
  .c-page__header__search-toggle {
    right: 0;
    border-left: 1px solid white;
    text-align: right;
  }
  .c-page__header__menu {
    padding-top: 20px;
  }
  .c-page__header__menu a {
    margin: 0 0 2px 0;
  }
  .c-page__footer {
    position: relative;
    padding: 20px;
    text-align: center;
  }
  .c-page-footer__line {
    display: block;
    width: 100%;
    border-top: 1px solid #4b555f;
    margin-bottom: 20px;
  }
  .c-page__footer__company,
  .c-page__footer__subscribe,
  .c-page__footer__legal-links {
    margin: 20px 0;
  }
  .c-page__footer__subscribe input[type=submit] {
    display: inline;
    max-width: 300px;
    text-align: center;
  }
  .c-page__footer__legal-links {
    text-transform: lowercase;
  }
  .js .c-page__header__menu-holder {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    padding-top: 20px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: opacity 0.2s ease;
    background: white;
    will-change: transition;
  }
  .js .c-page.\--show\/header__menu .c-page__header__menu-holder {
    visibility: visible;
    z-index: 1001;
    opacity: 1;
  }
  .no-js .c-page__header__search {
    z-index: auto;
    display: block;
    padding: 0 20px;
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
  }
}
@media (min-width: 37.5em) and (max-width: 56.24em) {
  .no-js .c-page__header__menu {
    float: left;
    width: 50%;
    padding-right: 0;
  }
  .no-js .c-page__header__search {
    float: right;
    width: 50%;
    text-align: right;
  }
}
@media (min-width: 56.25em) {
  .c-page {
    padding-top: 20px;
    padding-bottom: 150px;
  }
  .c-page__header {
    z-index: 1000;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    padding: 20px;
    background: #eceeef;
    will-change: transition;
  }
  .c-page__footer__company > *:not(.c-address-block__contact-details),
  .c-page__footer__company > .c-address-block__contact-details > *:not(.c-address-block__socials),
  .c-page__footer__subscribe {
    display: none;
  }
  .c-page__header__logo {
    float: right;
    margin-top: 4px;
  }
  .c-page__header__menu {
    float: left;
  }
  .c-page__header__menu li {
    display: inline-block;
    margin-right: 10px;
  }
  .c-page__header__menu a,
  .c-page__header__menu-toggle,
  .c-page__header__search-toggle {
    color: #4b555f;
    text-decoration: none;
  }
  .c-page__header__menu a.current, .c-page__header__menu a.section, .c-page__header__menu a:hover, .c-page__header__menu a:focus,
  .c-page__header__menu-toggle.current,
  .c-page__header__menu-toggle.section,
  .c-page__header__menu-toggle:hover,
  .c-page__header__menu-toggle:focus,
  .c-page__header__search-toggle.current,
  .c-page__header__search-toggle.section,
  .c-page__header__search-toggle:hover,
  .c-page__header__search-toggle:focus {
    color: #005183;
    text-decoration: none;
  }
  .c-page__header__menu-toggle {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .c-page__header__search-toggle {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .c-page__footer__legal-links,
  .c-page__footer__company .c-address-block__socials {
    z-index: 1001;
    position: fixed;
    bottom: calc(150px - 80px);
  }
  .c-page__footer__legal-links {
    left: 20px;
    font-size: 12px;
  }
  .c-page__footer__legal-links li {
    display: inline-block;
    margin-right: 10px;
  }
  .c-page__footer__legal-links a {
    color: #4b555f;
  }
  .c-page__footer__legal-links a:hover, .c-page__footer__legal-links a:focus {
    color: #005183;
  }
  .c-page__footer__company .c-address-block__socials {
    left: 360px;
    margin: 3px 0 0 0;
  }
  .no-js .c-page__header__search-toggle {
    display: none;
  }
}
@media (min-width: 56.25em) and (max-height: 62.5em) {
  .js .c-page__header {
    height: 60px;
  }
  .js .c-page__header__logo,
  .js .c-page__header__search,
  .js .c-page__footer__legal-links,
  .js .c-page__footer__company .c-address-block__socials,
  .js .c-page__header__menu {
    display: none;
  }
  .js .c-page.\--show\/header__menu .c-page__header {
    height: 150px;
  }
  .js .c-page.\--show\/header__menu .c-page__header__logo,
  .js .c-page.\--show\/header__menu .c-page__header__menu,
  .js .c-page.\--show\/header__menu .c-page__footer__legal-links,
  .js .c-page.\--show\/header__menu .c-page__footer__company .c-address-block__socials {
    display: block;
  }
}
@media (min-width: 75em) {
  .c-page__header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-page__header__inner {
    position: relative;
    height: 100%;
    max-width: 1290px;
  }
  .c-page__header__menu-toggle {
    left: 0;
    bottom: 0;
  }
  .c-page.\--show\/header__menu .c-page__header__menu-toggle {
    display: block;
  }
  .c-page__footer__legal-links {
    left: 50%;
    bottom: 20px;
  }
  .c-page__footer__company .c-address-block__socials {
    left: calc(50% - 4px);
    bottom: 60px;
    margin: 0;
  }
  .c-page__header__menu__subscribe {
    position: absolute;
    top: 0;
    left: 50%;
  }
  .c-page__header__search-toggle {
    top: 0;
    right: calc(25% + 10px);
    bottom: auto;
  }
}
@media (min-width: 84.375em) {
  .c-page__footer__company .c-address-block__socials,
  .c-page__footer__legal-links {
    left: 675px;
  }
}
.js .c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s linear;
}
.js .c-modal--active {
  opacity: 1;
  visibility: visible;
  z-index: 1100;
}
.js .c-modal__inner {
  flex: none;
  width: 420px;
  height: auto;
  max-height: 70%;
  padding: 60px;
  z-index: 10000;
  background: #fff;
  overflow: auto;
}
.js .c-modal__inner h1,
.js .c-modal__inner form {
  text-align: center;
}
.js .c-modal__inner input[type=submit] {
  display: block;
  margin: 20px auto 0;
}
.js .c-modal--fullscreen .c-modal__inner {
  width: 100%;
  height: 100%;
  max-height: none;
}
.js .c-modal--fullscreen .c-modal__close {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
}
.js .c-modal--fullscreen .c-modal__content {
  position: absolute;
  top: 60px;
  right: 60px;
  bottom: 60px;
  left: 60px;
}
.js .c-modal--fullscreen .c-modal__content iframe[src^="https://player.flipsnack.com"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.js .c-modal__close {
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
.js .c-modal__close:before {
  content: "X";
}

.c-address-block > [itemprop=name] {
  display: block;
}

.c-address-block__socials,
.c-address-block__contact-details p,
.c-address-block__opening-hours {
  margin: 20px 0;
}

.c-address-block__socials {
  list-style: none;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}
.c-address-block__socials li {
  display: inline-block;
  margin: 5px;
}
.c-address-block__socials a {
  text-decoration: none;
}
.c-address-block__socials img {
  width: auto;
  height: 20px;
}

.c-submenu {
  position: fixed;
  z-index: 1000;
}
.c-submenu li {
  float: left;
}
@media (max-width: 56.24em) {
  .c-submenu {
    top: 42px;
    left: 0;
    width: 100%;
    transition: transform 0.2s ease, opacity 0.2s ease;
    will-change: transform, opacity;
  }
  .c-submenu.hide {
    transform: translate(0, -100%);
    opacity: 0;
  }
  .c-submenu ul {
    margin: -1px;
  }
  .c-submenu li {
    width: 50%;
    padding: 1px;
  }
  .c-submenu a {
    display: block;
    margin: 0;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    background: #4b555f;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s ease;
  }
  .c-submenu a.current, .c-submenu a.section, .c-submenu a.\--active, .c-submenu a:hover, .c-submenu a:focus {
    background: #005183;
    text-decoration: none;
  }
}
@media (max-width: 37.49em) {
  [data-submenu-links="1"],
  [data-submenu-links="2"] {
    padding-top: 62px;
  }
  [data-submenu-links="3"],
  [data-submenu-links="4"] {
    padding-top: 104px;
  }
  .c-submenu li:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 37.5em) and (max-width: 56.24em) {
  [data-submenu-links] {
    padding-top: 42px;
  }
  [data-submenu-links="5"],
  [data-submenu-links="6"] {
    padding-top: 84px;
  }
  .c-submenu li {
    width: 25%;
  }
  .c-submenu li:nth-child(4n+1) {
    clear: left;
  }
}
@media (min-width: 56.25em) {
  .c-submenu {
    top: 20px;
    right: 20px;
  }
  .c-submenu li:not(:first-child) {
    margin-left: 20px;
  }
  .c-submenu a {
    color: #4b555f;
    text-decoration: none;
  }
  .c-submenu a.current, .c-submenu a.section, .c-submenu a:hover, .c-submenu a:focus {
    color: #005183;
    text-decoration: none;
  }
}
@media (min-width: 75em) {
  .c-submenu {
    right: 30px;
  }
}
@media (min-width: 84.375em) {
  .c-submenu {
    right: calc(100% - 1350px + 30px);
  }
}

.c-page-intro {
  margin-bottom: 40px;
}

@media (min-width: 56.25em) {
  .c-page-intro--fixed-top\@desktop {
    padding-top: 100px;
  }
  .c-page-intro--fixed-top\@desktop > div {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    padding: 20px;
    height: 100px;
    background: #fff;
    z-index: 1000;
  }
}
@media (min-width: 75em) {
  .c-page-intro--fixed-top\@desktop > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.c-landing-main {
  margin-bottom: 40px;
}

.c-landing-main__photo {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 56.25em) {
  .c-landing-main {
    margin-left: -10px;
    margin-right: -10px;
  }
  .c-landing-main__photo {
    float: right;
    width: 66.6666666667%;
    padding: 0 10px;
    margin: 0;
  }
  .c-landing-main__photo img {
    width: 100%;
  }
  .c-landing-main__intro,
  .c-landing-main__text {
    float: left;
    width: 33.3333333333%;
    padding: 0 10px;
  }
}
@media (min-width: 75em) {
  .c-landing-main__photo {
    width: 50%;
    margin-right: 25%;
  }
  .c-landing-main__intro,
  .c-landing-main__text {
    width: 25%;
  }
}
.c-thumbs-grid img {
  width: 100%;
}

.c-thumbs-grid__item {
  margin: 0 0 40px 0;
}

.c-thumbs-grid__item__thumb {
  display: block;
  margin-bottom: 20px;
}

.c-thumbs-grid__item__details h2,
.c-thumbs-grid__item__details h3,
.c-thumbs-grid__item__details p {
  margin: 0;
}

@media (min-width: 37.5em) {
  .c-thumbs-grid {
    margin-left: -10px;
    margin-right: -10px;
  }
  .c-thumbs-grid__item {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-thumbs-grid__item__thumb {
    position: relative;
    height: 0;
    padding-top: 100%;
  }
  .c-thumbs-grid__item__thumb img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .c-thumbs-grid__item__thumb.portrait img {
    width: 75%;
  }
  .c-thumbs-grid--landscape-thumbs .c-thumbs-grid__item__thumb {
    padding-top: 75%;
  }
}
@media (min-width: 37.5em) and (max-width: 46.8125em) {
  .c-thumbs-grid__item {
    width: 50%;
  }
  .c-thumbs-grid__item:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 46.875em) and (max-width: 56.24em) {
  .c-thumbs-grid__item {
    width: 33.3333333333%;
  }
  .c-thumbs-grid__item:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 56.25em) and (max-width: 74.99em) {
  .c-thumbs-grid__item {
    width: 25%;
  }
  .c-thumbs-grid__item:nth-child(4n+1) {
    clear: left;
  }
}
@media (min-width: 75em) {
  .c-thumbs-grid__item {
    width: 20%;
  }
  .c-thumbs-grid__item:nth-child(5n+1) {
    clear: left;
  }
}
.c-thumbs-grid--works.c-thumbs-grid--available-only .c-thumbs-grid__item--unavailable {
  display: none;
}
@media (max-width: 56.24em) {
  .c-thumbs-grid--works .c-thumbs-grid__filter {
    position: fixed;
    bottom: 0;
    left: -1px;
    right: -1px;
    z-index: 1000;
  }
  .c-thumbs-grid--works .c-thumbs-grid__filter a {
    font-family: "Gill Sans", "Gill Sans MT", "prenton", arial, sans-serif;
    font-size: 13px;
    line-height: 1.55em;
    font-weight: 400;
    color: #4b555f;
    text-transform: none;
    display: block;
    float: left;
    width: 50%;
    border-left: 1px solid white;
    border-right: 1px solid white;
    padding: 0 20px;
    margin: 0;
    line-height: 40px;
    color: #fff;
    background: #4b555f;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s ease;
  }
  .c-thumbs-grid--works .c-thumbs-grid__filter a.current, .c-thumbs-grid--works .c-thumbs-grid__filter a:hover, .c-thumbs-grid--works .c-thumbs-grid__filter a:focus {
    background: #005183;
    text-decoration: none;
  }
}
@media (min-width: 56.25em) {
  .c-thumbs-grid--works .c-thumbs-grid__filter {
    position: fixed;
    top: 60px;
    right: 20px;
    z-index: 1010;
  }
  .c-thumbs-grid--works .c-thumbs-grid__filter a:not(:first-child) {
    margin-left: 20px;
  }
  .c-thumbs-grid--works .c-thumbs-grid__filter a {
    color: #4b555f;
    text-transform: uppercase;
    text-decoration: none;
  }
  .c-thumbs-grid--works .c-thumbs-grid__filter a.current, .c-thumbs-grid--works .c-thumbs-grid__filter a.section, .c-thumbs-grid--works .c-thumbs-grid__filter a:hover, .c-thumbs-grid--works .c-thumbs-grid__filter a:focus {
    color: #005183;
    text-decoration: none;
  }
}
@media (min-width: 75em) {
  .c-thumbs-grid--works .c-thumbs-grid__filter {
    right: 30px;
  }
}
@media (min-width: 84.375em) {
  .c-thumbs-grid--works .c-thumbs-grid__filter {
    right: calc(100% - 1350px + 30px);
  }
}

.c-featured-events img {
  width: 100%;
}

.c-featured-events,
.c-featured-events__current,
.c-featured-events__current__details,
.c-featured-events__also {
  margin-bottom: 20px;
}

@media (min-width: 56.25em) {
  .c-featured-events__current__details,
  .c-featured-events__also {
    float: left;
    width: 33.3333333333%;
    padding-right: 10px;
  }
  .c-featured-events__current__photo {
    float: right;
    width: 66.6666666667%;
    padding-left: 10px;
  }
  .c-featured-events__also {
    margin-top: 60px;
  }
}
@media (min-width: 75em) {
  .c-featured-events__current__details,
  .c-featured-events__also {
    width: 25%;
  }
  .c-featured-events__current__photo {
    width: 50%;
    margin-right: 25%;
    padding-right: 10px;
  }
}
.c-generic-page__header,
.c-generic-page__text,
.c-generic-page__photos {
  margin-bottom: 40px;
}

.c-generic-page__header .c-page-intro {
  margin-bottom: 0;
}

.c-generic-page__photos img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 37.5em) {
  .c-generic-page__header,
  .c-generic-page__photos {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
  .c-generic-page__text {
    float: right;
    clear: right;
    width: 50%;
    padding-left: 10px;
  }
}
@media (min-width: 56.25em) {
  .c-generic-page__header {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .c-generic-page__photos {
    width: 33.3333333333%;
  }
  .c-generic-page__text {
    width: 60%;
    padding-right: 100px;
  }
}
@media (min-width: 75em) {
  .c-generic-page__photos {
    width: 25%;
  }
  .c-generic-page__text {
    width: 40%;
    padding-right: 10px;
    margin-right: 25%;
  }
}
.c-exhibition-index {
  margin: 20px 0;
}

.c-exhibition-index__photos img {
  width: 100%;
}
.c-exhibition-index__photos img + img {
  margin-top: 20px;
}

@media (max-width: 56.24em) {
  .c-exhibition-index__photos + .c-exhibition-index__text {
    margin-top: 20px;
  }
}
@media (min-width: 56.25em) {
  .c-exhibition-index__text {
    float: left;
    width: 33.3333333333%;
    padding-right: 10px;
  }
  .c-exhibition-index__photos {
    float: right;
    width: 66.6666666667%;
    padding-left: 70px;
  }
}
@media (min-width: 75em) {
  .c-exhibition-index__text {
    width: 25%;
  }
  .c-exhibition-index__photos {
    width: 75%;
  }
}
.c-exhibition-text {
  clear: left;
}

.c-exhibition-text__text,
.c-exhibition-text__photos {
  margin-bottom: 40px;
}

@media (min-width: 56.25em) {
  .c-exhibition-text__text {
    float: left;
    width: 45%;
  }
  .c-exhibition-text__photos {
    float: right;
    width: 45%;
  }
}
@media (min-width: 75em) {
  .c-exhibition-text__text,
  .c-exhibition-text__photos {
    width: 42.5%;
  }
}
@media (min-width: 56.25em) and (max-width: 74.99em) {
  .c-home-text-block {
    margin-left: 33.3333333333%;
    width: 66.6666666667%;
    padding-left: 10px;
  }
}
@media (min-width: 75em) {
  .c-home-text-block {
    margin-left: 25%;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-home-news {
  margin: 20px 0;
}
.c-home-news img {
  width: 100%;
  margin: 20px 0;
}
.c-home-news img:last-child {
  margin-bottom: 0;
}

.c-home-news__items-holder {
  margin-top: 10px;
}

.c-home-news__item {
  margin-bottom: 20px;
}

@media (min-width: 37.5em) {
  .c-home-news__items-holder {
    margin-left: -10px;
    margin-right: -10px;
  }
  .c-home-news__item {
    float: left;
    width: 50%;
    padding: 0 10px;
  }
}
.c-work-item-viewer__photos-play,
.c-work-item-viewer__photos-nav {
  display: none;
}

.c-work-item-viewer__nav__arrows__grid {
  display: inline-block;
  width: 30px;
  height: 30px;
  opacity: 0.3;
  background: url(/_resources/themes/default/dist/images/grid.svg?60a3e464b30d1295995fea1888ae705f);
  transition: opacity 0.2s ease;
}
.c-work-item-viewer__nav__arrows__grid:focus, .c-work-item-viewer__nav__arrows__grid:hover {
  opacity: 1;
}

@media (max-width: 37.49em) {
  .c-work-item-viewer {
    position: relative;
  }
  .c-work-item-viewer__photos__nav,
  .c-work-item-viewer__nav__dots {
    display: none;
  }
  .c-work-item-viewer__foot {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    overflow: hidden;
  }
  .c-work-item-viewer__foot:before {
    display: block;
    width: 100%;
    border-top: 1px solid #4b555f;
    content: " ";
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .c-work-item-viewer__foot__request {
    float: left;
  }
  .c-work-item-viewer__foot__availability {
    float: right;
  }
  .c-work-item-viewer__holder {
    position: relative;
  }
  .c-work-item-viewer__mobile-first-image-placeholder {
    display: block;
    height: 0;
  }
  .c-work-item-viewer__mobile-first-image-placeholder.\--1\:1 {
    padding-top: 100%;
  }
  .c-work-item-viewer__mobile-first-image-placeholder.\--2\:4 {
    padding-top: 200%;
  }
  .c-work-item-viewer__mobile-first-image-placeholder.\--3\:4 {
    padding-top: 133.3333333333%;
  }
  .c-work-item-viewer__mobile-first-image-placeholder.\--4\:2 {
    padding-top: 50%;
  }
  .c-work-item-viewer__mobile-first-image-placeholder.\--4\:3 {
    padding-top: 75%;
  }
  .c-work-item-viewer__photos__item:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .c-work-item-viewer__details,
  .c-work-item-viewer__photos,
  .c-work-item-viewer__extra-details {
    margin: 20px 0;
  }
  .c-work-item-viewer__nav__arrows {
    text-align: center;
  }
  .c-work-item-viewer__nav__arrows li {
    display: inline;
  }
  .c-work-item-viewer__nav__arrows__prev {
    float: left;
  }
  .c-work-item-viewer__nav__arrows__next {
    float: right;
  }
}
@media (min-width: 37.5em) and (max-width: 56.24em) {
  .js .c-work-item-viewer .c-page-intro {
    position: fixed;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .js .c-work-item-viewer .c-page-intro__title {
    font-family: "Gill Sans", "Gill Sans MT", "prenton", arial, sans-serif;
    font-size: 15px;
    line-height: 1.55em;
    font-weight: 400;
    color: #4b555f;
    text-transform: none;
    margin: 0;
    display: inline;
  }
  .js .c-work-item-viewer .c-page-intro__dates {
    display: inline;
  }
  .js .c-work-item-viewer .c-submenu {
    display: none;
  }
  .js .c-work-item-viewer.\--menu-visible .c-submenu {
    display: block;
  }
}
@media (min-width: 37.5em) {
  .js .c-work-item-viewer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background: #fff;
  }
  .js .c-work-item-viewer__mobile-first-image-placeholder {
    display: none;
  }
  .js .c-work-item-viewer__jsmenu {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1115;
    font-weight: 400;
    cursor: pointer;
  }
  .js .c-work-item-viewer__jsmenu:before {
    content: "MENU";
  }
  .js .c-work-item-viewer__jsmenu:hover {
    color: #4b555f;
  }
  .js .c-work-item-viewer__photos-nav li, .js .c-work-item-viewer__nav__dots a {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
  }
  .js .c-work-item-viewer__photos-nav li:before, .js .c-work-item-viewer__nav__dots a:before {
    content: " ";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    background: #eceeef;
    transition: background 0.2s ease;
  }
  .js .c-work-item-viewer__photos-nav li.current:before, .js .c-work-item-viewer__nav__dots a.current:before, .js .c-work-item-viewer__photos-nav li:hover:before, .js .c-work-item-viewer__nav__dots a:hover:before {
    background: #4b555f;
  }
  .js .c-work-item-viewer__nav__dots {
    position: absolute;
    top: 37px;
    left: 67px;
    width: auto;
    right: 67px;
    text-align: center;
    z-index: 1110;
  }
  .js .c-work-item-viewer__nav__dots li {
    display: inline-block;
  }
  .js .c-work-item-viewer__nav__arrows__prev,
  .js .c-work-item-viewer__nav__arrows__next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 1110;
  }
  .js .c-work-item-viewer__nav__arrows__prev {
    left: 20px;
  }
  .js .c-work-item-viewer__nav__arrows__next {
    right: 20px;
  }
  .js .c-work-item-viewer__nav__arrows__grid {
    position: absolute;
    bottom: 70px;
    left: 15px;
    z-index: 1115;
  }
  .js .c-work-item-viewer__details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    z-index: 1110;
  }
  .js .c-work-item-viewer__details .headline-1 {
    font-family: "Gill Sans", "Gill Sans MT", "prenton", arial, sans-serif;
    font-size: 13px;
    line-height: 1.55em;
    font-weight: 400;
    color: #4b555f;
    text-transform: none;
    margin: 0;
  }
  .js .c-work-item-viewer__foot {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 80px;
    width: 150px;
    z-index: 1115;
  }
  .js .c-work-item-viewer__foot__request {
    position: absolute;
    top: 0;
    right: 0;
  }
  .js .c-work-item-viewer__foot__availability {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .js .c-work-item-viewer__photos {
    position: absolute;
    top: 70px;
    left: 70px;
    right: 70px;
    bottom: 150px;
    overflow: auto;
    z-index: 1110;
  }
  .js .c-work-item-viewer__photos__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: opacity 1s ease;
    z-index: 1111;
    background: white;
  }
  .js .c-work-item-viewer__photos__item.\-future img {
    opacity: 1;
    z-index: 1114;
  }
  .js .c-work-item-viewer__photos__item.\-current img {
    opacity: 1;
    z-index: 1115;
  }
  .js .c-work-item-viewer__photos-autoplay,
  .js .c-work-item-viewer__photos-nav {
    display: block;
    position: absolute;
    bottom: 110px;
    height: 20px;
    width: 50%;
    text-align: center;
  }
  .js .c-work-item-viewer__photos-autoplay {
    left: 0;
    color: #4b555f;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
  }
  .js .c-work-item-viewer__photos-autoplay:before {
    content: "play";
  }
  .js .c-work-item-viewer__photos-autoplay.is-playing:before {
    content: "pause";
  }
  .js .c-work-item-viewer__photos-autoplay:hover {
    color: #005183;
  }
  .js .c-work-item-viewer__photos-nav {
    right: 0;
  }
  .js .c-work-item-viewer.\--menu-visible {
    z-index: 990;
  }
}
@media (min-width: 37.5em) and (min-width: 56.25em) {
  .c-work-item-viewer .c-page-intro > div {
    transform: translate(0, -100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.2s ease, opacity 0.2s ease;
    z-index: 1200;
  }
  .c-work-item-viewer.\--menu-visible .c-page-intro > div {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 75em) {
  .js .c-work-item-viewer__jsmenu {
    left: 30px;
  }
  .js .c-work-item-viewer__nav__arrows__grid {
    left: 25px;
  }
  .js .c-work-item-viewer__foot {
    right: 30px;
  }
}
.c-scp-grid {
  margin-left: -10px;
  margin-right: -10px;
}

.c-scp-grid__col1,
.c-scp-grid__col2,
.c-scp-grid__col3 {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 37.49em) {
  .c-scp-grid__col2,
  .c-scp-grid__col3 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 56.25em) {
  .c-scp-grid__col1 {
    float: left;
    width: 50%;
  }
  .c-scp-grid__col2,
  .c-scp-grid__col3 {
    float: right;
    width: 35%;
  }
  .c-scp-grid__col2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 75em) {
  .c-scp-grid__col1 {
    width: 40%;
  }
  .c-scp-grid__col2,
  .c-scp-grid__col3 {
    float: right;
    width: 25%;
    margin-right: 25%;
  }
}
.c-contactpage__address,
.c-contactpage__map {
  margin-bottom: 20px;
}

@media (min-width: 56.25em) {
  .c-contactpage__company {
    margin-top: 60px;
  }
}
@media (min-width: 56.25em) and (max-width: 74.99em) {
  .c-contactpage__address-map {
    margin-left: -10px;
    margin-right: -10px;
  }
  .c-contactpage__address,
  .c-contactpage__map {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-contactpage__address {
    width: 33.3333333333%;
  }
  .c-contactpage__map {
    width: 66.6666666667%;
  }
  .c-contactpage__company {
    width: 66.6666666667%;
  }
}
@media (min-width: 75em) {
  .c-contactpage {
    position: relative;
    padding-left: 70%;
  }
  .c-contactpage__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    width: calc(50% - 10px);
    margin-top: 0;
  }
}
.c-cv-table {
  margin-bottom: 60px;
}
.c-cv-table th {
  padding-right: 20px;
  font-weight: normal;
  vertical-align: top;
}
.c-cv-table th,
.c-cv-table td {
  padding-top: 10px;
  text-align: left;
}
.c-cv-table p {
  margin: 0 0 10px;
}
@media (min-width: 37.5em) {
  .c-cv-table th {
    padding-right: 40px;
  }
}
@media (min-width: 56.25em) {
  .c-cv-table th {
    width: 120px;
    padding-right: 20px;
  }
}

.js .c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s linear;
}
.js .c-modal--active {
  opacity: 1;
  visibility: visible;
  z-index: 1100;
}
.js .c-modal__inner {
  flex: none;
  width: 420px;
  height: auto;
  max-height: 70%;
  padding: 60px;
  z-index: 10000;
  background: #fff;
  overflow: auto;
}
.js .c-modal__inner h1,
.js .c-modal__inner form {
  text-align: center;
}
.js .c-modal__inner input[type=submit] {
  display: block;
  margin: 20px auto 0;
}
.js .c-modal--fullscreen .c-modal__inner {
  width: 100%;
  height: 100%;
  max-height: none;
}
.js .c-modal--fullscreen .c-modal__close {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
}
.js .c-modal--fullscreen .c-modal__content {
  position: absolute;
  top: 60px;
  right: 60px;
  bottom: 60px;
  left: 60px;
}
.js .c-modal--fullscreen .c-modal__content iframe[src^="https://player.flipsnack.com"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.js .c-modal__close {
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
.js .c-modal__close:before {
  content: "X";
}

.c-inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-inline-list li {
  display: inline-block;
}

.c-inline-list--spaced li {
  margin-left: 20px;
}
.c-inline-list--spaced li:first-child {
  margin-left: 0;
}

.c-news-grid {
  margin-left: -10px;
  margin-right: -10px;
}

.c-news-grid__item {
  padding: 0 10px;
  margin-top: 40px;
}
.c-news-grid__item img {
  width: 100%;
}
.c-news-grid__item.portrait img {
  width: 75%;
}

.c-news-grid__item__thumb {
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 37.5em) {
  .c-news-grid__item {
    float: left;
  }
}
@media (min-width: 37.5em) and (max-width: 56.24em) {
  .c-news-grid__item {
    width: 50%;
  }
  .c-news-grid__item:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 56.25em) and (max-width: 74.99em) {
  .c-news-grid__item {
    width: 33.3333333333%;
  }
  .c-news-grid__item:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 75em) {
  .c-news-grid__item {
    width: 25%;
  }
  .c-news-grid__item:nth-child(4n+1) {
    clear: left;
  }
}
.c-news-article__nav {
  margin-bottom: 40px;
}

.c-news-article__nav__archive:before {
  content: "< ";
}

.c-news-article__nav__newer:after,
.c-news-article__nav__older:after {
  content: " >";
}

.c-news-article__details header {
  margin-bottom: 20px;
}

.c-news-article__photos img {
  margin-top: 20px;
}

@media (min-width: 37.5em) {
  .c-news-article__nav__archive {
    float: left;
  }
  .c-news-article__nav__newer,
  .c-news-article__nav__older {
    clear: right;
    float: right;
  }
}
@media (min-width: 56.25em) {
  .c-news-article__nav__newer-older {
    float: right;
    width: 66.6666666667%;
  }
  .c-news-article__nav__newer {
    float: left;
  }
  .c-news-article__nav__newer:after {
    content: "";
  }
  .c-news-article__nav__newer:before {
    content: "< ";
  }
  .c-news-article__details {
    float: left;
    width: 35%;
  }
  .c-news-article__photos {
    float: right;
    width: 55%;
  }
  .c-news-article__photos img:first-child {
    margin-top: 0;
  }
}
@media (min-width: 75em) {
  .c-news-article__nav__newer-older {
    width: 50%;
    margin-right: 25%;
  }
  .c-news-article__details {
    width: 25%;
  }
  .c-news-article__photos {
    width: 40%;
    margin-right: 25%;
  }
}
.c-artfairs-landing-past {
  margin-top: 60px;
}

.c-artfairs-landing-past__grid__item {
  margin-top: 20px;
  margin-bottom: 40px;
}

.c-artfairs-landing-past__grid__item__thumb {
  margin-top: 20px;
}
.c-artfairs-landing-past__grid__item__thumb img {
  width: 100%;
}

@media (min-width: 37.5em) {
  .c-artfairs-landing-past__grid {
    margin-left: -10px;
    margin-right: -10px;
  }
  .c-artfairs-landing-past__grid__item {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 37.5em) and (max-width: 56.24em) {
  .c-artfairs-landing-past__grid__item:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 56.25em) and (max-width: 74.99em) {
  .c-artfairs-landing-past__grid__item {
    width: 33.3333333333%;
  }
  .c-artfairs-landing-past__grid__item:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 75em) {
  .c-artfairs-landing-past__grid__item {
    width: 25%;
  }
  .c-artfairs-landing-past__grid__item:nth-child(4n+1) {
    clear: left;
  }
}
.c-cookies-notice {
  display: none;
}
.c-cookies-notice.enabled {
  display: block;
  z-index: 1100;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: #eceeef;
  text-align: center;
}
.c-cookies-notice.enabled p {
  margin: 0;
}
@media (min-width: 56.25em) {
  .c-cookies-notice.enabled {
    bottom: 70px;
  }
}
@media (min-width: 75em) {
  body.\--show\/header__menu .c-cookies-notice.enabled {
    bottom: 160px;
  }
}
@media (min-width: 75em) and (min-height: 62.5625em) {
  body .c-cookies-notice.enabled {
    bottom: 160px;
  }
}

.c-cookies-notice__close {
  text-decoration: none;
  margin-left: 1em;
  font-weight: 400;
}

.nomargin {
  margin: 0;
}

.i {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

.search-page__form {
  text-align: center;
  width: 300px;
  margin: 20px auto;
}

input.search-page__submit {
  display: block;
  margin: 20px auto;
}

/**
 * shouldn't be applied to <a> tags, should be used on a child tag (e.g. span)
 * @module 'i-arrows'
 */
.i-arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  opacity: 0.3;
  background-image: url(/_resources/themes/default/dist/images/arrow-right.svg?db05b921bd48d05b103ae772b376e15e);
  background-repeat: no-repeat;
  transition: opacity 0.15s ease-in-out;
}
.i-arrow:focus, .i-arrow:hover {
  opacity: 1;
}

.i-arrow--left {
  transform: rotate(180deg);
}

.i-arrow--up {
  transform: rotate(-90deg);
}

.i-arrow--down {
  transform: rotate(270deg);
}

/**
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    contenteditable attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that are clearfixed.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.grid-container, .c-page__header, .c-page__footer, .c-submenu, .c-landing-main, .c-thumbs-grid, .c-featured-events, .c-generic-page, .c-exhibition-index, .c-home-news__items-holder, .c-scp-grid, .c-contactpage__address-map, .c-news-grid, .c-news-article__nav, .c-news-article__article-wrap, .c-artfairs-landing-past__grid,
.clearfix {
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
}
.grid-container:before, .c-page__header:before, .c-page__footer:before, .c-submenu:before, .c-landing-main:before, .c-thumbs-grid:before, .c-featured-events:before, .c-generic-page:before, .c-exhibition-index:before, .c-home-news__items-holder:before, .c-scp-grid:before, .c-contactpage__address-map:before, .c-news-grid:before, .c-news-article__nav:before, .c-news-article__article-wrap:before, .c-artfairs-landing-past__grid:before, .grid-container:after, .c-page__header:after, .c-page__footer:after, .c-submenu:after, .c-landing-main:after, .c-thumbs-grid:after, .c-featured-events:after, .c-generic-page:after, .c-exhibition-index:after, .c-home-news__items-holder:after, .c-scp-grid:after, .c-contactpage__address-map:after, .c-news-grid:after, .c-news-article__nav:after, .c-news-article__article-wrap:after, .c-artfairs-landing-past__grid:after,
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.grid-container:after, .c-page__header:after, .c-page__footer:after, .c-submenu:after, .c-landing-main:after, .c-thumbs-grid:after, .c-featured-events:after, .c-generic-page:after, .c-exhibition-index:after, .c-home-news__items-holder:after, .c-scp-grid:after, .c-contactpage__address-map:after, .c-news-grid:after, .c-news-article__nav:after, .c-news-article__article-wrap:after, .c-artfairs-landing-past__grid:after,
.clearfix:after {
  clear: both;
}
.grid-container, .c-page__header, .c-page__footer, .c-submenu, .c-landing-main, .c-thumbs-grid, .c-featured-events, .c-generic-page, .c-exhibition-index, .c-home-news__items-holder, .c-scp-grid, .c-contactpage__address-map, .c-news-grid, .c-news-article__nav, .c-news-article__article-wrap, .c-artfairs-landing-past__grid,
.clearfix {
  *zoom: 1;
}

.u-unstyled-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.u-inline {
  display: inline !important;
}

.c-work-item-viewer__extra-info,
.u-visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.u-margin-top-1 {
  margin-top: 20px;
}

.u-margin-top-2 {
  margin-top: 40px;
}

.u-margin-bottom-1 {
  margin-bottom: 20px;
}

.u-margin-bottom-2 {
  margin-bottom: 40px;
}

@media (max-width: 37.49em) {
  .u-hide-at-mobile {
    display: none;
  }
}
@media (min-width: 37.5em) and (max-width: 56.24em) {
  .u-hide-at-tablet {
    display: none;
  }
}
@media (min-width: 56.25em) and (max-width: 74.99em) {
  .u-hide-at-desktop {
    display: none;
  }
}
@media (min-width: 75em) {
  .u-hide-at-desktoplarge {
    display: none;
  }
}
