@charset "UTF-8";
/* normalize-scss 3.0.1+normalize.3.0.1 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
   ========================================================================== */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
html {
  font-size: 100%;
  line-height: 1.5em; }

/**
 * 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 */
  *display: inline;
  *zoom: 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.
 */
[hidden] {
  display: none; }

/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
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; }

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px; }

/**
 * 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 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em; }

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em; }

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em; }

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em; }

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

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0; }

/**
 * 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; }

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1.5em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic; }

/**
 * 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: 1.5em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-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.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */ }

/**
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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;
  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 {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em; }

/**
 * 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.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 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; }

@font-face {
  font-family: 'The Met Serif Web';
  src: url("webfont/The Met Serif Web-Italic.eot");
  src: url("webfont/The Met Serif Web-Italic.eot?#iefix") format("embedded-opentype"), url("webfont/The Met Serif Web-Italic.woff2") format("woff2"), url("webfont/The Met Serif Web-Italic.woff") format("woff"), url("webfont/The Met Serif Web-Italic.ttf") format("truetype"), url("webfont/The Met Serif Web-Italic.svg#The Met Serif Web-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: 'The Met Serif Web';
  src: url("webfont/The Met Serif Web-Roman.eot");
  src: url("webfont/The Met Serif Web-Roman.eot?#iefix") format("embedded-opentype"), url("webfont/The Met Serif Web-Roman.woff2") format("woff2"), url("webfont/The Met Serif Web-Roman.woff") format("woff"), url("webfont/The Met Serif Web-Roman.ttf") format("truetype"), url("webfont/The Met Serif Web-Roman.svg#The Met Serif Web-Roman") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'The Met Serif Web';
  src: url("webfont/The Met Serif Web-Bold.eot");
  src: url("webfont/The Met Serif Web-Bold.eot?#iefix") format("embedded-opentype"), url("webfont/The Met Serif Web-Bold.woff2") format("woff2"), url("webfont/The Met Serif Web-Bold.woff") format("woff"), url("webfont/The Met Serif Web-Bold.ttf") format("truetype"), url("webfont/The Met Serif Web-Bold.svg#The Met Serif Web-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'The Met Sans';
  src: url("webfont/TheMetSans-RegularTheMet.eot");
  src: url("webfont/TheMetSans-RegularTheMet.eot?#iefix") format("embedded-opentype"), url("webfont/TheMetSans-RegularTheMet.woff") format("woff"), url("webfont/TheMetSans-RegularTheMet.svg#The Met Serif Web-Roman") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'The Met Sans';
  src: url("webfont/TheMetSans-LightTheMet.eot");
  src: url("webfont/TheMetSans-LightTheMet.eot?#iefix") format("embedded-opentype"), url("webfont/TheMetSans-LightTheMet.woff") format("woff"), url("webfont/TheMetSans-LightTheMet.svg#The Met Sans Light") format("svg");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'The Met Sans';
  src: url("webfont/TheMetSans-LightItalicTheMet.eot");
  src: url("webfont/TheMetSans-LightItalicTheMet.eot?#iefix") format("embedded-opentype"), url("webfont/TheMetSans-LightItalicTheMet.woff") format("woff"), url("webfont/TheMetSans-LightItalicTheMet.svg#The Met Sans Light") format("svg");
  font-weight: 200;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: 'The Met Sans';
  src: url("webfont/TheMetSans-RegularItalicTheMet.eot");
  src: url("webfont/TheMetSans-RegularItalicTheMet.eot?#iefix") format("embedded-opentype"), url("webfont/TheMetSans-RegularItalicTheMet.woff") format("woff"), url("webfont/TheMetSans-RegularItalicTheMet.svg#The Met Serif Web-Roman") format("svg");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: 'The Met Sans';
  src: url("webfont/TheMetSans-MediumTheMet.eot");
  src: url("webfont/TheMetSans-MediumTheMet.eot?#iefix") format("embedded-opentype"), url("webfont/TheMetSans-MediumTheMet.woff") format("woff"), url("webfont/TheMetSans-MediumTheMet.svg#The Met Serif Web-Roman") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'The Met Sans';
  src: url("webfont/TheMetSans-BoldTheMet.eot");
  src: url("webfont/TheMetSans-BoldTheMet.eot?#iefix") format("embedded-opentype"), url("webfont/TheMetSans-BoldTheMet.woff") format("woff"), url("webfont/TheMetSans-BoldTheMet.svg#The Met Serif Web-Roman") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'The Met Sans';
  src: url("webfont/TheMetSans-BoldItalicTheMet.eot");
  src: url("webfont/TheMetSans-BoldItalicTheMet.eot?#iefix") format("embedded-opentype"), url("webfont/TheMetSans-BoldItalicTheMet.woff") format("woff"), url("webfont/TheMetSans-BoldItalicTheMet.svg#The Met Serif Web-Roman") format("svg");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal; }
/* preventing reflow lazy image setup */
.js .afkl-lazy-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block; }

/* auto size our image */
.afkl-lazy-wrapper .afkl-lazy-image {
  width: 100%; }

