@charset "UTF-8";
/*
Theme Name: Wikipedia Tomorrow
Text Domain: wikiplatform
Version: 0.1
Description: 
Tags: wikipedia, wikimedia, responsive
Author: Snøhetta
Author URI: https://snohetta.com/
Description: Description
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
/*
Charis SIL v5.000
14 Oct 2014
This file is part of Charis SIL font family (http://scripts.sil.org/CharisSILfont)
and is Copyright (c) 1994-2014 SIL International (http://www.sil.org/),
with Reserved Font Names "Charis" and "SIL". This Font Software is licensed
under the SIL Open Font License, Version 1.1. You should have received a copy
of the license along with this Font Software. If this is not the case, go to
(http://scripts.sil.org/OFL) for all the details including a FAQ.
*/
/* use Charis SIL - Regular in .woff format */
@font-face {
  font-family: CharisSILW;
  src: url(assets/fonts/CharisSIL-R.woff); }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*! normalize-opentype.css v0.2.4 | MIT License | kennethormandy.com/journal/normalize-opentype-css */
/**
 * 1. Inherit style issues with custom selections, per robsterlini.co.uk/journal/opentype-and-selection-dont-mix
 * 2. Turn on kerning, standard ligatures, and proportional, oldstyle numerals
 *    Turn off all other ligatures, tabular, lining numerals, and alternates
      Uses same settings for tables
 * 3. Hard-codes fallback text selection for issue #18, color is Chrome’s per via http://stackoverflow.com/a/16094931/864799
 */
::selection {
  color: inherit;
  /* 1. */
  text-shadow: inherit;
  /* 2. */
  background-color: #ACCEF7;
  /* 3. */ }

html,
body,
table {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
  /* 2. */ }

/* Headings
========================================================================== */
/**
 * 1. Turn on discretionary ligatures for larger headings
 */
h1,
h2,
h3 {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
  /* 1. */ }

/* Text-level semantics
========================================================================== */
/**
 * 1. Change all letters to uppercase
 * 2. Turn on small caps for upper and lowercase letters
 */
abbr {
  text-transform: uppercase;
  /* 1 */
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
  /* 2 */ }

/*
 * TODO: Turn on diagonal fractions where appropriate
 */
time {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0; }

/*
 * 1. Turn off kerning and ligatures,
 *    Turn on lining, tabular numerals, slashed zero
 */
pre,
kbd,
samp,
code {
  font-feature-settings: "kern" 0, "liga" 0, "calt" 1, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  /* 1. */ }

/**
 * 1. Turn on proper supercript numerals
 */
sup {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
  /* 1. */ }

/**
 * 1. Turn on proper subscript numerals
 */
sub {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
  /* 1. */ }

/* Grouping content
========================================================================== */
/**
 * TODO: Adds proper bullets
 */
/*
 * TODO:
 * 1. Adds counters for lists
 * 2. Use proper numerals for lists
 */
/**
 * Adds proper small caps
 */
/**
 * TODO: scmp, sc2c, pnum, case sensitive forms for postal codes
 */
/* Forms
========================================================================== */
/**
 * 1. Turns on lining, proportional numerals without clarified zeroes
 * TODO: Additional input modes https://developer.mozilla.org/en/docs/Web/HTML/Element/Input#attr-inputmode
 */
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="number"],
input[type="range"],
input[type="tel"],
input[type="week"] {
  font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0;
  /* 1. */ }

/* Localisation
========================================================================== */
/* Tables
========================================================================== */
/**
 * 1. Turns on tabular, lining numerals and slashed zero
 */
