@charset "UTF-8";
/*
    Settings: Global variables, site-wide settings, config switches, etc.
    Tools: Site-wide mixins and functions.
    Generic: Low-specificity, far-reaching rulesets (e.g. resets).
    Base: Unclassed HTML elements (e.g. a {}, blockquote {}, address {}).
    Objects: Objects, abstractions, and design patterns (e.g. .media {}).
    Components: Discrete, complete chunks of UI (e.g. .carousel {}). This is the one layer that inuitcss doesn’t get involved with.
    Trumps: High-specificity, very explicit selectors. Overrides and helper classes (e.g. .hidden {}).
*/
/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../bower_components/inuit-normalize/_generic.normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../bower_components/inuit-normalize/_generic.normalize.scss */
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.
 */
/* line 33, ../bower_components/inuit-normalize/_generic.normalize.scss */
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.
 */
/* line 54, ../bower_components/inuit-normalize/_generic.normalize.scss */
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.
 */
/* line 67, ../bower_components/inuit-normalize/_generic.normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../bower_components/inuit-normalize/_generic.normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../bower_components/inuit-normalize/_generic.normalize.scss */
a:active,
a:hover {
  outline: 0;
}

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../bower_components/inuit-normalize/_generic.normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../bower_components/inuit-normalize/_generic.normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../bower_components/inuit-normalize/_generic.normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../bower_components/inuit-normalize/_generic.normalize.scss */
small {
  font-size: 80%;
}

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

/* line 169, ../bower_components/inuit-normalize/_generic.normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../bower_components/inuit-normalize/_generic.normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../bower_components/inuit-normalize/_generic.normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../bower_components/inuit-normalize/_generic.normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../bower_components/inuit-normalize/_generic.normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../bower_components/inuit-normalize/_generic.normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../bower_components/inuit-normalize/_generic.normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../bower_components/inuit-normalize/_generic.normalize.scss */
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.
 */
/* line 252, ../bower_components/inuit-normalize/_generic.normalize.scss */
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.
 */
/* line 266, ../bower_components/inuit-normalize/_generic.normalize.scss */
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.
 */
/* line 277, ../bower_components/inuit-normalize/_generic.normalize.scss */
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.
 */
/* line 290, ../bower_components/inuit-normalize/_generic.normalize.scss */
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.
 */
/* line 302, ../bower_components/inuit-normalize/_generic.normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../bower_components/inuit-normalize/_generic.normalize.scss */
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.
 */
/* line 322, ../bower_components/inuit-normalize/_generic.normalize.scss */
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.
 */
/* line 334, ../bower_components/inuit-normalize/_generic.normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  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`.
 */
/* line 346, ../bower_components/inuit-normalize/_generic.normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, ../bower_components/inuit-normalize/_generic.normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../bower_components/inuit-normalize/_generic.normalize.scss */
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.
 */
/* line 390, ../bower_components/inuit-normalize/_generic.normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../bower_components/inuit-normalize/_generic.normalize.scss */
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.
 */
/* line 408, ../bower_components/inuit-normalize/_generic.normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../bower_components/inuit-normalize/_generic.normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../bower_components/inuit-normalize/_generic.normalize.scss */
td,
th {
  padding: 0;
}

/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
/* line 9, ../bower_components/inuit-reset/_generic.reset.scss */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
/* line 28, ../bower_components/inuit-reset/_generic.reset.scss */
abbr[title],
dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
/* line 40, ../bower_components/inuit-reset/_generic.reset.scss */
u,
ins {
  text-decoration: none;
}

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
/* line 52, ../bower_components/inuit-reset/_generic.reset.scss */
ins {
  border-bottom: 1px solid;
}