/* default loading state */
.afkl-lazy-image-loading {
  background-color: #eee; }

/* available ratio's, make your own if they are different on different devices or simply extend */
.afkl-img-ratio-4-2,
.afkl-img-ratio-2-1 {
  padding-bottom: 50%;
  /* (2/4)*100 */ }

.afkl-img-ratio-16-9 {
  padding-bottom: 56.25%;
  /* (9/16)*100 */ }

.afkl-img-ratio-3-2 {
  padding-bottom: 66.67%;
  /* now calculation is clear, right :) */ }

.afkl-img-ratio-1-1 {
  padding-bottom: 100%; }

.afkl-img-ratio-4-3 {
  padding-bottom: 75%; }

.afkl-img-ratio-3-4 {
  padding-bottom: 133%; }

.essay-container, .works-container, .chronology-container {
  display: none; }
  .essay-container.loaded, .works-container.loaded, .chronology-container.loaded {
    display: block; }

.filters {
  position: relative;
  z-index: 4;
  background-color: #e5e5e5; }
  @media (max-width: 767px) {
    .filters {
      margin-top: 1px; } }
  .chronology-container .filters {
    background-color: transparent; }
    .csscalc .chronology-container .filters {
      width: -webkit-calc(100% - 70px);
      width: calc(100% - 70px); }
      @media (max-width: 767px) {
        .csscalc .chronology-container .filters {
          width: 100%; } }

.empty-filter:before {
  content: "";
  position: absolute;
  bottom: -3px;
  height: 3px;
  width: 100%;
  background-color: #e5e5e5; }

.all, .recent {
  font-weight: 700;
  letter-spacing: 0.025em; }

.map-timeline {
  background-color: #F1F1F1;
  padding: 60px 0 30px;
  margin-top: -30px;
  position: relative; }
  @media (max-width: 768px) and (min-height: 770px) {
    .map-timeline {
      min-height: 400px; } }
  @media (max-width: 767px) {
    .map-timeline {
      display: none; } }
  .map-timeline .clear-all {
    display: block;
    cursor: pointer;
    font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #D0D0D0;
    font-weight: 300;
    color: #818181;
    position: absolute;
    top: 8px;
    right: 20px;
    letter-spacing: 0.01em; }
    .map-timeline .clear-all:HOVER {
      border-color: #000;
      color: #000; }

.map-wrap {
  position: relative; }
  .map-wrap .map-svg {
    position: relative;
    padding-bottom: 40.7368421%;
    width: 100%;
    height: auto;
    z-index: 1; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .map-wrap .map-svg {
        padding-bottom: 54.736842%; } }
    @media (min-width: 1200px) and (max-height: 900px) {
      .map-wrap .map-svg {
        padding-bottom: 30.7368421%; } }
    @media (min-width: 1200px) and (max-height: 800px) {
      .map-wrap .map-svg {
        padding-bottom: 28%; } }
    @media (max-height: 750px) {
      .map-wrap .map-svg {
        padding-bottom: 25.7368421%; } }
    @media (max-height: 650px) {
      .map-wrap .map-svg {
        padding-bottom: 22.7368421%; } }
    .map-wrap .map-svg svg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: -24px; }
      @media (max-width: 768px) {
        .map-wrap .map-svg svg {
          max-height: 350px; } }
      @media (max-width: 1024px) {
        .map-wrap .map-svg svg {
          left: 0; } }
  @media (max-height: 900px) and (min-width: 1050px) {
    .map-wrap .text.na {
      -moz-transform: scale(1.7) translate3d(50px, 32px, 0);
      -ms-transform: scale(1.7) translate3d(50px, 32px, 0);
      -webkit-transform: scale(1.7) translate3d(50px, 32px, 0);
      transform: scale(1.7) translate3d(50px, 32px, 0); }
    .map-wrap .text.sa {
      -moz-transform: scale(1.7) translate3d(25px, 3px, 0);
      -ms-transform: scale(1.7) translate3d(25px, 3px, 0);
      -webkit-transform: scale(1.7) translate3d(25px, 3px, 0);
      transform: scale(1.7) translate3d(25px, 3px, 0); }
    .map-wrap .text.ca {
      -moz-transform: scale(1.7) translate3d(17px, 13px, 0);
      -ms-transform: scale(1.7) translate3d(17px, 13px, 0);
      -webkit-transform: scale(1.7) translate3d(17px, 13px, 0);
      transform: scale(1.7) translate3d(17px, 13px, 0); }
    .map-wrap .text.ssa {
      -moz-transform: scale(1.7) translate3d(-170px, 44px, 0);
      -ms-transform: scale(1.7) translate3d(-170px, 44px, 0);
      -webkit-transform: scale(1.7) translate3d(-170px, 44px, 0);
      transform: scale(1.7) translate3d(-170px, 44px, 0); }
    .map-wrap .text.oc {
      -moz-transform: scale(1.7) translate3d(-212px, -40px, 0);
      -ms-transform: scale(1.7) translate3d(-212px, -40px, 0);
      -webkit-transform: scale(1.7) translate3d(-212px, -40px, 0);
      transform: scale(1.7) translate3d(-212px, -40px, 0); }
    .map-wrap .text.af {
      -moz-transform: scale(1.7) translate3d(-102px, 8px, 0);
      -ms-transform: scale(1.7) translate3d(-102px, 8px, 0);
      -webkit-transform: scale(1.7) translate3d(-102px, 8px, 0);
      transform: scale(1.7) translate3d(-102px, 8px, 0); }
    .map-wrap .text.cn {
      -moz-transform: scale(1.7) translate3d(-101px, 52px, 0);
      -ms-transform: scale(1.7) translate3d(-101px, 52px, 0);
      -webkit-transform: scale(1.7) translate3d(-101px, 52px, 0);
      transform: scale(1.7) translate3d(-101px, 52px, 0); }
    .map-wrap .text.wa {
      -moz-transform: scale(1.7) translate3d(-111px, 18px, 0);
      -ms-transform: scale(1.7) translate3d(-111px, 18px, 0);
      -webkit-transform: scale(1.7) translate3d(-111px, 18px, 0);
      transform: scale(1.7) translate3d(-111px, 18px, 0); }
    .map-wrap .text.ea {
      -moz-transform: scale(1.7) translate3d(-178px, 31px, 0);
      -ms-transform: scale(1.7) translate3d(-178px, 31px, 0);
      -webkit-transform: scale(1.7) translate3d(-178px, 31px, 0);
      transform: scale(1.7) translate3d(-178px, 31px, 0); }
    .map-wrap .text.eu {
      -moz-transform: scale(1.7) translate3d(-68px, 61px, 0);
      -ms-transform: scale(1.7) translate3d(-68px, 61px, 0);
      -webkit-transform: scale(1.7) translate3d(-68px, 61px, 0);
      transform: scale(1.7) translate3d(-68px, 61px, 0); } }
  @media (min-width: 768px) and (max-width: 1024px) and (min-height: 850px) {
    .map-wrap .text.na {
      -moz-transform: scale(1.4) translate3d(75px, 60px, 0);
      -ms-transform: scale(1.4) translate3d(75px, 60px, 0);
      -webkit-transform: scale(1.4) translate3d(75px, 60px, 0);
      transform: scale(1.4) translate3d(75px, 60px, 0); }
    .map-wrap .text.sa {
      -moz-transform: scale(1.4) translate3d(45px, 33px, 0);
      -ms-transform: scale(1.4) translate3d(45px, 33px, 0);
      -webkit-transform: scale(1.4) translate3d(45px, 33px, 0);
      transform: scale(1.4) translate3d(45px, 33px, 0); }
    .map-wrap .text.ca {
      -moz-transform: scale(1.4) translate3d(37px, 43px, 0);
      -ms-transform: scale(1.4) translate3d(37px, 43px, 0);
      -webkit-transform: scale(1.4) translate3d(37px, 43px, 0);
      transform: scale(1.4) translate3d(37px, 43px, 0); }
    .map-wrap .text.ssa {
      -moz-transform: scale(1.4) translate3d(-90px, 74px, 0);
      -ms-transform: scale(1.4) translate3d(-90px, 74px, 0);
      -webkit-transform: scale(1.4) translate3d(-90px, 74px, 0);
      transform: scale(1.4) translate3d(-90px, 74px, 0); }
    .map-wrap .text.oc {
      -moz-transform: scale(1.4) translate3d(-110px, 7px, 0);
      -ms-transform: scale(1.4) translate3d(-110px, 7px, 0);
      -webkit-transform: scale(1.4) translate3d(-110px, 7px, 0);
      transform: scale(1.4) translate3d(-110px, 7px, 0); }
    .map-wrap .text.af {
      -moz-transform: scale(1.4) translate3d(-42px, 38px, 0);
      -ms-transform: scale(1.4) translate3d(-42px, 38px, 0);
      -webkit-transform: scale(1.4) translate3d(-42px, 38px, 0);
      transform: scale(1.4) translate3d(-42px, 38px, 0); }
    .map-wrap .text.cn {
      -moz-transform: scale(1.4) translate3d(-44px, 75px, 0);
      -ms-transform: scale(1.4) translate3d(-44px, 75px, 0);
      -webkit-transform: scale(1.4) translate3d(-44px, 75px, 0);
      transform: scale(1.4) translate3d(-44px, 75px, 0); }
    .map-wrap .text.wa {
      -moz-transform: scale(1.4) translate3d(-51px, 38px, 0);
      -ms-transform: scale(1.4) translate3d(-51px, 38px, 0);
      -webkit-transform: scale(1.4) translate3d(-51px, 38px, 0);
      transform: scale(1.4) translate3d(-51px, 38px, 0); }
    .map-wrap .text.ea {
      -moz-transform: scale(1.4) translate3d(-78px, 61px, 0);
      -ms-transform: scale(1.4) translate3d(-78px, 61px, 0);
      -webkit-transform: scale(1.4) translate3d(-78px, 61px, 0);
      transform: scale(1.4) translate3d(-78px, 61px, 0); }
    .map-wrap .text.eu {
      -moz-transform: scale(1.4) translate3d(0px, 81px, 0);
      -ms-transform: scale(1.4) translate3d(0px, 81px, 0);
      -webkit-transform: scale(1.4) translate3d(0px, 81px, 0);
      transform: scale(1.4) translate3d(0px, 81px, 0); } }
  @media (max-height: 750px) and (max-width: 950px) {
    .map-wrap .text.na {
      -moz-transform: scale(2.5) translate3d(26px, 2px, 0);
      -ms-transform: scale(2.5) translate3d(26px, 2px, 0);
      -webkit-transform: scale(2.5) translate3d(26px, 2px, 0);
      transform: scale(2.5) translate3d(26px, 2px, 0); }
    .map-wrap .text.ca {
      -moz-transform: scale(2.5) translate3d(-40px, -33px, 0);
      -ms-transform: scale(2.5) translate3d(-40px, -33px, 0);
      -webkit-transform: scale(2.5) translate3d(-40px, -33px, 0);
      transform: scale(2.5) translate3d(-40px, -33px, 0); }
    .map-wrap .text.sa {
      -moz-transform: scale(2.5) translate3d(-52px, -67px, 0);
      -ms-transform: scale(2.5) translate3d(-52px, -67px, 0);
      -webkit-transform: scale(2.5) translate3d(-52px, -67px, 0);
      transform: scale(2.5) translate3d(-52px, -67px, 0); }
    .map-wrap .text.ssa {
      -moz-transform: scale(2.5) translate3d(-280px, -19px, 0);
      -ms-transform: scale(2.5) translate3d(-280px, -19px, 0);
      -webkit-transform: scale(2.5) translate3d(-280px, -19px, 0);
      transform: scale(2.5) translate3d(-280px, -19px, 0); }
    .map-wrap .text.oc {
      -moz-transform: scale(2.5) translate3d(-372px, -120px, 0);
      -ms-transform: scale(2.5) translate3d(-372px, -120px, 0);
      -webkit-transform: scale(2.5) translate3d(-372px, -120px, 0);
      transform: scale(2.5) translate3d(-372px, -120px, 0); }
    .map-wrap .text.af {
      -moz-transform: scale(2.5) translate3d(-203px, -32px, 0);
      -ms-transform: scale(2.5) translate3d(-203px, -32px, 0);
      -webkit-transform: scale(2.5) translate3d(-203px, -32px, 0);
      transform: scale(2.5) translate3d(-203px, -32px, 0); }
    .map-wrap .text.cn {
      -moz-transform: scale(2.5) translate3d(-251px, 42px, 0);
      -ms-transform: scale(2.5) translate3d(-251px, 42px, 0);
      -webkit-transform: scale(2.5) translate3d(-251px, 42px, 0);
      transform: scale(2.5) translate3d(-251px, 42px, 0); }
    .map-wrap .text.wa {
      -moz-transform: scale(2.5) translate3d(-232px, -22px, 0);
      -ms-transform: scale(2.5) translate3d(-232px, -22px, 0);
      -webkit-transform: scale(2.5) translate3d(-232px, -22px, 0);
      transform: scale(2.5) translate3d(-232px, -22px, 0); }
    .map-wrap .text.ea {
      -moz-transform: scale(2.5) translate3d(-310px, -6px, 0);
      -ms-transform: scale(2.5) translate3d(-310px, -6px, 0);
      -webkit-transform: scale(2.5) translate3d(-310px, -6px, 0);
      transform: scale(2.5) translate3d(-310px, -6px, 0); }
    .map-wrap .text.eu {
      -moz-transform: scale(2.5) translate3d(-187px, 35px, 0);
      -ms-transform: scale(2.5) translate3d(-187px, 35px, 0);
      -webkit-transform: scale(2.5) translate3d(-187px, 35px, 0);
      transform: scale(2.5) translate3d(-187px, 35px, 0); } }
  .map-wrap .map-blue .region {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .map-wrap .map-blue .active .region, .map-wrap .map-blue .region-group:HOVER .region {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
    .map-wrap .map-blue .active .region g, .map-wrap .map-blue .region-group:HOVER .region g {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
  .map-wrap .map-blue .text g {
    cursor: pointer; }
  .map-wrap .map-blue .text path {
    fill: #474747; }
  .map-wrap .map-blue .region-group {
    cursor: pointer; }
  .map-wrap .map-blue .active .text path, .map-wrap .map-blue .region-group:HOVER .text path {
    fill: #000000; }
  .map-wrap .map-black {
    position: relative;
    width: 100%; }
    .map-wrap .map-black svg {
      position: absolute;
      left: 50%;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 0; }

@media (max-width: 1100px) {
  .timeline-wrap {
    padding-left: 120px !important;
    padding-right: 60px !important; } }
@media (max-width: 768px) {
  .timeline-wrap {
    padding-left: 60px !important;
    padding-right: 60px !important; } }
.timeline-wrap .timeline {
  position: relative;
  border-top: 1px solid #b1b2b2;
  margin: 30px 25px 0; }
  .timeline-wrap .timeline .timeline-block {
    cursor: pointer;
    position: relative;
    float: left;
    width: 10%;
    color: #757575;
    text-transform: uppercase;
    font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em; }
    @media (max-width: 1100px) {
      .timeline-wrap .timeline .timeline-block {
        font-size: 14px; } }
    @media (max-width: 900px) {
      .timeline-wrap .timeline .timeline-block {
        font-size: 12px; } }
    .timeline-wrap .timeline .timeline-block .highlight {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      background: -webkit-gradient(linear, 0% 0%, 50% 0%, from(#055AAA), to(#4f95c5));
      background: -moz-gradient(linear, 0% 0%, 50% 0%, from(#055AAA), to(#4f95c5));
      background: -o-gradient(linear, 0% 0%, 50% 0%, from(#055AAA), to(#4f95c5));
      background: -ms-gradient(linear, 0% 0%, 50% 0%, from(#055AAA), to(#4f95c5));
      background: gradient(linear, 0% 0%, 50% 0%, from(#055AAA), to(#4f95c5));
      position: absolute;
      left: 1px;
      top: -10px;
      height: 20px;
      width: 100%; }
      .csscalc .timeline-wrap .timeline .timeline-block .highlight {
        width: -webkit-calc(100% - 1px);
        width: calc(100% - 1px); }
    .timeline-wrap .timeline .timeline-block.active, .timeline-wrap .timeline .timeline-block:HOVER {
      color: #000000; }
      .timeline-wrap .timeline .timeline-block.active .highlight, .timeline-wrap .timeline .timeline-block:HOVER .highlight {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }
      .timeline-wrap .timeline .timeline-block.active + .timeline-block, .timeline-wrap .timeline .timeline-block:HOVER + .timeline-block {
        color: #000000; }
        .timeline-wrap .timeline .timeline-block.active + .timeline-block .right, .timeline-wrap .timeline .timeline-block:HOVER + .timeline-block .right {
          color: #757575; }
    .timeline-wrap .timeline .timeline-block span {
      margin-left: -21px;
      padding-top: 14px;
      display: block;
      pointer-events: none; }
      .timeline-wrap .timeline .timeline-block span.right {
        position: absolute;
        bottom: 0;
        right: -27px; }
    .timeline-wrap .timeline .timeline-block:BEFORE {
      content: '';
      border-left: 1px solid #b1b2b2;
      position: absolute;
      left: 0;
      width: 1px;
      height: 6px;
      top: -3px; }
    .timeline-wrap .timeline .timeline-block:last-of-type:AFTER {
      content: '';
      border-left: 1px solid #b1b2b2;
      position: absolute;
      right: -2px;
      width: 1px;
      height: 6px;
      top: -3px; }

.filter {
  position: relative;
  float: right;
  width: 33.33%;
  height: 30px;
  line-height: 30px;
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  font-weight: 300;
  max-height: 30px;
  font-size: 0.98em; }
  .essay-container .filter, .works-container .filter {
    float: left; }
    .essay-container .filter.thematic, .works-container .filter.thematic {
      float: right;
      width: -webkit-calc(33.33% - 40px);
      width: calc(33.33% - 40px); }
      .essay-container .filter.thematic:BEFORE, .works-container .filter.thematic:BEFORE {
        content: 'or';
        display: block;
        position: absolute;
        left: -25px;
        top: 0px;
        color: #b1b2b2; }
      @media (max-width: 767px) {
        .essay-container .filter.thematic, .works-container .filter.thematic {
          width: 100%;
          margin-top: 2px; } }
    .essay-container .filter.geo, .works-container .filter.geo {
      border-right: 1px solid white; }
    @media (max-width: 767px) {
      .essay-container .filter, .works-container .filter {
        width: 100%; }
        .essay-container .filter:first-of-type, .works-container .filter:first-of-type {
          margin-top: 2px; } }
  .chronology-container .filter {
    float: left;
    border-bottom: 1px solid white; }
    .chronology-container .filter .active-filter {
      border: none;
      border-right: 1px solid white;
      border-color: white !important; }
    @media (max-width: 767px) {
      .chronology-container .filter {
        width: 100%; } }
  .filter.empty-filter {
    display: none; }
  .filter.open {
    max-height: none; }
    .filter.open .active-filter {
      background-color: white;
      border-color: #e5e5e5;
      border-top: 1px;
      z-index: 2; }
    .filter.open .icon-arrow-down {
      -moz-transform: rotate(90deg) scale(-0.6);
      -ms-transform: rotate(90deg) scale(-0.6);
      -webkit-transform: rotate(90deg) scale(-0.6);
      transform: rotate(90deg) scale(-0.6); }
  .filter .active-filter {
    position: relative;
    padding: 0 20px;
    background-color: #e5e5e5;
    cursor: pointer;
    border: 1px solid white;
    border-top: 0;
    border-right: 0;
    color: #333;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none; }
    .no-touchevents .filter .active-filter:HOVER, .touchevents .filter .active-filter:ACTIVE {
      background-color: white;
      border-color: #e5e5e5;
      border-top: 1px;
      color: #000000;
      z-index: 3; }
  .filter ul {
    list-style: none;
    margin: 0;
    padding: 0 0 20px;
    color: #333;
    position: absolute;
    width: 100%;
    left: 0;
    top: 31px;
    background-color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    -moz-box-shadow: 0px 0px 12px -2px #e5e5e5;
    -webkit-box-shadow: 0px 0px 12px -2px #e5e5e5;
    box-shadow: 0px 0px 12px -2px #e5e5e5; }
    .filter ul li {
      cursor: pointer;
      padding: 0 20px; }
      .filter ul li.disabled {
        color: #C0C0C0;
        pointer-events: none; }
      .filter ul li.active, .no-touchevents .filter ul li:HOVER, .touchevents .filter ul li:ACTIVE {
        color: #000000; }
        .filter ul li.active span, .no-touchevents .filter ul li:HOVER span, .touchevents .filter ul li:ACTIVE span {
          border-color: black; }
      .filter ul li.active {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        pointer-events: all; }
      .filter ul li a {
        border: none; }
        .no-touchevents .filter ul li a:HOVER, .touchevents .filter ul li a:ACTIVE {
          color: inherit; }
      .filter ul li span {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        border-bottom: 1px solid transparent;
        line-height: 20px; }
        .filter ul li span.subitem {
          text-transform: none;
          margin-left: 15px; }
  @media (max-width: 767px) {
    .filter {
      width: auto;
      float: none;
      border-bottom: 1px solid #e5e5e5; }
      .filter .active-filter {
        border: 0;
        background-color: #FFF; }
      .filter.open {
        border-bottom: 0; }
        .filter.open .active-filter {
          z-index: 3;
          border-bottom: 1px solid #e5e5e5; }
      .filter.empty-filter {
        display: none; }
      .filter ul {
        z-index: 2;
        overflow: auto;
        -webkit-overflow-scrolling: touch; } }

.filter-closer {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.tooltip-wrap {
  position: relative;
  overflow: visible;
  display: inline;
  white-space: normal; }
  .tooltip-wrap .tooltip p {
    margin: 0; }

.tooltip {
  position: absolute;
  background-color: #fff;
  z-index: 2;
  min-width: 340px;
  -moz-box-shadow: 2px 2px 10px rgba(34, 34, 34, 0.25);
  -webkit-box-shadow: 2px 2px 10px rgba(34, 34, 34, 0.25);
  box-shadow: 2px 2px 10px rgba(34, 34, 34, 0.25);
  bottom: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  pointer-events: none; }
  .kickRight .tooltip {
    left: 0;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .kickLeft .tooltip {
    left: auto;
    right: 0;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .kickBot .tooltip {
    bottom: auto;
    top: 130%; }
  .hovered.data-loaded .tooltip {
    display: block; }
  .tooltip .inner, .tooltip-wrap .tooltip .inner {
    padding: 23px; }
  .tooltip-nonmet .tooltip {
    pointer-events: normal;
    position: fixed;
    bottom: 50%;
    top: auto;
    pointer-events: all;
    -moz-transform: translateY(50%) translateX(-50%);
    -ms-transform: translateY(50%) translateX(-50%);
    -webkit-transform: translateY(50%) translateX(-50%);
    transform: translateY(50%) translateX(-50%); }
    @media (max-width: 1100px) {
      .csscalc .tooltip-nonmet .tooltip {
        -moz-transform: translateY(50%) translateX(calc(0));
        -ms-transform: translateY(50%) translateX(calc(0));
        -webkit-transform: translateY(50%) translateX(calc(0));
        transform: translateY(50%) translateX(calc(0));
        left: 400px; } }
    @media (max-width: 768px) {
      .csscalc .tooltip-nonmet .tooltip {
        left: 50%;
        -moz-transform: translateY(50%) translateX(-50%);
        -ms-transform: translateY(50%) translateX(-50%);
        -webkit-transform: translateY(50%) translateX(-50%);
        transform: translateY(50%) translateX(-50%); } }
    @media (min-width: 1100px) {
      .csscalc .tooltip-nonmet .tooltip {
        -moz-transform: translateY(50%) translateX(calc(-50% - 150px));
        -ms-transform: translateY(50%) translateX(calc(-50% - 150px));
        -webkit-transform: translateY(50%) translateX(calc(-50% - 150px));
        transform: translateY(50%) translateX(calc(-50% - 150px)); } }
    @media (min-width: 1200px) {
      .csscalc .tooltip-nonmet .tooltip {
        -moz-transform: translateY(50%) translateX(calc(-50% - 200px));
        -ms-transform: translateY(50%) translateX(calc(-50% - 200px));
        -webkit-transform: translateY(50%) translateX(calc(-50% - 200px));
        transform: translateY(50%) translateX(calc(-50% - 200px)); } }
    @media (min-width: 1300px) {
      .csscalc .tooltip-nonmet .tooltip {
        -moz-transform: translateY(50%) translateX(calc(-50% - 250px));
        -ms-transform: translateY(50%) translateX(calc(-50% - 250px));
        -webkit-transform: translateY(50%) translateX(calc(-50% - 250px));
        transform: translateY(50%) translateX(calc(-50% - 250px)); } }
    @media (min-width: 1400px) {
      .csscalc .tooltip-nonmet .tooltip {
        -moz-transform: translateY(50%) translateX(calc(-50% - 300px));
        -ms-transform: translateY(50%) translateX(calc(-50% - 300px));
        -webkit-transform: translateY(50%) translateX(calc(-50% - 300px));
        transform: translateY(50%) translateX(calc(-50% - 300px)); } }
    @media (max-width: 768px) {
      .tooltip-nonmet .tooltip, .csscalc .tooltip-nonmet .tooltip {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -moz-transform: translateY(0) translateX(0);
        -ms-transform: translateY(0) translateX(0);
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        z-index: 5; }
        .tooltip-nonmet .tooltip .inner, .csscalc .tooltip-nonmet .tooltip .inner {
          padding: 50px 35px; } }
    .tooltip-nonmet .tooltip .inner {
      padding: 30px 35px; }
    .tooltip-nonmet .tooltip a:HOVER {
      border: none; }
    .tooltip-nonmet .tooltip p {
      color: #000000;
      font-size: 14px;
      line-height: 1.2;
      display: block;
      text-transform: none;
      font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0.02em;
      font-weight: 300;
      margin-top: 0.7em;
      max-width: 480px; }
      @media (max-height: 1000px) {
        .tooltip-nonmet .tooltip p {
          max-width: 350px; } }
      @media (max-height: 700px) {
        .tooltip-nonmet .tooltip p {
          max-width: 300px; } }
  .tooltip .icon-close {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 22px;
    height: 22px;
    background-position: 0px -225px; }
    .tooltip .icon-close:HOVER {
      background-position: -50px -225px; }
  .tooltip a {
    border: none; }
  .tooltip .artist {
    font-size: 17px;
    font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    font-weight: 300;
    margin-top: 8px;
    display: block;
    line-height: 1;
    margin-bottom: 5px; }
    .tooltip .artist p {
      line-height: 1; }
  .tooltip .inner > p {
    color: #6d6e71;
    text-transform: uppercase;
    font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    font-size: 17px;
    line-height: 0.9; }
    .tooltip-nonmet .tooltip .inner > p {
      max-width: 600px;
      margin: 0 auto;
      text-transform: none; }
      @media (max-width: 767px) {
        .tooltip-nonmet .tooltip .inner > p {
          max-width: 100%; } }
  .tooltip .artist + h2 {
    margin: 0; }
  .tooltip h2 {
    margin: 9px 0 0;
    font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    line-height: 1.1em;
    font-size: 17px;
    font-weight: 700; }
  .tooltip img {
    max-width: 297px;
    max-height: 350px;
    width: auto;
    margin: 0 auto 12px;
    position: relative;
    display: block;
    height: auto; }
    .tooltip-nonmet .tooltip img {
      max-width: 600px;
      max-height: 600px;
      width: auto;
      height: auto;
      margin: 0 auto 26px auto;
      position: relative;
      display: block; }
      @media (max-height: 1000px) {
        .tooltip-nonmet .tooltip img {
          max-height: 350px; } }
      @media (max-height: 700px) {
        .tooltip-nonmet .tooltip img {
          max-height: 250px; } }
      @media (max-width: 767px) {
        .tooltip-nonmet .tooltip img {
          max-width: 100%;
          max-height: 350px; } }

.tooltip-essay .tooltip img {
  margin-left: 0; }

.previewDiv {
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: grey;
  z-index: 1;
  display: none;
  pointer-events: none; }

.mejs-offscreen {
  /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
  position: absolute !important;
  top: -10000px;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px; }

.mejs-container {
  position: relative;
  background: none;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
  width: 100% !important;
  margin-left: 24px;
  width: -webkit-calc(100% - 24px) !important;
  width: calc(100% - 24px) !important; }

.mejs-container:focus {
  outline: none; }

.me-plugin {
  position: absolute; }

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: none;
  overflow: hidden; }

.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important; }

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000; }

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%; }

.mejs-clear {
  clear: both; }

/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

:root .mejs-poster img {
  display: none; }

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0; }

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-overlay-play {
  cursor: pointer; }

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(bigplay.svg) no-repeat; }

.no-svg .mejs-overlay-button {
  background-image: url(bigplay.png); }

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px; }

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(background.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9)); }

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(loading.gif) 50% 50% no-repeat; }

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: none;
  height: 30px;
  width: 100%; }

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0; }

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(controls.svg) no-repeat; }

.no-svg .mejs-controls .mejs-button button {
  background-image: url(controls.png); }

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
  outline: none; }

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  display: block;
  height: 17px;
  width: auto;
  padding: 10px 3px 0 13px;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto; }

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
  background-position: 0 0;
  outline: 0;
  background-image: url(../images/Sprite_09_2x.png);
  background-size: 420px 543px;
  background-repeat: no-repeat;
  background-position: -96px -198px;
  -moz-transform: scale(1.45);
  -ms-transform: scale(1.45);
  -webkit-transform: scale(1.45);
  transform: scale(1.45); }
  .mejs-controls .mejs-play button:HOVER {
    background-position: -121px -198px; }

.mejs-controls .mejs-playpause-button {
  position: absolute;
  left: -30px; }

.mejs-controls .mejs-pause button {
  outline: 0;
  background-image: url(../images/Sprite_09_2x.png);
  background-size: 420px 543px;
  background-repeat: no-repeat;
  background-position: -96px -213px;
  -moz-transform: scale(1.45);
  -ms-transform: scale(1.45);
  -webkit-transform: scale(1.45);
  transform: scale(1.45); }
  .mejs-controls .mejs-pause button:HOVER {
    background-position: -121px -213px; }

.mejs-controls .mejs-stop button {
  background-position: -112px 0; }

/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 50% !important;
  padding-top: 5px; }

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 6px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer; }

.mejs-controls .mejs-time-rail .mejs-time-total {
  width: 50% !important;
  background: white;
  margin-top: 7px;
  outline: 0; }

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  display: none !important;
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite; }

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
@keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  display: none !important;
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
  background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0; }

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #055AAA;
  width: 0; }

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center; }

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none !important;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111; }

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0; }

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px; }

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0; }

.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px; }

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
  display: none; }

.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
  display: none !important; }

.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
  display: none !important; }

.mejs-controls .mejs-volume-button {
  position: relative; }

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0; }

.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0; }

/* horizontal version */
.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: none !important;
  float: left;
  vertical-align: middle; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none; }

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative; }

.mejs-controls .mejs-captions-button button {
  background-position: -48px 0; }

.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px; }

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0; }

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1; }

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
  overflow: hidden;
  border: 0; }

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer; }

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none; }

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232); }

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px; }

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis; }

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff; }

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline; }

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal; }

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0; }

.mejs-captions-position-hover {
  bottom: 35px; }

.mejs-captions-text {
  padding: 3px 5px;
  background: url(background.png);
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap; }

/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
  color: #fff;
  font-weight: bold; }

.me-cannotplay span {
  padding: 15px;
  display: block; }

/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px; }

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0; }

/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px; }

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0; }

/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0; }

/* End: Picture Controls */
/* context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */ }

.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333; }

.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333; }

.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff; }

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
  position: relative; }

.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px; }

/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden; }

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%; }

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer; }

/* End: Postroll */
/* Start: Speed */
div.mejs-speed-button {
  width: 46px !important;
  position: relative; }

.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #ffffff; }

.mejs-controls .mejs-speed-button .mejs-speed-selector {
  display: none;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  display: block; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 11.5px;
  color: white;
  margin-left: 5px;
  cursor: pointer; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important; }

/* End: Speed */
/* Start: Jump Forward */
.mejs-controls .mejs-button.mejs-jump-forward-button {
  background: transparent url(jumpforward.png) no-repeat;
  background-position: 3px 3px; }

.mejs-controls .mejs-button.mejs-jump-forward-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff; }

/* End: Jump Forward */
/* Start: Skip Back */
.mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url(skipback.png) no-repeat;
  background-position: 3px 3px; }

.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff; }

/* End: Skip Back */
.search-page {
  padding-top: 38px !important; }

#toahContentParent h1 {
  color: #333;
  margin-bottom: 0.3em; }

.gs-spacer {
  display: none; }

.gsc-search-box {
  display: none; }

.gs-search-box .gsc-branding {
  display: none; }

.gsc-input {
  height: 25px; }

.gsc-search-button input {
  height: 25px; }

