/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 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; }

* {
  color: #241d0b; }
*:focus {
    outline: 3px solid #e00007;
}

::selection {
  background-color: #d6eef1;
  color: #241d0b; }

html {
  background-color: #fff;
}

body {
  font-family: Arial, sans-serif; }

.wf-active body {
  font-family: 'Open Sans'; }

a {
  color: #241d0b; }
a:hover, a:active, a:focus {
  color: #e00007; }
a:visited {
  color: #241d0b; }

figure {
  margin: 0;
  padding: 0; }
figure img, video,
figure figcaption {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.75em;
}

.article,
.article-header {
  margin-left: 1em;
  margin-right: 1em; }
@media (min-width: 40em) {
  .article,
  .article-header {
    margin-left: 6.25em;
    margin-right: 6.25em; } }
@media (min-width: 130em) {
  .article,
  .article-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1739px; } }

.article-header {
  position: relative; }
.article-header .page-title {
  margin-left: 2.625em;
  margin-right: 2.625em; }
@media (min-width: 40em) {
  .article-header .page-title {
    margin-left: 6.25em;
    margin-right: 6.25em; } }

.article-navigator {
  background-repeat: no-repeat;
  background-size: 50% 50%;
  bottom: 0;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 3.125em; }
@media (min-width: 40em) {
  .article-navigator {
    background-size: auto auto;
    width: 6.25em; } }
.article-navigator:hover:after {
  opacity: 1; }
.article-navigator:after {
  background-repeat: no-repeat;
  background-size: 50% 50%;
  bottom: 0;
  content: ' ';
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s; }
@media (min-width: 40em) {
  .article-navigator:after {
    background-size: auto auto; } }
.article-navigator .text {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 0; }
.article-navigator .numeral {
  display: block;
  font-size: 0.8em;
  font-weight: 600;
  margin: -.65em 0 0 0;
  padding: 0;
  position: absolute;
  top: 50%; }
@media (min-width: 40em) {
  .article-navigator .numeral {
    font-size: 1em; } }

.article-previous {
  background-image: url("../Assets/Vectors/icon_previous.svg");
  background-position: left 50%;
  left: -0.5em; }
.article-previous:after {
  background-image: url("../Assets/Vectors/icon_previous_active.svg");
  background-position: left 50%; }
.article-previous .numeral {
  right: 50%; }
@media (min-width: 40em) {
  .article-previous {
    left: 0; } }

.no-svg .article-previous {
  background-image: url("../Assets/Bitmaps/icon_previous.png"); }
.no-svg .article-previous:hover {
  background-image: url("../Assets/Bitmaps/icon_previous_active.png"); }
.no-svg .article-previous:after {
  content: none; }

.article-next {
  background-image: url("../Assets/Vectors/icon_next.svg");
  background-position: right 50%;
  right: -0.5em; }
.article-next:after {
  background-image: url("../Assets/Vectors/icon_next_active.svg");
  background-position: right 50%; }
.article-next .numeral {
  left: 50%; }
@media (min-width: 40em) {
  .article-next {
    right: 0; } }

.no-svg .article-next {
  background-image: url("../Assets/Bitmaps/icon_next.png"); }
.no-svg .article-next:hover {
  background-image: url("../Assets/Bitmaps/icon_next_active.png"); }
.no-svg .article-next:after {
  content: none; }

@media (min-width: 70em) {
  .article-hero .image-wrapper {
    float: left;
    height: 0;
    overflow: hidden;
    padding-bottom: 49.0511788384%;
    position: relative;
    width: 74.4680851064%; }
  .article-hero .image-wrapper .image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: auto; } }
.article-hero .article-illustration {
  padding-top: 4.1031652989%; }
@media (min-width: 70em) {
  .article-hero .article-illustration {
    bottom: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 23.5192639448%; }
  .article-hero .article-illustration .tile-space {
    bottom: 0;
    float: none;
    margin: 0;
    padding-bottom: 100%;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%; }
  .article-hero .article-illustration .tile-space:first-child {
    float: none;
    top: 0; }
  .article-hero .article-illustration .image {
    width: 100%; } }
@media (min-width: 50em) {
  .article-hero {
    font-size: 1.25em; } }
@media (min-width: 70em) {
  .article-hero {
    position: relative;
    font-size: 1em; }
  .article-hero:before, .article-hero:after {
    content: " ";
    display: table; }
  .article-hero:after {
    clear: both; } }
@media (min-width: 80em) {
  .article-hero {
    font-size: 1.25em; } }

.article-hero-wide .caption {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 0; }

.article-content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  max-width: 853px; }
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase; }
@media (min-width: 50em) {
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5,
  .article-content h6 {
    font-size: 1.25em; } }
.article-content p,
.article-content ul,
.article-content ol,
.article-content figure {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5; }
.article-content p ul,
.article-content p ol,
.article-content p p,
.article-content ul ul,
.article-content ul ol,
.article-content ul p,
.article-content ol ul,
.article-content ol ol,
.article-content ol p,
.article-content figure ul,
.article-content figure ol,
.article-content figure p {
  font-size: 1em; }
.article-content p {
  margin: 0 0 1.5em 0; }
.article-content ul,
.article-content ol,
.article-content figure {
  margin: 3em 0; }
.article-content .initium {
  background-color: #d4edf1;
  color: #12212e;
  display: block;
  float: left;
  font-family: Georgia, serif;
  font-weight: 600;
  height: 2.5em;
  line-height: 2.5em;
  margin-right: 0.25em;
  padding: 0;
  text-align: center;
  width: 2.5em; }
@media (min-width: 50em) {
  .article-content {
    font-size: 1.25em; } }

.article-illustration:before, .article-illustration:after {
  content: " ";
  display: table; }
.article-illustration:after {
  clear: both; }
.article-illustration .tile-space {
  height: 0;
  float: right;
  margin: 0;
  overflow: hidden;
  padding-bottom: 47.9484173505%;
  position: relative;
  width: 47.9484173505%; }
.article-illustration .tile-space:first-child {
  float: left; }
.article-illustration .tile {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
.article-illustration .caption-wrapper {
  height: 100%;
  position: absolute;
  width: 100%; }
.article-illustration .caption-inner {
  background-color: #d4edf1;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
.article-illustration .caption {
  bottom: auto;
  color: #12212e;
  display: table;
  font-family: Georgia, serif;
  font-size: 1em;
  font-style: italic;
  font-weight: 300;
  left: 0;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%; }
.article-illustration .caption .text {
  display: block;
  line-height: 1.5;
  padding: 0.5em; }
@media (min-width: 40em) {
  .article-illustration .caption .text {
    padding: 1em; } }
@media (min-width: 60em) {
  .article-illustration .caption .text {
    padding: 1.5em; } }

.article-illustration-wide .caption {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 0; }

.artworks-wrapper {
  margin: 0 1em; }
@media (min-width: 40em) {
  .artworks-wrapper {
    margin-left: 6.25em;
    margin-right: 6.25em; } }
@media (min-width: 130em) {
  .artworks-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1739px; } }

.artworks {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: -4%; }
.artworks:before, .artworks:after {
  content: " ";
  display: table; }
.artworks:after {
  clear: both; }
.artworks .tile-space {
  display: block;
  float: left;
  height: 0;
  margin-bottom: 6.25%;
  overflow: hidden;
  padding: 0 0 100% 0;
  position: relative;
  width: 100%; }
.artworks .tile {
  bottom: 4%;
  display: block;
  left: 4%;
  position: absolute;
  right: 4%;
  top: 4%;
  width: auto; }
@media (min-width: 30em) {
  .artworks {
    margin: -2%; }
  .artworks .tile-space {
    margin-bottom: 3.125%;
    padding-bottom: 50%;
    width: 50%; } }
@media (min-width: 40em) {
  .artworks {
    margin: -4%; }
  .artworks .tile-space {
    margin-bottom: 6.25%;
    padding-bottom: 100%;
    width: 100%; } }
@media (min-width: 50em) {
  .artworks {
    margin: -2%; }
  .artworks .tile-space {
    margin-bottom: 3.125%;
    padding-bottom: 50%;
    width: 50%; } }
@media (min-width: 70em) {
  .artworks {
    margin: -1.3333333333%; }
  .artworks .tile-space {
    margin-bottom: 2.0833333333%;
    padding-bottom: 33.3333333333%;
    width: 33.3333333333%; } }
@media (min-width: 100em) {
  .artworks {
    margin: -1%; }
  .artworks .tile-space {
    margin-bottom: 1.5625%;
    padding-bottom: 25%;
    width: 25%; } }

.artwork-tile {
  overflow: hidden; }
.artwork-tile:hover .tile-illustration {
  transform: scale(1.1); }
.artwork-tile:hover .tile-illustration:after {
  background-color: rgba(222, 223, 53, 0.5); }
.artwork-tile .tile-illustration {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  margin: 0;
  padding: 0;
  transition: transform 1s; }
.artwork-tile .tile-illustration:after {
  bottom: 0;
  content: ' ';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 1s; }
.artwork-tile .tile-image {
  display: block;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: auto; }
.artwork-tile .tile-numeral,
.artwork-tile .tile-under-construction {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 3em;
  left: 0;
  font-weight: 600;
  line-height: 3em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 3em;
  z-index: 10; }
@media (min-width: 30em) {
  .artwork-tile .tile-numeral,
  .artwork-tile .tile-under-construction {
    height: 2.5em;
    line-height: 2.5em;
    width: 2.5em; } }
@media (min-width: 40em) {
  .artwork-tile .tile-numeral,
  .artwork-tile .tile-under-construction {
    height: 3em;
    line-height: 3em;
    width: 3em; } }
.artwork-tile .tile-numeral .text,
.artwork-tile .tile-under-construction .text {
  font-size: 1.5em; }
@media (min-width: 30em) {
  .artwork-tile .tile-numeral .text,
  .artwork-tile .tile-under-construction .text {
    font-size: 1em; } }
@media (min-width: 40em) {
  .artwork-tile .tile-numeral .text,
  .artwork-tile .tile-under-construction .text {
    font-size: 1.25em; } }
.artwork-tile .tile-numeral {
  background-color: #dedf35; }
.artwork-tile .tile-under-construction {
  background-color: #80cbd3;
  background-image: url("../Assets/Vectors/icon_calendar.svg");
  background-position: left 50%;
  background-size: contain;
  font-family: Georgia, serif;
  font-size: 1em;
  font-weight: 300;
  width: 100%; }
.artwork-tile .tile-under-construction .text {
  display: block;
  font-size: 0.8em;
  font-style: italic; }
@media (min-width: 60em) {
  .artwork-tile .tile-under-construction .text {
    font-size: 1em; } }
.artwork-tile .tile-textual {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1em;
  text-align: center;
  top: auto;
  z-index: 20; }
.artwork-tile .tile-title {
  color: #12212e;
  font-size: 1em;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase; }
.artwork-tile .tile-title .text {
  font-size: 1em; }
@media (min-width: 60em) {
  .artwork-tile .tile-title .text {
    font-size: 1.25em; } }
.artwork-tile .tile-info {
  font-family: Georgia, serif;
  font-size: 1em;
  font-weight: 300;
  margin: 0.5em 0 0 0; }
.artwork-tile .tile-info .text {
  font-size: 0.8em;
  font-style: italic; }
@media (min-width: 60em) {
  .artwork-tile .tile-info .text {
    font-size: 1em; } }

.artwork-tile-under-construction:after {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: ' ';
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
.artwork-tile-under-construction:hover .tile-illustration:after {
  background: none; }

.no-svg .artwork-tile .tile-under-construction {
  background-image: url("../Assets/Bitmaps/icon_calendar.png"); }

.billboard {
  background: #eff0f1 url("../Assets/Vectors/billboard_small.svg") repeat-x 30% top;
  background-size: auto 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: bottom 0.5s, top 0.5s;
  z-index: 40; }
.billboard.hidden {
  bottom: 150%;
  top: -150%; }
@media (min-width: 40em) {
  .billboard {
    background-image: url("../Assets/Vectors/billboard.svg");
    background-position: 48% top; } }

.no-svg .billboard {
  background-image: url("../Assets/Bitmaps/billboard_small.png"); }
@media (min-width: 40em) {
  .no-svg .billboard {
    background-image: url("../Assets/Bitmaps/billboard.png"); } }

.billboard-logo-link {
  display: block;
  left: 1em;
  position: absolute;
  top: 0.5em;
  transition: left 0.5s, width 0.5s;
  width: 3.125em;
  z-index: 50; }
@media (min-width: 40em) {
  .billboard-logo-link {
    width: 6.25em; } }
@media (min-width: 50em) {
  .billboard-logo-link {
    left: 6.25em;
    top: -3.5em; } }

.billboard-logo-image {
  display: block;
  width: 100%; }

html {
  font-family: "alpha"; }

body {
  font-family: Arial, sans-serif; }

@media (min-width: 30em) {
  html {
    font-family: "beta"; }

  body {
    font-family: Arial, sans-serif; } }
@media (min-width: 40em) {
  html {
    font-family: "gamma"; }

  body {
    font-family: Arial, sans-serif; } }
@media (min-width: 50em) {
  html {
    font-family: "delta"; }

  body {
    font-family: Arial, sans-serif; } }
@media (min-width: 60em) {
  html {
    font-family: "epsilon"; }

  body {
    font-family: Arial, sans-serif; } }
@media (min-width: 70em) {
  html {
    font-family: "zeta"; }

  body {
    font-family: Arial, sans-serif; } }
@media (min-width: 80em) {
  html {
    font-family: "eta"; }

  body {
    font-family: Arial, sans-serif; } }
@media (min-width: 90em) {
  html {
    font-family: "theta"; }

  body {
    font-family: Arial, sans-serif; } }
@media (min-width: 100em) {
  html {
    font-family: "iota"; }

  body {
    font-family: Arial, sans-serif; } }
@media (min-width: 110em) {
  html {
    font-family: "kappa"; }

  body {
    font-family: Arial, sans-serif; } }
@media (min-width: 120em) {
  html {
    font-family: "lambda"; }

  body {
    font-family: Arial, sans-serif; } }
@media (min-width: 130em) {
  html {
    font-family: "mu"; }

  body {
    font-family: Arial, sans-serif; } }
@media (min-width: 140em) {
  html {
    font-family: "nu"; }

  body {
    font-family: Arial, sans-serif; } }
.bye {
  margin: 2em 1em;
  padding: 0;
  text-align: center; }
@media (min-width: 40em) {
  .bye {
    margin-left: 6.25em;
    margin-right: 6.25em; } }
@media (min-width: 130em) {
  .bye {
    margin-left: auto;
    margin-right: auto;
    max-width: 1739px; } }

.bye-logo-link {
  display: inline-block;
  margin: 0;
  transition: width 0.5s;
  width: 3em; }
@media (min-width: 40em) {
  .bye-logo-link {
    width: 5em; } }

.bye-logo-image {
  display: block;
  width: 100%; }

.accessibility-statement {    
    margin-top: 1rem;    
}

.accessibility-statement a {
    font-size: 1rem;
}

.pt-article .bye-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 853px; }

.hi {
  background-color: #fff; }

.hi-title {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.5em 0;
  text-align: center;
  text-transform: uppercase; }
@media (min-width: 40em) {
  .hi-title {
    padding-bottom: 1em;
    padding-top: 1em; } }
.hi-title .text {
  color: #12212e;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  text-decoration: none; }
@media (min-width: 40em) {
  .hi-title .text {
    font-size: 1.5em; } }

.hi-logo-link {
  display: block;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 3.125em;
  z-index: 40; }
@media (min-width: 40em) {
  .hi-logo-link {
    width: 6.25em; } }
@media (min-width: 50em) {
  .hi-logo-link {
    left: 6.25em;
    width: 6.25em; } }

.hi-logo {
  display: block;
  width: 100%; }

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  1%, 2% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  3%, 5%, 7%, 9% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  4%, 6%, 8% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  10% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.map {
  background-color: #fff;
  position: relative; }

.map-section {
  overflow: hidden; }

.map-section {
  height: 20em;
  position: relative;
  transition: height 0.5s;
  z-index: 10; }
@media (min-width: 40em) {
  .map-section {
    height: 34em; } }

.map-canvas {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: left 0.5s, right 0.5s; }

.marker-label {
  font-size: 1.5em; }

.art .map-canvas {
  right: 20em; }
@media (min-width: 40em) {
  .art .map-canvas {
    right: 34em; } }
.art .map-controls,
.art .map-mover {
  right: 20em; }
@media (min-width: 40em) {
  .art .map-controls,
  .art .map-mover {
    right: 34em; } }
.art .art-container {
  right: 0; }

.map-controls {
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: right 0.5s;
  width: 3.125em; }
@media (min-width: 40em) {
  .map-controls {
    width: 6.25em; } }

.map-control {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  display: block;
  height: 3.125em;
  margin: 0;
  padding: 0;
  transition: background-color 0.5s;
  width: 3.125em;
  z-index: 30;
  margin-top: 0.25em;
  position: relative; }
.map-control:before {
  background-image: none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: ' ';
  display: block;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0; }
.map-control:hover:after {
  opacity: 1; }
.map-control:after {
  background-image: none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: ' ';
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s; }
.map-control:focus {
    outline: 2px solid red;                         
}                                               
.map-control:hover {
  background-color: #fff; }
.map-control .text {                                                                                                                                                    
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 0; }
@media (min-width: 40em) {
  .map-control {
    height: 6.25em;
    width: 6.25em; } }
.map-control:first-child {
  margin-top: 0; }

.map-locator:before, .map-locator:after {
  animation-delay: 5s;
  animation-duration: 10s;
  animation-iteration-count: 10;
  animation-name: tada; }
.map-locator:before {
  background-image: url("../Assets/Vectors/icon_dude_alternate.svg"); }
.map-locator.active:before {
  background-image: url("../Assets/Vectors/icon_dude_active.svg"); }
.map-locator.working:before {
  background-image: url("../Assets/Vectors/spinner.svg");
  background-size: 25% 25%; }
.map-locator.working:hover:after {
  background-image: none; }
.map-locator:after {
  background-image: url("../Assets/Vectors/icon_dude_active.svg"); }

.no-svg .map-locator:before {
  background-image: url("../Assets/Bitmaps/icon_dude.png"); }
.no-svg .map-locator.active:before {
  background-image: url("../Assets/Bitmaps/icon_dude_active.png"); }
.no-svg .map-locator.working:before {
  background-image: url("../Assets/Bitmaps/spinner.gif"); }
.no-svg .map-locator:hover:before {
  background-image: url("../Assets/Bitmaps/icon_dude_active.png"); }
.no-svg .map-locator:after {
  content: none; }

.map-zoom-in:before {
  background-image: url("../Assets/Vectors/icon_plus.svg"); }
.map-zoom-in:after {
  background-image: url("../Assets/Vectors/icon_plus_active.svg"); }

.no-svg .map-zoom-in:before {
  background-image: url("../Assets/Bitmaps/icon_plus.png"); }
.no-svg .map-zoom-in:hover:before {
  background-image: url("../Assets/Bitmaps/icon_plus_active.png"); }
.no-svg .map-zoom-in:after {
  content: none; }

.map-zoom-out:before {
  background-image: url("../Assets/Vectors/icon_minus.svg"); }
.map-zoom-out:after {
  background-image: url("../Assets/Vectors/icon_minus_active.svg"); }

.no-svg .map-zoom-out:before {
  background-image: url("../Assets/Bitmaps/icon_minus.png"); }
.no-svg .map-zoom-out:hover:before {
  background-image: url("../Assets/Bitmaps/icon_minus_active.png"); }
.no-svg .map-zoom-out:after {
  content: none; }

.map-home:before {
  background-image: url("../Assets/Vectors/icon_poi_simple.svg");
  background-size: 60% 60%; }
.no-svg .map-home:before {
  background-image: url("../Assets/Bitmaps/icon_poi_simple.png"); }
.no-svg .map-home:hover:before {
  background-image: url("../Assets/Bitmaps/icon_poi_simple_active.png"); }
.map-home:after {
  background-image: url("../Assets/Vectors/icon_poi_simple_active.svg");
  background-size: 60% 60%; }
.no-svg .map-home:after {
  content: none; }

.map-mover {
  background-color: #d4edf1;
  bottom: 0;
  position: absolute;
  right: 0;
  transition: right 0.5s; }
.map-mover:before {
  background-image: url("../Assets/Vectors/icon_down.svg"); }
.map-mover:hover {
  background-color: #d4edf1; }
.map-mover:after {
  background-image: url("../Assets/Vectors/icon_down_active.svg"); }

.no-svg .map-mover:before {
  background-image: url("../Assets/Bitmaps/icon_down.png"); }
.no-svg .map-mover:hover:before {
  background-image: url("../Assets/Bitmaps/icon_down_active.png"); }
.no-svg .map-mover:after {
  content: none; }

.art-container {
  background-color: #fff;
  bottom: 0;
  height: 20em;
  position: absolute;
  right: -20em;
  top: 0;
  transition: right 0.5s;
  width: 20em;
  z-index: 60; }
@media (min-width: 40em) {
  .art-container {
    height: 34em;
    right: -34em;
    width: 34em; } }
.art-container.shown {
  right: 0; }
.art-container:hover .art-hider:hover, .art-container:hover .art-hider:focus, .art-container:hover .art-hider:active, .art-container:focus .art-hider:hover, .art-container:focus .art-hider:focus, .art-container:focus .art-hider:active {
  opacity: 1; }
.art-container .artwork-tile {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.art-hider {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  display: block;
  height: 3.125em;
  margin: 0;
  padding: 0;
  transition: background-color 0.5s;
  width: 3.125em;
  z-index: 30;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 0;
  top: 0; }
.art-hider:before {
  background-image: url("../Assets/Vectors/icon_close.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: ' ';
  display: block;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0; }
.art-hider:hover:after {
  opacity: 1; }
.art-hider:after {
  background-image: url("../Assets/Vectors/icon_close.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: ' ';
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s; }
.art-hider:hover {
  background-color: #fff; }
.art-hider .text {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 0; }
@media (min-width: 40em) {
  .art-hider {
    height: 6.25em;
    width: 6.25em; } }
.art-hider:after {
  background-image: url("../Assets/Vectors/icon_close_active.svg"); }

.no-svg .art-hider {
  background-image: url("../Assets/Bitmaps/icon_close.png"); }
.no-svg .art-hider:hover {
  background-image: url("../Assets/Bitmaps/icon_close_active.png"); }
.no-svg .art-hider:after {
  content: none; }

.info-box {
  background-color: #fff;
  box-shadow: 0 2px 2px #c1c3c6;
  font-size: 16px;
  padding: 1em;
  z-index: 40; }
.info-box:before, .info-box:after {
  border-left-color: transparent;
  border-left-style: solid;
  border-right-color: transparent;
  border-right-style: solid;
  border-top-style: solid;
  content: ' ';
  height: 0;
  left: 50%;
  position: absolute;
  width: 0; }
.info-box:before {
  border-left-width: 0.8em;
  border-right-width: 0.8em;
  border-top-width: 0.8em;
  border-top-color: rgba(193, 195, 198, 0.6);
  bottom: -0.8em;
  margin-left: -0.8em;
  z-index: 10; }
.info-box:after {
  border-left-width: 0.8em;
  border-right-width: 0.8em;
  border-top-width: 0.8em;
  border-top-color: #fff;
  bottom: -0.6em;
  margin-left: -0.8em;
  z-index: 30; }

.info-box-content {
  color: #969599;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 300; }

.info-box-art {
  color: #12212e; }

.info-box-url {
  display: block;
  text-decoration: none; }

.info-box-figure {
  margin: 0;
  padding: 0; }
.info-box-figure .info-box-art {
  display: block;
  margin-bottom: .5em; }

.info-box-image {
  display: block;
  width: 100%; }

.toast-top-right {
  position: fixed;
  right: 1em;
  top: 1em;
  z-index: 9001; }

.toast {
  background-color: #fff;
  box-shadow: 0 2px 2px #c1c3c6;
  margin-top: 1em;
  padding: 1em;
  position: relative; }
.toast:first-child {
  margin-top: 0; }
.toast:before, .toast:after {
  border-left-color: transparent;
  border-left-style: solid;
  border-right-color: transparent;
  border-right-style: solid;
  border-top-style: solid;
  content: ' ';
  height: 0;
  left: 50%;
  position: absolute;
  width: 0; }
.toast:before {
  border-left-width: 0.8em;
  border-right-width: 0.8em;
  border-top-width: 0.8em;
  border-top-color: rgba(193, 195, 198, 0.6);
  bottom: -0.8em;
  margin-left: -0.8em;
  z-index: 10; }
.toast:after {
  border-left-width: 0.8em;
  border-right-width: 0.8em;
  border-top-width: 0.8em;
  border-top-color: #fff;
  bottom: -0.6em;
  margin-left: -0.8em;
  z-index: 30; }

.toast-title {
  color: #12212e;
  font-weight: 600;
  margin-bottom: 0.5em;
  text-transform: uppercase; }

.toast-message {
  color: #969599;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 300; }

.page-title {
  font-size: 1em;
  margin: 1em 2em 2.5em;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
.page-title .text {
  color: #12212e;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  margin: 0.5em 0;
  position: relative;
  transition: font 0.5s; }
@media (min-width: 40em) {
  .page-title .text {
    font-size: 1.5em; } }
@media (min-width: 60em) {
  .page-title .text {
    font-size: 2em; } }
@media (min-width: 80em) {
  .page-title .text {
    font-size: 2.5em; } }
.page-title .subtext {
  display: block;
  font-family: Georgia, serif;
  font-size: 0.8em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 30em;
  text-transform: none;
  transition: font 0.5s; }
@media (min-width: 40em) {
  .page-title .subtext {
    font-size: 1em; } }
@media (min-width: 60em) {
  .page-title .subtext {
    font-size: 1.25em; } }

.section-heading {
  font-size: 1em;
  margin: 2em 0;
  text-align: center; }
.section-heading .text {
  background-color: #dedf35;
  display: inline-block;
  font-size: 1.5em;
  min-width: 20%;
  padding: 0.5em 2em 0.45em;
  text-transform: uppercase; }

.top-scroller {
  background: #d4edf1 url("../Assets/Vectors/icon_up.svg") no-repeat scroll 50% 50%;
  background-size: contain;
  border: none;
  height: 3.125em;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: right 0.5s, height 1s, width 1s;
  width: 3.125em;
  z-index: 9001; }
.top-scroller.hidden {
  right: -3.125em; }
.top-scroller .text {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 0; }
.top-scroller:hover:after {
  opacity: 1; }
.top-scroller:after {
  background-image: url("../Assets/Vectors/icon_up_active.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: ' ';
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s; }
@media (min-width: 40em) {
  .top-scroller {
    height: 6.25em;
    width: 6.25em; }
  .top-scroller.hidden {
    right: -6.25em; } }

.no-svg .top-scroller {
  background-image: url("../Assets/Bitmaps/icon_up.png"); }
.no-svg .top-scroller:hover {
  background-image: url("../Assets/Bitmaps/icon_up_active.png"); }
.no-svg .top-scroller:after {
  content: none; }



