/*! normalize.css v8.0.1 | 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 iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

p, ul, ol {
  margin: 0 0 2em;
}

ul li {
  list-style: disc outside none;
  margin: 0 0 0.5em 2em;
}
ul li ul {
  margin: 0.5em 0;
}

ol li {
  list-style: decimal outside none;
  margin: 0 0 0.5em 2em;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

select, input[type=text], input[type=email], input[type=tel], input[type=url], input[type=date], textarea {
  width: 100%;
}

input[type=text], input[type=email], input[type=tel], input[type=url], input[type=date], textarea {
  font: normal 14px/17px sans-serif;
  padding: 8px;
}

.visually-hidden {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.centered, .aligncenter, .centred, .aligncentre, .center, .centre {
  text-align: center;
}

/*!
 * fullPage 3.1.2
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box; /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.mejs__container {
  background: #000;
  box-sizing: border-box;
  font-family: "Helvetica", Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}

.mejs__container * {
  box-sizing: border-box;
}

/* Hide native play button and control bar from iOS to favor plugin button */
.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%;
}

.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.mejs__container:focus {
  outline: none;
}

.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}

.mejs__embed,
.mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.mejs__fullscreen {
  overflow: hidden !important;
}

.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

/* Start: LAYERS */
.mejs__background {
  left: 0;
  position: absolute;
  top: 0;
}

.mejs__mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

:root .mejs__poster-img {
  display: none;
}

.mejs__poster-img {
  border: 0;
  padding: 0;
}

.mejs__overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}

.mejs__layer {
  z-index: 1;
}

.mejs__overlay-play {
  cursor: pointer;
}

.mejs__overlay-button {
  background: transparent;
  border: 0;
}

.mejs__overlay:hover .mejs__overlay-button svg {
  opacity: 1;
}

.mejs__overlay-button svg {
  opacity: 0.75;
}

.mejs__overlay-button:focus svg {
  opacity: 1;
}

.mejs__overlay-button,
.mejs__overlay-button svg {
  height: 5rem;
  width: 5rem;
}

.mejs__overlay-loading,
.mejs__overlay-loading svg {
  height: 5rem;
  width: 5rem;
}

.mejs__overlay-loading-bg-img {
  -webkit-animation: mejs__loading-spinner 1s linear infinite;
  animation: mejs__loading-spinner 1s linear infinite;
  display: block;
  height: 5rem;
  width: 5rem;
  z-index: 1;
}

@-webkit-keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 0.625rem;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.mejs__controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
  font-size: 0.625rem;
  height: 2.5rem;
  line-height: 0.625rem;
  margin: 0;
  width: 2rem;
}

.mejs__button > button {
  background-color: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 1.125rem;
  line-height: 0;
  margin: 0.625rem 0.375rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 1.125rem;
}

.mejs__button svg {
  fill: currentColor;
  height: 1.125rem;
  width: 1.125rem;
}

/* :focus for accessibility */
.mejs__button > button:focus {
  outline: dotted 0.125rem #fff;
}

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
  outline: 0;
}

/* End: CONTROL BAR */
/* Start: Play (Play / Pause / Replay) */
.mejs__playpause-button svg {
  display: none;
}

.mejs__play svg.mejs__icon-play {
  display: block;
}

.mejs__pause svg.mejs__icon-pause {
  display: block;
}

.mejs__replay svg.mejs__icon-replay {
  display: block;
}

/* End: Play (Play / Pause / Replay) */
/* Start: Fullscreen (Fullscreen / Unfullscreen) */
.mejs__fullscreen-button svg.mejs__icon-unfullscreen {
  display: none;
}

.mejs__fullscreen svg.mejs__icon-fullscreen {
  display: block;
}

.mejs__fullscreen svg.mejs__icon-unfullscreen {
  display: none;
}

.mejs__unfullscreen svg.mejs__icon-unfullscreen {
  display: block;
}

.mejs__unfullscreen svg.mejs__icon-fullscreen {
  display: none;
}

/* End: Fullscreen (Fullscreen / Unfullscreen) */
/* Start: Time (Current / Duration) */
.mejs__time {
  box-sizing: content-box;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: bold;
  height: 1.5rem;
  overflow: hidden;
  padding: 1rem 0.375rem 0;
  text-align: center;
  width: auto;
}

/* End: Time (Current / Duration) */
/* Start: Progress Bar */
.mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 2.5rem;
  margin: 0 0.625rem;
  padding-top: 0.625rem;
  position: relative;
}

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
  border-radius: 0.125rem;
  cursor: pointer;
  display: block;
  height: 0.625rem;
  position: absolute;
}

.mejs__time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 0.3125rem 0 0;
  width: 100%;
}

.mejs__time-buffering {
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: 0.9375rem 0.9375rem;
  width: 100%;
}

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1.875rem 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1.875rem 0;
  }
}
.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3);
}

.mejs__time-current,
.mejs__time-handle-content {
  background: rgba(255, 255, 255, 0.9);
}

.mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}

.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}

.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
  width: 100%;
}

.mejs__time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}

.mejs__time-handle,
.mejs__time-handle-content {
  border: 0.25rem solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}

.mejs__time-handle-content {
  border: 0.25rem solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 0.625rem;
  left: -0.4375rem;
  top: -0.25rem;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 0.625rem;
}

.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mejs__time-float {
  background: #eee;
  border: solid 1px #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 1.0625rem;
  margin-bottom: 0.5625rem;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2.25rem;
}

.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 0.125rem;
  text-align: center;
  width: 1.875rem;
}

.mejs__time-float-corner {
  border: solid 0.3125rem #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

.mejs__long-video .mejs__time-float {
  margin-left: -1.4375rem;
  width: 4rem;
}

.mejs__long-video .mejs__time-float-current {
  width: 3.75rem;
}

.mejs__broadcast {
  color: #fff;
  height: 0.625rem;
  position: absolute;
  top: 0.9375rem;
  width: 100%;
}

/* End: Progress Bar */
/* Start: Mute/Volume */
.mejs__volume-button {
  position: relative;
}

.mejs__volume-button > .mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 7.1875rem;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.5625rem;
  z-index: 1;
}

.mejs__volume-button:hover {
  border-radius: 0 0 0.25rem 0.25rem;
}

.mejs__volume-total {
  background: rgba(255, 255, 255, 0.5);
  border: 0.06rem solid #fff;
  height: 6.25rem;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 0.5rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.125rem;
}

.mejs__volume-current {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

.mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  border-radius: 1px;
  cursor: ns-resize;
  height: 0.375rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1rem;
}

.mejs__horizontal-volume-slider {
  display: block;
  height: 2.25rem;
  position: relative;
  vertical-align: middle;
  width: 3.5rem;
}

.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border: 0.06rem solid #fff;
  border-radius: 0.125rem;
  font-size: 1px;
  height: 0.5rem;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1rem;
  width: 3.125rem;
}

.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.125rem;
  border-right: 0.06rem solid #fff;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mejs__horizontal-volume-handle {
  display: none;
}

.mejs__mute svg,
.mejs__unmute svg {
  stroke: currentColor;
}

.mejs__volume-button svg {
  display: none;
}

.mejs__mute .mejs__icon-mute {
  display: block;
}

.mejs__unmute .mejs__icon-unmute {
  display: block;
}

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs__captions-button,
.mejs__chapters-button {
  position: relative;
}

.mejs__chapters-button svg,
.mejs__captions-button svg {
  padding-top: 0.125rem;
}

.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -2.6875rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 5.375rem;
}

.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -3.4375rem;
  width: 6.875rem;
}

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 0.375rem;
  overflow: hidden;
  padding: 0;
}

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
  background-color: rgb(200, 200, 200) !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -62.5rem;
  margin: 0.1875rem 0.1875rem 0 0.3125rem;
  position: absolute;
}

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 0.625rem;
  line-height: 0.9375rem;
  padding: 0.25rem 0.625rem 0;
  width: 100%;
}