.gsc-result-info-container {
  border-top: solid 1px #b1b2b2; }

.gsc-result-info {
  float: right;
  margin: 10px 0 0 !important;
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-size: 13px !important;
  color: #666 !important; }

.gsc-branding {
  display: none !important; }

.gsc-results-wrapper-nooverlay {
  margin-top: 50px; }

div.gs-title {
  overflow: visible !important;
  text-decoration: none !important;
  font-size: 22px !important;
  line-height: 1.6 !important;
  margin-bottom: 10px;
  margin-top: -9px;
  height: auto !important; }
  div.gs-title a {
    font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    font-weight: 400 !important;
    color: #000 !important;
    text-decoration: none !important; }
    div.gs-title a b {
      text-decoration: none !important;
      font-weight: 400 !important; }

.gsc-above-wrapper-area-container {
  display: none !important; }

.gsc-above-wrapper-area {
  border: none !important;
  border-bottom: none !important;
  border-top: 1px solid #E9E9E9; }

.gsc-webResult a {
  border: none !important; }

.textIntro {
  font-family: 'The Met Serif Web', Georgia, serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 1.2em; }
  .textIntro em, .textIntro i {
    font-style: italic; }
  .textIntro b {
    font-weight: normal !important; }

.authorListing {
  display: none; }

.urlArea {
  font-size: 13px;
  color: #6f6f6f !important;
  padding-bottom: 7px;
  margin-top: 0px;
  display: block;
  white-space: pre-wrap;
  word-break: break-all;
  word-break: break-word; }

.authorArea {
  font-size: 13px;
  color: #000;
  padding-top: 7px;
  margin-top: 0px;
  display: block; }

.gsc-wrapper {
  padding-top: 0; }

.gs-result .gs-title * {
  line-height: 1.1 !important;
  padding-bottom: 2px;
  font-size: 20px !important;
  color: #000 !important;
  overflow: visible !important;
  border-bottom: 1px solid #000 !important;
  line-height: 1.6; }

.gs-web-image-box {
  padding: 0px 30px 2px 0px !important;
  min-width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap; }
  .gs-web-image-box a {
    display: block;
    border-bottom: none !important; }
  .gs-web-image-box .gs-image {
    max-width: 120px !important;
    max-height: 120px !important; }

.gcsc-branding-img-noclear a {
  border: none !important; }

.gsc-results .gsc-cursor-box {
  margin-top: 20px; }

.gsc-cursor-page {
  font-size: 14px;
  text-decoration: none !important;
  margin-right: 12px !important;
  outline: none; }

.gsc-cursor-current-page {
  color: #ffffff !important;
  padding: 5px 10px;
  background-color: #055AAA; }

.gs-spelling a {
  text-decoration: none !important;
  border: none !important;
  color: #055AAA !important; }

.no-image {
  width: 120px;
  height: 120px;
  margin-right: 30px;
  text-transform: uppercase;
  color: #ffffff !important;
  position: relative !important; }
  .no-image a:HOVER {
    color: #ffffff; }
  .no-image .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    background-color: #fff; }
    .no-image .flex.essay {
      background-color: #2c2c2c; }
    .no-image .flex.works {
      background-color: #8D8D8D; }
    .no-image .flex.timeline {
      background-color: #a98b19; }
    .no-image .flex.index {
      background-color: #055AAA; }
  .no-image .default {
    font-size: 25px;
    color: #6e6e6e !important;
    font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    text-transform: none;
    line-height: 1;
    margin: 7px 0; }
    .no-image .default span {
      color: #a98b19; }
  .no-image .large {
    position: absolute;
    top: 0px;
    left: 12px;
    display: block;
    line-height: 1.3;
    font-size: 50px;
    font-weight: 200; }
  .no-image small {
    position: absolute;
    left: 12px;
    bottom: 3px;
    font-size: 95%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6; }
  .no-touchevents .no-image a:HOVER, .touchevents .no-image a:ACTIVE {
    color: white !important; }

.gs-no-results-result .gs-snippet {
  background: none !important;
  border: none !important;
  margin: 2em 0 0 0 !important;
  padding: 0 !important;
  font-family: 'The Met Serif Web', Georgia, serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.05em; }
  .gs-no-results-result .gs-snippet em, .gs-no-results-result .gs-snippet i {
    font-style: italic; }

.toggle-filters {
  display: block;
  text-align: right;
  color: #6d6e71;
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 15px; }
  @media (min-width: 480px) {
    .toggle-filters {
      display: none; } }
  .toggle-filters .icon-arrow-down {
    position: relative;
    top: 0;
    right: 0; }
    .showToggle .toggle-filters .icon-arrow-down {
      -moz-transform: rotate(270deg) scale(0.6);
      -ms-transform: rotate(270deg) scale(0.6);
      -webkit-transform: rotate(270deg) scale(0.6);
      transform: rotate(270deg) scale(0.6); }

.gsc-tabsArea {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  font-size: 18px;
  line-height: 1.5; }
  @media (max-width: 480px) {
    .gsc-tabsArea {
      display: none; }
      .showToggle .gsc-tabsArea {
        display: block; } }
  .gsc-tabsArea .gsc-tabHeader {
    width: 20%;
    color: #8D8D8D !important;
    font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 100%;
    line-height: 1.5em;
    border: none !important;
    background: none !important;
    margin: 0;
    padding: 0;
    outline: none !important; }
    @media (max-width: 1024px) {
      .gsc-tabsArea .gsc-tabHeader {
        font-size: 0.9em; } }
    @media (max-width: 900px) {
      .gsc-tabsArea .gsc-tabHeader {
        font-size: 0.75em; } }
    @media (max-width: 800px) {
      .gsc-tabsArea .gsc-tabHeader {
        font-size: 0.65em; } }
    @media (max-width: 768px) {
      .gsc-tabsArea .gsc-tabHeader {
        font-size: 1em; } }
    .gsc-tabsArea .gsc-tabHeader.gsc-tabhActive, .no-touchevents .gsc-tabsArea .gsc-tabHeader:HOVER, .touchevents .gsc-tabsArea .gsc-tabHeader:ACTIVE {
      color: #000 !important; }
    .gsc-tabsArea .gsc-tabHeader .tab-count {
      font-weight: 300; }
    @media (min-width: 480px) {
      .gsc-tabsArea .gsc-tabHeader:nth-child(3), .gsc-tabsArea .gsc-tabHeader:nth-child(5), .gsc-tabsArea .gsc-tabHeader:nth-child(7) {
        text-align: center;
        width: 25.667%; }
      .gsc-tabsArea .gsc-tabHeader:nth-child(9) {
        text-align: right; }
      .gsc-tabsArea .gsc-tabHeader:nth-child(1) {
        width: 6%; }
      .gsc-tabsArea .gsc-tabHeader:nth-child(9) {
        width: 17%; } }
    @media (max-width: 480px) {
      .gsc-tabsArea .gsc-tabHeader {
        width: 100%;
        text-align: left; } }

table {
  width: 100%; }

td div {
  max-width: 100%; }

.gsc-clear-button {
  display: none; }

td .gs-image-box {
  display: inline-block;
  vertical-align: top; }

@media (max-width: 480px) {
  .gsc-results table tr td {
    display: block;
    float: left;
    clear: both;
    width: 100%; }
    .gsc-results table tr td .no-image {
      display: none !important; }
    .gsc-results table tr td .gs-web-image-box, .gsc-results table tr td .gs-promotion-image-box {
      width: 100%;
      padding: 0;
      display: block;
      height: auto;
      margin-bottom: 10px; }
      .gsc-results table tr td .gs-web-image-box .gs-image, .gsc-results table tr td .gs-promotion-image-box .gs-image {
        display: block;
        max-width: 100% !important;
        max-height: 1000px !important; } }

@media (max-width: 480px) {
  td.gcsc-branding-text div.gcsc-branding-text {
    text-align: left !important; } }
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #e5e5e5; }

body {
  font-family: 'The Met Serif Web', Georgia, serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.05em; }
  body em, body i {
    font-style: italic; }
  body.sidebarOn, body.modal-on {
    overflow: hidden; }

html, body {
  height: 100%; }

@media (min-width: 768px) {
  .contain {
    min-height: 100%;
    margin-bottom: -42px; }

  .contain:after {
    content: "";
    display: block; }

  footer, .contain:after {
    height: 42px; } }
@media (max-width: 992px) {
  .contain {
    min-height: 100%;
    margin-bottom: -104px; }

  .contain:after {
    content: "";
    display: block; }

  footer, .contain:after {
    height: 104px !important; } }
@media (max-width: 767px) {
  .contain {
    min-height: 100%;
    margin-bottom: -128px; }

  .contain:after {
    content: "";
    display: block; }

  footer, .contain:after {
    height: 128px !important; } }
h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  font-weight: 700; }

a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid black; }
  .tooltip-wrap a {
    position: relative; }
  a:HOVER {
    color: #055AAA;
    border-bottom: solid 1px #055AAA; }

.clearfix:after, .gsc-tabsArea:after, header .inner:after, .essayObjNav:after, .tabs:after, .essay-work-list:after, .chronology-works-list:after, .hero-work-list:after {
  content: "";
  display: table;
  clear: both; }

.maxW {
  max-width: 860px;
  margin: auto;
  position: relative; }
  @media (max-width: 1100px) {
    .maxW {
      padding: 0 120px; }
      .maxW.maxWLeft {
        padding-left: 0; } }
  @media (max-width: 768px) {
    .maxW {
      padding: 0 60px; } }
  @media (max-width: 767px) {
    .maxW {
      padding: 0 20px; } }
  @media (min-width: 1200px) {
    .maxW {
      max-width: 960px; } }
  @media (min-width: 1300px) {
    .maxW {
      max-width: 1060px; } }
  @media (min-width: 1400px) {
    .maxW {
      max-width: 1160px; } }

@media (max-width: 1200px) {
  .single-essay .maxWSidebar, .single-chrono .maxWSidebar {
    max-width: 940px; } }
@media (max-width: 1100px) {
  .maxWSidebar {
    padding: 0 0 0 120px; } }
@media (max-width: 768px) {
  .maxWSidebar {
    padding: 0 60px; } }
@media (max-width: 480px) {
  .maxWSidebar {
    padding: 0 20px; } }
@media (min-width: 1200px) {
  .maxWSidebar {
    max-width: 960px; } }
@media (min-width: 1300px) {
  .maxWSidebar {
    max-width: 1060px; } }
@media (min-width: 1400px) {
  .maxWSidebar {
    max-width: 1160px; } }

.maxWLeft {
  margin-left: 120px; }
  @media (max-width: 960px) {
    .single-keywords .maxWLeft, .single-artist .maxWLeft {
      margin-left: 20px; } }

.content-wrap {
  padding: 0 0 100px 0px; }
  @media (min-width: 2000px) {
    .content-wrap {
      z-index: 5; } }
  @media (max-width: 767px) {
    .single-essays .content-wrap, .single-chronology .content-wrap, .single-keywords .content-wrap, .single-artist .content-wrap, .single-lists_of_rulers .content-wrap {
      padding: 0px; } }
  .content-wrap.artists-makers .section-title {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 1em;
    color: #333;
    margin-top: 2em; }

.single-chrono {
  padding-top: 5px; }

.overlayLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.toggle {
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.toggle-icon {
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-size: 24px;
  width: 15px;
  text-align: center; }

.toggle-icon-minus {
  display: none; }
  .expanded .toggle-icon-minus {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: bottom; }

.toggle-icon-plus {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: bottom; }
  .expanded .toggle-icon-plus {
    display: none; }

.show-expanded {
  display: none; }
  .expanded .show-expanded {
    display: block; }
    .expanded .show-expanded .show-expanded {
      display: none; }
    .expanded .show-expanded .expanded .show-expanded {
      display: block; }
  @media (max-width: 767px) {
    .single-works-wrap .description-wrap .show-expanded {
      padding-bottom: 20px; } }

.style-guide-header {
  position: fixed;
  width: 100%;
  height: 29px;
  background-color: #FFF;
  border-bottom: 1px solid #000;
  font-size: 13px;
  line-height: 28px;
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  z-index: 10; }
  .style-guide-header p {
    font-size: 13px;
    line-height: 28px;
    margin: 0;
    padding: 0 100px 0 10px;
    font-weight: 700; }
  .style-guide-header span.styles-toggle {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    right: 0px;
    padding: 0 10px;
    text-align: right;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none; }
    .style-guide-header span.styles-toggle:before {
      content: "hide "; }
    .show-styles .style-guide-header span.styles-toggle:before {
      content: "show "; }
    .style-guide-header span.styles-toggle:HOVER {
      color: #999; }

.style-guide {
  padding: 60px 30px 30px;
  background-color: #e5e5e5; }

.pre-span, .style-section .pre-wrap:before, .style-section .pre-wrap pre:after {
  display: block;
  background-color: #BDBAB0;
  color: #FFF;
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  padding: 2px 10px; }

.style-section {
  margin-bottom: 20px;
  position: relative; }
  .style-section:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 700px) {
    .style-section {
      margin-bottom: 50px; } }
  .style-section .pre-wrap {
    font-size: 14px;
    position: relative; }
    .style-section .pre-wrap .pre-toggle {
      width: 100%;
      height: 28px;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer; }
      .style-section .pre-wrap .pre-toggle:before, .style-section .pre-wrap .pre-toggle:after {
        font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.02em;
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        width: 28px;
        left: auto;
        right: 10px;
        text-align: right;
        color: #FFF; }
      .style-section .pre-wrap .pre-toggle:HOVER:before, .style-section .pre-wrap .pre-toggle:HOVER:after {
        color: #e5e5e5; }
      .style-section .pre-wrap .pre-toggle:before {
        content: "–"; }
      .style-section .pre-wrap .pre-toggle:after {
        content: "+";
        display: none; }
    .style-section .pre-wrap:before {
      content: attr(section);
      text-transform: uppercase;
      font-weight: 700; }
    .style-section .pre-wrap p {
      font-size: 12px;
      margin: 0;
      font-family: monospace, monospace; }
    .style-section .pre-wrap pre {
      position: relative;
      margin: 0;
      tab-size: 1;
      word-break: normal;
      line-height: 1.2;
      padding: 25px 10px 10px;
      color: #FFF;
      background-color: #CDCBC3; }
      .style-section .pre-wrap pre.tablet, .style-section .pre-wrap pre.desktop {
        display: none; }
      .style-section .pre-wrap pre:after {
        width: 100%;
        display: block;
        background-color: #FFF;
        color: #BDBAB0;
        position: absolute;
        top: 0;
        left: 0;
        content: "Global";
        padding: 2px 0;
        line-height: 1;
        text-indent: 10px; }
      .style-section .pre-wrap pre.mobile:after {
        content: "Mobile"; }
      .style-section .pre-wrap pre.tablet:after {
        content: "Tablet"; }
      .style-section .pre-wrap pre.desktop:after {
        content: "Desktop"; }
    .style-section .pre-wrap.toggled pre, .style-section .pre-wrap.toggled pre.mobile, .style-section .pre-wrap.toggled pre.tablet, .style-section .pre-wrap.toggled pre.desktop, .style-section .pre-wrap.toggled .pre-toggle:before {
      display: none; }
    .style-section .pre-wrap.toggled .pre-toggle:after {
      display: block; }
    .show-styles .style-section .pre-wrap {
      display: none; }
  @media (min-width: 700px) {
    .style-section .pre-wrap {
      width: 300px;
      float: right;
      margin-left: 20px; }
      .style-section .pre-wrap pre.tablet {
        display: block; }
      .style-section .pre-wrap pre.mobile {
        display: none; }
    .style-section .content-wrap {
      width: -webkit-calc(100% - 320px);
      width: calc(100% - 320px);
      float: left; }
      .show-styles .style-section .content-wrap {
        width: auto;
        padding-right: 100px; } }
  @media (min-width: 1024px) {
    .style-section .pre-wrap pre.desktop {
      display: block; }
    .style-section .pre-wrap pre.tablet {
      display: none; } }

.count-wrap {
  background: rgba(0, 0, 0, 0.7);
  width: 65px;
  height: 65px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  @media (max-width: 768px) {
    .count-wrap {
      width: 45px;
      height: 45px; }
      .count-wrap .count-icon {
        width: 18px;
        height: 14px;
        margin: 12px 11px; }
      .count-wrap .count-border {
        width: 18px;
        height: 14px; }
        .count-wrap .count-border.left {
          right: 13px;
          top: 13px; }
        .count-wrap .count-border.right {
          right: 10px;
          top: 16px; } }
  @media (max-width: 480px) {
    .count-wrap {
      display: none; } }
  .hovered .count-wrap .count-shadow {
    background-color: #2378aa; }
  .hovered .count-wrap .count-border {
    border-color: #2378aa; }

.count-prompt {
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  position: absolute;
  right: 0;
  bottom: -30px;
  color: #2378aa;
  cursor: pointer; }
  .count-prompt .label {
    border-bottom: 1px solid transparent; }
  .hovered .count-prompt .label {
    border-color: #2378aa; }
  .count-prompt .icon-out-arrow {
    background-position: -146px -344px; }
  @media (max-width: 480px) {
    .count-prompt {
      display: none; } }
  @media (min-width: 2048px) {
    .single-essay .count-prompt {
      display: none; } }

.count-border {
  position: absolute;
  width: 25px;
  height: 19px;
  background: #000;
  border: 1px solid #fff; }
  .count-border.left {
    right: 19px;
    top: 20px;
    z-index: 1; }
  .count-border.right {
    right: 15px;
    top: 24px;
    z-index: 0; }

.count-icon {
  margin: 18px 17px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  position: relative;
  width: 25px;
  height: 19px;
  text-indent: -9999px;
  background-color: #000;
  color: #FFF;
  z-index: 2; }
  .count-icon.white-count, .hovered .count-icon {
    background-color: #FFF;
    color: #000; }
    .count-icon.white-count:before, .count-icon.white-count:after, .hovered .count-icon:before, .hovered .count-icon:after {
      -moz-box-shadow: inset 0px 0px 0px 1px #FFF;
      -webkit-box-shadow: inset 0px 0px 0px 1px #FFF;
      box-shadow: inset 0px 0px 0px 1px #FFF; }

.count-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-box-shadow: 2px 2px 10px rgba(34, 34, 34, 0.25);
  -webkit-box-shadow: 2px 2px 10px rgba(34, 34, 34, 0.25);
  box-shadow: 2px 2px 10px rgba(34, 34, 34, 0.25); }

.report-list {
  padding: 0 20px; }
  .report-list h3 {
    margin: 30px 0 0; }

.icon, .icon-out-arrow, .landing-image .scroll-toggle span, .home-met-logo, .met-logo, .sidebar-section.accordion .section-title:before, .section-expandable.accordion .toggle:before, .expanded.accordion .section-expandable.accordion .toggle:before, .essay-preview .pull-quote:before, .essay-preview .pull-quote:after, .chrono-preview .pull-quote:before, .chrono-preview .pull-quote:after, .extend-more span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url(../images/sprite.png);
  background-image: url(../images/sprite.svg);
  background-size: 600px 600px;
  background-repeat: no-repeat; }

.icon-onview {
  width: 20px;
  height: 22px;
  background-position: 0 -175px; }
  .no-touchevents a:HOVER .icon-onview, .touchevents a:ACTIVE .icon-onview {
    background-position: -50px -175px; }

.icon-accordion {
  float: right;
  width: 22px;
  height: 24px;
  background-position: -101px -301px;
  margin: 2px 10px 0 0;
  -moz-transform: scale(0.71);
  -ms-transform: scale(0.71);
  -webkit-transform: scale(0.71);
  transform: scale(0.71); }
  .subhead .icon-accordion {
    margin: 8px 0 0 0; }
  .no-touchevents .subhead:HOVER .icon-accordion, .no-touchevents .accordion p:HOVER .icon-accordion, .icon-accordion .no-touchevents .section-expandable .subhead:HOVER:BEFORE, .touchevents .subhead:ACTIVE .icon-accordion, .touchevents .accordion p:ACTIVE .icon-accordion, .icon-accordion .touchevents .section-expandable .subhead:ACTIVE:BEFORE {
    background-position: -126px -301px; }
  .expanded .icon-accordion {
    background-position: -151px -301px; }
  .no-touchevents .expanded .subhead:HOVER .icon-accordion, .no-touchevents .expanded p:HOVER .icon-accordion, .touchevents .expanded .subhead:ACTIVE .icon-accordion, .touchevents .expanded p:ACTIVE .icon-accordion {
    background-position: -176px -301px; }
  .main-list .icon-accordion {
    float: none;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -12px 0 0; }

.icon-arrow-right {
  float: right;
  width: 22px;
  height: 22px;
  background-position: 0 -323px; }
  @media (max-width: 767px) {
    .icon-arrow-right {
      background-position: 5px -323px; } }

.icon-arrow-left {
  float: left;
  width: 22px;
  height: 22px;
  background-position: 0 -323px;
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.icon-arrow-down {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 22px;
  height: 22px;
  background-position: -44px -325px;
  -moz-transform: rotate(90deg) scale(0.6);
  -ms-transform: rotate(90deg) scale(0.6);
  -webkit-transform: rotate(90deg) scale(0.6);
  transform: rotate(90deg) scale(0.6); }

.icon-close {
  width: 22px;
  height: 22px;
  background-position: 0 -200px; }
  .caption-overlay .icon-close {
    background-position: 0px -225px; }

.icon-close-invert {
  width: 22px;
  height: 22px;
  background-position: -49px -225px; }

.icon-caption-toggle {
  background-position: 0 -250px; }
  .no-touchevents .icon-caption-toggle:HOVER, .touchevents .icon-caption-toggle:ACTIVE {
    background-position: -50px -250px; }

.icon-obj-enlarge {
  position: relative;
  float: right;
  width: 30px;
  height: 25px;
  background-position: 4px -74px;
  cursor: pointer;
  margin: 12px 0 0 0; }
  .no-touchevents .sidebar-img-wrap:HOVER .icon-obj-enlarge, .no-touchevents .chronology-works-list:HOVER .icon-obj-enlarge, .no-touchevents .essay-work-list:HOVER .icon-obj-enlarge, .touchevents .sidebar-img-wrap:ACTIVE .icon-obj-enlarge, .touchevents .chronology-works-list:ACTIVE .icon-obj-enlarge, .touchevents .essay-work-list:ACTIVE .icon-obj-enlarge {
    background-position: -46px -74px; }
  .essay-work-list .icon-obj-enlarge, .chronology-works-list .icon-obj-enlarge, .list-of-rulers-wrap .hero-work-list .icon-obj-enlarge {
    position: absolute;
    bottom: -35px;
    right: 5px;
    float: none; }

.icon-periodization-left, .icon-periodization-right {
  background-position: 5px -299px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  .no-touchevents .icon-periodization-left:HOVER, .touchevents .icon-periodization-left:ACTIVE, .no-touchevents .icon-periodization-right:HOVER, .touchevents .icon-periodization-right:ACTIVE {
    background-position: -45px -299px; }

.icon-periodization-left {
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.icon-layeredcount {
  width: 30px;
  height: 30px;
  background-position: 0 -45px; }

.icon-print {
  width: 22px;
  height: 26px;
  background-position: 0 -373px; }

.icon-share {
  height: 26px;
  width: 17px;
  background-position: 0 -397px; }

.icon-search {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 22px;
  height: 22px;
  text-indent: -9999px; }
  .no-touchevents .icon-search:HOVER, .touchevents .icon-search:ACTIVE {
    background-position: -50px 0; }
  @media (min-width: 768px) {
    .home .icon-search {
      width: 20px; }
    .home.scrolled .icon-search {
      background-position: 0 0; }
    .no-touchevents .home .icon-search:HOVER, .no-touchevents .home.scrolled .icon-search:HOVER, .touchevents .home .icon-search:ACTIVE, .touchevents .home.scrolled .icon-search:ACTIVE {
      background-position: -50px 0; } }

.icon-scroll-arrow {
  background-position: 0px -423px;
  height: 70px; }
  .icon-scroll-arrow.left {
    -moz-transform: translate3d(-50%, -50%, 0) scaleX(-1);
    -ms-transform: translate3d(-50%, -50%, 0) scaleX(-1);
    -webkit-transform: translate3d(-50%, -50%, 0) scaleX(-1);
    transform: translate3d(-50%, -50%, 0) scaleX(-1); }
  .no-touchevents .icon-scroll-arrow:HOVER, .touchevents .icon-scroll-arrow:ACTIVE {
    background-position: -100px -423px; }

.icon-clear {
  width: 14px;
  height: 17px;
  background-position: -79px -349px; }

.icon-out-arrow {
  width: 22px;
  height: 25px;
  background-position: -119px -344px;
  font-size: 30px;
  text-indent: -6000px; }

.icon-map {
  width: 19px;
  height: 18px;
  background-position: 7px -100px; }
  .essay-text .icon-map, .section-overview .icon-map, .section-keyevents .icon-map {
    background-color: #e5e5e5; }

.no-touchevents a:HOVER .icon-map, .touchevents a:ACTIVE .icon-map {
  background-position: -43px -100px; }

.single-essay, .list-of-rulers-wrap {
  z-index: 5;
  padding-top: 20px; }
  @media (max-width: 767px) {
    .single-essay, .list-of-rulers-wrap {
      padding-top: 0px; } }

h1.page-title, h1.page-title-fixed, .single-page h1 {
  font-size: 24px;
  line-height: 26px;
  color: #333;
  margin: 50px auto 1em; }
  @media screen and (min-width: 480px) {
    h1.page-title, h1.page-title-fixed, .single-page h1 {
      font-size: 24px;
      line-height: 26px; } }
  @media screen and (min-width: 768px) {
    h1.page-title, h1.page-title-fixed, .single-page h1 {
      font-size: 32px;
      line-height: 1.1em; } }
  @media screen and (min-width: 1024px) {
    h1.page-title, h1.page-title-fixed, .single-page h1 {
      font-size: 2em;
      line-height: 1em; } }
  h1.page-title.artists-makers, h1.page-title-fixed.artists-makers, .single-page h1.artists-makers {
    margin: 50px auto 50px; }
  .no-ban h1.page-title, .no-ban h1.page-title-fixed, .no-ban .single-page h1 {
    margin-bottom: 2em; }
  h1.page-title.maxWLeft, h1.page-title-fixed.maxWLeft, .single-page h1.maxWLeft {
    margin-left: 120px; }
    @media (max-width: 960px) {
      .single-keywords h1.page-title.maxWLeft, .single-artist h1.page-title.maxWLeft, .single-keywords h1.page-title-fixed.maxWLeft, .single-artist h1.page-title-fixed.maxWLeft, .single-keywords .single-page h1.maxWLeft, .single-artist .single-page h1.maxWLeft {
        margin-left: 20px; } }
    @media (max-width: 768px) {
      .single-keywords h1.page-title.maxWLeft, .single-artist h1.page-title.maxWLeft, .single-keywords h1.page-title-fixed.maxWLeft, .single-artist h1.page-title-fixed.maxWLeft, .single-keywords .single-page h1.maxWLeft, .single-artist .single-page h1.maxWLeft {
        margin-left: 0;
        margin-top: 20px;
        padding: 0 50px 0 20px; } }
  h1.page-title.chronology-title, .single-essays h1.page-title, .list-of-rulers-wrap h1.page-title, h1.page-title-fixed.chronology-title, .single-essays h1.page-title-fixed, .list-of-rulers-wrap h1.page-title-fixed, .single-page h1.chronology-title, .single-essays .single-page h1, .list-of-rulers-wrap .single-page h1 {
    margin-top: 2em; }
  h1.page-title.tag-title, h1.page-title-fixed.tag-title, .single-page h1.tag-title {
    font-size: 19px;
    line-height: 1.5;
    font-weight: normal; }
    h1.page-title.tag-title span, h1.page-title-fixed.tag-title span, .single-page h1.tag-title span {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      padding: 0.625em; }
      h1.page-title.tag-title span.tag, h1.page-title-fixed.tag-title span.tag, .single-page h1.tag-title span.tag {
        background-color: #055AAA;
        color: white;
        margin-right: 0.625em; }
      h1.page-title.tag-title span.secondary, h1.page-title-fixed.tag-title span.secondary, .single-page h1.tag-title span.secondary {
        font-weight: 300;
        padding-left: 0; }
  @media (max-width: 767px) {
    h1.page-title, h1.page-title-fixed, .single-page h1 {
      margin-top: 1em; }
      h1.page-title.chronology-title, .single-essays h1.page-title, .list-of-rulers-wrap h1.page-title, h1.page-title-fixed.chronology-title, .single-essays h1.page-title-fixed, .list-of-rulers-wrap h1.page-title-fixed, .single-page h1.chronology-title, .single-essays .single-page h1, .list-of-rulers-wrap .single-page h1 {
        margin-top: 1em; } }

h2.secondary-title {
  font-size: 24px;
  line-height: 26px;
  margin: 0; }
  @media screen and (min-width: 480px) {
    h2.secondary-title {
      font-size: 24px;
      line-height: 26px; } }
  @media screen and (min-width: 768px) {
    h2.secondary-title {
      font-size: 32px;
      line-height: 1.1em; } }
  @media screen and (min-width: 1024px) {
    h2.secondary-title {
      font-size: 2em;
      line-height: 1em; } }

p {
  font-size: 18px;
  line-height: 28px; }
  @media screen and (min-width: 480px) {
    p {
      font-size: 18px;
      line-height: 28px; } }
  @media screen and (min-width: 768px) {
    p {
      font-size: 23px;
      line-height: 35px; } }
  @media screen and (min-width: 1024px) {
    p {
      font-size: 18px;
      line-height: 28px; } }

.header-wrap {
  position: relative; }

.navGlobalMet {
  height: 24px;
  position: relative;
  background: white;
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  padding: 0 20px 0 5px;
  color: #cacaca;
  font-size: 12px;
  overflow: hidden; }

.met-header-left {
  position: relative;
  margin: 0 0 0 15px;
  float: left;
  height: 24px;
  font-size: 10px;
  display: block;
  font-family: Georgia, serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: black; }
  .no-touchevents .met-header-left:HOVER, .touchevents .met-header-left:ACTIVE {
    color: black;
    border-bottom: 0px; }

#met-small-nav {
  float: right;
  margin: 0 0px 0 0;
  padding: 0px;
  list-style: none; }
  #met-small-nav li {
    float: left;
    line-height: 24px;
    font-size: 12px;
    margin-left: 10px; }
  #met-small-nav a {
    text-decoration: none;
    border: none;
    color: #888888; }
    .no-touchevents #met-small-nav a:HOVER, .touchevents #met-small-nav a:ACTIVE {
      color: black; }

@media (max-width: 767px) {
  .navGlobalMet {
    padding: 0 20px; }

  #met-small-nav {
    display: none; }

  .met-header-left {
    float: none;
    margin: 0;
    text-align: center; } }
header {
  position: relative;
  background-color: #e5e5e5;
  z-index: 5; }
  header .inner {
    padding: 8px 20px 13px;
    position: relative;
    border-bottom: 1px solid white; }
    .home header .inner {
      padding: 8px 20px 14px;
      border-bottom: 0; }
  header h1 {
    font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    margin: 5px 0 0;
    font-size: 22px;
    line-height: 22px; }
    header h1 i, header h1 em {
      font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0.02em;
      font-style: italic; }
    header h1 a {
      color: #a98b19;
      border: none; }
      header h1 a span {
        color: #6d6e71; }
      .no-touchevents header h1 a:HOVER, .touchevents header h1 a:ACTIVE {
        color: #a98b19;
        border: none; }
    .home header h1 {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      pointer-events: none; }
  @media (max-width: 767px) {
    header h1 {
      text-align: center;
      font-size: 16px; } }

ul.primary-nav a, .search-container a {
  display: block;
  line-height: 27px;
  padding: 0 8px;
  border: solid 1px transparent;
  color: #6d6e71; }
  .no-touchevents ul.primary-nav a:HOVER, .touchevents ul.primary-nav a:ACTIVE, .no-touchevents .search-container a:HOVER, .touchevents .search-container a:ACTIVE {
    color: #000000;
    border: solid 1px transparent; }

.menu-toggle {
  display: none;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  padding: 14px 10px 10px; }
  .menu-toggle small.icon-menu {
    display: block;
    width: 22px;
    height: 20px;
    background-position: 0 -23px; }
  @media (max-width: 767px) {
    .menu-toggle {
      display: block; } }

ul.primary-nav {
  position: absolute;
  bottom: 9px;
  right: 45px;
  z-index: 3;
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.07em; }
  ul.primary-nav li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
    .single-essays ul.primary-nav li a, .single-works ul.primary-nav li a, .single-chronology ul.primary-nav li a {
      border: solid 1px transparent; }
    ul.primary-nav li.navOn a {
      border: solid 1px white;
      color: #000000; }
  @media (min-width: 768px) {
    ul.primary-nav li.active a {
      border: solid 1px white;
      color: #000000; }
      ul.primary-nav li.active a:after {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 9px;
        border-left: 1px solid white; } }
  @media (max-width: 767px) {
    ul.primary-nav {
      position: relative;
      bottom: auto;
      right: auto; }
      ul.primary-nav li {
        display: none;
        vertical-align: initial;
        border-bottom: 0; }
        ul.primary-nav li.active {
          display: block; }
          ul.primary-nav li.active a {
            color: #000000; }
        ul.primary-nav li.chronology {
          border-bottom: 0; }
      .search-on ul.primary-nav li {
        display: none; }
        .search-on ul.primary-nav li.active {
          display: block; }
      ul.primary-nav.show-nav li {
        display: block;
        margin-bottom: 1px; }
        ul.primary-nav.show-nav li.active {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          margin-bottom: 0px; }
      ul.primary-nav.has-active.show-nav {
        padding-bottom: 38px; }
      ul.primary-nav a {
        padding: 4px 20px;
        background-color: #FFF; } }

.search-container {
  position: absolute;
  z-index: 5;
  right: 0px;
  top: 1px;
  height: 50px; }
  .search-container form {
    display: none;
    width: 368px;
    max-width: 100%; }
  .search-container .search-toggle {
    position: absolute;
    right: 0px;
    top: 10px; }
    .top-search .search-container .search-toggle .icon-search {
      background-position: -78px 0; }
  .search-container.searchOn form {
    display: block; }
  .search-container.searchOn .search-toggle {
    display: none; }
  .search-container .icon-search.open {
    position: absolute;
    top: 16px;
    left: 14px;
    background-position: -50px 0;
    background-color: white; }
    .no-touchevents .search-container .icon-search.open:HOVER, .touchevents .search-container .icon-search.open:ACTIVE {
      background-position: 0 0; }
  .search-container input {
    border: 0;
    outline: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  @media (max-width: 767px) {
    .search-container form {
      width: 100%; }
    .search-container.searchOn {
      width: 100%; } }

#close-search {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 47px;
  height: 47px;
  z-index: 3;
  overflow: hidden;
  background-color: white;
  cursor: pointer; }
  #close-search span {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 14px;
    right: 12px;
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    background-position: 0px -225px; }
    .no-touchevents #close-search span:HOVER, .touchevents #close-search span:ACTIVE {
      background-position: -50px -225px; }

#search-input {
  height: 47px;
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-size: 18px;
  padding: 0 50px 0 46px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (max-width: 767px) {
  .home #homemetheader {
    z-index: 5; }

  header.search-on .inner {
    border-bottom-color: #e5e5e5; } }
.landing-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/Homepage_hero_desktop.jpg) 50% 50% no-repeat;
  background-size: 100% auto;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
  @media (min-width: 768px) and (max-aspect-ratio: 2 / 1) {
    .landing-image {
      background-size: auto 100%;
      -moz-background-size: cover;
      -o-background-size: cover;
      -webkit-background-size: cover;
      background-size: cover; } }
  @media (min-width: 768px) and (min-aspect-ratio: 2 / 1) {
    .landing-image {
      background-size: 100% auto;
      -moz-background-size: cover;
      -o-background-size: cover;
      -webkit-background-size: cover;
      background-size: cover; } }
  .landing-image .mobile-img {
    display: none; }
  @media (max-width: 768px) {
    .landing-image {
      background-image: url(../images/Homepage_hero_tablet.jpg); } }
  @media (max-width: 767px) {
    .landing-image {
      background-image: none;
      position: relative;
      top: auto;
      left: auto; }
      .landing-image .mobile-img {
        display: block;
        max-width: 100%;
        height: auto; } }
  .landing-image span.old-toah {
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #e5e5e5;
    font-size: 1.25em;
    z-index: 5; }
    .landing-image span.old-toah em {
      color: #ddc04c;
      font-style: normal; }
  .landing-image .scroll-toggle {
    position: absolute;
    left: 50%;
    bottom: 75px;
    width: 54px;
    height: 54px;
    cursor: pointer;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -moz-transform: translateY(100%) translateX(-50%) rotate(180deg);
    -ms-transform: translateY(100%) translateX(-50%) rotate(180deg);
    -webkit-transform: translateY(100%) translateX(-50%) rotate(180deg);
    transform: translateY(100%) translateX(-50%) rotate(180deg); }
    .landing-image .scroll-toggle.init {
      -moz-transform: translateY(0%) translateX(-50%) rotate(180deg);
      -ms-transform: translateY(0%) translateX(-50%) rotate(180deg);
      -webkit-transform: translateY(0%) translateX(-50%) rotate(180deg);
      transform: translateY(0%) translateX(-50%) rotate(180deg); }
    .landing-image .scroll-toggle span {
      width: 16px;
      height: 18px;
      margin: 18px 0 18px 24px;
      background-position: -187px -200px; }
    .no-touchevents .landing-image .scroll-toggle:HOVER span, .touchevents .landing-image .scroll-toggle:ACTIVE span {
      background-position: -160px -200px; }

.home-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #e5e5e5;
  top: 50px; }
  @media (max-width: 767px) {
    .home-wrap {
      top: 0; } }
  .flexbox .home-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap; }

.home-text {
  width: 100%;
  color: #333; }
  .home-text h5, .home-text h6 {
    margin: 0; }
  .home-text h5 {
    font-weight: 200;
    font-size: 22px;
    line-height: 1.2;
    display: block; }
  .home-text h6 {
    font-family: 'The Met Serif Web', Georgia, serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.05em;
    font-size: inherit;
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 0.03em; }
    .home-text h6 em, .home-text h6 i {
      font-style: italic; }
  .home-text p {
    font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    letter-spacing: 0.01em;
    display: block;
    font-weight: 200;
    margin: 0.5em 0 0.75em;
    font-size: 36px;
    font-size: 4.1vw;
    line-height: 1.2; }
    .home-text p i, .home-text p strong {
      font-style: normal;
      font-weight: 400; }
    .home-text p em {
      color: #a98b19;
      font-style: normal;
      font-weight: 300; }
    .home-text p em + strong {
      font-weight: 300; }
    .home-text p a {
      font-weight: 600;
      border-color: #777;
      color: #777; }
      .home-text p a:HOVER {
        color: #055AAA;
        border-color: #055AAA; }
    .home-text p strong {
      color: #6d6e71; }
    @media (min-width: 1100px) {
      .home-text p {
        font-size: 48px;
        font-size: 4.2vw; } }
  .home-text .home-inner {
    padding: 50px 64px 100px 114px; }
  @media (min-width: 1400px) {
    .home-text p {
      font-size: 60px; }
    .home-text .home-inner {
      padding: 50px 0 100px;
      width: 1222px;
      margin: 0 auto; } }

@media (min-width: 1025px) and (max-height: 700px) {
  .home-text p {
    font-size: 48px; } }
@media (min-width: 768px) and (max-height: 700px) {
  .home-text .home-inner {
    padding: 20px 64px 40px 114px; } }
@media (min-width: 768px) and (max-height: 560px) {
  .home-text p {
    font-size: 36px; } }
@media (min-width: 768px) and (max-height: 560px) {
  .home-text p br {
    display: none; } }
@media (max-height: 700px) and (min-width: 1025px) {
  .home-text p br {
    display: none; } }
.HomeContents .icon-caption-toggle {
  position: absolute;
  bottom: 90px;
  right: 3px;
  width: 50px;
  height: 30px;
  text-indent: -6000px;
  cursor: pointer; }
  @media (max-width: 767px) {
    .HomeContents .icon-caption-toggle {
      bottom: 53px; } }
.HomeContents .caption-overlay {
  display: none;
  position: absolute;
  bottom: 115px;
  right: 40px;
  width: 50%;
  max-width: 400px;
  background-color: #fff;
  font-size: 15px;
  z-index: 11; }
  .HomeContents .caption-overlay .inner {
    padding: 22px 30px;
    width: auto; }
  .HomeContents .caption-overlay h1 {
    font-size: 24px;
    margin: 0 0 30px;
    line-height: 120%;
    color: #222; }
  .HomeContents .caption-overlay p {
    margin: 0;
    font-size: 18px;
    line-height: 28px; }
    .HomeContents .caption-overlay p span {
      font-weight: bold; }
  @media (max-width: 767px) {
    .HomeContents .caption-overlay {
      height: 100%;
      width: 100%;
      max-width: none;
      right: 0;
      bottom: auto;
      top: 0;
      z-index: 26;
      overflow: auto; }
      .HomeContents .caption-overlay .inner {
        height: auto;
        padding: 40px 30px 40px 20px; } }
.HomeContents .captionOn {
  display: block; }
.HomeContents .more-information {
  margin-top: 1em; }

.navTheMet {
  position: relative;
  background-color: #6E6E6E; }
  .navTheMet a.TheMetLogo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 100px;
    height: 80px;
    background-image: url(../images/METLogo.png);
    background-image: url(../images/METLogo.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    border-bottom: none;
    text-decoration: none; }
    .navTheMet a.TheMetLogo span {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    @media (max-width: 767px) {
      .navTheMet a.TheMetLogo {
        height: 60px;
        width: 80px;
        background-size: 36px 36px; } }
  .navTheMet .TheMetOFLink {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-left: 30px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
    font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em; }
  .home .navTheMet {
    display: none; }

.home-met-logo, .met-logo {
  width: 75px;
  height: 70px;
  background-position: -270px -97px; }

.met-logo {
  background-position: -270px -17px;
  position: absolute;
  left: 114px;
  bottom: 150px; }

.home-met-logo {
  margin-top: 100px; }
  @media (min-width: 900px) and (max-height: 700px) {
    .home-met-logo {
      margin-top: 50px; } }

@media (max-width: 960px) {
  .home-text .home-inner {
    padding: 20px 40px; }

  .met-logo {
    left: 40px;
    bottom: 120px; } }
@media (min-width: 768px) and (max-width: 960px) and (min-height: 768px) {
  .home-met-logo {
    margin-bottom: 100px; } }
@media (max-width: 767px) {
  .home-wrap {
    border-top: 0px solid #e5e5e5; }

  .home-text h5, .home-text h6 {
    font-size: 15px; }
  .home-text p {
    font-size: 24px; }
    .home-text p br {
      display: none; }
  .home-text .home-inner {
    padding: 40px 40px 40px 20px; }

  .home-met-logo, .met-logo {
    width: 72px;
    height: 68px;
    background-position: -270px -95px;
    display: none; }

  .met-logo {
    left: 20px;
    bottom: 40px;
    background-position: -272px -15px; }

  .home-met-logo {
    margin-top: 50px; }

  .scroll-toggle {
    display: none; } }
@media (max-width: 480px) and (min-height: 550px) {
  .home-text .home-inner {
    padding: 80px 40px 100px 20px; } }
.report {
  padding: 0; }
  .report td {
    padding: 3px 0; }

.hero {
  min-height: 300px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #666; }

.publish-info span {
  display: block; }
  .publish-info span.name {
    font-size: 15px;
    line-height: 22px;
    font-weight: bold; }
  .publish-info span.title {
    font-size: 11px;
    line-height: 18px; }
  .publish-info span.date {
    font-size: 11px;
    line-height: 22px; }

h2.subhead {
  font-size: 19px;
  line-height: 2;
  font-weight: 400;
  border-bottom: 1px solid #b1b2b2; }
  h2.subhead.heavy {
    font-weight: 700;
    color: #333; }
  h2.subhead.toggle {
    color: #333; }
    .no-touchevents h2.subhead.toggle:HOVER, .touchevents h2.subhead.toggle:ACTIVE {
      color: #000000; }
  .section-timeline h2.subhead {
    margin-top: 0; }
  @media (min-width: 768px) and (max-width: 960px) {
    h2.subhead {
      font-size: 24px; } }

.nonmet {
  margin-right: -22px; }

.tooltip-nonmet {
  margin-right: 20px; }

.nonmet:after {
  content: "";
  width: 19px;
  height: 18px;
  background-position: -95px -97px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/Sprite_09_2x.png);
  background-size: 420px 543px;
  background-repeat: no-repeat;
  border-bottom: solid 2px #e5e5e5; }

.nonmet:HOVER:after {
  background-position: -120px -97px; }

.essay-footer {
  margin: 0;
  padding: 0;
  list-style: none; }
  .essay-footer li .li-content {
    display: none; }
  .essay-footer li.expanded .li-content {
    display: block; }

.list-of-rulers-wrap .essay-text {
  margin-bottom: 2.25em; }

.sidebar-inner {
  padding: 0px 0px 30px; }
  .sidebar-chronology .sidebar-inner {
    padding-top: 5px; }
  .sidebar-inner h1 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
    .sidebar-inner h1 span {
      margin-left: 3px;
      font-weight: 300; }
  .sidebar-inner .thumbnails {
    margin-top: 50px; }
    .sidebar-inner .thumbnails ul {
      margin-top: 10px;
      list-style: none;
      padding: 0; }
      .sidebar-inner .thumbnails ul li {
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        margin: 0 10px 10px 0; }
      .sidebar-inner .thumbnails ul img {
        height: 80px;
        width: auto; }

.sidebar {
  position: relative;
  float: left;
  margin-left: 40px;
  width: 150px; }
  .single-works-wrap .sidebar {
    width: 28.66%; }
  @media (min-width: 1025px) {
    .csscalc .single-essay .sidebar, .csscalc .single-chrono .sidebar, .csscalc .single-lists_of_rulers .sidebar {
      width: 250px;
      width: -webkit-calc(100% - 670px);
      width: calc(100% - 670px); } }
  @media (min-width: 1100px) {
    .sidebar {
      margin-left: 60px;
      width: 250px; } }
  @media (min-width: 1200px) {
    .sidebar {
      width: 300px; } }
  @media (min-width: 1300px) {
    .sidebar {
      width: 400px; } }
  @media (min-width: 1400px) {
    .sidebar {
      width: 500px; } }
  .sidebar a {
    display: inline; }
  .sidebar .explanation {
    font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2em;
    margin-top: 7px; }
    .sidebar .explanation strong {
      font-weight: 300;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      vertical-align: top; }
    .sidebar .explanation a {
      position: relative;
      border: none; }
      .no-touchevents .sidebar .explanation a:HOVER .label, .touchevents .sidebar .explanation a:ACTIVE .label {
        border-bottom: solid 1px #055AAA; }
  .sidebar.single-work-sidebar {
    margin-left: 0; }
  .sidebar.related-tabs {
    float: right;
    width: 300px;
    margin: 0; }
    .sidebar.related-tabs .inner {
      padding: 30px 20px; }
    .sidebar.related-tabs .tag-list {
      margin-bottom: 25px; }
    .sidebar.related-tabs span.amount {
      font-weight: 300;
      margin-left: 2px; }
    .sidebar.related-tabs .bio-links {
      font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0.02em;
      color: #6d6e71;
      border-top: 1px solid #b1b2b2;
      padding-top: 10px; }
      .sidebar.related-tabs .bio-links a {
        border-bottom: 0; }
    @media (max-width: 1024px) {
      .sidebar.related-tabs {
        float: none;
        width: 90%; }
        .csscalc .sidebar.related-tabs {
          width: -webkit-calc(100% - 80px);
          width: calc(100% - 80px); } }
    @media (max-width: 767px) {
      .sidebar.related-tabs {
        width: 100%; }
        .csscalc .sidebar.related-tabs {
          width: 100%; } }
  @media (max-width: 1024px) {
    .sidebar {
      position: fixed;
      left: 100%;
      top: 0;
      width: 90%;
      overflow: auto;
      height: 100%;
      margin: 0;
      float: none;
      background: #fff;
      z-index: 10; }
      .csscalc .sidebar {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px); }
      .admin-bar .sidebar {
        top: 32px; }
      .csscalc .admin-bar .sidebar {
        height: -webkit-calc(100% - 32px);
        height: calc(100% - 32px); }
      .sidebarOn .sidebar {
        left: 10%; }
      .csscalc .sidebarOn .sidebar {
        left: 80px; }
      .sidebar .sidebar-inner {
        padding: 30px; }
      .sidebar .sidebar-section {
        max-width: 720px; } }
  @media (min-width: 1025px) {
    .keyword-content .sidebar.related-tabs {
      width: 27.272727%; } }
  @media (min-width: 1400px) {
    .keyword-content .sidebar.related-tabs {
      width: 40%; } }
  @media (max-width: 767px) {
    .sidebar {
      width: 100%; }
      .csscalc .sidebar {
        width: 100%; }
      .sidebarOn .sidebar, .csscalc .sidebarOn .sidebar {
        left: 0; }
      .sidebar .sidebar-inner {
        padding: 40px 50px 40px 20px; }
        .sidebar-chronology .sidebar .sidebar-inner {
          padding-top: 40px; }
      .keyword-content .sidebar.related-tabs {
        width: 100%; } }

.sidebar-close-icon {
  position: fixed;
  top: 0px;
  right: 0px;
  padding: 15px;
  cursor: pointer;
  display: none; }
  .admin-bar .sidebar-close-icon {
    top: 32px; }
  .sidebarOn .sidebar-close-icon {
    display: block; }

.sidebar-close {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9; }

.sidebarOn header,
.sidebarOn .essay-work-list,
.sidebarOn .chronology-works-list {
  z-index: 0; }
.sidebarOn .single-essay {
  position: relative; }
.sidebarOn .sidebar-close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block; }

.sidebar-header {
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  margin-top: -6px;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase; }
  @media (max-width: 1024px) {
    .sidebar-header {
      font-size: 19px;
      line-height: 28px;
      margin: 10px 0 45px; } }
  .sidebar-header.additional {
    margin-top: 30px; }
  @media (max-width: 767px) {
    .sidebar-header {
      margin: 10px 0 1em; } }

.sidebar-section {
  max-width: 400px; }
  .sidebar-section .section-title {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    color: #333; }
    .sidebar-section .section-title span.amount {
      font-weight: 300;
      margin-left: 2px; }
    .sidebar-section .section-title:before {
      width: 15px;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      vertical-align: baseline; }
    .no-touchevents .sidebar-section .section-title:HOVER, .touchevents .sidebar-section .section-title:ACTIVE {
      color: #000000; }
  .sidebar-section.accordion .section-title:before {
    content: "";
    width: 18px;
    height: 25px;
    background-position: -100px -370px;
    font-size: 30px; }
  .sidebar-section.accordion.expanded .section-title:before {
    background-position: -125px -370px; }
  .sidebar-section img {
    max-width: 100%;
    height: auto;
    display: block; }
  @media (max-width: 1024px) {
    .sidebar-section.expanded {
      margin-bottom: 25px; } }
  @media (min-width: 1400px) {
    .keyword-content .sidebar-section {
      max-width: 85%; } }

.sidebar-audio {
  padding-top: 0.5em; }
  .sidebar-audio .file-caption {
    margin-top: 10px; }

.sidebar-related-toggle {
  position: absolute;
  right: 23px;
  text-transform: uppercase;
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  cursor: pointer;
  display: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  .sidebar-related-toggle small {
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    margin-left: 6px; }
  .single-essays .sidebar-related-toggle, .single-chronology .sidebar-related-toggle, .single-keywords .sidebar-related-toggle, .single-artist .sidebar-related-toggle, .single-lists_of_rulers .sidebar-related-toggle {
    top: 178px; }
  @media (min-width: 768px) {
    .admin-bar.single-essays .sidebar-related-toggle, .admin-bar.single-chronology .sidebar-related-toggle, .admin-bar.single-keywords .sidebar-related-toggle, .admin-bar.single-artist .sidebar-related-toggle, .admin-bar.single-lists_of_rulers .sidebar-related-toggle {
      top: 210px; } }
  .single-works .sidebar-related-toggle {
    top: 15px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .sidebar-related-toggle {
      display: block;
      color: #818181;
      font-size: 18px;
      line-height: 1.25;
      letter-spacing: 0.07em; }
      .single-works .has-nav .sidebar-related-toggle {
        top: 55px; } }
  @media (max-width: 767px) {
    .sidebar-related-toggle {
      display: none; }
      .single-works-wrap .sidebar-related-toggle, .single-essays .sidebar-related-toggle, .single-chronology .sidebar-related-toggle, .single-keywords .sidebar-related-toggle, .single-artist .sidebar-related-toggle, .single-lists_of_rulers .sidebar-related-toggle {
        position: relative;
        right: auto;
        top: auto;
        display: block;
        color: #333;
        text-transform: none;
        border-bottom: 1px solid #b1b2b2;
        font-size: 19px;
        line-height: 2; }
        .single-works-wrap .sidebar-related-toggle small, .single-essays .sidebar-related-toggle small, .single-chronology .sidebar-related-toggle small, .single-keywords .sidebar-related-toggle small, .single-artist .sidebar-related-toggle small, .single-lists_of_rulers .sidebar-related-toggle small {
          margin: 8px 0 0 0;
          width: 22px;
          -moz-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1); }
      .single-essays .sidebar-related-toggle, .single-chronology .sidebar-related-toggle, .single-keywords .sidebar-related-toggle, .single-artist .sidebar-related-toggle, .single-lists_of_rulers .sidebar-related-toggle {
        margin: 0 20px 100px; }
      .sidebar-related-toggle.keyword-toggle {
        font-size: 19px;
        line-height: 2;
        font-weight: 400;
        border-bottom: 1px solid #b1b2b2; }
        .sidebar-related-toggle.keyword-toggle small.icon-arrow-right {
          margin: 0;
          float: none;
          position: absolute;
          right: 0;
          top: 50%;
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          pointer-events: none;
          background-position: 8px -324px;
          display: inline-block;
          vertical-align: middle;
          *vertical-align: auto;
          *zoom: 1;
          *display: inline;
          background-image: url(../images/Sprite_09_2x.png);
          background-size: 419px 543px;
          background-repeat: no-repeat;
          width: 22px;
          height: 22px;
          background-position: 0 -323px; } }

.single-page {
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em; }
  .single-page .single-text {
    max-width: 800px; }
  .single-page h1 {
    margin-left: 0;
    margin-bottom: 40px;
    margin-top: 100px; }
  .single-page h2 {
    color: #333;
    margin: 0.83333em 0 0;
    font-size: 22px; }
  .single-page h2 + p {
    margin-top: 0; }
  .single-page p {
    font-weight: 200;
    margin: 0.5em 0; }
    .single-page p b, .single-page p strong {
      font-weight: 500; }
  @media (max-width: 767px) {
    .single-page h1 {
      margin: 2em 0 1em; }
      .single-page h1:first-of-type {
        margin: 1em 0; }
    .single-page h2 {
      font-size: 18px; } }

.tag-list {
  padding: 0;
  margin: 7px 0 0 0;
  list-style: none; }
  .tag-list:after {
    content: "";
    display: table;
    clear: both; }
  .tag-list li {
    display: block;
    float: left;
    margin: 0 8px 8px 0;
    font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    font-size: 15px; }
    .tag-list li a {
      display: block;
      color: #055AAA;
      border: 1px solid #055AAA;
      padding: 8px 10px 11px;
      line-height: 1;
      text-decoration: none;
      white-space: nowrap; }
      .no-touchevents .tag-list li a:HOVER, .touchevents .tag-list li a:ACTIVE {
        color: white;
        background-color: #055AAA; }
  .see-all .tag-list {
    height: 80px;
    overflow: hidden; }
  .see-all.letter-y .tag-list, .see-all.letter-x .tag-list, .see-all.letter-q .tag-list {
    height: auto;
    overflow: visible; }

.tag-wrap .see-all-toggle {
  margin: 0.2em 0 0;
  cursor: pointer;
  font-size: 14px;
  color: #055AAA;
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em; }
  .tag-wrap .see-all-toggle .collapsed {
    display: none; }
  .tag-wrap .see-all-toggle .icon, .tag-wrap .see-all-toggle .icon-out-arrow, .tag-wrap .see-all-toggle .landing-image .scroll-toggle span, .landing-image .scroll-toggle .tag-wrap .see-all-toggle span, .tag-wrap .see-all-toggle .home-met-logo, .tag-wrap .see-all-toggle .met-logo, .tag-wrap .see-all-toggle .sidebar-section.accordion .section-title:before, .sidebar-section.accordion .tag-wrap .see-all-toggle .section-title:before, .tag-wrap .see-all-toggle .section-expandable.accordion .toggle:before, .section-expandable.accordion .tag-wrap .see-all-toggle .toggle:before, .tag-wrap .see-all-toggle .essay-preview .pull-quote:before, .essay-preview .tag-wrap .see-all-toggle .pull-quote:before, .tag-wrap .see-all-toggle .essay-preview .pull-quote:after, .essay-preview .tag-wrap .see-all-toggle .pull-quote:after, .tag-wrap .see-all-toggle .chrono-preview .pull-quote:before, .chrono-preview .tag-wrap .see-all-toggle .pull-quote:before, .tag-wrap .see-all-toggle .chrono-preview .pull-quote:after, .chrono-preview .tag-wrap .see-all-toggle .pull-quote:after, .tag-wrap .see-all-toggle .extend-more span, .extend-more .tag-wrap .see-all-toggle span {
    background-position: -146px -344px;
    -moz-transform: rotate(-90deg) scale(0.8);
    -ms-transform: rotate(-90deg) scale(0.8);
    -webkit-transform: rotate(-90deg) scale(0.8);
    transform: rotate(-90deg) scale(0.8);
    vertical-align: top; }
  .tag-wrap .see-all-toggle .text {
    border-bottom: 1px solid transparent; }
  .tag-wrap .see-all-toggle:HOVER .text {
    border-color: #2378aa; }
.tag-wrap.see-all .see-all-toggle .expanded {
  display: none; }
.tag-wrap.see-all .see-all-toggle .collapsed {
  display: inline; }
.tag-wrap.see-all .see-all-toggle .icon, .tag-wrap.see-all .see-all-toggle .icon-out-arrow, .tag-wrap.see-all .see-all-toggle .landing-image .scroll-toggle span, .landing-image .scroll-toggle .tag-wrap.see-all .see-all-toggle span, .tag-wrap.see-all .see-all-toggle .home-met-logo, .tag-wrap.see-all .see-all-toggle .met-logo, .tag-wrap.see-all .see-all-toggle .sidebar-section.accordion .section-title:before, .sidebar-section.accordion .tag-wrap.see-all .see-all-toggle .section-title:before, .tag-wrap.see-all .see-all-toggle .section-expandable.accordion .toggle:before, .section-expandable.accordion .tag-wrap.see-all .see-all-toggle .toggle:before, .tag-wrap.see-all .see-all-toggle .essay-preview .pull-quote:before, .essay-preview .tag-wrap.see-all .see-all-toggle .pull-quote:before, .tag-wrap.see-all .see-all-toggle .essay-preview .pull-quote:after, .essay-preview .tag-wrap.see-all .see-all-toggle .pull-quote:after, .tag-wrap.see-all .see-all-toggle .chrono-preview .pull-quote:before, .chrono-preview .tag-wrap.see-all .see-all-toggle .pull-quote:before, .tag-wrap.see-all .see-all-toggle .chrono-preview .pull-quote:after, .chrono-preview .tag-wrap.see-all .see-all-toggle .pull-quote:after, .tag-wrap.see-all .see-all-toggle .extend-more span, .extend-more .tag-wrap.see-all .see-all-toggle span {
  vertical-align: text-top;
  -moz-transform: rotate(90deg) scale(0.8);
  -ms-transform: rotate(90deg) scale(0.8);
  -webkit-transform: rotate(90deg) scale(0.8);
  transform: rotate(90deg) scale(0.8); }

.chronW {
  width: 600px; }

.chronology-shadow, .periodization-content .subhead h6, .period-wrap .period-span-text {
  text-shadow: 0px -1px 0px #e5e5e5, 0px 1px 0px #e5e5e5, -1px 0px 0px #e5e5e5, 1px 0px 0px #e5e5e5, -1px 1px 0px #e5e5e5, 1px 1px 0px #e5e5e5, -1px -1px 0px #e5e5e5, 1px -1px 0px #e5e5e5; }

.periodizations-wrap {
  position: relative;
  margin-bottom: 60px; }

.single-periodization {
  width: 100%;
  height: auto;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.periodization-vert {
  position: absolute;
  bottom: 0;
  height: 100%;
  border-left: 1px dotted #000;
  border-right: 1px dotted #000;
  z-index: -1; }
  .periodization-vert.header-vert {
    height: 8px;
    bottom: -1px; }

.periodization-header {
  border-bottom: 2px solid #000;
  padding: 10px 0;
  position: relative;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  .periodization-header h1 {
    text-align: center;
    font-size: 15px;
    margin: 0; }
    .periodization-header h1.head-start {
      float: left; }
    .periodization-header h1.head-end {
      float: right; }

.periodization-content {
  position: relative;
  padding: 15px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  border-bottom: 2px solid #000; }
  .periodization-content .subhead {
    border-top: solid 1px #000;
    padding: 9px 0 12px; }
    .periodization-content .subhead.ind-1 {
      border-top: none;
      padding-top: 0px; }
    .periodization-content .subhead:first-of-type {
      border-top: none; }
    .periodization-content .subhead h6 {
      margin: 0px;
      line-height: 1.1;
      font-size: 16px;
      font-weight: 400; }

.period-spacer {
  padding: 44px 0 20px; }

.period-wrap {
  position: relative;
  width: 100%;
  height: 40px; }
  .period-wrap .period-span {
    position: absolute;
    height: 10px;
    bottom: 10px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5OGIxOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkYzA0YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #a98b19), color-stop(100%, #ddc04c));
    background-image: -moz-linear-gradient(left, #a98b19 0%, #ddc04c 100%);
    background-image: -webkit-linear-gradient(left, #a98b19 0%, #ddc04c 100%);
    background-image: linear-gradient(to right, #a98b19 0%, #ddc04c 100%); }
  .period-wrap .period-span-text {
    position: absolute;
    min-width: 60px;
    max-width: 600px;
    bottom: 10px;
    padding: 0 0 2px;
    font-size: 15px;
    line-height: 18px;
    font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    background-color: #e5e5e5;
    font-weight: 300; }
    .period-wrap .period-span-text .pst-inner {
      white-space: nowrap;
      overflow: hidden;
      display: inline; }
    .period-wrap .period-span-text a {
      border-bottom: 0;
      color: #055AAA; }
      .no-touchevents .period-wrap .period-span-text a:HOVER, .touchevents .period-wrap .period-span-text a:ACTIVE {
        color: #034567; }
    .period-wrap .period-span-text:before {
      content: "";
      width: 20px;
      height: 100%;
      position: absolute;
      bottom: 0px;
      right: 100%;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(229, 229, 229, 0)), color-stop(85%, #e5e5e5));
      background-image: -moz-linear-gradient(left, rgba(229, 229, 229, 0) 0%, #e5e5e5 85%);
      background-image: -webkit-linear-gradient(left, rgba(229, 229, 229, 0) 0%, #e5e5e5 85%);
      background-image: linear-gradient(to right, rgba(229, 229, 229, 0) 0%, #e5e5e5 85%); }
  .period-wrap .period-span.lAlign .period-span-text {
    left: 0; }
  .period-wrap .period-span.rAlign .period-span-text {
    right: 0; }
  .period-wrap .period-span.zeroStart .period-span-text {
    left: 1px;
    text-indent: 6px; }
    .period-wrap .period-span.zeroStart .period-span-text:before {
      display: none; }
  .period-wrap .period-span.oflow.txt-trunc .period-span-text, .period-wrap .period-span.oflowmax.txt-full .period-span-text {
    max-width: 100%;
    overflow: hidden; }
    .period-wrap .period-span.oflow.txt-trunc .period-span-text:before, .period-wrap .period-span.oflowmax.txt-full .period-span-text:before {
      right: 0;
      text-align: right;
      content: "\2026\a0";
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(229, 229, 229, 0)), color-stop(85%, #e5e5e5));
      background-image: -moz-linear-gradient(left, rgba(229, 229, 229, 0) 0%, #e5e5e5 85%);
      background-image: -webkit-linear-gradient(left, rgba(229, 229, 229, 0) 0%, #e5e5e5 85%);
      background-image: linear-gradient(to right, rgba(229, 229, 229, 0) 0%, #e5e5e5 85%);
      width: 60px;
      line-height: 0.75; }
    .period-wrap .period-span.oflow.txt-trunc .period-span-text.custom-width-span, .period-wrap .period-span.oflowmax.txt-full .period-span-text.custom-width-span {
      max-width: none; }
  .period-wrap .period-span.oflowmax.txt-full .period-span-text {
    max-width: 600px; }
  .period-wrap .period-span.oflow.txt-trunc:HOVER .period-span-text, .period-wrap .period-span.oflowmax.txt-full:HOVER .period-span-text {
    max-width: 600px;
    min-width: 120px;
    z-index: 10;
    text-indent: 0 !important; }
    .period-wrap .period-span.oflow.txt-trunc:HOVER .period-span-text:before, .period-wrap .period-span.oflowmax.txt-full:HOVER .period-span-text:before {
      display: none; }
    .period-wrap .period-span.oflow.txt-trunc:HOVER .period-span-text.custom-width-span, .period-wrap .period-span.oflowmax.txt-full:HOVER .period-span-text.custom-width-span {
      max-width: none; }
  .period-wrap .period-span.oflow.txt-trunc:HOVER .pst-inner, .period-wrap .period-span.oflowmax.txt-full:HOVER .pst-inner {
    display: block;
    white-space: normal;
    padding: 0 4px; }
  .period-wrap .period-span.oflowmax.txt-full:HOVER .period-span-text {
    min-width: 600px; }

.periodization-section {
  position: relative; }

.icon-periodization-right, .icon-periodization-left {
  position: absolute;
  width: 22px;
  height: 24px;
  cursor: pointer;
  top: 7px;
  z-index: 3;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.icon-periodization-right {
  right: -10px; }

.icon-periodization-left {
  left: -10px;
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.single-works-wrap {
  position: relative;
  margin: 0 auto 100px; }
  @media (max-width: 768px) {
    .single-works-wrap {
      margin: 0 auto; } }

.single-work-info {
  margin: 0;
  width: 42.68%;
  background-color: #FFF;
  float: left;
  position: relative; }
  .single-work-info:before {
    content: "";
    position: fixed;
    height: 100%;
    width: 42.68%;
    left: 28.66%;
    top: 0;
    background-color: #FFF;
    z-index: -1; }
    @media (max-width: 1024px) {
      .single-work-info:before {
        width: 71.24%; } }
    @media (max-width: 1024px) {
      .single-work-info:before {
        width: 59.99%;
        left: 40.02%; } }
  .single-work-info .page-title {
    margin-top: -0.25em; }
  .single-work-info .work-inner {
    padding: 50px 30px 30px 30px; }
  .single-work-info.has-nav .work-inner {
    padding-top: 26px; }
  .single-work-info .tombstone p {
    margin: 0; }
    .single-work-info .tombstone p span {
      font-weight: 700; }
  .single-work-info .tombstone-secondary {
    margin: 0 0 1em; }
  @media (max-width: 768px) {
    .single-work-info .more-information {
      max-width: 260px; } }
  .single-work-info .more-information b {
    font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    font-weight: 400; }
  @media (max-width: 1024px) {
    .single-work-info {
      width: 71.34%; }
      .single-work-info.has-nav .work-inner {
        padding-top: 60px; } }
  @media (max-width: 768px) {
    .single-work-info {
      width: auto; } }
  @media (max-width: 767px) {
    .single-work-info {
      background-color: transparent; } }

.essayObjNav {
  margin: 0;
  padding: 0px 30px;
  list-style: none;
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: solid 2px #e7e7e7; }
  @media (max-width: 767px) {
    .essayObjNav {
      border: none; } }
  .essayObjNav.mobile-only {
    margin-top: 20px;
    padding: 0 20px; }
  .essayObjNav a {
    text-decoration: none;
    border: none;
    color: #6d6e71; }
    .no-touchevents .essayObjNav a:HOVER, .touchevents .essayObjNav a:ACTIVE {
      color: #000; }
  .essayObjNav .obj-prev {
    float: left; }
  .essayObjNav .obj-next {
    float: right; }

.single-work-sidebar .sidebar-inner {
  padding: 48px 20px 30px; }
.single-work-sidebar .sidebar-img-wrap {
  position: relative; }
  .single-work-sidebar .sidebar-img-wrap img {
    cursor: pointer; }
@media (min-width: 1025px) {
  .single-work-sidebar.sidebar {
    position: relative;
    right: auto; } }
.single-work-sidebar.related-sidebar {
  max-width: 300px; }
  @media (max-width: 1024px) {
    .single-work-sidebar.related-sidebar {
      max-width: none;
      width: 90%; }
      .csscalc .single-work-sidebar.related-sidebar {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px); } }
  @media (max-width: 767px) {
    .single-work-sidebar.related-sidebar {
      width: 100%; }
      .csscalc .single-work-sidebar.related-sidebar {
        width: 100%; } }

@media (max-width: 1024px) {
  .sidebar-chronology.related-sidebar {
    max-width: none;
    width: 90%; }
    .csscalc .sidebar-chronology.related-sidebar {
      width: -webkit-calc(100% - 80px);
      width: calc(100% - 80px); } }
@media (max-width: 767px) {
  .sidebar-chronology.related-sidebar {
    width: 100%; }
    .csscalc .sidebar-chronology.related-sidebar {
      width: 100%; } }

.single-work-image {
  float: left;
  width: 28.66%;
  position: relative; }
  .single-work-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }
  .single-work-image .sidebar-inner {
    padding: 50px 30px 30px 30px; }

@media (max-width: 1024px) {
  .single-work-image {
    width: 39.99%; }

  .single-work-info {
    width: 59.99%; } }
@media (max-width: 767px) {
  .single-work-image, .single-work-info {
    float: none;
    width: auto; }

  .single-work-image .sidebar-inner {
    padding: 20px 20px 0; }

  .single-work-info:before, .sidebar-img-wrap .icon-obj-enlarge {
    display: none; }

  .single-work-info .work-inner {
    padding: 36px 20px 72px; }

  .single-work-sidebar.related-sidebar {
    max-width: none;
    width: 100%; }
    .sidebarOn .single-work-sidebar.related-sidebar {
      left: 0; } }
@media (min-width: 1400px) {
  .csscalc .single-work-info {
    max-width: 600px; }
    .csscalc .single-work-info:before {
      width: 600px;
      left: auto;
      right: 400px; }
  .csscalc .single-work-sidebar.related-sidebar {
    max-width: 400px; }
  .csscalc .single-work-sidebar.single-work-image {
    width: -webkit-calc(100% - 1000px);
    width: calc(100% - 1000px); }

  .no-csscalc .single-work-info {
    max-width: 35%; }
    .no-csscalc .single-work-info:before {
      width: 35%;
      left: auto;
      right: 25%; }
  .no-csscalc .single-work-sidebar.related-sidebar {
    width: 25%;
    max-width: 25%; }
  .no-csscalc .single-work-sidebar.single-work-image {
    width: 40%; } }
.text-list {
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px; }
  .text-list.explanation a {
    border: none; }
    .no-touchevents .text-list.explanation a:HOVER, .touchevents .text-list.explanation a:ACTIVE {
      border: none; }
  .text-list li {
    margin-bottom: 8px; }
    .text-list li.ommw {
      margin-bottom: 10px; }
  @media (max-width: 1024px) {
    .text-list li {
      margin-bottom: 15px; }
      .text-list li.ommw {
        margin-bottom: 18px; } }
  .text-list a {
    border-bottom: solid 1px transparent; }
    .no-touchevents .text-list a:HOVER, .touchevents .text-list a:ACTIVE {
      border-bottom: solid 1px #055AAA; }
      .no-touchevents .text-list a:HOVER .icon-met-media, .touchevents .text-list a:ACTIVE .icon-met-media {
        background-position: -125px -173px; }
  .text-list ul {
    list-style: none;
    text-transform: capitalize;
    margin: 0 0 0 20px;
    padding: 0; }
  .text-list .lang-list-header {
    padding: 0;
    margin: 0; }
    .text-list .lang-list-header li {
      position: relative;
      float: left;
      margin: 2px 18px 0 0; }
      .text-list .lang-list-header li:AFTER {
        content: '/';
        font-size: 16px;
        position: absolute;
        right: -12px;
        top: -1px; }
      .text-list .lang-list-header li.ommw-title {
        font-weight: 300;
        margin-right: 12px; }
      .text-list .lang-list-header li.ommw-title:AFTER {
        content: ':';
        right: -6px; }
      .text-list .lang-list-header li:last-of-type:AFTER {
        display: none; }
      .text-list .lang-list-header li.link-language {
        font-family: Helvetica,Arial,sans-serif;
        font-size: 12px; }

.event-list, .text-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .accordion .event-list, .accordion .text-list {
    display: none; }
  .accordion.expanded .event-list, .accordion.expanded .text-list {
    display: block; }

.section {
  width: 600px; }

.section-citation p, .section-further-reading p, .section-additional-essays li p {
  font-size: 0.9em;
  line-height: 1.3; }

.section-additional-essays ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .section-additional-essays ul li {
    padding: 0;
    margin: 0 0 1em; }

.sections-wrap {
  max-width: 670px;
  float: left; }
  .sections-wrap .works-counter h2 {
    color: #333; }
    .sections-wrap .works-counter h2 span {
      font-weight: 300; }
  .sections-wrap .works-counter .icon-arrow-right {
    margin-top: 8px; }

@media (max-width: 767px) {
  .section, .sections-wrap {
    width: auto; }

  .sections-wrap {
    float: none; } }
.section-further-reading .text div, .met-link.more-information .text div, .toah-obj-link.more-information .text div {
  margin-bottom: 10px; }
.section-further-reading a, .met-link.more-information a, .toah-obj-link.more-information a {
  position: relative;
  border: 0;
  display: inline; }
  .section-further-reading a .link, .met-link.more-information a .link, .toah-obj-link.more-information a .link {
    border-bottom: 1px solid black; }
  .section-further-reading a.metpub, .met-link.more-information a.metpub, .toah-obj-link.more-information a.metpub {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  .section-further-reading a:HOVER .link, .met-link.more-information a:HOVER .link, .toah-obj-link.more-information a:HOVER .link {
    color: #055AAA;
    border-color: #055AAA; }
  .section-further-reading a:HOVER .icon-out-arrow, .met-link.more-information a:HOVER .icon-out-arrow, .toah-obj-link.more-information a:HOVER .icon-out-arrow {
    background-position: -144px -344px; }

.section-keyevents li {
  border-bottom: 1px solid #f5f5f5;
  padding: 19px 10px 0px 0px; }
  .section-keyevents li:first-of-type {
    padding-top: 0; }
  .section-keyevents li:last-of-type {
    border-bottom: 0; }
  .section-keyevents li .list-item-label {
    font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    color: #333;
    font-weight: 700;
    font-size: 28px;
    line-height: 20px;
    float: left;
    margin-right: 8px; }
  .section-keyevents li p {
    margin: 0 0 1em; }

@media (max-width: 767px) {
  .section-timeline {
    display: none; } }

.section-expandable.accordion .toggle {
  position: relative; }
  .section-expandable.accordion .toggle:before {
    content: "\2b";
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%) scale(0.71);
    -ms-transform: translateY(-50%) scale(0.71);
    -webkit-transform: translateY(-50%) scale(0.71);
    transform: translateY(-50%) scale(0.71);
    width: 22px;
    height: 24px;
    background-position: -101px -301px;
    font-size: 30px;
    text-indent: -6000px; }
  .section-expandable.accordion .toggle:HOVER:BEFORE {
    background-position: -126px -301px; }

.section-expandable.expanded.accordion .toggle:before {
  content: "\2014";
  font-size: 20px;
  background-position: -151px -301px; }
.section-expandable.expanded.accordion .toggle:HOVER:BEFORE {
  background-position: -176px -301px; }

.expanded.accordion .section-expandable.accordion .toggle {
  position: relative;
  padding: 0 40px 19px 0;
  line-height: 1.2; }
  .expanded.accordion .section-expandable.accordion .toggle:before {
    content: "\2b";
    position: absolute;
    top: 0;
    right: 0;
    -moz-transform: translateY(0%) scale(0.71);
    -ms-transform: translateY(0%) scale(0.71);
    -webkit-transform: translateY(0%) scale(0.71);
    transform: translateY(0%) scale(0.71);
    width: 22px;
    height: 24px;
    background-position: -101px -301px;
    font-size: 30px;
    text-indent: -6000px; }
  .expanded.accordion .section-expandable.accordion .toggle:HOVER:BEFORE {
    background-position: -126px -301px; }

.expanded.accordion .section-expandable.expanded.accordion .toggle:before {
  content: "\2014";
  font-size: 20px;
  background-position: -151px -301px; }
.expanded.accordion .section-expandable.expanded.accordion .toggle:HOVER:BEFORE {
  background-position: -176px -301px; }

.essay-text {
  margin: 0;
  position: relative; }
  .essay-text p:first-of-type {
    margin-top: 0; }
  .essay-text .subhead {
    display: none; }
  @media (max-width: 767px) {
    .essay-text .subhead {
      display: block; } }
  .essay-text .section-expandable .subhead {
    display: block; }

.author-info p {
  font-size: 0.9em !important;
  line-height: 1.3 !important;
  margin: 0.75em 0; }
  .author-info p strong {
    font-size: 1.111em; }
  .author-info p span {
    display: block; }

.lor-row {
  border-bottom: solid 1px #fff;
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 15px;
  padding: 10px 0 6px; }
  .lor-row:after {
    content: "";
    display: table;
    clear: both; }
  .lor-row a {
    border: none;
    color: #2378aa; }
    .no-touchevents .lor-row a:HOVER, .touchevents .lor-row a:ACTIVE {
      color: #034567; }

.row-section-header .row-text {
  font-size: 20px; }

.row-section-subheader .row-text {
  font-size: 15px;
  font-weight: 600; }
.row-section-subheader .inner {
  padding-left: 0px; }

.row-entry .inner {
  padding-left: 30px; }

.row-subentry .inner {
  padding-left: 60px; }

@media (min-width: 481px) {
  .lor-row .row-text {
    float: left;
    padding-right: 150px;
    margin-right: -150px; }
  .lor-row .row-date {
    float: right;
    width: 140px; }
  .wide-date .lor-row .row-text {
    padding-right: 210px;
    margin-right: -210px; }
  .wide-date .lor-row .row-date {
    width: 200px; } }
@media (max-width: 480px) {
  .row-entry .row-date {
    padding-left: 30px; }

  .row-subentry .row-date {
    padding-left: 60px; } }
.tabs {
  list-style: none;
  margin: 0 120px 16px;
  padding: 0;
  border-bottom: solid 2px #b1b2b2; }
  .tabs li {
    float: left;
    display: block;
    width: 33.33%;
    color: #8D8D8D;
    font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 100%;
    line-height: 1.5em; }
    @media (max-width: 1024px) {
      .tabs li {
        font-size: 0.9em; } }
    @media (max-width: 900px) {
      .tabs li {
        font-size: 0.75em; } }
    @media (max-width: 800px) {
      .tabs li {
        font-size: 0.65em; } }
    .tabs li.active, .no-touch .no-touchevents .tabs li:HOVER, .touchevents .tabs li:ACTIVE {
      color: #000; }
    .tabs li .tab-count {
      font-weight: 300; }
    @media (min-width: 768px) {
      .tabs li:nth-child(2) {
        text-align: center; }
      .tabs li:nth-child(3) {
        text-align: right; } }
    @media (max-width: 767px) {
      .tabs li {
        font-size: 1em;
        float: none;
        width: auto; } }

.mobile-keywords-back {
  display: none; }

@media (max-width: 767px) {
  .keyword-results-tabs {
    position: relative; }

  .keyword-results-tabs ul, .keyword-results-tabs ul.active {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden; }

  .keyword-results-tabs.filtersOff ul.active {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px; }

  .keyword-results-tabs .tabs {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    border-bottom: none; }
    .keyword-results-tabs .tabs li {
      position: relative;
      border-bottom: solid 1px #b1b2b2;
      color: #333;
      text-transform: none;
      padding: 0;
      font-size: 19px;
      line-height: 2;
      font-weight: 400;
      border-bottom: 1px solid #b1b2b2; }
      .keyword-results-tabs .tabs li .tab-count {
        font-weight: 100; }
      .keyword-results-tabs .tabs li:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none;
        background-position: 8px -324px;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        background-image: url(../images/Sprite_09_2x.png);
        background-size: 419px 543px;
        background-repeat: no-repeat;
        width: 22px;
        height: 22px;
        background-position: 0 -323px; }

  .filtersOff .tabs {
    display: none; }

  .mobile-keywords-back {
    display: none; }
    .filtersOff .mobile-keywords-back {
      position: absolute;
      top: -70px;
      right: 15px;
      display: block;
      background-image: url(../images/Sprite_09_2x.png);
      background-size: 419px 543px;
      background-repeat: no-repeat;
      text-indent: -6000px;
      width: 22px;
      height: 22px;
      background-position: 0 -225px; } }
.no-results {
  display: none; }
  .no-results.no-results-active {
    display: block; }
  .no-results p, .no-results pre, .no-results span.no-result-text {
    display: block;
    margin: 2.75em 0;
    font-size: 18px;
    line-height: 28px; }

.works-list {
  margin: 0 100px 100px 120px;
  padding: 0;
  list-style: none; }
  .keyword-results-tabs .works-list {
    margin: 0 0 100px 120px; }
    @media (max-width: 1024px) {
      .keyword-results-tabs .works-list {
        margin-right: 60px; } }
    @media (max-width: 960px) {
      .keyword-results-tabs .works-list {
        margin: 0 20px 100px; } }
  .keyword-results-tabs .works-list .work-li-sizer, .keyword-results-tabs .works-list .work-li {
    width: 30%;
    width: -webkit-calc(33.33% - 8px);
    width: calc(33.33% - 8px);
    display: block; }
    @media (min-width: 1600px) {
      .keyword-results-tabs .works-list .work-li-sizer, .keyword-results-tabs .works-list .work-li {
        width: -webkit-calc(25% - 9px);
        width: calc(25% - 9px); } }
  .works-list .work-li-sizer, .works-list .work-li {
    width: -webkit-calc(20% - 10px);
    width: calc(20% - 10px);
    display: block; }
    @media (max-width: 1200px) {
      .works-list .work-li-sizer, .works-list .work-li {
        width: -webkit-calc(25% - 9px);
        width: calc(25% - 9px); } }
    @media (max-width: 960px) {
      .works-list .work-li-sizer, .works-list .work-li {
        width: -webkit-calc(33.33% - 8px);
        width: calc(33.33% - 8px); } }
  @media (max-width: 767px) {
    .keyword-results-tabs .works-list .work-li-sizer, .keyword-results-tabs .works-list .work-li, .works-list .work-li-sizer, .works-list .work-li {
      width: -webkit-calc(50% - 6px);
      width: calc(50% - 6px); } }
  .works-list .work-li {
    overflow: hidden;
    margin-bottom: 12px; }
    .works-list .work-li a {
      display: block;
      vertical-align: initial;
      border-bottom: 0;
      margin: 0 0 0px;
      overflow: hidden;
      position: relative; }
  .works-list .objHover {
    overflow: hidden;
    position: relative; }
  .works-list img {
    display: block;
    width: 100%;
    height: auto;
    -moz-animation: masonryOn 1s 0s ease-in forwards;
    -webkit-animation: masonryOn 1s 0s ease-in forwards;
    animation: masonryOn 1s 0s ease-in forwards; }
  @media (max-width: 960px) {
    .works-list {
      margin: 0 20px 100px; } }

@-moz-keyframes masonryOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes masonryOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes masonryOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.recent-addtions-wrap {
  background-color: #F1F1F1; }
  .essay-container .recent-addtions-wrap {
    background-color: inherit; }

.main-list {
  margin: 0 auto 100px;
  padding: 0;
  list-style: none;
  max-width: 2048px; }
  .main-list p {
    font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    margin-top: 0;
    margin-bottom: 0; }
    .main-list p a {
      color: #333; }
      .no-touchevents .main-list p a:HOVER, .touchevents .main-list p a:ACTIVE {
        color: #000000; }
  .main-list.recent-additions {
    margin-bottom: 0; }
    .main-list.recent-additions h2 {
      margin-top: 0 !important;
      padding-top: 1.25em; }
  .main-list .essay-title, .main-list .chrono-title {
    font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    font-weight: 700;
    font-size: 22px;
    color: #333;
    display: block;
    padding-right: 40px; }
  @media (max-width: 767px) {
    .main-list .essay-title, .main-list .chrono-title {
      padding-right: 0; } }
  .keyword-results-tabs .main-list {
    margin: -16px 0 100px 120px; }
    .keyword-results-tabs .main-list li:nth-of-type(1) > p {
      border-top: 0; }
    .keyword-results-tabs .main-list li p.no-toggle {
      margin: 0;
      font-size: 22px; }
    @media (max-width: 1024px) {
      .keyword-results-tabs .main-list {
        margin: -16px 60px 100px 120px; } }
    @media (max-width: 960px) {
      .keyword-results-tabs .main-list {
        margin: -16px 20px 100px; } }
    @media (max-width: 768px) {
      .keyword-results-tabs .main-list {
        margin: -16px 20px 100px; } }
  .main-list li {
    position: relative; }
    .main-list li:nth-of-type(1) > p {
      border-top: 1px solid #b1b2b2; }
    .no-touchevents .main-list li:HOVER, .touchevents .main-list li:ACTIVE, .main-list li.expanded {
      background-color: #b9b9b9; }
    .main-list li p.toggle, .main-list li p.no-toggle {
      font-size: 19px;
      border-bottom: 1px solid #b1b2b2;
      padding: 6px 0px 5px 0; }
      .main-list li p.toggle a, .main-list li p.no-toggle a {
        border: none; }
    .main-list li.expanded {
      border-top: 1px solid #b1b2b2;
      margin-top: -1px; }
      .main-list li.expanded p {
        border-bottom: none; }
    .main-list li p.no-toggle {
      position: relative; }
      .main-list li p.no-toggle .icon-arrow-right {
        position: absolute;
        right: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none;
        background-position: 8px -324px; }
      .main-list li p.no-toggle a {
        display: block; }
      .no-touchevents .main-list li p.no-toggle:HOVER .icon-arrow-right, .touchevents .main-list li p.no-toggle:ACTIVE .icon-arrow-right {
        background-position: -42px -324px; }
    @media (max-width: 1100px) {
      .main-list li p.toggle, .main-list li p.no-toggle {
        margin-left: 120px;
        margin-right: 60px; } }
    @media (max-width: 768px) {
      .main-list li p.toggle, .main-list li p.no-toggle {
        margin-left: 60px;
        margin-right: 60px; }
        .keyword-results-tabs .main-list li p.toggle, .keyword-results-tabs .main-list li p.no-toggle {
          margin-left: 0px;
          margin-right: 0px; } }
    @media (max-width: 767px) {
      .main-list li p.toggle, .main-list li p.no-toggle {
        padding-left: 0;
        margin: 0 20px; } }
    .main-list li.no-banner .pull-quote {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    .main-list li.no-banner .essay-preview:before, .main-list li.no-banner .essay-preview:after {
      display: block; }
    .main-list li.expanded p.toggle {
      border-bottom-color: transparent; }
    .no-touchevents .main-list li:HOVER .essay-title, .no-touchevents .main-list li:HOVER .chrono-title, .touchevents .main-list li:ACTIVE .essay-title, .touchevents .main-list li:ACTIVE .chrono-title {
      color: #000000; }
  .main-list .mobile-link {
    display: none; }
  @media (max-width: 767px) {
    .essay-container .main-list .icon-accordion, .chronology-container .main-list .icon-accordion {
      display: none; }
    .essay-container .main-list .mobile-link, .chronology-container .main-list .mobile-link {
      display: block; }
    .essay-container .main-list li.expanded p.toggle, .chronology-container .main-list li.expanded p.toggle {
      border-bottom-color: #b1b2b2; }
    .main-list .icon-arrow-right {
      display: none; } }

.single-keywords .works-list, .single-keywords .main-list, .single-artist .works-list, .single-artist .main-list {
  display: none; }
  .single-keywords .works-list.active, .single-keywords .main-list.active, .single-artist .works-list.active, .single-artist .main-list.active {
    display: block; }

@media (min-width: 768px) {
  .single-keywords .works-list.active, .single-artist .works-list.active {
    display: block; } }
@media (max-width: 767px) {
  .single-keywords .filtersOff .works-list.active, .single-artist .filtersOff .works-list.active {
    display: block; }

  .single-keywords .works-list.active, .single-artist .works-list.active {
    display: none; } }
.essay-preview, .chrono-preview {
  position: relative;
  background-color: #666;
  width: 100%;
  display: none;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
  .essay-preview .essay-preview-bg, .essay-preview .chrono-preview-bg, .chrono-preview .essay-preview-bg, .chrono-preview .chrono-preview-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }
  .essay-preview a, .chrono-preview a {
    border-bottom: 0; }
    .essay-preview a.overlayLink, .chrono-preview a.overlayLink {
      z-index: 2; }
  .essay-preview .count-prompt, .chrono-preview .count-prompt {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    left: 50%;
    bottom: 20px;
    text-align: center;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .essay-preview .count-prompt .label, .chrono-preview .count-prompt .label {
      border: none; }
  .essay-preview .pull-quote, .chrono-preview .pull-quote {
    position: relative;
    text-align: center;
    color: #cccccc;
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    background-color: #282828;
    background-color: rgba(41, 41, 41, 0.95);
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
    .essay-preview .pull-quote div.quote-text, .chrono-preview .pull-quote div.quote-text {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .essay-preview .pull-quote p, .chrono-preview .pull-quote p {
      margin: 0 auto;
      max-width: 75%;
      font-size: 26px;
      line-height: 1.46em;
      font-family: 'The Met Serif Web', Georgia, serif;
      font-weight: 400;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 0.05em;
      font-style: italic;
      color: #CCC; }
      .essay-preview .pull-quote p em, .essay-preview .pull-quote p i, .chrono-preview .pull-quote p em, .chrono-preview .pull-quote p i {
        font-style: italic; }
      @media (max-width: 1023px) {
        .essay-preview .pull-quote p, .chrono-preview .pull-quote p {
          font-size: 20px; } }
      @media (max-width: 768px) {
        .essay-preview .pull-quote p, .chrono-preview .pull-quote p {
          font-size: 16px; } }
    .essay-preview .pull-quote:before, .essay-preview .pull-quote:after, .chrono-preview .pull-quote:before, .chrono-preview .pull-quote:after {
      position: absolute;
      width: 50px;
      height: 36px;
      text-indent: -9999px;
      z-index: 3;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
    .essay-preview .pull-quote:before, .chrono-preview .pull-quote:before {
      content: "\201c";
      top: 12px;
      left: 15px;
      background-position: 0px -126px; }
    .essay-preview .pull-quote:after, .chrono-preview .pull-quote:after {
      content: "\201d";
      bottom: 14px;
      right: 8px;
      background-position: -51px -125px; }
  .essay-preview.hovered .pull-quote, .essay-preview.hovered .count-prompt, .no-banner .essay-preview .count-prompt, .chrono-preview.hovered .pull-quote, .chrono-preview.hovered .count-prompt, .no-banner .chrono-preview .count-prompt {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .expanded .essay-preview, .expanded .chrono-preview {
    display: block; }
    @media (max-width: 767px) {
      .expanded .essay-preview, .expanded .chrono-preview {
        display: none; } }
  .touch-events .essay-preview, .touch-events .chrono-preview {
    display: none; }
  @media (max-width: 767px) {
    .essay-preview, .chrono-preview {
      display: none; } }

.chrono-preview .pull-quote:before, .chrono-preview .pull-quote:after {
  display: none; }

.banner-spacer {
  position: relative;
  height: 0;
  padding-bottom: 24%;
  pointer-events: none; }
  @media (max-width: 767px) {
    .banner-spacer {
      padding-bottom: 48.8%; } }

.essay-work-list, .chronology-works-list, .hero-work-list {
  position: relative;
  width: 100%;
  background-color: #292929;
  margin-bottom: 59px;
  z-index: 1;
  max-height: 500px; }
  .essay-work-list.chronology-works-list, .chronology-works-list.chronology-works-list, .hero-work-list.chronology-works-list {
    margin-bottom: 53px; }
  .essay-work-list.hero-work-list, .chronology-works-list.hero-work-list, .hero-work-list.hero-work-list {
    margin-bottom: 50px; }
  .list-of-rulers-wrap .essay-work-list.hero-work-list, .list-of-rulers-wrap .chronology-works-list.hero-work-list, .list-of-rulers-wrap .hero-work-list.hero-work-list {
    margin-bottom: 59px; }
  .essay-work-list .contents, .chronology-works-list .contents, .hero-work-list .contents {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media (min-width: 2048px) {
      .essay-work-list .contents, .chronology-works-list .contents, .hero-work-list .contents {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; } }
    .essay-work-list .contents.view-obj, .chronology-works-list .contents.view-obj, .hero-work-list .contents.view-obj {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
      .modal-on .essay-work-list .contents.view-obj, .modal-on .chronology-works-list .contents.view-obj, .modal-on .hero-work-list .contents.view-obj {
        overflow: hidden; }
  .essay-work-list ul, .chronology-works-list ul, .hero-work-list ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 100%;
    white-space: nowrap; }
    .essay-work-list ul li, .chronology-works-list ul li, .hero-work-list ul li {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      vertical-align: top;
      height: 100%;
      min-width: 150px; }
      .essay-work-list ul li.hovered, .chronology-works-list ul li.hovered, .hero-work-list ul li.hovered {
        background-color: #333333; }
      .essay-work-list ul li a, .chronology-works-list ul li a, .hero-work-list ul li a {
        display: block;
        padding: 0 25px;
        border: 0;
        border-right: solid 1px #444444;
        text-align: center;
        top: 10%;
        height: 80%;
        position: relative;
        border-bottom: none; }
      .essay-work-list ul li img, .chronology-works-list ul li img, .hero-work-list ul li img {
        position: relative;
        margin: auto;
        max-height: 100%;
        width: auto;
        display: block; }
      .essay-work-list ul li:last-of-type a, .chronology-works-list ul li:last-of-type a, .hero-work-list ul li:last-of-type a {
        border-right: 0; }
  .essay-work-list .essay-banner-overlay, .essay-work-list .hero-banner-overlay, .chronology-works-list .essay-banner-overlay, .chronology-works-list .hero-banner-overlay, .hero-work-list .essay-banner-overlay, .hero-work-list .hero-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #292929;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    z-index: 3;
    cursor: pointer; }
    @media (min-width: 2048px) {
      .single .essay-work-list .essay-banner-overlay, .single .essay-work-list .hero-banner-overlay, .single .chronology-works-list .essay-banner-overlay, .single .chronology-works-list .hero-banner-overlay, .single .hero-work-list .essay-banner-overlay, .single .hero-work-list .hero-banner-overlay {
        display: none; } }
    .essay-work-list .essay-banner-overlay .count-wrap, .essay-work-list .hero-banner-overlay .count-wrap, .chronology-works-list .essay-banner-overlay .count-wrap, .chronology-works-list .hero-banner-overlay .count-wrap, .hero-work-list .essay-banner-overlay .count-wrap, .hero-work-list .hero-banner-overlay .count-wrap {
      position: absolute;
      top: 20px;
      right: 20px; }
      @media (max-width: 768px) {
        .essay-work-list .essay-banner-overlay .count-wrap, .essay-work-list .hero-banner-overlay .count-wrap, .chronology-works-list .essay-banner-overlay .count-wrap, .chronology-works-list .hero-banner-overlay .count-wrap, .hero-work-list .essay-banner-overlay .count-wrap, .hero-work-list .hero-banner-overlay .count-wrap {
          top: 10px;
          right: 10px; } }
  @media (max-width: 768px) {
    .essay-work-list, .chronology-works-list, .hero-work-list {
      margin-bottom: 44px; } }

.essay-object-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  pointer-events: none;
  white-space: normal;
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  font-weight: 300;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  .essay-object-overlay span {
    display: block;
    padding: 20px 20px 0;
    line-height: 100%;
    font-size: 90%; }
    .essay-object-overlay span.ObjTitle {
      font-weight: 700;
      padding-bottom: 5px; }
    .essay-object-overlay span.AccNo {
      padding: 0 20px 20px 20px; }
  .essay-object-overlay .ObjArtist + .ObjTitle {
    padding-top: 5px; }
  .essay-object-overlay p {
    margin-top: 0; }

li.data-loaded.hovered .essay-object-overlay {
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.scroll-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  cursor: pointer;
  display: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  .scroll-arrow span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-size: 70px;
    color: #fff; }
  .scroll-arrow.arrow-left {
    right: auto;
    left: 0; }
  .no-touchevents .hovered .scroll-arrow, .touchevents .scroll-arrow {
    display: block; }
  .hovered .scroll-arrow.hidden, .touchevents .scroll-arrow.hidden {
    display: none; }
  @media (max-width: 1024px) {
    .touchevents .modal-section-thumbnails .scroll-arrow {
      height: 116px;
      width: 36px;
      margin: 0;
      top: 4px; }
      .touchevents .modal-section-thumbnails .scroll-arrow span.icon-scroll-arrow {
        width: 20px;
        height: 22px;
        background-position: -97px -515px; } }
  @media (max-width: 767px) {
    .touchevents .modal-section-images .scroll-arrow, .touchevents .essay-work-list .scroll-arrow {
      height: 40%;
      width: 36px;
      margin: 0;
      top: 30%; }
      .touchevents .modal-section-images .scroll-arrow span.icon-scroll-arrow, .touchevents .essay-work-list .scroll-arrow span.icon-scroll-arrow {
        width: 20px;
        height: 22px;
        background-position: -97px -515px; } }

.essay-container h2.maxW, .works-container h2.maxW, .chronology-container h2.maxW, .chronology-essay h2.maxW {
  margin: 1.25em auto 0.5em;
  font-size: 2em;
  line-height: 1.4;
  color: #333; }
  .essay-container h2.maxW span, .works-container h2.maxW span, .chronology-container h2.maxW span, .chronology-essay h2.maxW span {
    margin-right: 10px; }
    .essay-container h2.maxW span.icon-clear, .works-container h2.maxW span.icon-clear, .chronology-container h2.maxW span.icon-clear, .chronology-essay h2.maxW span.icon-clear {
      cursor: pointer;
      margin-left: -8px; }
  .essay-container h2.maxW .filter-close, .works-container h2.maxW .filter-close, .chronology-container h2.maxW .filter-close, .chronology-essay h2.maxW .filter-close {
    font-weight: 200;
    color: #6D6E71;
    cursor: pointer;
    margin-left: -8px;
    border: none; }
  .essay-container h2.maxW .count, .works-container h2.maxW .count, .chronology-container h2.maxW .count, .chronology-essay h2.maxW .count {
    font-weight: 300; }
  .essay-container h2.maxW .clean, .works-container h2.maxW .clean, .chronology-container h2.maxW .clean, .chronology-essay h2.maxW .clean {
    margin: 0;
    display: inline-block;
    vertical-align: baseline; }
.essay-container.chronology-essay, .works-container.chronology-essay, .chronology-container.chronology-essay, .chronology-essay.chronology-essay {
  padding-top: 30px; }
  .essay-container.chronology-essay h2.maxW .filter-close, .works-container.chronology-essay h2.maxW .filter-close, .chronology-container.chronology-essay h2.maxW .filter-close, .chronology-essay.chronology-essay h2.maxW .filter-close {
    margin: 0 10px 0 0; }
.essay-container h2.maxWLeft, .works-container h2.maxWLeft, .chronology-container h2.maxWLeft, .chronology-essay h2.maxWLeft {
  margin-left: 120px;
  padding-left: 0; }
@media (max-width: 768px) {
  .essay-container.works-container h2.maxWLeft, .works-container.works-container h2.maxWLeft, .chronology-container.works-container h2.maxWLeft, .chronology-essay.works-container h2.maxWLeft {
    margin-left: 0;
    padding: 0 20px; } }

.essay-container h2.maxW span.icon-clear {
  margin-left: 0; }

@media (max-width: 960px) {
  .works-container h2.maxWLeft {
    margin-left: 20px; } }

.keyword-results-tabs {
  width: 72.727272%;
  float: left; }
  .keyword-results-tabs .tabs {
    font-size: 19px;
    line-height: 1.5;
    margin-right: 0px; }
  @media (min-width: 1400px) {
    .keyword-results-tabs {
      width: 60%; } }
  @media (max-width: 1024px) {
    .keyword-results-tabs {
      width: auto;
      float: none; }
      .keyword-results-tabs .tabs {
        margin-right: 60px; } }
  @media (max-width: 960px) {
    .keyword-results-tabs .tabs {
      margin-left: 20px;
      margin-right: 20px; } }
  @media (max-width: 768px) {
    .keyword-results-tabs {
      float: none; }
      .keyword-results-tabs .tabs {
        margin: 20px; } }
  @media (max-width: 767px) {
    .keyword-results-tabs .tabs {
      margin: 20px 20px 0; } }

.about-serif {
  font-family: 'The Met Serif Web', Georgia, serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.05em; }
  .about-serif em, .about-serif i {
    font-style: italic; }
  .about-serif.end-credit {
    margin-top: 40px; }

.single-rights {
  padding: 0 0 20px; }
  .single-rights span.rights-title {
    display: block;
    font-weight: bold;
    margin: 0 0 0.3em; }
  .single-rights p {
    margin: 0 0 0.5em; }

footer {
  position: relative;
  height: 42px;
  width: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkYzA0YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E5OGIxOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ddc04c), color-stop(100%, #a98b19));
  background-image: -moz-linear-gradient(left, #ddc04c 0%, #a98b19 100%);
  background-image: -webkit-linear-gradient(left, #ddc04c 0%, #a98b19 100%);
  background-image: linear-gradient(to right, #ddc04c 0%, #a98b19 100%);
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  font-weight: 100; }
  .home footer {
    position: fixed;
    left: 0;
    bottom: 0; }
  footer .inner {
    padding: 0 20px 0 40px; }
  footer a {
    display: block;
    text-decoration: none;
    border: 0;
    line-height: inherit; }
    .no-touchevents footer a:HOVER, .touchevents footer a:ACTIVE {
      color: #000000;
      border-bottom: 0; }
      .no-touchevents footer a:HOVER .icon-print, .touchevents footer a:ACTIVE .icon-print {
        background-position: -50px -373px; }
      .no-touchevents footer a:HOVER .icon-share, .touchevents footer a:ACTIVE .icon-share {
        background-position: -50px -397px; }
  .page-id-38888 footer .artists-makers a {
    color: #000000; }
  .page-id-38891 footer .keywords a {
    color: #000000; }
  footer .nav-links-wrap {
    display: inline-block; }
  footer .artists-makers a, footer .keywords a {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.07em; }
  footer .share-link.show a {
    color: #000000; }
    footer .share-link.show a .icon-share {
      background-position: -50px -397px; }
  footer p {
    float: left;
    margin: 0;
    line-height: 42px;
    font-size: 15px; }
  footer ul {
    float: right;
    margin: 0;
    padding: 0;
    color: #ffffff;
    line-height: 42px;
    font-size: 15px; }
    footer ul li {
      margin-left: 20px;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      vertical-align: top; }
  footer .icon, footer .icon-out-arrow, footer .landing-image .scroll-toggle span, .landing-image .scroll-toggle footer span, footer .home-met-logo, footer .met-logo, footer .sidebar-section.accordion .section-title:before, .sidebar-section.accordion footer .section-title:before, footer .section-expandable.accordion .toggle:before, .section-expandable.accordion footer .toggle:before, footer .expanded.accordion .section-expandable.accordion .toggle:before, .expanded.accordion .section-expandable.accordion footer .toggle:before, footer .essay-preview .pull-quote:before, .essay-preview footer .pull-quote:before, footer .essay-preview .pull-quote:after, .essay-preview footer .pull-quote:after, footer .chrono-preview .pull-quote:before, .chrono-preview footer .pull-quote:before, footer .chrono-preview .pull-quote:after, .chrono-preview footer .pull-quote:after, footer .extend-more span, .extend-more footer span {
    margin-right: 10px; }
  @media (min-width: 768px) {
    .fixedFooter footer, .home footer, .single-artist footer, .single-keywords footer, .page-id-34651 footer {
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 2; } }
  @media (max-width: 992px) {
    footer .inner {
      padding: 10px 20px;
      text-align: center; }
    footer p, footer ul {
      float: none; }
    footer ul li {
      margin: 0 10px; }
      footer ul li.print-link {
        display: none; } }
  @media (max-width: 480px) {
    footer .nav-links-wrap {
      display: block; }
    footer .inner {
      padding: 0 20px; }
    footer ul li {
      margin: 0 5px; }
    footer .second-row li {
      display: inline-block;
      line-height: 1;
      vertical-align: bottom; }
    footer .icon, footer .icon-out-arrow, footer .landing-image .scroll-toggle span, .landing-image .scroll-toggle footer span, footer .home-met-logo, footer .met-logo, footer .sidebar-section.accordion .section-title:before, .sidebar-section.accordion footer .section-title:before, footer .section-expandable.accordion .toggle:before, .section-expandable.accordion footer .toggle:before, footer .expanded.accordion .section-expandable.accordion .toggle:before, .expanded.accordion .section-expandable.accordion footer .toggle:before, footer .essay-preview .pull-quote:before, .essay-preview footer .pull-quote:before, footer .essay-preview .pull-quote:after, .essay-preview footer .pull-quote:after, footer .chrono-preview .pull-quote:before, .chrono-preview footer .pull-quote:before, footer .chrono-preview .pull-quote:after, .chrono-preview footer .pull-quote:after, footer .extend-more span, .extend-more footer span {
      vertical-align: text-bottom; }
    footer .icon-share {
      height: 20px; }
    footer p {
      display: inline-block;
      vertical-align: sub; } }

.social {
  display: none;
  position: absolute;
  width: 161px;
  bottom: 62px;
  right: -8px;
  z-index: 7;
  text-align: left;
  background-color: #FFF;
  line-height: 30px; }
  .social.show {
    display: block; }
  @media (max-width: 768px) {
    .social {
      width: 195px; } }
  .social .social-notch {
    position: absolute;
    z-index: 2;
    right: 35px;
    bottom: -10px; }
    .social .social-notch span {
      width: 18px;
      height: 18px;
      display: block;
      background-color: #FFF;
      -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      -webkit-transform: rotate(225deg);
      transform: rotate(225deg); }
  .social ul {
    float: none;
    list-style: none;
    margin: 0;
    padding: 14px 18px 5px; }
    .social ul li {
      position: relative; }
      .social ul li.hashtag {
        color: #333;
        clear: both;
        font-size: 13px;
        display: block;
        margin: 0;
        line-height: 30px; }
      .social ul li.social-item {
        width: 26px;
        height: 26px;
        float: left;
        margin-bottom: 18px;
        text-align: center;
        margin: 0 7px 0 0; }
        .social ul li.social-item a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          .social ul li.social-item a.addthis_button_twitter span {
            background-position: -130px -30px; }
          .no-touchevents .social ul li.social-item a.addthis_button_twitter:HOVER span, .touchevents .social ul li.social-item a.addthis_button_twitter:ACTIVE span {
            background-position: -130px 0px; }
          .social ul li.social-item a.addthis_button_facebook span {
            background-position: -100px -30px; }
          .no-touchevents .social ul li.social-item a.addthis_button_facebook:HOVER span, .touchevents .social ul li.social-item a.addthis_button_facebook:ACTIVE span {
            background-position: -100px 0px; }
          .social ul li.social-item a.addthis_button_whatsapp span {
            background-position: -190px -30px; }
          .no-touchevents .social ul li.social-item a.addthis_button_whatsapp:HOVER span, .touchevents .social ul li.social-item a.addthis_button_whatsapp:ACTIVE span {
            background-position: -190px 0px; }
          .social ul li.social-item a.addthis_button_email span {
            background-position: -222px -30px; }
          .no-touchevents .social ul li.social-item a.addthis_button_email:HOVER span, .touchevents .social ul li.social-item a.addthis_button_email:ACTIVE span {
            background-position: -222px 0px; }
          .social ul li.social-item a:active, .social ul li.social-item a:focus, .social ul li.social-item a:visited {
            outline: none;
            border: 0; }
        .social ul li.social-item .at_PinItButton {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0; }
        .social ul li.social-item span {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0; }
          .social ul li.social-item span.icon, .social ul li.social-item span.icon-out-arrow, .social ul li.social-item .landing-image .scroll-toggle span, .landing-image .scroll-toggle .social ul li.social-item span, .social ul li.social-item span.home-met-logo, .social ul li.social-item span.met-logo, .social ul li.social-item .sidebar-section.accordion span.section-title:before, .sidebar-section.accordion .social ul li.social-item span.section-title:before, .social ul li.social-item .section-expandable.accordion span.toggle:before, .section-expandable.accordion .social ul li.social-item span.toggle:before, .social ul li.social-item .essay-preview span.pull-quote:before, .essay-preview .social ul li.social-item span.pull-quote:before, .social ul li.social-item .essay-preview span.pull-quote:after, .essay-preview .social ul li.social-item span.pull-quote:after, .social ul li.social-item .chrono-preview span.pull-quote:before, .chrono-preview .social ul li.social-item span.pull-quote:before, .social ul li.social-item .chrono-preview span.pull-quote:after, .chrono-preview .social ul li.social-item span.pull-quote:after, .social ul li.social-item .extend-more span, .extend-more .social ul li.social-item span {
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1;
            z-index: -1; }
            .social ul li.social-item span.icon.icon-pinterest, .social ul li.social-item span.icon-pinterest.icon-out-arrow, .social ul li.social-item .landing-image .scroll-toggle span.icon-pinterest, .landing-image .scroll-toggle .social ul li.social-item span.icon-pinterest, .social ul li.social-item span.icon-pinterest.home-met-logo, .social ul li.social-item span.icon-pinterest.met-logo, .social ul li.social-item .sidebar-section.accordion span.icon-pinterest.section-title:before, .sidebar-section.accordion .social ul li.social-item span.icon-pinterest.section-title:before, .social ul li.social-item .section-expandable.accordion span.icon-pinterest.toggle:before, .section-expandable.accordion .social ul li.social-item span.icon-pinterest.toggle:before, .social ul li.social-item .essay-preview span.icon-pinterest.pull-quote:before, .essay-preview .social ul li.social-item span.icon-pinterest.pull-quote:before, .social ul li.social-item .essay-preview span.icon-pinterest.pull-quote:after, .essay-preview .social ul li.social-item span.icon-pinterest.pull-quote:after, .social ul li.social-item .chrono-preview span.icon-pinterest.pull-quote:before, .chrono-preview .social ul li.social-item span.icon-pinterest.pull-quote:before, .social ul li.social-item .chrono-preview span.icon-pinterest.pull-quote:after, .chrono-preview .social ul li.social-item span.icon-pinterest.pull-quote:after, .social ul li.social-item .extend-more span.icon-pinterest, .extend-more .social ul li.social-item span.icon-pinterest {
              background-position: -160px -30px; }
        .social ul li.social-item.social-item-5 {
          margin-right: 0; }
        .social ul li.social-item.social-item-4 {
          display: none; }
          @media (max-width: 768px) {
            .social ul li.social-item.social-item-4 {
              display: block; } }
        .no-touchevents .social ul li.social-item.social-item-3:HOVER .icon-pinterest, .touchevents .social ul li.social-item.social-item-3:ACTIVE .icon-pinterest {
          background-position: -160px 0px; }

.social-close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none; }

.isLoading {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -2; }
  .isLoading.loading-on {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    z-index: 5; }

.bar1 {
  -moz-transform: rotate(0deg) translate(0, -40px);
  -webkit-transform: rotate(0deg) translate(0, -40px);
  opacity: 0.12; }

.bar2 {
  -moz-transform: rotate(45deg) translate(0, -40px);
  -webkit-transform: rotate(45deg) translate(0, -40px);
  opacity: 0.25; }

.bar3 {
  -moz-transform: rotate(90deg) translate(0, -40px);
  -webkit-transform: rotate(90deg) translate(0, -40px);
  opacity: 0.37; }

.bar4 {
  -moz-transform: rotate(135deg) translate(0, -40px);
  -webkit-transform: rotate(135deg) translate(0, -40px);
  opacity: 0.50; }

.bar5 {
  -moz-transform: rotate(180deg) translate(0, -40px);
  -webkit-transform: rotate(180deg) translate(0, -40px);
  opacity: 0.62; }

.bar6 {
  -moz-transform: rotate(225deg) translate(0, -40px);
  -webkit-transform: rotate(225deg) translate(0, -40px);
  opacity: 0.75; }

.bar7 {
  -moz-transform: rotate(270deg) translate(0, -40px);
  -webkit-transform: rotate(270deg) translate(0, -40px);
  opacity: 0.87; }

.bar8 {
  -moz-transform: rotate(315deg) translate(0, -40px);
  -webkit-transform: rotate(315deg) translate(0, -40px);
  opacity: 1; }

/* set up the three bar spinners */
#preloadicon {
  position: relative;
  width: 100px;
  height: 100px;
  margin: auto;
  -moz-transform: scale(0.2) rotate(0deg);
  -ms-transform: scale(0.2) rotate(0deg);
  -webkit-transform: scale(0.2) rotate(0deg);
  transform: scale(0.2) rotate(0deg);
  /* not used right now: */
  -moz-animation-name: rotateThis;
  -webkit-animation-name: rotateThis;
  animation-name: rotateThis;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

#preloadicon div {
  width: 10px;
  height: 30px;
  background: #000;
  position: absolute;
  top: 35px;
  left: 45px; }

/* shadows for the first spinner */
#preloadicon div {
  -moz-box-shadow: black 0 0 4px;
  -webkit-box-shadow: black 0 0 4px; }

@-moz-keyframes rotateThis {
  from {
    -moz-transform: scale(0.2) rotate(0deg);
    transform: scale(0.2) rotate(0deg); }
  to {
    -moz-transform: scale(0.2) rotate(360deg);
    transform: scale(0.2) rotate(360deg); } }
@-webkit-keyframes rotateThis {
  from {
    -webkit-transform: scale(0.2) rotate(0deg);
    transform: scale(0.2) rotate(0deg); }
  to {
    -webkit-transform: scale(0.2) rotate(360deg);
    transform: scale(0.2) rotate(360deg); } }
@keyframes rotateThis {
  from {
    -moz-transform: scale(0.2) rotate(0deg);
    -ms-transform: scale(0.2) rotate(0deg);
    -webkit-transform: scale(0.2) rotate(0deg);
    transform: scale(0.2) rotate(0deg); }
  to {
    -moz-transform: scale(0.2) rotate(360deg);
    -ms-transform: scale(0.2) rotate(360deg);
    -webkit-transform: scale(0.2) rotate(360deg);
    transform: scale(0.2) rotate(360deg); } }
.lightbox-launcher {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media (max-width: 480px) {
    .lightbox-launcher {
      display: block;
      z-index: 5; } }

.no-mobile, .solo-mobile {
  display: none; }

@media (max-width: 768px) {
  .solo-mobile {
    display: block; } }
@media (min-width: 768px) {
  .no-mobile {
    display: block; } }
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  overflow-x: hidden; }
  .modal.loaded {
    display: block; }
  .modal .inner {
    height: 90%;
    width: 100%;
    display: table;
    height: -webkit-calc(100% - 180px);
    height: calc(100% - 180px); }
  .admin-bar .modal {
    top: 32px; }
  .csscalc .admin-bar .modal {
    height: -webkit-calc(100% - 32px);
    height: calc(100% - 32px); }
  .modal .overlayLink {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
    .modal .overlayLink img {
      max-width: 100%;
      max-height: 100%;
      display: block;
      margin: auto; }
    .csstransforms .modal .overlayLink {
      display: none; }
  .modal .overlayLinkInline {
    border: none; }
    .modal .overlayLinkInline img {
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      max-height: 100%;
      max-width: 100%; }
    .no-csstransforms .modal .overlayLinkInline {
      display: none; }
  .no-csscalc .modal.noAV .inner {
    height: 95%; }
  .csscalc .modal.noAV .inner {
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px); }
  .modal .modalBGClose {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .modal.modal-works-enlargement {
    overflow-y: scroll; }

.modal-bg-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.modal-toah-credit {
  position: absolute;
  bottom: 8px;
  left: 10px;
  font-family: 'The Met Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 14px;
  color: #b1b2b2; }
  .modal-toah-credit span {
    color: #a98b19; }

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 25; }
  .modal-close strong {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -11px;
    text-indent: -6000px;
    pointer-events: none; }
  .no-touchevents .modal-close:HOVER .icon-close, .touchevents .modal-close:ACTIVE .icon-close {
    background-position: -50px -200px; }
  .caption-overlay .no-touchevents .modal-close:HOVER .icon-close, .caption-overlay .touchevents .modal-close:ACTIVE .icon-close {
    background-position: -50px -225px; }

.no-touchevents .modal-section-thumbnails:HOVER .scroll-arrow, .touchevents .modal-section-thumbnails:ACTIVE .scroll-arrow {
  display: block; }
  .no-touchevents .modal-section-thumbnails:HOVER .scroll-arrow.hidden, .touchevents .modal-section-thumbnails:ACTIVE .scroll-arrow.hidden {
    display: none; }

.modal-works-enlargement ul.images {
  position: relative;
  width: 100%;
  height: 95%;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  list-style: none;
  margin: 0;
  padding: 0; }
  .csscalc .single-essays .modal-works-enlargement ul.images {
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px); }
  @media (min-width: 1025px) and (min-height: 750px) {
    .modal-works-enlargement ul.images {
      min-height: 500px; } }
  @media (min-width: 1025px) and (min-height: 1000px) {
    .modal-works-enlargement ul.images {
      min-height: 750px; } }
  .modal-works-enlargement ul.images li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    z-index: -1; }
    .csscalc .modal-works-enlargement ul.images li {
      width: -webkit-calc(100% - 130px);
      width: calc(100% - 130px);
      left: 65px; }
    .modal-works-enlargement ul.images li.active {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      z-index: 1; }
  .modal-works-enlargement ul.images .scroll-arrow {
    z-index: 10; }
  .no-touchevents .modal-works-enlargement ul.images:HOVER .scroll-arrow, .touchevents .modal-works-enlargement ul.images:ACTIVE .scroll-arrow {
    display: block; }
.modal-works-enlargement .captions {
  list-style: none;
  margin: 0px auto;
  padding: 0;
  max-width: 80%;
  color: #fff; }
  .modal-works-enlargement .captions li {
    max-height: 108px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 0 20px 0; }
    .modal-works-enlargement .captions li.has-ext {
      margin: 0;
      position: relative;
      overflow: visible;
      height: 20px;
      display: block;
      z-index: 2; }
    .modal-works-enlargement .captions li.reg-length {
      text-align: center;
      font-size: 20px; }
.modal-works-enlargement .icon-caption-toggle {
  position: absolute;
  bottom: -6px;
  right: 3px;
  width: 50px;
  height: 30px;
  text-indent: -6000px;
  cursor: pointer;
  z-index: 2; }
.modal-works-enlargement .thumbnails {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  position: relative; }
  .modal-works-enlargement .thumbnails li {
    margin: 4px 0 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: bottom;
    padding: 0 10px;
    border-left: 1px solid #444; }
    .modal-works-enlargement .thumbnails li:first-of-type {
      border-left: 0; }
    .modal-works-enlargement .thumbnails li .thumbnail-inner {
      background-color: #000; }
    .modal-works-enlargement .thumbnails li img {
      display: block;
      height: 116px;
      width: auto;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s; }
    .modal-works-enlargement .thumbnails li.active img, .no-touchevents .modal-works-enlargement .thumbnails li:HOVER img, .touchevents .modal-works-enlargement .thumbnails li:ACTIVE img {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
.modal-works-enlargement .caption-overlay {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 50%;
  max-width: 400px;
  background-color: #fff;
  font-size: 15px;
  z-index: 11; }
  .modal-works-enlargement .caption-overlay .inner {
    padding: 22px 30px;
    width: auto; }
  .modal-works-enlargement .caption-overlay h1 {
    font-size: 24px;
    margin: 0 0 30px;
    line-height: 120%;
    color: #222; }
  .modal-works-enlargement .caption-overlay p {
    margin: 0;
    font-size: 18px;
    line-height: 28px; }
    .modal-works-enlargement .caption-overlay p span {
      font-weight: bold; }
.modal-works-enlargement .more-information {
  margin-top: 1em; }

.modal-section {
  position: relative;
  display: table-row;
  height: 1px; }

.modal-section-images {
  width: 100%;
  height: 100%; }

.modal-section-thumbnails {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 50px; }
  .modal-section-thumbnails .thumbnail-wrap {
    display: block;
    height: 120px;
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch; }
    .touchevents .modal-section-thumbnails .thumbnail-wrap {
      overflow-x: auto; }

@media (max-width: 767px) {
  .csscalc .modal .inner {
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px); }

  .modal-section-thumbnails {
    display: none; }

  .modal-works-enlargement .caption-overlay {
    height: 100%;
    width: 100%;
    max-width: none;
    right: 0;
    bottom: auto;
    top: 0;
    z-index: 26;
    overflow: auto; }
    .modal-works-enlargement .caption-overlay .inner {
      height: auto;
      padding: 40px 30px 40px 20px; }

  .csscalc .modal-works-enlargement ul.images li {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    left: 50px; } }
.modal-space-top {
  height: 40px; }

.modal-section-spacer-middle {
  height: 15px;
  position: relative; }

.modal-space-caption {
  height: 40px;
  position: relative; }
  .modal-space-caption .icon-caption-toggle {
    bottom: 5px; }

.modal-space-bottom {
  height: 30px; }

.extend-more {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: block;
  padding: 10px 0;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  .extend-more span {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background-position: -190px -350px; }
  .no-touchevents .extend-more:HOVER, .touchevents .extend-more:ACTIVE {
    color: #afafaf; }
    .no-touchevents .extend-more:HOVER span, .touchevents .extend-more:ACTIVE span {
      background-position: -206px -350px; }

.extended-captions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: auto;
  top: 100%; }
  .extended-captions ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #2e2e2e;
    color: white;
    z-index: 2;
    position: relative; }
    .extended-captions ul li {
      margin: 20px auto;
      max-width: 80%; }
      .extended-captions ul li .ext-inner {
        padding: 40px;
        margin-bottom: 100px; }

.ext-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mobile-only {
  display: none; }
  @media (max-width: 767px) {
    .mobile-only {
      display: block; } }

.hide-mobile {
  display: none; }
  @media (min-width: 768px) {
    .hide-mobile {
      display: block; } }

.bold-link {
  border-bottom-color: transparent; }
  .bold-link:HOVER {
    border-bottom-color: #055AAA; }
