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

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

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

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
[hidden] {
  display: none; }

/**
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
template {
  display: none; }

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */ }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

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

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

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

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

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

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

button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  background-color: #df88b9;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #b26d94;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #df88b9; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 16px; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #b2b2b2;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #8e8e8e; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #df88b9;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(218, 116, 173, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #b2b2b2; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto; }

html {
  box-sizing: border-box; }

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

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

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #868686;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #b2b2b2;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #222;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Space Mono", monospace;
  font-size: 1.333em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #df88b9;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #a7668b; }

hr {
  border-bottom: 1px solid #b2b2b2;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

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

a {
  color: #000;
  text-decoration: none;
  transition: color .3s, background .3s, border .3s; }

a:hover {
  color: #df88b9; }

html {
  height: 101%;
  position: relative; }

body {
  margin: 3.5em auto 0 auto;
  background: #fff;
  color: #222; }

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #000;
  z-index: 20;
  transition: all 300ms; }

.header.offscreen {
  transform: translate(0, -105%); }

.header__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75em 1.5em; }
  .header__inner::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 740px) {
    .header__inner {
      padding: 0.75em; } }
  .header__inner h1 {
    font-size: 24px;
    text-align: left;
    margin: 0;
    font-weight: 400; }

.header__logo {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  color: #fff;
  display: block;
  font-family: "Space Mono", monospace;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px; }
  .header__logo:last-child {
    margin-right: 0; }
  .header__logo:hover {
    color: #df88b9; }

.header__menu {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%; }
  .header__menu:last-child {
    margin-right: 0; }

.header__menu-toggle {
  display: none;
  padding-top: 0.25em; }

.header__menu-toggle-link {
  display: block;
  float: right;
  color: #b2b2b2;
  border: 1px solid #737373;
  border-radius: 2px;
  padding: 0.25em 0.375em 0.25em 0.25em;
  font-size: 11.2px; }
  .header__menu-toggle-link:active, .header__menu-toggle-link:hover, .header__menu-toggle-link:focus {
    color: white;
    border-color: white; }

.header__menu-toggle-icon {
  transition: transform 150ms; }

.header__menu-toggle-label {
  text-transform: uppercase; }

@media screen and (max-width: 740px) {
  .header__logo {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .header__logo:last-child {
      margin-right: 0; }

  .header__menu {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    padding-top: 0.375em;
    display: none; }
    .header__menu:last-child {
      margin-right: 0; }

  .header__menu-toggle {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    display: block; }
    .header__menu-toggle:last-child {
      margin-right: 0; } }
.header__menu__links a {
  display: block;
  color: #b2b2b2; }
.header__menu__links a:hover {
  color: #fff;
  text-decoration: none; }
.header__menu__links .active {
  color: #fff;
  text-decoration: underline; }
.header__menu__links > li {
  float: left; }
.header__menu__links > li > a {
  padding: .2em 1em 0 0;
  font-size: 12.8px;
  border: 0; }
.header__menu__links > li:last-of-type > a {
  padding-right: 0; }
@media screen and (min-width: 741px) {
  .header__menu__links {
    float: right;
    margin-right: -1em; }
    .header__menu__links > li > a {
      padding: .35em .75em;
      font-size: 1em; } }

.heading--huge {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 128px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  line-height: 1.2;
  margin-bottom: 0; }
  @media screen and (max-width: 740px) {
    .heading--huge {
      font-size: 64px; } }

.heading--medium {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  font-family: "Work Sans", Arial, Helvetica, sans-serif; }
  @media screen and (max-width: 740px) {
    .heading--medium {
      font-size: 16px;
      line-height: 1.5; } }

h1 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: .5em;
  text-align: center; }

h2 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: .5em;
  text-align: center; }

h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: .5em;
  text-align: center; }

h4 {
  font-size: 1.125em;
  line-height: 1.5em;
  margin-bottom: .5em; }

h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  border: 0 !important; }

h1, h2, h3, h4 {
  font-weight: 400; }