.mejs__captions-selector-list-item:hover .mejs__captions-selector-label,
.mejs__chapters-selector-list-item:hover .mejs__chapters-selector-label {
  text-decoration: underline;
}

.mejs__captions-selected,
.mejs__chapters-selected {
  color: rgb(33, 248, 248);
  font-weight: bold;
}

.mejs__captions-translations {
  font-size: 0.625rem;
  margin: 0 0 0.3125rem;
}

.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 1rem;
  left: 0;
  line-height: 1.25rem;
  position: absolute;
  text-align: center;
}

.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.mejs__captions-layer[lang=ar] {
  font-size: 1.25rem;
  font-weight: normal;
}

.mejs__captions-position {
  bottom: 0.9375rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.mejs__captions-position-hover {
  bottom: 2.1875rem;
}

.mejs__captions-text,
.mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 0.3125rem 0 0 rgba(20, 20, 20, 0.5), -0.3125rem 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap;
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none;
}

/* End: Track (Captions and Chapters) */
/* Start: Error */
.mejs__overlay-error {
  position: relative;
}

.mejs__overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.mejs__cannotplay,
.mejs__cannotplay a {
  color: #fff;
  font-size: 0.8em;
}

.mejs__cannotplay {
  position: relative;
}

.mejs__cannotplay p,
.mejs__cannotplay a {
  display: inline-block;
  padding: 0 0.9375rem;
  width: 100%;
}

