@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

html, body {
  margin: 0px;
  padding: 0px; }

html {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a:link, a:visited, a:hover, a:active {
  color: #356a87;
  text-decoration: none;
  border-bottom: 1px solid #356a87; }

a:hover, a:active {
  color: #697f59;
  border-bottom-color: #697f59; }

table {
  width: 100%; }
  table td, table th {
    padding: 3px;
    vertical-align: middle; }

h1, h2, h3 {
  font-family: "mrs-eaves-roman-small-caps", Georgia, serif;
  letter-spacing: 2px;
  font-weight: normal; }

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto; }

figure {
  margin: 0px; }
  figure > a {
    display: block; }

#site-name img {
  display: none; }

.caps {
  letter-spacing: 1px; }

.frac {
  font-feature-settings: 'frac';
  font-variant-numeric: diagonal-fractions; }

html {
  overflow-x: hidden; }

.ie-warning {
  margin-top: 115px;
  padding: 40px;
  background-color: #990000;
  color: white;
  font-size: 26px; }
  .ie-warning a:link, .ie-warning a:visited, .ie-warning a:hover, .ie-warning a:active {
    color: white;
    font-weight: bold;
    border-bottom-color: white; }
  .ie-warning p:first-child {
    margin-top: 0px; }
  .ie-warning p:last-child {
    margin-bottom: 0px; }

html#timeline {
  overflow-x: visible;
  overflow-y: hidden; }
  html#timeline main {
    /**
		 * All the pushing-content-down-the-page needs to be done on the elements
		 * being fragment-linked to, to keep the page from scrolling vertically
		 * on hashchange.
		 */
    margin-top: 0px; }

body {
  font-family: "futura-pt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 20px;
  background: url(../images/bg-texture.jpg) center top repeat; }

body.js > header nav {
  text-transform: lowercase;
  letter-spacing: 2px; }

#glossary body.no-js > header {
  position: relative;
  padding-top: 1px; }

body.no-js > header nav ul > li {
  position: relative;
  cursor: default; }
  body.no-js > header nav ul > li a {
    cursor: pointer; }