tbody,
caption {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  /* 1. */ }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: -1rem;
  padding-left: -1rem; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 1rem, 0); }
  75% {
    opacity: 0.75;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes blink {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

body {
  background: #fff;
  color: #222;
  font: 400 0.9375em/1.375 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Lato, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  transition: background 0.5s ease-in-out; }
  @media only screen and (min-width: 48em) {
    body {
      font-size: 1em; } }
  @media only screen and (min-width: 90em) {
    body {
      font-size: 1.125em; } }
  body.invert {
    background: #fff;
    color: #000; }
  @media screen and (prefers-color-scheme: dark) {
    body {
      background: #191919;
      color: #eaecf0; } }

a {
  color: inherit;
  text-decoration: underline;
  text-decoration-skip: ink; }
  a:hover {
    text-decoration: none; }
  a.line {
    border-bottom: 1px solid #72777d;
    display: inline-block;
    text-decoration: none;
    transition: border-bottom 0.2s linear; }
    a.line:active, a.line:focus, a.line:hover {
      border-bottom-color: currentColor; }

figure {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font: inherit;
  font-family: CharisSILW, Charter, Georgia, Times New Roman, Times, serif;
  font-size: 1.25em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.15;
  margin: 0;
  margin-bottom: 0.75rem; }

hr {
  border: none;
  border-bottom: 1px solid #333; }

img {
  height: auto;
  max-width: 100%; }
  img.lazyload {
    display: none; }
  .js img.lazyload {
    display: block; }
    .js img.lazyload.loading {
      opacity: 1; }

label, input {
  display: block; }

p {
  margin: 0;
  max-width: 32em; }

::selection {
  background: #bbb;
  color: inherit; }

video {
  width: 100%;
  max-width: 100%; }

.smcp {
  font-weight: 500;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.transition-fade {
  transition: opacity 0.35s ease-in-out;
  opacity: 1; }

html.is-animating .transition-fade {
  opacity: 0; }

.lazyload {
  opacity: 0; }

.lazyload.loaded {
  animation: fadeIn 1.2s ease-out 0.15s forwards;
  opacity: 0; }
  .page-intro-image .lazyload.loaded {
    animation: fadeIn 1.2s ease-out 0.75s forwards;
    opacity: 0; }

.loading {
  opacity: 0;
  position: relative;
  pointer-events: none;
  transition: opacity 0.35s ease-in-out;
  z-index: 2000; }
  .loading.is-changing {
    opacity: 1; }

.loading-dot {
  animation: blink 2s ease-out 1.5s infinite;
  background: #000;
  border-radius: 50%;
  height: 0.5em;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 0.5em; }

.js .view {
  opacity: 0; }

.js .visible {
  animation: fadeIn 1.2s ease-out 0.25s forwards;
  opacity: 0; }

.js .delay-025 {
  animation-delay: 0.25s; }

.js .delay-050 {
  animation-delay: 0.5s; }

.js .delay-075 {
  animation-delay: 0.75s; }

.js .delay-100 {
  animation-delay: 1s; }

.transition-fade {
  transition: opacity 0.5s ease-in-out;
  opacity: 1; }

html.is-animating .transition-fade {
  opacity: 0; }

.site {
  padding: 9%;
  padding: 6%; }
  @media only screen and (min-width: 64em) {
    .site {
      padding: 3em;
      padding-right: 4em;
      padding-left: 4em; } }

.home .footer-page {
  display: none; }

.index-header {
  padding: 0;
  padding-bottom: 7%;
  position: relative; }
  @media only screen and (min-width: 64em) {
    .index-header {
      background: transparent;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: center;
      height: 100%;
      padding: 3em 2em 3em 4em;
      position: fixed;
      top: 0;
      left: 0;
      width: 40%;
      min-width: 28em;
      z-index: 50; } }

.title-main {
  font-size: 3.5em;
  line-height: 1;
  margin: 1.75em 0 1.25em;
  max-width: 11em; }
  @media only screen and (min-width: 64em) {
    .title-main {
      font-size: 4vw;
      margin: 0 0 1rem; } }

@media only screen and (min-width: 64em) {
  .desc-main {
    margin: 0;
    position: absolute;
    top: 3em;
    max-width: 21em; } }

#get-involved-link {
  border: none;
  color: #72777d;
  color: #36c;
  display: inline-block;
  font-size: 0.8125em;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 1.25em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase; }
  #get-involved-link:after {
    content: "\2192 ";
    position: absolute;
    right: 0;
    transform: translate(1.25em, 0) rotate(90deg);
    transition: transform 0.3s ease-in-out;
    width: 1em; }
  #get-involved-link:hover {
    border: none;
    text-decoration: none; }
    #get-involved-link:hover:after {
      transform: translate(1.25em, 0.1em) rotate(90deg); }
  @media screen and (prefers-color-scheme: dark) {
    #get-involved-link {
      color: #A6A6A6; } }

.cta-header {
  border-bottom: 1px solid #54595d;
  text-decoration: none;
  transition: border-bottom 0.4s ease-in-out; }
  .cta-header:hover {
    border-bottom-color: currentColor; }
  @media only screen and (min-width: 64em) {
    .cta-header {
      display: inline; } }

.logo {
  border: none;
  margin-top: 2.5em;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
  width: 8em; }
  .logo:hover svg {
    opacity: 0.5; }
  .logo svg {
    fill: #222;
    transition: 0.3s ease-in-out; }
    @media screen and (prefers-color-scheme: dark) {
      .logo svg {
        fill: #f8f9fa; } }

.wikimedia-logo {
  display: inline-block;
  margin-right: 1.5em; }
  @media only screen and (min-width: 64em) {
    .wikimedia-logo {
      margin-right: 0;
      margin-left: -4px;
      position: fixed;
      left: 4em;
      bottom: 2.5em;
      z-index: 100; } }

.snohetta-logo {
  display: inline-block;
  position: relative;
  top: -0.35em;
  width: 7.5em; }
  @media only screen and (min-width: 64em) {
    .snohetta-logo {
      position: fixed;
      top: auto;
      bottom: 2.85em;
      left: 14em;
      z-index: 100; } }

.page-header {
  align-items: flex-start;
  align-content: flex-start; }

.title-semi {
  font-size: 1.75em;
  max-width: 14em; }
  @media only screen and (min-width: 64em) {
    .title-semi {
      font-size: 2.5em; } }

.index-sections, .index-post-sections {
  line-height: 1.45em;
  width: 100%; }
  @media only screen and (min-width: 64em) {
    .index-sections, .index-post-sections {
      float: right;
      width: 60%; } }

.index-section-header {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Lato, Helvetica, Arial, sans-serif;
  font-size: 0.8125em;
  font-weight: 500;
  margin-left: 6px;
  margin-bottom: 1em;
  text-transform: uppercase; }

.index-post {
  margin-bottom: 4em;
  width: 100%; }
  @media only screen and (min-width: 64em) {
    .index-post {
      width: 85%;
      max-width: 44em; }
      .index-post.post-count-1 {
        width: 95%;
        max-width: 54em; } }

.index-post-inner {
  background: transparent;
  border: none;
  border-radius: 10px;
  display: block;
  position: relative;
  text-decoration: none;
  transition: box-shadow 0.1s ease-out; }
  .index-post-inner:before {
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 2px 4px rgba(0, 0, 0, 0.03), 0 4px 8px rgba(0, 0, 0, 0.03), 0 8px 16px rgba(0, 0, 0, 0.03), 0 16px 32px rgba(0, 0, 0, 0.03);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease-in-out;
    width: 100%; }
  .index-post-inner:hover:before {
    opacity: 0.35; }
  @media screen and (prefers-color-scheme: dark) {
    .index-post-inner:before {
      box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.2), 0 16px 32px rgba(0, 0, 0, 0.2); } }

.private-post-label {
  font-size: 0.75em;
  font-style: italic;
  margin-bottom: 1em;
  max-width: 100%; }

.featured-post {
  color: #fff;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem; }

.index-post-img {
  backface-visibility: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 0;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  padding-bottom: 56.25%; }
  .index-post-img img, .index-post-img video {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    float: left;
    width: 100%;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); }
  .index-post-img video {
    object-fit: cover; }

.index-post-meta {
  padding: 1.5em; }
  @media only screen and (min-width: 64em) {
    .index-post-meta {
      padding: 2em;
      padding-bottom: 2.5em; } }

.index-post-title {
  font-size: 2em; }
  @media only screen and (min-width: 64em) {
    .index-post-title {
      font-size: 2.5em;
      letter-spacing: -0.007em; } }

.index-post-date {
  color: #72777d;
  margin-bottom: 0.5em; }
  @media screen and (prefers-color-scheme: dark) {
    .index-post-date {
      color: #A6A6A6; } }

.index-post-excerpt {
  margin-top: 0.5em; }
  .index-post-excerpt p {
    margin-bottom: 1.375em; }
    .index-post-excerpt p:last-of-type {
      margin-bottom: 0; }

#about {
  padding-top: 2em; }

.index-section {
  background: transparent;
  border: none;
  border-radius: 10px;
  display: block;
  margin-bottom: 3em;
  padding: 9%;
  padding: 1.5em;
  position: relative;
  text-decoration: none;
  transition: box-shadow 0.1s ease-out;
  width: 100%; }
  @media only screen and (min-width: 64em) {
    .index-section {
      margin-bottom: 4em;
      padding: 3em;
      width: 85%;
      max-width: 44em; } }
  .index-section:before {
    border-radius: 10px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.03), 0 2px 4px rgba(0, 0, 0, 0.03), 0 4px 8px rgba(0, 0, 0, 0.03), 0 8px 16px rgba(0, 0, 0, 0.03), 0 16px 32px rgba(0, 0, 0, 0.03);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease-in-out;
    width: 100%; }
  .index-section:hover {
    border-bottom-color: transparent; }
    .index-section:hover:before {
      opacity: 0.35; }
    .index-section:hover .index-section-link:after {
      transform: translateX(1.5em); }
    .index-section:hover .accordion-btn:after {
      content: "\2193 ";
      transform: translate(1.25em, 0.25em); }
    .index-section:hover .btn {
      background: rgba(255, 255, 255, 0.4); }
  .index-section:hover, .index-section:active, .index-section:focus {
    border-color: transparent; }
  @media screen and (prefers-color-scheme: dark) {
    .index-section:before {
      box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.2), 0 16px 32px rgba(0, 0, 0, 0.2); } }

.index-section-link {
  border: none;
  color: #72777d;
  display: inline-block;
  font-size: 0.8125em;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 1.25em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-bottom 0.2s linear; }
  .index-section-link:after {
    content: "\2192 ";
    position: absolute;
    right: 0;
    transform: translateX(1.25em);
    transition: transform 0.3s ease-in-out;
    width: 1em; }
  @media screen and (prefers-color-scheme: dark) {
    .index-section-link {
      color: #A6A6A6; } }

.accordion-wrapper {
  cursor: pointer; }
  .accordion-wrapper.acc-active {
    cursor: auto; }
    .accordion-wrapper.acc-active:hover {
      background: none; }

.accordion-content {
  transition: height 0.8s ease-in-out; }
  .js .accordion-content {
    height: 0;
    overflow: hidden; }

.accordion-btn {
  transition: opacity 0.3s; }
  .accordion-btn:after {
    content: "\2193 "; }
  .accordion-btn.hidden {
    opacity: 0; }

.index-story-img {
  margin: 1.5em 0;
  margin-left: -1.5em;
  max-width: 30em;
  overflow: hidden; }
  @media only screen and (min-width: 64em) {
    .index-story-img {
      margin-left: -3em; } }

.index-story-img-inner {
  height: 0;
  margin-left: -2em;
  padding-bottom: 96.8%;
  width: 100%; }
  .index-story-img-inner img {
    float: left;
    width: 100%; }

.index-project {
  padding-top: 1.5em;
  position: relative; }
  @media only screen and (min-width: 64em) {
    .index-project {
      padding-top: 3.25em; } }
  .index-project.acc-active:hover:before {
    opacity: 1; }

.project-description-title {
  font-size: 1.5em;
  line-height: 1.375em;
  margin: 0 0 0.5rem; }
  p + .project-description-title {
    margin-top: 1.375em; }

.index-strategy {
  padding-top: 3em;
  position: relative; }
  @media only screen and (min-width: 64em) {
    .index-strategy {
      padding-top: 3.25em; } }
  .index-strategy:hover .index-section-link:after {
    transform: translate(1.5em, -0.25em) rotate(-45deg); }
  .index-strategy .index-section-link:after {
    transform: translate(1.25em, 0) rotate(-45deg); }

.index-input:hover {
  background: none; }
  .index-input:hover:before {
    opacity: 1; }

.index-input .btn {
  margin-top: 0.75em; }

.btn {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 2px;
  display: inline-block;
  padding: 0.7em 1.2em;
  text-decoration: none;
  transition: background 0.3s ease-in-out; }
  .btn:hover, .btn:focus {
    background: rgba(255, 255, 255, 0.4); }

.footer-main {
  box-shadow: none;
  border-bottom: none;
  margin-bottom: 0; }
  .footer-main:before {
    display: none; }
  .footer-main:hover {
    background: none;
    box-shadow: none; }

.index-footer-license {
  margin-bottom: 1.375em; }

.footer-page {
  border-top: 1px solid #ddd;
  margin-top: 3em;
  padding-top: 2em;
  position: relative; }
  @media only screen and (min-width: 64em) {
    .footer-page {
      padding-top: 3em; } }
  @media screen and (prefers-color-scheme: dark) {
    .footer-page {
      border-top: 1px solid #444; } }

.footer-license {
  color: #757575;
  font-size: 0.8125em;
  margin-top: 1.5em;
  width: 100%; }
  @media screen and (prefers-color-scheme: dark) {
    .footer-license {
      color: #a6a6a6; } }

.footer-logo {
  display: inline-block;
  margin-top: 0; }

.snohetta-footer-logo {
  margin-left: 1.5em;
  position: relative;
  top: -0.3em;
  width: 7em; }

.top-link {
  display: none;
  position: absolute;
  bottom: 0.75em;
  right: 1em; }
  @media only screen and (min-width: 48em) {
    .top-link {
      display: inline-block; } }
  .top-link:after {
    transform: translate(1.25em, 0) rotate(-90deg); }
  .top-link:hover:after {
    transform: translate(1.25em, -0.25em) rotate(-90deg); }

.entry-header {
  margin: 6em 0 2em;
  width: 100%; }

.entry-title {
  font-size: 2em; }
  @media only screen and (min-width: 64em) {
    .entry-title {
      font-size: 5vw;
      letter-spacing: -0.01em; } }
  @media only screen and (min-width: 90em) {
    .entry-title {
      font-size: 5em; } }

.entry-post-thumbnail {
  margin-left: -6vw;
  width: 100vw; }
  @media only screen and (min-width: 64em) {
    .entry-post-thumbnail {
      margin-left: -4em;
      width: calc(100% + 8em); } }
  .entry-post-thumbnail img {
    float: left;
    width: 100%; }

.img-ratio {
  background: #f4f4f4;
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .img-ratio img {
    float: left;
    width: 100%; }

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

.featured-vid-link {
  color: #72777d;
  margin-top: 1.375em; }
  @media screen and (prefers-color-scheme: dark) {
    .featured-vid-link {
      color: #A6A6A6; } }

.content-area {
  width: 100%; }

.entry-content {
  margin-top: 2em;
  width: 100%; }
  @media only screen and (min-width: 64em) {
    .entry-content {
      font-size: 1.125em; } }
  .entry-content h2 {
    font-size: 1.5em; }
  .entry-content p {
    line-height: 1.5em;
    margin-bottom: 1.5em; }
  .entry-content figure a {
    border: none; }
  .entry-content figcaption {
    color: #72777d;
    font-size: 0.8125em;
    width: 100%; }
    @media screen and (prefers-color-scheme: dark) {
      .entry-content figcaption {
        color: #A6A6A6; } }
  .entry-content blockquote {
    margin-top: 2em;
    margin-bottom: 2em; }
    @media only screen and (min-width: 64em) {
      .entry-content blockquote {
        margin-top: 3em;
        margin-bottom: 3em; } }

.wp-block-image, .wp-block-gallery {
  margin: 2em 0; }
  @media only screen and (min-width: 64em) {
    .wp-block-image, .wp-block-gallery {
      margin: 3em 0; } }

.wp-block-gallery figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em; }

.entry-title {
  margin-left: -0.035em; }

.wp-block-quote {
  margin: 2em 1.5em;
  max-width: 30em; }
  @media only screen and (min-width: 64em) {
    .wp-block-quote {
      margin: 3em 2em; } }
  .wp-block-quote p {
    font-family: CharisSILW, Charter, Georgia, Times New Roman, Times, serif;
    font-size: 1.5em;
    line-height: 1.375em;
    letter-spacing: -0.005em;
    margin-bottom: 0; }
  .wp-block-quote cite {
    font-size: 0.75em;
    font-style: normal; }

.entry-footer {
  display: none; }

.cat-links, .edit-link {
  opacity: 0; }

.post-navigation {
  border-top: 1px solid #ddd;
  padding: 1em 0; }
  @media screen and (prefers-color-scheme: dark) {
    .post-navigation {
      border-top: 1px solid #444; } }

.nav-previous, .nav-next {
  width: 100%; }
  @media only screen and (min-width: 64em) {
    .nav-previous, .nav-next {
      float: left;
      width: 50%; } }
  .nav-previous:before, .nav-next:before {
    content: "Previous post";
    color: #757575;
    display: block; }
    @media screen and (prefers-color-scheme: dark) {
      .nav-previous:before, .nav-next:before {
        color: #a6a6a6; } }

.nav-next:before {
  content: "Next post";
  color: #757575;
  display: block; }
  @media screen and (prefers-color-scheme: dark) {
    .nav-next:before {
      color: #a6a6a6; } }

.community-involvement {
  border-top: 1px solid #ddd;
  padding-top: 1.5em; }
  @media screen and (prefers-color-scheme: dark) {
    .community-involvement {
      border-top: 1px solid #444; } }

.community-involvement-question {
  font-size: 1.5em; }
  @media only screen and (min-width: 64em) {
    .community-involvement-question {
      font-size: 2em; } }

@media screen and (prefers-color-scheme: dark) {
  .community-involvement-disclaimer {
    color: #a6a6a6; } }

.community-involvement-disclaimer p {
  margin-bottom: 1.375em; }
  .community-involvement-disclaimer p:last-of-type {
    margin-bottom: 0; }
  .community-involvement-disclaimer p a {
    color: #36c; }

.community-disclaimer-general {
  color: #757575;
  margin-bottom: 1.5em; }
  @media screen and (prefers-color-scheme: dark) {
    .community-disclaimer-general {
      color: #a6a6a6; } }

.entry-comments {
  padding-top: 1.5em;
  padding-bottom: 3em; }
  .entry-comments:nth-child(1):empty {
    display: none; }

h3#comments {
  font-size: 1.5em; }
  @media only screen and (min-width: 64em) {
    h3#comments {
      font-size: 2em; } }

.comment-list, .comment-respond {
  width: 100%;
  max-width: 35em; }

.comment-list {
  list-style-position: inside;
  list-style: none;
  padding-left: 0; }
  .comment-list ul, .comment-list ol {
    list-style: none; }

.comment-body {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.375em; }
  .depth-1 .comment-body {
    border-bottom: none;
    padding-bottom: 0; }
  .depth-1.parent .comment-body {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.375em; }

.comment-respond {
  margin-bottom: 1.5em;
  padding: 0; }

.count {
  display: none; }
  .comment-form-comment .count {
    color: #757575;
    display: block; }
    @media screen and (prefers-color-scheme: dark) {
      .comment-form-comment .count {
        color: #a6a6a6; } }

.comment-notes {
  color: #757575;
  font-style: italic;
  margin-bottom: 1.375em; }

#reply-title {
  font-size: 1.25em; }
  @media only screen and (min-width: 64em) {
    #reply-title {
      font-size: 1.5em; } }

.comment-reply-title {
  display: none; }

.comment-form {
  max-width: 35em; }
  .comment-form textarea {
    resize: vertical;
    width: 100%; }
  .comment-form p {
    margin-bottom: 1em;
    max-width: 100%; }
  .comment-form label {
    font-weight: 500;
    margin-bottom: 0.25em; }
  .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 1px solid #ddd;
    border-radius: 10px;
    font: inherit;
    padding: 0.5em;
    width: 100%; }
    @media screen and (prefers-color-scheme: dark) {
      .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
        background: #333;
        border-color: transparent;
        color: #fff; } }

.comment-form-author label:after, .comment-form-location label:after {
  content: " (Optional)"; }

.form-submit input[type="submit"] {
  box-shadow: none;
  background: #ddd;
  background: #36c;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  transition: background 0.15s ease-in-out; }
  .form-submit input[type="submit"]:hover {
    background: #527fed; }

#wp-comment-cookies-consent {
  float: left;
  margin-right: 0.5em; }

label[for="wp-comment-cookies-consent"] {
  font-weight: 400;
  font-style: italic;
  font-size: 0.75em; }

.reply a {
  color: #757575;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.005em;
  text-transform: uppercase; }
  .reply a:hover {
    color: #222; }

.avatar {
  display: none; }

.comment-meta {
  margin-bottom: 1.375em; }

.comment-metadata {
  color: #757575; }
  .comment-metadata a {
    text-decoration: none; }

.comment.depth-1 {
  border: none;
  border-radius: 10px;
  display: block;
  margin-bottom: 2.5em;
  padding: 1.5em;
  padding-bottom: 1.375em;
  position: relative; }
  .comment.depth-1:before {
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 2px 4px rgba(0, 0, 0, 0.03), 0 4px 8px rgba(0, 0, 0, 0.03), 0 8px 16px rgba(0, 0, 0, 0.03), 0 16px 32px rgba(0, 0, 0, 0.03);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease-in-out;
    width: 100%; }
  @media screen and (prefers-color-scheme: dark) {
    .comment.depth-1:before {
      box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.2), 0 16px 32px rgba(0, 0, 0, 0.2); } }
  .comment.depth-1 .comment-body {
    position: relative;
    z-index: 100;
    padding-bottom: 2.75em; }
    .comment.depth-1 .comment-body .comment-meta {
      margin-bottom: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      .comment.depth-1 .comment-body .comment-meta .comment-author {
        float: left;
        margin-right: 1em; }
        .comment.depth-1 .comment-body .comment-meta .comment-author b {
          font-weight: 400; }
      .comment.depth-1 .comment-body .comment-meta .comment-metadata {
        float: left; }
      .comment.depth-1 .comment-body .comment-meta .says {
        display: none; }
    .comment.depth-1 .comment-body .comment-content {
      font-family: CharisSILW, Charter, Georgia, Times New Roman, Times, serif;
      font-size: 1em;
      margin-bottom: 0; }
      @media only screen and (min-width: 48em) {
        .comment.depth-1 .comment-body .comment-content {
          font-size: 1.125em; } }
      @media only screen and (min-width: 64em) {
        .comment.depth-1 .comment-body .comment-content {
          font-size: 1.25em; } }

.children {
  margin-top: 1.375em; }

#comment {
  appearance: none;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 0;
  outline: none;
  padding: 1em; }
  @media screen and (prefers-color-scheme: dark) {
    #comment {
      background: #333;
      border-color: transparent;
      color: #fff; } }

label[for="comment"] {
  display: none; }

.form-submit {
  margin-top: 1.375em; }

input[type="submit"] {
  appearance: none;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 0;
  font: inherit;
  font-weight: 500;
  padding: 1em; }

.btn {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 2px;
  display: inline-block;
  padding: 0.7em 1.2em;
  text-decoration: none;
  transition: background 0.3s ease-in-out; }
  .btn:hover, .btn:focus {
    background: rgba(255, 255, 255, 0.4); }

.page-template-story {
  background: #000;
  color: #fff;
  line-height: 1.25; }
  .page-template-story h1, .page-template-story h2, .page-template-story h3, .page-template-story h4, .page-template-story h5, .page-template-story h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Lato, Helvetica, Arial, sans-serif;
    font-weight: 600; }
  .page-template-story p {
    max-width: 22em; }
  .page-template-story p + p {
    margin-top: 1.25em; }
  .page-template-story .site {
    padding: 9% 9%; }
    @media only screen and (min-width: 64em) {
      .page-template-story .site {
        padding: 12vw 12vw 3em; } }
  .page-template-story .row {
    margin-bottom: 20vh; }
    .page-template-story .row.no-margin {
      margin-bottom: -0.3rem; }
  .page-template-story .last-row {
    margin-bottom: 5em; }
    @media only screen and (min-width: 64em) {
      .page-template-story .last-row {
        margin-bottom: 0; } }
  .page-template-story .page-header a {
    color: #A6A6A6;
    display: inline-block;
    font-weight: 600;
    margin-top: 1.25em;
    margin-left: 1.25em;
    padding-bottom: 0.15em;
    position: absolute;
    top: 1em;
    left: 9%;
    text-decoration: none;
    transition: border-bottom 0.2s linear; }
    .page-template-story .page-header a:after {
      content: "\2190 ";
      position: absolute;
      left: 0;
      transform: translateX(-1.25em);
      transition: transform 0.3s ease-in-out;
      width: 1em; }
    .page-template-story .page-header a:hover:after {
      transform: translateX(-1.5em); }
    @media only screen and (min-width: 64em) {
      .page-template-story .page-header a {
        top: 3em;
        left: 4em; } }
  .page-template-story .footer-main {
    border-top: none;
    color: #fff; }
    .page-template-story .footer-main .footer-logo svg {
      fill: #fff; }
  .page-template-story .footer-license, .page-template-story .top-link {
    color: #a6a6a6; }

.home-link {
  color: #222;
  display: inline-block;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 1.25em;
  margin-left: 1.25em;
  padding-bottom: 0.15em;
  position: relative;
  top: -0.5em;
  text-decoration: none;
  transition: border-bottom 0.2s linear; }
  .home-link:after {
    content: "\2190 ";
    position: absolute;
    left: 0;
    transform: translateX(-1.25em);
    transition: transform 0.3s ease-in-out;
    width: 1em; }
  .home-link:hover:after {
    transform: translateX(-1.5em); }
  @media screen and (prefers-color-scheme: dark) {
    .home-link {
      color: #A6A6A6; } }

.s-fig.b-full {
  margin-left: -9vw;
  width: 100vw; }
  @media only screen and (min-width: 64em) {
    .s-fig.b-full {
      margin-left: -12vw; } }

.s-fig.b-left {
  margin-left: -9vw; }
  @media only screen and (min-width: 64em) {
    .s-fig.b-left {
      margin-left: -12vw; } }

.s-fig.b-right {
  margin-right: -9vw; }
  @media only screen and (min-width: 64em) {
    .s-fig.b-right {
      margin-right: -12vw; } }

.s-img {
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .s-img img {
    width: 100%; }
  .s-img.faded:after {
    background: #000;
    content: "";
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50; }

.nav-story {
  position: absolute;
  top: 1rem;
  left: 9%; }
  @media only screen and (min-width: 64em) {
    .nav-story {
      top: 2.5em;
      left: 4em; } }
  .nav-story a {
    text-decoration: none; }

.story-title {
  font-size: 3em;
  line-height: 1;
  margin-top: 2em; }
  @media only screen and (min-width: 64em) {
    .story-title {
      font-size: 6vw;
      margin-top: 0;
      margin-bottom: 3rem; } }

.s1, .s2, .s3, .s4, .s5, .s6 {
  font-weight: 600;
  padding: 1.5em 0;
  position: relative;
  z-index: 100; }
  @media only screen and (min-width: 64em) {
    .s1, .s2, .s3, .s4, .s5, .s6 {
      padding: 0; } }
  .s1.js, .s2.js, .s3.js, .s4.js, .s5.js, .s6.js {
    opacity: 0; }

.s1 {
  font-size: 1.25em; }
  @media only screen and (min-width: 64em) {
    .s1 {
      font-size: 1.75em; } }

.s2 {
  font-size: 1.5em; }
  @media only screen and (min-width: 64em) {
    .s2 {
      font-size: 3em; } }

.s3 {
  font-size: 1.75em; }
  @media only screen and (min-width: 64em) {
    .s3 {
      font-size: 3em; } }

.s4 {
  font-size: 2.5em;
  line-height: 1; }
  @media only screen and (min-width: 64em) {
    .s4 {
      font-size: 7.5vw; } }

.s5 {
  font-size: 2.5em;
  line-height: 1; }
  @media only screen and (min-width: 64em) {
    .s5 {
      font-size: 10vw; } }

.s6 {
  font-size: 4.5em;
  line-height: 0.8; }
  @media only screen and (min-width: 64em) {
    .s6 {
      font-size: 20vw; } }

.s-t-img {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 95%;
  z-index: 100; }
  @media only screen and (min-width: 64em) {
    .s-t-img {
      width: 70%; } }

.s-t-center {
  text-align: center; }