/* End: Error */
@font-face {
  font-family: "Sabon";
  src: url("../../fonts/sabon-webfont.woff2") format("woff2"), url("../../fonts/sabon-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sabon";
  src: url("../../fonts/sabonbold-webfont.woff2") format("woff2"), url("../../fonts/sabonbold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Sabon";
  src: url("../../fonts/sabonbolditalic-webfont.woff2") format("woff2"), url("../../fonts/sabonbolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Sabon";
  src: url("../../fonts/sabonitalic-webfont.woff2") format("woff2"), url("../../fonts/sabonitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Mustica";
  src: url("../../fonts/musticapro-semibold-webfont.woff2") format("woff2"), url("../../fonts/musticapro-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
	Colors
*/
/*
	Fonts
*/
/*
	Global
*/
html {
  scroll-behavior: smooth;
}

body {
  background: #F2776D;
  color: #000;
  font: 400 20px/28px "Sabon", serif;
  padding-top: 90px;
  text-align: center;
}
body.disabled {
  background: #000;
}

h1 {
  font: normal 36px/42px "Mustica", sans-serif;
  margin-bottom: 40px;
}
h1 a {
  text-decoration: none;
}

h2 {
  font: normal 32px/36px "Mustica", sans-serif;
  margin-bottom: 40px;
}
h2 a {
  text-decoration: none;
}
h2 a:hover {
  text-decoration: underline;
}

h3 {
  font: normal 24px/26px "Mustica", sans-serif;
  margin-bottom: 20px;
}
h3 a {
  text-decoration: none;
}

h4 {
  font: normal 20px/24px "Mustica", sans-serif;
  margin-bottom: 10px;
}
h4 a {
  text-decoration: none;
}
h4 span {
  color: #F2776D;
  font: italic 18px/24px "Sabon", serif;
}

blockquote {
  margin: 1.5em 3em;
}
blockquote p:last-child {
  margin-bottom: 0;
}

ul li::marker, ol li::marker {
  color: #F2776D;
}

a {
  color: #F2776D;
  transition: color 0.2s linear;
}
a:hover {
  text-decoration: none;
}
a.emphasized {
  border-bottom: 1px solid #F2776D;
  font: normal 21px/28px "Mustica", sans-serif;
  padding-bottom: 4px;
  text-decoration: none;
}
a.emphasized:hover {
  border-bottom: 0;
}

main {
  background: #F4EEE1;
  padding: 30px 0 0;
}
.disabled main {
  opacity: 0.3;
}
main.extra-padding {
  padding-top: 60px;
}
main.extra-extra-padding {
  padding-top: 120px;
}
main.archive {
  background: #FEF2F0;
}
main.submissions {
  background: #EDEDEF;
  background: linear-gradient(90deg, #4D5466 0%, #4D5466 40%, #EDEDEF 40%, #EDEDEF 100%);
  padding: 0;
}
main.prize {
  background: #EDEDEF;
}

.wrapper {
  margin: 0 auto;
  max-width: 1210px;
  padding: 0 20px;
  text-align: left;
}

figure {
  margin-bottom: 2em;
}
figure img {
  display: block;
  margin: 0 auto;
}
figure.left, figure.alignleft {
  float: left;
  margin: 0 2.5641025641% 2em 0;
  width: 48%;
}
figure.right, figure.alignright {
  float: right;
  margin: 0 0 2em 2.5641025641%;
  width: 48%;
}
figure figcaption {
  border-top: 1px solid #4D5466;
  color: #4D5466;
  font: normal 16px/24px "Mustica", sans-serif;
  margin-top: 20px;
  padding-top: 10px;
}
figure figcaption p {
  margin: 0;
}

.btn {
  background: #000;
  border: 0;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font: 400 18px/18px "Mustica", sans-serif;
  margin: 0;
  padding: 12px 24px 18px;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s linear;
}
.btn:hover {
  color: #FFF;
}
.btn svg {
  color: #FFF;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.btn.icon-left svg {
  margin-right: 8px;
}
.btn.icon-right svg {
  margin-left: 8px;
}

.icon-btn {
  background: transparent;
  border: 0;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: color 0.2s linear;
}
.icon-btn svg {
  font-size: 24px;
  line-height: 24px;
}

/**
 * Header	
*/
.eyebrow {
  height: 90px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.global-header {
  background: #F2776D;
  border-bottom: 1px solid #FFF;
  font-family: "Mustica", sans-serif;
  font-size: 18px;
  padding: 30px 0;
}
.global-header a {
  color: #FFF;
  padding: 4px;
  text-decoration: none;
}
.global-header a:hover {
  color: #E9DDC6;
}
.global-header svg {
  font-size: 24px;
}
.global-header .wrapper {
  align-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.global-header .logo {
  left: 50%;
  margin: 0 0 0 -150px;
  position: absolute;
  width: 300px;
}
.global-header .logo a, .global-header .logo img {
  display: block;
  padding: 0;
}
.global-header .logo #print-logo {
  display: none;
  height: 1px;
  width: 1px;
}
.global-header .menu-toggle {
  align-items: center;
  display: flex;
  order: 1;
}
.global-header .menu-toggle span {
  display: none;
}
.global-header .menu-toggle svg {
  margin-right: 10px;
}
.global-header .menu-toggle.active {
  color: #E9DDC6;
}
.global-header .search-toggle {
  align-items: center;
  display: flex;
  margin-left: 40px;
  position: absolute;
  left: 80px;
}
.global-header .search-toggle svg {
  margin-right: 10px;
}
.global-header .search-toggle.active {
  color: #E9DDC6;
}
.global-header .donate-link {
  margin-left: auto;
  margin-right: 40px;
  order: 4;
}
.global-header .social-links {
  order: 5;
}
.global-header .social-links svg {
  font-size: 18px;
}

.social-links {
  margin: 0;
}
.social-links li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.global-nav {
  background: #F2776D;
  display: none;
  font: normal 18px/24px "Mustica", sans-serif;
  padding: 20px 0;
}
.global-nav .wrapper {
  display: flex;
}
.global-nav .wrapper > ul:first-of-type {
  border-left: 1px solid #FFF;
}
.global-nav ul {
  margin: 0 2.5641025641% 0 0;
  width: 23.0769230769%;
}
.global-nav li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.global-nav li ul {
  border: 0;
  columns: 1;
  display: none;
  font: normal 16px/21px "Sabon", serif;
  margin: 0;
  padding-left: 10px;
  width: auto;
}
.global-nav li li {
  display: inline-block;
}
.global-nav a {
  color: #FFF;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
.global-nav a:hover {
  color: #E9DDC6;
}

.global-search {
  background: #F2776D;
  display: none;
  padding: 40px 0;
}
.global-search form {
  display: flex;
  width: 48.7179487179%;
}
.global-search input {
  background: transparent;
  border: 1px solid #FFF;
  border-width: 0 0 1px;
  color: #E9DDC6;
  font: normal 18px/24px "Mustica", sans-serif;
  padding: 5px;
  width: calc(100% - 32px);
}
.global-search input::placeholder {
  color: #E9DDC6;
}
.global-search .icon-btn {
  color: #FFF;
  margin-left: auto;
}
.global-search .icon-btn:hover {
  color: #E9DDC6;
}

/**
 * Issue Nav	
*/
.issue-nav {
  font: normal 18px/20px "Mustica", sans-serif;
  height: 90px;
  margin-bottom: 40px;
  z-index: 1;
}
.issue-nav h2 {
  color: #4D5466;
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.issue-nav h2 svg {
  margin-left: 10px;
}
.issue-nav h2:hover {
  color: #655F5F;
}
.issue-nav ul {
  display: none;
  margin: 0 0 0 -10px;
}
.issue-nav li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.issue-nav a {
  color: #4D5466;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
.issue-nav a:hover {
  color: #655F5F;
}

/**
 * Issue Index	
*/
.issue-section {
  margin-bottom: 40px;
}
.issue-section:last-of-type {
  margin-bottom: 0;
}
.issue-section h2 a {
  color: #000;
}
.issue-section h2 a:hover {
  text-decoration: underline;
}

.issue-section-badge {
  border-bottom: 4px solid #000;
  color: #655F5F;
  display: inline-block;
  flex-shrink: 1;
  font: normal 18px/24px "Mustica", sans-serif;
  margin-bottom: 20px;
  padding-bottom: 6px;
}

.issue-section-bookmark {
  background: #000;
  height: 60px;
  left: 0;
  margin-top: -20px;
  position: absolute;
  width: 10px;
}

.byline {
  font: normal 18px/24px "Mustica", sans-serif;
}
.byline span {
  font: italic 18px/24px "Sabon", serif;
}

.dateline {
  font-style: italic;
}

.blog-news-byline {
  margin-bottom: 2em;
}

.issue-post-lede {
  font-size: 24px;
  line-height: 37px;
}

.issue-post-image a, .issue-post-image img, .issue-feature-image a, .issue-feature-image img {
  display: block;
}
.issue-post-image a, .issue-feature-image a {
  border: 2px solid #F4EEE1;
  transition: border-color 0.2s linear;
}
.issue-post-image a:hover, .issue-feature-image a:hover {
  border-color: #F2776D;
}

.issue-post-text, .issue-feature-text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.issue-feature {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.issue-feature .issue-feature-text {
  border-bottom: 1px solid #000;
  order: 1;
  padding-bottom: 40px;
  padding-right: 1%;
  width: 50%;
}
.issue-feature .issue-feature-text h2 {
  margin: 40px 0;
}
.issue-feature .issue-feature-text .byline {
  margin-bottom: 40px;
}
.issue-feature .issue-feature-text .issue-post-lede {
  margin-top: auto;
}
.issue-feature .issue-feature-image, .issue-feature .issue-feature-pullquote {
  margin-left: auto;
  order: 2;
  padding-left: 1%;
  width: 50%;
}
.issue-feature .issue-feature-pullquote {
  color: #655F5F;
  display: flex;
  flex-direction: column;
  font: bold 32px/48px "Sabon", serif;
  justify-content: center;
  text-align: center;
}
.issue-feature .issue-feature-pullquote p {
  margin: 0 40px;
}

.issue-feature-alt-group {
  display: flex;
  margin-bottom: 60px;
}
.issue-feature-alt-group .issue-grid {
  align-content: flex-start;
  margin: 0;
  padding-left: 1%;
  width: 50%;
}
.issue-feature-alt-group .issue-grid .issue-post {
  margin-right: 2%;
  width: 49%;
}
.issue-feature-alt-group .issue-grid .issue-post:nth-child(even) {
  margin-right: 0;
}
.issue-feature-alt-group .issue-grid .issue-post:nth-child(3n+0), .issue-feature-alt-group .issue-grid .issue-post:nth-child(4n+0) {
  margin-bottom: 0;
}

.issue-feature-alt {
  border-right: 1px solid #000;
  display: flex;
  flex-direction: column;
  padding-right: 1%;
  width: 50%;
}
.issue-feature-alt .issue-feature-text {
  order: 1;
}
.issue-feature-alt .issue-feature-text .byline {
  margin: 40px 0 20px;
}
.issue-feature-alt .issue-feature-alt-header {
  align-content: flex-start;
  display: flex;
  margin-bottom: 20px;
}
.issue-feature-alt .issue-feature-alt-header h2 {
  width: 49%;
}
.issue-feature-alt .issue-feature-alt-header .issue-post-lede {
  font-size: 18px;
  line-height: 24px;
  margin-left: auto;
  width: 49%;
}
.issue-feature-alt .issue-feature-image {
  border-bottom: 1px solid #000;
  margin-top: auto;
  padding-bottom: 20px;
  order: 2;
}

.issue-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.issue-grid.secondary-grid {
  margin-bottom: 40px;
  margin-top: -40px;
}
.issue-grid .issue-post {
  border-bottom: 1px solid #000;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  margin-right: 1%;
  padding-bottom: 20px;
  width: 24%;
}
.issue-grid .issue-post:nth-child(4n+0) {
  margin-right: 0;
}
.issue-grid .issue-post-image {
  margin-top: auto;
  order: 2;
}
.issue-grid .issue-post-text {
  order: 1;
}
.issue-grid .issue-post-text h2 {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 20px;
}
.issue-grid .issue-post-text .byline {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}

.issue-grid-extended {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.issue-grid-extended .issue-post {
  display: flex;
  margin-bottom: 40px;
  width: 50%;
}
.issue-grid-extended .issue-post:nth-child(odd) {
  padding-right: 1%;
}
.issue-grid-extended .issue-post:nth-child(even) {
  border-left: 1px solid #000;
  padding-left: 1%;
}
.issue-grid-extended .issue-post-image {
  order: 1;
  width: 47.3684210526%;
}
.issue-grid-extended .issue-post-text {
  order: 2;
  margin-left: auto;
  width: 47.3684210526%;
}
.issue-grid-extended .issue-post-text h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
.issue-grid-extended .issue-post-text .issue-post-lede {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}

.issue-section-experimental {
  background: #4D5466;
  color: #FFF;
  font: normal 18px/24px "Mustica", sans-serif;
  padding: 40px 0 20px;
}
.issue-section-experimental .issue-section-experimental-header {
  align-items: flex-start;
  display: flex;
}
.issue-section-experimental .issue-section-experimental-header p {
  margin-left: auto;
  width: 74.358974359%;
}
.issue-section-experimental .issue-section-badge {
  color: #FFF;
  border-color: #FFF;
}

.issue-grid-experimental {
  display: flex;
}
.issue-grid-experimental .issue-post {
  margin-bottom: 40px;
  width: 50%;
}
.issue-grid-experimental .issue-post:nth-child(odd) {
  border-right: 1px solid #FFF;
  padding-right: 1%;
}
.issue-grid-experimental .issue-post:nth-child(even) {
  padding-left: 1%;
}
.issue-grid-experimental .issue-post .issue-post-image {
  margin-bottom: 20px;
}
.issue-grid-experimental .issue-post .issue-post-image a {
  border-color: #4D5466;
}
.issue-grid-experimental .issue-post .issue-post-image a:hover {
  border-color: #F2776D;
}
.issue-grid-experimental .issue-post h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
.issue-grid-experimental .issue-post h2 a {
  color: #FFF;
}
.issue-grid-experimental .issue-post h2 a:hover {
  color: #F2776D;
}
.issue-grid-experimental.single-item .issue-post {
  align-content: flex-end;
  align-items: flex-end;
  border: 0;
  display: flex;
  padding: 0;
  width: 100%;
}
.issue-grid-experimental.single-item .issue-post .issue-post-image {
  margin: 0;
  width: 49%;
}
.issue-grid-experimental.single-item .issue-post .issue-post-text {
  margin-left: auto;
  width: 49%;
}

.issue-section-experimental .wrapper {
  position: relative;
}
.issue-section-experimental .swiper-slide {
  margin-bottom: 40px;
  padding: 0 2%;
}
.issue-section-experimental .swiper-slide .issue-post-image {
  margin-bottom: 20px;
}
.issue-section-experimental .swiper-slide .issue-post-image a {
  border-color: #4D5466;
}
.issue-section-experimental .swiper-slide .issue-post-image a:hover {
  border-color: #F2776D;
}
.issue-section-experimental .swiper-slide h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
.issue-section-experimental .swiper-slide h2 a {
  color: #FFF;
}
.issue-section-experimental .swiper-slide h2 a:hover {
  color: #F2776D;
}
.issue-section-experimental .swiper-next, .issue-section-experimental .swiper-prev {
  display: block;
  font-size: 32px;
  position: absolute;
  top: 48%;
  z-index: 99;
}
.issue-section-experimental .swiper-next.swiper-button-disabled, .issue-section-experimental .swiper-prev.swiper-button-disabled {
  opacity: 0.2;
}
.issue-section-experimental .swiper-next svg, .issue-section-experimental .swiper-prev svg {
  color: #FFF;
}
.issue-section-experimental .swiper-next {
  right: 10px;
}
.issue-section-experimental .swiper-prev {
  left: 10px;
}

/**
 * Issue Colours	
*/
.issue-section-introduction .issue-section-badge, .issue-section-introduction a:hover, .category-introduction .issue-section-badge, .category-introduction a:hover {
  border-color: #000 !important;
}
.issue-section-introduction a:hover, .category-introduction a:hover {
  color: #000 !important;
}
.issue-section-introduction .issue-section-bookmark, .issue-section-introduction .article-top, .category-introduction .issue-section-bookmark, .category-introduction .article-top {
  background: #000;
}

.issue-section-fiction .issue-section-badge, .issue-section-fiction a:hover, .category-fiction .issue-section-badge, .category-fiction a:hover, .issue-section-fiction-prize .issue-section-badge, .issue-section-fiction-prize a:hover, .category-fiction-prize .issue-section-badge, .category-fiction-prize a:hover {
  border-color: #4D5466 !important;
}
.issue-section-fiction a:hover, .category-fiction a:hover, .issue-section-fiction-prize a:hover, .category-fiction-prize a:hover {
  color: #4D5466 !important;
}
.issue-section-fiction .issue-section-bookmark, .issue-section-fiction .article-top, .category-fiction .issue-section-bookmark, .category-fiction .article-top, .issue-section-fiction-prize .issue-section-bookmark, .issue-section-fiction-prize .article-top, .category-fiction-prize .issue-section-bookmark, .category-fiction-prize .article-top {
  background: #4D5466;
}

.issue-section-poetry .issue-section-badge, .issue-section-poetry a:hover, .category-poetry .issue-section-badge, .category-poetry a:hover, .issue-section-poetry-prize .issue-section-badge, .issue-section-poetry-prize a:hover, .category-poetry-prize .issue-section-badge, .category-poetry-prize a:hover {
  border-color: #C4C85F !important;
}
.issue-section-poetry a:hover, .category-poetry a:hover, .issue-section-poetry-prize a:hover, .category-poetry-prize a:hover {
  color: #C4C85F !important;
}
.issue-section-poetry .issue-section-bookmark, .issue-section-poetry .article-top, .category-poetry .issue-section-bookmark, .category-poetry .article-top, .issue-section-poetry-prize .issue-section-bookmark, .issue-section-poetry-prize .article-top, .category-poetry-prize .issue-section-bookmark, .category-poetry-prize .article-top {
  background: #C4C85F;
}

.issue-section-essays .issue-section-badge, .issue-section-essays a:hover, .category-essays .issue-section-badge, .category-essays a:hover {
  border-color: #F2776D !important;
}
.issue-section-essays a:hover, .category-essays a:hover {
  color: #F2776D !important;
}
.issue-section-essays .issue-section-bookmark, .issue-section-essays .article-top, .category-essays .issue-section-bookmark, .category-essays .article-top {
  background: #F2776D;
}

.issue-section-interviews .issue-section-badge, .issue-section-interviews a:hover, .category-interviews .issue-section-badge, .category-interviews a:hover {
  border-color: #A19E90 !important;
}
.issue-section-interviews a:hover, .category-interviews a:hover {
  color: #A19E90 !important;
}
.issue-section-interviews .issue-section-bookmark, .issue-section-interviews .article-top, .category-interviews .issue-section-bookmark, .category-interviews .article-top {
  background: #A19E90;
}

.issue-section-reviews .issue-section-badge, .issue-section-reviews a:hover, .category-reviews .issue-section-badge, .category-reviews a:hover {
  border-color: #4C7C58 !important;
}
.issue-section-reviews a:hover, .category-reviews a:hover {
  color: #4C7C58 !important;
}
.issue-section-reviews .issue-section-bookmark, .issue-section-reviews .article-top, .category-reviews .issue-section-bookmark, .category-reviews .article-top {
  background: #4C7C58;
}

/**
 * Issue Archive	
*/
.archive-page h1 {
  color: #F2776D;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px;
}

.archives {
  display: flex;
  flex-wrap: wrap;
}
.archives .issue {
  border-bottom: 1px solid #F2776D;
  padding: 40px 0;
  width: 48%;
}
.archives .issue:nth-child(even) {
  margin-left: auto;
}
.archives .issue h2 {
  font-size: 21px;
  line-height: 28px;
  text-transform: uppercase;
}
.archives .issue a:hover {
  text-decoration: underline;
}
.archives .issue h3 {
  color: #F2776D;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 10px;
}
.archives .issue .byline {
  font: normal 21px/28px "Sabon", serif;
  margin-bottom: 10px;
}

.more {
  margin: 60px 0 -50px;
  position: relative;
  text-align: center;
  z-index: 3;
}

/**
 * Grids	
*/
.grid {
  display: flex;
  flex-wrap: wrap;
}
.grid li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  padding: 20px 0;
  width: 50%;
}
.grid li:nth-child(odd) {
  padding-right: 8.547008547%;
}
.grid li:nth-child(even) {
  border-left: 1px solid #F2776D;
  padding-left: 8.547008547%;
  width: 48.7179487179%;
}
.grid .grid-content {
  border-bottom: 1px solid #F2776D;
  padding-bottom: 40px;
}
.grid h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
.grid h2 a {
  color: #000;
}
.grid h2 a:hover {
  color: #F2776D;
}
.grid .byline, .grid .dateline {
  margin-bottom: 40px;
}

/**
 * News/Blog
*/
.news h1, .news h2 a:hover, .news .entry-nav a {
  color: #4C7C58;
}
.news .grid li, .news .grid-content, .news .entry-nav {
  border-color: #4C7C58;
}
.news .pagination a, .news .pagination span {
  color: #4C7C58;
}
.news .pagination span.current {
  color: #000;
}

.blog h1 {
  color: #F2776D;
}

.news-post {
  display: flex;
}

.news-content {
  width: 57.264957265%;
}

.news-image {
  margin: 0 0 0 auto;
  width: 40.1709401709%;
}

.entry-nav {
  border-top: 1px solid #F2776D;
  display: flex;
  font-family: "Mustica", sans-serif;
  margin-bottom: -60px;
  margin-top: 60px;
  padding-top: 60px;
  position: relative;
  z-index: 3;
}
.entry-nav a {
  text-decoration: none;
}
.entry-nav a:hover {
  text-decoration: underline;
}
.entry-nav svg {
  color: #000;
}
.entry-nav .entry-nav-prev svg {
  margin-right: 6px;
}
.entry-nav .entry-nav-next {
  margin-left: auto;
}
.entry-nav .entry-nav-next svg {
  margin-left: 6px;
}

/**
 * Submissions	
*/
.submissions-sidebar {
  color: #FFF;
  float: left;
  padding: 60px 60px 120px 40px;
  position: sticky;
  right: 60%;
  text-align: left;
  top: 95px;
  width: 40%;
}
.submissions-sidebar h1, .submissions-sidebar h2, .submissions-sidebar h3, .submissions-sidebar a {
  color: #E9DDC6;
}
.submissions-sidebar .emphasized {
  border-color: #E9DDC6;
}

.submissions-sidebar-content {
  margin-left: auto;
  max-width: 370px;
}

.submissions-content {
  margin-left: auto;
  padding: 60px 0 20px 60px;
  width: 60%;
}

/**
 * Prize	
*/
.prize h1, .prize h2, .prize h4 {
  color: #4D5466;
}
.prize h3 {
  color: #F2776D;
}
.prize .grid h2 a:hover {
  color: #4D5466;
}
.prize .grid li, .prize .grid .grid-content {
  border-color: #4D5466;
}
.prize .pagination a, .prize .pagination span {
  color: #4D5466;
}
.prize .pagination span.current {
  color: #000;
}

.divider {
  background: #FFF;
  height: 4px;
  margin-bottom: 2em;
}

.winners {
  background: #FFF;
  color: #4D5466;
  padding: 20px;
}
.winners li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.winners strong {
  font-family: "Mustica", sans-serif;
  font-weight: normal;
}

/**
 * Content	
*/
.narrow-content {
  width: 65.811965812%;
}

.text-with-image {
  display: flex;
}
.text-with-image figure {
  flex-shrink: 0;
  order: 2;
  margin-left: auto;
  width: 31.6239316239%;
}
.text-with-image .richtext {
  order: 1;
  width: 65.811965812%;
}

article header {
  display: flex;
}
article header figure {
  margin: 0 0 0 auto;
  order: 2;
  width: 48.7179487179%;
}
article header .article-header-text {
  display: flex;
  flex-direction: column;
  width: 48.7179487179%;
}
article header .article-header-text h1 {
  margin: 40px 0;
}
article header .article-header-text .byline {
  margin-bottom: 40px;
}
article header .article-header-text .review-meta {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 40px;
}
article header .article-header-text .review-meta p {
  margin-bottom: 10px;
}
article header .article-header-text .article-lede {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
}
article header .article-header-text .article-lede p {
  margin: 0;
}
article header .article-header-text .share {
  margin-top: auto;
}
article footer {
  border-top: 1px solid #F2776D;
  margin-top: 60px;
}
article .author-block {
  align-items: flex-start;
  display: flex;
  margin-bottom: 2em;
}
article .author-block img {
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 40px;
  width: 120px;
}
article .author-block p:last-child {
  margin: 0;
}
article nav {
  display: flex;
  margin-top: 40px;
}
article nav .article-next {
  margin-left: auto;
}

.share h3 {
  border-bottom: 4px solid #4D5466;
  color: #000;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  padding-bottom: 4px;
  vertical-align: middle;
}
.share a {
  color: #655F5F;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
}
.share a:hover {
  color: #F2776D;
}

.article {
  margin: 60px auto 0;
  width: 65.811965812%;
}
.article h2 {
  color: #4D5466;
  margin-bottom: 20px;
}
.article h3 {
  color: #4D5466;
  margin-bottom: 20px;
}

.category-poetry .article {
  width: 74.358974359%;
}

hr {
  background: #F2776D;
  border: 0;
  display: block;
  height: 1px;
  padding: 0;
}

.pullquote {
  color: #4D5466;
  font: bold 32px/48px "Crimson Text", serif;
  margin: 60px 0;
  text-align: center;
}
.pullquote p, .pullquote span {
  font-weight: bold !important;
  margin: 0;
}

.alternate {
  font-family: "Mustica", sans-serif;
  font-stretch: normal;
  font-weight: normal;
}

p.dropcap:first-letter {
  float: left;
  font: normal 54px/54px "Mustica", sans-serif;
  margin-top: -4px;
  padding: 0 8px 4px 0;
}

.initials {
  color: #F2776D;
  font-family: "Mustica", sans-serif;
}

.red-text {
  color: #F2776D;
}

.callout {
  margin-bottom: 2em;
}
.callout p:last-child, .callout ul:last-child {
  margin: 0;
}
.callout.leftBorder {
  border-left: 10px solid #4D5466;
  color: #4D5466;
  font-family: "Mustica", sans-serif;
  margin-left: -20px;
  padding-left: 10px;
}
.callout.box {
  background: #4D5466;
  color: #FFF;
  font-family: "Mustica", sans-serif;
  padding: 20px;
}
.callout.box ul li::marker, .callout.box ol li::marker {
  color: #E9DDC6;
}

a.article-top {
  background: #4D5466;
  border-radius: 50%;
  color: #F4EEE1;
  display: block;
  font-size: 32px;
  height: 48px;
  padding: 7px;
  position: fixed;
  right: 20px;
  text-align: center;
  bottom: 5%;
  transition: background 0.2s linear;
  width: 48px;
}
a.article-top:hover {
  background: #F2776D;
  color: #E9DDC6 !important;
}

a.article-back, a.article-next {
  color: #F2776D;
  font: normal 18px/20px "Mustica", sans-serif;
  text-decoration: none;
  top: 50%;
}
a.article-back.stuck, a.article-next.stuck {
  position: fixed;
}
a.article-back:hover, a.article-next:hover {
  color: #F2776D !important;
  text-decoration: underline;
}
a.article-back svg, a.article-next svg {
  color: #4D5466;
}

a.article-next {
  text-align: right;
  right: 20px;
}
a.article-next svg {
  margin-left: 5px;
}

a.article-back {
  text-align: left;
  left: 20px;
}
a.article-back svg {
  margin-right: 5px;
}

/**
 * Legacy WordPress	
*/
.wp-block-gallery ul {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-gallery li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  padding: 10px;
  width: 50%;
}
.wp-block-gallery figcaption {
  border: 0;
  padding-top: 0;
  text-align: center;
}

/**
 * About Us	
*/
.about {
  margin-bottom: 0;
}
.about h1, .about h3 {
  color: #F2776D;
}
.about h2 {
  color: #4D5466;
}
.about .divider {
  margin: 0;
}

.about-section {
  padding: 60px 0;
}
.about-section .alternate {
  color: #4D5466;
}

.about-intro {
  display: flex;
}

.about-intro-text {
  font-size: 24px;
  line-height: 38px;
  width: 65.811965812%;
}

.about-intro-funders {
  align-self: flex-end;
  margin-left: auto;
  width: 23.0769230769%;
}
.about-intro-funders a, .about-intro-funders img {
  display: block;
}
.about-intro-funders img {
  max-height: 50px;
  margin-bottom: 2em;
}

.about-timeline {
  align-items: center;
  display: flex;
}
.about-timeline blockquote {
  color: #F2776D;
  font: bold 26px/36px "Sabon", serif;
  margin: 0 0 0 auto;
  padding: 20px 0 20px 20px;
  text-align: center;
  width: 31.6239316239%;
}

.about-timeline-timeline {
  width: 65.811965812%;
}

.timeline-item {
  border-left: 1px solid #F2776D;
  color: #4D5466;
  margin-left: 20px;
  padding-left: 20px;
}

.press li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.masthead h1 {
  color: #F2776D;
}
.masthead h2 {
  color: #4D5466;
}
.masthead h3 {
  color: #4D5466;
  margin-bottom: 10px;
}

.masthead-staff {
  display: flex;
  flex-wrap: wrap;
  width: 48.7179487179%;
}
.masthead-staff h4 {
  color: #F2776D;
  font-size: 18px;
  margin-bottom: 5px;
}
.masthead-staff .role {
  width: 47.3684210526%;
}
.masthead-staff .role:nth-child(even) {
  margin-left: auto;
}
.masthead-staff a {
  color: #000;
}
.masthead-staff a:hover {
  color: #F2776D;
}

.masthead-people {
  align-items: flex-start;
  display: flex;
}
.masthead-people .callout {
  color: #E9DDC6;
  margin-left: auto;
  width: 23.0769230769%;
}
.masthead-people .callout a {
  color: #FFF;
}
.masthead-people .callout a:hover {
  color: #E9DDC6;
}

.masthead-columns {
  columns: 3;
  column-gap: 3.4482758621%;
  margin-bottom: 2em;
  width: 74.358974359%;
}
.masthead-columns li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.masthead-numbers {
  align-items: center;
  display: flex;
  margin-bottom: -60px;
  position: relative;
  z-index: 3;
}
.masthead-numbers h2 {
  border-bottom: 4px solid #4D5466;
  margin: 0 80px 0 0;
  padding-bottom: 10px;
}
.masthead-numbers ul {
  display: flex;
  flex-grow: 1;
  margin: 0;
}
.masthead-numbers li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  align-items: center;
  color: #4D5466;
  display: flex;
  font: normal 28px/32px "Mustica", sans-serif;
  margin-right: 80px;
}

.masthead-number {
  border-radius: 50%;
  font: normal 36px/36px "Mustica", sans-serif;
  height: 72px;
  padding: 14px 4px;
  margin-right: 20px;
  text-align: center;
  width: 72px;
}

#masthead-number-issues {
  background: #4D5466;
  color: #FFF;
}

#masthead-number-staff {
  background: #4C7C58;
  color: #E9DDC6;
}

#masthead-number-authors {
  background: #C4C85F;
  color: #4D5466;
}

/**
 * Experimental	
*/
html.experimental, body.experimental {
  height: 100%;
  padding: 0 !important;
}

body.experimental {
  background-color: #000;
  color: #FFF;
}
body.experimental .experimental-next, body.experimental .experimental-back {
  font: normal 18px/24px "Mustica", sans-serif;
  position: fixed;
  text-decoration: none;
  top: 20px;
  z-index: 999;
}
body.experimental .experimental-next:hover, body.experimental .experimental-back:hover {
  text-decoration: underline;
}
body.experimental .experimental-back {
  left: 20px;
}
body.experimental .experimental-next {
  right: 20px;
}
body.experimental .section {
  background-blend-mode: multiply;
  background-color: var(--bg);
  background-size: cover;
  color: var(--text);
}
body.experimental .section a {
  color: var(--link);
}
body.experimental .section .btn {
  background-color: transparent;
  border: 1px solid var(--link);
  transition: color 0.2s linear, border-color 0.2s linear;
}
body.experimental .section .btn:hover {
  border-color: var(--text);
  color: var(--text);
}
body.experimental #intro .section-content {
  margin: 0 auto;
  max-width: 960px;
}
body.experimental #intro h1 {
  text-transform: uppercase;
}
body.experimental .section-content {
  margin: 0 auto;
  max-width: 1100px;
  padding: 80px 40px;
}
body.experimental .block {
  box-sizing: border-box;
  text-align: left;
}
body.experimental .block figure {
  margin: 0 !important;
}
body.experimental .block figcaption {
  border-top: 2px solid var(--link);
  color: var(--text);
  margin-top: 10px;
  padding-top: 10px;
}
body.experimental .block .mejs__button > button {
  color: var(--link);
}
body.experimental .block .mejs__time {
  color: var(--text);
}
body.experimental .block .mejs__time-current {
  background: var(--link);
}
body.experimental .block .mejs__time-total {
  background: rgba(var(--link), 0.5);
}
body.experimental .block .mejs__time-handle-content {
  border: 1px solid var(--link);
}
body.experimental .block-headingImage {
  position: relative;
}
body.experimental .block-headingImage figure {
  z-index: 1;
}
body.experimental .block-headingImage h2 {
  left: 20px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 40%;
  z-index: 2;
}
body.experimental .block-pullquoteImage {
  position: relative;
}
body.experimental .block-pullquoteImage figure {
  z-index: 1;
}
body.experimental .block-pullquoteImage blockquote {
  left: 20px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 40%;
  z-index: 2;
}
body.experimental .block-headline h2 {
  margin: 0;
}
body.experimental .block-pullquote blockquote, body.experimental .block-pullquoteImage blockquote {
  font: normal 36px/42px "Crimson Text", serif;
  margin: 0;
  padding: 0 40px 40px;
}
body.experimental .block-pullquote blockquote p, body.experimental .block-pullquoteImage blockquote p {
  margin: 0;
}
body.experimental .layout-1block .block, body.experimental .layout-1block-bleed .block {
  text-align: center;
}
body.experimental .layout-1block-bleed .section-content {
  align-items: center;
  display: flex;
  height: 100vh;
  max-width: none;
  padding: 0;
}
body.experimental .layout-1block-bleed .block {
  width: 100%;
}
body.experimental .layout-1block-bleed .block-richText, body.experimental .layout-1block-bleed .block-pullquote {
  padding: 40px;
}
body.experimental .layout-1block-bleed .block-image figcaption {
  display: none;
}
body.experimental .layout-1block-bleed .block-image img {
  height: 100vh;
  object-fit: cover;
  width: 100vw;
}
body.experimental .layout-2block-a .section-content {
  align-items: center;
  display: flex;
}
body.experimental .layout-2block-a .block {
  width: 48%;
}
body.experimental .layout-2block-a .block-2 {
  margin-left: auto;
}
body.experimental .layout-2block-b .section-content {
  align-items: center;
  display: flex;
}
body.experimental .layout-2block-b .block-1 {
  width: 68%;
}
body.experimental .layout-2block-b .block-2 {
  margin-left: auto;
  width: 28%;
}
body.experimental .layout-2block-c .section-content {
  text-align: center;
}
body.experimental .layout-2block-c .block-1 {
  margin-bottom: 40px;
}
body.experimental .layout-3block-a .section-content {
  align-items: center;
  justify-content: space-between;
  display: flex;
}
body.experimental .layout-3block-a .block {
  width: 31%;
}
body.experimental .layout-3block-a .block figcaption {
  width: auto;
}
body.experimental .layout-3block-b .section-content {
  display: grid;
  grid-template-columns: 30% 70%;
}
body.experimental .layout-3block-b .block-1 {
  grid-row-start: 1;
  grid-row-end: 3;
}
body.experimental .layout-3block-b .block-1 figcaption {
  width: auto;
}
body.experimental .layout-3block-b .block-2 {
  grid-column-start: 2;
  grid-row-start: 1;
  padding-bottom: 40px;
  padding-left: 40px;
}
body.experimental .layout-3block-b .block-3 {
  grid-column-start: 2;
  grid-row-start: 2;
  padding-left: 40px;
}
body.experimental .layout-3block-c .section-content {
  display: grid;
  grid-template-columns: 70% 30%;
}
body.experimental .layout-3block-c .block-1 {
  grid-column-start: 1;
  grid-row-start: 1;
  padding-bottom: 40px;
  padding-right: 40px;
}
body.experimental .layout-3block-c .block-2 {
  grid-column-start: 1;
  grid-row-start: 2;
  padding-right: 40px;
}
body.experimental .layout-3block-c .block-3 {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
body.experimental .layout-3block-c .block-3 figcaption {
  width: auto;
}
body.experimental .layout-4block .section-content {
  display: grid;
  grid-template-columns: 50%;
}
body.experimental .layout-4block .block figcaption {
  width: auto;
}
body.experimental .layout-4block .block-1 {
  grid-column-start: 1;
  grid-row-start: 1;
  padding: 0 20px 20px 0;
}
body.experimental .layout-4block .block-2 {
  grid-column-start: 2;
  grid-row-start: 1;
  padding: 0 0 20px 20px;
}
body.experimental .layout-4block .block-3 {
  grid-column-start: 1;
  grid-row-start: 2;
  padding: 20px 20px 0 0;
}
body.experimental .layout-4block .block-4 {
  grid-column-start: 2;
  grid-row-start: 2;
  padding: 20px 0 0 20px;
}

/**
 * Search	
*/
.search h1 {
  color: #F2776D;
}

/**
 * Pagination	
*/
.pagination {
  font-family: "Mustica", sans-serif;
  margin-bottom: -50px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  z-index: 3;
}
.pagination a, .pagination span {
  color: #F2776D;
  display: inline-block;
  font-weight: normal;
  margin: 0 5px;
  padding: 4px 12px;
  text-decoration: none;
}
.pagination span.current {
  color: #000;
}

/**
 * Footer	
*/
.prefooter-logo {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.disabled .global-footer {
  opacity: 0.3;
}

.footer-news {
  background: #C4C85F;
  border-bottom: 5px solid #FFF;
  margin-top: -4px;
  padding: 40px 0;
  position: relative;
}
.footer-news h2 {
  color: #4C7C58;
}
.footer-news svg {
  color: #4C7C58;
  display: block;
  margin-bottom: 5px;
}
.footer-news ul {
  margin: 0;
}
.footer-news li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  color: #FFF;
  font: normal 24px/32px "Mustica", sans-serif;
  margin-bottom: 20px;
}
.footer-news a {
  color: #FFF;
  text-decoration: none;
}
.footer-news a:hover {
  color: #4C7C58;
  text-decoration: underline;
}
.footer-news .tweet-link {
  color: #4C7C58;
  font-size: 18px;
  line-height: 24px;
}

.footer-cols {
  display: flex;
}

.footer-col {
  width: 48%;
}
.footer-col:nth-child(even) {
  margin-left: auto;
}

.footer-lower {
  background: #F2776D;
  color: #FFF;
  padding: 80px 0;
}
.footer-lower h2 {
  font-size: 24px;
  line-height: 26px;
}
.footer-lower a {
  color: #FFF;
  text-decoration: none;
}
.footer-lower a:hover {
  color: #E9DDC6;
}
.footer-lower form {
  display: flex;
  margin-bottom: 60px;
}
.footer-lower form input {
  background: transparent;
  border: 1px solid #FFF;
  border-width: 0 0 1px;
  color: #E9DDC6;
  flex-grow: 1;
  font: normal 18px/24px "Mustica", sans-serif;
  margin-right: 10px;
  padding: 5px;
}
.footer-lower form input::placeholder {
  color: #E9DDC6;
}
.footer-lower form .btn {
  background: #E9DDC6;
  color: #F2776D;
  flex-shrink: 0;
  margin-left: auto;
  min-width: 160px;
}
.footer-lower form .btn:hover {
  background: #000;
}
.footer-lower .footer-copyright {
  font-size: 16px;
  line-height: 24px;
}
.footer-lower .footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.footer-lower .footer-nav li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font: normal 18px/20px "Mustica", sans-serif;
}

/**
 * Media Player	
*/
.mejs__container {
  background: transparent;
  width: 100% !important;
  z-index: 1;
}

.mejs__controls {
  background: transparent !important;
  padding: 0;
}

.mejs__button > button {
  color: #F2776D;
}

.mejs__time {
  color: #655F5F;
}

.mejs__time-current {
  background: #F2776D;
}

.mejs__time-handle-content {
  border: 1px solid #F2776D;
  top: -0.4rem;
}

.mejs__time-rail {
  padding-top: 0.85rem;
}

.mejs__time-total, .mejs__time-buffering, .mejs__time-loaded, .mejs__time-current, .mejs__time-float, .mejs__time-hovered, .mejs__time-float-current, .mejs__time-float-corner, .mejs__time-marker {
  border-radius: 0;
  height: 4px;
}

.mejs__time-total {
  background: rgba(242, 119, 109, 0.5);
}

@media screen and (max-width: 960px) {
  .global-header .menu-toggle span, .global-header .search-toggle span {
    display: none !important;
  }
  .global-header .search-toggle {
    margin-left: 0;
    order: 2;
    position: static;
  }
  .global-nav {
    background: #F2776D;
    display: none;
    font: normal 18px/24px "Mustica", sans-serif;
    padding: 20px 0;
  }
  .global-nav .wrapper {
    display: block;
  }
  .global-nav ul {
    border-left: 1px solid #FFF;
    margin: 0;
    padding-bottom: 20px;
    width: auto;
  }
  .global-nav li ul {
    border: 0;
    padding-bottom: 0;
  }
  .global-nav .donate-link {
    border-left: 1px solid #FFF;
  }
  .global-nav .social-links {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .global-search form {
    width: 100%;
  }
  body.experimental .experimental-next, body.experimental .experimental-back {
    font-size: 16px;
    position: static;
  }
  body.experimental .experimental-next {
    margin-left: auto;
  }
  body.experimental .experimental-entry-nav {
    display: flex;
    padding: 20px;
  }
  figure.left, figure.right, figure.alignleft, figure.alignright {
    float: none;
    margin: 0 0 1em;
    width: auto;
  }
  .issue-section-badge {
    margin-bottom: 10px;
  }
  .issue-feature-image a, .issue-post-image a {
    border: 0 !important;
  }
  .issue-feature {
    margin-bottom: 40px;
  }
  .issue-feature .issue-feature-text {
    border: 0;
    order: 2;
    padding-bottom: 0;
    padding-right: 0;
    width: auto;
  }
  .issue-feature .issue-feature-text h2 {
    margin: 20px 0;
  }
  .issue-feature .issue-feature-text .byline {
    margin-bottom: 20px;
  }
  .issue-feature .issue-feature-image, .issue-feature .issue-feature-pullquote {
    order: 1;
    padding-left: 0;
    width: auto;
  }
  .issue-feature .issue-feature-image {
    margin-left: -20px;
    margin-right: -20px;
  }
  .issue-feature .issue-feature-pullquote p {
    margin: 0 20px;
  }
  .issue-feature-alt-group {
    display: block;
    margin-bottom: 40px;
  }
  .issue-feature-alt-group .issue-grid {
    padding-left: 0;
    width: auto;
  }
  .issue-feature-alt-group .issue-grid .issue-post {
    margin-right: 0;
    width: auto;
  }
  .issue-feature-alt {
    border-bottom: 0;
    border-right: 0;
    margin-bottom: 40px;
    padding-right: 0;
    width: auto;
  }
  .issue-feature-alt .issue-feature-text {
    order: 2;
  }
  .issue-feature-alt .issue-feature-text .byline {
    margin: 10px 0;
  }
  .issue-feature-alt .issue-feature-alt-header {
    display: block;
    margin-bottom: 20px;
  }
  .issue-feature-alt .issue-feature-alt-header h2 {
    margin-bottom: 20px;
    width: auto;
  }
  .issue-feature-alt .issue-feature-alt-header .issue-post-lede {
    width: auto;
  }
  .issue-feature-alt .issue-feature-image {
    border: 0;
    margin-left: -20px;
    margin-right: -20px;
    order: 1;
    padding-bottom: 0;
  }
  .issue-grid.secondary-grid {
    margin-bottom: 0;
    margin-top: -20px;
  }
  .issue-grid .issue-post {
    border: 0;
    margin-bottom: 40px !important;
    margin-right: 0;
    padding: 0;
    width: auto;
  }
  .issue-grid .issue-post-image {
    margin-bottom: 10px;
    order: 1;
  }
  .issue-grid .issue-post-text {
    order: 2;
  }
  .issue-grid .issue-post-text h2 {
    margin-bottom: 10px;
  }
  .issue-grid .issue-post-text .byline {
    margin-bottom: 10px;
  }
  .issue-grid-extended {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .issue-grid-extended .issue-post {
    display: block;
    margin-bottom: 40px;
    width: auto;
  }
  .issue-grid-extended .issue-post:nth-child(odd) {
    padding-right: 0;
  }
  .issue-grid-extended .issue-post:nth-child(even) {
    border-left: 0;
    padding-left: 0;
  }
  .issue-grid-extended .issue-post-image {
    order: 1;
    margin-bottom: 10px;
    width: auto;
  }
  .issue-grid-extended .issue-post-text {
    order: 2;
    width: auto;
  }
  .issue-grid-experimental {
    display: block;
  }
  .issue-grid-experimental .issue-post {
    border-right: 0 !important;
    margin-bottom: 60px;
    padding: 0 !important;
    width: auto;
  }
  .issue-grid-experimental.single-item .issue-post {
    display: block;
  }
  .issue-grid-experimental.single-item .issue-post .issue-post-image {
    margin-bottom: 10px;
    width: 100%;
  }
  .issue-grid-experimental.single-item .issue-post .issue-post-text {
    width: 100%;
  }
  .author-block img {
    margin-right: 20px;
    width: 100px;
  }
  .footer-cols {
    display: block;
  }
  .footer-col {
    width: auto;
  }
  .footer-lower {
    padding: 40px 0;
  }
  .footer-lower .footer-logo {
    margin-bottom: 20px;
  }
  .footer-lower h2 {
    margin-bottom: 10px;
  }
  .footer-lower .footer-nav {
    margin: 40px 0;
  }
  .footer-lower .footer-nav li {
    margin: 0 0 10px;
  }
  article header {
    display: block;
  }
  article header figure {
    margin-bottom: 20px;
    order: 1;
    width: auto;
  }
  article header .article-header-text {
    width: auto;
  }
  .article {
    width: auto;
  }
  .narrow-content {
    width: auto;
  }
  .text-with-image {
    display: block;
  }
  .text-with-image figure {
    margin-bottom: 20px;
    width: auto;
  }
  .text-with-image .richtext {
    width: auto;
  }
  main.submissions {
    background: #EDEDEF !important;
  }
  .submissions-sidebar {
    background: #4D5466;
    float: none;
    padding: 60px 20px 20px;
    position: static;
    text-align: left;
    width: auto;
  }
  .submissions-sidebar-content {
    max-width: none;
  }
  .submissions-content {
    margin-left: auto;
    padding: 40px 0;
    width: auto;
  }
  .archives {
    display: block;
  }
  .archives .issue {
    border-bottom: 1px solid #F2776D;
    width: auto;
  }
  .more, .entry-nav {
    margin: 40px 0 0;
  }
  .pagination {
    margin-bottom: 0;
  }
  .grid {
    display: block;
  }
  .grid li {
    width: auto;
  }
  .grid li:nth-child(odd) {
    padding-right: 0;
  }
  .grid li:nth-child(even) {
    border-left: 0;
    padding-left: 0;
    width: auto;
  }
  .news-content {
    order: 1;
    width: auto;
  }
  .news-image {
    margin-bottom: 40px;
    order: 1;
    width: auto;
  }
  .about-section {
    padding: 40px 0;
  }
  .about-intro, .about-timeline, .masthead-people, .masthead-numbers {
    display: block;
  }
  .about-intro-text, .about-intro-funders, .about-timeline-timeline, .about-timeline blockquote, .masthead-staff, .masthead-columns, .masthead-people .callout {
    width: auto;
  }
  .masthead-people {
    display: block;
  }
  .callout.box, .winners {
    margin-left: -20px;
    margin-right: -20px;
  }
  .masthead-numbers {
    margin-bottom: -50px;
  }
  .masthead-numbers h2 {
    margin: 0 0 20px;
  }
  .masthead-numbers ul {
    display: block;
  }
  .masthead-numbers li {
    margin: 0 0 20px;
  }
  body.experimental .section-content {
    padding: 60px 20px;
  }
  body.experimental .block {
    margin-bottom: 20px;
    padding: 0 !important;
  }
  body.experimental .block figcaption {
    width: auto;
  }
  body.experimental .block:last-child {
    margin-bottom: 0;
  }
  body.experimental .block.block-pullquoteImage {
    position: relative;
  }
  body.experimental .block.block-pullquoteImage figure {
    margin-bottom: 20px;
  }
  body.experimental .block.block-pullquoteImage blockquote {
    color: inherit;
    position: static;
  }
  body.experimental .layout-1block-bleed .section-content {
    height: auto;
  }
  body.experimental .layout-2block-a .section-content {
    display: block;
  }
  body.experimental .layout-2block-a .block {
    width: 100%;
  }
  body.experimental .layout-2block-b .section-content {
    display: block;
  }
  body.experimental .layout-2block-b .block-1 {
    width: 100%;
  }
  body.experimental .layout-2block-b .block-2 {
    width: 100%;
  }
  body.experimental .layout-2block-c .block-1 {
    margin-bottom: 20px;
  }
  body.experimental .layout-3block-a .section-content {
    display: block;
  }
  body.experimental .layout-3block-a .block {
    width: 100%;
  }
  body.experimental .layout-3block-b .section-content {
    display: block;
  }
  body.experimental .layout-3block-c .section-content {
    display: block;
  }
  body.experimental .layout-4block .section-content {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  body {
    padding-top: 65px;
  }
  .eyebrow {
    height: 65px;
  }
  .global-header {
    padding: 16px 0;
  }
  .global-header .logo {
    margin-left: auto;
    order: 3;
    position: static;
    width: 200px;
  }
  .issue-section-experimental .issue-section-experimental-header {
    display: block;
  }
  .issue-section-experimental .issue-section-experimental-header p {
    width: auto;
  }
  .masthead-staff {
    display: block;
  }
  .masthead-staff .role {
    width: auto;
  }
  .masthead-columns {
    columns: 1;
  }
}
@media print {
  .menu-toggle, .search-toggle, .donate-link, .social-links, .global-neav, .global-search, .share, .prefooter-logo, .footer-news, .footer-newsletter, .footer-nav, .footer-logo, .article-top, .issue-nav, .entry-nav, footer nav, #userwayAccessibilityIcon {
    display: none !important;
  }
  .eyebrow {
    position: static;
  }
  body {
    background: #FFF !important;
    color: #000 !important;
    padding-top: 0;
  }
  main {
    margin: 0 auto;
    max-width: 700px;
  }
  .article {
    width: auto;
  }
  .global-header .logo img {
    display: none;
  }
  .global-header .logo #print-logo {
    display: block;
    height: auto;
    width: auto;
  }
  .footer-copyright {
    color: #000;
    margin: 0 auto;
    text-align: center;
    width: auto;
  }
}