/*------------------------------------*\
    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
/* line 11, ../bower_components/inuit-box-sizing/_generic.box-sizing.scss */
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 19, ../bower_components/inuit-box-sizing/_generic.box-sizing.scss */
*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/*------------------------------------*\
    #PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
/* line 19, ../bower_components/inuit-page/_base.page.scss */
html {
  font-size: 1em;
  /* [1] */
  line-height: 1.5;
  /* [1] */
  background-color: #fff;
  color: #333;
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  -webkit-text-size-adjust: 100%;
  /* [4] */
  -ms-text-size-adjust: 100%;
  /* [4] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  /* [5] */
}

/* some basic typography is set in the Configuration Global (Customization)
Values are:
Site CSS Links
<link href="https://fonts.googleapis.com/css?family=Didact+Gothic" rel="stylesheet">

Site CSS:
h1, h2, h3, h4, nav a {
  font-family: 'Didact Gothic', sans-serif;
  font-weight: bold;
}

--
marion.newlevant.com:
<link href="https://fonts.googleapis.com/css?family=Philosopher" rel="stylesheet">

html {
  background-color: #feefde;
}

h1, h2, h3, h4, nav a {
  font-family: Philosopher, sans-serif;
  font-weight: bold;
  color: #8f3b40;
}
*/
/* line 28, ../sass/_base.site.scss */
h1,
.c-content__pull-quote,
.c-content__text-block,
.c-content__contributors,
.c-content__cta-set,
.c-content__caption,
.c-prev-next,
.c-content__hr,
.c-content__citations {
  margin: 0 1rem;
}
@media screen and (min-width: 30rem) {
  /* line 28, ../sass/_base.site.scss */
  h1,
  .c-content__pull-quote,
  .c-content__text-block,
  .c-content__contributors,
  .c-content__cta-set,
  .c-content__caption,
  .c-prev-next,
  .c-content__hr,
  .c-content__citations {
    margin: 0 3rem;
  }
}

/* line 34, ../sass/_base.site.scss */
html {
  font-family: sans-serif;
  color: #333;
}

/* line 39, ../sass/_base.site.scss */
body {
  max-width: 84rem;
  margin-right: auto;
  margin-left: auto;
  font-size: calc(14px + 1vw);
}
@media screen and (min-width: 64rem) {
  /* line 39, ../sass/_base.site.scss */
  body {
    font-size: 24px;
  }
}

/* line 51, ../sass/_base.site.scss */
a {
  color: #004d66;
}

/* line 55, ../sass/_base.site.scss */
img.responsive {
  width: 100%;
  display: block;
}

/* line 57, ../sass/_base.site.scss */
code {
  letter-spacing: -0.05em;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/**
 * A simple button object.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 * 6. Fixes odd inner spacing in IE7.
 * 7. Subtract the border size from the padding value so that buttons do not
 *    grow larger as we add borders.
 */
/* line 51, ../bower_components/inuit-buttons/_objects.buttons.scss */
.o-btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  overflow: visible;
  /* [6] */
  padding: halve(24px)-1px double(halve(24px))-1px;
  /* [7] */
  background-color: #4a8ec2;
  border: 1px solid #4a8ec2;
}
/* line 73, ../bower_components/inuit-buttons/_objects.buttons.scss */
.o-btn,
.o-btn:hover,
.o-btn:active,
.o-btn:focus {
  text-decoration: none;
  /* [4] */
  color: #fff;
}

/**
 * Fix a Firefox bug whereby `input type="submit"` gains 2px extra padding.
 */
/* line 86, ../bower_components/inuit-buttons/_objects.buttons.scss */
.o-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 28, ../sass/style.scss */
.o-btn--short {
  max-width: 20rem;
}

/* line 2, ../sass/_layout.std.scss */
.l-std__sidebar {
  padding: 1em 1em 0 1em;
}
/* line 5, ../sass/_layout.std.scss */
.l-std__content {
  padding-bottom: 2em;
}

