@charset "UTF-8";
* {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
figure img,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

html,
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%; }

body {
  margin: 0 auto;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word; }

img,
object,
embed {
  max-width: 100%; }

img {
  width: 100%; }

sub,
sup {
  font-size: .75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

pre {
  font-size: 1em;
  font-family: "Menlo", "Consolas", "DejaVu Sans Mono", monospace; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  font-family: "ratio", "Seravek", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4375;
  -moz-font-feature-settings: 'liga', 'dlig';
  -ms-font-feature-settings: 'liga', 'dlig';
  -o-font-feature-settings: 'liga', 'dlig';
  -webkit-font-feature-settings: 'liga', 'dlig';
  font-feature-settings: 'liga', 'dlig';
  font-variant: common-ligatures;
  text-rendering: optimizeLegibility; }
  @media (min-width: 60em) {
    html {
      line-height: 1.5; } }

button,
input,
select {
  font-family: "ratio", "Seravek", "Helvetica Neue", sans-serif; }

button {
  cursor: pointer; }

strong,
b {
  font-weight: 500; }

em,
i {
  font-style: italic; }

dfn {
  font-style: normal;
  font-weight: 500; }

cite {
  font-style: normal; }

small {
  font-size: .75em; }

h1,
h2 {
  line-height: 1.125;
  letter-spacing: -.0125em; }

h1 {
  font-size: 2em;
  font-weight: 500; }

h2 {
  font-size: 1.75em;
  font-weight: 400; }

h3,
h4 {
  line-height: 1.25; }

h3,
h4,
h5 {
  font-weight: 300; }

h4,
h5 {
  font-style: italic; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1.125em;
  line-height: 1.375; }

p + *,
* + p,
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + ul,
* + ol {
  margin-top: 1em; }

a {
  transition-duration: 320ms;
  transition-property: color, background-color, border-bottom;
  transition-timing-function: cubic-bezier(1, 0, 0, 1); }

a:hover,
a:focus {
  transition-duration: 160ms; }

circle,
path {
  transition-duration: 240ms;
  transition-property: fill, stroke;
  transition-timing-function: cubic-bezier(1, 0, 0, 1); }

ul,
ol {
  list-style-position: inside;
  padding: 0; }

ul {
  list-style-type: none; }

ul ul,
ol ol {
  margin-left: 1em; }

[role="main"] ul li::before {
  content: '⊙';
  margin-right: .5em; }

ol {
  counter-reset: ol;
  list-style-type: none; }

ol li::before {
  counter-increment: ol;
  content: counters(ol, ".") ":";
  font-weight: 500;
  margin-right: .25em; }

li {
  margin-top: .5em; }

blockquote {
  border-left: solid .25em;
  margin: 2em 0 2em -1em;
  padding-left: .75em; }
  @media (min-width: 30em) {
    blockquote {
      border-width: .5em;
      margin-left: -2em;
      padding-left: 1.5em; } }
  @media (min-width: 34em) {
    blockquote {
      border-width: .75em;
      margin-left: -2.5em;
      padding-left: 1.75em; } }
  @media (min-width: 60em) {
    blockquote {
      margin-left: 0; } }

blockquote footer {
  font-size: .875em;
  margin-top: 1em;
  text-align: right; }

figcaption {
  margin: 0 0 .5em;
  padding: .25em .5em; }
  @media (min-width: 40em) {
    figcaption {
      padding: .5em; } }

figcaption p {
  font-size: .875em;
  margin: 0; }
  @media (min-width: 40em) {
    figcaption p {
      font-size: .75em; } }
  @media (min-width: 60em) {
    figcaption p {
      text-align: right; } }

hr {
  border: 0;
  height: .2em;
  margin: 2em 0; }

dt {
  display: inline-block;
  height: 1.5em; }

dd {
  display: block;
  margin-top: -1.5em;
  margin-left: 5em; }

code,
samp,
textarea {
  font-family: "Menlo", "Consolas", "DejaVu Sans Mono", monospace;
  -moz-font-feature-settings: normal;
  -ms-font-feature-settings: normal;
  -o-font-feature-settings: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-size: .75em;
  font-variant: normal;
  font-weight: 400;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  white-space: pre-wrap; }

p > code,
li > code,
samp {
  border: solid 1px;
  border-radius: .25em;
  margin: 0 -.03125em;
  padding: .0625em .25em 0; }

kbd > kbd {
  border-radius: .25em;
  font: 400 0.8125em/1 "Open Sans", sans-serif;
  padding: .0625em .5em; }

kbd > kbd + b {
  font-family: "ratio", "Seravek", "Helvetica Neue", sans-serif;
  margin: 0 -.375em; }

mark {
  padding: .0625em; }

.order-first {
  order: 0; }

.order-last {
  order: 99; }

.center {
  text-align: center; }

.svg img {
  padding: 1em 2em; }

.noedges img {
  padding: 1em; }

.extradark img {
  background-color: #1c1f22; }

.dark img {
  background-color: #30363a; }

.light img {
  background-color: #d6dbde; }

.extralight img {
  background-color: #f7f8f8; }

.screenshot img {
  outline: solid 1px #c9cfd3; }

.text-before,
.text-after {
  border-radius: .125em;
  color: #f1f3f4;
  font-family: "Menlo", "Consolas", "DejaVu Sans Mono", monospace;
  font-size: .875em;
  font-weight: 400;
  padding: .125em .5em; }

.text-before {
  background-color: #ab332b; }

.text-after {
  background-color: #2d8650; }

ul.inline-list {
  list-style: none; }

ul.inline-list li {
  display: inline;
  font-style: italic;
  font-size: 1.25em; }
  ul.inline-list li::after {
    content: '⊙';
    color: #bcc3c8;
    font-size: .75em;
    font-style: normal;
    margin-left: .25em; }

ul.inline-list li::before,
ul.inline-list :last-child::after {
  content: '';
  margin: 0; }

.no-bullets li::before {
  display: none !important; }

.font-sans {
  font-family: "ratio", "Seravek", "Helvetica Neue", sans-serif; }

.font-monospace {
  font-family: "Menlo", "Consolas", "DejaVu Sans Mono", monospace;
  -moz-font-feature-settings: normal;
  -ms-font-feature-settings: normal;
  -o-font-feature-settings: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-size: .75em;
  font-variant: normal;
  font-weight: 400;
  line-height: 1.5;
  text-rendering: optimizeSpeed; }

.font-italic {
  font-style: italic; }

.weight-light {
  font-weight: 300; }

.weight-regular {
  font-weight: 400; }

.weight-medium {
  font-weight: 500; }

.jsHidden {
  display: none; }

.banner {
  display: flex;
  flex-flow: row wrap; }

.banner--home {
  display: flex;
  flex: 1 0 auto;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: -16em;
  margin-bottom: -2em;
  min-height: 18em;
  padding: 1em; }
  .banner--home svg {
    display: block;
    height: 24em;
    margin: auto;
    width: 24em; }
  @media (min-width: 22.5em) {
    .banner--home {
      margin-bottom: 0; } }
  @media (min-width: 60em) {
    .banner--home {
      margin-top: -20em;
      padding: 2em; }
      .banner--home svg {
        height: 28em;
        width: 28em; } }
  @media (min-width: 80em) {
    .banner--home {
      margin-top: -28em; }
      .banner--home svg {
        height: 40em;
        width: 40em; } }

#skip {
  font-weight: 600;
  padding: 1em;
  position: absolute;
  text-align: center;
  top: -4em;
  transition: top 320ms cubic-bezier(1, 0, 0, 1);
  width: 100%; }
  #skip:focus {
    top: 0;
    transition-duration: 160ms; }

.banner-title {
  display: flex;
  flex: 1 0 auto;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 100%;
  padding: 1em 0; }
  @media (min-width: 40em) {
    .banner-title {
      padding: 2em; } }
  @media (min-width: 80em) {
    .banner-title {
      padding: 3em; } }
  @media (min-width: 115em) {
    .banner-title {
      padding: 4em; } }
  .banner-title svg {
    display: block;
    height: 8em;
    margin: auto;
    width: 8em; }
    .banner-title svg circle {
      transition-duration: 640ms; }

.hero {
  margin: auto; }
  @media (min-width: 45em) {
    .hero {
      flex: 0 0 36em;
      max-width: 36em;
      font-size: 1.25em; } }
  @media (min-width: 60em) {
    .hero {
      flex: 0 0 45em;
      max-width: 45em; } }
  @media (min-width: 80em) {
    .hero {
      flex: 0 0 54em;
      max-width: 54em; } }
  @media (min-width: 95em) {
    .hero {
      font-size: 1.5em; } }
  @media (min-width: 115em) {
    .hero {
      font-size: 1.75em; } }
  .hero figcaption {
    margin: 0; }
  @media (min-width: 60em) {
    .hero figcaption p {
      margin-left: 50%;
      width: 50%; } }

@supports (object-fit: cover) {
  .micro .hero,
  .edgeless .hero {
    max-width: none;
    flex: 1 0 100%; }
    .micro .hero img,
    .edgeless .hero img {
      max-height: 75vh;
      object-fit: cover;
      object-position: 50% 0%; } }

.page-title {
  flex: 0 0 100%;
  padding: 1.5em 1em; }
  @media (min-width: 30em) {
    .page-title {
      padding-left: 2em;
      padding-right: 2em; } }
  @media (min-width: 34em) {
    .page-title {
      padding-left: 2.5em;
      padding-right: 2.5em; } }
  @media (min-width: 45em) {
    .page-title {
      padding-top: 2em;
      padding-bottom: 2em; } }
  @media (min-width: 60em) {
    .page-title {
      padding-left: 4.5em;
      padding-right: 4.5em; } }
  @media (min-width: 80em) {
    .page-title {
      padding: 2.5em 1em;
      text-align: center; }
      .page-title h1 {
        font-size: 2.625em; } }

.content {
  margin: auto;
  max-width: 100%;
  padding: 0 1em 2em; }
  @media (min-width: 30em) {
    .content {
      padding: 0 2em 4em; } }
  @media (min-width: 34em) {
    .content {
      padding: 0 2.5em 4em; } }
  @media (min-width: 60em) {
    .content {
      padding: 0 4.5em 4em; } }
  @media (min-width: 80em) {
    .content {
      padding: 0 9em 4em; } }
  .content figure:first-child {
    margin-top: 0; }
  .content figcaption {
    margin-top: 0; }
  .content hr {
    margin: 2em 0; }

h1 + div,
h2 + div,
h3 + div,
p + div {
  margin-top: 1em; }

.action {
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 1em 0;
  text-align: center;
  margin: 2em auto 0; }
  @media (min-width: 40em) {
    .action {
      margin-left: 0;
      width: 50%; } }

@media (min-width: 30em) {
  .code figcaption {
    margin-right: -2em;
    margin-left: -2em; } }

@media (min-width: 34em) {
  .code figcaption {
    margin-right: -2.5em;
    margin-left: -2.5em; } }

@media (min-width: 60em) {
  .code figcaption {
    margin-right: -4.5em;
    margin-left: -4.5em; }
    .code figcaption p {
      margin-left: calc(50% + 1em);
      width: calc(50% - 1em); } }

@media (min-width: 80em) {
  .code figcaption {
    margin-right: -9em;
    margin-left: -9em; } }

.video {
  margin-top: 1em; }

.video-container {
  height: 0;
  padding: 0 0 56.5%;
  position: relative;
  overflow: hidden; }

.video-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.highlight {
  margin-left: -1em;
  margin-right: -1em;
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 1em;
  padding: 1em;
  border-bottom: solid .0625em;
  border-top: solid .0625em; }
  @media (min-width: 30em) {
    .highlight {
      margin-left: -2em;
      margin-right: -2em;
      padding-left: 2em;
      padding-right: 2em; } }
  @media (min-width: 34em) {
    .highlight {
      margin-left: -2.5em;
      margin-right: -2.5em;
      padding-left: 2.5em;
      padding-right: 2.5em; } }
  @media (min-width: 60em) {
    .highlight {
      margin-left: -4.5em;
      margin-right: -4.5em;
      padding-left: 4.5em;
      padding-right: 4.5em; } }
  @media (min-width: 80em) {
    .highlight {
      margin-left: -9em;
      margin-right: -9em;
      padding-left: 9em;
      padding-right: 9em; } }

.ancillary, .ancillary--endnotes {
  margin-right: -1em; }
  @media (min-width: 30em) {
    .ancillary, .ancillary--endnotes {
      margin-right: -2em; } }
  @media (min-width: 34em) {
    .ancillary, .ancillary--endnotes {
      margin-right: -2.5em; } }
  .ancillary h1, .ancillary--endnotes h1 {
    font-size: 1.5em; }
  .ancillary h2, .ancillary--endnotes h2 {
    font-size: 1.25em; }
  .ancillary h3, .ancillary--endnotes h3 {
    font-size: 1.125em; }
  .ancillary h4, .ancillary--endnotes h4, .ancillary h5, .ancillary--endnotes h5 {
    font-size: 1em; }

.ancillary {
  margin-top: 1em;
  padding: 1em; }
  @media (min-width: 30em) {
    .ancillary {
      padding: 2em; } }
  @media (min-width: 34em) {
    .ancillary {
      padding: 2.5em; } }
  @media (min-width: 60em) {
    .ancillary {
      float: right;
      margin: 2em -4.5em 2em 2em;
      padding: 2em;
      width: 18em; }
      .ancillary p,
      .ancillary li {
        font-size: .75em; } }
  @media (min-width: 80em) {
    .ancillary {
      margin-right: -9em;
      width: 22.5em; }
      .ancillary p,
      .ancillary li {
        font-size: .875em; } }
  .ancillary img {
    max-width: none;
    width: calc(100% + 1em); }
    @media (min-width: 30em) {
      .ancillary img {
        width: calc(100% + 2em); } }

.ancillary--endnotes {
  clear: both;
  margin-top: 2em;
  padding: 2em; }
  @media (min-width: 60em) {
    .ancillary--endnotes {
      margin-right: -4.5em;
      padding: 2.5em; } }
  @media (min-width: 80em) {
    .ancillary--endnotes {
      margin-right: -9em; } }
  .ancillary--endnotes p,
  .ancillary--endnotes li {
    font-size: .875em; }

.ancillary--thanks {
  margin-left: -1em;
  clear: both;
  margin-top: 1em;
  padding: 1em 2em; }
  @media (min-width: 30em) {
    .ancillary--thanks {
      margin-left: -2em;
      margin-top: 2em; } }
  @media (min-width: 34em) {
    .ancillary--thanks {
      margin-left: -2.5em; } }
  @media (min-width: 60em) {
    .ancillary--thanks {
      margin-left: -4.5em;
      padding: 2.5em; } }
  @media (min-width: 80em) {
    .ancillary--thanks {
      margin-left: -9em; } }
  .ancillary--thanks p,
  .ancillary--thanks li {
    font-size: .875em; }

.focus {
  margin-top: 1em;
  font-size: 1.25em;
  font-style: italic;
  font-weight: 500;
  line-height: 1.25; }
  @media (min-width: 60em) {
    .focus {
      padding: 0 2em; } }

.details {
  margin-left: -1em;
  margin-right: -1em;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  margin-top: 1em; }
  @media (min-width: 30em) {
    .details {
      margin-left: -2em;
      margin-right: -2em; } }
  @media (min-width: 34em) {
    .details {
      margin-left: -2.5em;
      margin-right: -2.5em; } }
  @media (min-width: 60em) {
    .details {
      margin-left: -4.5em;
      margin-right: -4.5em; } }
  @media (min-width: 80em) {
    .details {
      margin-left: -9em;
      margin-right: -9em; } }

.details-item {
  margin: 0;
  width: 100%; }
  @media (min-width: 40em) {
    .details-item {
      flex: 0 0 50%; } }

.details-title {
  cursor: pointer;
  display: flex;
  font-weight: 400;
  padding: 2em 1em;
  position: relative;
  text-align: left;
  touch-action: manipulation;
  transition: all 160ms;
  width: 100%; }
  .details-title .icon {
    float: left;
    height: 1em;
    margin: auto .25em auto 0;
    width: 1.5em; }
  .details-title .arrow {
    position: absolute;
    right: 2em;
    top: 2.25em; }

.details-expanded {
  margin: 0;
  padding: 1em; }

.elsewhere {
  display: flex;
  flex-flow: row wrap; }

.elsewhere-action {
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 1em 0;
  text-align: center;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%; }
  .elsewhere-action svg {
    height: 1em;
    margin: auto 0;
    width: 1.75em; }
  @media (min-width: 34em) {
    .elsewhere-action {
      flex: 1 0 33%; } }

.elsewhere--rows {
  margin-top: 1em; }
  .elsewhere--rows .elsewhere-action {
    flex: 1 0 100%; }

.outreach {
  display: flex;
  margin-top: 2em; }

.outreach--projects {
  margin: 1em;
  width: 100%; }
  @media (min-width: 40em) {
    .outreach--projects {
      margin: 1em 0 1em auto;
      width: 50%; } }

.outreach-action,
.outreach-action--contact,
.outreach-action--hire {
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 1em 0;
  text-align: center;
  width: 100%; }
  @media (min-width: 40em) {
    .outreach-action,
    .outreach-action--contact,
    .outreach-action--hire {
      flex: 1 0 50%; } }

.project {
  margin-left: -1em;
  margin-right: -1em;
  padding-left: 1em;
  padding-right: 1em;
  padding: 0; }
  @media (min-width: 30em) {
    .project {
      margin-left: -2em;
      margin-right: -2em;
      padding-left: 2em;
      padding-right: 2em;
      padding: 0; } }
  @media (min-width: 34em) {
    .project {
      margin-left: -2.5em;
      margin-right: -2.5em;
      padding-left: 2.5em;
      padding-right: 2.5em;
      padding-top: 2.5em;
      padding-bottom: 2.5em; } }
  @media (min-width: 60em) {
    .project {
      margin: 0 auto; } }
  @media (min-width: 80em) {
    .project {
      display: flex;
      margin-right: -9em;
      margin-left: -9em;
      margin-bottom: 2em;
      padding: 0; } }

.project--satellite {
  margin-top: 1em; }
  .project--satellite .project-meta {
    padding: 1em; }
  .project--satellite .project-image {
    border: solid 1px; }
  @media (min-width: 34em) {
    .project--satellite {
      margin-left: -1em;
      margin-right: -1em;
      padding-left: 1em;
      padding-right: 1em;
      padding: 0; } }
  @media (min-width: 45em) {
    .project--satellite {
      margin-left: -2.5em;
      margin-right: -2.5em;
      padding-left: 2.5em;
      padding-right: 2.5em;
      align-items: flex-start;
      display: flex;
      padding: 0; }
      .project--satellite .project-image,
      .project--satellite .project-meta {
        height: 14em; }
      .project--satellite .project-image {
        flex: 0 0 50%;
        width: 50%; }
      .project--satellite .project-meta {
        display: flex;
        flex: 0 0 50%;
        margin-top: 0;
        padding: 1em 2em;
        flex-flow: column nowrap; }
      .project--satellite .project-nav {
        margin: auto auto 0;
        width: 100%; } }
  @media (min-width: 60em) {
    .project--satellite {
      margin-left: -4.5em;
      margin-right: -4.5em;
      padding-left: 4.5em;
      padding-right: 4.5em;
      padding: 0; }
      .project--satellite .project-meta {
        padding: 1em 2em 2em; } }

.project-image {
  background-size: cover;
  background-position: 50% 50%;
  height: 12.5em;
  border-top: solid 1px;
  border-bottom: solid 1px; }
  @media (min-width: 22.5em) {
    .project-image {
      height: 15em; } }
  @media (min-width: 28em) {
    .project-image {
      height: 16em; } }
  @media (min-width: 30em) {
    .project-image {
      height: 18em; } }
  @media (min-width: 40em) {
    .project-image {
      height: 20em; } }
  @media (min-width: 80em) {
    .project-image {
      border: solid 1px;
      flex: 0 0 50%;
      height: 18em;
      width: 50%; } }

.project-meta {
  padding: 1em; }
  @media (min-width: 34em) {
    .project-meta {
      padding: 1em 0 0; } }
  @media (min-width: 80em) {
    .project-meta {
      display: flex;
      flex: 0 0 50%;
      flex-flow: column nowrap;
      height: 18em;
      margin-top: 0;
      padding: 2em; } }

.project-summary {
  font-size: 1.125em;
  font-style: italic;
  font-weight: 500;
  line-height: 1.33333333; }

.project-description {
  font-size: .875em;
  font-weight: 300; }

.project-description + p {
  margin-top: .5em; }

.project-nav {
  display: flex;
  flex-direction: column; }
  @media (min-width: 22.5em) {
    .project-nav {
      flex-direction: row; } }
  @media (min-width: 80em) {
    .project-nav {
      margin: auto auto 0;
      width: 100%; } }

.project-nav-action, .project-nav-action--source,
.project-nav-action--url,
.project-nav-action--satellite {
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 1em 0;
  text-align: center; }
  @media (min-width: 22.5em) {
    .project-nav-action, .project-nav-action--source,
    .project-nav-action--url,
    .project-nav-action--satellite {
      flex: 1 0 50%; } }

.project--satellite h1 {
  font-size: 1.25em;
  margin-top: auto;
  line-height: 1.25; }

.footnotes {
  margin-right: -1em;
  clear: both;
  margin-top: 2em;
  padding: 1em 2em 2em; }
  @media (min-width: 30em) {
    .footnotes {
      margin-right: -2em; } }
  @media (min-width: 34em) {
    .footnotes {
      margin-right: -2.5em;
      margin-top: 2.5em; } }
  @media (min-width: 60em) {
    .footnotes {
      margin-right: -4.5em;
      padding: 2.5em; } }
  @media (min-width: 80em) {
    .footnotes {
      margin-right: -9em; } }
  .footnotes ol {
    padding-right: 1.25em; }
  .footnotes li {
    border-bottom: solid 1px;
    padding-bottom: 1.25em; }
  .footnotes li + li {
    margin-top: 1.25em; }
  .footnotes li:last-child {
    border: 0;
    padding: 0; }
  .footnotes li p {
    display: inline;
    font-size: .875em; }
  .footnotes ol li::before {
    border: 1px solid;
    border-radius: .125em;
    content: counter(ol);
    font-size: .875em;
    margin-right: 0;
    padding: 0 .25em; }

.ancillary--endnotes + .footnotes {
  margin-top: 0; }

.reversefootnote {
  float: right;
  margin: .25em -1.5em;
  padding: 0 .25em;
  border: solid 1px;
  border-radius: .125em; }
  @media (min-width: 60em) {
    .reversefootnote {
      margin: .25em -2.5em; } }

.ancillary--endnotes + .footnotes {
  border-top: solid 1px; }

sup[id] {
  margin: 0;
  top: 0; }

.footnote {
  border: solid 1px;
  border-radius: .125em;
  font-weight: 500;
  margin-right: .125em;
  padding: 0 .25em; }

.grid,
.grid--wide {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  margin-top: 1em; }
  .grid figcaption p,
  .grid--wide figcaption p {
    text-align: left; }

@media (min-width: 60em) {
  .grid {
    flex-flow: row nowrap; } }

.grid--wide {
  margin-left: -1em;
  margin-right: -1em;
  max-width: none;
  width: calc(100% + 2em); }
  @media (min-width: 30em) {
    .grid--wide {
      margin-left: -2em;
      margin-right: -2em;
      max-width: none;
      width: calc(100% + 4em);
      width: calc(100% + 4em); } }
  @media (min-width: 34em) {
    .grid--wide {
      margin-left: -2.5em;
      margin-right: -2.5em;
      max-width: none;
      width: calc(100% + 5em);
      width: calc(100% + 5em); } }
  @media (min-width: 60em) {
    .grid--wide {
      margin-left: -4.5em;
      margin-right: -4.5em;
      max-width: none;
      width: calc(100% + 9em);
      flex-flow: row nowrap;
      max-width: none;
      width: calc(100% + 9em); } }
  @media (min-width: 80em) {
    .grid--wide {
      margin-left: -9em;
      margin-right: -9em;
      max-width: none;
      width: calc(100% + 18em);
      width: calc(100% + 18em); } }

p + .grid,
p + .grid--wide {
  margin-top: 2em; }

.grid figure + figure,
.grid--wide figure + figure {
  margin-top: 1em; }
  @media (min-width: 60em) {
    .grid figure + figure,
    .grid--wide figure + figure {
      margin-top: 0;
      margin-right: 1em; } }

@media (min-width: 60em) {
  .grid-figure {
    flex: 1 1 50%;
    margin-right: 1em; } }

.grid-figure--33 {
  margin: auto;
  max-width: calc(100% / 3 * 2); }
  @media (min-width: 60em) {
    .grid-figure--33 {
      flex: 1 1 calc(100% / 3 - 1em);
      margin-right: 1em;
      width: calc(100% / 3 - 1em); } }

@media (min-width: 60em) {
  .grid-figure--66 {
    flex: 1 1 calc(100% / 3 * 2 - 1em);
    margin-right: 1em;
    width: calc(100% / 3 * 2 - 1em); } }

@media (min-width: 60em) {
  .grid figure:last-of-type,
  .grid--wide figure:last-of-type {
    margin-right: 0; } }

.grid--swatches {
  display: flex;
  flex-flow: row wrap;
  font-size: 1rem;
  justify-content: flex-start;
  list-style-type: none;
  margin: 1em auto;
  max-width: 45em; }
  @media (min-width: 80em) {
    .grid--swatches {
      max-width: 54em; } }

.image--half {
  max-width: 100%;
  margin: 1em auto; }
  @media (min-width: 22.5em) {
    .image--half {
      max-width: 75%; } }
  @media (min-width: 40em) {
    .image--half {
      max-width: 50%; } }

.image,
.image--wide {
  margin-left: -1em;
  margin-right: -1em;
  max-width: none;
  width: calc(100% + 2em);
  margin-top: 1em; }
  @media (min-width: 30em) {
    .image,
    .image--wide {
      margin-left: -2em;
      margin-right: -2em;
      max-width: none;
      width: calc(100% + 4em); } }
  @media (min-width: 34em) {
    .image,
    .image--wide {
      margin-left: -2.5em;
      margin-right: -2.5em;
      max-width: none;
      width: calc(100% + 5em); } }

@media (min-width: 60em) {
  .image {
    margin: 1.5em auto;
    width: 100%; }
    .image figcaption {
      padding-left: 0;
      padding-right: 0; } }

@media (min-width: 60em) {
  .image--wide {
    margin-left: -4.5em;
    margin-right: -4.5em;
    max-width: none;
    width: calc(100% + 9em);
    max-width: none; }
    .image--wide figcaption {
      width: 50%;
      margin-left: 50%; } }

@media (min-width: 80em) {
  .image--wide {
    margin-left: -9em;
    margin-right: -9em;
    max-width: none;
    width: calc(100% + 18em); } }

p + .image,
p + .image--wide {
  margin-top: 2em; }

@media (min-width: 34em) {
  .right {
    float: right;
    margin: 1em -2.5em 1em 1.25em;
    width: 50%; } }

@media (min-width: 60em) {
  .right {
    margin: 1.5em -4.5em 1.5em 2em; } }

@media (min-width: 80em) {
  .right {
    margin-right: -9em; } }

@media (max-width: 60em) and (min-aspect-ratio: 5 / 3), (min-width: 60em) and (min-aspect-ratio: 16 / 9) {
  .image--wide,
  .grid--wide {
    margin-left: -4.5em;
    margin-right: -4.5em;
    max-width: none;
    width: calc(100% + 9em); } }

.map,
.map--photo,
.map--collection {
  margin: 2em 0 1em;
  width: 100%; }
  .map .mapboxgl-map,
  .map--photo .mapboxgl-map,
  .map--collection .mapboxgl-map {
    height: 24em;
    max-height: calc(100vh - 2em); }
    @media (min-width: 40em) {
      .map .mapboxgl-map,
      .map--photo .mapboxgl-map,
      .map--collection .mapboxgl-map {
        height: 32em; } }
    @media (min-width: 70em) {
      .map .mapboxgl-map,
      .map--photo .mapboxgl-map,
      .map--collection .mapboxgl-map {
        height: 40em; } }

.map--collection .mapboxgl-map .mapboxgl-popup-content {
  padding: 0; }

.map--photo .mapboxgl-map .mapboxgl-marker {
  background-image: url("/icons/logo-map.svg");
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(48, 55, 59, 0.25);
  display: block;
  cursor: pointer;
  height: 2em;
  width: 2em; }

.mapboxgl-map .mapboxgl-popup-content {
  background-color: #f7f8f8;
  box-shadow: 0 1px 2px rgba(48, 55, 59, 0.25);
  color: #3a4247;
  font-size: 1.25em;
  padding: 1em;
  border-radius: 0; }

.mapboxgl-map .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  border-top-color: #f7f8f8; }

.mapboxgl-map .mapboxgl-ctrl-group {
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(48, 55, 59, 0.25); }

.mapboxgl-map .mapboxgl-ctrl-scale {
  background-color: rgba(227, 230, 232, 0.5);
  border-color: rgba(48, 55, 59, 0.25); }

.map-scrollzoom {
  display: none;
  background: #3a4247;
  color: #bcc3c8;
  float: left;
  margin: .5em;
  padding: .25em .5em;
  font-size: .75em; }
  .map-scrollzoom:hover, .map-scrollzoom:focus {
    background-color: #3a4247;
    color: #f7f8f8; }
  .map-scrollzoom.jsActive {
    background-color: #1c1f22;
    color: #d1e3f0; }
  @media (min-width: 40em) {
    .map-scrollzoom {
      display: block; } }

.map-caption p {
  text-align: left; }

.map--collection-caption p,
.map--photo-caption p {
  text-align: right; }

.map-attribution {
  font-size: .75em !important;
  margin-top: 0 !important; }

.popup-link {
  display: block;
  min-height: 64px;
  min-width: 96px; }

.popup-image {
  width: 96px; }

.swatch {
  flex: 1 0 100%;
  font-family: "Menlo", "Consolas", "DejaVu Sans Mono", monospace;
  font-size: .75em;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1em; }
  @media (min-width: 22.5em) {
    .swatch {
      flex: 0 0 50%; } }
  @media (min-width: 80em) {
    .swatch {
      flex: 0 0 25%; } }
  .swatch figure {
    height: 12em;
    position: relative; }
  .swatch figcaption {
    background-color: rgba(228, 231, 233, 0.9);
    border-bottom: none;
    bottom: 0;
    margin: 0;
    padding: .5em 0;
    position: absolute;
    text-align: center;
    width: 100%; }

.page-footer {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 auto;
  width: 100%; }

.page-meta {
  flex: 1 0 100%;
  padding: 1em;
  text-align: center; }
  @media (min-width: 45em) {
    .page-meta {
      flex: 1 0 auto;
      padding: .5em 1em;
      order: 2; } }
  .page-meta p {
    margin: 0;
    font-size: .875em; }

.page-pagination {
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 1em 0;
  text-align: center;
  flex: 1 0 50%;
  min-height: 2.5em;
  padding: .5em 0;
  width: 100%;
  line-height: 2em; }
  .page-pagination svg {
    height: .625em;
    width: 1.25em; }
  @media (min-width: 45em) {
    .page-pagination {
      padding: 1em 0; } }

.page-pagination:only-child {
  flex: 0 0 100%; }

@media (min-width: 45em) {
  .page-pagination,
  .page-pagination:only-child,
  .page-pagination--blank {
    flex: 1 0 4.5em; }
  .page-pagination--later {
    order: 1; }
  .page-pagination--earlier {
    order: 3; } }

@media (min-width: 60em) {
  .page-pagination,
  .page-pagination:only-child,
  .page-pagination--blank {
    flex: 0 0 9em; } }

.index, .index--photography {
  flex: 0 0 54em;
  max-width: 54em;
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }

@media (min-width: 40em) {
  .index {
    margin: 0 auto;
    justify-content: flex-start; } }

.index--photography {
  margin: 0 auto; }
  @media (min-width: 30em) {
    .index--photography {
      justify-content: flex-start; } }

.index--home {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start; }
  @media (min-width: 40em) {
    .index--home {
      flex-flow: row wrap; } }

.index h2 {
  flex: 0 0 100%;
  margin-top: 1em;
  width: 100%;
  text-align: center; }

.index hr {
  margin: 1em 0 0;
  flex: 0 0 100%;
  width: 100%; }

.index-title {
  margin-top: 1em;
  width: 100%;
  font-size: 1.25em;
  font-weight: 300;
  letter-spacing: -.03125em;
  text-align: center; }

.index-nav {
  display: flex;
  flex-flow: row wrap;
  margin-top: 1em;
  width: 100%; }

.index-nav-action {
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 1em 0;
  text-align: center;
  flex: 1 0 50%;
  width: 100%; }
  .index-nav-action svg {
    height: .625em;
    width: 1.25em; }
  @media (min-width: 40em) {
    .index-nav-action {
      margin: 0;
      width: 50%; } }

.item {
  flex: 0 0 calc(100% - 2em);
  margin-top: 1em;
  width: 100%;
  background-position: center;
  background-size: cover; }
  @media (min-width: 40em) {
    .item {
      flex: 0 0 50%;
      margin: 1em 0 0; } }

.item--short {
  flex: 0 0 100%;
  margin: 1em 0 0;
  width: 100%; }
  @media (min-width: 40em) {
    .item--short {
      flex: 0 0 50%; }
      .item--short h1 {
        font-size: 1em; }
      .item--short p {
        font-size: .875em; } }

.item--section, .item--section--writing,
.item--section--projects,
.item--section--photography,
.item--section--archive,
.item--section--about {
  padding: 1em;
  width: 100%; }
  @media (min-width: 40em) {
    .item--section, .item--section--writing,
    .item--section--projects,
    .item--section--photography,
    .item--section--archive,
    .item--section--about {
      flex: 0 0 50%; } }
  @media (min-width: 40em) {
    .item--section, .item--section--writing,
    .item--section--projects,
    .item--section--photography,
    .item--section--archive,
    .item--section--about {
      padding: 2em; } }

.item--section ul {
  list-style: none; }

.item-description {
  padding: 1em;
  position: relative; }
  @media (min-width: 40em) {
    .item-description {
      height: 15em;
      padding: 2em; } }
  .item-description h1 {
    font-size: 1.5em; }
  .item-description p {
    line-height: 1.25; }

@media (min-width: 40em) {
  .item--minor-description {
    height: 9em; } }

.item--minor-description h1 {
  font-size: 1.25em; }

.item--short-description {
  height: auto;
  padding: 1em 2em; }
  .item--short-description h1 {
    font-size: 1.125em; }
  .item--short-description small {
    font-weight: 300; }

.item--section-description {
  font-weight: 300; }
  .item--section-description a {
    padding-bottom: .0625em; }
  .item--section-description h1 {
    font-weight: 300; }
  .item--section-description p {
    margin-top: 1.5em;
    text-align: right; }
  .item--section-description ul {
    margin-top: 0;
    text-align: right; }
  .item--section-description li {
    line-height: 1.25;
    margin-top: .5em; }

@media (min-width: 40em) {
  .index--home :nth-child(odd) .item--section-description h1 {
    text-align: right; }
  .index--home :nth-child(odd) .item--section-description p,
  .index--home :nth-child(odd) .item--section-description ul {
    text-align: left;
    padding-right: 3em; } }

@media (min-width: 40em) {
  .index--home :nth-child(even) .item--section-description h1 {
    text-align: left; }
  .index--home :nth-child(even) .item--section-description p,
  .index--home :nth-child(even) .item--section-description ul {
    text-align: right;
    padding-left: 3em; } }

.item-time {
  margin-top: .5em;
  font-weight: 300; }

.item-action {
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 1em 0;
  text-align: center; }

.item-count {
  color: #e4e7e9;
  font-weight: 500;
  font-size: .75em;
  left: calc(100% - 5em);
  margin: 0;
  mix-blend-mode: difference;
  position: relative;
  bottom: 2em;
  width: 5em;
  text-align: center; }

.item--photo {
  flex: 0 0 100%;
  height: 10em;
  margin: 1em 0 0;
  width: 100%;
  background-position: center;
  background-size: cover; }
  @media (min-width: 22.5em) {
    .item--photo {
      height: 11em; } }
  @media (min-width: 28em) {
    .item--photo {
      height: 12.5em; } }
  @media (min-width: 30em) {
    .item--photo {
      flex: 0 0 50%;
      height: 10em;
      max-width: 50%; } }
  @media (min-width: 45em) {
    .item--photo {
      flex: 0 0 25%;
      height: 7.5em; } }
  .item--photo a {
    display: block;
    height: 100%;
    color: rgba(241, 243, 244, 0.01); }

.item--photo-description {
  height: 100%;
  padding: 1em; }
  .item--photo-description h1 {
    color: inherit;
    font-size: 1.5em;
    font-weight: 500; }
    @media (min-width: 45em) {
      .item--photo-description h1 {
        font-size: 1em; } }
  @media (min-width: 45em) {
    .item--photo-description p {
      font-size: .75em; } }

.end {
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }

@media (min-width: 45em) {
  .page + .end {
    margin-top: 2.5em; } }

@media (min-width: 40em) {
  .index + .end,
  .index--photography + .end {
    margin-top: 1em; } }

@media (min-width: 60em) {
  .index + .end,
  .index--photography + .end {
    margin-top: 2.5em; } }

.credits {
  display: flex;
  padding: 2em 1em;
  width: 100%; }
  @media (min-width: 70em) {
    .credits {
      padding: 1.5em 2em;
      margin: 0; } }
  @media (min-width: 95em) {
    .credits {
      padding: 2em 4em; } }
  @media (min-width: 115em) {
    .credits {
      padding: 2em 5em; } }

.credits-meta {
  align-self: center;
  margin: auto;
  max-width: 36em; }
  .credits-meta p,
  .credits-meta li {
    font-size: .875em; }
  .credits-meta p + p {
    margin-top: .75em; }

.credits-links {
  font-weight: 500;
  margin-top: 1em; }
  @media (min-width: 40em) {
    .credits-links {
      display: flex;
      flex-flow: row wrap; } }
  .credits-links li {
    margin-top: .25em; }
    @media (min-width: 40em) {
      .credits-links li {
        flex: 0 0 50%; } }

.credits-link {
  display: flex;
  font-size: 1.125em; }
  @media (min-width: 40em) {
    .credits-link {
      font-size: 1em; } }
  .credits-link .icon {
    margin: auto .5em auto 0; }

.return {
  display: flex;
  flex: 0 0 100%;
  flex-flow: row wrap;
  font-size: 1.25em; }

.return-action, .return-action--home,
.return-action--top,
.return-action--category {
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 1em 0;
  text-align: center;
  display: flex;
  justify-content: center; }
  @media (min-width: 40em) {
    .return-action, .return-action--home,
    .return-action--top,
    .return-action--category {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    .return-action, .return-action--home,
    .return-action--top,
    .return-action--category {
      font-size: 1.25em; } }

.return-action--home,
.return-action--top,
.return-action--category {
  flex: 1 1 50%; }

@media (min-width: 60em) {
  .return-action--home {
    flex: 0 1 50%; } }

.return-action--home svg {
  height: 1.5em;
  margin: auto 0;
  width: 2em; }

.return-action--top svg {
  height: .625em;
  margin: auto 0;
  width: 1.25em; }

@media (min-width: 60em) {
  .return-action--category,
  .return-action--top {
    flex: 1 0 25%; } }

.skip {
  background-color: #f7f8f8;
  color: #1c1f22; }
  .skip path {
    fill: #1c1f22; }
  .skip:hover, .skip:focus {
    background-color: #1c1f22;
    color: #f7f8f8; }
    .skip:hover path, .skip:focus path {
      fill: #f7f8f8; }
  .skip:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .skip:active path {
      fill: #2d8650; }

.category {
  background-color: #f1f3f4; }

.home {
  background-color: #f1f3f4; }

.index--home {
  background-color: #262b2e; }

.index-nav-action {
  background-color: #ab332b;
  color: #e4e7e9; }
  .index-nav-action path {
    fill: #e4e7e9; }
  .index-nav-action:hover, .index-nav-action:focus {
    background-color: #e4e7e9;
    color: #ab332b; }
    .index-nav-action:hover path, .index-nav-action:focus path {
      fill: #ab332b; }
  .index-nav-action:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .index-nav-action:active path {
      fill: #2d8650; }

.index-nav-action:nth-child(2) {
  background-color: #3676a1;
  color: #e4e7e9; }
  .index-nav-action:nth-child(2) path {
    fill: #e4e7e9; }
  .index-nav-action:nth-child(2):hover, .index-nav-action:nth-child(2):focus {
    background-color: #e4e7e9;
    color: #3676a1; }
    .index-nav-action:nth-child(2):hover path, .index-nav-action:nth-child(2):focus path {
      fill: #3676a1; }
  .index-nav-action:nth-child(2):active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .index-nav-action:nth-child(2):active path {
      fill: #2d8650; }

.item,
.item--short, .item--photo {
  background-color: #e4e7e9; }

.item:nth-child(2n),
.item--short:nth-child(2n) {
  background-color: #d6dbde; }

.item h1 a,
.item--short h1 a {
  border-bottom: solid 0.08em rgba(241, 243, 244, 0.01);
  color: #1c1f22; }
  .item h1 a:hover, .item h1 a:focus,
  .item--short h1 a:hover,
  .item--short h1 a:focus {
    border-bottom: solid 0.08em #3676a1; }
  .item h1 a:hover, .item h1 a:focus,
  .item--short h1 a:hover,
  .item--short h1 a:focus {
    color: #3676a1; }

.item--photo a:hover,
.item--photo a:focus {
  background-color: rgba(228, 231, 233, 0.9); }
  .item--photo a:hover p,
  .item--photo a:focus p {
    color: #1c1f22; }

.item--section--writing, .item--section--projects, .item--section--photography, .item--section--about, .item--section--archive {
  color: #f1f3f4; }

.item--section--writing {
  background-color: #ab332b; }

.item--section--projects {
  background-color: #4b5f9b; }

.item--section--photography {
  background-color: #3676a1; }

.item--section--about {
  background-color: #3a4247; }

.item--section--archive {
  background-color: #262b2e; }

.item-description {
  background-color: rgba(228, 231, 233, 0.9); }
  .item-description h1 a {
    border-bottom: solid 0.08em rgba(241, 243, 244, 0.01);
    color: #ab332b; }
    .item-description h1 a:hover, .item-description h1 a:focus {
      border-bottom: solid 0.08em #3676a1; }
    .item-description h1 a:hover, .item-description h1 a:focus {
      color: #3676a1; }

.item-location a {
  border-bottom: solid 0.08em rgba(241, 243, 244, 0.01); }
  .item-location a:hover, .item-location a:focus {
    border-bottom: solid 0.08em #d1e3f0; }

.item--section-description a {
  border-bottom: solid 0.08em rgba(228, 231, 233, 0.5);
  color: #f1f3f4; }
  .item--section-description a:hover, .item--section-description a:focus {
    border-bottom: solid 0.08em #f7f8f8; }
  .item--section-description a:hover, .item--section-description a:focus {
    color: #f7f8f8; }

.item-action {
  background-color: #3a4247;
  color: #f7f8f8; }
  .item-action path {
    fill: #f7f8f8; }
  .item-action:hover, .item-action:focus {
    background-color: #f7f8f8;
    color: #3a4247; }
    .item-action:hover path, .item-action:focus path {
      fill: #3a4247; }
  .item-action:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .item-action:active path {
      fill: #2d8650; }

.item:nth-child(2n) .item-action {
  background-color: #262b2e;
  color: #f7f8f8; }
  .item:nth-child(2n) .item-action path {
    fill: #f7f8f8; }
  .item:nth-child(2n) .item-action:hover, .item:nth-child(2n) .item-action:focus {
    background-color: #f7f8f8;
    color: #262b2e; }
    .item:nth-child(2n) .item-action:hover path, .item:nth-child(2n) .item-action:focus path {
      fill: #262b2e; }
  .item:nth-child(2n) .item-action:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .item:nth-child(2n) .item-action:active path {
      fill: #2d8650; }

.return-action--home {
  background-color: #f1f3f4;
  color: #262b2e; }
  .return-action--home path {
    fill: #262b2e; }
  .return-action--home:hover, .return-action--home:focus {
    background-color: #444d53;
    color: #f7f8f8; }
    .return-action--home:hover path, .return-action--home:focus path {
      fill: #f7f8f8; }
  .return-action--home:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .return-action--home:active path {
      fill: #2d8650; }
  .return-action--home:hover svg :nth-child(2), .return-action--home:focus svg :nth-child(2) {
    fill: #2e3438; }
  .return-action--home:hover svg :nth-child(3), .return-action--home:focus svg :nth-child(3) {
    fill: #252a2d; }
  .return-action--home:hover svg :nth-child(4), .return-action--home:focus svg :nth-child(4) {
    fill: #abb4ba; }
  .return-action--home:hover svg :nth-child(5), .return-action--home:focus svg :nth-child(5) {
    fill: #97a3aa; }
  .return-action--home:hover svg :nth-child(6), .return-action--home:focus svg :nth-child(6) {
    fill: #637079; }

.return-action--top {
  background-color: #c9cfd3;
  color: #262b2e; }
  .return-action--top path {
    fill: #262b2e; }
  .return-action--top:hover, .return-action--top:focus {
    background-color: #444d53;
    color: #f7f8f8; }
    .return-action--top:hover path, .return-action--top:focus path {
      fill: #f7f8f8; }
  .return-action--top:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .return-action--top:active path {
      fill: #2d8650; }

.return-action--patterns {
  background-color: #3a4247;
  color: #f7f8f8; }
  .return-action--patterns path {
    fill: #f7f8f8; }
  .return-action--patterns:hover, .return-action--patterns:focus {
    background-color: #f7f8f8;
    color: #3a4247; }
    .return-action--patterns:hover path, .return-action--patterns:focus path {
      fill: #3a4247; }
  .return-action--patterns:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .return-action--patterns:active path {
      fill: #2d8650; }

.return-action--projects {
  background-color: #4b5f9b;
  color: #f7f8f8; }
  .return-action--projects path {
    fill: #f7f8f8; }
  .return-action--projects:hover, .return-action--projects:focus {
    background-color: #f7f8f8;
    color: #4b5f9b; }
    .return-action--projects:hover path, .return-action--projects:focus path {
      fill: #4b5f9b; }
  .return-action--projects:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .return-action--projects:active path {
      fill: #2d8650; }

.return-action--writing {
  background-color: #ab332b;
  color: #f7f8f8; }
  .return-action--writing path {
    fill: #f7f8f8; }
  .return-action--writing:hover, .return-action--writing:focus {
    background-color: #f7f8f8;
    color: #ab332b; }
    .return-action--writing:hover path, .return-action--writing:focus path {
      fill: #ab332b; }
  .return-action--writing:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .return-action--writing:active path {
      fill: #2d8650; }

.return-action--photography {
  background-color: #3676a1;
  color: #f7f8f8; }
  .return-action--photography path {
    fill: #f7f8f8; }
  .return-action--photography:hover, .return-action--photography:focus {
    background-color: #f7f8f8;
    color: #3676a1; }
    .return-action--photography:hover path, .return-action--photography:focus path {
      fill: #3676a1; }
  .return-action--photography:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .return-action--photography:active path {
      fill: #2d8650; }

.project-nav-action--url {
  background-color: #ab332b;
  color: #f7f8f8; }
  .project-nav-action--url path {
    fill: #f7f8f8; }
  .project-nav-action--url:hover, .project-nav-action--url:focus {
    background-color: #f7f8f8;
    color: #ab332b; }
    .project-nav-action--url:hover path, .project-nav-action--url:focus path {
      fill: #ab332b; }
  .project-nav-action--url:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .project-nav-action--url:active path {
      fill: #2d8650; }

.project-nav-action--source {
  background-color: #4b5f9b;
  color: #f7f8f8; }
  .project-nav-action--source path {
    fill: #f7f8f8; }
  .project-nav-action--source:hover, .project-nav-action--source:focus {
    background-color: #f7f8f8;
    color: #4b5f9b; }
    .project-nav-action--source:hover path, .project-nav-action--source:focus path {
      fill: #4b5f9b; }
  .project-nav-action--source:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .project-nav-action--source:active path {
      fill: #2d8650; }

.project-nav-action--satellite {
  background-color: #3a4247;
  color: #f7f8f8; }
  .project-nav-action--satellite path {
    fill: #f7f8f8; }
  .project-nav-action--satellite:hover, .project-nav-action--satellite:focus {
    background-color: #f7f8f8;
    color: #3a4247; }
    .project-nav-action--satellite:hover path, .project-nav-action--satellite:focus path {
      fill: #3a4247; }
  .project-nav-action--satellite:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .project-nav-action--satellite:active path {
      fill: #2d8650; }

html {
  color: #30363a; }

body {
  background-color: #f1f3f4;
  color: #30363a; }

h1,
h2 {
  color: #444d53; }

h3,
h4 {
  color: #30363a; }

h5 {
  color: #444d53; }

a {
  color: #1c1f22; }

a:hover,
a:focus {
  color: #3676a1; }

a:active {
  border-color: rgba(241, 243, 244, 0.01) !important;
  color: #2d8650; }

p a,
li a,
blockquote a {
  border-bottom: solid 0.08em #ab332b; }
  p a:hover, p a:focus,
  li a:hover,
  li a:focus,
  blockquote a:hover,
  blockquote a:focus {
    border-bottom: solid 0.08em #3676a1; }

ul li::before {
  color: #bcc3c8; }

ol li::before {
  color: #444d53; }

blockquote {
  border-color: #3676a1;
  color: #444d53; }

blockquote footer {
  color: #30363a; }

figcaption {
  color: #444d53; }

hr {
  background-color: #bcc3c8; }

p > code,
li > code,
samp {
  border-color: #c9cfd3;
  color: #3a4247; }

kbd > kbd {
  background-color: #30363a;
  color: #f1f3f4; }

mark {
  background-color: rgba(54, 118, 161, 0.2); }

::-moz-selection {
  background: #3676a1;
  color: #f1f3f4; }

::selection {
  background: #3676a1;
  color: #f1f3f4; }

.banner-title:hover svg :nth-child(2),
.banner-title:focus svg :nth-child(2) {
  fill: #7e8c95; }

.banner-title:hover svg :nth-child(3),
.banner-title:focus svg :nth-child(3) {
  fill: #2c3135; }

.banner-title:hover svg :nth-child(4),
.banner-title:focus svg :nth-child(4) {
  fill: #5e6b73; }

.banner-title:hover svg :nth-child(5),
.banner-title:focus svg :nth-child(5) {
  fill: #cad0d3; }

.banner-title:hover svg :nth-child(6),
.banner-title:focus svg :nth-child(6) {
  fill: #4c565d; }

.banner-title:hover svg :nth-child(7),
.banner-title:focus svg :nth-child(7) {
  fill: #76858f; }

.banner-title:hover svg :nth-child(8),
.banner-title:focus svg :nth-child(8) {
  fill: #cfd5d8; }

.banner-title:hover svg :nth-child(9),
.banner-title:focus svg :nth-child(9) {
  fill: #a0aab1; }

.banner-title:hover svg :nth-child(10),
.banner-title:focus svg :nth-child(10) {
  fill: #c7cdd1; }

.banner-title:hover svg :nth-child(11),
.banner-title:focus svg :nth-child(11) {
  fill: #929ea5; }

.banner-title:hover svg :nth-child(12),
.banner-title:focus svg :nth-child(12) {
  fill: #434b51; }

.banner-title:hover svg :nth-child(13),
.banner-title:focus svg :nth-child(13) {
  fill: #c4cbcf; }

.banner-title:hover svg :nth-child(14),
.banner-title:focus svg :nth-child(14) {
  fill: #49535a; }

.banner-title:hover svg :nth-child(15),
.banner-title:focus svg :nth-child(15) {
  fill: #353c41; }

.banner-title:hover svg :nth-child(16),
.banner-title:focus svg :nth-child(16) {
  fill: #d8dcdf; }

.banner-title:hover svg :nth-child(17),
.banner-title:focus svg :nth-child(17) {
  fill: #818f98; }

.page-title {
  background-color: #f7f8f8; }

.content {
  background-color: #f7f8f8; }

.page-footer {
  background-color: #d6dbde; }

.action {
  background-color: #ab332b;
  color: #f1f3f4;
  border: 0; }
  .action path {
    fill: #f1f3f4; }
  .action:hover, .action:focus {
    background-color: #f1f3f4;
    color: #ab332b; }
    .action:hover path, .action:focus path {
      fill: #ab332b; }
  .action:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .action:active path {
      fill: #2d8650; }
  .action:hover, .action:focus, .action:active {
    border: 0; }
  .edgeless .action:hover, .edgeless .action:focus,
  .micro .action:hover,
  .micro .action:focus {
    background-color: #f7f8f8; }

.focus {
  color: #3676a1; }
  .focus a {
    color: #ab332b;
    border-bottom: solid 0.08em #ab332b; }
    .focus a:hover, .focus a:focus {
      border-bottom: solid 0.08em #4b5f9b; }
  .focus a:hover,
  .focus a:focus {
    color: #4b5f9b; }

.ancillary {
  background-color: #f1f3f4;
  color: #444d53; }
  .edgeless .ancillary,
  .micro .ancillary {
    background-color: #f7f8f8; }

.ancillary--thanks {
  background-color: rgba(171, 51, 43, 0.2); }

.hero figcaption {
  background-color: inherit; }

.footnote {
  background-color: rgba(54, 118, 161, 0.2);
  border-color: #3676a1;
  color: #3676a1; }
  .footnote:hover, .footnote:focus {
    background-color: rgba(171, 51, 43, 0.2);
    border-color: #ab332b;
    color: #ab332b; }

.footnotes,
.ancillary--endnotes {
  background-color: #d1e3f0; }

.ancillary--endnotes + .footnotes,
.footnotes li {
  border-color: rgba(54, 118, 161, 0.2); }

.footnotes ol li::before {
  border-color: rgba(54, 118, 161, 0.2);
  color: #444d53; }

.reversefootnote {
  border-color: #3676a1;
  color: #3676a1; }
  .reversefootnote:hover, .reversefootnote:focus {
    background-color: rgba(171, 51, 43, 0.2);
    border-color: #ab332b;
    color: #ab332b; }

.highlight {
  background-color: #3a4247;
  border-color: #c9cfd3;
  color: #f7f8f8; }
  .highlight .c,
  .highlight .c1,
  .highlight .cm {
    color: #c9cfd3; }

.details-expanded {
  background-color: #e4e7e9; }

.details-title {
  background-color: #30363a;
  color: #f7f8f8; }
  .details-title path {
    fill: #f7f8f8; }
  .details-title:hover, .details-title:focus {
    background-color: #f7f8f8;
    color: #30363a; }
    .details-title:hover path, .details-title:focus path {
      fill: #30363a; }
  .details-title:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .details-title:active path {
      fill: #2d8650; }

.details-item:nth-child(2n) .details-title {
  background-color: #262b2e;
  color: #f7f8f8; }
  .details-item:nth-child(2n) .details-title path {
    fill: #f7f8f8; }
  .details-item:nth-child(2n) .details-title:hover, .details-item:nth-child(2n) .details-title:focus {
    background-color: #f7f8f8;
    color: #262b2e; }
    .details-item:nth-child(2n) .details-title:hover path, .details-item:nth-child(2n) .details-title:focus path {
      fill: #262b2e; }
  .details-item:nth-child(2n) .details-title:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .details-item:nth-child(2n) .details-title:active path {
      fill: #2d8650; }

.details-item:nth-child(3n) .details-title {
  background-color: #444d53;
  color: #f7f8f8; }
  .details-item:nth-child(3n) .details-title path {
    fill: #f7f8f8; }
  .details-item:nth-child(3n) .details-title:hover, .details-item:nth-child(3n) .details-title:focus {
    background-color: #f7f8f8;
    color: #444d53; }
    .details-item:nth-child(3n) .details-title:hover path, .details-item:nth-child(3n) .details-title:focus path {
      fill: #444d53; }
  .details-item:nth-child(3n) .details-title:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .details-item:nth-child(3n) .details-title:active path {
      fill: #2d8650; }

.details-item:nth-child(4n) .details-title {
  background-color: #3a4247;
  color: #f7f8f8; }
  .details-item:nth-child(4n) .details-title path {
    fill: #f7f8f8; }
  .details-item:nth-child(4n) .details-title:hover, .details-item:nth-child(4n) .details-title:focus {
    background-color: #f7f8f8;
    color: #3a4247; }
    .details-item:nth-child(4n) .details-title:hover path, .details-item:nth-child(4n) .details-title:focus path {
      fill: #3a4247; }
  .details-item:nth-child(4n) .details-title:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .details-item:nth-child(4n) .details-title:active path {
      fill: #2d8650; }

.details-item:nth-child(n) .details-title .arrow path {
  fill: transparent; }

.details-item:nth-child(n) .details-title:hover .arrow path,
.details-item:nth-child(n) .details-title:focus .arrow path,
.details-item:nth-child(n) .details-title .jsActive .arrow path {
  fill: #444d53; }

.details-item:nth-child(n) .jsActive {
  background-color: #f7f8f8;
  color: #30363a; }

.details-item:nth-child(2n) .details-expanded {
  background-color: #d6dbde; }

.elsewhere-action {
  background-color: #c9cfd3;
  color: #1c1f22; }
  .elsewhere-action path {
    fill: #1c1f22; }
  .elsewhere-action:hover, .elsewhere-action:focus {
    background-color: #1c1f22;
    color: #c9cfd3; }
    .elsewhere-action:hover path, .elsewhere-action:focus path {
      fill: #c9cfd3; }
  .elsewhere-action:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .elsewhere-action:active path {
      fill: #2d8650; }
  .elsewhere-action:nth-child(2n) {
    background-color: #d6dbde;
    color: #1c1f22; }
    .elsewhere-action:nth-child(2n) path {
      fill: #1c1f22; }
    .elsewhere-action:nth-child(2n):hover, .elsewhere-action:nth-child(2n):focus {
      background-color: #1c1f22;
      color: #d6dbde; }
      .elsewhere-action:nth-child(2n):hover path, .elsewhere-action:nth-child(2n):focus path {
        fill: #d6dbde; }
    .elsewhere-action:nth-child(2n):active {
      background-color: #f7f8f8;
      color: #2d8650; }
      .elsewhere-action:nth-child(2n):active path {
        fill: #2d8650; }
  .elsewhere--rows .elsewhere-action {
    background-color: #d6dbde;
    color: #1c1f22; }
    .elsewhere--rows .elsewhere-action path {
      fill: #1c1f22; }
    .elsewhere--rows .elsewhere-action:hover, .elsewhere--rows .elsewhere-action:focus {
      background-color: #1c1f22;
      color: #d6dbde; }
      .elsewhere--rows .elsewhere-action:hover path, .elsewhere--rows .elsewhere-action:focus path {
        fill: #d6dbde; }
    .elsewhere--rows .elsewhere-action:active {
      background-color: #f7f8f8;
      color: #2d8650; }
      .elsewhere--rows .elsewhere-action:active path {
        fill: #2d8650; }
    .elsewhere--rows .elsewhere-action:nth-child(2n) {
      background-color: #e4e7e9;
      color: #1c1f22; }
      .elsewhere--rows .elsewhere-action:nth-child(2n) path {
        fill: #1c1f22; }
      .elsewhere--rows .elsewhere-action:nth-child(2n):hover, .elsewhere--rows .elsewhere-action:nth-child(2n):focus {
        background-color: #1c1f22;
        color: #e4e7e9; }
        .elsewhere--rows .elsewhere-action:nth-child(2n):hover path, .elsewhere--rows .elsewhere-action:nth-child(2n):focus path {
          fill: #e4e7e9; }
      .elsewhere--rows .elsewhere-action:nth-child(2n):active {
        background-color: #f7f8f8;
        color: #2d8650; }
        .elsewhere--rows .elsewhere-action:nth-child(2n):active path {
          fill: #2d8650; }

.outreach-action {
  background-color: #4b5f9b;
  color: #e4e7e9; }
  .outreach-action path {
    fill: #e4e7e9; }
  .outreach-action:hover, .outreach-action:focus {
    background-color: #e4e7e9;
    color: #4b5f9b; }
    .outreach-action:hover path, .outreach-action:focus path {
      fill: #4b5f9b; }
  .outreach-action:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .outreach-action:active path {
      fill: #2d8650; }

.outreach-action--contact {
  background-color: #ab332b;
  color: #e4e7e9; }
  .outreach-action--contact path {
    fill: #e4e7e9; }
  .outreach-action--contact:hover, .outreach-action--contact:focus {
    background-color: #e4e7e9;
    color: #ab332b; }
    .outreach-action--contact:hover path, .outreach-action--contact:focus path {
      fill: #ab332b; }
  .outreach-action--contact:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .outreach-action--contact:active path {
      fill: #2d8650; }

.outreach-action--hire {
  background-color: #4b5f9b;
  color: #e4e7e9; }
  .outreach-action--hire path {
    fill: #e4e7e9; }
  .outreach-action--hire:hover, .outreach-action--hire:focus {
    background-color: #e4e7e9;
    color: #4b5f9b; }
    .outreach-action--hire:hover path, .outreach-action--hire:focus path {
      fill: #4b5f9b; }
  .outreach-action--hire:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .outreach-action--hire:active path {
      fill: #2d8650; }

.project,
.project--satellite {
  background-color: #d6dbde; }
  .project h1 a,
  .project--satellite h1 a {
    border-bottom: solid 0.08em rgba(241, 243, 244, 0.01); }
    .project h1 a:hover, .project h1 a:focus,
    .project--satellite h1 a:hover,
    .project--satellite h1 a:focus {
      border-bottom: solid 0.08em #3676a1; }

.project-image,
.project--satellite .project-image {
  background-color: #e4e7e9;
  border-color: #d6dbde; }

.page-pagination--later {
  background-color: #ab332b;
  color: #e4e7e9; }
  .page-pagination--later path {
    fill: #e4e7e9; }
  .page-pagination--later:hover, .page-pagination--later:focus {
    background-color: #e4e7e9;
    color: #ab332b; }
    .page-pagination--later:hover path, .page-pagination--later:focus path {
      fill: #ab332b; }
  .page-pagination--later:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .page-pagination--later:active path {
      fill: #2d8650; }

.page-pagination--earlier {
  background-color: #3676a1;
  color: #e4e7e9; }
  .page-pagination--earlier path {
    fill: #e4e7e9; }
  .page-pagination--earlier:hover, .page-pagination--earlier:focus {
    background-color: #e4e7e9;
    color: #3676a1; }
    .page-pagination--earlier:hover path, .page-pagination--earlier:focus path {
      fill: #3676a1; }
  .page-pagination--earlier:active {
    background-color: #f7f8f8;
    color: #2d8650; }
    .page-pagination--earlier:active path {
      fill: #2d8650; }

.credits {
  background-color: #d6dbde;
  color: #30363a; }
  .credits a {
    border-bottom: solid 0.08em #ab332b; }
    .credits a:hover, .credits a:focus {
      border-bottom: solid 0.08em #3676a1; }

.credits-links a {
  color: #ab332b;
  border: 0; }
  .credits-links a:hover, .credits-links a:focus, .credits-links a:active {
    border: 0; }
  .credits-links a .icon {
    fill: #ab332b; }
  .credits-links a:hover, .credits-links a:focus {
    color: #3676a1; }
    .credits-links a:hover .icon, .credits-links a:focus .icon {
      fill: #3676a1; }

.micro .banner {
  background-color: #f7f8f8; }

.map-caption,
.map--photo-caption,
.map--collection-caption {
  color: #444d53; }
  .map-caption a,
  .map--photo-caption a,
  .map--collection-caption a {
    color: #444d53;
    border-bottom-color: #bcc3c8; }

@media (min-width: 22.5em) {
  .content,
  .page-title,
  .page-footer,
  .credits {
    font-size: 1.0625em; } }

@media (min-width: 28em) {
  .content,
  .page-title,
  .page-footer,
  .credits {
    font-size: 1.125em; } }

@media (min-width: 40em) {
  .content,
  .page-title,
  .page-footer,
  .credits {
    font-size: 1.25em; } }

@media (min-width: 45em) {
  .content,
  .page-title,
  .page-footer {
    flex: 0 0 36em;
    max-width: 36em;
    margin: auto; } }

@media (min-width: 60em) {
  .content,
  .page-title,
  .page-footer {
    flex: 0 0 45em;
    max-width: 45em; }
  .index,
  .index--home,
  .index--photography {
    font-size: 1.25em; } }

@media (min-width: 80em) {
  .content,
  .page-title,
  .page-footer {
    flex: 0 0 54em;
    max-width: 54em; } }

@media (min-width: 95em) {
  .content,
  .page-title,
  .page-footer,
  .credits {
    font-size: 1.5em; }
  .index,
  .index--home,
  .index--photography {
    font-size: 1.5em; } }

@media (min-width: 115em) {
  .content,
  .page-title,
  .page-footer {
    font-size: 1.75em; } }

@media (min-width: 115em) {
  .site-footer {
    flex: 0 0 94.5em;
    max-width: 94.5em; } }