body.no-js > header nav ul > li > ul {
  font-family: "futura-pt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: white; }
  body.no-js > header nav ul > li > ul > li {
    white-space: nowrap;
    padding: 0px;
    display: block; }
    body.no-js > header nav ul > li > ul > li > a {
      display: block;
      padding: 5px 10px;
      letter-spacing: 0px;
      text-align: left;
      font-size: 14px; }
    body.no-js > header nav ul > li > ul > li:first-child > a {
      padding-top: 15px; }

body.no-js > header nav ul > li:hover > ul {
  display: block; }

body.no-js > header nav p.copyright {
  display: none; }

body > header {
  position: fixed;
  z-index: 20;
  min-height: 75px;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: white;
  color: #356a87; }
  body > header hgroup {
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap; }
    body > header hgroup a {
      display: block; }
  body > header h1 {
    font-family: "mrs-eaves-roman-small-caps", Georgia, serif;
    letter-spacing: 2px;
    font-size: 32px;
    text-transform: none;
    letter-spacing: 0px;
    display: block;
    line-height: 1.3;
    margin: auto; }
  body > header h2 {
    font-family: "futura-pt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    letter-spacing: 4px;
    line-height: 1; }
  body > header a:link, body > header a:visited, body > header a:hover, body > header a:active {
    text-decoration: none;
    color: #356a87; }
  body > header a:hover, body > header a:active {
    color: #697f59; }

body > header a:link, body > header a:visited, body > header a:hover, body > header a:active,
body > footer a:link,
body > footer a:visited,
body > footer a:hover,
body > footer a:active {
  border-bottom: 0px none; }

a.about {
  display: none; }

main {
  margin-top: 125px; }

body.almost-js > header nav {
  display: none;
  visibility: hidden !important;
  transition: none !important; }

body.js > header nav,
body > footer nav {
  padding: 100px 120px; }
  body.js > header nav:after,
  body > footer nav:after {
    content: ".";
    display: block;
    font-size: 0.1px;
    line-height: 0px;
    height: 0px;
    clear: both;
    visibility: hidden; }
  body.js > header nav div.bg,
  body > footer nav div.bg {
    position: fixed;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 0;
    background: #346884 url(../images/menu-bg.jpg) left center no-repeat;
    background-size: cover; }
  body.js > header nav div.content,
  body > footer nav div.content {
    float: left; }
  body.js > header nav ul, body.js > header nav li,
  body > footer nav ul,
  body > footer nav li {
    display: block;
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    list-style: none;
    list-style-type: none;
    list-style-image: none; }
  body.js > header nav ul,
  body > footer nav ul {
    font-family: "mrs-eaves-roman-small-caps", Georgia, serif;
    letter-spacing: 2px; }
  body.js > header nav .content,
  body > footer nav .content {
    position: relative;
    z-index: 1; }
  body.js > header nav ul.primary > li,
  body > footer nav ul.primary > li {
    font-size: 60px;
    line-height: 0.8;
    margin-bottom: 80px;
    letter-spacing: 7px;
    color: white;
    cursor: default; }
    body.js > header nav ul.primary > li > ul,
    body > footer nav ul.primary > li > ul {
      font-family: "futura-pt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
      font-size: 24px;
      line-height: 40px;
      letter-spacing: 0px;
      margin-bottom: -40px;
      margin-left: 5px; }
      body.js > header nav ul.primary > li > ul > li,
      body > footer nav ul.primary > li > ul > li {
        display: inline-block; }
        body.js > header nav ul.primary > li > ul > li > a,
        body > footer nav ul.primary > li > ul > li > a {
          display: block;
          padding: 10px 20px 10px 0px; }
  body.js > header nav a:focus,
  body > footer nav a:focus {
    outline: none; }
  body.js > header nav p.copyright,
  body > footer nav p.copyright {
    color: #aec3ce;
    font-size: 16px;
    letter-spacing: 0px;
    margin: 30px auto 0px; }
  body.js > header nav a:link, body.js > header nav a:visited, body.js > header nav a:hover, body.js > header nav a:active,
  body > footer nav a:link,
  body > footer nav a:visited,
  body > footer nav a:hover,
  body > footer nav a:active {
    color: white; }
  body.js > header nav a:hover, body.js > header nav a:active, body.js > header nav a:focus,
  body > footer nav a:hover,
  body > footer nav a:active,
  body > footer nav a:focus {
    color: #b8917e; }
  body.js > header nav ul.secondary,
  body > footer nav ul.secondary {
    font-size: 30px;
    margin-top: 80px;
    text-transform: lowercase;
    letter-spacing: 4px; }
    body.js > header nav ul.secondary > li,
    body > footer nav ul.secondary > li {
      display: inline-block; }
      body.js > header nav ul.secondary > li > a,
      body > footer nav ul.secondary > li > a {
        display: block;
        padding: 10px 20px 10px 0px; }
  @media only screen and (max-width: 719px) {
    body.js > header nav,
    body > footer nav {
      padding: 80px 30px 25px 15px; }
      body.js > header nav div.bg,
      body > footer nav div.bg {
        background-position: right center; }
      body.js > header nav ul.primary > li,
      body > footer nav ul.primary > li {
        font-size: 40px;
        margin-bottom: 20px; }
        body.js > header nav ul.primary > li > a,
        body > footer nav ul.primary > li > a {
          letter-spacing: 2px; }
        body.js > header nav ul.primary > li > ul,
        body > footer nav ul.primary > li > ul {
          font-size: 18px;
          margin-top: 5px;
          margin-bottom: 0px;
          margin-left: 0px;
          line-height: 1.3; }
          body.js > header nav ul.primary > li > ul > li > a,
          body > footer nav ul.primary > li > ul > li > a {
            padding: 5px 10px 5px 0px; }
      body.js > header nav ul.secondary,
      body > footer nav ul.secondary {
        font-size: 18px;
        margin-top: 40px;
        letter-spacing: 1px; }
        body.js > header nav ul.secondary > li > a,
        body > footer nav ul.secondary > li > a {
          padding: 5px 10px 5px 0px;
          line-height: 1.1; } }

body.no-js > header nav {
  text-align: center;
  margin: 75px auto 10px;
  font-size: 20px;
  letter-spacing: 0px; }
  body.no-js > header nav ul, body.no-js > header nav li {
    display: block;
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    display: inline-block; }
  body.no-js > header nav li {
    padding: 0px 10px; }
  body.no-js > header nav ul {
    font-family: "mrs-eaves-roman-small-caps", Georgia, serif;
    letter-spacing: 2px; }
  body.no-js > header nav p.copyright {
    display: none; }

body.js > header hgroup {
  top: 50%;
  top: calc(50% - 5px);
  transform: translate(-50%, -50%); }

body.js > header a.about {
  display: block;
  line-height: 75px;
  height: 75px;
  position: absolute;
  top: 0px;
  right: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px; }

body.js > header nav {
  display: block;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  background-color: white;
  background-size: cover;
  margin-top: 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 30;
  text-align: left;
  text-transform: none; }
  body.js > header nav.ready-for-transition {
    transition: 0s visibility 0.4s, 0s background-color 0.4s, 0.4s opacity; }
  body.js > header nav div.bg {
    opacity: 0;
    transition: 0s opacity 0.4s; }
  body.js > header nav div.content {
    transform: scale(0.9);
    opacity: 0;
    transition: 0.4s all; }
  body.js > header nav p.copyright {
    display: block; }

body.js main {
  margin-top: 75px; }

body > footer {
  position: relative;
  z-index: 19; }
  body > footer nav {
    position: relative;
    min-height: calc(100vh - 75px); }
    body > footer nav div.bg {
      position: absolute;
      visibility: visible; }

button.hamburger,
figcaption button {
  font-size: 0.1px;
  text-indent: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 75px;
  height: 75px;
  background: transparent url(../images/hamburger.png) left top no-repeat;
  border: 0px none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 35;
  cursor: pointer;
  transition: 0.4s opacity; }
  button.hamburger:disabled,
  figcaption button:disabled {
    opacity: 0.7;
    cursor: default; }
  button.hamburger:hover,
  figcaption button:hover {
    background-position: right top; }
  html.modal-active button.hamburger, html.modal-active
  figcaption button {
    background-position: right bottom; }
    html.modal-active button.hamburger:hover, html.modal-active
    figcaption button:hover {
      background-position: left bottom; }

html.modal-active {
  overflow: hidden; }

html.modal-active:not(.nav-active) main {
  position: relative;
  z-index: 40; }

html.modal-active:not(.nav-active) footer {
  z-index: 0; }

html.nav-active body > header nav {
  -webkit-overflow-scrolling: touch;
  visibility: visible;
  opacity: 1;
  background-color: #346884; }
  html.nav-active body > header nav.ready-for-transition {
    transition: 0s visibility, 0.4s opacity, 0.4s background-color 0.3s; }
  html.nav-active body > header nav div.bg {
    opacity: 1;
    visibility: visible;
    transition: 0.4s opacity 0.8s; }
  html.nav-active body > header nav div.content {
    transform: none;
    opacity: 1;
    transition: 0.4s all 0.3s; }

html#map footer {
  display: none; }

article {
  color: #356a87; }
  article > *:after {
    content: ".";
    display: block;
    font-size: 0.1px;
    line-height: 0px;
    height: 0px;
    clear: both;
    visibility: hidden; }
  article > *.current-popup {
    position: relative;
    z-index: 20; }

article.story > footer {
  position: relative;
  margin-top: 100px; }
  article.story > footer > .content {
    width: 960px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    columns: 2;
    column-gap: 40px;
    margin-bottom: 40px; }
    @media only screen and (min-width: 1200px) {
      article.story > footer > .content {
        width: 1200px; } }
    @media only screen and (max-width: 959px) and (min-width: 720px) {
      article.story > footer > .content {
        width: 720px; } }
    @media only screen and (max-width: 719px) {
      article.story > footer > .content {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
  article.story > footer p {
    line-height: 1.5;
    margin: 1.5em auto; }
  article.story > footer p:first-child {
    margin-top: 0px; }
  article.story > footer p:last-child {
    margin-bottom: 0px; }

section.story-intro,
section.home-intro,
section.text-image,
section.image-text,
section.text {
  width: 960px;
  margin: auto; }
  @media only screen and (min-width: 1200px) {
    section.story-intro,
    section.home-intro,
    section.text-image,
    section.image-text,
    section.text {
      width: 1200px; } }
  @media only screen and (max-width: 959px) and (min-width: 720px) {
    section.story-intro,
    section.home-intro,
    section.text-image,
    section.image-text,
    section.text {
      width: 720px; } }
  @media only screen and (max-width: 719px) {
    section.story-intro,
    section.home-intro,
    section.text-image,
    section.image-text,
    section.text {
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  section.story-intro:after,
  section.home-intro:after,
  section.text-image:after,
  section.image-text:after,
  section.text:after {
    content: ".";
    display: block;
    font-size: 0.1px;
    line-height: 0px;
    height: 0px;
    clear: both;
    visibility: hidden; }

section.story-intro .content, section.story-intro .illustration,
section.home-intro .content,
section.home-intro .illustration,
section.text-image .content,
section.text-image .illustration,
section.image-text .content,
section.image-text .illustration {
  margin-left: 10px;
  margin-right: 10px;
  width: 460px;
  float: left; }
  @media only screen and (min-width: 1200px) {
    section.story-intro .content, section.story-intro .illustration,
    section.home-intro .content,
    section.home-intro .illustration,
    section.text-image .content,
    section.text-image .illustration,
    section.image-text .content,
    section.image-text .illustration {
      margin-left: 10px;
      margin-right: 10px;
      width: 580px;
      float: left; } }
  @media only screen and (max-width: 959px) and (min-width: 720px) {
    section.story-intro .content, section.story-intro .illustration,
    section.home-intro .content,
    section.home-intro .illustration,
    section.text-image .content,
    section.text-image .illustration,
    section.image-text .content,
    section.image-text .illustration {
      margin-left: 10px;
      margin-right: 10px;
      width: 340px;
      float: left; } }
  @media only screen and (max-width: 719px) {
    section.story-intro .content, section.story-intro .illustration,
    section.home-intro .content,
    section.home-intro .illustration,
    section.text-image .content,
    section.text-image .illustration,
    section.image-text .content,
    section.image-text .illustration {
      width: auto;
      margin-left: auto;
      margin-right: auto;
      float: none; } }

section.story-intro:first-of-type .content > p:first-child:first-letter,
section.home-intro .content > p:first-child:first-letter,
article.about > section:first-of-type .content > p:first-child:first-letter {
  font-family: "mrs-eaves-roman-small-caps", Georgia, serif;
  letter-spacing: 2px;
  font-style: normal;
  font-size: 90px;
  line-height: 0.6;
  float: left; }

section.quote + section.text-image,
section.quote + section.text,
section.quote + section.image-text {
  margin-top: 60px; }

section.text > .content {
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
  float: left; }
  @media only screen and (min-width: 1200px) {
    section.text > .content {
      margin-left: 10px;
      margin-right: 10px;
      width: 1180px;
      float: left; } }
  @media only screen and (max-width: 959px) and (min-width: 720px) {
    section.text > .content {
      margin-left: 10px;
      margin-right: 10px;
      width: 700px;
      float: left; } }
  @media only screen and (max-width: 719px) {
    section.text > .content {
      width: auto;
      margin-left: auto;
      margin-right: auto;
      float: none; } }

section.home-intro .content, section.home-intro .illustration,
section.image-text .content,
section.image-text .illustration {
  float: right; }

section.home-intro figure > a > img {
  -o-border-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/home/art-frame.png") 94 97 95 96 stretch;
     border-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/home/art-frame.png") 94 97 95 96 stretch;
  border-style: solid;
  border-width: 50px; }

html.no-borderimage section.home-intro figure > a > img {
  border: 0px none; }

section.text-image .content, section.text-image .illustration {
  float: left; }

article.about section.aside {
  text-align: left; }
  article.about section.aside p {
    max-width: none; }
  article.about section.aside ul.references {
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
    article.about section.aside ul.references li {
      margin: 0px 11px 15px 0px !important; }

article.about section.aside.glossary {
  padding-bottom: 500px;
  background: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/about/about-glossary-bg.jpg") center center no-repeat;
  background-size: 100% auto; }

header.watercolor,
article.home .feature-image {
  min-height: 600px;
  padding-top: 80px;
  position: relative; }
  header.watercolor h1,
  article.home .feature-image h1 {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, calc(-50% - 50px));
    z-index: 15;
    color: white;
    max-width: 9em;
    margin: 0px auto;
    text-align: center;
    font-size: 72px;
    line-height: 1.0; }
  header.watercolor .paper,
  article.home .feature-image .paper {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/bg-texture.jpg") top center repeat;
    -webkit-mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/01-woolworth-building/watercolor/header-paper-mask.png");
            mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/01-woolworth-building/watercolor/header-paper-mask.png");
    -webkit-mask-position: center bottom -1px;
            mask-position: center bottom -1px;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat; }
  header.watercolor .bg.focus-bottom > div,
  article.home .feature-image .bg.focus-bottom > div {
    background-position: center bottom; }
  header.watercolor .bg.focus-top > div,
  article.home .feature-image .bg.focus-top > div {
    background-position: center top; }
  header.watercolor.blue h1,
  article.home .feature-image.blue h1 {
    text-shadow: 0px 0px 5px rgba(52, 104, 132, 0.5); }
  header.watercolor.green h1,
  article.home .feature-image.green h1 {
    text-shadow: 0px 0px 5px rgba(105, 127, 89, 0.5); }
  header.watercolor.skyline .bg > div,
  article.home .feature-image.skyline .bg > div {
    background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/01-woolworth-building/watercolor/header.jpg");
    background-position: center center; }
  header.watercolor.bridge-blue .bg > div,
  article.home .feature-image.bridge-blue .bg > div {
    background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/02-brooklyn-bridge/watercolor/bridge-blue.jpg");
    background-position: center top; }
  header.watercolor.bridge-blue .paper,
  article.home .feature-image.bridge-blue .paper {
    -webkit-mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/02-brooklyn-bridge/watercolor/bridge-blue-paper-mask.png");
            mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/02-brooklyn-bridge/watercolor/bridge-blue-paper-mask.png"); }
  header.watercolor.maine-green .bg > div,
  article.home .feature-image.maine-green .bg > div {
    background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/03-small-point-maine/watercolor/wild-green.jpg"); }
  header.watercolor.maine-green .paper,
  article.home .feature-image.maine-green .paper {
    -webkit-mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/03-small-point-maine/watercolor/wild-green-paper-mask.png");
            mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/03-small-point-maine/watercolor/wild-green-paper-mask.png"); }
  header.watercolor.ramapo-green .bg > div,
  article.home .feature-image.ramapo-green .bg > div {
    background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/04-ramapo/watercolor/ramapo-green.jpg"); }
  header.watercolor.ramapo-green .paper,
  article.home .feature-image.ramapo-green .paper {
    -webkit-mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/04-ramapo/watercolor/ramapo-green-paper-mask.png");
            mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/04-ramapo/watercolor/ramapo-green-paper-mask.png"); }
  header.watercolor.marin-green .bg > div,
  article.home .feature-image.marin-green .bg > div {
    background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/about/about-feature.jpg"); }
  header.watercolor.marin-green .paper,
  article.home .feature-image.marin-green .paper {
    -webkit-mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/about/about-feature-paper-mask.png");
            mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/about/about-feature-paper-mask.png"); }
  header.watercolor.marin-painting .bg > div,
  article.home .feature-image.marin-painting .bg > div {
    background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/credits/credit-feature.jpg"); }

html.no-cssmask header.watercolor .paper,
html.no-cssmask article.home .feature-image .paper {
  background: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/01-woolworth-building/watercolor/header-paper-bg.png") center bottom no-repeat !important;
  background-size: 100% auto !important;
  background-attachment: scroll !important; }

html.no-cssmask header.watercolor.bridge-blue .paper {
  background: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/02-brooklyn-bridge/watercolor/bridge-blue-paper-bg.png") bottom center no-repeat !important;
  background-size: 100% auto !important; }

article.home .feature-image {
  min-height: 800px; }
  article.home .feature-image .bg > div {
    background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/home/header.jpg");
    max-height: 1600px; }
  article.home .feature-image .paper {
    -webkit-mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/home/header-paper-mask.png");
            mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/home/header-paper-mask.png"); }

section.watercolor {
  padding-top: 0px;
  padding-bottom: 1px; }
  section.watercolor div.bg {
    position: sticky;
    top: 75px;
    margin-left: auto;
    margin-right: 0px;
    z-index: 1;
    width: 100%; }
    section.watercolor div.bg > div {
      background-size: cover;
      -webkit-mask-position: top right;
              mask-position: top right;
      -webkit-mask-size: 100% auto;
              mask-size: 100% auto;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat; }
    section.watercolor div.bg + * {
      padding-top: 60px; }
  section.watercolor section {
    position: relative;
    z-index: 2; }
    section.watercolor section.current-popup {
      z-index: 3; }
  section.watercolor.city-hall > div.bg > div {
    margin-bottom: -57.92%;
    padding-bottom: 57.92%;
    background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/01-woolworth-building/watercolor/city-hall.jpg");
    -webkit-mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/01-woolworth-building/watercolor/city-hall-paper-mask.png");
            mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/01-woolworth-building/watercolor/city-hall-paper-mask.png"); }
  section.watercolor.woolworth > div.bg {
    width: 70%; }
    section.watercolor.woolworth > div.bg > div {
      padding-bottom: 131.096%;
      margin-bottom: -131.096%;
      background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/01-woolworth-building/watercolor/woolworth.jpg");
      background-position: left center;
      -webkit-mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/01-woolworth-building/watercolor/woolworth-paper-mask.png");
              mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/01-woolworth-building/watercolor/woolworth-paper-mask.png"); }
  section.watercolor.brooklyn {
    position: relative; }
    section.watercolor.brooklyn > div.bg,
    section.watercolor.brooklyn > div.paper {
      width: 50%;
      margin-left: 0px;
      margin-right: auto;
      position: absolute;
      top: 0px;
      left: 0px;
      bottom: 0px; }
    section.watercolor.brooklyn > div.bg {
      z-index: 1;
      overflow: hidden; }
      section.watercolor.brooklyn > div.bg > div {
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/home/stories.jpg");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat; }
    section.watercolor.brooklyn > div.paper {
      z-index: 2;
      padding-top: 0px;
      background: url(../images/bg-texture.jpg) top center no-repeat;
      -webkit-mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/home/stories-paper-mask-new.png");
              mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/home/stories-paper-mask-new.png");
      -webkit-mask-position: right center;
              mask-position: right center;
      -webkit-mask-size: auto 100%;
              mask-size: auto 100%;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat; }
  section.watercolor.bridge-green > div.bg {
    width: 90%;
    margin-left: auto;
    margin-right: 0px; }
    section.watercolor.bridge-green > div.bg > div {
      padding-bottom: 60.65%;
      margin-bottom: -60.65%;
      -webkit-mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/02-brooklyn-bridge/watercolor/bridge-green-paper-mask.png");
              mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/02-brooklyn-bridge/watercolor/bridge-green-paper-mask.png");
      background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/02-brooklyn-bridge/watercolor/bridge-green.jpg"); }
  section.watercolor.bridge-brown > div.bg {
    width: 60%;
    margin-left: auto;
    margin-right: 0px; }
    section.watercolor.bridge-brown > div.bg > div {
      padding-bottom: 113.93%;
      margin-bottom: -113.93%;
      -webkit-mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/02-brooklyn-bridge/watercolor/bridge-brown-paper-mask.png");
              mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/02-brooklyn-bridge/watercolor/bridge-brown-paper-mask.png");
      background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/02-brooklyn-bridge/watercolor/bridge-brown.jpg"); }
  section.watercolor.maine-brown > div.bg {
    width: 50%;
    margin-left: auto;
    margin-right: 0px; }
    section.watercolor.maine-brown > div.bg > div {
      padding-bottom: 162.02%;
      margin-bottom: -162.02%;
      -webkit-mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/03-small-point-maine/watercolor/wild-brown-paper-mask.png");
              mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/03-small-point-maine/watercolor/wild-brown-paper-mask.png");
      background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/03-small-point-maine/watercolor/wild-brown.jpg"); }
  section.watercolor.maine-blue > div.bg {
    width: 50%;
    margin-left: auto;
    margin-right: 0px; }
    section.watercolor.maine-blue > div.bg > div {
      padding-bottom: 131.58%;
      margin-bottom: -131.58%;
      -webkit-mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/03-small-point-maine/watercolor/wild-blue-paper-mask.png");
              mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/03-small-point-maine/watercolor/wild-blue-paper-mask.png");
      background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/03-small-point-maine/watercolor/wild-blue.jpg"); }
  section.watercolor.ramapo-brown > div.bg {
    width: 50%;
    margin-left: auto;
    margin-right: 0px; }
    section.watercolor.ramapo-brown > div.bg > div {
      padding-bottom: 151.45%;
      margin-bottom: -151.45%;
      -webkit-mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/04-ramapo/watercolor/ramapo-brown-paper-mask.png");
              mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/04-ramapo/watercolor/ramapo-brown-paper-mask.png");
      background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/04-ramapo/watercolor/ramapo-brown.jpg"); }
  section.watercolor > :last-child {
    margin-bottom: 100px; }
    section.watercolor > :last-child.framed-image {
      margin-bottom: 150px; }

html.no-cssmask section.watercolor.brooklyn > div.paper {
  width: 50%;
  height: 100%;
  margin-left: 0px;
  margin-right: auto;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/home/stories-paper-bg.png") right center no-repeat;
  background-size: auto 100%; }

html.no-cssmask section.watercolor.city-hall > div.bg > div {
  background: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/01-woolworth-building/watercolor/city-hall-paper-bg.png") center center no-repeat, url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/01-woolworth-building/watercolor/city-hall.jpg") right center no-repeat;
  background-size: 100% 100%, cover; }

html.no-cssmask section.watercolor.woolworth > div.bg > div {
  background: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/01-woolworth-building/watercolor/woolworth-paper-bg.png") center center no-repeat, url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/01-woolworth-building/watercolor/woolworth.jpg") left center no-repeat;
  background-size: 100% 100%, cover; }

html.no-cssmask section.watercolor.bridge-green > div.bg > div {
  background: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/02-brooklyn-bridge/watercolor/bridge-green-paper-bg.png") center center no-repeat, url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/02-brooklyn-bridge/watercolor/bridge-green.jpg") center center no-repeat;
  background-size: 100% 100%, cover; }

html.no-cssmask section.watercolor.bridge-brown > div.bg > div {
  background: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/02-brooklyn-bridge/watercolor/bridge-brown-paper-bg.png") center center no-repeat, url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/02-brooklyn-bridge/watercolor/bridge-brown.jpg") center center no-repeat;
  background-size: 100% 100%, cover; }

html.no-cssmask section.watercolor.maine-brown > div.bg > div {
  background: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/03-small-point-maine/watercolor/wild-brown-paper-bg.png") center center no-repeat, url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/03-small-point-maine/watercolor/wild-brown.jpg") center center no-repeat;
  background-size: 100% 100%, cover; }

html.no-cssmask section.watercolor.maine-blue > div.bg > div {
  background: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/03-small-point-maine/watercolor/wild-blue-paper-bg.png") center center no-repeat, url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/03-small-point-maine/watercolor/wild-blue.jpg") center center no-repeat;
  background-size: 100% 100%, cover; }

html.no-cssmask section.watercolor.ramapo-brown > div.bg > div {
  background: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/04-ramapo/watercolor/ramapo-brown-paper-bg.png") center center no-repeat, url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/04-ramapo/watercolor/ramapo-brown.jpg") center center no-repeat;
  background-size: 100% 100%, cover; }

section.watercolor + section.quote,
section.watercolor + section.aside {
  margin-top: 0px; }

.woolworth-full-color {
  position: relative; }
  .woolworth-full-color div.bg {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0px;
    width: 50%; }
    .woolworth-full-color div.bg > div {
      width: 100%;
      padding-bottom: 130.71%;
      background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/01-woolworth-building/building@2x.jpg");
      background-size: 100% auto;
      -webkit-mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/01-woolworth-building/building-mask.png");
              mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/01-woolworth-building/building-mask.png");
      -webkit-mask-position: bottom right;
              mask-position: bottom right;
      -webkit-mask-size: 100% auto;
              mask-size: 100% auto;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat; }
  .woolworth-full-color div.bg ~ * {
    position: relative;
    z-index: 2; }
    .woolworth-full-color div.bg ~ *.current-popup {
      z-index: 3; }

html.no-cssmask .woolworth-full-color div.bg > div {
  background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/01-woolworth-building/building-opaque.jpg"); }

.bridge-currier-ives {
  padding-bottom: 63.2155%;
  overflow-x: hidden; }
  .bridge-currier-ives div.bg {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0px;
    width: 115%; }
    .bridge-currier-ives div.bg > div {
      width: 100%;
      padding-bottom: 54.97%;
      background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/02-brooklyn-bridge/bridge-footer.jpg");
      background-size: 100% auto;
      -webkit-mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/02-brooklyn-bridge/bridge-footer-mask.png");
              mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/02-brooklyn-bridge/bridge-footer-mask.png");
      -webkit-mask-position: top left;
              mask-position: top left;
      -webkit-mask-size: 100% auto;
              mask-size: 100% auto;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat; }

html.no-cssmask .bridge-currier-ives div.bg > div {
  background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/02-brooklyn-bridge/bridge-footer-opaque.jpg"); }

.actual-watercolor div.bg > div {
  padding-bottom: 66.35%;
  background: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/credits/credit-footer.jpg") center center no-repeat;
  -webkit-mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/credits/credit-footer-paper-mask.png");
          mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/credits/credit-footer-paper-mask.png");
  -webkit-mask-position: top left;
          mask-position: top left;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat; }

article.story > footer.maine-full-color {
  margin-top: 0px; }

.maine-full-color {
  padding-bottom: 42.964%;
  overflow-x: hidden; }
  .maine-full-color div.bg {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0px;
    width: 115%; }
    .maine-full-color div.bg > div {
      width: 100%;
      padding-bottom: 37.36%;
      background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/03-small-point-maine/footer.jpg");
      background-size: 100% auto;
      -webkit-mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/03-small-point-maine/footer-mask.png");
              mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/03-small-point-maine/footer-mask.png");
      -webkit-mask-position: top left;
              mask-position: top left;
      -webkit-mask-size: 100% auto;
              mask-size: 100% auto;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat; }

html.no-cssmask .maine-full-color div.bg > div {
  background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/03-small-point-maine/footer-opaque.jpg"); }

article.story > footer.ramapo-full-color {
  margin-top: 0px; }

.ramapo-full-color {
  padding-bottom: 57.96%;
  overflow-x: hidden; }
  .ramapo-full-color div.bg {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0px;
    width: 115%; }
    .ramapo-full-color div.bg > div {
      width: 100%;
      padding-bottom: 50.4%;
      background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/04-ramapo/ramapo-footer.jpg");
      background-size: 100% auto;
      -webkit-mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/04-ramapo/ramapo-footer-mask.png");
              mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/04-ramapo/ramapo-footer-mask.png");
      -webkit-mask-position: top left;
              mask-position: top left;
      -webkit-mask-size: 100% auto;
              mask-size: 100% auto;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat; }

html.no-cssmask .ramapo-full-color div.bg > div {
  background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/stories/04-ramapo/ramapo-footer-opaque.jpg"); }

figure > a:link, figure > a:visited, figure > a:hover, figure > a:active {
  border-bottom: 0px none; }

.illustration {
  text-align: center; }
  .illustration figure {
    display: inline-block;
    text-align: left; }
  .illustration > img, .illustration a img {
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2);
    display: block;
    margin: auto; }

ul.references {
  display: block;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  margin-top: 30px; }
  ul.references:after {
    content: ".";
    display: block;
    font-size: 0.1px;
    line-height: 0px;
    height: 0px;
    clear: both;
    visibility: hidden; }
  ul.references li {
    display: block;
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    display: inline-block;
    margin-right: 11px;
    margin-bottom: 15px; }
    ul.references li:last-child {
      margin-right: 0px; }
    ul.references li a {
      font-family: "mrs-eaves", Georgia, serif;
      font-weight: 400;
      font-style: italic;
      border: 0px none;
      border-radius: 7px;
      box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2);
      font-size: 24px;
      display: block;
      transition: background-color 0.3s, box-shadow 0.3s;
      background-color: #b8917e;
      color: white;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      padding: 3px 14px 3px 34px; }
      ul.references li a:link, ul.references li a:visited, ul.references li a:hover, ul.references li a:active {
        color: white;
        text-decoration: none; }
      ul.references li a:hover {
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
        background-color: #af836e; }
      ul.references li a:active {
        box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
        background-color: #a6755d;
        transition: none; }
      ul.references li a:link, ul.references li a:visited, ul.references li a:hover, ul.references li a:active {
        border-bottom: 0px none; }
    ul.references li.timeline a,
    ul.references li a[href^='/timeline'] {
      background-image: url("../images/icon-timeline.svg");
      background-position: 7px center;
      background-size: 20px auto; }
    ul.references li.map a,
    ul.references li a[href^='/map'] {
      background-image: url("../images/icon-map-marker.svg");
      background-position: 9px center;
      background-size: 16px auto; }
    ul.references li.credits a,
    ul.references li a[href^='/credits'] {
      background-image: url("../images/icon-credits.svg");
      background-position: 7px center;
      background-size: 20px auto; }
    ul.references li.story a,
    ul.references li.glossary a,
    ul.references li a[href^='/stories'],
    ul.references li a[href^='/glossary'] {
      background-image: url("../images/icon-story.svg");
      background-position: 6px center;
      background-size: 22px auto; }
    ul.references li.bio a,
    ul.references li a[href^='/about'] {
      background-image: url("../images/icon-bio.svg");
      background-position: 6px center;
      background-size: 22px auto; }

article > header {
  z-index: 0; }

article > header div.bg,
section.quote div.bg,
section.aside div.bg,
#index .feature-image div.bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden; }

article > header div.bg > div,
section.quote div.bg > div,
section.aside div.bg > div,
#index .feature-image div.bg > div {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px; }

article > header div.bg.focus-bottom > div,
section.quote div.bg.focus-bottom > div,
section.aside div.bg.focus-bottom > div,
#index .feature-image div.bg.focus-bottom > div {
  background-position: center bottom; }

article > header div.bg.focus-top > div,
section.quote div.bg.focus-top > div,
section.aside div.bg.focus-top > div,
#index .feature-image div.bg.focus-top > div {
  background-position: center top; }

section.quote,
section.aside {
  color: white;
  min-height: 350px;
  position: relative;
  margin-top: 100px; }
  section.quote div.overlay,
  section.aside div.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0.5; }
  section.quote .content,
  section.aside .content {
    width: 960px;
    margin: auto;
    position: relative;
    z-index: 10;
    padding: 80px 0px; }
    @media only screen and (min-width: 1200px) {
      section.quote .content,
      section.aside .content {
        width: 1200px; } }
    @media only screen and (max-width: 959px) and (min-width: 720px) {
      section.quote .content,
      section.aside .content {
        width: 720px; } }
    @media only screen and (max-width: 719px) {
      section.quote .content,
      section.aside .content {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
  section.quote.blue,
  section.aside.blue {
    background-color: #346884; }
    section.quote.blue h2,
    section.aside.blue h2 {
      color: #dbd5cb; }
    section.quote.blue div.overlay,
    section.aside.blue div.overlay {
      background-color: #346884; }
  section.quote.green,
  section.aside.green {
    background-color: #697f59; }
    section.quote.green h2,
    section.aside.green h2 {
      color: #dbd5cb; }
    section.quote.green div.overlay,
    section.aside.green div.overlay {
      background-color: #697f59; }
  section.quote.paper,
  section.aside.paper {
    color: #356a87; }
  section.quote + section.quote,
  section.quote + section.aside,
  section.aside + section.quote,
  section.aside + section.aside {
    margin-top: 0px; }

section.quote ul.references,
section.aside ul.references,
section.home-collaborators ul.references {
  text-align: center; }
  section.quote ul.references li,
  section.aside ul.references li,
  section.home-collaborators ul.references li {
    float: none;
    display: inline-block;
    width: auto;
    margin: 0px 15px; }

section.quote:before {
  content: url(../images/icon-quote.svg);
  width: 112px;
  height: 112px;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 15;
  transform: translate(-50%, -50%);
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4)); }

section.quote blockquote {
  font-family: "mrs-eaves", Georgia, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 40px;
  color: white;
  text-align: center;
  line-height: 1.3;
  max-width: 20em;
  margin: auto; }
  section.quote blockquote cite {
    font-family: "futura-pt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
    display: block;
    font-size: 20px;
    font-style: normal;
    color: #dbd5cb; }
    section.quote blockquote cite:before {
      content: '— '; }

section.aside {
  text-align: center; }
  section.aside h2 {
    font-size: 45px;
    letter-spacing: 0px;
    margin: 0px auto;
    line-height: 1; }
  section.aside p {
    max-width: 45em;
    margin-left: auto;
    margin-right: auto; }

section.quote + section.watercolor,
section.aside + section.watercolor {
  padding-top: 0px; }
  section.quote + section.watercolor div.bg + *,
  section.aside + section.watercolor div.bg + * {
    padding-top: 60px; }

section.gallery {
  padding-top: 60px; }
  section.gallery > section {
    width: 960px;
    margin: auto; }
    @media only screen and (min-width: 1200px) {
      section.gallery > section {
        width: 1200px; } }
    @media only screen and (max-width: 959px) and (min-width: 720px) {
      section.gallery > section {
        width: 720px; } }
    @media only screen and (max-width: 719px) {
      section.gallery > section {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
  section.gallery .gallery-intro:after {
    content: ".";
    display: block;
    font-size: 0.1px;
    line-height: 0px;
    height: 0px;
    clear: both;
    visibility: hidden; }
  section.gallery .gallery-intro h2 {
    font-size: 50px;
    margin: 0px auto;
    line-height: 1.1; }
  section.gallery .gallery-intro .content, section.gallery .gallery-intro .illustration {
    margin-left: 10px;
    margin-right: 10px;
    width: 460px;
    float: left; }
    @media only screen and (min-width: 1200px) {
      section.gallery .gallery-intro .content, section.gallery .gallery-intro .illustration {
        margin-left: 10px;
        margin-right: 10px;
        width: 580px;
        float: left; } }
    @media only screen and (max-width: 959px) and (min-width: 720px) {
      section.gallery .gallery-intro .content, section.gallery .gallery-intro .illustration {
        margin-left: 10px;
        margin-right: 10px;
        width: 340px;
        float: left; } }
    @media only screen and (max-width: 719px) {
      section.gallery .gallery-intro .content, section.gallery .gallery-intro .illustration {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        float: none; } }
  section.gallery .gallery-intro + .gallery-intro {
    margin-top: 100px; }
  section.gallery .image-group {
    padding-top: 60px; }
    section.gallery .image-group:after {
      content: ".";
      display: block;
      font-size: 0.1px;
      line-height: 0px;
      height: 0px;
      clear: both;
      visibility: hidden; }
    section.gallery .image-group .image-group-intro {
      margin-left: 10px;
      margin-right: 10px;
      width: 460px;
      float: none; }
      @media only screen and (min-width: 1200px) {
        section.gallery .image-group .image-group-intro {
          margin-left: 10px;
          margin-right: 10px;
          width: 580px;
          float: none; } }
      @media only screen and (max-width: 959px) and (min-width: 720px) {
        section.gallery .image-group .image-group-intro {
          margin-left: 10px;
          margin-right: 10px;
          width: 340px;
          float: none; } }
      @media only screen and (max-width: 719px) {
        section.gallery .image-group .image-group-intro {
          width: auto;
          margin-left: auto;
          margin-right: auto;
          float: none; } }
    section.gallery .image-group > ul, section.gallery .image-group > ul > li {
      display: block;
      margin: 0px;
      padding: 0px;
      text-indent: 0px;
      list-style: none;
      list-style-type: none;
      list-style-image: none; }
    section.gallery .image-group > ul > li {
      margin: 20px 40px 20px 10px;
      float: left; }

section.framed-image {
  padding-top: 120px;
  text-align: center; }
  section.framed-image > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: left;
    margin: auto; }
  section.framed-image a {
    display: block;
    position: relative;
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat; }
  section.framed-image aside {
    max-width: 400px;
    padding: 15px 30px 15px 40px;
    font-size: 18px;
    line-height: 1.3;
    position: relative;
    z-index: 1; }
  section.framed-image.frame1 a img {
    -o-border-image: url("../images/picture-frame@2x.jpg") 103 110 113 113 stretch;
       border-image: url("../images/picture-frame@2x.jpg") 103 110 113 113 stretch;
    border-style: solid;
    border-width: 50px; }
  section.framed-image.built-in-frame figure > a > img {
    position: static;
    transform: none; }
  section.framed-image.green aside {
    background-color: #697f59;
    color: white; }

html.no-borderimage section.framed-image.frame1 a img {
  border: 0px none; }

body.no-js figcaption {
  display: none; }

body.no-js article.artwork figcaption {
  display: block; }

figure.info-popup > a > img {
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2); }

figure.info-popup figcaption {
  display: none; }

figure.info-popup {
  position: relative; }
  figure.info-popup a:before {
    content: url(../images/icon-info.svg);
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 0px;
    left: 105%;
    left: calc(100% + 10px);
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4)); }
  figure.info-popup figcaption ul.references {
    text-align: center;
    margin: 25px auto 10px; }
    figure.info-popup figcaption ul.references a:link, figure.info-popup figcaption ul.references a:visited, figure.info-popup figcaption ul.references a:hover, figure.info-popup figcaption ul.references a:active {
      border-bottom: 0px none;
      color: white; }
  figure.info-popup figcaption .description {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    background-image: linear-gradient(to left, #346884 0px, #346884 64px, rgba(52, 104, 132, 0.9) 128px, rgba(52, 104, 132, 0.9) 100%);
    z-index: 10;
    border-top: 3px solid rgba(255, 255, 255, 0.3);
    transform: translateY(100%);
    transform: translateY(calc(100% - 3px));
    transition: transform 0.5s; }
    figure.info-popup figcaption .description > :first-child {
      margin-top: 0px; }
    figure.info-popup figcaption .description > :nth-last-child(2) {
      margin-bottom: 0px; }
    figure.info-popup figcaption .description span.collapse-button {
      display: block;
      position: absolute;
      width: 64px;
      height: 32px;
      right: 0px;
      top: -32px;
      cursor: pointer; }
    figure.info-popup figcaption .description img.semicircle {
      position: relative;
      display: block;
      width: 64px;
      height: 32px;
      z-index: 5; }
    figure.info-popup figcaption .description img.arrows {
      position: absolute;
      display: block;
      z-index: 10;
      top: 50%;
      top: calc(50% + 1px);
      left: 50%;
      transform: translate(-50%, -50%);
      transform-origin: 50% 50%;
      transition: transform 0.5s; }
    figure.info-popup figcaption .description h3 {
      text-align: center;
      letter-spacing: 0px;
      font-size: 40px;
      margin-bottom: 0px;
      line-height: 1.1;
      margin-bottom: 15px; }
      figure.info-popup figcaption .description h3 cite {
        font-family: "mrs-eaves", Georgia, serif;
        font-weight: 400;
        font-style: italic; }
      figure.info-popup figcaption .description h3 small {
        font-style: normal;
        font-size: 70%; }
    figure.info-popup figcaption .description .caption p:first-child {
      margin-top: 0px; }
    figure.info-popup figcaption .description .caption p:last-child {
      margin-bottom: 0px; }
    figure.info-popup figcaption .description a {
      display: inline; }
      figure.info-popup figcaption .description a:link, figure.info-popup figcaption .description a:visited, figure.info-popup figcaption .description a:hover, figure.info-popup figcaption .description a:active {
        color: #dbd5cb;
        text-decoration: none;
        border-bottom: 1px solid #dbd5cb; }
      figure.info-popup figcaption .description a:hover, figure.info-popup figcaption .description a:active {
        color: white;
        border-bottom-color: white; }
    figure.info-popup figcaption .description.expanded {
      transform: translateY(0px); }
      figure.info-popup figcaption .description.expanded img.arrows {
        transform: translate(-50%, -50%) rotate(-180deg); }
  figure.info-popup figcaption cite {
    font-style: normal; }
  figure.info-popup figcaption .big-image-container {
    position: relative;
    top: 0px;
    height: 100%;
    max-width: calc(100% - (75px * 2));
    margin-left: auto;
    margin-right: auto;
    max-height: 95%;
    max-height: calc(100% - 3px);
    z-index: 5;
    transition: max-height 0.5s; }
  figure.info-popup figcaption img.big {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%; }

figure.popup-active figcaption {
  display: block;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  z-index: 40;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(52, 104, 132, 0.95);
  color: white; }

article.credits {
  color: #356a87; }
  article.credits header + div {
    width: 960px;
    margin: auto; }
    @media only screen and (min-width: 1200px) {
      article.credits header + div {
        width: 1200px; } }
    @media only screen and (max-width: 959px) and (min-width: 720px) {
      article.credits header + div {
        width: 720px; } }
    @media only screen and (max-width: 719px) {
      article.credits header + div {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
  article.credits section.content {
    margin-left: 10px;
    margin-right: 10px;
    width: 620px;
    float: left; }
    @media only screen and (min-width: 1200px) {
      article.credits section.content {
        margin-left: 10px;
        margin-right: 10px;
        width: 780px;
        float: left; } }
    @media only screen and (max-width: 959px) and (min-width: 720px) {
      article.credits section.content {
        margin-left: 10px;
        margin-right: 10px;
        width: 460px;
        float: left; } }
    @media only screen and (max-width: 719px) {
      article.credits section.content {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        float: none; } }
  article.credits section.decoration {
    margin-left: 10px;
    margin-right: 10px;
    width: 300px;
    float: left;
    text-align: center; }
    @media only screen and (min-width: 1200px) {
      article.credits section.decoration {
        margin-left: 10px;
        margin-right: 10px;
        width: 380px;
        float: left; } }
    @media only screen and (max-width: 959px) and (min-width: 720px) {
      article.credits section.decoration {
        margin-left: 10px;
        margin-right: 10px;
        width: 220px;
        float: left; } }
    @media only screen and (max-width: 719px) {
      article.credits section.decoration {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        float: none; } }
    article.credits section.decoration figure {
      margin-bottom: 80px;
      display: inline-block;
      text-align: left; }
  article.credits section.introduction {
    margin-bottom: 60px; }
  article.credits section.conclusion {
    margin-top: 60px; }
  article.credits section.credits ul, article.credits section.credits li {
    display: block;
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    list-style: none;
    list-style-type: none;
    list-style-image: none; }
  article.credits section.credits ul a:link, article.credits section.credits ul a:visited, article.credits section.credits ul a:hover, article.credits section.credits ul a:active {
    border-bottom: 1px solid rgba(105, 127, 89, 0.15);
    color: #697f59; }
  article.credits section.credits ul a:hover, article.credits section.credits ul a:active {
    color: #b8917e;
    border-bottom-color: rgba(184, 145, 126, 0.15); }
  article.credits section.credits ul ul {
    font-size: 80%; }
  article.credits section.credits ul h2 {
    margin-bottom: 30px;
    line-height: 1.1; }
    article.credits section.credits ul h2 + p {
      padding-left: 3px;
      margin-top: -30px;
      margin-bottom: 30px;
      font-size: 18px; }

article.artwork {
  text-align: center;
  padding-top: 1px; }
  article.artwork figure > img {
    display: block;
    margin: 95px auto 20px;
    max-width: 95%;
    max-height: calc(100vh - 75px - 40px);
    width: auto;
    height: auto; }
  article.artwork figcaption {
    max-width: 600px;
    margin: 20px auto;
    padding: 0px 10px; }
    article.artwork figcaption h1 {
      font-family: "mrs-eaves", Georgia, serif;
      font-weight: 400;
      text-align: center;
      letter-spacing: 0px;
      margin-bottom: 0px;
      line-height: 1.1; }
      article.artwork figcaption h1 small {
        font-size: 70%; }
    article.artwork figcaption ul.references {
      text-align: center;
      margin: 15px auto 5px; }
    article.artwork figcaption > cite {
      font-style: normal; }
    article.artwork figcaption .caption {
      text-align: left; }
  article.artwork button {
    font-family: "mrs-eaves", Georgia, serif;
    font-weight: 400;
    font-style: italic;
    border: 0px none;
    border-radius: 7px;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    display: block;
    transition: background-color 0.3s, box-shadow 0.3s;
    background-color: #b8917e;
    color: white;
    cursor: pointer;
    border: 2px solid transparent;
    outline: none; }
    article.artwork button:link, article.artwork button:visited, article.artwork button:hover, article.artwork button:active {
      color: white;
      text-decoration: none; }
    article.artwork button:hover {
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
      background-color: #af836e; }
    article.artwork button:active {
      box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
      background-color: #a6755d;
      transition: none; }
    article.artwork button:focus {
      border-color: #976953; }
    article.artwork button:hover, article.artwork button:active {
      border-bottom-width: 2px; }
    article.artwork button span {
      font-style: normal;
      position: relative;
      top: 0.1em; }
    article.artwork button:first-child {
      margin: 50px auto -50px; }
    article.artwork button:last-child {
      margin: 0px auto 30px; }

article.citation {
  width: 960px;
  margin: auto;
  padding: 60px 0px; }
  @media only screen and (min-width: 1200px) {
    article.citation {
      width: 1200px; } }
  @media only screen and (max-width: 959px) and (min-width: 720px) {
    article.citation {
      width: 720px; } }
  @media only screen and (max-width: 719px) {
    article.citation {
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  article.citation :first-child {
    margin-top: 0px; }
  article.citation :last-child {
    margin-bottom: 0px; }
  article.citation button {
    font-family: "mrs-eaves", Georgia, serif;
    font-weight: 400;
    font-style: italic;
    border: 0px none;
    border-radius: 7px;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    display: block;
    transition: background-color 0.3s, box-shadow 0.3s;
    background-color: #b8917e;
    color: white; }
    article.citation button:link, article.citation button:visited, article.citation button:hover, article.citation button:active {
      color: white;
      text-decoration: none; }
    article.citation button:hover {
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
      background-color: #af836e; }
    article.citation button:active {
      box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
      background-color: #a6755d;
      transition: none; }

#index main {
  margin-top: 0px; }

#index body > header > hgroup {
  opacity: 1;
  pointer-events: none; }

#index.modal-active body.js article.home > hgroup {
  opacity: 0 !important; }

#index body.js > header > hgroup {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s; }

#index body.js.header-scrolled-off > header > hgroup {
  pointer-events: auto;
  opacity: 1; }

body.js article.home > hgroup {
  display: block; }

article.home h2 {
  line-height: 1.0; }

article.home .feature-image {
  position: relative;
  z-index: 2; }
  article.home .feature-image.current-popup {
    z-index: 20; }

article.home .home-intro {
  position: relative;
  z-index: 3; }
  article.home .home-intro.current-popup {
    z-index: 20; }

article.home > hgroup {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 25;
  display: none; }
  article.home > hgroup h1, article.home > hgroup h2 {
    text-align: center;
    margin: 0px;
    color: #356a87; }
  article.home > hgroup h1 {
    letter-spacing: 0px;
    font-size: 60px;
    line-height: 0.8;
    margin-bottom: 0.2em; }
  article.home > hgroup h2 {
    font-family: "futura-pt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 4px; }

article.home .feature-image .gradient {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, white 0px, white 75px, rgba(255, 255, 255, 0) 250px, rgba(255, 255, 255, 0) 100%);
  z-index: 5; }

article.home section.aside.bio {
  background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/home/marin-green.jpg");
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat; }
  article.home section.aside.bio .content > div {
    width: 50%;
    margin-left: 0px;
    text-align: left; }
  article.home section.aside.bio h2 {
    font-size: 60px; }
  article.home section.aside.bio ul.references li {
    margin-left: 0px;
    margin-right: 30px; }

article.home .home-stories-timeline {
  padding: 1px 0px; }
  article.home .home-stories-timeline > .content {
    width: 960px;
    margin: auto; }
    @media only screen and (min-width: 1200px) {
      article.home .home-stories-timeline > .content {
        width: 1200px; } }
    @media only screen and (max-width: 959px) and (min-width: 720px) {
      article.home .home-stories-timeline > .content {
        width: 720px; } }
    @media only screen and (max-width: 719px) {
      article.home .home-stories-timeline > .content {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
  article.home .home-stories-timeline section {
    width: 50%;
    margin-right: 0px;
    margin-left: auto;
    margin-bottom: 80px; }
    article.home .home-stories-timeline section h2 {
      font-size: 60px;
      margin-top: 50px;
      margin-bottom: 0px;
      line-height: 1.1;
      font-weight: normal; }

article.home .home-collaborators {
  padding-bottom: 15px;
  padding-top: 1px; }
  article.home .home-collaborators > .content {
    width: 960px;
    margin: auto; }
    @media only screen and (min-width: 1200px) {
      article.home .home-collaborators > .content {
        width: 1200px; } }
    @media only screen and (max-width: 959px) and (min-width: 720px) {
      article.home .home-collaborators > .content {
        width: 720px; } }
    @media only screen and (max-width: 719px) {
      article.home .home-collaborators > .content {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
  article.home .home-collaborators h2 {
    text-align: center;
    font-size: 50px;
    margin-top: 80px; }
  article.home .home-collaborators ul.credits, article.home .home-collaborators ul.credits li {
    display: block;
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    list-style: none;
    list-style-type: none;
    list-style-image: none; }
  article.home .home-collaborators ul.credits:after {
    content: ".";
    display: block;
    font-size: 0.1px;
    line-height: 0px;
    height: 0px;
    clear: both;
    visibility: hidden; }
  article.home .home-collaborators ul.credits li {
    margin-left: 10px;
    margin-right: 10px;
    width: 300px;
    float: left;
    padding: 0px 10px; }
    @media only screen and (min-width: 1200px) {
      article.home .home-collaborators ul.credits li {
        margin-left: 10px;
        margin-right: 10px;
        width: 380px;
        float: left; } }
    @media only screen and (max-width: 959px) and (min-width: 720px) {
      article.home .home-collaborators ul.credits li {
        margin-left: 10px;
        margin-right: 10px;
        width: 220px;
        float: left; } }
    @media only screen and (max-width: 719px) {
      article.home .home-collaborators ul.credits li {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        float: none; } }
  article.home .home-collaborators h3 {
    font-family: "futura-pt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px; }

article.home footer {
  min-height: 700px;
  background: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/home/footer.jpg") center bottom no-repeat;
  background-size: cover;
  position: relative; }
  article.home footer > div.paper {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/bg-texture.jpg") top center repeat;
    -webkit-mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/home/footer-paper-mask.png");
            mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/home/footer-paper-mask.png");
    -webkit-mask-position: center top;
            mask-position: center top;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat; }

html.no-cssmask article.home footer > div.paper {
  background: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/home/footer-paper-bg.png") center top no-repeat;
  background-size: 100% auto; }

article.timeline {
  color: #356a87; }
  article.timeline:after {
    content: ".";
    display: block;
    font-size: 0.1px;
    line-height: 0px;
    height: 0px;
    clear: both;
    visibility: hidden; }
  article.timeline > header {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    top: 95px;
    width: 100%;
    text-align: center;
    z-index: 5; }
    article.timeline > header h1 {
      margin: 0px auto; }
    article.timeline > header ul, article.timeline > header li {
      display: block;
      margin: 0px;
      padding: 0px;
      text-indent: 0px;
      list-style: none;
      list-style-type: none;
      list-style-image: none; }
    article.timeline > header li {
      font-family: "mrs-eaves", Georgia, serif;
      font-weight: 400;
      font-style: italic;
      display: inline-block;
      font-size: 25px; }
      article.timeline > header li a {
        display: block;
        padding: 5px 10px; }
        article.timeline > header li a:link, article.timeline > header li a:visited, article.timeline > header li a:hover, article.timeline > header li a:active {
          border-bottom: 1px solid transparent;
          border-top: 1px solid transparent; }
      article.timeline > header li.active a:link, article.timeline > header li.active a:visited, article.timeline > header li.active a:hover, article.timeline > header li.active a:active {
        border-top: 1px solid #356a87;
        border-bottom: 1px solid #356a87; }
      article.timeline > header li.active a:hover, article.timeline > header li.active a:active {
        border-top: 1px solid #697f59;
        border-bottom: 1px solid #697f59; }
  article.timeline > div {
    float: left;
    padding: 0px 60px;
    white-space: nowrap; }
    article.timeline > div.current-popup {
      z-index: 10; }
    article.timeline > div > section {
      display: inline-block;
      vertical-align: top;
      white-space: normal;
      margin-right: 100px;
      /**
			 * All the pushing-content-down-the-page needs to be done on the elements
			 * being fragment-linked to, to keep the page from scrolling vertically
			 * on hashchange.
			 */
      padding-top: 200px;
      max-height: 100vh;
      height: 100vh; }
      article.timeline > div > section hgroup {
        margin-bottom: 40px;
        position: relative; }
        article.timeline > div > section hgroup h2 {
          font-family: "mrs-eaves", Georgia, serif;
          font-weight: 400;
          font-style: italic;
          font-size: 50px;
          line-height: 0.8;
          padding-bottom: 15px;
          margin-bottom: 0px;
          letter-spacing: 0px; }
        article.timeline > div > section hgroup h3 {
          font-family: "mrs-eaves", Georgia, serif;
          font-weight: 400;
          font-style: italic;
          position: absolute;
          left: 0px;
          top: 50px;
          font-size: 24px;
          line-height: 20px;
          margin-top: 0px;
          margin-bottom: -30px;
          letter-spacing: 0px; }
      article.timeline > div > section:target {
        color: #697f59; }
        article.timeline > div > section:target a:link, article.timeline > div > section:target a:visited, article.timeline > div > section:target a:hover, article.timeline > div > section:target a:active {
          color: #697f59;
          border-bottom-color: #697f59; }
        article.timeline > div > section:target a:hover, article.timeline > div > section:target a:active {
          color: #356a87;
          border-bottom-color: #356a87; }
      article.timeline > div > section > div {
        max-width: 400px; }
      article.timeline > div > section > figure {
        max-width: 500px;
        display: inline-block;
        transition: 1s all; }
        article.timeline > div > section > figure.offscreen {
          opacity: 0.01;
          transform: translate3d(0px, 50px, 0px); }
    article.timeline > div > section.john-marin div.bg {
      position: relative;
      top: -40px;
      -webkit-mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/timeline/timeline-marin-paper-mask.png");
              mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/timeline/timeline-marin-paper-mask.png");
      -webkit-mask-size: 100% 100%;
              mask-size: 100% 100%;
      -webkit-mask-position: center center;
              mask-position: center center;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      padding-bottom: 135.2%; }
      article.timeline > div > section.john-marin div.bg > div {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 100%;
        padding-bottom: 135.2%;
        background: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/timeline/timeline-marin.jpg") center center no-repeat;
        background-size: cover; }
    article.timeline > div > section.eiffel-tower, article.timeline > div > section.woolworth-building, article.timeline > div > section.maine, article.timeline > div > section.alfred-stieglitz {
      padding-right: 450px;
      position: relative; }
      article.timeline > div > section.eiffel-tower div.bg, article.timeline > div > section.woolworth-building div.bg, article.timeline > div > section.maine div.bg, article.timeline > div > section.alfred-stieglitz div.bg {
        position: absolute;
        height: calc(100vh - 75px);
        max-width: none;
        width: 500px;
        bottom: 0px;
        right: 0px;
        z-index: -1;
        -webkit-mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/timeline/1-eiffel-tower-paper-mask.png");
                mask-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/timeline/1-eiffel-tower-paper-mask.png");
        -webkit-mask-position: center bottom;
                mask-position: center bottom;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat; }
        article.timeline > div > section.eiffel-tower div.bg > div, article.timeline > div > section.woolworth-building div.bg > div, article.timeline > div > section.maine div.bg > div, article.timeline > div > section.alfred-stieglitz div.bg > div {
          width: 100%;
          height: 100%;
          height: calc(100vh - 75px);
          position: absolute;
          bottom: 0px;
          right: 0px;
          background-position: center bottom;
          background-repeat: no-repeat;
          background-size: cover; }
    article.timeline > div > section.eiffel-tower div.bg > div {
      background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/timeline/1-eiffel-tower.jpg"); }
    article.timeline > div > section.woolworth-building div.bg > div {
      background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/timeline/2-woolworth-building.jpg"); }
    article.timeline > div > section.maine div.bg > div {
      background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/timeline/3-maine.jpg"); }
    article.timeline > div > section.alfred-stieglitz div.bg > div {
      background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/timeline/4-stieglitz.jpg"); }

html.no-cssmask article.timeline > div > section.john-marin div.bg > div {
  background: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/timeline/timeline-marin-paper-bg.png") center center no-repeat, url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/timeline/timeline-marin.jpg") center center no-repeat;
  background-size: 100% 100%, cover; }

html.no-cssmask article.timeline > div > section.eiffel-tower div.bg > div {
  background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/timeline/1-eiffel-tower-paper-bg.png"), url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/timeline/1-eiffel-tower.jpg");
  background-size: 100% 100%, cover; }

html.no-cssmask article.timeline > div > section.woolworth-building div.bg > div {
  background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/timeline/2-woolworth-building-paper-bg.png"), url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/timeline/2-woolworth-building.jpg");
  background-size: 100% 100%, cover; }

html.no-cssmask article.timeline > div > section.maine div.bg > div {
  background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/timeline/3-maine-paper-bg.png"), url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/timeline/3-maine.jpg");
  background-size: 100% 100%, cover; }

html.no-cssmask article.timeline > div > section.alfred-stieglitz div.bg > div {
  background-image: url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/timeline/4-stieglitz-paper-bg.png"), url("https://sw-cms.s3.amazonaws.com/john-marin/decorative/timeline/4-stieglitz.jpg");
  background-size: 100% 100%, cover; }

article.glossary {
  width: 960px;
  margin: auto;
  max-width: 940px; }
  @media only screen and (min-width: 1200px) {
    article.glossary {
      width: 1200px; } }
  @media only screen and (max-width: 959px) and (min-width: 720px) {
    article.glossary {
      width: 720px; } }
  @media only screen and (max-width: 719px) {
    article.glossary {
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  article.glossary #glossary-filter {
    display: none;
    font-size: 22px;
    padding: 3px 6px;
    border-radius: 1000px;
    border: 1px solid #dbd5cb;
    margin: 30px auto;
    width: 15em;
    padding-left: 35px;
    max-width: 100%;
    background: white url("../images/icon-search.svg") 10px center no-repeat;
    background-size: auto 50%;
    -webkit-appearance: none; }
    article.glossary #glossary-filter.shown {
      display: inline-block; }
    article.glossary #glossary-filter:focus {
      outline: none;
      border-color: #b8917e; }
  article.glossary input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 25px;
    width: 25px;
    cursor: pointer;
    background: #dbd5cb url("../images/icon-close.svg") center center no-repeat;
    border-radius: 100px;
    background-size: 11px 11px; }
    article.glossary input[type='search']::-webkit-search-cancel-button:hover, article.glossary input[type='search']::-webkit-search-cancel-button:active {
      background-color: #b8917e; }
  article.glossary section.definitions {
    color: #356a87; }
    article.glossary section.definitions > header {
      padding-top: 60px;
      text-align: center; }
      article.glossary section.definitions > header h1 {
        font-size: 70px;
        margin: 0px auto 50px;
        line-height: 0.8; }
      article.glossary section.definitions > header nav {
        font-family: "mrs-eaves-roman-small-caps", Georgia, serif;
        letter-spacing: 2px;
        text-transform: lowercase;
        font-size: 30px;
        white-space: nowrap; }
        article.glossary section.definitions > header nav a {
          display: inline-block;
          color: rgba(53, 106, 135, 0.2);
          cursor: default;
          padding: 5px 3px; }
          article.glossary section.definitions > header nav a:hover, article.glossary section.definitions > header nav a:active {
            border-bottom: 0px none; }
        article.glossary section.definitions > header nav a:first-child {
          position: relative;
          top: 0.125em; }
        article.glossary section.definitions > header nav a:link, article.glossary section.definitions > header nav a:visited, article.glossary section.definitions > header nav a:link:hover, article.glossary section.definitions > header nav a:link:active {
          cursor: pointer;
          color: #356a87;
          border-bottom: 0px none; }
        article.glossary section.definitions > header nav a:link:hover, article.glossary section.definitions > header nav a:link:active {
          color: #697f59; }
    article.glossary section.definitions dl > div {
      margin-bottom: 50px; }
      article.glossary section.definitions dl > div.no-match {
        display: none; }
    article.glossary section.definitions dl span {
      white-space: nowrap; }
    article.glossary section.definitions dt span {
      font-size: 70%; }
      article.glossary section.definitions dt span.no-hyphens {
        font-size: 100%;
        -webkit-hyphens: none;
            -ms-hyphens: none;
                hyphens: none; }
    article.glossary section.definitions dt {
      font-family: "mrs-eaves", Georgia, serif;
      font-weight: 400;
      font-size: 42px;
      line-height: 1.1; }
    article.glossary section.definitions dd {
      margin-top: 10px;
      margin-left: 0px;
      padding-left: 0px; }
      article.glossary section.definitions dd p:first-child {
        margin-top: 0px; }
  article.glossary section.bibliography {
    color: #697f59; }
    article.glossary section.bibliography h2 {
      text-align: center;
      font-size: 50px;
      margin-bottom: 10px; }
    article.glossary section.bibliography p {
      text-align: center;
      margin: 0px auto 30px; }
    article.glossary section.bibliography ul, article.glossary section.bibliography li {
      display: block;
      margin: 0px;
      padding: 0px;
      text-indent: 0px;
      list-style: none;
      list-style-type: none;
      list-style-image: none; }
    article.glossary section.bibliography li {
      margin: 30px auto;
      font-size: 18px;
      max-width: 30em;
      line-height: 25px; }
    article.glossary section.bibliography cite, article.glossary section.bibliography span {
      font-family: "mrs-eaves", Georgia, serif;
      font-weight: 700;
      font-style: italic;
      font-size: 22px; }
    article.glossary section.bibliography cite.minor {
      font-family: "futura-pt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
      font-size: 18px;
      font-style: normal; }

html#map main {
  height: 100vh;
  padding-top: 75px;
  margin-top: 0px; }

article.map {
  position: relative;
  height: 100%;
  overflow-x: hidden; }
  article.map #mapbox {
    height: 100%;
    width: 100%;
    max-width: 100vw;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.4s ease-in-out; }
  article.map #location.open + #mapbox {
    max-width: 66.67vw; }
  article.map .marker {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #B8917D;
    border: 1px solid #876B5D; }
  article.map .marker.active {
    background-color: #657A55;
    border: 1px solid #46553C; }
  article.map #location {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    z-index: 2;
    background-color: #346884;
    color: #fff;
    width: 33.3vw;
    transform: translateX(33.3vw);
    overflow: hidden;
    transition: all .4s ease-in-out; }
    article.map #location h2 {
      line-height: 1.1;
      font-size: 40px;
      font-family: "mrs-eaves", Georgia, serif;
      font-weight: 400;
      font-style: italic;
      letter-spacing: 0px;
      margin-bottom: 0px;
      color: #dbd5cb; }
  article.map #location-close {
    font-size: 0.1px;
    text-indent: 100%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    display: block;
    width: 44px;
    height: 44px;
    background: url("../images/hamburger.png") left bottom no-repeat;
    background-size: 88px 88px;
    border-bottom: 0px none; }
    article.map #location-close:hover, article.map #location-close:active {
      background-position: right bottom;
      border-bottom: 0px none; }
  article.map #location-artworks figure {
    width: calc(100% - 40px); }
  article.map #location-inner {
    padding: 20px 30px; }
  article.map #location.open {
    transform: none; }
  article.map #location a {
    color: #fff;
    text-decoration: none; }
  article.map a#location-map-link {
    font-family: "mrs-eaves", Georgia, serif;
    font-weight: 400;
    font-style: italic;
    border: 0px none;
    border-radius: 7px;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    display: block;
    transition: background-color 0.3s, box-shadow 0.3s;
    background-color: #b8917e;
    color: white;
    width: 210px;
    background-repeat: no-repeat;
    background-image: url("../images/icon-map-marker.svg");
    background-position: 9px center;
    background-size: 16px auto;
    padding: 3px 14px 3px 34px; }
    article.map a#location-map-link:link, article.map a#location-map-link:visited, article.map a#location-map-link:hover, article.map a#location-map-link:active {
      color: white;
      text-decoration: none; }
    article.map a#location-map-link:hover {
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
      background-color: #af836e; }
    article.map a#location-map-link:active {
      box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
      background-color: #a6755d;
      transition: none; }
    article.map a#location-map-link:link, article.map a#location-map-link:visited, article.map a#location-map-link:hover, article.map a#location-map-link:active {
      border-bottom: 0px none; }
  article.map .mapboxgl-popup {
    font-family: "futura-pt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #356a87; }
  article.map .mapboxgl-popup-content {
    padding: 10px; }

article.contact {
  color: #356a87;
  padding-top: 60px; }
  article.contact header,
  article.contact section .content {
    width: 960px;
    margin: auto;
    padding: 0px 10px; }
    @media only screen and (min-width: 1200px) {
      article.contact header,
      article.contact section .content {
        width: 1200px; } }
    @media only screen and (max-width: 959px) and (min-width: 720px) {
      article.contact header,
      article.contact section .content {
        width: 720px; } }
    @media only screen and (max-width: 719px) {
      article.contact header,
      article.contact section .content {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }
  article.contact section.info {
    font-family: "mrs-eaves", Georgia, serif;
    font-weight: 400;
    max-width: 500px;
    margin: auto;
    font-size: 26px; }
  article.contact header {
    text-align: center; }
    article.contact header h1 {
      font-size: 70px;
      letter-spacing: 7px;
      margin-bottom: 0px;
      line-height: 0.9; }
  article.contact .content p {
    padding-left: 38.8px;
    background-size: 26px auto;
    min-height: 31px;
    background-position: left 5px;
    background-repeat: no-repeat;
    line-height: 1.3; }
    article.contact .content p.phone {
      background-image: url(../images/contact-icon-phone.svg); }
    article.contact .content p.email {
      background-image: url(../images/contact-icon-email.svg);
      background-position: left 7px; }
    article.contact .content p.location {
      background-image: url(../images/contact-icon-location.svg);
      background-size: 24px auto;
      background-position: 1px 5px; }
  article.contact section.aside {
    margin-top: 50px;
    padding: 60px 0px; }
    article.contact section.aside h2 {
      font-family: "futura-pt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif;
      color: white;
      font-size: 18px;
      padding-top: 20px; }
    article.contact section.aside form {
      text-align: left;
      display: block;
      max-width: 700px;
      margin: auto; }
    article.contact section.aside .name:after {
      content: ".";
      display: block;
      font-size: 0.1px;
      line-height: 0px;
      height: 0px;
      clear: both;
      visibility: hidden; }
    article.contact section.aside .name label {
      float: left;
      width: calc(50% - 3px);
      padding: 0px; }
      article.contact section.aside .name label:first-child {
        margin-right: 6px; }
      article.contact section.aside .name label span {
        display: none; }
    article.contact section.aside label {
      font-family: "mrs-eaves", Georgia, serif;
      font-weight: 400;
      display: block;
      font-size: 30px;
      color: #dbd5cb;
      padding-top: 20px; }
    article.contact section.aside input {
      font-family: "mrs-eaves", Georgia, serif;
      font-weight: 400;
      font-style: italic;
      padding: 3px 6px; }
    article.contact section.aside textarea {
      font-family: "futura-pt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif; }
    article.contact section.aside input, article.contact section.aside textarea {
      border-radius: 8px;
      border: 2px solid transparent;
      width: 100%; }
      article.contact section.aside input:focus, article.contact section.aside textarea:focus {
        border: 2px solid #b8917e;
        outline: none; }

html#thank-you article header p {
  font-size: 26px; }

@media only screen and (max-width: 959px) {
  section.woolworth-full-color div.bg {
    width: 75%; }
  article.home section.aside.bio h2 {
    padding-left: 0px; }
    article.home section.aside.bio h2 strong {
      text-indent: 0px; }
  article.home .home-collaborators ul.credits li {
    margin-left: 10px;
    margin-right: 10px;
    width: 940px;
    float: left; } }
  @media only screen and (max-width: 959px) and (min-width: 1200px) {
    article.home .home-collaborators ul.credits li {
      margin-left: 10px;
      margin-right: 10px;
      width: 1180px;
      float: left; } }
  @media only screen and (max-width: 959px) and (max-width: 959px) and (min-width: 720px) {
    article.home .home-collaborators ul.credits li {
      margin-left: 10px;
      margin-right: 10px;
      width: 700px;
      float: left; } }
  @media only screen and (max-width: 959px) and (max-width: 719px) {
    article.home .home-collaborators ul.credits li {
      width: auto;
      margin-left: auto;
      margin-right: auto;
      float: none; } }

@media only screen and (max-width: 719px) {
  article.story > footer > .content {
    columns: auto; }
  article.about section.aside.glossary {
    padding-bottom: 0px;
    background-image: none; }
  article.contact {
    padding-top: 20px; }
    article.contact > header h1 {
      font-size: 40px;
      letter-spacing: 1px; }
    article.contact .content {
      font-family: "futura-pt", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, sans-serif; }
      article.contact .content p {
        font-size: 18px;
        padding-left: 0px;
        background-image: none !important; }
    article.contact section.aside label {
      font-size: 24px; }
    article.contact textarea {
      font-size: 22px; }
  body {
    font-size: 18px; }
  body > header {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto; }
  body > footer nav {
    min-height: 100vh; }
  body.js main {
    margin-top: 0px; }
  header.watercolor h1 {
    letter-spacing: 0px;
    font-size: 55px; }
  header.watercolor {
    min-height: 350px; }
  section.quote,
  section.aside {
    margin-top: 76px; }
    section.quote div.bg > div,
    section.aside div.bg > div {
      height: 100%; }
    section.quote .content,
    section.aside .content {
      padding: 55px 0px; }
    section.quote blockquote,
    section.aside blockquote {
      font-size: 30px; }
      section.quote blockquote p,
      section.aside blockquote p {
        line-height: 1.1;
        margin: 25px auto; }
      section.quote blockquote cite,
      section.aside blockquote cite {
        line-height: 1.1;
        font-size: 18px; }
    section.quote + section.watercolor div.bg + *,
    section.aside + section.watercolor div.bg + * {
      padding-top: 20px; }
  section.aside {
    text-align: left; }
    section.aside h1, section.aside h2, section.aside h3 {
      text-align: center; }
  section.framed-image > div {
    display: block; }
  section.framed-image a {
    max-width: 100%; }
  section.framed-image figure, section.framed-image aside {
    display: block;
    margin: auto; }
  section.framed-image aside {
    padding: 20px;
    width: 75%; }
    section.framed-image aside p:first-child {
      margin-top: 0px; }
    section.framed-image aside p:last-child {
      margin-bottom: 0px; }
  section.framed-image figure a img {
    margin: auto;
    width: 90%;
    height: auto; }
  section.framed-image.built-in-frame figure a img {
    width: 100%;
    height: auto; }
  .woolworth-full-color div.bg {
    display: none; }
  .bridge-currier-ives {
    padding-bottom: 40px; }
    .bridge-currier-ives div.bg {
      display: none; }
  .maine-full-color div.bg,
  .ramapo-full-color div.bg {
    display: none; }
  section.gallery {
    padding-top: 20px; }
    section.gallery .image-group {
      padding-top: 0px; }
  .illustration {
    margin-top: 20px;
    margin-bottom: 30px; }
    .illustration figure {
      display: block;
      float: left;
      margin: 20px 40px 20px 10px; }
  section.framed-image {
    padding-top: 30px; }
    section.framed-image figure.info-popup a:before {
      top: calc(100% + 5px);
      left: auto;
      right: 0px; }
  section.watercolor div.bg {
    position: static; }
  section.watercolor.bridge-green div.bg, section.watercolor.bridge-brown div.bg, section.watercolor.ramapo-brown div.bg, section.watercolor.maine-blue div.bg {
    display: none; }
  body.js > header a.about {
    display: none; }
  #index body > header > hgroup {
    opacity: 1 !important; }
  article.home > hgroup,
  article.home .feature-image {
    display: none !important; }
  article.home .home-intro {
    margin-top: 20px; }
    article.home .home-intro .illustration {
      margin: 0px auto; }
    article.home .home-intro figure > a > img {
      border-width: 30px; }
  article.home section.aside.bio .content > div {
    width: auto;
    margin: auto; }
  article.home section.aside.bio h2 {
    font-size: 40px; }
  article.home .home-stories-timeline div.bg, article.home .home-stories-timeline div.paper {
    display: none; }
  article.home .home-stories-timeline .content section {
    width: auto; }
    article.home .home-stories-timeline .content section h2 {
      margin-top: 0px;
      font-size: 40px; }
  article.home .home-collaborators h2 {
    font-size: 40px;
    letter-spacing: 1px; }
  article.timeline {
    padding-top: 0px !important; }
    article.timeline > header {
      top: -55px !important; }
  article.credits > header div.bg > div {
    background-position: center top; }
  article.credits section.decoration {
    display: none; }
  article.credits section.credits h2 {
    font-size: 26px;
    letter-spacing: 1px; }
  article.credits section.credits p {
    font-size: 15px; }
  html#map {
    overflow: hidden; }
    html#map main {
      padding-top: 0px; }
  article.map {
    height: calc(100% - 75px); }
    article.map #mapbox {
      max-width: none;
      height: 100%; }
    article.map #location.open + #mapbox {
      max-width: none;
      height: 50%; }
    article.map #location {
      top: auto;
      right: 0px;
      left: 0px;
      bottom: 0px;
      width: 100%;
      height: 50vh;
      transform: translateY(50vh);
      overflow-y: auto; }
  article.artwork figure > img {
    margin-top: 30px; } }

@media only screen and (max-width: 374px) {
  article.glossary section.definitions > header h1 {
    font-size: 50px; }
  article.glossary section.definitions > header nav {
    font-size: 26px; }
  article.glossary section.definitions dt {
    font-size: 30px; }
  article.glossary section.definitions dd {
    font-size: 18px; }
  article.glossary section.bibliography h2 {
    font-size: 40px; } }

@media only screen and (max-width: 959px) {
  article.glossary section.definitions > header nav a:not(:link) {
    display: none; } }

@media only screen and (max-width: 480px) {
  body.js > header h1 {
    font-size: 25px; }
  body.js > header h2 {
    font-size: 13px; }
  body.js > header hgroup {
    left: auto;
    right: 0px;
    transform: translate(calc((100vw - 100% - 75px) / -2 - 8px), -50%); } }

@media only screen and (max-width: 959px), only screen and (max-height: 720px) {
  html#timeline {
    overflow: visible; }
  article.timeline {
    padding-top: 85px; }
    article.timeline > header {
      position: sticky;
      z-index: 10;
      padding-bottom: 15px;
      background: url("../images/bg-texture.jpg") top center repeat;
      -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0px, black 15px, black 100%);
              mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0px, black 15px, black 100%);
      top: 20px;
      transform: none; }
      article.timeline > header li {
        font-size: 20px; }
        article.timeline > header li a {
          padding: 2px 5px; }
    article.timeline > div {
      width: 960px;
      margin: auto;
      float: none;
      margin: auto;
      white-space: normal;
      padding: 0px; } }
    @media only screen and (max-width: 959px) and (min-width: 1200px), only screen and (max-height: 720px) and (min-width: 1200px) {
      article.timeline > div {
        width: 1200px; } }
    @media only screen and (max-width: 959px) and (max-width: 959px) and (min-width: 720px), only screen and (max-height: 720px) and (max-width: 959px) and (min-width: 720px) {
      article.timeline > div {
        width: 720px; } }
    @media only screen and (max-width: 959px) and (max-width: 719px), only screen and (max-height: 720px) and (max-width: 719px) {
      article.timeline > div {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }

@media only screen and (max-width: 959px), only screen and (max-height: 720px) {
      article.timeline > div > section {
        display: block;
        margin-right: 0px;
        padding-top: 0px;
        height: auto;
        width: auto;
        margin-bottom: 30px; }
        article.timeline > div > section > div hgroup {
          margin-bottom: 15px; }
        article.timeline > div > section h2 {
          padding-bottom: 0px;
          margin-bottom: 15px; }
        article.timeline > div > section h3 {
          position: static;
          margin-bottom: 0px; }
        article.timeline > div > section > div {
          max-width: none;
          height: auto;
          padding: 0px; }
    article.timeline figure {
      margin: 20px 40px 20px 0px; }
      article.timeline figure > a > img {
        width: 100%;
        height: auto; }
  article.timeline > div > section.john-marin div.bg {
    position: static;
    max-height: 500px;
    max-width: 100%;
    padding-bottom: 0px; }
    article.timeline > div > section.john-marin div.bg > div {
      position: static;
      width: 100%;
      height: 100%; }
  article.timeline > div > section.eiffel-tower, article.timeline > div > section.woolworth-building, article.timeline > div > section.maine, article.timeline > div > section.alfred-stieglitz {
    padding-right: 0px;
    width: auto; }
    article.timeline > div > section.eiffel-tower div.bg, article.timeline > div > section.woolworth-building div.bg, article.timeline > div > section.maine div.bg, article.timeline > div > section.alfred-stieglitz div.bg {
      display: none; } }

.bigfoot-footnote__button {
  position: relative;
  z-index: 5;
  top: -0.1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  padding: 0.425em;
  margin: 0 0.1em 0 0.2em;
  border: none;
  border-radius: 0.3em;
  cursor: pointer;
  background-color: rgba(184, 145, 126, 0.4);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 1rem;
  line-height: 0;
  vertical-align: middle;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  transition-property: background-color;
  transition-duration: 0.25s; }
  .bigfoot-footnote__button:hover, .bigfoot-footnote__button:focus {
    outline: none;
    background-color: rgba(184, 145, 126, 0.8); }
  .bigfoot-footnote__button:active {
    background-color: rgba(184, 145, 126, 0.8); }
  .bigfoot-footnote__button.is-active {
    background-color: #b8917e;
    transition-delay: 0.1s; }
  .bigfoot-footnote__button:after {
    content: '';
    display: table;
    clear: both; }

.bigfoot-footnote__button__circle {
  display: inline-block;
  width: 0.25em;
  height: 0.25em;
  margin-right: 0.25em;
  float: left; }
  .bigfoot-footnote__button__circle:last-child {
    margin-right: 0; }

.bigfoot-footnote__container {
  display: inline-block;
  position: relative;
  left: -4px;
  text-indent: 0; }

@media not print {
  .footnote-print-only {
    display: none !important; } }

@media print {
  .bigfoot-footnote,
  .bigfoot-footnote__button {
    display: none !important; } }

.bigfoot-footnote {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  max-width: 90%;
  margin: 2.11924em 0;
  background: #346884;
  color: white;
  opacity: 0;
  border-radius: 0.5em;
  border: 1px solid #346884;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  line-height: 0;
  transition-property: opacity, transform;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transform: scale(0.1) translateZ(0);
  transform-origin: 50% 0; }
  .bigfoot-footnote a:link, .bigfoot-footnote a:visited, .bigfoot-footnote a:hover, .bigfoot-footnote a:active {
    color: #dbd5cb;
    border-bottom-color: #dbd5cb; }
  .bigfoot-footnote a:hover, .bigfoot-footnote a:active {
    color: white;
    border-bottom-color: white; }
  .bigfoot-footnote.is-positioned-top {
    top: auto;
    bottom: 0; }
  .bigfoot-footnote.is-active {
    transform: scale(1) translateZ(0);
    opacity: 0.97; }
  .bigfoot-footnote.is-bottom-fixed {
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
    transform: translateY(100%);
    width: 100%;
    margin: 0;
    border-radius: 0;
    opacity: 1;
    border-width: 1px 0 0;
    transition: transform 0.3s ease; }
    .bigfoot-footnote.is-bottom-fixed.is-active {
      transform: translateY(0); }
    .bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__wrapper {
      margin: 0 0 0 50%;
      transform: translateX(-50%);
      max-width: 100%; }
    .bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__wrapper,
    .bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__content {
      border-radius: 0; }
    .bigfoot-footnote.is-bottom-fixed .bigfoot-footnote__tooltip {
      display: none; }
  .bigfoot-footnote.is-scrollable:after {
    content: '';
    position: absolute;
    bottom: calc(0.3375em - 2px);
    left: 0.3375em;
    z-index: 14;
    display: block;
    height: 0.78125em;
    width: 0.625em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTIgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pbllNaW4iPgogICAgPGcgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFycm93IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjAwMDAwMCwgMS4wMDAwMDApIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPgogICAgICAgICAgICA8cGF0aCBkPSJNNSwwIEw1LDExLjUiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjUsNy41IEw1LjAyNzY5Mjc5LDEyLjAyNzY5MjgiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik00LjUsNy41IEw5LjAyNzY5Mjc5LDEyLjAyNzY5MjgiIGlkPSJMaW5lLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuMDAwMDAwLCAxMC4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTcuMDAwMDAwLCAtMTAuMDAwMDAwKSAiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=");
    background-size: cover;
    opacity: 0.1;
    transition-properties: opacity;
    transition-duration: 0.25s;
    transition-timing-function: ease; }
  .bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:before, .bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    z-index: 12;
    left: 0; }
  .bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:before {
    top: -1px;
    height: 1.1em;
    border-radius: 0.5em 0.5em 0 0;
    background-image: linear-gradient(to bottom, #346884 50%, rgba(52, 104, 132, 0) 100%); }
  .bigfoot-footnote.is-scrollable .bigfoot-footnote__wrapper:after {
    bottom: -1px;
    height: 1.2em;
    border-radius: 0 0 0.5em 0.5em;
    background-image: linear-gradient(to top, #346884 50%, rgba(52, 104, 132, 0) 100%); }
  .bigfoot-footnote.is-scrollable ::-webkit-scrollbar {
    display: none; }
  .bigfoot-footnote.is-fully-scrolled:after, .bigfoot-footnote.is-fully-scrolled:before {
    opacity: 0;
    transition-delay: 0; }

.bigfoot-footnote__wrapper {
  position: relative;
  z-index: 14;
  width: 22em;
  display: inline-block;
  box-sizing: inherit;
  overflow: hidden;
  margin: 0;
  background-color: #346884;
  border-radius: 0.5em;
  line-height: 0; }

.bigfoot-footnote__content {
  position: relative;
  z-index: 8;
  display: inline-block;
  max-height: 15em;
  padding: 1.1em 1.3em 1.2em;
  box-sizing: inherit;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #346884;
  border-radius: 0.5em;
  line-height: normal; }
  .bigfoot-footnote__content img {
    max-width: 100%; }
  .bigfoot-footnote__content *:last-child {
    margin-bottom: 0 !important; }
  .bigfoot-footnote__content *:first-child {
    margin-top: 0 !important; }

.bigfoot-footnote__tooltip {
  position: absolute;
  z-index: 12;
  box-sizing: border-box;
  margin-left: -0.65em;
  width: 1.3em;
  height: 1.3em;
  transform: rotate(45deg);
  background: #346884;
  border: 1px solid #346884;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 0; }
  .is-positioned-bottom .bigfoot-footnote__tooltip {
    top: -0.65em; }
  .is-positioned-top .bigfoot-footnote__tooltip {
    bottom: -0.65em; }

.bigfoot-footnote__button {
  position: relative;
  height: 1.1em;
  width: 1.5em;
  border-radius: 0.55em; }
  .bigfoot-footnote__button:after {
    content: attr(data-footnote-number);
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1.1em;
    transform: translate(-50%, -50%);
    display: block;
    font-size: 0.66em;
    font-weight: bold;
    color: white;
    transition: color 0.25s ease; }
  .bigfoot-footnote__button:hover:after, .bigfoot-footnote__button.is-active:after {
    color: white; }

.bigfoot-footnote__button__circle {
  display: none; }