@media screen and (min-width: 46rem) {
  /* line 10, ../sass/_layout.std.scss */
  .l-std {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 12, ../sass/_layout.std.scss */
  .l-std__sidebar {
    width: 16rem;
    border-right: 1px solid #333;
    min-height: 100vh;
    padding-bottom: 2em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  /* line 19, ../sass/_layout.std.scss */
  .l-std__content {
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
/* line 3, ../sass/_component.content.scss */
.c-content > * {
  margin-top: 1em;
}
/* line 6, ../sass/_component.content.scss */
.c-content > *:first-child {
  margin-top: 0;
}
/* line 10, ../sass/_component.content.scss */
.c-content img {
  width: 100%;
}
/* line 20, ../sass/_component.content.scss */
.c-content__art--portrait {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 30rem) {
  /* line 20, ../sass/_component.content.scss */
  .c-content__art--portrait {
    max-width: 30rem;
  }
}
/* line 26, ../sass/_component.content.scss */
.c-content__art--square {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 30rem) {
  /* line 26, ../sass/_component.content.scss */
  .c-content__art--square {
    max-width: 35rem;
  }
}
@media screen and (min-width: 30rem) {
  /* line 32, ../sass/_component.content.scss */
  .c-content__art--landscape {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
/* line 40, ../sass/_component.content.scss */
.c-content__gallery--portrait {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 30rem) {
  /* line 40, ../sass/_component.content.scss */
  .c-content__gallery--portrait {
    max-width: 25rem;
  }
}
@media screen and (min-width: 64rem) {
  /* line 40, ../sass/_component.content.scss */
  .c-content__gallery--portrait {
    max-width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
/* line 51, ../sass/_component.content.scss */
.c-content__gallery--square {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 30rem) {
  /* line 51, ../sass/_component.content.scss */
  .c-content__gallery--square {
    max-width: 35rem;
  }
}
@media screen and (min-width: 64rem) {
  /* line 51, ../sass/_component.content.scss */
  .c-content__gallery--square {
    max-width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 30rem) {
  /* line 62, ../sass/_component.content.scss */
  .c-content__gallery--landscape {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
/* line 69, ../sass/_component.content.scss */
.c-content__caption {
  margin-top: 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 75, ../sass/_component.content.scss */
.c-content__caption__cta {
  display: flex;
  justify-content: center;
}
.c-content__caption__cta a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  background-color: #004d66;
  color: white;
  padding: 0.5em 1em;
  border-radius: 2em;
  margin-top: 0.5em;
  transition: box-shadow 0.3s ease-in-out;
}
/* line 85, ../sass/_component.content.scss */
.c-content__caption__cta a:hover {
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.75);
}
/* line 94, ../sass/_component.content.scss */
.c-content__text-block * + * {
  margin-top: 0.5em;
}
/* line 98, ../sass/_component.content.scss */
.c-content__contributors {
  list-style: none;
  -moz-columns: 2 21rem;
  columns: 2 21rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
/* line 102, ../sass/_component.content.scss */
.c-content__contributors li {
  margin-top: 0;
}
/* line 107, ../sass/_component.content.scss */
.c-content__pull-quote {
  background-color: #004d66;
  color: white;
  position: relative;
  overflow: hidden;
  padding: 1em 1em 1em 1.5em;
  border-radius: 0.5rem;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 117, ../sass/_component.content.scss */
.c-content__pull-quote a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
/* line 121, ../sass/_component.content.scss */
.c-content__pull-quote:before {
  content: "“";
  line-height: 1;
  display: block;
  font-size: 6em;
  position: absolute;
  left: 0.5rem;
  top: 0;
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 30rem) {
  /* line 107, ../sass/_component.content.scss */
  .c-content__pull-quote {
    padding-left: 3em;
    padding-top: 2em;
  }
  /* line 133, ../sass/_component.content.scss */
  .c-content__pull-quote:before {
    font-size: 12em;
    left: 0;
    top: -1rem;
  }
}
/* line 139, ../sass/_component.content.scss */
.c-content__pull-quote__quote * + * {
  margin-top: 0.5em;
}
/* line 143, ../sass/_component.content.scss */
.c-content__pull-quote__attribution {
  pading-top: 1em;
  font-size: 0.8em;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* line 2, ../sass/_component.contributor.scss */
.c-contributor__person {
  font-weight: bold;
}

.c-contributor__works p:first-child {
  display: inline;
}

/* line 2, ../sass/_component.gallery.scss */
.c-gallery {
  width: 100%;
}

/* line 6, ../sass/_component.gallery.scss */
.c-gallery__cell {
  width: 100%;
}
/* line 9, ../sass/_component.gallery.scss */
.c-gallery__cell img {
  width: 100%;
}
@media screen and (min-width: 64rem) {
  /* line 12, ../sass/_component.gallery.scss */
  .c-content__gallery--portrait .c-gallery__cell,
  .c-content__gallery--square .c-gallery__cell {
    width: 50%;
    padding: 0 1rem;
  }
}

@media screen and (min-width: 30rem) {
  /* line 22, ../sass/_component.gallery.scss */
  .flickity-prev-next-button.previous.previous {
    left: -2.75rem;
  }

  /* line 23, ../sass/_component.gallery.scss */
  .flickity-prev-next-button.next.next {
    right: -2.75rem;
  }
}
@media screen and (min-width: 64rem) {
  /* line 28, ../sass/_component.gallery.scss */
  .c-content__gallery--portrait .flickity-prev-next-button.previous.previous,
  .c-content__gallery--square .flickity-prev-next-button.previous.previous {
    left: -2rem;
  }
  /* line 29, ../sass/_component.gallery.scss */
  .c-content__gallery--portrait .flickity-prev-next-button.next.next,
  .c-content__gallery--square .flickity-prev-next-button.next.next {
    right: -2rem;
  }
}
/* line 1, ../sass/_component.header.scss */
.c-header {
  padding-bottom: 1em;
  border-bottom: 1px solid;
  position: relative;
}
@media screen and (min-width: 40rem) {
  /* line 1, ../sass/_component.header.scss */
  .c-header {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 46rem) {
  /* line 1, ../sass/_component.header.scss */
  .c-header {
    display: block;
  }
}
/* line 13, ../sass/_component.header.scss */
.c-header__home {
  display: block;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  margin-right: 2.5em;
}
@media screen and (min-width: 30rem) {
  /* line 13, ../sass/_component.header.scss */
  .c-header__home {
    margin-right: 0;
  }
}
/* line 21, ../sass/_component.header.scss */
.c-header__menu {
  border: none;
  width: 2em;
  height: 2em;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/plus.svg);
  cursor: pointer;
}
/* line 32, ../sass/_component.header.scss */
.c-header__menu.closed {
  background-image: url(../img/menu.svg);
}
@media screen and (min-width: 30rem) {
  /* line 21, ../sass/_component.header.scss */
  .c-header__menu {
    display: none;
  }
}
/* line 39, ../sass/_component.header.scss */
.c-header__links {
  max-height: 30em;
  transition: max-height 1s;
  overflow: hidden;
}
/* line 43, ../sass/_component.header.scss */
.c-header__links.closed {
  max-height: 0;
}
@media screen and (min-width: 30rem) {
  /* line 43, ../sass/_component.header.scss */
  .c-header__links.closed {
    max-height: 30em;
  }
}
@media screen and (min-width: 40rem) {
  /* line 39, ../sass/_component.header.scss */
  .c-header__links {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 46rem) {
  /* line 39, ../sass/_component.header.scss */
  .c-header__links {
    padding-left: 0;
  }
}
/* line 59, ../sass/_component.header.scss */
.c-header__logo {
  width: 100%;
}
/* line 62, ../sass/_component.header.scss */
.c-header nav {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 30rem) {
  /* line 62, ../sass/_component.header.scss */
  .c-header nav {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 46rem) {
  /* line 62, ../sass/_component.header.scss */
  .c-header nav {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
/* line 76, ../sass/_component.header.scss */
.c-header nav a {
  text-decoration: none;
  font-size: 1.5em;
  line-height: 1;
  padding: 0.2em 0;
  display: block;
  border-bottom: 0.2em double;
  border-bottom-color: transparent;
}
/* line 84, ../sass/_component.header.scss */
.c-header nav a.active {
  border-bottom-color: inherit;
}
@media screen and (min-width: 30rem) {
  /* line 76, ../sass/_component.header.scss */
  .c-header nav a {
    margin-left: 1em;
  }
}
@media screen and (min-width: 46rem) {
  /* line 76, ../sass/_component.header.scss */
  .c-header nav a {
    margin: 0;
  }
}
/* line 94, ../sass/_component.header.scss */
.c-header__social {
  list-style: none;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (min-width: 46rem) {
  /* line 94, ../sass/_component.header.scss */
  .c-header__social {
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/* line 102, ../sass/_component.header.scss */
.c-header__social li {
  display: block;
  margin: 0.4em 0.2em 0 0.2em;
}
@media screen and (min-width: 46rem) {
  /* line 102, ../sass/_component.header.scss */
  .c-header__social li {
    margin: 0.4em 0 0 0;
  }
}
/* line 109, ../sass/_component.header.scss */
.c-header__social a {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  height: 1.5em;
  width: 1.5em;
  text-indent: -999em;
  overflow: hidden;
}
/* line 118, ../sass/_component.header.scss */
.c-header__social .instagram a {
  background-image: url(../img/social/Instagram-black.svg);
}
/* line 121, ../sass/_component.header.scss */
.c-header__social .twitter a {
  background-image: url(../img/social/X-black.svg);
}
.c-header__social .bluesky a {
  background-image: url(../img/social/Bluesky-black.svg);
}
/* line 124, ../sass/_component.header.scss */
.c-header__social .tumblr a {
  background-image: url(../img/social/Tumblr-black.svg);
}
/* line 127, ../sass/_component.header.scss */
.c-header__social .email a {
  background-image: url(../img/social/Mail.svg);
}
/* line 130, ../sass/_component.header.scss */
.c-header__social .github a {
  background-image: url(../img/social/Github.svg);
}

/* line 1, ../sass/_component.prev-next.scss */
.c-prev-next {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
/* line 6, ../sass/_component.prev-next.scss */
.c-prev-next__prev,
.c-prev-next__next {
  width: 1em;
  height: 1em;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
}
/* line 14, ../sass/_component.prev-next.scss */
.c-prev-next__prev:hover,
.c-prev-next__next:hover {
  background-color: white;
}
/* line 15, ../sass/_component.prev-next.scss */
.c-prev-next__prev:focus,
.c-prev-next__next:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09f;
}
/* line 16, ../sass/_component.prev-next.scss */
.c-prev-next__prev:active,
.c-prev-next__next:active {
  opacity: 0.6;
}
/* line 17, ../sass/_component.prev-next.scss */
.c-prev-next__prev.disabled,
.c-prev-next__next.disabled {
  opacity: 0.3;
}

/* line 1, ../sass/_component.pull-quote.scss */
.c-pull-quote {
  background-color: #333;
  color: white;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  position: relative;
}
/* line 6, ../sass/_component.pull-quote.scss */
.c-pull-quote a {
  color: #c5d4b8;
}

/* line 11, ../sass/_component.pull-quote.scss */
.c-pull-quote__quotation {
  font-size: 1.5rem;
}

/* line 14, ../sass/_component.pull-quote.scss */
.c-pull-quote__quotation::before {
  content: "“";
  display: block;
  font-size: 9rem;
  position: absolute;
  left: 0;
  top: -2rem;
  color: rgba(255, 255, 255, 0.3);
}

/* line 22, ../sass/_component.pull-quote.scss */
.c-pull-quote__avatar {
  margin-right: 1rem;
  margin-top: 1rem;
  display: inline-block;
  vertical-align: middle;
}

/* line 29, ../sass/_component.pull-quote.scss */
.c-pull-quote__attribution {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1rem;
}

/* line 1, ../sass/_component.thumb.scss */
.c-thumb {
  position: relative;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media screen and (min-width: 30rem) {
  /* line 1, ../sass/_component.thumb.scss */
  .c-thumb {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
  }
}
@media screen and (min-width: 64rem) {
  /* line 1, ../sass/_component.thumb.scss */
  .c-thumb {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media screen and (min-width: 75rem) {
  /* line 1, ../sass/_component.thumb.scss */
  .c-thumb {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
/* line 15, ../sass/_component.thumb.scss */
/* .c-thumb:hover .c-thumb__overlay {
  opacity: 0.8;
} */
/* line 18, ../sass/_component.thumb.scss */
.c-thumb__title {
  font-weight: bold;
}
/* line 21, ../sass/_component.thumb.scss */
.c-thumb__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 30rem) {
  /* line 21, ../sass/_component.thumb.scss */
  .c-thumb__container {
    padding: 1em 1.5em;
  }
}
/* line 30, ../sass/_component.thumb.scss */
.c-thumb__overlay {
  /* position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  left: 0.5rem;
  background: #e6f9ff;
  padding: 0.5em;
  border-radius: 0.5em;
  opacity: 0;
  transition: opacity 1s; */
  font-size: 0.9rem;
}
/* line 42, ../sass/_component.thumb.scss */
.c-thumb--text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  text-decoration: none;
  background-color: #eee;
  box-shadow: inset 0 0 10px #ccc;
}

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
/* line 5, ../sass/_flickity.scss */
.flickity-enabled {
  position: relative;
}

/* line 9, ../sass/_flickity.scss */
.flickity-enabled:focus {
  outline: none;
}

/* line 11, ../sass/_flickity.scss */
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

/* line 17, ../sass/_flickity.scss */
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
/* line 25, ../sass/_flickity.scss */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 34, ../sass/_flickity.scss */
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -moz-grab;
  cursor: grab;
}

/* line 40, ../sass/_flickity.scss */
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
/* line 47, ../sass/_flickity.scss */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  transform: translateY(-50%);
}

/* line 62, ../sass/_flickity.scss */
.flickity-prev-next-button:hover {
  background: white;
}

/* line 64, ../sass/_flickity.scss */
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09f;
}

/* line 69, ../sass/_flickity.scss */
.flickity-prev-next-button:active {
  opacity: 0.6;
}

/* line 73, ../sass/_flickity.scss */
.flickity-prev-next-button.previous {
  left: 10px;
}

/* line 74, ../sass/_flickity.scss */
.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
/* line 76, ../sass/_flickity.scss */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

/* line 80, ../sass/_flickity.scss */
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

/* line 85, ../sass/_flickity.scss */
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

/* line 90, ../sass/_flickity.scss */
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* line 98, ../sass/_flickity.scss */
.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
/* line 104, ../sass/_flickity.scss */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

/* line 115, ../sass/_flickity.scss */
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

/* line 117, ../sass/_flickity.scss */
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

/* line 128, ../sass/_flickity.scss */
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* our citations table */
.c-content__citations {
  font-size: 0.75rem;
  line-height: 1.5;
}

.c-content__citations td,
.c-content__citations th {
  padding: 0.5rem;
  vertical-align: top;
}

.c-content__citations p {
  padding-left: 1rem;
  text-indent: -1rem;
}

.c-content__citations th {
  text-align: left;
  background-color: #e6e6ff;
}
/*# sourceMappingURL=maps/style.css.map */