.essay__text {
  text-align: left;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }
  .essay__text hr {
    margin: 3em 0;
    height: 2px;
    background: #eee; }
  .essay__text p, .essay__text ul, .essay__text ol {
    margin-bottom: 1.5em; }
  .essay__text a {
    border-bottom: 2px solid #df88b9; }
  .essay__text ul, .essay__text ol, .essay__text blockquote {
    margin-left: 2em;
    margin-right: 0; }
  .essay__text ol {
    list-style-type: decimal; }
  .essay__text ul {
    list-style-type: disc; }
  .essay__text h1, .essay__text h2, .essay__text h3, .essay__text h4, .essay__text h5, .essay__text h6 {
    text-align: left; }

.main .toc-list {
  margin-bottom: 0; }
  .main .toc-list .toc-list {
    margin-left: 1.5em; }

.section {
  position: relative; }
  .section::after {
    clear: both;
    content: "";
    display: table; }

.section__title {
  font-size: 32px;
  margin-bottom: 0 !important; }

.section-slide {
  position: relative; }

.section__contents {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75em 1.5em;
  z-index: 2; }
  .section__contents::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 740px) {
    .section__contents {
      padding: 0.75em; } }

.section__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.section--full-height {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 6em;
  padding-bottom: 6em; }
  @media screen and (max-width: 740px) {
    .section--full-height {
      padding-top: 2.25em;
      padding-bottom: 0; } }

.section--full-height .section__contents {
  flex: 1 1 auto;
  flex-basis: 100%; }

.section--splash {
  background: #999;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media screen and (max-width: 740px) {
    .section--splash {
      background-attachment: scroll; } }
  .section--splash .section__contents {
    max-width: none; }

.section--splash__text {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  text-align: center;
  padding: 1.5em 0;
  color: #fff; }
  .section--splash__text:last-child {
    margin-right: 0; }

.splash-down {
  display: block;
  margin: 0 auto 0.75em auto;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0.75em;
  line-height: 1;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 100%; }
  .splash-down:hover {
    color: #df88b9;
    background: #222; }

.section--map {
  align-items: flex-start;
  padding-top: 1em; }

.section--map .splash-down {
  display: none; }
  @media screen and (max-width: 740px) {
    .section--map .splash-down {
      display: block; } }

.section--map-intro .essay__intro {
  text-align: left; }

.map-and-buttons {
  color: white;
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  margin-left: 17.0596085997%; }
  .map-and-buttons:last-child {
    margin-right: 0; }
  @media screen and (max-width: 740px) {
    .map-and-buttons {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-left: 0%; }
      .map-and-buttons:last-child {
        margin-right: 0; } }
  .map-and-buttons h2 {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 740px) {
  .leaflet-control-minimap {
    display: none; } }

.map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.leaflet-container {
  font-family: "Work Sans", Arial, Helvetica, sans-serif; }

.leaflet-popup-content-wrapper {
  background-color: #eee !important;
  border: 0px none; }

.leaflet-popup-content {
  padding: 0.375em;
  background: #eee; }
  .leaflet-popup-content .marker-title {
    font-weight: normal; }

.leaflet-marker-icon.label {
  color: #eee;
  font-size: 20.8px;
  font-weight: bold;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.65); }

.leaflet-popup-tip {
  border-top-color: #eee; }

.leaflet-control-minimap {
  border: solid white 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 3px;
  background: #f8f8f9;
  transition: all .2s; }

.leaflet-control-minimap a {
  background-color: white;
  background-repeat: no-repeat;
  z-index: 99999;
  transition: all .2s;
  border-radius: 3px 0px 0px 0px; }

.leaflet-control-minimap a.minimized {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  border-radius: 0px; }

.leaflet-control-minimap-toggle-display {
  height: 19px;
  width: 19px;
  position: absolute;
  bottom: 0;
  right: 0; }

.section-slides--photo-essays {
  background: #eee; }

.section--photo-essays {
  background: #eee;
  color: #222; }

.section--photo-essays .listed-essay__link {
  background-color: #222; }
  .section--photo-essays .listed-essay__link .bg {
    opacity: 1;
    mix-blend-mode: normal;
    -webkit-mix-blend-mode: normal;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%); }
  .section--photo-essays .listed-essay__link .text {
    opacity: 0;
    color: white; }
  .section--photo-essays .listed-essay__link .listed-essay__title {
    margin-bottom: 0; }
  .section--photo-essays .listed-essay__link:hover .text {
    opacity: 1; }
  .section--photo-essays .listed-essay__link:hover .bg {
    opacity: 0.7;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    mix-blend-mode: multiply;
    -webkit-mix-blend-mode: multiply; }
  @media screen and (max-width: 740px) {
    .section--photo-essays .listed-essay__link .text {
      opacity: 1; }
    .section--photo-essays .listed-essay__link .bg {
      opacity: 0.7;
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      mix-blend-mode: multiply;
      -webkit-mix-blend-mode: multiply; } }

.toc-title {
  color: #b2b2b2;
  padding-top: 4.5em;
  padding-bottom: 4.5em; }

.section--essays {
  color: #222; }

.essays-list {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  padding-top: 4.5em; }
  .essays-list:last-child {
    margin-right: 0; }
  @media screen and (max-width: 740px) {
    .essays-list {
      padding-top: 3em;
      margin-bottom: 0; } }

.listed-essay {
  margin-bottom: 1.5em;
  position: relative;
  display: block; }
  .listed-essay:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%; }
  .listed-essay > .inner {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 901px) {
    .listed-essay {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .listed-essay:last-child {
        margin-right: 0; }
      .listed-essay:nth-child(3n) {
        margin-right: 0; }
      .listed-essay:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 900px) {
    .listed-essay {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      margin-bottom: 1.125em; }
      .listed-essay:last-child {
        margin-right: 0; }
      .listed-essay:nth-child(2n) {
        margin-right: 0; }
      .listed-essay:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 740px) {
    .listed-essay {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 0.75em; }
      .listed-essay:last-child {
        margin-right: 0; }
      .listed-essay:last-child {
        margin-bottom: 0; } }

.listed-essay__link {
  border-radius: 2px;
  overflow: hidden;
  transition: all 150ms; }
  .listed-essay__link .text, .listed-essay__link .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .listed-essay__link .text {
    z-index: 2;
    text-align: center;
    padding: 1.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 150ms; }
  .listed-essay__link .bg {
    transition: all 150ms;
    z-index: 1;
    background-size: cover;
    background-position: center center; }

.listed-essay__title {
  transition: opacity 150ms;
  font-size: 20px; }

.listed-essay__subtitle {
  color: #222;
  margin-bottom: 0 !important;
  min-height: 2em; }

.section--essays .listed-essay__link .text {
  transform: translate(0, 10%); }
.section--essays .listed-essay__link .listed-essay__subtitle {
  opacity: 0;
  transition: opacity 150ms; }
.section--essays .listed-essay__link:hover {
  background-color: #b2b2b2; }
  .section--essays .listed-essay__link:hover .text {
    transform: translate(0, 0); }
  .section--essays .listed-essay__link:hover .listed-essay__subtitle {
    opacity: 1; }
@media screen and (max-width: 740px) {
  .section--essays .listed-essay__link .text {
    transform: translate(0, 0); }
  .section--essays .listed-essay__link .listed-essay__subtitle {
    color: #222;
    opacity: 1; } }

.section__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 3; }

.essay {
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
  margin-left: 8.5298042998%; }
  .essay:last-child {
    margin-right: 0; }
  @media screen and (max-width: 740px) {
    .essay {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-left: 0%; }
      .essay:last-child {
        margin-right: 0; } }

.essay__title {
  text-decoration: none;
  font-weight: 700;
  text-transform: none; }

.essay__intro {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center; }
  @media screen and (max-width: 740px) {
    .essay__intro {
      font-size: 20px;
      line-height: 1.5; } }

.essay__title-wrapper {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0;
  padding-top: 6em; }
  .essay__title-wrapper:last-child {
    margin-right: 0; }
  @media screen and (max-width: 740px) {
    .essay__title-wrapper {
      padding-top: 2.25em; } }

.essay__text {
  padding-bottom: 4.5em; }

.nav-links {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 1.5em;
  padding-bottom: 1.125em;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 1.5em; }
  .nav-links::after {
    clear: both;
    content: "";
    display: table; }
  .nav-links::after {
    clear: both;
    content: "";
    display: table; }
  .nav-links a {
    display: block;
    line-height: 1;
    color: #999;
    text-align: center;
    font-size: 12.8px; }
    .nav-links a:hover {
      color: #222; }
  @media screen and (max-width: 740px) {
    .nav-links {
      padding: 0.75em; }
      .nav-links a {
        padding: 0.75em 0;
        text-align: left !important; }
      .nav-links i {
        display: block;
        float: left;
        padding: 0 0.75em 0 0; } }

.nav-link {
  list-style-type: none;
  padding: 0;
  border: 0;
  width: 25%;
  float: left;
  line-height: 0.1; }
  @media screen and (max-width: 740px) {
    .nav-link {
      width: 100%;
      float: none !important; } }

.nav-link--next {
  float: right; }
  .nav-link--next a {
    text-align: right; }

.nav-link--prev a {
  text-align: left; }

.media-embed {
  margin: 0.375em 0.75em;
  margin-right: 0; }

.audio-embed {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 48.5787072148%;
  margin-left: 0;
  background: #b2b2b2;
  padding: 0.75em;
  border-radius: 2px;
  color: #fff;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 10.56px; }
  .audio-embed:last-child {
    margin-right: 0; }
  .audio-embed > p:last-of-type {
    margin-bottom: 0; }
  .audio-embed.pull-right {
    float: right;
    margin-left: 0.75em;
    margin-right: 0; }

.audio-embed__player {
  background: rgba(255, 255, 255, 0.6);
  padding: 0.25em;
  line-height: 0;
  border-radius: 2px;
  margin-bottom: 0.375em;
  transition: all 150ms; }
  .audio-embed__player:hover {
    background: #fff; }

.image-embed {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 48.5787072148%;
  margin-left: 0; }
  .image-embed:last-child {
    margin-right: 0; }
  .image-embed img {
    width: 100%;
    height: auto; }
  .image-embed figcaption {
    display: none;
    margin-top: 0.75em;
    color: #999;
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
    font-size: 10.56px; }
    .image-embed figcaption > p:last-of-type {
      margin-bottom: 0; }
  .image-embed.pull-right {
    float: right;
    margin-left: 0.75em;
    margin-right: 0; }

.image-action {
  display: block;
  border-bottom: 0 none !important;
  cursor: zoom-in;
  position: relative; }
  .image-action:hover .image-action__icon {
    opacity: 1; }

.image-action__icon {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.375em;
  color: white;
  opacity: 0.5;
  z-index: 2;
  transition: opacity 150ms; }

.image-action__icon-lightbox {
  display: block; }

.image-action__icon-caption {
  display: none; }

@media screen and (max-width: 740px) {
  .image-action {
    cursor: pointer; }

  .image-action__icon-lightbox {
    display: none; }

  .image-action__icon-caption {
    display: block; } }
.fancybox-close {
  background: none transparent;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.1875em 0.375em;
  color: white;
  opacity: 0.5;
  transition: opacity 150ms;
  font-size: 2em;
  line-height: 1; }
  .fancybox-close:hover {
    color: white;
    opacity: 1; }

.fancybox-title {
  padding: 0.75em;
  color: #999;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 10.56px; }
  .fancybox-title > p:last-of-type {
    margin-bottom: 0; }
  .fancybox-title a {
    border-bottom: 2px solid #df88b9; }

@media screen and (max-width: 740px) {
  .audio-embed, .audio-embed.pull-right,
  .image-embed, .image-embed.pull-right {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin: 0 0 1.5em 0; }
    .audio-embed:last-child, .audio-embed.pull-right:last-child,
    .image-embed:last-child, .image-embed.pull-right:last-child {
      margin-right: 0; } }
.section--photo-essay {
  background: #eee;
  color: #000;
  min-height: 100vh; }

.section-slides--photo-essays .section__cover {
  background: #eee; }

.photo-essay {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  text-align: left; }
  .photo-essay:last-child {
    margin-right: 0; }

.photo-essay__title-wrapper {
  background-color: #b2b2b2;
  padding-top: 6em;
  padding-bottom: 4.5em; }
  .photo-essay__title-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 740px) {
    .photo-essay__title-wrapper {
      padding-top: 2.25em;
      padding-bottom: 2.25em; } }

.photo-essay__title-contents {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .photo-essay__title-contents::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 740px) {
    .photo-essay__title-contents {
      padding: 0 0.75em; } }

.photo-essay__title-text {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
  margin-left: 8.5298042998%; }
  .photo-essay__title-text:last-child {
    margin-right: 0; }
  @media screen and (max-width: 740px) {
    .photo-essay__title-text {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-left: 0%; }
      .photo-essay__title-text:last-child {
        margin-right: 0; } }

.photo-essay__images::after {
  clear: both;
  content: "";
  display: table; }

.photo-essay__image {
  margin-bottom: 3em; }
  .photo-essay__image::after {
    clear: both;
    content: "";
    display: table; }
  .photo-essay__image img {
    width: 100%;
    height: auto; }
  .photo-essay__image figcaption {
    color: #222;
    line-height: 1.2;
    margin-top: 0.75em;
    font-size: 12.8px;
    font-family: "Work Sans", Arial, Helvetica, sans-serif; }
  .photo-essay__image.pull-right {
    margin-right: 0;
    float: right; }

.photo-essay__image-smaller {
  clear: both !important; }

.photo-essay__image-big {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 100%; }
  .photo-essay__image-big:last-child {
    margin-right: 0; }

.photo-essay__image--width-half {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 47.5854210427%; }
  .photo-essay__image--width-half:last-child {
    margin-right: 0; }
  .photo-essay__image--width-half:nth-child(2n) {
    margin-right: 0; }
  .photo-essay__image--width-half:nth-child(2n+1) {
    clear: left; }

.photo-essay__image--width-onethird {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 30.1138947236%; }
  .photo-essay__image--width-onethird:last-child {
    margin-right: 0; }

.photo-essay__image--width-twothirds {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 65.0569473618%; }
  .photo-essay__image--width-twothirds:last-child {
    margin-right: 0; }

.photo-essay__two-images {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 100%; }
  .photo-essay__two-images:last-child {
    margin-right: 0; }
  .photo-essay__two-images::after {
    clear: both;
    content: "";
    display: table; }

.photo-essay__image-push-50 {
  padding-top: 25%; }

.photo-essay__image-push-100 {
  padding-top: 50%; }

.photo-essay__image-push-150 {
  padding-top: 75%; }

.photo-essay__image-push-200 {
  padding-top: 100%; }

.photo-essay__pullquote {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  color: #222;
  margin-bottom: 1.5em; }
  .photo-essay__pullquote::after {
    clear: both;
    content: "";
    display: table; }
  .photo-essay__pullquote blockquote {
    margin: 0; }

@media screen and (max-width: 740px) {
  .photo-essay__image,
  .photo-essay__pullquote {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 0.75em; }
    .photo-essay__image:last-child,
    .photo-essay__pullquote:last-child {
      margin-right: 0; }

  .photo-essay__image-push-50,
  .photo-essay__image-push-100,
  .photo-essay__image-push-150,
  .photo-essay__image-push-200 {
    padding-top: 0; } }
.section-slides {
  overflow: hidden; }

.section-slide {
  padding-left: 3em;
  padding-right: 3em; }

.section-slide .photo-essay__title-wrapper {
  margin-left: -3em;
  margin-right: -3em; }

.slides-control {
  display: block;
  position: absolute;
  top: 3em;
  bottom: 3em;
  z-index: 3;
  padding: 0;
  text-align: left;
  width: 2.25em;
  background-color: #b2b2b2;
  color: #222;
  font-weight: 700; }
  .slides-control:hover, .slides-control:active, .slides-control:focus {
    outline: none; }
    .slides-control:hover .slides-control__label, .slides-control:active .slides-control__label, .slides-control:focus .slides-control__label {
      color: inherit; }
  .slides-control:hover .slides-control__label {
    text-decoration: underline;
    color: white; }

.section-slides--photo-essays .slides-control {
  background-color: white;
  color: #999; }
  .section-slides--photo-essays .slides-control:hover .slides-control__label {
    color: #222; }

.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media screen and (max-width: 740px) {
  .slides-control {
    display: none !important; }

  .section-slide {
    padding-left: 0;
    padding-right: 0; }

  .section-slide .photo-essay__title-wrapper {
    margin-left: 0;
    margin-right: 0; } }
.slides-control--prev {
  left: 0;
  border-radius: 0 4px 4px 0; }

.slides-control--next {
  right: 0;
  border-radius: 4px 0 0 4px; }

.slides-control__label-sticky {
  display: block;
  position: absolute;
  height: 500px;
  top: 0;
  margin-top: -65px;
  width: 100%;
  padding-top: 65px;
  box-sizing: content-box;
  padding-left: 12px;
  overflow: hidden; }

.slides-control__label {
  display: inline-block;
  width: auto;
  position: relative;
  transform: rotate(90deg);
  transform-origin: bottom left;
  text-align: left;
  font-weight: 500;
  font-size: 16px; }

.sticky {
  position: -webkit-sticky;
  position: sticky; }
  .sticky::before, .sticky::after {
    content: '';
    display: table; }

.subpage {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
  margin-left: 8.5298042998%;
  padding-top: 3em;
  padding-bottom: 3em; }
  .subpage:last-child {
    margin-right: 0; }
  @media screen and (max-width: 740px) {
    .subpage {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-left: 0%; }
      .subpage:last-child {
        margin-right: 0; } }

.subpage__buttons {
  text-align: center; }

.subpage__button {
  display: inline; }

.subpage__button > .btn {
  display: inline-block;
  margin: 0 0.75em 0.75em 0.75em; }

.btn {
  padding: 0.75em 1.5em;
  color: #fff;
  background: #999;
  font-weight: 400;
  transition: all 150ms;
  border-radius: 2px; }
  .btn:hover {
    color: #222; }

.btn .fa {
  opacity: 0.5; }

.btn:hover .fa {
  opacity: 1; }

.section--default,
.section--subpage {
  background-color: #eee; }

.section--credits {
  background-color: #efc4dc;
  text-align: center; }

.section--credits .subpage {
  padding-bottom: 0; }

@media screen and (min-width: 901px) {
  .credits {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .credits::after {
      clear: both;
      content: "";
      display: table; } }

.credit {
  margin-bottom: 1.5em; }
  @media screen and (min-width: 901px) {
    .credit {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .credit:last-child {
        margin-right: 0; }
      .credit:nth-child(3n) {
        margin-right: 0; }
      .credit:nth-child(3n+1) {
        clear: left; } }

.js-anchor {
  display: block;
  position: relative;
  top: -65px;
  visibility: hidden; }

.footer {
  background-color: #efc4dc;
  color: #222;
  font-size: 12.8px; }
  .footer::after {
    clear: both;
    content: "";
    display: table; }

.footer__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75em 1.5em; }
  .footer__inner::after {
    clear: both;
    content: "";
    display: table; }

.copyright {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  float: right;
  text-align: right; }
  .copyright:last-child {
    margin-right: 0; }
  .copyright p {
    margin: 0; }
