/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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;
}

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

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 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 OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

html {
  box-sizing: border-box;
}

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

@font-face {
  font-family: "heldane";
  font-style: normal;
  font-weight: 400;
  src: url("https://www.theparisreview.org/fonts/heldane-text-regular.woff2") format("woff2");
}
@font-face {
  font-family: "heldane";
  font-style: italic;
  font-weight: 400;
  src: url("https://www.theparisreview.org/fonts/heldane-text-regular-italic.woff2") format("woff2");
}
@font-face {
  font-family: "founders-grotesk";
  font-style: normal;
  font-weight: 700;
  src: url("https://www.theparisreview.org/fonts/founders-grotesk-bold.woff2") format("woff2");
}
@font-face {
  font-family: "founders-grotesk";
  font-style: normal;
  font-weight: 300;
  src: url("https://www.theparisreview.org/fonts/founders-grotesk-light.woff2") format("woff2");
}
@font-face {
  font-family: "founders-grotesk";
  font-style: normal;
  font-weight: 500;
  src: url("https://www.theparisreview.org/fonts/founders-grotesk-medium.woff2") format("woff2");
}
/* interim */
/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.int-social_rss i,
.far,
.search-submit i,
.search-toggle i,
#int-nav-toggle_mobile i,
.fal,
.int-nav-2nd-toggle i,
.int-nav-1st-toggle i,
.fad,
.fab,
.int-social_twitter i,
.int-social_facebook i,
.int-social_instagram i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.int-social_rss i, .int-social_twitter i, .int-social_facebook i, .int-social_instagram i, .search-submit i, .search-toggle i, .int-nav-2nd-toggle i, .int-nav-1st-toggle i, #int-nav-toggle_mobile i {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.int-social_rss i.fa-pull-left,
.far.fa-pull-left,
.search-submit i.fa-pull-left,
.search-toggle i.fa-pull-left,
#int-nav-toggle_mobile i.fa-pull-left,
.fal.fa-pull-left,
.int-nav-2nd-toggle i.fa-pull-left,
.int-nav-1st-toggle i.fa-pull-left,
.fab.fa-pull-left,
.int-social_twitter i.fa-pull-left,
.int-social_facebook i.fa-pull-left,
.int-social_instagram i.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.int-social_rss i.fa-pull-right,
.far.fa-pull-right,
.search-submit i.fa-pull-right,
.search-toggle i.fa-pull-right,
#int-nav-toggle_mobile i.fa-pull-right,
.fal.fa-pull-right,
.int-nav-2nd-toggle i.fa-pull-right,
.int-nav-1st-toggle i.fa-pull-right,
.fab.fa-pull-right,
.int-social_twitter i.fa-pull-right,
.int-social_facebook i.fa-pull-right,
.int-social_instagram i.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-conditioner:before {
  content: "\f8f4";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-alarm-exclamation:before {
  content: "\f843";
}

.fa-alarm-plus:before {
  content: "\f844";
}

.fa-alarm-snooze:before {
  content: "\f845";
}

.fa-album:before {
  content: "\f89f";
}

.fa-album-collection:before {
  content: "\f8a0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-alien:before {
  content: "\f8f5";
}

.fa-alien-monster:before {
  content: "\f8f6";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-slash:before {
  content: "\f846";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-amp-guitar:before {
  content: "\f8a1";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badge-sheriff:before {
  content: "\f8a2";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-bags-shopping:before {
  content: "\f847";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-banjo:before {
  content: "\f8a3";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-bed-alt:before {
  content: "\f8f7";
}

.fa-bed-bunk:before {
  content: "\f8f8";
}

.fa-bed-empty:before {
  content: "\f8f9";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-exclamation:before {
  content: "\f848";
}

.fa-bell-on:before {
  content: "\f8fa";
}

.fa-bell-plus:before {
  content: "\f849";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bells:before {
  content: "\f77f";
}

.fa-betamax:before {
  content: "\f8a4";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-biking-mountain:before {
  content: "\f84b";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blinds:before {
  content: "\f8fb";
}

.fa-blinds-open:before {
  content: "\f8fc";
}

.fa-blinds-raised:before {
  content: "\f8fd";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-book-user:before {
  content: "\f7e7";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boombox:before {
  content: "\f8a5";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-bottom:before {
  content: "\f84d";
}

.fa-border-center-h:before {
  content: "\f89c";
}

.fa-border-center-v:before {
  content: "\f89d";
}

.fa-border-inner:before {
  content: "\f84e";
}

.fa-border-left:before {
  content: "\f84f";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-outer:before {
  content: "\f851";
}

.fa-border-right:before {
  content: "\f852";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-border-style-alt:before {
  content: "\f854";
}

.fa-border-top:before {
  content: "\f855";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-bring-forward:before {
  content: "\f856";
}

.fa-bring-front:before {
  content: "\f857";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burger-soda:before {
  content: "\f858";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-cactus:before {
  content: "\f8a7";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camcorder:before {
  content: "\f8a8";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-home:before {
  content: "\f8fe";
}

.fa-camera-movie:before {
  content: "\f8a9";
}

.fa-camera-polaroid:before {
  content: "\f8aa";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-building:before {
  content: "\f859";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-bus:before {
  content: "\f85a";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caravan-alt:before {
  content: "\e000";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cars:before {
  content: "\f85b";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cassette-tape:before {
  content: "\f8ab";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cat-space:before {
  content: "\e001";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cctv:before {
  content: "\f8ac";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-chart-scatter:before {
  content: "\f7ee";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clarinet:before {
  content: "\f8ad";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-music:before {
  content: "\f8ae";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-coffee-pot:before {
  content: "\e002";
}

.fa-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-coffin-cross:before {
  content: "\e051";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coin:before {
  content: "\f85c";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comet:before {
  content: "\e003";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before {
  content: "\f7f4";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-music:before {
  content: "\f8af";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-music:before {
  content: "\f8b0";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-computer-classic:before {
  content: "\f8b1";
}

.fa-computer-speaker:before {
  content: "\f8b2";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-construction:before {
  content: "\f85d";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cowbell:before {
  content: "\f8b3";
}

.fa-cowbell-more:before {
  content: "\f8b4";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digging:before {
  content: "\f85e";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-disc-drive:before {
  content: "\f8b5";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-drone:before {
  content: "\f85f";
}

.fa-drone-alt:before {
  content: "\f860";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dryer:before {
  content: "\f861";
}

.fa-dryer-alt:before {
  content: "\f862";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fan-table:before {
  content: "\e004";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-farm:before {
  content: "\f864";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-faucet-drip:before {
  content: "\e006";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-music:before {
  content: "\f8b6";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-search:before {
  content: "\f865";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-film-canister:before {
  content: "\f8b7";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flashlight:before {
  content: "\f8b8";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-flute:before {
  content: "\f8b9";
}

.fa-flux-capacitor:before {
  content: "\f8ba";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-download:before {
  content: "\e053";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-folder-upload:before {
  content: "\e054";
}

.fa-folders:before {
  content: "\f660";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-font-case:before {
  content: "\f866";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-galaxy:before {
  content: "\e008";
}

.fa-game-board:before {
  content: "\f867";
}

.fa-game-board-alt:before {
  content: "\f868";
}

.fa-game-console-handheld:before {
  content: "\f8bb";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gamepad-alt:before {
  content: "\f8bc";
}

.fa-garage:before {
  content: "\e009";
}

.fa-garage-car:before {
  content: "\e00a";
}

.fa-garage-open:before {
  content: "\e00b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass:before {
  content: "\f804";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-citrus:before {
  content: "\f869";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gramophone:before {
  content: "\f8bd";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-guitar-electric:before {
  content: "\f8be";
}

.fa-guitars:before {
  content: "\f8bf";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-h4:before {
  content: "\f86a";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-chef:before {
  content: "\f86b";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-headphones:before {
  content: "\f8c2";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-heat:before {
  content: "\e00c";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-home-lg:before {
  content: "\f80b";
}

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-horizontal-rule:before {
  content: "\f86c";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-horse-saddle:before {
  content: "\f8c3";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house:before {
  content: "\e00d";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-day:before {
  content: "\e00e";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-house-leave:before {
  content: "\e00f";
}

.fa-house-night:before {
  content: "\e010";
}

.fa-house-return:before {
  content: "\e011";
}

.fa-house-signal:before {
  content: "\e012";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-icons-alt:before {
  content: "\f86e";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-image-polaroid:before {
  content: "\f8c4";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-joystick:before {
  content: "\f8c5";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-jug:before {
  content: "\f8c6";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-kazoo:before {
  content: "\f8c7";
}

.fa-kerning:before {
  content: "\f86f";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-lamp-desk:before {
  content: "\e014";
}

.fa-lamp-floor:before {
  content: "\e015";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lasso:before {
  content: "\f8c8";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-light-ceiling:before {
  content: "\e016";
}

.fa-light-switch:before {
  content: "\e017";
}

.fa-light-switch-off:before {
  content: "\e018";
}

.fa-light-switch-on:before {
  content: "\e019";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-line-columns:before {
  content: "\f870";
}

.fa-line-height:before {
  content: "\f871";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-music:before {
  content: "\f8c9";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microphone-stand:before {
  content: "\f8cb";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-microwave:before {
  content: "\e01b";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-money-check-edit:before {
  content: "\f872";
}

.fa-money-check-edit-alt:before {
  content: "\f873";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-alt:before {
  content: "\f8cd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mp3-player:before {
  content: "\f8ce";
}

.fa-mug:before {
  content: "\f874";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-mug-tea:before {
  content: "\f875";
}

.fa-music:before {
  content: "\f001";
}

.fa-music-alt:before {
  content: "\f8cf";
}

.fa-music-alt-slash:before {
  content: "\f8d0";
}

.fa-music-slash:before {
  content: "\f8d1";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-outlet:before {
  content: "\e01c";
}

.fa-oven:before {
  content: "\e01d";
}

.fa-overline:before {
  content: "\f876";
}

.fa-page-break:before {
  content: "\f877";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paragraph-rtl:before {
  content: "\f878";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-laptop:before {
  content: "\f87a";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-rotary:before {
  content: "\f8d3";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-piano:before {
  content: "\f8d4";
}

.fa-piano-keyboard:before {
  content: "\f8d5";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-planet-moon:before {
  content: "\e01f";
}

.fa-planet-ringed:before {
  content: "\e020";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-police-box:before {
  content: "\e021";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portal-enter:before {
  content: "\e022";
}

.fa-portal-exit:before {
  content: "\e023";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-projector:before {
  content: "\f8d6";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radar:before {
  content: "\e024";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-radio:before {
  content: "\f8d7";
}

.fa-radio-alt:before {
  content: "\f8d8";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-raygun:before {
  content: "\e025";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-refrigerator:before {
  content: "\e026";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocket-launch:before {
  content: "\e027";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-router:before {
  content: "\f8da";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-sax-hot:before {
  content: "\f8db";
}

.fa-saxophone:before {
  content: "\f8dc";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-image:before {
  content: "\f8f3";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-send-back:before {
  content: "\f87e";
}

.fa-send-backward:before {
  content: "\f87f";
}

.fa-sensor:before {
  content: "\e028";
}

.fa-sensor-alert:before {
  content: "\e029";
}

.fa-sensor-fire:before {
  content: "\e02a";
}

.fa-sensor-on:before {
  content: "\e02b";
}

.fa-sensor-smoke:before {
  content: "\e02c";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signal-stream:before {
  content: "\f8dd";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-siren:before {
  content: "\e02d";
}

.fa-siren-on:before {
  content: "\e02e";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-cow:before {
  content: "\f8de";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snooze:before {
  content: "\f880";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-solar-system:before {
  content: "\e02f";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-alt:before {
  content: "\f883";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-circle:before {
  content: "\e030";
}

.fa-sort-circle-down:before {
  content: "\e031";
}

.fa-sort-circle-up:before {
  content: "\e032";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-shapes-down:before {
  content: "\f888";
}

.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

.fa-sort-shapes-up:before {
  content: "\f88a";
}

.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

.fa-sort-size-down:before {
  content: "\f88c";
}

.fa-sort-size-down-alt:before {
  content: "\f88d";
}

.fa-sort-size-up:before {
  content: "\f88e";
}

.fa-sort-size-up-alt:before {
  content: "\f88f";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-space-station-moon:before {
  content: "\e033";
}

.fa-space-station-moon-alt:before {
  content: "\e034";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker:before {
  content: "\f8df";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-speakers:before {
  content: "\f8e0";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-sprinkler:before {
  content: "\e035";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-star-shooting:before {
  content: "\e036";
}

.fa-starfighter:before {
  content: "\e037";
}

.fa-starfighter-alt:before {
  content: "\e038";
}

.fa-stars:before {
  content: "\f762";
}

.fa-starship:before {
  content: "\e039";
}

.fa-starship-freighter:before {
  content: "\e03a";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunglasses:before {
  content: "\f892";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-sword-laser:before {
  content: "\e03b";
}

.fa-sword-laser-alt:before {
  content: "\e03c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-swords-laser:before {
  content: "\e03d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-telescope:before {
  content: "\e03e";
}

.fa-temperature-down:before {
  content: "\e03f";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-temperature-up:before {
  content: "\e040";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text:before {
  content: "\f893";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-size:before {
  content: "\f894";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-transporter:before {
  content: "\e042";
}

.fa-transporter-1:before {
  content: "\e043";
}

.fa-transporter-2:before {
  content: "\e044";
}

.fa-transporter-3:before {
  content: "\e045";
}

.fa-transporter-empty:before {
  content: "\e046";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-trash-undo:before {
  content: "\f895";
}

.fa-trash-undo-alt:before {
  content: "\f896";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-triangle-music:before {
  content: "\f8e2";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-trumpet:before {
  content: "\f8e3";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turntable:before {
  content: "\f8e4";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-alt:before {
  content: "\f8e5";
}

.fa-tv-music:before {
  content: "\f8e6";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typewriter:before {
  content: "\f8e7";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-ufo:before {
  content: "\e047";
}

.fa-ufo-beam:before {
  content: "\e048";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usb-drive:before {
  content: "\f8e9";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alien:before {
  content: "\e04a";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-cowboy:before {
  content: "\f8ea";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-music:before {
  content: "\f8eb";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-robot:before {
  content: "\e04b";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-user-unlock:before {
  content: "\e058";
}

.fa-user-visor:before {
  content: "\e04c";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vacuum:before {
  content: "\e04d";
}

.fa-vacuum-robot:before {
  content: "\e04e";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-vhs:before {
  content: "\f8ec";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-violin:before {
  content: "\f8ed";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-wagon-covered:before {
  content: "\f8ee";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walkie-talkie:before {
  content: "\f8ef";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-washer:before {
  content: "\f898";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-calculator:before {
  content: "\f8f0";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-sine:before {
  content: "\f899";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-wave-triangle:before {
  content: "\f89a";
}

.fa-waveform:before {
  content: "\f8f1";
}

.fa-waveform-path:before {
  content: "\f8f2";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-turbine:before {
  content: "\f89b";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-frame:before {
  content: "\e04f";
}

.fa-window-frame-open:before {
  content: "\e050";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://www.theparisreview.org/fonts/fa-regular-400.eot");
  src: url("https://www.theparisreview.org/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("https://www.theparisreview.org/fonts/fa-regular-400.woff2") format("woff2"), url("https://www.theparisreview.org/fonts/fa-regular-400.woff") format("woff"), url("https://www.theparisreview.org/fonts/fa-regular-400.ttf") format("truetype"), url("https://www.theparisreview.org/fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far, .search-submit i, .search-toggle i, #int-nav-toggle_mobile i {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("https://www.theparisreview.org/fonts/fa-light-300.eot");
  src: url("https://www.theparisreview.org/fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("https://www.theparisreview.org/fonts/fa-light-300.woff2") format("woff2"), url("https://www.theparisreview.org/fonts/fa-light-300.woff") format("woff"), url("https://www.theparisreview.org/fonts/fa-light-300.ttf") format("truetype"), url("https://www.theparisreview.org/fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal, .int-nav-2nd-toggle i, .int-nav-1st-toggle i {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("https://www.theparisreview.org/fonts/fa-solid-900.eot");
  src: url("https://www.theparisreview.org/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("https://www.theparisreview.org/fonts/fa-solid-900.woff2") format("woff2"), url("https://www.theparisreview.org/fonts/fa-solid-900.woff") format("woff"), url("https://www.theparisreview.org/fonts/fa-solid-900.ttf") format("truetype"), url("https://www.theparisreview.org/fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
.int-social_rss i {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://www.theparisreview.org/fonts/fa-brands-400.eot");
  src: url("https://www.theparisreview.org/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("https://www.theparisreview.org/fonts/fa-brands-400.woff2") format("woff2"), url("https://www.theparisreview.org/fonts/fa-brands-400.woff") format("woff"), url("https://www.theparisreview.org/fonts/fa-brands-400.ttf") format("truetype"), url("https://www.theparisreview.org/fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab, .int-social_twitter i, .int-social_facebook i, .int-social_instagram i {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

button, input[type=button], input[type=reset], input[type=submit] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  /* interim */
  appearance: none;
  background-color: var(--issue-color);
  border: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "heldane", Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1em;
  height: 2rem;
  line-height: 2.125rem;
  line-height: 2rem;
  /* interim */
  padding: 0 0.7em 0 0.825em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (min-width: 48em) {
  button, input[type=button], input[type=reset], input[type=submit] {
    height: 2.25rem;
    line-height: 2.375rem;
    line-height: 2.25rem;
    /* interim */
  }
}
button:hover, button:focus, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus {
  background-color: #f7f7f7;
  color: var(--issue-color);
}
button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, input[type=button]:disabled:hover, input[type=reset]:disabled:hover, input[type=submit]:disabled:hover {
  background-color: var(--issue-color);
}

svg,
path {
  position: absolute;
  top: 50%;
  left: 50%;
}

.search-submit, .search-toggle, #int-nav-toggle_mobile {
  --height: 1.5rem;
  appearance: none;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  display: inline-block;
  height: var(--height);
  line-height: var(--height);
  padding: 0;
}
.search-submit:hover, .search-toggle:hover, #int-nav-toggle_mobile:hover, .search-submit:focus, .search-toggle:focus, #int-nav-toggle_mobile:focus {
  background-color: inherit;
  color: inherit;
}
.search-submit:disabled:hover, .search-toggle:disabled:hover, #int-nav-toggle_mobile:disabled:hover {
  background-color: inherit;
}

#int-nav-subscribe_desk, #int-nav-signin-toggle_mobile, .int-nav-subscribe_mobile, #skip {
  --height: 1.5rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  appearance: none;
  background-color: var(--issue-color);
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-weight: 500 !important;
}
@media screen and (min-width: 48em) {
  #int-nav-subscribe_desk, #int-nav-signin-toggle_mobile, .int-nav-subscribe_mobile, #skip {
    --height: 1.75rem;
  }
}
#int-nav-subscribe_desk a, #int-nav-signin-toggle_mobile a, .int-nav-subscribe_mobile a, #skip a {
  display: inline-block;
  height: var(--height);
  line-height: var(--height);
  padding: 0 0.7em;
  transition: all 0.2s ease;
}
#int-nav-subscribe_desk a:disabled, #int-nav-signin-toggle_mobile a:disabled, .int-nav-subscribe_mobile a:disabled, #skip a:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

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

legend {
  font-weight: 700;
  /* interim */
  margin-bottom: 0.35em;
  padding: 0;
}

label {
  display: block;
  margin-bottom: 0.35em;
}

input,
select,
textarea {
  display: block;
  font-family: "heldane", Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1em;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea {
  -webkit-appearance: none;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0;
  box-sizing: border-box;
  margin-bottom: 0.7em;
  padding: 0.4666666667em;
  width: 100%;
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input:not([type]):focus, textarea:focus {
  outline: none;
}
input[type=color]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=email]:disabled, input[type=month]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
input[type=color]:disabled:hover, input[type=date]:disabled:hover, input[type=datetime]:disabled:hover, input[type=datetime-local]:disabled:hover, input[type=email]:disabled:hover, input[type=month]:disabled:hover, input[type=number]:disabled:hover, input[type=password]:disabled:hover, input[type=search]:disabled:hover, input[type=tel]:disabled:hover, input[type=text]:disabled:hover, input[type=time]:disabled:hover, input[type=url]:disabled:hover, input[type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #414141;
}

textarea {
  resize: vertical;
}

[type=search] {
  appearance: none;
}

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

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

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

.subscribe-form-inputs [type=text], .paywall-form [type=text], .login-form [type=text],
.subscribe-form-inputs [type=email],
.paywall-form [type=email],
.login-form [type=email],
.subscribe-form-inputs [type=password],
.paywall-form [type=password],
.login-form [type=password],
.subscribe-form-inputs [type=number],
.paywall-form [type=number],
.login-form [type=number] {
  border-bottom: 1px solid #d7d7d7;
  color: #414141;
  padding-left: 0;
}
@media screen and (min-width: 62.5em) {
  .subscribe-form-inputs [type=text], .paywall-form [type=text], .login-form [type=text],
.subscribe-form-inputs [type=email],
.paywall-form [type=email],
.login-form [type=email],
.subscribe-form-inputs [type=password],
.paywall-form [type=password],
.login-form [type=password],
.subscribe-form-inputs [type=number],
.paywall-form [type=number],
.login-form [type=number] {
    font-size: 1.125em;
  }
}
.subscribe-form-inputs [type=radio], .paywall-form [type=radio], .login-form [type=radio] {
  display: none;
}
.subscribe-form-inputs [type=radio]:checked + label, .paywall-form [type=radio]:checked + label, .login-form [type=radio]:checked + label {
  color: var(--issue-color);
  font-style: italic;
}
.subscribe-form-inputs label, .paywall-form label, .login-form label {
  border-bottom: 1px solid #d7d7d7;
  color: #a0a0a0;
  cursor: pointer;
  font-weight: normal;
  padding-bottom: 0.4666666667em;
}
.subscribe-form-inputs select, .paywall-form select, .login-form select {
  border-color: #d7d7d7;
  box-shadow: none;
  color: #414141;
  cursor: pointer;
  float: left;
  margin: 0.7em 1.4em 0 0;
}
.subscribe-form-inputs .checkbox-wrap, .paywall-form .checkbox-wrap, .login-form .checkbox-wrap {
  margin-bottom: 0.7em;
}
.subscribe-form-inputs .checkbox-text, .paywall-form .checkbox-text, .login-form .checkbox-text {
  border-bottom: 0;
  color: #7d7d7d;
  display: inline;
}
.subscribe-form-inputs p, .paywall-form p, .login-form p {
  color: #a0a0a0;
  font-size: 0.9375em;
  line-height: 1.2;
  margin-top: 1.4em;
}
.subscribe-form-inputs [type=submit], .paywall-form [type=submit], .login-form [type=submit] {
  padding-right: 2.8em;
  padding-left: 2.8em;
  font-family: "founders-grotesk", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.75em;
  font-weight: 500;
  /* interim */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
@media screen and (min-width: 48em) {
  .subscribe-form-inputs [type=submit], .paywall-form [type=submit], .login-form [type=submit] {
    font-size: 0.8125em;
    font-size: 0.7em;
    /* interim reduce 14% */
  }
}

html {
  box-sizing: border-box;
}

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

.hide-visually {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

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

dt {
  font-weight: 700;
  /* interim */
  margin: 0;
}

dd {
  margin: 0;
}

.article-body ol, .article-body ul, .blog-stack-excerpt-wrap ol, .blog-stack-excerpt-wrap ul {
  font-size: 1.3em;
  line-height: 1.3;
  line-height: 1.4;
  /* interim */
  margin-bottom: 1.4em;
}
@media screen and (min-width: 30em) {
  .article-body ol, .article-body ul, .blog-stack-excerpt-wrap ol, .blog-stack-excerpt-wrap ul {
    font-size: 1.25em;
    line-height: 1.4;
    line-height: 1.5;
    /* interim */
    margin-bottom: 1.75em;
  }
}
.article-body ol li, .article-body ul li, .blog-stack-excerpt-wrap ol li, .blog-stack-excerpt-wrap ul li {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.article-body ol li::before, .article-body ul li::before, .blog-stack-excerpt-wrap ol li::before, .blog-stack-excerpt-wrap ul li::before {
  float: left;
  margin-left: -1.5em;
  width: 1em;
}
.article-body ol p, .article-body ul p, .blog-stack-excerpt-wrap ol p, .blog-stack-excerpt-wrap ul p {
  font-size: 1em;
  margin: 0;
}
.article-body ul, .blog-stack-excerpt-wrap ul {
  list-style-type: disc;
}
.article-body ul li, .blog-stack-excerpt-wrap ul li {
  margin-left: 1.25em;
  padding-left: 0.25em;
}
.article-body ol, .blog-stack-excerpt-wrap ol {
  counter-reset: li;
}
.article-body ol li::before, .blog-stack-excerpt-wrap ol li::before {
  content: counter(li) ".";
  counter-increment: li;
}

figure {
  margin: 0;
}

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

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

th {
  border-bottom: 1px solid #313131;
  font-weight: 700;
  /* interim */
  padding: 0.7em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #414141;
  padding: 0.7em 0;
}

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

.support-body h3, .article-body h3, body {
  color: #414141;
  font-family: "heldane", Georgia, Cambria, Times New Roman, Times, serif;
  -moz-font-feature-settings: "liga", "kern", "pnum";
  -moz-font-feature-settings: "liga=1, kern=1", "pnum=1";
  -ms-font-feature-settings: "liga", "kern", "pnum";
  -o-font-feature-settings: "liga", "kern", "pnum";
  -webkit-font-feature-settings: "liga", "kern", "pnum";
  font-feature-settings: "liga", "kern", "pnum";
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4;
}

.article-author, p,
.p {
  -moz-font-feature-settings: "liga", "kern", "onum";
  -moz-font-feature-settings: "liga=1, kern=1", "onum=1";
  -ms-font-feature-settings: "liga", "kern", "onum";
  -o-font-feature-settings: "liga", "kern", "onum";
  -webkit-font-feature-settings: "liga", "kern", "onum";
  font-feature-settings: "liga", "kern", "onum";
}

body {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "heldane", Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: normal;
  line-height: 1.084;
  margin: 0;
}

h1,
.h1 {
  font-size: 1.5em;
}
@media screen and (min-width: 30em) {
  h1,
.h1 {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 48em) {
  h1,
.h1 {
    font-size: 2.5em;
    font-size: 2.4em;
    /* interim reduce 4% */
    line-height: 1.08;
  }
}
@media screen and (min-width: 62.5em) {
  h1,
.h1 {
    font-size: 3.125em;
    font-size: 3em;
    /* interim reduce 4% */
  }
}

h2,
.h2 {
  font-size: 1.5em;
  line-height: 1;
  /* interim */
}
@media screen and (min-width: 30em) {
  h2,
.h2 {
    font-size: 2em;
    font-size: 1.5em;
    /* interim reduce 25% */
    font-size: 1.6em;
    /* interim reduce 20% */
  }
}
@media screen and (min-width: 75em) {
  h2,
.h2 {
    font-size: 2.375em;
    font-size: 1.8em;
    /* interim reduce 25% */
  }
}

h3,
.h3 {
  font-size: 1.5em;
}
@media screen and (min-width: 30em) {
  h3,
.h3 {
    font-size: 2em;
    font-size: 1.5em;
    /* interim reduce 25% */
    font-size: 1.6em;
    /* interim reduce 20% */
  }
}
@media screen and (min-width: 62.5em) {
  h3,
.h3 {
    font-size: 2.125em;
    font-size: 1.6em;
    /* interim reduce 25% */
    line-height: 1.059;
  }
}

h4,
.h4 {
  font-size: 1em;
  line-height: 1.182;
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  h4,
.h4 {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 48em) {
  h4,
.h4 {
    font-size: 1.375em;
    font-size: 1.25em;
    /* interim reduce 10% */
  }
}

h5,
.h5 {
  font-size: 1em;
}
@media screen and (min-width: 30em) {
  h5,
.h5 {
    font-size: 1.25em;
    font-size: 1.05em;
    /* interim reduce 16% */
    line-height: 1.3;
    line-height: 1.4;
    /* interim */
  }
}

h6,
.h6,
.events-stack .event-descrip b,
#int-nav-subscribe_desk,
#int-nav-signin-toggle_mobile,
.int-nav-subscribe_mobile,
#skip {
  font-family: "founders-grotesk", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  /* interim */
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  h6,
.h6,
.events-stack .event-descrip b,
#int-nav-subscribe_desk,
#int-nav-signin-toggle_mobile,
.int-nav-subscribe_mobile,
#skip {
    font-size: 0.8125em;
    font-size: 0.7em;
    /* interim reduce 14% */
  }
}

p,
.p {
  font-size: 1.1em;
  /* interim from article body but slightly smaller */
  margin: 0 0 0.7em;
}
@media screen and (min-width: 30em) {
  p,
.p {
    font-size: 1.25em;
    font-size: 1.05em;
    /* interim reduce 16% */
    line-height: 1.4;
    line-height: 1.5;
    /* interim */
  }
}

a {
  color: inherit;
  text-decoration: none;
}

address {
  font-style: normal;
}

figcaption, .legacy-caption, .wp-caption-text {
  margin: 0.7em 0;
  color: #a0a0a0;
  font-family: "founders-grotesk", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.6875em;
  font-weight: 700;
  /* interim */
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legacy-caption, .wp-caption-text {
  display: block;
  font-size: 0.55em !important;
}

.int-marquee-titles p, .int-footer-nav-link, #int-nav-search-input_mobile, .int-nav-2nd-link_desk, .int-nav-1st-link_desk, .int-nav-2nd-link_mobile, .int-nav-1st-link_mobile, #int-header-ad small, .header-ad small, .home-stack-ad small, .rail-ad small, .rail-ad_mobile small {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  color: #000;
  font-weight: 400;
  line-height: 1.4;
}

.int-footer-nav-link, #int-nav-search-input_mobile, .int-nav-2nd-link_desk, .int-nav-1st-link_desk, .int-nav-2nd-link_mobile, .int-nav-1st-link_mobile, #int-header-ad small, .header-ad small, .home-stack-ad small, .rail-ad small, .rail-ad_mobile small {
  color: #000;
  font-family: "founders-grotesk", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.int-footer-nav-link a, #int-nav-search-input_mobile a, .int-nav-2nd-link_desk a, .int-nav-1st-link_desk a, .int-nav-2nd-link_mobile a, .int-nav-1st-link_mobile a, #int-header-ad small a, .header-ad small a, .home-stack-ad small a, .rail-ad small a, .rail-ad_mobile small a {
  transition: all 0.1s ease;
}
@media (any-hover: hover) {
  .int-footer-nav-link a:hover, #int-nav-search-input_mobile a:hover, .int-nav-2nd-link_desk a:hover, .int-nav-1st-link_desk a:hover, .int-nav-2nd-link_mobile a:hover, .int-nav-1st-link_mobile a:hover, #int-header-ad small a:hover, .header-ad small a:hover, .home-stack-ad small a:hover, .rail-ad small a:hover, .rail-ad_mobile small a:hover {
    color: var(--issue-color);
  }
}

.int-nav-1st-link_desk, .int-nav-2nd-link_mobile, .int-nav-1st-link_mobile {
  font-size: 0.875em;
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .int-nav-1st-link_desk, .int-nav-2nd-link_mobile, .int-nav-1st-link_mobile {
    font-size: 1em;
  }
}
@media screen and (min-width: 75em) {
  .int-nav-1st-link_desk, .int-nav-2nd-link_mobile, .int-nav-1st-link_mobile {
    font-size: 1em;
  }
}

.int-nav-2nd-link_desk, #int-header-ad small, .header-ad small, .home-stack-ad small, .rail-ad small, .rail-ad_mobile small {
  font-size: 0.75em;
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .int-nav-2nd-link_desk, #int-header-ad small, .header-ad small, .home-stack-ad small, .rail-ad small, .rail-ad_mobile small {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 75em) {
  .int-nav-2nd-link_desk, #int-header-ad small, .header-ad small, .home-stack-ad small, .rail-ad small, .rail-ad_mobile small {
    font-size: 0.875em;
  }
}

.int-marquee-titles p {
  color: #f7f7f7;
  font-size: 0.8125em;
  font-style: italic;
  letter-spacing: 0.01em;
  margin-bottom: 0.2em;
}

.int-marquee-titles h2 {
  color: inherit;
  font-size: 1.5em;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 62.5em) {
  .int-marquee-titles h2 {
    margin-bottom: 0.6em;
  }
}

.int-marquee-titles address {
  color: #ccc;
  font-family: "founders-grotesk", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.2;
}

.titles_about-wrap, .main-archive, .main-current-issue-titles, .titles, .marquee, .int-footer-fineprint, .int-footer-nav, #swipebox-bottom-bar, #swipebox-top-bar, .article-body-wrap, .events-stack, .search-stack, .blog-stack, .footer-credits, .tout, .footer-nav_tablet, .footer-nav_mobile, .home-stack-ad, .rail_right, .rail_left {
  padding: 0.875rem;
}
@media screen and (min-width: 48em) {
  .titles_about-wrap, .main-archive, .main-current-issue-titles, .titles, .marquee, .int-footer-fineprint, .int-footer-nav, #swipebox-bottom-bar, #swipebox-top-bar, .article-body-wrap, .events-stack, .search-stack, .blog-stack, .footer-credits, .tout, .footer-nav_tablet, .footer-nav_mobile, .home-stack-ad, .rail_right, .rail_left {
    padding: 1em 2.1875em;
  }
}

.carousel, .main_full {
  margin: 0.875rem;
}
@media screen and (min-width: 48em) {
  .carousel, .main_full {
    margin: 1em 2.1875em;
  }
}

.wrap {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-bottom: 1.4em;
  padding-left: 0;
  max-width: 85em;
}

.wrap {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
}
.wrap::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 48em) {
  .home-rail_left {
    padding-left: 2.1875em;
  }
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .home-rail_left {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%;
  }
  .home-rail_left:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .home-rail_left {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 30.4347826087%;
  }
  .home-rail_left:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .home-rail_left .hadada {
    display: none;
  }
}

@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .rail_right, .rail_left {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 30.4347826087%;
  }
  .rail_right:last-child, .rail_left:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .rail_right, .rail_left {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 23.4042553191%;
  }
  .rail_right:last-child, .rail_left:last-child {
    margin-right: 0;
  }
}

.rail_left {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.rail_left::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48em) {
  .rail_left {
    padding: 0 0 0 2.1875em;
    position: sticky;
    top: 132px;
  }
}
@media screen and (min-width: 62.5em) {
  .rail_left {
    top: 32px;
  }
}
@media screen and (max-width: 47.9375em) {
  .rail_left .hadada {
    display: none;
  }
}

@media screen and (min-width: 48em) {
  .rail_right {
    padding: 0 2.1875em 0 0;
  }
}

.main_right::after, .main_left::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .main_right, .main_left {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 65.2173913043%;
  }
  .main_right:last-child, .main_left:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .main_right, .main_left {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 74.4680851064%;
  }
  .main_right:last-child, .main_left:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 48em) {
  .main_left {
    padding: 0 0 0 2.1875em;
  }
}

@media screen and (min-width: 48em) {
  .main_right {
    padding: 0 2.1875em 0 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .main_right.sticky {
    margin-left: 34.7826086957%;
  }
}
@media screen and (min-width: 62.5em) {
  .main_right.sticky {
    margin-left: 25.5319148936%;
  }
}

@media screen and (max-width: 47.9375em) {
  .main_landing {
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }
}
@media screen and (min-width: 48em) {
  .main_landing {
    min-height: 1200px;
  }
}

.main_full {
  margin-top: 0;
}

.main_subscribe {
  padding: 0.875rem;
}
@media screen and (min-width: 48em) {
  .main_subscribe {
    padding: 0 2.1875em;
  }
}
@media screen and (min-width: 62.5em) {
  .main_subscribe {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 74.4680851064%;
  }
  .main_subscribe:last-child {
    margin-right: 0;
  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.header-nav,
.header-nav_about {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0.3125em 0.5em rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 62.5em) {
  .header-nav,
.header-nav_about {
    box-shadow: none;
    position: static;
  }
}
@media screen and (max-width: 47.9375em) {
  .header-nav li,
.header-nav_about li {
    height: 1.25em;
  }
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .header-nav li,
.header-nav_about li {
    height: 1.75em;
  }
}
.header-nav a,
.header-nav_about a {
  display: block;
}
.header-nav svg,
.header-nav_about svg {
  fill: #414141;
}

.header-nav-wrap {
  padding: 0.875rem;
  margin: 0 auto;
  max-width: 85em;
}
.header-nav-wrap::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48em) {
  .header-nav-wrap {
    padding: 1em 2.1875em;
  }
}

.header-nav-skyline {
  margin-bottom: 1.4em;
}
.header-nav-skyline::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 62.4375em) {
  .header-nav-skyline {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .header-nav-skyline {
    margin-bottom: 2.8em;
  }
}
.header-nav-skyline li {
  float: left;
}

.header-nav-sign-in {
  line-height: 1rem;
  margin-right: 1.4em;
}
.header-nav-sign-in h6 {
  color: #c8c8c8;
  cursor: pointer;
  transition: all 0.2s ease;
}
.header-nav-sign-in h6:hover {
  color: #7d7d7d;
}

.header-nav-social {
  position: relative;
  height: 0.625em;
  width: 0.75em;
  cursor: pointer;
  float: left;
  margin-right: 0.7em;
}
.header-nav-social svg {
  height: 0.75em;
  width: 0.75em;
  margin-left: -0.375em;
  margin-top: -0.375em;
  fill: #c8c8c8;
  transition: all 0.2s ease;
}
.header-nav-social:hover svg {
  fill: #7d7d7d;
}

@media screen and (max-width: 62.4375em) {
  .header-nav-logo {
    float: left;
  }
}
@media screen and (min-width: 62.5em) {
  .header-nav-logo {
    margin-bottom: 0.7em;
  }
}
@media screen and (min-width: 75em) {
  .header-nav-logo {
    margin-bottom: 1.4em;
  }
}
.header-nav-logo .icon-hadada,
.header-nav-logo .icon-hadada-white {
  display: none;
}
.header-nav-logo .icon-logo,
.header-nav-logo .icon-logo-white {
  height: 1.25em;
  width: 13.25em;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 48em) {
  .header-nav-logo .icon-logo,
.header-nav-logo .icon-logo-white {
    height: 1.75em;
    width: 18.5em;
  }
}
@media screen and (min-width: 62.5em) {
  .header-nav-logo .icon-logo,
.header-nav-logo .icon-logo-white {
    height: 2.5em;
    width: 26.25em;
  }
}
@media screen and (min-width: 75em) {
  .header-nav-logo .icon-logo,
.header-nav-logo .icon-logo-white {
    height: 3.5em;
    width: 36.75em;
  }
}

.stack-pagination li, .header-nav-links li {
  float: left;
  margin-right: 0.7em;
}
@media screen and (min-width: 62.5em) {
  .stack-pagination li, .header-nav-links li {
    height: 2.25em;
    margin-right: 0;
  }
}
.stack-pagination p, .header-nav-links p {
  font-size: 1.125em;
  font-size: 1.05em;
  /* interim */
  line-height: 2.25rem;
}
.stack-pagination p a, .header-nav-links p a {
  color: #414141;
  text-align: center;
}
.stack-pagination p a:hover, .header-nav-links p a:hover {
  color: var(--issue-color);
  font-style: italic;
}
.stack-pagination p a::after, .header-nav-links p a::after {
  content: attr(title);
  display: block;
  font-style: normal;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.stack-pagination p.active a, .header-nav-links p.active a {
  color: var(--issue-color);
}

.header-nav-links {
  float: right;
}
@media screen and (min-width: 62.5em) {
  .header-nav-links {
    float: left;
    width: 100%;
  }
}
.header-nav-links p {
  float: left;
}

.header-nav-link {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
}
@media screen and (max-width: 62.4375em) {
  .header-nav-link {
    display: none;
  }
}
.header-nav-link.dropdown {
  cursor: pointer;
  position: relative;
}
.header-nav-link a:hover svg {
  fill: var(--issue-color) !important;
}
.header-nav-link .icon-caret-small {
  height: 2.1875rem;
  margin-left: 0.35em;
}
.header-nav-link .icon-caret-small,
.header-nav-link svg {
  transition: transform 0.1s ease !important;
}

.dropdown > p a::after {
  padding-right: 17.86px;
}

.sticky .header-nav-link .icon-caret-small {
  display: block !important;
}

.header-subnav {
  padding: 0.7em;
  position: absolute;
  top: calc(100% + 1px);
  left: -0.7em;
  background-color: rgba(240, 240, 240, 0.98);
  display: none;
  min-width: 14em;
  z-index: 997;
}

.header-subnav-link {
  display: block;
  float: none !important;
  height: auto !important;
}
.header-subnav-link p {
  float: none;
  margin-bottom: 0;
  white-space: nowrap;
}
.header-subnav-link a {
  color: #414141 !important;
  text-align: left !important;
}
.header-subnav-link a:hover {
  color: var(--issue-color) !important;
}

@media screen and (min-width: 62.5em) {
  .header-nav-links-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .header-nav-links-wrap > li {
    flex: 2 0 auto;
    float: none;
  }
  .header-nav-links-wrap > li:nth-last-of-type(6) p {
    margin-right: 0;
  }

  .header-nav-subscribe {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    text-align: left;
    width: 13.75em;
  }

  .header-nav-links p {
    margin-right: 0.75rem;
  }

  li.header-nav-links .icon-search {
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    flex-grow: 2;
    -ms-flex-positive: 2;
    margin-right: 0.5em;
    margin-left: 0.5em;
    width: 2.25em;
  }
}
@media screen and (min-width: 75em) {
  .header-nav-links-wrap > li {
    -webkit-flex-grow: 8;
    -moz-flex-grow: 8;
    flex-grow: 8;
    -ms-flex-positive: 8;
  }

  li.header-nav-links .icon-search {
    -webkit-flex-grow: 100;
    -moz-flex-grow: 100;
    flex-grow: 100;
    -ms-flex-positive: 100;
  }

  .header-nav-subscribe {
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    flex-grow: 2;
    -ms-flex-positive: 2;
    width: 17.8125em;
  }
}
.header-nav-right-icon, .header-nav-search-on .header-nav-search-form button {
  position: relative;
  height: 1.25em;
  width: 1em;
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  .header-nav-right-icon, .header-nav-search-on .header-nav-search-form button {
    height: 1.75em;
  }
}
.header-nav-right-icon svg, .header-nav-search-on .header-nav-search-form button svg {
  fill: #c8c8c8;
}
@media screen and (min-width: 62.5em) {
  .header-nav-right-icon svg, .header-nav-search-on .header-nav-search-form button svg {
    fill: #414141;
  }
}
.header-nav-right-icon:hover svg, .header-nav-search-on .header-nav-search-form button:hover svg {
  fill: var(--issue-color);
}
@media screen and (min-width: 62.5em) {
  .header-nav-right-icon.icon-search, .header-nav-search-on .header-nav-search-form button.icon-search {
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
  }
}
.header-nav-right-icon.icon-search svg, .header-nav-search-on .header-nav-search-form button.icon-search svg {
  height: 1em;
  width: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
}
@media screen and (min-width: 62.5em) {
  .header-nav-right-icon.icon-search svg, .header-nav-search-on .header-nav-search-form button.icon-search svg {
    left: 100%;
    margin-left: -1.5em;
  }
}

.header-nav-subscribe {
  margin-left: 0.125em;
}
@media screen and (max-width: 29.9375em) {
  .header-nav-subscribe {
    display: none;
  }
}
@media screen and (min-width: 62.5em) {
  .header-nav-subscribe {
    margin: 0 !important;
  }
}
@media screen and (max-width: 62.4375em) {
  .header-nav-subscribe a:hover h6 {
    background-color: #f7f7f7;
    color: var(--issue-color);
  }
}
@media screen and (min-width: 62.5em) {
  .header-nav-subscribe a {
    width: 100%;
  }
}
.header-nav-subscribe h6 {
  background-color: var(--issue-color);
  color: white;
  height: 1.5rem;
  line-height: 1.625rem;
  line-height: 1.5rem;
  /* interim */
  padding: 0 0.7em 0 0.825em;
  transition: all 0.2s ease;
}
@media screen and (max-width: 47.9375em) {
  .header-nav-subscribe h6 {
    margin-top: -0.125em;
  }
}
@media screen and (min-width: 48em) {
  .header-nav-subscribe h6 {
    height: 1.75rem;
    line-height: 1.875rem;
    line-height: 1.75rem;
    /* interim */
  }
}
@media screen and (min-width: 62.5em) {
  .header-nav-subscribe h6 {
    height: 2.25rem;
    line-height: 2.5rem;
    line-height: 2.25rem;
    /* interim */
  }
}
.header-nav-subscribe .icon-caret-small {
  height: 0.75em;
  width: 1em;
  display: inline-block;
  margin-left: 0.7em;
  position: relative;
}
@media screen and (max-width: 62.4375em) {
  .header-nav-subscribe .icon-caret-small {
    display: none;
  }
}
.header-nav-subscribe .icon-caret-small svg {
  height: 1em;
  width: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  fill: #f7f7f7;
  transform: rotate(90deg);
}

.header-nav-subscribe-cover {
  position: relative;
  float: right;
  margin-top: -7em;
  width: 7em;
  z-index: 998;
}
@media screen and (max-width: 62.4375em) {
  .header-nav-subscribe-cover {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .header-nav-subscribe-cover {
    margin-top: -8em;
    width: 8em;
  }
}

.header-nav-subscribe-dropdown {
  position: relative;
  background-color: #f7f7f7;
  display: none;
  padding: 3.5em 2.8em 1.4em;
  text-align: center;
  z-index: 997;
}
.header-nav-subscribe-dropdown .authors,
.header-nav-subscribe-dropdown .more {
  color: #7d7d7d;
}
.header-nav-subscribe-dropdown .more {
  font-style: italic;
}
.header-nav-subscribe-dropdown .action {
  color: var(--issue-color);
  font-style: italic;
  margin-top: 0.7em;
}

.header-nav-hamburger.icon-nav,
.header-nav-hamburger.icon-close {
  background-color: white;
  margin-left: 0.125em;
}
@media screen and (min-width: 62.5em) {
  .header-nav-hamburger.icon-nav,
.header-nav-hamburger.icon-close {
    display: none !important;
  }
}
.header-nav-hamburger.icon-nav svg,
.header-nav-hamburger.icon-close svg {
  height: 0.8125em;
  width: 1em;
  margin-left: -0.5em;
  margin-top: -0.40625em;
}

.header-nav-hamburger.icon-nav {
  margin-right: 0;
}

li.header-nav-hamburger.icon-close {
  display: none;
  margin-right: 0;
  z-index: 994;
}

.header-nav-links-wrap {
  position: relative;
}

.header-nav-search {
  display: none;
}

.header-nav-search-on {
  position: relative;
}
@media screen and (max-width: 62.4375em) {
  .header-nav-search-on .header-nav-links {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.header-nav-search-on .header-nav-search {
  padding: 0.55rem 0.875rem 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  display: block;
  width: 100%;
  z-index: 995;
}
@media screen and (min-width: 48em) {
  .header-nav-search-on .header-nav-search {
    padding: 0.675rem 2.1875rem 0;
  }
}
@media screen and (min-width: 62.5em) {
  .header-nav-search-on .header-nav-search {
    padding: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .header-nav-search-on .header-nav-search-form {
    padding-bottom: 1px;
  }
}
.header-nav-search-on .header-nav-search-form input {
  color: #414141;
  font-size: 1.5em;
  font-style: italic;
  padding: 0 1.4em 0 0.7em;
  text-indent: 0.7em;
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .header-nav-search-on .header-nav-search-form input {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 62.5em) {
  .header-nav-search-on .header-nav-search-form input {
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    font-size: 1.125em;
    font-size: 1.05em;
    /* interim */
    height: 2.25rem;
    padding-left: 1.4em;
  }
}
.header-nav-search-on .header-nav-search-form button {
  position: absolute;
  top: 0.55rem;
  left: 0.875rem;
  height: 1.875em;
  width: 2em;
  background-color: inherit;
  padding: 0;
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .header-nav-search-on .header-nav-search-form button {
    height: 2.5em;
    left: 2.1875rem;
    top: 0.675rem;
  }
}
@media screen and (min-width: 62.5em) {
  .header-nav-search-on .header-nav-search-form button {
    margin-right: 0;
    margin-left: 0;
    height: 2.25em;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .header-nav-search-on .header-nav-search-form button svg {
    left: 50% !important;
    margin-left: -0.5em !important;
  }
}
.header-nav-search-on .icon-close {
  position: absolute;
  top: 0.55rem;
  right: 0.875rem;
  height: 1.875em;
  width: 1em;
  z-index: 996;
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .header-nav-search-on .icon-close {
    height: 2.5em;
    right: 2.1875rem;
    top: 0.675rem;
  }
}
@media screen and (min-width: 62.5em) {
  .header-nav-search-on .icon-close {
    height: 2.25em;
    right: 0;
    top: 0;
  }
}
.header-nav-search-on .icon-close svg {
  height: 0.875em;
  width: 0.875em;
  margin-left: -0.4375em;
  margin-top: -0.4375em;
}

.header-nav.sticky,
.header-nav_about.sticky {
  box-shadow: 0 0.3125em 0.5em rgba(0, 0, 0, 0.1);
  position: fixed;
}
.header-nav.sticky .header-nav-skyline,
.header-nav_about.sticky .header-nav-skyline {
  display: none;
}
.header-nav.sticky .header-nav-logo,
.header-nav_about.sticky .header-nav-logo {
  float: left;
  margin-bottom: 0;
  margin-right: 0.5em;
}
.header-nav.sticky .icon-hadada,
.header-nav.sticky .icon-hadada-white,
.header-nav_about.sticky .icon-hadada,
.header-nav_about.sticky .icon-hadada-white {
  height: 2.5em;
  width: 2.5em;
  background-position: center;
  background-size: contain;
  display: block;
  margin-top: -1px;
}
.header-nav.sticky .icon-logo,
.header-nav.sticky .icon-logo-white,
.header-nav_about.sticky .icon-logo,
.header-nav_about.sticky .icon-logo-white {
  display: none;
}
.header-nav.sticky .header-nav-links,
.header-nav_about.sticky .header-nav-links {
  float: left;
  margin-right: -3em;
  width: 100%;
}
.header-nav.sticky .header-nav-links::after,
.header-nav_about.sticky .header-nav-links::after {
  clear: both;
  content: "";
  display: table;
}
.header-nav.sticky li.header-nav-links .icon-search,
.header-nav_about.sticky li.header-nav-links .icon-search {
  -webkit-flex-grow: 100;
  -moz-flex-grow: 100;
  flex-grow: 100;
  -ms-flex-positive: 100;
}
.header-nav.sticky .header-nav-subscribe,
.header-nav_about.sticky .header-nav-subscribe {
  text-align: center;
}
.header-nav.sticky .icon-caret-small,
.header-nav_about.sticky .icon-caret-small {
  display: none;
}
.header-nav.sticky .header-nav-subscribe-cover,
.header-nav_about.sticky .header-nav-subscribe-cover {
  display: none;
}
@media screen and (min-width: 62.5em) {
  .header-nav.sticky .header-nav-logo,
.header-nav_about.sticky .header-nav-logo {
    margin-right: 0.8125em;
  }
  .header-nav.sticky .header-nav-wrap,
.header-nav_about.sticky .header-nav-wrap {
    padding-right: 5.5em;
  }
  .header-nav.sticky li.header-nav-links,
.header-nav_about.sticky li.header-nav-links {
    margin-right: -5.5em;
  }
  .header-nav.sticky .header-nav-subscribe,
.header-nav_about.sticky .header-nav-subscribe {
    width: 6.25em;
  }
  .header-nav.sticky .header-nav-subscribe,
.header-nav_about.sticky .header-nav-subscribe {
    -webkit-flex-grow: 50;
    -moz-flex-grow: 50;
    flex-grow: 50;
    -ms-flex-positive: 50;
  }
  .header-nav.sticky .header-nav-subscribe a:hover h6,
.header-nav_about.sticky .header-nav-subscribe a:hover h6 {
    background-color: #f7f7f7;
    color: var(--issue-color);
  }
  .header-nav.sticky .header-nav-subscribe h6,
.header-nav_about.sticky .header-nav-subscribe h6 {
    padding: 0;
  }
}
@media screen and (min-width: 62.5em) and (max-width: 74.9375em) {
  .header-nav.sticky p,
.header-nav_about.sticky p {
    font-size: 1.0625em;
    font-size: 1.05em;
    /* interim */
  }
  .header-nav.sticky .header-nav-thedaily,
.header-nav_about.sticky .header-nav-thedaily {
    width: 4em;
  }
  .header-nav.sticky .header-nav-thedaily p,
.header-nav_about.sticky .header-nav-thedaily p {
    font-size: 1.0625em;
    font-size: 1.05em;
    /* interim */
  }
  .header-nav.sticky .header-nav-depts,
.header-nav_about.sticky .header-nav-depts {
    width: 32.6875em;
  }
  .header-nav.sticky .header-nav-about,
.header-nav_about.sticky .header-nav-about {
    width: 2.625em;
  }
  .header-nav.sticky .header-nav-support,
.header-nav_about.sticky .header-nav-support {
    width: 3.3125em;
  }
  .header-nav.sticky li.header-nav-links p,
.header-nav_about.sticky li.header-nav-links p {
    font-size: 1.0625em;
    font-size: 1.05em;
    /* interim */
    margin-right: 0.5625rem;
  }
  .header-nav.sticky li.header-nav-links .magazine,
.header-nav_about.sticky li.header-nav-links .magazine {
    width: 5.6875rem;
  }
  .header-nav.sticky li.header-nav-links .interviews,
.header-nav_about.sticky li.header-nav-links .interviews {
    width: 4.1875rem;
  }
  .header-nav.sticky li.header-nav-links .fiction,
.header-nav_about.sticky li.header-nav-links .fiction {
    width: 2.875rem;
  }
  .header-nav.sticky li.header-nav-links .letterandessay,
.header-nav_about.sticky li.header-nav-links .letterandessay {
    width: 6.5625rem;
  }
  .header-nav.sticky li.header-nav-links .poetry,
.header-nav_about.sticky li.header-nav-links .poetry {
    width: 2.625rem;
  }
  .header-nav.sticky li.header-nav-links .artandphoto,
.header-nav_about.sticky li.header-nav-links .artandphoto {
    width: 7.875rem;
  }
}
@media screen and (min-width: 75em) {
  .header-nav.sticky .header-nav-wrap,
.header-nav_about.sticky .header-nav-wrap {
    padding-right: 5.4375em;
  }
  .header-nav.sticky .header-nav-logo,
.header-nav_about.sticky .header-nav-logo {
    margin-right: 0.75em;
  }
  .header-nav.sticky li.header-nav-links,
.header-nav_about.sticky li.header-nav-links {
    margin-right: -5.4375em;
  }
  .header-nav.sticky li.header-nav-links .header-nav-depts,
.header-nav_about.sticky li.header-nav-links .header-nav-depts {
    width: 35.375em;
  }
  .header-nav.sticky li.header-nav-links .header-nav-depts p,
.header-nav_about.sticky li.header-nav-links .header-nav-depts p {
    margin-right: 0.75rem;
  }
}
@media screen and (min-width: 83em) {
  .header-nav.sticky .header-nav-wrap,
.header-nav_about.sticky .header-nav-wrap {
    padding-right: 21.3125em;
  }
  .header-nav.sticky .icon-logo,
.header-nav.sticky .icon-logo-white,
.header-nav_about.sticky .icon-logo,
.header-nav_about.sticky .icon-logo-white {
    height: 2.125em;
    width: 18.375em;
    background-size: 100% 100%;
    display: block;
  }
  .header-nav.sticky .icon-hadada,
.header-nav.sticky .icon-hadada-white,
.header-nav_about.sticky .icon-hadada,
.header-nav_about.sticky .icon-hadada-white {
    display: none;
  }
  .header-nav.sticky li.header-nav-links,
.header-nav_about.sticky li.header-nav-links {
    margin-right: -21.3125em;
  }
  .header-nav.sticky .icon-search,
.header-nav_about.sticky .icon-search {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
  }
  .header-nav.sticky .header-nav-subscribe,
.header-nav_about.sticky .header-nav-subscribe {
    -webkit-flex-grow: 100;
    -moz-flex-grow: 100;
    flex-grow: 100;
    -ms-flex-positive: 100;
    width: 6.6875em;
  }
}

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: rgba(65, 65, 65, 0.95);
  display: none;
  margin-top: 3em;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  padding: 0.875rem;
  width: 100%;
  z-index: 993;
}
@media screen and (min-width: 48em) {
  .mobile-nav {
    margin-top: 3.75em;
    padding: 2.1875em;
  }
}
.mobile-nav a,
.mobile-nav label h6 {
  color: white;
  font-size: 1.125em;
}
@media screen and (min-width: 48em) {
  .mobile-nav a,
.mobile-nav label h6 {
    font-size: 1.25em;
  }
}
.mobile-nav a:hover,
.mobile-nav label h6:hover {
  color: #c8c8c8;
}
.mobile-nav .mobile-nav-sign-in h6 {
  cursor: pointer;
  font-size: 0.8125em;
}
.mobile-nav p {
  margin-bottom: 0.6rem;
}

.mobile-nav-skyline {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #7d7d7d;
}
.mobile-nav-skyline::after {
  clear: both;
  content: "";
  display: table;
}

.mobile-nav-sign-in {
  float: left;
}

.mobile-nav-social {
  float: right;
}
.mobile-nav-social a {
  position: relative;
  height: 0.625em;
  width: 0.75em;
  cursor: pointer;
  float: left;
  margin-right: 0.7em;
}
.mobile-nav-social a:last-of-type {
  margin-right: 0.35em;
}
.mobile-nav-social a svg {
  height: 0.75em;
  width: 0.75em;
  margin-left: -0.375em;
  margin-top: -0.375em;
  fill: white;
}
.mobile-nav-social a:hover svg {
  fill: #c8c8c8;
}

.mobile-nav-link {
  padding-top: 0.7em;
  padding-bottom: 0;
  border-bottom: 1px solid #7d7d7d;
}
.mobile-nav-link a:hover {
  color: var(--issue-color);
}

.mobile-subnav-link {
  padding-top: 0.4666666667em;
  padding-bottom: 0;
}
.mobile-subnav-link:first-of-type {
  padding-top: 0;
}
.mobile-subnav-link:last-of-type p {
  margin-bottom: 0.4666666667em;
}
.mobile-subnav-link p {
  margin-bottom: 0;
  margin-left: 1.05em;
}
.mobile-subnav-link a {
  font-size: 0.875em;
}

.mobile-nav-subscribe {
  margin-top: 1.4em;
}
.mobile-nav-subscribe h6 {
  background-color: var(--issue-color);
  color: white;
  line-height: 2.5;
  padding: 0.25em 0.7em 0 0.938em;
}
.mobile-nav-subscribe h6:hover {
  background-color: #f7f7f7;
  color: var(--issue-color);
}
.mobile-nav-subscribe h6:hover svg {
  fill: var(--issue-color);
}
.mobile-nav-subscribe .icon-caret-small {
  height: 2.25em;
  width: 0.75em;
  float: right;
  position: relative;
}
.mobile-nav-subscribe .icon-caret-small svg {
  height: 0.75em;
  width: 0.75em;
  margin-left: -0.375em;
  margin-top: -0.375em;
  fill: #f7f7f7;
}

@media screen and (max-width: 47.9375em) {
  .home-stack-card, .landing-stack-card, .suggested-reading-card, .related-audio-card {
    border-bottom: 1px solid #d7d7d7;
  }
}
.home-stack-card a, .landing-stack-card a, .suggested-reading-card a, .related-audio-card a,
.home-stack-card label,
.landing-stack-card label,
.suggested-reading-card label,
.related-audio-card label {
  display: block;
}
.home-stack-card a::after, .landing-stack-card a::after, .suggested-reading-card a::after, .related-audio-card a::after,
.home-stack-card label::after,
.landing-stack-card label::after,
.suggested-reading-card label::after,
.related-audio-card label::after {
  clear: both;
  content: "";
  display: table;
}
.home-stack-card a:hover, .landing-stack-card a:hover, .suggested-reading-card a:hover, .related-audio-card a:hover,
.home-stack-card label:hover,
.landing-stack-card label:hover,
.suggested-reading-card label:hover,
.related-audio-card label:hover {
  color: inherit;
}
.home-stack-card a:hover .card-figure-wrap img, .landing-stack-card a:hover .card-figure-wrap img, .suggested-reading-card a:hover .card-figure-wrap img, .related-audio-card a:hover .card-figure-wrap img,
.home-stack-card label:hover .card-figure-wrap img,
.landing-stack-card label:hover .card-figure-wrap img,
.suggested-reading-card label:hover .card-figure-wrap img,
.related-audio-card label:hover .card-figure-wrap img {
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}
.home-stack-card a:hover h1, .landing-stack-card a:hover h1, .suggested-reading-card a:hover h1, .related-audio-card a:hover h1,
.home-stack-card label:hover h1,
.landing-stack-card label:hover h1,
.suggested-reading-card label:hover h1,
.related-audio-card label:hover h1 {
  color: var(--issue-color);
}
.home-stack-card a:hover .card-rubric, .landing-stack-card a:hover .card-rubric, .suggested-reading-card a:hover .card-rubric, .related-audio-card a:hover .card-rubric,
.home-stack-card label:hover .card-rubric,
.landing-stack-card label:hover .card-rubric,
.suggested-reading-card label:hover .card-rubric,
.related-audio-card label:hover .card-rubric {
  border-color: var(--issue-color);
}

.card-figure-wrap,
.card-titles,
.card-rubric {
  margin: 0 0.875rem 0.5em;
}
@media screen and (min-width: 48em) {
  .card-figure-wrap,
.card-titles,
.card-rubric {
    margin: 0 0 0.7em;
  }
}

@media screen and (max-width: 29.9375em) {
  .card-figure-wrap {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .card-figure-wrap {
    margin-top: 1em;
  }
}
.card-figure-wrap ~ .card-titles-wrap .card-titles {
  border-top: 0;
}
@media screen and (min-width: 62.5em) {
  .card-figure-wrap ~ .card-titles-wrap .card-titles .card-excerpt-wrap {
    height: 4.875em;
    height: 4.41em;
    /* interim */
  }
}
.card-figure-wrap figure {
  padding-bottom: 65%;
}
.card-figure-wrap img {
  transition: all 0.2s ease;
}

.card-rubric figure {
  background-color: #fff;
}

.card-fiction .card-rubric figure,
.card-archive .card-rubric figure,
.card-interview .card-rubric figure {
  width: 5.625em;
}

.card-thedaily .card-rubric figure {
  margin: -1em 0 1em;
  width: 6.875em;
}

.card-fiction .card-rubric figure {
  margin-top: -2.75em;
}

.card-archive .card-rubric figure {
  margin-top: -2.5em;
}

.home-stack-card.card-interview,
.card-interview,
.of-the-day_video,
.of-the-day_podcast,
.of-the-day_audio,
.of-the-day_art,
.of-the-day_poem,
.author-bio,
.of-the-day_interview,
.of-the-day_event {
  background-color: #f7f7f7;
  margin-bottom: 2em;
  margin-top: 0.875rem;
  padding-top: 0.875rem;
}
@media screen and (min-width: 30em) {
  .home-stack-card.card-interview,
.card-interview,
.of-the-day_video,
.of-the-day_podcast,
.of-the-day_audio,
.of-the-day_art,
.of-the-day_poem,
.author-bio,
.of-the-day_interview,
.of-the-day_event {
    margin-top: 2.1875em;
  }
}
@media screen and (max-width: 47.9375em) {
  .home-stack-card.card-interview,
.card-interview,
.of-the-day_video,
.of-the-day_podcast,
.of-the-day_audio,
.of-the-day_art,
.of-the-day_poem,
.author-bio,
.of-the-day_interview,
.of-the-day_event {
    border-bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .home-stack-card.card-interview,
.card-interview,
.of-the-day_video,
.of-the-day_podcast,
.of-the-day_audio,
.of-the-day_art,
.of-the-day_poem,
.author-bio,
.of-the-day_interview,
.of-the-day_event {
    padding: 0.75em;
  }
}
@media screen and (min-width: 62.5em) {
  .home-stack-card.card-interview .card-excerpt-wrap,
.card-interview .card-excerpt-wrap,
.of-the-day_video .card-excerpt-wrap,
.of-the-day_podcast .card-excerpt-wrap,
.of-the-day_audio .card-excerpt-wrap,
.of-the-day_art .card-excerpt-wrap,
.of-the-day_poem .card-excerpt-wrap,
.author-bio .card-excerpt-wrap,
.of-the-day_interview .card-excerpt-wrap,
.of-the-day_event .card-excerpt-wrap {
    height: 3.25em !important;
    height: 2.94em !important;
    /* interim */
  }
}
@media screen and (min-width: 62.5em) {
  .home-stack-card.card-interview h1,
.card-interview h1,
.of-the-day_video h1,
.of-the-day_podcast h1,
.of-the-day_audio h1,
.of-the-day_art h1,
.of-the-day_poem h1,
.author-bio h1,
.of-the-day_interview h1,
.of-the-day_event h1 {
    margin-top: 0;
  }
}
.home-stack-card.card-interview .card-rubric,
.card-interview .card-rubric,
.of-the-day_video .card-rubric,
.of-the-day_podcast .card-rubric,
.of-the-day_audio .card-rubric,
.of-the-day_art .card-rubric,
.of-the-day_poem .card-rubric,
.author-bio .card-rubric,
.of-the-day_interview .card-rubric,
.of-the-day_event .card-rubric {
  border-top: 0;
  margin-bottom: 1em;
}
@media screen and (min-width: 48em) {
  .home-stack-card.card-interview .card-rubric,
.card-interview .card-rubric,
.of-the-day_video .card-rubric,
.of-the-day_podcast .card-rubric,
.of-the-day_audio .card-rubric,
.of-the-day_art .card-rubric,
.of-the-day_poem .card-rubric,
.author-bio .card-rubric,
.of-the-day_interview .card-rubric,
.of-the-day_event .card-rubric {
    margin-bottom: 0;
  }
}
.home-stack-card.card-interview .card-rubric figure,
.card-interview .card-rubric figure,
.of-the-day_video .card-rubric figure,
.of-the-day_podcast .card-rubric figure,
.of-the-day_audio .card-rubric figure,
.of-the-day_art .card-rubric figure,
.of-the-day_poem .card-rubric figure,
.author-bio .card-rubric figure,
.of-the-day_interview .card-rubric figure,
.of-the-day_event .card-rubric figure {
  background-color: transparent;
  margin-top: -2.5em;
}

@media screen and (min-width: 62.5em) {
  .home-stack-card.card-interview,
.card-interview {
    float: left;
    display: block;
    margin-right: 6.6666666667%;
    width: 100%;
    margin-bottom: 3em;
    margin-top: 0;
  }
  .home-stack-card.card-interview:last-child,
.card-interview:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .home-stack-card.card-interview .card-titles-wrap,
.card-interview .card-titles-wrap {
    float: left;
    display: block;
    margin-right: 6.6666666667%;
    width: 46.6666666667%;
  }
  .home-stack-card.card-interview .card-titles-wrap:last-child,
.card-interview .card-titles-wrap:last-child {
    margin-right: 0;
  }
}
.home-stack-card.card-interview .card-figure-wrap,
.card-interview .card-figure-wrap {
  margin-top: 0;
}
@media screen and (min-width: 62.5em) {
  .home-stack-card.card-interview .card-figure-wrap,
.card-interview .card-figure-wrap {
    float: left;
    display: block;
    margin-right: 6.6666666667%;
    width: 46.6666666667%;
    margin-bottom: 0;
  }
  .home-stack-card.card-interview .card-figure-wrap:last-child,
.card-interview .card-figure-wrap:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 62.4375em) {
  .home-stack-card.card-interview .card-figure-wrap figure,
.card-interview .card-figure-wrap figure {
    padding-bottom: 72%;
  }
}
@media screen and (min-width: 62.5em) {
  .home-stack-card.card-interview .card-figure-wrap figure,
.card-interview .card-figure-wrap figure {
    height: 16em;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 75em) {
  .home-stack-card.card-interview .card-figure-wrap figure,
.card-interview .card-figure-wrap figure {
    height: 19em;
  }
}
@media screen and (min-width: 48em) {
  .home-stack-card.card-interview .card-excerpt-wrap,
.card-interview .card-excerpt-wrap {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .home-stack-card.card-interview .card-rubric,
.card-interview .card-rubric {
    margin-top: 2.75em;
  }
}
@media screen and (min-width: 48em) {
  .home-stack-card.card-interview .card-rubric,
.card-interview .card-rubric {
    margin-top: 2.25em;
  }
}
.home-stack-card.card-interview .card-rubric figure,
.card-interview .card-rubric figure {
  float: none !important;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 75em) {
  .home-stack-card.card-interview h1,
.card-interview h1 {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 48em) {
  .home-stack-card.card-interview h2,
.home-stack-card.card-interview h3,
.card-interview h2,
.card-interview h3 {
    display: block;
    float: none;
  }
}
@media screen and (min-width: 48em) {
  .home-stack-card.card-interview h2,
.card-interview h2 {
    margin-bottom: 0.35em;
  }
}

@media screen and (min-width: 48em) {
  .card-titles {
    border-top: 1px solid #414141;
  }
}
.card-titles h1 {
  margin-bottom: 0;
  margin-top: 0.5rem;
  transition: all 0.2s ease;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .card-titles h1 {
    font-size: 1.75em;
    font-size: 1.4em;
    /* interim reduce 20% */
  }
}
.card-titles address {
  display: inline;
  margin-right: 0.35em;
}
.card-titles time {
  color: #7d7d7d;
  display: inline-block;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 75em) {
  .card-titles time {
    margin-bottom: 1em;
  }
}
.card-titles p {
  color: #7d7d7d;
  line-height: 1.25;
  margin-bottom: 0;
}
.card-titles p a {
  display: inline-block;
  transition: all 0.2s ease;
  color: var(--issue-color);
}
.card-titles p a:hover {
  color: var(--issue-color-mid);
}
.card-titles p:first-of-type {
  text-indent: 0;
}
@media screen and (min-width: 30em) {
  .card-titles p {
    line-height: 1.3;
    line-height: 1.4;
    /* interim */
  }
}

.card-excerpt-wrap {
  height: 5em;
  margin-bottom: 1em;
}
@media screen and (min-width: 62.5em) {
  .card-excerpt-wrap {
    height: 19.5em;
    height: 17.64em;
    /* interim */
  }
}
@media screen and (min-width: 75em) {
  .card-excerpt-wrap {
    height: 22.75em;
    height: 20.58em;
    /* interim */
  }
}

.card-rubric {
  margin-bottom: 1.5em;
}
.card-rubric::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48em) {
  .card-rubric {
    border-top: 1px solid #d7d7d7;
    margin-bottom: 3em;
    margin-top: 2.5em;
    padding-top: 0.5em;
  }
}
@media screen and (min-width: 62.5em) {
  .card-rubric {
    margin-top: 3.5em;
  }
}
.card-rubric h2,
.card-rubric h3 {
  color: var(--issue-color);
  font-size: 0.625em;
  font-size: 0.6875em;
  /* interim to match mobile */
  line-height: 1.1;
  margin-right: 0.35em;
}
@media screen and (min-width: 30em) {
  .card-rubric h2,
.card-rubric h3 {
    font-size: 0.6875em;
  }
}
.card-rubric h3 {
  color: var(--issue-color-mid);
}
@media screen and (min-width: 30em) {
  .card-rubric h3 {
    margin-right: 0;
  }
}
.card-rubric figure {
  float: right;
}
@media screen and (max-width: 47.9375em) {
  .card-rubric figure {
    display: none;
  }
}

.rail-ad-dfp-wrap img, .home-stack-ad-dfp-wrap img, .header-ad-dfp-wrap img {
  height: 100%;
  width: 100%;
}

#int-header-ad, .rail-ad_mobile, .rail-ad, .home-stack-ad, .header-ad {
  width: 100%;
}
#int-header-ad h1, .rail-ad_mobile h1, .rail-ad h1, .home-stack-ad h1, .header-ad h1 {
  color: #7d7d7d;
  font-size: 0.625em;
  font-size: 0.75em;
  /* interim to match desktop */
  height: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 62.5em) {
  #int-header-ad h1, .rail-ad_mobile h1, .rail-ad h1, .home-stack-ad h1, .header-ad h1 {
    font-size: 0.75em;
    height: 1.5rem;
  }
}

.header-ad {
  margin: 3em auto 0;
  background-color: #d7d7d7;
}
@media screen and (min-width: 48em) {
  .header-ad {
    margin-top: 3.75em;
  }
}
@media screen and (min-width: 62.5em) {
  .header-ad {
    background-color: transparent;
    margin-bottom: 2em;
    margin-top: 1em;
  }
}
@media screen and (min-width: 75em) {
  .header-ad {
    background-color: transparent;
    margin-top: 1em;
  }
}
@media screen and (min-width: 62.5em) {
  .header-ad.sticky {
    margin-top: 10.5em;
  }
}
@media screen and (min-width: 75em) {
  .header-ad.sticky {
    margin-top: 13.5em;
  }
}

.header-ad-dfp-wrap {
  height: 50px;
  width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .header-ad-dfp-wrap {
    height: 90px;
    width: 728px;
  }
}
@media screen and (min-width: 62.5em) {
  .header-ad-dfp-wrap {
    height: 250px;
    width: 970px;
  }
}

.header_ad_large {
  display: none;
}
@media screen and (min-width: 48em) {
  .header_ad_large {
    display: none;
  }
}
@media screen and (min-width: 62.5em) {
  .header_ad_large {
    display: block;
  }
}

.header_ad_medium {
  display: none;
}
@media screen and (min-width: 48em) {
  .header_ad_medium {
    display: block;
  }
}
@media screen and (min-width: 62.5em) {
  .header_ad_medium {
    display: none;
  }
}

.header_ad_small {
  display: block;
}
@media screen and (min-width: 48em) {
  .header_ad_small {
    display: none;
  }
}
@media screen and (min-width: 62.5em) {
  .header_ad_small {
    display: none;
  }
}

@media screen and (min-width: 48em) {
  .home-stack-ad {
    display: none;
  }
}

.home-stack-ad-dfp-wrap {
  margin: 0 auto;
  max-width: 18.75em;
}

.rail-ad {
  margin-bottom: 3em;
}
@media screen and (max-width: 47.9375em) {
  .rail-ad {
    display: none;
  }
}

.rail-ad-dfp-wrap {
  margin: 0 auto;
  max-width: 18.75em;
}

.rail-ad_mobile {
  margin-bottom: 2em;
}
@media screen and (min-width: 48em) {
  .rail-ad_mobile {
    display: none;
  }
}

.discretionary-card, .rail-promo {
  position: relative;
}
.discretionary-card a:hover .button, .rail-promo a:hover .button {
  color: #414141;
}
.discretionary-card h6, .rail-promo h6 {
  position: absolute;
  transition: all 0.2s ease;
}
.discretionary-card .button, .rail-promo .button {
  padding-right: 0;
  padding-left: 0;
  background-color: #d7d7d7;
  bottom: 1em;
  color: #7d7d7d;
  left: 1em;
  right: 1em;
}

.rail-promo {
  margin-bottom: 3em;
}
@media screen and (max-width: 47.9375em) {
  .rail-promo {
    display: none;
  }
}
.rail-promo .slug {
  left: 0;
  right: 0;
}

.podcast-return, .event-return, .support-body > h6, .paywall .button, .discretionary-card h6, .of-the-day_video .h6, .of-the-day_video .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_video b, .of-the-day_podcast .h6, .of-the-day_podcast .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_podcast b, .of-the-day_audio .h6, .of-the-day_audio .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_audio b, .of-the-day_art .h6, .of-the-day_art .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_art b, .of-the-day_poem .h6, .author-bio .h6, .of-the-day_poem .events-stack .event-descrip b, .author-bio .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_poem b, .events-stack .event-descrip .author-bio b, .of-the-day_interview .h6, .of-the-day_event .h6, .of-the-day_interview .events-stack .event-descrip b, .of-the-day_event .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_interview b, .events-stack .event-descrip .of-the-day_event b, .of-the-day_video #int-nav-subscribe_desk, .of-the-day_video #int-nav-signin-toggle_mobile, .of-the-day_video .int-nav-subscribe_mobile, .of-the-day_video #skip, .of-the-day_podcast #int-nav-subscribe_desk, .of-the-day_podcast #int-nav-signin-toggle_mobile, .of-the-day_podcast .int-nav-subscribe_mobile, .of-the-day_podcast #skip, .of-the-day_audio #int-nav-subscribe_desk, .of-the-day_audio #int-nav-signin-toggle_mobile, .of-the-day_audio .int-nav-subscribe_mobile, .of-the-day_audio #skip, .of-the-day_art #int-nav-subscribe_desk, .of-the-day_art #int-nav-signin-toggle_mobile, .of-the-day_art .int-nav-subscribe_mobile, .of-the-day_art #skip, .of-the-day_poem #int-nav-subscribe_desk, .author-bio #int-nav-subscribe_desk, .of-the-day_poem #int-nav-signin-toggle_mobile, .author-bio #int-nav-signin-toggle_mobile, .of-the-day_poem .int-nav-subscribe_mobile, .author-bio .int-nav-subscribe_mobile, .of-the-day_poem #skip, .author-bio #skip, .of-the-day_interview #int-nav-subscribe_desk, .of-the-day_event #int-nav-subscribe_desk, .of-the-day_interview #int-nav-signin-toggle_mobile, .of-the-day_event #int-nav-signin-toggle_mobile, .of-the-day_interview .int-nav-subscribe_mobile, .of-the-day_event .int-nav-subscribe_mobile, .of-the-day_interview #skip, .of-the-day_event #skip, .rail-issue h6, .rail-enews h6, .current-issue h6, .rail-promo h6 {
  background-color: var(--issue-color);
  color: white;
  height: 2.25rem;
  line-height: 2.375rem;
  line-height: 2.25rem;
  /* interim */
  padding: 0 0.7em 0 0.825em;
}

.rail-issue, .rail-enews, .current-issue, .rail-promo {
  background-color: #f7f7f7;
  text-align: center;
}
.current-issue-titles {
  margin-bottom: 1.4em;
}
@media screen and (min-width: 48em) {
  .current-issue-titles {
    margin-bottom: 1.75em;
  }
}

@media screen and (max-width: 47.9375em) {
  .article-body-wrap + .rail_right .current-issue {
    display: none;
  }
}

.current-issue {
  margin-bottom: 3em;
}
@media screen and (min-width: 48em) {
  .current-issue {
    margin-bottom: 2em;
  }
}
.current-issue a:hover {
  color: inherit;
}
.current-issue figure {
  margin: 2.1em auto;
  width: 75%;
}
@media screen and (min-width: 30em) {
  .current-issue figure {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
}
@media screen and (min-width: 75em) {
  .current-issue figure {
    margin-top: 3.5em;
  }
}
.current-issue .action {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  margin-right: 1rem;
  margin-left: 1rem;
  border-top: 1px solid #d7d7d7;
  color: var(--issue-color);
  font-size: 1.75em;
  font-style: italic;
}
@media screen and (min-width: 48em) {
  .current-issue .action {
    padding-top: 1em;
    padding-bottom: 1.25em;
  }
}
@media screen and (min-width: 75em) {
  .current-issue .action {
    font-size: 2em;
    font-size: 1.6em;
    /* interim reduce 20% */
  }
}

.current-issue-titles {
  margin-right: 0.7em;
  margin-left: 0.7em;
}
.current-issue-titles .authors {
  color: #7d7d7d;
}
.current-issue-titles .more {
  font-style: italic;
}

@media screen and (max-width: 47.9375em) {
  .home-rail_left .current-issue-titles {
    display: none;
  }
}

.footer-enews-form, .rail-enews-form {
  margin: 0 1em;
}
.footer-enews-form::after, .rail-enews-form::after {
  clear: both;
  content: "";
  display: table;
}
.footer-enews-form input, .rail-enews-form input {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 65.9574468085%;
  background-color: transparent;
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  color: #7d7d7d;
  line-height: 34px;
  padding: 0;
}
.footer-enews-form input:last-child, .rail-enews-form input:last-child {
  margin-right: 0;
}
.footer-enews-form input::-webkit-input-placeholder, .rail-enews-form input::-webkit-input-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.footer-enews-form input::-moz-placeholder, .rail-enews-form input::-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.footer-enews-form input:-moz-placeholder, .rail-enews-form input:-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.footer-enews-form input:-ms-input-placeholder, .rail-enews-form input:-ms-input-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
@media screen and (min-width: 30em) {
  .footer-enews-form input, .rail-enews-form input {
    font-size: 1.125em;
  }
}
.footer-enews-form input:hover::-webkit-input-placeholder, .rail-enews-form input:hover::-webkit-input-placeholder, .footer-enews-form input:focus::-webkit-input-placeholder, .rail-enews-form input:focus::-webkit-input-placeholder {
  font-style: italic;
}
.footer-enews-form input:hover::-moz-placeholder, .rail-enews-form input:hover::-moz-placeholder, .footer-enews-form input:focus::-moz-placeholder, .rail-enews-form input:focus::-moz-placeholder {
  font-style: italic;
}
.footer-enews-form input:hover:-moz-placeholder, .rail-enews-form input:hover:-moz-placeholder, .footer-enews-form input:focus:-moz-placeholder, .rail-enews-form input:focus:-moz-placeholder {
  font-style: italic;
}
.footer-enews-form input:hover:-ms-input-placeholder, .rail-enews-form input:hover:-ms-input-placeholder, .footer-enews-form input:focus:-ms-input-placeholder, .rail-enews-form input:focus:-ms-input-placeholder {
  font-style: italic;
}
.footer-enews-form button, .rail-enews-form button {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 31.914893617%;
  background-color: #d7d7d7;
  color: #7d7d7d;
  height: 36px;
  transition: all 0.2s ease;
}
.footer-enews-form button:last-child, .rail-enews-form button:last-child {
  margin-right: 0;
}
.footer-enews-form button:hover, .rail-enews-form button:hover {
  color: #414141;
}

.rail-enews {
  margin-bottom: 2em;
}
.rail-enews::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 47.9375em) {
  .rail-enews {
    display: none;
  }
}
.rail-enews h4 {
  color: var(--issue-color);
  margin: 2em;
}

.footer-enews-form {
  margin: 1em 0 0;
}
@media screen and (max-width: 47.9375em) {
  .footer-enews-form {
    margin-bottom: 1em;
  }
}

.hadada {
  position: relative;
  margin: 3em auto;
  max-width: 25em;
}
.hadada:first-child {
  margin-top: 0;
}
.hadada a {
  position: relative;
  height: 0;
  width: 100%;
  background-color: white;
  display: block;
  padding-bottom: 65%;
  transition: all 0.25s;
  z-index: 899;
}
.hadada a:hover {
  border: 0;
  opacity: 0;
}
.hadada svg {
  height: 10em;
  width: 10em;
  margin-left: -5em;
  margin-top: -5em;
  fill: var(--issue-color);
}
.hadada figure {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.hadada img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

_:-ms-lang(x), .hadada {
  overflow: hidden;
}
_:-ms-lang(x) img, .hadada img {
  height: auto;
}

.rail_right .hadada a,
.rail_left .hadada a {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #414141;
}
@media screen and (min-width: 30em) {
  .rail_right .hadada a,
.rail_left .hadada a {
    padding-bottom: 65%;
  }
}
.rail_right .hadada svg,
.rail_left .hadada svg {
  height: 8em;
  width: 8em;
  margin-left: -4em;
  margin-top: -4em;
}
@media screen and (min-width: 48em) {
  .rail_right .hadada svg,
.rail_left .hadada svg {
    height: 6em;
    width: 6em;
    margin-left: -3em;
    margin-top: -3em;
  }
}

.rail_left .hadada {
  margin-top: 0;
}
.rail_left .hadada a {
  border-top: 0;
}

.footer-credits, .tout, .footer-nav_tablet, .footer-nav_mobile {
  border-bottom: 2px solid white;
  padding-bottom: 0;
  padding-top: 0.7em;
}
.footer-credits::after, .tout::after, .footer-nav_tablet::after, .footer-nav_mobile::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48em) {
  .footer-credits, .tout, .footer-nav_tablet, .footer-nav_mobile {
    border-bottom: 0;
    margin-bottom: 1.4em;
    padding-top: 1.4em;
  }
}
@media screen and (min-width: 48em) {
  .footer-credits p, .tout p, .footer-nav_tablet p, .footer-nav_mobile p {
    font-size: 1.125em;
    font-size: 1em;
    /* interim */
  }
}

.footer-nav_tablet a, .footer-nav_mobile a {
  transition: all 0.2s ease;
}
.footer-nav_tablet a:hover, .footer-nav_mobile a:hover {
  color: var(--issue-color);
}

.footer {
  background-color: #f7f7f7;
  padding-bottom: 2em;
  width: 100%;
}
.footer::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48em) {
  .footer {
    margin-top: 6em;
  }
}

.footer-touts,
.footer-bottom {
  max-width: 85em;
  margin: 0 auto;
}
.footer-touts::after,
.footer-bottom::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .tout {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 23.4042553191%;
  }
  .tout:last-child {
    margin-right: 0;
  }
  .tout.enews {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 48.9361702128%;
  }
  .tout.enews:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .tout {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 31.914893617%;
  }
  .tout:last-child {
    margin-right: 0;
  }
}
.tout:last-of-type {
  border-bottom: 0;
}
.tout a {
  display: block;
}
.tout a:hover h6 {
  border-color: #414141;
  color: #414141;
}
.tout h6 {
  border-bottom: 1px solid var(--issue-color);
  color: var(--issue-color);
  display: inline-block;
  margin-bottom: 0.7em;
  padding-bottom: 0.2333333333em;
  transition: all 0.2s ease;
}
@media screen and (min-width: 48em) {
  .tout h6 {
    margin-bottom: 1.4em;
  }
}
.tout p {
  color: #7d7d7d;
  line-height: 1.125;
  margin-bottom: 1.4em;
}

.footer-illo-wrap {
  margin-bottom: 1.4em;
}
.footer-illo-wrap img {
  width: 100%;
}

@media screen and (min-width: 48em) {
  .footer-nav_mobile {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 57.4468085106%;
  }
  .footer-nav_mobile:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .footer-nav_mobile {
    display: none;
  }
}
.footer-nav_mobile ul {
  float: left;
  display: block;
  margin-right: 9.0909090909%;
  width: 27.2727272727%;
}
.footer-nav_mobile ul:last-child {
  margin-right: 0;
}

.footer-nav_tablet {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 57.4468085106%;
  padding-right: 0;
}
.footer-nav_tablet:last-child {
  margin-right: 0;
}
@media screen and (max-width: 62.4375em) {
  .footer-nav_tablet {
    display: none;
  }
}
.footer-nav_tablet ul {
  float: left;
  width: 20%;
}
.footer-nav_tablet p {
  line-height: 1.125;
  margin-bottom: 0.35em;
}

.footer-credits {
  border-bottom: 0;
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .footer-credits {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 40.4255319149%;
  }
  .footer-credits:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .footer-credits {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 31.914893617%;
    margin-left: 8.5106382979%;
    padding-left: 0;
  }
  .footer-credits:last-child {
    margin-right: 0;
  }
}
.footer-credits p {
  color: #7d7d7d;
}
@media screen and (min-width: 62.5em) {
  .footer-credits p {
    margin-bottom: 0.35em;
  }
}
.footer-credits a {
  color: #414141;
  transition: all 0.2s ease;
}
.footer-credits a:hover {
  color: var(--issue-color);
}

.event-tools .social-icon,
.event-social-icon-wrap .social-icon, .article-tools_desktop .icon-manuscript, .article-tools_desktop .nav-icon, .article-tools_desktop .social-icon {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.7em;
}
.event-tools .social-icon svg,
.event-social-icon-wrap .social-icon svg, .article-tools_desktop .icon-manuscript svg, .article-tools_desktop .nav-icon svg, .article-tools_desktop .social-icon svg {
  fill: #c8c8c8;
  transition: all 0.2s ease;
}
.event-tools .social-icon:hover svg,
.event-social-icon-wrap .social-icon:hover svg, .article-tools_desktop .icon-manuscript:hover svg, .article-tools_desktop .nav-icon:hover svg, .article-tools_desktop .social-icon:hover svg {
  fill: #7d7d7d;
}

.article-tools_desktop {
  border-top: 1px solid #d7d7d7;
  margin-top: 0;
  padding-top: 0.7em;
}
@media screen and (max-width: 62.4375em) {
  .article-tools_desktop {
    display: none;
  }
}
@media screen and (min-width: 62.5em) {
  .article-tools_desktop {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 8.5714285714%;
    margin-right: 0;
  }
  .article-tools_desktop:last-child {
    margin-right: 0;
  }
}
.article-tools_desktop .article-tools-social {
  margin-bottom: 2.1em;
}
.article-tools_desktop .social-icon {
  height: 1.125em;
  width: 1.125em;
}
.article-tools_desktop .social-icon svg {
  height: 1.125em;
  width: 1.125em;
  margin-left: -0.5625em;
  margin-top: -0.5625em;
}
.article-tools_desktop .article-nav,
.article-tools_desktop .manuscript {
  border-top: 1px solid #d7d7d7;
  padding-top: 0.2333333333em;
}
.article-tools_desktop .article-nav::after,
.article-tools_desktop .manuscript::after {
  clear: both;
  content: "";
  display: table;
}
.article-tools_desktop .article-nav {
  margin-bottom: 1.4em;
}
.article-tools_desktop p {
  color: #c8c8c8;
  font-size: 0.6875em;
  letter-spacing: 0.05em;
  line-height: 1.091;
}
.article-tools_desktop .nav-icon {
  height: 1em;
  width: 0.5em;
  float: left;
  margin-right: 1.4em;
}
.article-tools_desktop .nav-icon svg {
  height: 0.75em;
  width: 0.75em;
  margin-left: -0.375em;
  margin-top: -0.375em;
}
.article-tools_desktop .nav-icon .left svg {
  transform: rotate(180deg);
}
.article-tools_desktop .icon-manuscript {
  height: 2.25em;
  width: 2.25em;
  display: block;
}
.article-tools_desktop .icon-manuscript svg {
  height: 2.25em;
  width: 2.25em;
  margin-left: -1.125em;
  margin-top: -1.125em;
}

.article-tools_mobile {
  padding: 0.625em 0.875rem;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 2.5em;
  width: 100%;
  background-color: rgba(65, 65, 65, 0.98);
  z-index: 992;
}
@media screen and (min-width: 30em) {
  .article-tools_mobile {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .article-tools_mobile {
    padding-right: 2em;
    padding-left: 2em;
  }
}
@media screen and (min-width: 62.5em) {
  .article-tools_mobile {
    display: none;
  }
}
.article-tools_mobile li {
  position: relative;
  height: 1.25em;
  width: 0.75em;
  cursor: pointer;
  float: left;
}
.article-tools_mobile li:last-of-type {
  border-left: 1px solid #7d7d7d;
  margin-left: 0.875rem;
  width: 2.5em;
}
.article-tools_mobile li svg {
  height: 0.75em;
  width: 0.75em;
  margin-left: -0.375em;
  margin-top: -0.375em;
  fill: white;
  transition: all 0.2s ease;
}
.article-tools_mobile li:hover svg {
  fill: var(--issue-color);
}
.article-tools_mobile p {
  color: #7d7d7d;
  float: left;
  font-size: 0.625em;
  font-size: 0.75em;
  /* interim to match mobile */
  line-height: 1.5rem;
  margin-bottom: 0;
}
@media screen and (min-width: 30em) {
  .article-tools_mobile p {
    font-size: 0.75em;
    line-height: 1.375rem;
  }
}
.article-tools_mobile .article-tools-social {
  border-left: 1px solid #7d7d7d;
  color: white;
  float: right;
  height: 1.375rem;
  padding-left: 0.875rem;
}
.article-tools_mobile .left svg {
  transform: rotate(180deg);
}

.event-tools .social-icon,
.event-social-icon-wrap .social-icon {
  height: 1em;
  width: 1em;
  float: left;
  margin-right: 0.7em;
}
.event-tools .social-icon svg,
.event-social-icon-wrap .social-icon svg {
  height: 1em;
  width: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
}
@media screen and (min-width: 30em) {
  .event-tools .social-icon,
.event-social-icon-wrap .social-icon {
    height: 1em;
    width: 1em;
  }
  .event-tools .social-icon svg,
.event-social-icon-wrap .social-icon svg {
    height: 1em;
    width: 1em;
    margin-left: -0.5em;
    margin-top: -0.5em;
  }
}

.subscribe-form-inputs h1, .support-body .rail-slug h6, .issue-contents-slug .h6, .issue-contents-slug .events-stack .event-descrip b, .events-stack .event-descrip .issue-contents-slug b, .issue-contents-slug #skip, .issue-contents-slug .int-nav-subscribe_mobile, .issue-contents-slug #int-nav-signin-toggle_mobile, .issue-contents-slug #int-nav-subscribe_desk, .related-slug .h6, .related-slug .events-stack .event-descrip b, .events-stack .event-descrip .related-slug b, .related-slug #int-nav-subscribe_desk, .related-slug #int-nav-signin-toggle_mobile, .related-slug .int-nav-subscribe_mobile, .related-slug #skip, .rail-issue h6,
.rail-issue .h6,
.rail-issue .events-stack .event-descrip b,
.events-stack .event-descrip .rail-issue b,
.rail-issue #int-nav-subscribe_desk,
.rail-issue #int-nav-signin-toggle_mobile,
.rail-issue .int-nav-subscribe_mobile,
.rail-issue #skip, .rail-tags h6,
.rail-tags .h6,
.rail-tags .events-stack .event-descrip b,
.events-stack .event-descrip .rail-tags b,
.rail-tags #int-nav-subscribe_desk,
.rail-tags #int-nav-signin-toggle_mobile,
.rail-tags .int-nav-subscribe_mobile,
.rail-tags #skip, .article-tags h6,
.article-tags .h6,
.article-tags .events-stack .event-descrip b,
.events-stack .event-descrip .article-tags b,
.article-tags #int-nav-subscribe_desk,
.article-tags #int-nav-signin-toggle_mobile,
.article-tags .int-nav-subscribe_mobile,
.article-tags #skip, .rail-slug h6,
.rail-slug .h6,
.rail-slug .events-stack .event-descrip b,
.events-stack .event-descrip .rail-slug b,
.rail-slug #int-nav-subscribe_desk,
.rail-slug #int-nav-signin-toggle_mobile,
.rail-slug .int-nav-subscribe_mobile,
.rail-slug #skip {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #414141;
  height: 2.25rem;
  line-height: 2.375rem;
  line-height: 2.25rem;
  /* interim */
  margin-bottom: 1.4em;
}

.rail_right-module::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48em) {
  .rail_right-module {
    margin-bottom: 2em;
  }
}

.rail-article {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.rail-article:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.rail-article a {
  display: block;
}
.rail-article a::after {
  clear: both;
  content: "";
  display: table;
}
.rail-article a:hover img {
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}
.rail-article a:hover h1 {
  color: #414141;
}

.rail-figure-wrap {
  float: left;
  display: block;
  margin-right: 4.347826087%;
  width: 30.4347826087%;
}
.rail-figure-wrap:last-child {
  margin-right: 0;
}
.rail-figure-wrap figure {
  padding-bottom: 100%;
}
.rail-figure-wrap img {
  transition: all 0.2s ease;
}

.rail-article-titles {
  float: left;
  display: block;
  margin-right: 4.347826087%;
  width: 65.2173913043%;
}
.rail-article-titles:last-child {
  margin-right: 0;
}
.rail-article-titles h1 {
  color: var(--issue-color);
  font-size: 1.5em;
  font-size: 1.25em;
  /* interim reduce by 17% */
  line-height: 1.084;
  margin-bottom: 0.175em;
  transition: all 0.2s ease;
}
@media screen and (min-width: 30em) and (max-width: 74.9375em) {
  .rail-article-titles h1 {
    font-size: 2em;
  }
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .rail-article-titles h1 {
    font-size: 1.125em;
    font-size: 1.04em;
    /* interim reduce by 8% */
  }
}
@media screen and (min-width: 75em) {
  .rail-article-titles h1 {
    line-height: 1.1;
  }
}
.rail-article-titles address,
.rail-article-titles time {
  font-size: 1em;
  line-height: 1.1875;
  margin-bottom: 0;
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .rail-article-titles address,
.rail-article-titles time {
    font-size: 1.25em;
    line-height: 1.15;
  }
}
.rail-article-titles time {
  color: #7d7d7d;
  -moz-font-feature-settings: "liga", "kern", "pnum";
  -moz-font-feature-settings: "liga=1, kern=1", "pnum=1";
  -ms-font-feature-settings: "liga", "kern", "pnum";
  -o-font-feature-settings: "liga", "kern", "pnum";
  -webkit-font-feature-settings: "liga", "kern", "pnum";
  font-feature-settings: "liga", "kern", "pnum";
}

.stack-pagination {
  margin-bottom: 2.8em;
}
.stack-pagination::after {
  clear: both;
  content: "";
  display: table;
}
.stack-pagination li {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  width: 2.25em;
}
@media screen and (max-width: 29.9375em) {
  .stack-pagination li {
    margin-right: 0.35em;
    width: 1.5em;
  }
}
.stack-pagination a:hover p,
.stack-pagination a .active {
  color: #414141;
}
.stack-pagination p {
  color: #a0a0a0;
  height: 2.125rem;
  margin-bottom: 0;
  text-align: center;
  transition: all 0.2s ease;
}
@media screen and (max-width: 29.9375em) {
  .stack-pagination p {
    font-size: 1em;
  }
}
.stack-pagination .icon-caret-large {
  position: relative;
  height: 2.125rem;
  width: 2rem;
  display: block;
}
@media screen and (max-width: 29.9375em) {
  .stack-pagination .icon-caret-large {
    font-size: 1em;
    width: 1.5rem;
  }
}
.stack-pagination .icon-caret-large svg {
  height: 0.75em;
  width: 0.75em;
  margin-left: -0.375em;
  margin-top: -0.375em;
  fill: #a0a0a0;
  transition: all 0.2s ease;
}
.stack-pagination .icon-caret-large:hover svg {
  fill: #414141;
}
.stack-pagination .left svg {
  transform: rotate(180deg);
}

.rail-tags::after, .blog-stack-tags::after, .article-tags::after {
  clear: both;
  content: "";
  display: table;
}
.rail-tags li, .blog-stack-tags li, .article-tags li {
  float: left;
}
.rail-tags li:last-of-type .tag::after, .blog-stack-tags li:last-of-type .tag::after, .article-tags li:last-of-type .tag::after {
  content: "";
}
.rail-tags .tag, .blog-stack-tags .tag, .article-tags .tag {
  margin-bottom: 0;
  margin-right: 0.2333333333em;
}
.rail-tags .tag::after, .blog-stack-tags .tag::after, .article-tags .tag::after {
  content: ",";
}
.rail-tags a, .blog-stack-tags a, .article-tags a {
  position: relative;
  transition: all 0.2s ease;
}
.rail-tags a:hover, .blog-stack-tags a:hover, .article-tags a:hover {
  color: var(--issue-color);
}
.rail-tags a::after, .blog-stack-tags a::after, .article-tags a::after {
  border-bottom: 1px solid;
  content: "";
  display: inline-block;
  height: 1em;
  left: 0;
  margin-top: 2px;
  position: absolute;
  width: 100%;
}

.article-tags {
  font-size: 0.8em;
}
.blog-stack-tags {
  color: #a0a0a0;
  font-size: 0.8em;
  margin-bottom: 4.2em;
}
@media screen and (min-width: 48em) {
  .blog-stack-tags {
    margin-bottom: 5.6em;
  }
}
.blog-stack-tags h6 {
  float: left;
  font-size: 0.75em;
  line-height: 1.3;
  margin-right: 0.35em;
  margin-top: 0.4em;
}
@media screen and (min-width: 30em) {
  .blog-stack-tags h6 {
    font-size: 0.9375em;
    line-height: 1.4;
  }
}

.rail-issue {
  background-color: #f0f0f0;
  margin-bottom: 3em;
}
.rail-issue header .h6, .rail-issue header .events-stack .event-descrip b, .events-stack .event-descrip .rail-issue header b, .rail-issue header #int-nav-subscribe_desk, .rail-issue header #int-nav-signin-toggle_mobile, .rail-issue header .int-nav-subscribe_mobile, .rail-issue header #skip {
  border: 0;
  background-color: #7d7d7d;
  color: white;
}
.rail-issue figure {
  margin: 1.4em auto;
  width: 50%;
}
.rail-issue .action {
  padding-top: 0.7em;
  padding-bottom: 1rem;
  margin-right: 1rem;
  margin-left: 1rem;
  border-top: 1px solid #a0a0a0;
  font-size: 1.75em;
  font-style: italic;
  transition: all 0.2s ease;
}
@media screen and (min-width: 48em) {
  .rail-issue .action {
    font-size: 1.375em;
    font-size: 1.25em;
    /* interim reduce 10% */
  }
}
.rail-issue .action:hover {
  color: var(--issue-color);
}

.rail-issue-contents {
  border-top: 2px solid white;
  text-align: left;
}

.titles_about .icon-caret-small, .search-refine .icon-caret-small, .rail-nav .icon-caret-small, .rail-issue-category .icon-caret-small, .header-nav-link .icon-caret-small {
  position: relative;
  height: 2.25rem;
  width: 0.75rem;
  float: right;
  transform: rotate(90deg);
  transition: all 0.2s ease;
}
.titles_about .active.icon-caret-small svg, .search-refine .active.icon-caret-small svg, .rail-nav .active.icon-caret-small svg, .rail-issue-category .active.icon-caret-small svg, .header-nav-link .active.icon-caret-small svg {
  fill: #414141;
  transform: rotate(180deg);
}
.titles_about .icon-caret-small svg, .search-refine .icon-caret-small svg, .rail-nav .icon-caret-small svg, .rail-issue-category .icon-caret-small svg, .header-nav-link .icon-caret-small svg {
  height: 0.75rem;
  width: 0.75rem;
  margin-left: -0.375rem;
  margin-top: -0.375rem;
  fill: #7d7d7d;
  transition: all 0.2s ease;
}

.rail-issue-category {
  border-bottom: 2px solid white;
}
.rail-issue-category.active .rail-issue-article {
  display: block;
}
.rail-issue-category .h6, .rail-issue-category .events-stack .event-descrip b, .events-stack .event-descrip .rail-issue-category b, .rail-issue-category #int-nav-subscribe_desk, .rail-issue-category #int-nav-signin-toggle_mobile, .rail-issue-category .int-nav-subscribe_mobile, .rail-issue-category #skip {
  border: 0;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0 1em;
  transition: all 0.2s ease;
}
.rail-issue-category .h6:hover, .rail-issue-category .events-stack .event-descrip b:hover, .events-stack .event-descrip .rail-issue-category b:hover, .rail-issue-category #int-nav-subscribe_desk:hover, .rail-issue-category #int-nav-signin-toggle_mobile:hover, .rail-issue-category .int-nav-subscribe_mobile:hover, .rail-issue-category #skip:hover {
  background-color: #d7d7d7;
}
.rail-issue-category .h6:hover svg, .rail-issue-category .events-stack .event-descrip b:hover svg, .events-stack .event-descrip .rail-issue-category b:hover svg, .rail-issue-category #int-nav-subscribe_desk:hover svg, .rail-issue-category #int-nav-signin-toggle_mobile:hover svg, .rail-issue-category .int-nav-subscribe_mobile:hover svg, .rail-issue-category #skip:hover svg {
  fill: #414141;
}
.rail-issue-article {
  display: none;
  margin-bottom: 0.7em;
}
.rail-issue-article address,
.rail-issue-article h1 {
  color: #7d7d7d;
  font-size: 0.9375em;
  line-height: 1.2;
  margin: 0;
  padding: 0 1em;
  transition: all 0.2s ease;
}
.rail-issue-article h1 {
  font-style: italic;
}
.rail-issue-article a:hover address,
.rail-issue-article a:hover h1 {
  color: #414141;
}
.rail-issue-article.active address,
.rail-issue-article.active h1 {
  color: #414141;
}
.rail-issue-article.active h1 {
  text-decoration: underline;
}

.related {
  width: 100%;
  clear: both;
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .related .card-titles address,
.related .card-titles time,
.related .card-titles p {
    font-size: 1em;
  }
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .related .card-rubric figure {
    display: none;
  }
}

@media screen and (max-width: 47.9375em) {
  .related-slug {
    margin-right: 0.875rem;
    margin-left: 0.875rem;
  }
}
.related-slug .h6, .related-slug .events-stack .event-descrip b, .events-stack .event-descrip .related-slug b, .related-slug #int-nav-subscribe_desk, .related-slug #int-nav-signin-toggle_mobile, .related-slug .int-nav-subscribe_mobile, .related-slug #skip {
  border-bottom: 0;
  line-height: 2rem;
  padding-bottom: 0.375rem;
}

@media screen and (min-width: 48em) {
  .related-audio {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 30.4347826087%;
    padding-left: 2.1875em;
  }
  .related-audio:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 48em) {
  .suggested-reading {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 65.2173913043%;
    padding-right: 2.1875em;
  }
  .suggested-reading:last-child {
    margin-right: 0;
  }
  .suggested-reading .card-rubric {
    margin-bottom: 0;
  }
}

.related-audio a.card-titles {
  display: block;
}

.related-audio-card {
  background-color: #f7f7f7;
  margin-bottom: 2em;
  padding-bottom: 0.875rem;
  padding-top: 0.875rem;
}
@media screen and (max-width: 47.9375em) {
  .related-audio-card {
    border-bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .related-audio-card {
    margin-bottom: 0;
    padding: 1em;
  }
}
.related-audio-card .card-titles {
  border-top: 0;
}
.related-audio-card address {
  display: block;
  line-height: 1.08;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .related-audio-card address {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .related-audio-card address {
    font-size: 1.75em !important;
  }
}
.related-audio-card h1 {
  font-size: 1em;
  font-style: italic;
  margin: 0;
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .related-audio-card h1 {
    display: inline;
    font-size: 1.25em;
    line-height: 1.3;
    line-height: 1.4;
    /* interim */
  }
  .related-audio-card h1:after {
    content: ", ";
  }
}
@media screen and (min-width: 62.5em) {
  .related-audio-card h1 {
    display: inline;
    font-size: 1.25em;
    font-size: 1.05em;
    line-height: 1.3;
    line-height: 1.4;
    /* interim */
  }
  .related-audio-card h1:after {
    content: ", ";
  }
}
.related-audio-card time {
  color: #414141;
  margin-bottom: 1em;
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .related-audio-card time {
    font-size: 1em;
    font-size: 0.92em;
    /* interim reduce 8% */
  }
}
@media screen and (min-width: 62.5em) {
  .related-audio-card .card-excerpt-wrap {
    height: 4.875em;
    height: 4.41em;
    /* interim */
  }
}
@media screen and (min-width: 75em) {
  .related-audio-card .card-excerpt-wrap {
    height: 6.5em;
    height: 5.88em;
    /* interim */
  }
}
.related-audio-card .card-rubric {
  border-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.related-audio-card .card-rubric figure {
  background-color: transparent;
}

.card-audio-wrap {
  margin: 0 1em 2em;
}

@media screen and (min-width: 48em) {
  .suggested-reading-card {
    float: left;
    display: block;
    margin-right: 6.6666666667%;
    width: 46.6666666667%;
  }
  .suggested-reading-card:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .suggested-reading-card .card-figure-wrap ~ .card-titles-wrap .card-excerpt-wrap {
    height: 4.875em;
    height: 5.88em;
    /* interim */
  }
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .suggested-reading-card .card-excerpt-wrap {
    height: 16.25em;
    height: 14.7em;
    /* interim */
  }
}

@media screen and (max-width: 47.9375em) {
  .rail_left.sticky {
    width: 100%;
    z-index: 1000;
  }
}
@media screen and (min-width: 83em) {
  .rail_left.sticky {
    width: 19.426em;
  }
}
@media screen and (max-width: 47.9375em) {
  .rail_left.sticky .rail-nav {
    box-shadow: 0 0.3125em 0.5em rgba(0, 0, 0, 0.1);
  }
  .rail_left.sticky .rail-nav h1 {
    border-bottom: 0;
  }
  .rail_left.sticky .rail-nav .rail-nav-link:last-of-type, .rail_left.sticky .rail-nav .about-nav-link:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.rail-nav {
  position: relative;
  background-color: rgba(255, 255, 255, 0.98);
}
.rail-nav::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48em) {
  .rail-nav {
    border-bottom: 1px solid #414141;
    padding-bottom: 2.8em;
  }
}
@media screen and (min-width: 48em) {
  .rail-nav.magazine {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .rail-nav.magazine {
    height: 18em;
  }
}
@media screen and (min-width: 75em) {
  .rail-nav.magazine {
    height: 22em;
  }
}
@media screen and (min-width: 48em) {
  .rail-nav.authors {
    padding-bottom: 1.4em;
  }
}
.rail-nav.authors ul {
  padding-right: 0;
  padding-left: 0;
  column-gap: 1.4em;
  columns: 2;
}
@media screen and (max-width: 47.9375em) {
  .rail-nav.authors ul {
    margin: 0 0.875rem;
    border-bottom: 1px solid #414141;
    width: calc(100% - 1.75rem);
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .rail-nav.authors ul {
    columns: 3;
  }
}
.rail-nav.authors .rail-nav-link:last-of-type, .rail-nav.authors .about-nav-link:last-of-type {
  border-bottom: 0;
}
@media screen and (min-width: 48em) {
  .rail-nav.author {
    padding-bottom: 1.4em;
  }
}
@media screen and (min-width: 62.5em) {
  .rail-nav.author {
    height: auto !important;
  }
}
.rail-nav.author .rail-nav-link.null, .rail-nav.author .null.about-nav-link {
  color: #d7d7d7;
  cursor: default;
  display: block;
  font-size: 1.125em;
  line-height: 1.75;
}
.rail-nav h1 {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  font-size: 1.125em;
  height: 2.25rem;
  line-height: 2.375rem;
  line-height: 2.25rem;
  /* interim */
  margin-bottom: 0;
}
@media screen and (max-width: 47.9375em) {
  .rail-nav h1 {
    margin: 0 0.875rem;
    cursor: pointer;
  }
}
@media screen and (min-width: 48em) {
  .rail-nav h1 {
    border-top-color: #414141;
    margin-bottom: 1.4em;
  }
}
.rail-nav h1.active {
  color: var(--issue-color);
  font-style: italic;
}
.rail-nav .icon-caret-small {
  height: 2.1875rem;
}
@media screen and (min-width: 48em) {
  .rail-nav .icon-caret-small {
    display: none;
  }
}

.rail-nav-link-wrap {
  background-color: rgba(255, 255, 255, 0.98);
  width: 100%;
}
@media screen and (max-width: 47.9375em) {
  .rail-nav-link-wrap {
    padding: 0.7em 0.875rem;
    display: none;
  }
}

.rail-nav-link:hover a, .about-nav-link:hover a, .rail-nav-link.active a, .active.about-nav-link a {
  color: var(--issue-color);
  font-style: italic;
}
.rail-nav-link:last-of-type, .about-nav-link:last-of-type {
  padding-bottom: 0.7em;
}
@media screen and (max-width: 47.9375em) {
  .rail-nav-link:last-of-type, .about-nav-link:last-of-type {
    border-bottom: 1px solid #d7d7d7;
  }
}
.rail-nav-link a, .about-nav-link a {
  display: block;
  font-size: 1.125em;
  font-size: 1.05em;
  /* interim */
  line-height: 1.75;
}

.rail-nav .by-name {
  float: left;
  margin-right: 5%;
  width: 45%;
}
.rail-nav .by-name h1 {
  margin-right: 0;
}

.rail-nav .by-decade {
  float: left;
  width: 50%;
}
.rail-nav .by-decade h1 {
  margin-left: 0;
}
.rail-nav .by-decade .rail-nav-link-wrap {
  padding-left: 0;
}

.landing-stack-card:hover {
  border-color: var(--issue-color);
}
.landing-stack-card label {
  cursor: pointer;
}
.landing-stack-card address,
.landing-stack-card time {
  display: block;
}
.landing-stack-card time {
  color: #414141;
}

@media screen and (min-width: 62.5em) {
  .prizes, .base_video, .base_podcast, .base_audio, .base_art, .base_interview, .base_column, .of-the-day_video, .of-the-day_podcast, .of-the-day_audio, .of-the-day_art, .of-the-day_interview, .of-the-day_event {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 30.4347826087%;
  }
  .prizes:last-child, .base_video:last-child, .base_podcast:last-child, .base_audio:last-child, .base_art:last-child, .base_interview:last-child, .base_column:last-child, .of-the-day_video:last-child, .of-the-day_podcast:last-child, .of-the-day_audio:last-child, .of-the-day_art:last-child, .of-the-day_interview:last-child, .of-the-day_event:last-child {
    margin-right: 0;
  }
  .prizes:nth-child(3n), .base_video:nth-child(3n), .base_podcast:nth-child(3n), .base_audio:nth-child(3n), .base_art:nth-child(3n), .base_interview:nth-child(3n), .base_column:nth-child(3n), .of-the-day_video:nth-child(3n), .of-the-day_podcast:nth-child(3n), .of-the-day_audio:nth-child(3n), .of-the-day_art:nth-child(3n), .of-the-day_interview:nth-child(3n), .of-the-day_event:nth-child(3n) {
    margin-right: 0;
  }
  .prizes:nth-child(3n+1), .base_video:nth-child(3n+1), .base_podcast:nth-child(3n+1), .base_audio:nth-child(3n+1), .base_art:nth-child(3n+1), .base_interview:nth-child(3n+1), .base_column:nth-child(3n+1), .of-the-day_video:nth-child(3n+1), .of-the-day_podcast:nth-child(3n+1), .of-the-day_audio:nth-child(3n+1), .of-the-day_art:nth-child(3n+1), .of-the-day_interview:nth-child(3n+1), .of-the-day_event:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 62.4375em) {
  .prizes:nth-of-type(2n+1), .base_video:nth-of-type(2n+1), .base_podcast:nth-of-type(2n+1), .base_audio:nth-of-type(2n+1), .base_art:nth-of-type(2n+1), .base_interview:nth-of-type(2n+1), .base_column:nth-of-type(2n+1), .of-the-day_video:nth-of-type(2n+1), .of-the-day_podcast:nth-of-type(2n+1), .of-the-day_audio:nth-of-type(2n+1), .of-the-day_art:nth-of-type(2n+1), .of-the-day_interview:nth-of-type(2n+1), .of-the-day_event:nth-of-type(2n+1) {
    margin-right: 0;
  }
}

@media screen and (min-width: 48em) {
  .partnerships, .base_video, .base_podcast, .base_audio, .base_art, .base_interview, .base_column {
    border-bottom: 1px solid #d7d7d7;
  }
}
@media screen and (max-width: 62.4375em) {
  .partnerships, .base_video, .base_podcast, .base_audio, .base_art, .base_interview, .base_column {
    float: left;
    display: block;
    margin-right: 6.6666666667%;
    width: 46.6666666667%;
  }
  .partnerships:last-child, .base_video:last-child, .base_podcast:last-child, .base_audio:last-child, .base_art:last-child, .base_interview:last-child, .base_column:last-child {
    margin-right: 0;
  }
}

.base_art a:hover address, .base_audio a:hover address, .of-the-day_audio a:hover address,
.base_art label:hover address,
.base_audio label:hover address,
.of-the-day_audio label:hover address {
  color: var(--issue-color);
}
.base_art a:hover h1, .base_audio a:hover h1, .of-the-day_audio a:hover h1,
.base_art label:hover h1,
.base_audio label:hover h1,
.of-the-day_audio label:hover h1 {
  color: inherit;
}
.base_art address, .base_audio address, .of-the-day_audio address {
  transition: all 0.2s ease;
}
@media screen and (min-width: 30em) and (max-width: 74.9375em) {
  .base_art address, .base_audio address, .of-the-day_audio address {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 62.4375em) {
  .base_art address, .base_audio address, .of-the-day_audio address {
    line-height: 1.08;
  }
}
.base_art h1:last-child, .base_audio h1:last-child, .of-the-day_audio h1:last-child,
.base_art time:last-child,
.base_audio time:last-child,
.of-the-day_audio time:last-child {
  margin: 0 0 2em;
}
.base_art h1, .base_audio h1, .of-the-day_audio h1 {
  font-size: 1em;
  font-style: italic;
}
@media screen and (min-width: 30em) {
  .base_art h1, .base_audio h1, .of-the-day_audio h1 {
    font-size: 1.25em;
    line-height: 1.2;
    line-height: 1.3;
    /* interim */
  }
}

@media screen and (min-width: 62.5em) {
  .base_event, .base_interview, .base_column, .of-the-day_interview, .of-the-day_event {
    min-height: 27em;
  }
}
@media screen and (min-width: 75em) {
  .base_event, .base_interview, .base_column, .of-the-day_interview, .of-the-day_event {
    min-height: 30em;
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .base_event h1, .base_interview h1, .base_column h1, .of-the-day_interview h1, .of-the-day_event h1 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .base_event h1, .base_interview h1, .base_column h1, .of-the-day_interview h1, .of-the-day_event h1 {
    margin-bottom: 0.125em;
  }
}
@media screen and (min-width: 75em) {
  .base_event h1, .base_interview h1, .base_column h1, .of-the-day_interview h1, .of-the-day_event h1 {
    margin-bottom: 0.0625em;
    margin-top: 0.375rem;
  }
}
.base_event time, .base_interview time, .base_column time, .of-the-day_interview time, .of-the-day_event time {
  margin-bottom: 0.7em;
}
@media screen and (min-width: 30em) {
  .base_event time, .base_interview time, .base_column time, .of-the-day_interview time, .of-the-day_event time {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 62.5em) and (max-width: 74.9375em) {
  .base_event time, .base_interview time, .base_column time, .of-the-day_interview time, .of-the-day_event time {
    margin-bottom: 0.325em;
  }
}
@media screen and (min-width: 62.5em) {
  .base_event .card-excerpt-wrap, .base_interview .card-excerpt-wrap, .base_column .card-excerpt-wrap, .of-the-day_interview .card-excerpt-wrap, .of-the-day_event .card-excerpt-wrap {
    height: 6.5em !important;
    height: 5.88em !important;
    /* interim */
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 62.5em) {
  .base_poem, .author-stack, .of-the-day_poem, .author-bio {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 77.1428571429%;
  }
  .base_poem:last-child, .author-stack:last-child, .of-the-day_poem:last-child, .author-bio:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .base_poem .card-excerpt-wrap, .author-stack .card-excerpt-wrap, .of-the-day_poem .card-excerpt-wrap, .author-bio .card-excerpt-wrap {
    height: 4.875em !important;
    height: 4.41em !important;
    /* interim */
    margin-bottom: 2em;
  }
}
.base_poem span.verse, .author-stack span.verse, .of-the-day_poem span.verse, .author-bio span.verse {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.base_poem span.verse:last-of-type, .author-stack span.verse:last-of-type, .of-the-day_poem span.verse:last-of-type, .author-bio span.verse:last-of-type {
  display: inline-block;
}

@media screen and (min-width: 62.5em) {
  .base_art, .of-the-day_art {
    min-height: 18em;
  }
}
@media screen and (min-width: 75em) {
  .base_art, .of-the-day_art {
    min-height: 22em;
  }
}

@media screen and (min-width: 62.5em) {
  .base_video, .of-the-day_video, .base_podcast, .of-the-day_podcast, .base_audio, .of-the-day_audio {
    min-height: 20em;
  }
}
@media screen and (min-width: 75em) {
  .base_video, .of-the-day_video, .base_podcast, .of-the-day_podcast, .base_audio, .of-the-day_audio {
    min-height: 24em;
  }
}
.base_video .card-figure-wrap figure, .of-the-day_video .card-figure-wrap figure, .base_podcast .card-figure-wrap figure, .of-the-day_podcast .card-figure-wrap figure, .base_audio .card-figure-wrap figure, .of-the-day_audio .card-figure-wrap figure {
  position: relative;
}
.base_video .icon-audio, .of-the-day_video .icon-audio, .base_podcast .icon-audio, .of-the-day_podcast .icon-audio, .base_audio .icon-audio, .of-the-day_audio .icon-audio,
.base_video .icon-video,
.of-the-day_video .icon-video,
.base_podcast .icon-video,
.of-the-day_podcast .icon-video,
.base_audio .icon-video,
.of-the-day_audio .icon-video {
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
  height: 1.5em;
  width: 1.5em;
  background-color: white;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 30em) {
  .base_video .icon-audio, .of-the-day_video .icon-audio, .base_podcast .icon-audio, .of-the-day_podcast .icon-audio, .base_audio .icon-audio, .of-the-day_audio .icon-audio,
.base_video .icon-video,
.of-the-day_video .icon-video,
.base_podcast .icon-video,
.of-the-day_podcast .icon-video,
.base_audio .icon-video,
.of-the-day_audio .icon-video {
    position: absolute;
    bottom: 1em;
    left: 1em;
    height: 2em;
    width: 2em;
  }
}
.base_video h1, .of-the-day_video h1, .base_podcast h1, .of-the-day_podcast h1, .base_audio h1, .of-the-day_audio h1,
.base_video time,
.of-the-day_video time,
.base_podcast time,
.of-the-day_podcast time,
.base_audio time,
.of-the-day_audio time {
  line-height: 1.2;
}

.base_audio .icon-audio, .of-the-day_audio .icon-audio {
  background-position: center;
  background-size: 0.75em;
}
@media screen and (min-width: 30em) {
  .base_audio .icon-audio, .of-the-day_audio .icon-audio {
    background-size: 1em;
  }
}

.base_podcast .icon-audio, .of-the-day_podcast .icon-audio {
  background-position: center;
  background-size: 0.75em;
}
@media screen and (min-width: 30em) {
  .base_podcast .icon-audio, .of-the-day_podcast .icon-audio {
    background-size: 1em;
  }
}
.base_podcast h1, .of-the-day_podcast h1 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.059;
}
.base_podcast address, .of-the-day_podcast address {
  margin-top: 0.5rem;
  margin-bottom: 0.25em;
}
.base_podcast time, .of-the-day_podcast time {
  margin-bottom: 2em;
  color: #7d7d7d;
  font-style: italic;
}

.base_video .icon-video, .of-the-day_video .icon-video {
  background-position: 54% center;
  background-size: 0.5em;
}
@media screen and (min-width: 30em) {
  .base_video .icon-video, .of-the-day_video .icon-video {
    background-size: 0.75em;
  }
}
.base_video p, .of-the-day_video p {
  color: #414141;
  font-style: italic;
  margin-bottom: 1.4em;
}

.of-the-day_video, .of-the-day_podcast, .of-the-day_audio, .of-the-day_art, .of-the-day_poem, .author-bio, .of-the-day_interview, .of-the-day_event {
  position: relative;
  margin-top: 0;
  padding: 0 0 0.7em;
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .of-the-day_video, .of-the-day_podcast, .of-the-day_audio, .of-the-day_art, .of-the-day_poem, .author-bio, .of-the-day_interview, .of-the-day_event {
    margin-top: 1rem;
  }
}
.of-the-day_video .card-figure-wrap, .of-the-day_podcast .card-figure-wrap, .of-the-day_audio .card-figure-wrap, .of-the-day_art .card-figure-wrap, .of-the-day_poem .card-figure-wrap, .author-bio .card-figure-wrap, .of-the-day_interview .card-figure-wrap, .of-the-day_event .card-figure-wrap {
  margin: 0 0 0.75em;
}
@media screen and (min-width: 48em) {
  .of-the-day_video .card-figure-wrap, .of-the-day_podcast .card-figure-wrap, .of-the-day_audio .card-figure-wrap, .of-the-day_art .card-figure-wrap, .of-the-day_poem .card-figure-wrap, .author-bio .card-figure-wrap, .of-the-day_interview .card-figure-wrap, .of-the-day_event .card-figure-wrap {
    margin-bottom: 1.125em;
  }
}
@media screen and (min-width: 75em) {
  .of-the-day_video .card-figure-wrap, .of-the-day_podcast .card-figure-wrap, .of-the-day_audio .card-figure-wrap, .of-the-day_art .card-figure-wrap, .of-the-day_poem .card-figure-wrap, .author-bio .card-figure-wrap, .of-the-day_interview .card-figure-wrap, .of-the-day_event .card-figure-wrap {
    margin-bottom: 1em;
  }
}
.of-the-day_video .card-titles, .of-the-day_podcast .card-titles, .of-the-day_audio .card-titles, .of-the-day_art .card-titles, .of-the-day_poem .card-titles, .author-bio .card-titles, .of-the-day_interview .card-titles, .of-the-day_event .card-titles {
  margin-right: 0.875rem;
  margin-left: 0.875rem;
}
.of-the-day_video .card-rubric, .of-the-day_podcast .card-rubric, .of-the-day_audio .card-rubric, .of-the-day_art .card-rubric, .of-the-day_poem .card-rubric, .author-bio .card-rubric, .of-the-day_interview .card-rubric, .of-the-day_event .card-rubric {
  margin: 0;
}
.of-the-day_video .h6, .of-the-day_video .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_video b, .of-the-day_podcast .h6, .of-the-day_podcast .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_podcast b, .of-the-day_audio .h6, .of-the-day_audio .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_audio b, .of-the-day_art .h6, .of-the-day_art .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_art b, .of-the-day_poem .h6, .author-bio .h6, .of-the-day_poem .events-stack .event-descrip b, .author-bio .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_poem b, .events-stack .event-descrip .author-bio b, .of-the-day_interview .h6, .of-the-day_event .h6, .of-the-day_interview .events-stack .event-descrip b, .of-the-day_event .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_interview b, .events-stack .event-descrip .of-the-day_event b, .of-the-day_video #int-nav-subscribe_desk, .of-the-day_video #int-nav-signin-toggle_mobile, .of-the-day_video .int-nav-subscribe_mobile, .of-the-day_video #skip, .of-the-day_podcast #int-nav-subscribe_desk, .of-the-day_podcast #int-nav-signin-toggle_mobile, .of-the-day_podcast .int-nav-subscribe_mobile, .of-the-day_podcast #skip, .of-the-day_audio #int-nav-subscribe_desk, .of-the-day_audio #int-nav-signin-toggle_mobile, .of-the-day_audio .int-nav-subscribe_mobile, .of-the-day_audio #skip, .of-the-day_art #int-nav-subscribe_desk, .of-the-day_art #int-nav-signin-toggle_mobile, .of-the-day_art .int-nav-subscribe_mobile, .of-the-day_art #skip, .of-the-day_poem #int-nav-subscribe_desk, .author-bio #int-nav-subscribe_desk, .of-the-day_poem #int-nav-signin-toggle_mobile, .author-bio #int-nav-signin-toggle_mobile, .of-the-day_poem .int-nav-subscribe_mobile, .author-bio .int-nav-subscribe_mobile, .of-the-day_poem #skip, .author-bio #skip, .of-the-day_interview #int-nav-subscribe_desk, .of-the-day_event #int-nav-subscribe_desk, .of-the-day_interview #int-nav-signin-toggle_mobile, .of-the-day_event #int-nav-signin-toggle_mobile, .of-the-day_interview .int-nav-subscribe_mobile, .of-the-day_event .int-nav-subscribe_mobile, .of-the-day_interview #skip, .of-the-day_event #skip {
  padding-right: 0.875rem;
  padding-left: 0.875rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0.75em;
  width: 100%;
}
@media screen and (min-width: 30em) {
  .of-the-day_video .h6, .of-the-day_video .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_video b, .of-the-day_podcast .h6, .of-the-day_podcast .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_podcast b, .of-the-day_audio .h6, .of-the-day_audio .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_audio b, .of-the-day_art .h6, .of-the-day_art .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_art b, .of-the-day_poem .h6, .author-bio .h6, .of-the-day_poem .events-stack .event-descrip b, .author-bio .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_poem b, .events-stack .event-descrip .author-bio b, .of-the-day_interview .h6, .of-the-day_event .h6, .of-the-day_interview .events-stack .event-descrip b, .of-the-day_event .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_interview b, .events-stack .event-descrip .of-the-day_event b, .of-the-day_video #int-nav-subscribe_desk, .of-the-day_video #int-nav-signin-toggle_mobile, .of-the-day_video .int-nav-subscribe_mobile, .of-the-day_video #skip, .of-the-day_podcast #int-nav-subscribe_desk, .of-the-day_podcast #int-nav-signin-toggle_mobile, .of-the-day_podcast .int-nav-subscribe_mobile, .of-the-day_podcast #skip, .of-the-day_audio #int-nav-subscribe_desk, .of-the-day_audio #int-nav-signin-toggle_mobile, .of-the-day_audio .int-nav-subscribe_mobile, .of-the-day_audio #skip, .of-the-day_art #int-nav-subscribe_desk, .of-the-day_art #int-nav-signin-toggle_mobile, .of-the-day_art .int-nav-subscribe_mobile, .of-the-day_art #skip, .of-the-day_poem #int-nav-subscribe_desk, .author-bio #int-nav-subscribe_desk, .of-the-day_poem #int-nav-signin-toggle_mobile, .author-bio #int-nav-signin-toggle_mobile, .of-the-day_poem .int-nav-subscribe_mobile, .author-bio .int-nav-subscribe_mobile, .of-the-day_poem #skip, .author-bio #skip, .of-the-day_interview #int-nav-subscribe_desk, .of-the-day_event #int-nav-subscribe_desk, .of-the-day_interview #int-nav-signin-toggle_mobile, .of-the-day_event #int-nav-signin-toggle_mobile, .of-the-day_interview .int-nav-subscribe_mobile, .of-the-day_event .int-nav-subscribe_mobile, .of-the-day_interview #skip, .of-the-day_event #skip {
    display: block;
    float: none;
    margin: 0;
  }
}
@media screen and (min-width: 75em) {
  .of-the-day_video .h6, .of-the-day_video .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_video b, .of-the-day_podcast .h6, .of-the-day_podcast .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_podcast b, .of-the-day_audio .h6, .of-the-day_audio .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_audio b, .of-the-day_art .h6, .of-the-day_art .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_art b, .of-the-day_poem .h6, .author-bio .h6, .of-the-day_poem .events-stack .event-descrip b, .author-bio .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_poem b, .events-stack .event-descrip .author-bio b, .of-the-day_interview .h6, .of-the-day_event .h6, .of-the-day_interview .events-stack .event-descrip b, .of-the-day_event .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_interview b, .events-stack .event-descrip .of-the-day_event b, .of-the-day_video #int-nav-subscribe_desk, .of-the-day_video #int-nav-signin-toggle_mobile, .of-the-day_video .int-nav-subscribe_mobile, .of-the-day_video #skip, .of-the-day_podcast #int-nav-subscribe_desk, .of-the-day_podcast #int-nav-signin-toggle_mobile, .of-the-day_podcast .int-nav-subscribe_mobile, .of-the-day_podcast #skip, .of-the-day_audio #int-nav-subscribe_desk, .of-the-day_audio #int-nav-signin-toggle_mobile, .of-the-day_audio .int-nav-subscribe_mobile, .of-the-day_audio #skip, .of-the-day_art #int-nav-subscribe_desk, .of-the-day_art #int-nav-signin-toggle_mobile, .of-the-day_art .int-nav-subscribe_mobile, .of-the-day_art #skip, .of-the-day_poem #int-nav-subscribe_desk, .author-bio #int-nav-subscribe_desk, .of-the-day_poem #int-nav-signin-toggle_mobile, .author-bio #int-nav-signin-toggle_mobile, .of-the-day_poem .int-nav-subscribe_mobile, .author-bio .int-nav-subscribe_mobile, .of-the-day_poem #skip, .author-bio #skip, .of-the-day_interview #int-nav-subscribe_desk, .of-the-day_event #int-nav-subscribe_desk, .of-the-day_interview #int-nav-signin-toggle_mobile, .of-the-day_event #int-nav-signin-toggle_mobile, .of-the-day_interview .int-nav-subscribe_mobile, .of-the-day_event .int-nav-subscribe_mobile, .of-the-day_interview #skip, .of-the-day_event #skip {
    font-size: 0.8125em;
    font-size: 0.7em;
    /* interim reduce 14% */
  }
}

.author-stack-inset .landing-stack-card, .base_event, .prizes, .partnerships, .base_video, .base_podcast, .base_audio, .base_art, .base_poem, .author-stack, .base_interview, .base_column {
  margin-bottom: 2em;
}
.author-stack-inset .landing-stack-card .card-figure-wrap, .base_event .card-figure-wrap, .prizes .card-figure-wrap, .partnerships .card-figure-wrap, .base_video .card-figure-wrap, .base_podcast .card-figure-wrap, .base_audio .card-figure-wrap, .base_art .card-figure-wrap, .base_poem .card-figure-wrap, .author-stack .card-figure-wrap, .base_interview .card-figure-wrap, .base_column .card-figure-wrap {
  margin: 0 0 0.75em;
}
@media screen and (min-width: 48em) {
  .author-stack-inset .landing-stack-card .card-figure-wrap, .base_event .card-figure-wrap, .prizes .card-figure-wrap, .partnerships .card-figure-wrap, .base_video .card-figure-wrap, .base_podcast .card-figure-wrap, .base_audio .card-figure-wrap, .base_art .card-figure-wrap, .base_poem .card-figure-wrap, .author-stack .card-figure-wrap, .base_interview .card-figure-wrap, .base_column .card-figure-wrap {
    margin-bottom: 1.125em;
  }
}
@media screen and (min-width: 75em) {
  .author-stack-inset .landing-stack-card .card-figure-wrap, .base_event .card-figure-wrap, .prizes .card-figure-wrap, .partnerships .card-figure-wrap, .base_video .card-figure-wrap, .base_podcast .card-figure-wrap, .base_audio .card-figure-wrap, .base_art .card-figure-wrap, .base_poem .card-figure-wrap, .author-stack .card-figure-wrap, .base_interview .card-figure-wrap, .base_column .card-figure-wrap {
    margin-bottom: 1em;
  }
}
.author-stack-inset .landing-stack-card .card-titles, .base_event .card-titles, .prizes .card-titles, .partnerships .card-titles, .base_video .card-titles, .base_podcast .card-titles, .base_audio .card-titles, .base_art .card-titles, .base_poem .card-titles, .author-stack .card-titles, .base_interview .card-titles, .base_column .card-titles {
  margin-right: 0;
  margin-left: 0;
}

.of-the-day_interview, .of-the-day_event {
  padding: 0 0 2.25rem;
}
@media screen and (max-width: 62.4375em) {
  .of-the-day_interview, .of-the-day_event {
    width: 100%;
  }
}

.of-the-day_poem, .author-bio {
  text-align: center;
}
@media screen and (max-width: 47.9375em) {
  .of-the-day_poem, .author-bio {
    margin-bottom: 1rem;
  }
}
.of-the-day_poem .card-rubric, .author-bio .card-rubric {
  padding-top: 0;
}
.of-the-day_poem .h6, .author-bio .h6, .of-the-day_poem .events-stack .event-descrip b, .author-bio .events-stack .event-descrip b, .events-stack .event-descrip .of-the-day_poem b, .events-stack .event-descrip .author-bio b, .of-the-day_poem #int-nav-subscribe_desk, .author-bio #int-nav-subscribe_desk, .of-the-day_poem #int-nav-signin-toggle_mobile, .author-bio #int-nav-signin-toggle_mobile, .of-the-day_poem .int-nav-subscribe_mobile, .author-bio .int-nav-subscribe_mobile, .of-the-day_poem #skip, .author-bio #skip {
  margin-bottom: 0.7em;
  position: relative;
}
.of-the-day_poem .card-titles, .author-bio .card-titles {
  border-top: 0;
}
@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .of-the-day_poem h1, .author-bio h1 {
    font-size: 2em;
    font-size: 1.6em;
    /* interim reduce 20% */
  }
}
.of-the-day_poem address, .author-bio address,
.of-the-day_poem time,
.author-bio time {
  margin-bottom: 1rem;
  color: #7d7d7d;
}
.of-the-day_poem .card-excerpt-wrap, .author-bio .card-excerpt-wrap {
  margin-right: 0.7em;
  margin-bottom: 0.7em;
  margin-left: 0.7em;
  text-align: left;
}
@media screen and (min-width: 30em) {
  .of-the-day_poem .card-excerpt-wrap, .author-bio .card-excerpt-wrap {
    margin-right: auto;
    margin-left: auto;
    width: 75%;
  }
}
@media screen and (min-width: 75em) {
  .of-the-day_poem .card-excerpt-wrap, .author-bio .card-excerpt-wrap {
    margin-right: auto;
    margin-left: auto;
    width: 50%;
  }
}

.of-the-day_art {
  padding-bottom: 2.25rem;
}
.of-the-day_art h1 {
  margin-bottom: 0;
}
.of-the-day_art address {
  color: #7d7d7d;
  font-style: italic;
  margin-bottom: 1.4em;
}
@media screen and (min-width: 30em) {
  .of-the-day_art address {
    line-height: 1.2;
  }
}

.of-the-day_audio {
  padding-bottom: 2.25rem;
}

.of-the-day_podcast {
  padding-bottom: 2.25rem;
}

.of-the-day_video {
  padding-bottom: 2.25rem;
}

@media screen and (max-width: 47.9375em) {
  .base_interview .card-excerpt-wrap, .base_column .card-excerpt-wrap {
    display: none;
  }
}

.base_poem, .author-stack {
  border-bottom: 0;
}
.base_poem .card-titles, .author-stack .card-titles {
  border-top: 1px solid #414141;
}
.base_poem address, .author-stack address {
  margin-bottom: 0.7em;
  display: block;
}
@media screen and (min-width: 62.5em) {
  .base_poem .card-excerpt-wrap, .author-stack .card-excerpt-wrap {
    float: left;
    display: block;
    margin-right: 3.7037037037%;
    width: 70.3703703704%;
  }
  .base_poem .card-excerpt-wrap:last-child, .author-stack .card-excerpt-wrap:last-child {
    margin-right: 0;
  }
}

.base_audio time {
  color: #7d7d7d;
}
@media screen and (max-width: 29.9375em) {
  .base_audio time {
    display: none;
  }
}
@media screen and (max-width: 29.9375em) {
  .base_audio h1 {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 62.4375em) {
  .partnerships:nth-child(2n) {
    margin-right: 0;
  }
  .partnerships:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 62.5em) {
  .partnerships {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 30.4347826087%;
  }
  .partnerships:last-child {
    margin-right: 0;
  }
  .partnerships:nth-child(3n) {
    margin-right: 0;
  }
  .partnerships:nth-child(3n+1) {
    clear: left;
  }
}
.partnerships .card-titles-wrap {
  margin-bottom: 1.4em;
}
@media screen and (min-width: 62.5em) {
  .partnerships .card-titles-wrap {
    margin-bottom: 2.8em;
  }
}

@media screen and (min-width: 62.5em) {
  .prizes {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 30.4347826087%;
  }
  .prizes:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 62.4375em) {
  .prizes:last-of-type {
    border-bottom: 0;
  }
}

.article-body-wrap, .events-stack, .search-stack, .blog-stack {
  padding-top: 0;
}
@media screen and (min-width: 48em) {
  .article-body-wrap, .events-stack, .search-stack, .blog-stack {
    padding-right: 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .article-body-wrap, .events-stack, .search-stack, .blog-stack {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 65.2173913043%;
  }
  .article-body-wrap:last-child, .events-stack:last-child, .search-stack:last-child, .blog-stack:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .article-body-wrap, .events-stack, .search-stack, .blog-stack {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 74.4680851064%;
  }
  .article-body-wrap:last-child, .events-stack:last-child, .search-stack:last-child, .blog-stack:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 62.5em) {
  .events-stack, .search-stack, .blog-stack {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 57.4468085106%;
  }
  .events-stack:last-child, .search-stack:last-child, .blog-stack:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .events-stack + .rail_right, .search-stack + .rail_right, .blog-stack + .rail_right {
    margin-left: 17.0212765957%;
  }
}

@media screen and (max-width: 47.9375em) {
  .blog-stack + .rail_right .rail_right-module {
    display: none;
  }
}

.events-stack + .rail_right .rail-slug h6 {
  border-bottom: 0;
  margin-bottom: 0;
}

.support-gallery-figure-wrap,
.history-gallery-figure-wrap, .event-gallery-figure-wrap {
  border: 2px solid white;
  float: left;
  width: 50%;
}

.support-gallery-figure,
.history-gallery-figure, .event-gallery-figure {
  padding-bottom: 100%;
}
.support-gallery-figure img,
.history-gallery-figure img, .event-gallery-figure img {
  transition: all 0.2s ease;
}
.support-gallery-figure img:hover,
.history-gallery-figure img:hover, .event-gallery-figure img:hover {
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}

@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .event-gallery-figure-wrap {
    width: 33.33%;
  }
}

.support-gallery,
.history-gallery {
  margin-bottom: 1.4em;
}
.support-gallery::after,
.history-gallery::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 75em) {
  .support-gallery,
.history-gallery {
    margin-bottom: 2.8em;
  }
}

.history-gallery.sticky {
  padding-top: 2.25em;
}
@media screen and (min-width: 48em) {
  .history-gallery.sticky {
    padding-top: 3.375em;
  }
}
@media screen and (min-width: 62.5em) {
  .history-gallery.sticky {
    padding-top: 10.75em;
  }
}

@media screen and (min-width: 30em) {
  .support-gallery-figure-wrap,
.history-gallery-figure-wrap {
    width: 33.33%;
  }
}
@media screen and (min-width: 48em) {
  .support-gallery-figure-wrap,
.history-gallery-figure-wrap {
    width: 25%;
  }
}
@media screen and (min-width: 75em) {
  .support-gallery-figure-wrap,
.history-gallery-figure-wrap {
    width: 20%;
  }
}

.history-gallery-figure-wrap {
  border-color: #414141;
}
@media screen and (min-width: 62.5em) {
  .history-gallery-figure-wrap {
    width: 20%;
  }
}
@media screen and (min-width: 75em) {
  .history-gallery-figure-wrap {
    width: 16.66%;
  }
}

.support-gallery-figure,
.history-gallery-figure {
  margin-bottom: 0;
}

.modal {
  /* interim reduce 8% */
}
.modal label {
  cursor: pointer;
  margin-bottom: 0;
}
.modal .modal-state {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal .modal-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(65, 65, 65, 0.95);
  opacity: 0;
  padding-top: 0.7em;
  text-align: left;
  transition: opacity 0.25s ease;
  visibility: hidden;
  z-index: 99999999999;
}
@media screen and (min-width: 62.5em) {
  .modal .modal-fade-screen {
    padding-top: 5em;
  }
}
.modal .modal-fade-screen .modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.modal .modal-close {
  position: absolute;
  top: 1.4em;
  right: 1.4em;
  height: 1em;
  width: 1em;
  background: #fff;
  cursor: pointer;
}
.modal .modal-close::after, .modal .modal-close::before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  left: 50%;
  height: 1em;
  width: 0.15em;
  background: #ddd;
  content: "";
  display: block;
  margin: -3px 0 0 -1px;
  transform: rotate(45deg);
}
.modal .modal-close:hover::after, .modal .modal-close:hover::before {
  background: #c4c4c4;
}
.modal .modal-close::before {
  transform: rotate(-45deg);
}
.modal .modal-inner {
  background: #fff;
  margin: auto;
  margin-top: 0;
  max-height: 95%;
  max-width: 42em;
  overflow: auto;
  padding: 1.4em;
  position: relative;
  transition: opacity 0.25s ease;
  width: 95%;
}
@media screen and (min-width: 48em) {
  .modal .modal-inner {
    max-height: 70%;
    width: 80%;
  }
}
@media screen and (min-width: 62.5em) {
  .modal .modal-inner {
    width: 67%;
  }
}
.modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible;
}
.modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 0.5em;
}
.modal .modal-audio,
.modal .modal-video {
  background-color: transparent;
}
@media screen and (min-width: 48em) {
  .modal .modal-audio,
.modal .modal-video {
    max-height: 90%;
  }
}
.modal .modal-audio .modal-close,
.modal .modal-video .modal-close {
  background-color: transparent;
  right: 0;
  top: 0;
}
.modal .modal-audio .card-titles,
.modal .modal-audio .card-rubric,
.modal .modal-video .card-titles,
.modal .modal-video .card-rubric {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .modal .modal-audio .card-titles,
.modal .modal-audio .card-rubric,
.modal .modal-video .card-titles,
.modal .modal-video .card-rubric {
    margin-right: 2.1875em;
    margin-left: 2.1875em;
  }
}
@media screen and (min-width: 48em) {
  .modal .modal-audio address,
.modal .modal-video address {
    font-size: 2em !important;
    font-size: 1.6em !important;
    /* interim reduce 20% */
  }
}
@media screen and (min-width: 48em) {
  .modal .modal-audio h1,
.modal .modal-audio time,
.modal .modal-video h1,
.modal .modal-video time {
    font-size: 1.25em !important;
    font-size: 1.05em !important;
    /* interim reduce 16% */
  }
}
.modal .modal-audio h1,
.modal .modal-video h1 {
  margin-bottom: 0;
}
@media screen and (min-width: 30em) {
  .modal .modal-audio h1,
.modal .modal-video h1 {
    display: inline;
  }
}
.modal .modal-audio .card-audio-wrap,
.modal .modal-video .card-audio-wrap {
  padding-right: 0.7em;
  padding-left: 0.7em;
}
.modal .modal-audio #playbtn,
.modal .modal-video #playbtn {
  height: 3.75em;
  width: 3.75em;
  background-size: 3.75em;
  margin-bottom: 1.4em;
}
.modal .modal-audio #playbtn.paused,
.modal .modal-video #playbtn.paused {
  background-position: 0 -3.75em;
}
.modal .modal-audio .card-rubric figure,
.modal .modal-video .card-rubric figure {
  margin-right: auto;
  margin-left: auto;
  display: block;
  float: none;
}
@media screen and (min-width: 48em) {
  .modal .modal-video {
    max-width: none;
    width: 75%;
  }
}

.header-nav-sign-in label {
  margin-bottom: 0;
}

.modal-inner h1 {
  margin-bottom: 0.7em;
  text-align: center;
}

.paywall-form, .login-form {
  border-top: 1px solid #d7d7d7;
}
.paywall-form input::-webkit-input-placeholder, .login-form input::-webkit-input-placeholder {
  font-style: italic;
}
.paywall-form input::-moz-placeholder, .login-form input::-moz-placeholder {
  font-style: italic;
}
.paywall-form input:-moz-placeholder, .login-form input:-moz-placeholder {
  font-style: italic;
}
.paywall-form input:-ms-input-placeholder, .login-form input:-ms-input-placeholder {
  font-style: italic;
}
.paywall-form [type=email], .login-form [type=email] {
  margin-bottom: 0;
}
.paywall-form a, .login-form a {
  border-bottom: 1px solid var(--issue-color);
  display: inline-block;
}
@media screen and (min-width: 30em) {
  .paywall-form a, .login-form a {
    font-size: 1em;
  }
}
.paywall-form a:hover, .login-form a:hover {
  color: var(--issue-color);
}
.paywall-form [type=submit], .login-form [type=submit] {
  text-align: center;
  transition: all 0.2s ease;
  width: 100%;
}
.paywall-form [type=submit]:focus, .login-form [type=submit]:focus {
  outline: none;
}

@media screen and (min-width: 48em) {
  .login-form #login-email,
.login-form #login-email_mobile,
.login-form #login-pass,
.login-form #login-pass_mobile {
    float: left;
    width: 47%;
  }
  .login-form #login-email,
.login-form #login-email_mobile {
    margin-right: 6%;
  }
}
.login-form .checkbox-wrap,
.login-form a {
  margin-top: 0.7em;
  margin-bottom: 2.8em;
}
.login-form .checkbox-wrap {
  float: left;
}
.login-form a {
  float: right;
}

@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .discretionary-marquee-card {
    margin-top: 1em;
  }
}
.discretionary-marquee-card .card-figure-wrap,
.discretionary-marquee-card .card-titles,
.discretionary-marquee-card .card-rubric {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (min-width: 48em) {
  .discretionary-marquee-card .card-figure-wrap,
.discretionary-marquee-card .card-titles-wrap {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%;
  }
  .discretionary-marquee-card .card-figure-wrap:last-child,
.discretionary-marquee-card .card-titles-wrap:last-child {
    margin-right: 0;
  }
}
.discretionary-marquee-card .card-figure-wrap {
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  .discretionary-marquee-card .card-titles-wrap {
    border-top: 1px solid #414141;
  }
}
@media screen and (min-width: 48em) {
  .discretionary-marquee-card .card-titles h1 {
    font-size: 2em;
    font-size: 1.6em;
    /* interim reduce 20% */
  }
}
@media screen and (min-width: 62.5em) {
  .discretionary-marquee-card .card-titles h1 {
    font-size: 3.125em;
    font-size: 2.35em;
    /* interim reduce 25% */
  }
}
@media screen and (min-width: 75em) {
  .discretionary-marquee-card .card-excerpt-wrap {
    height: 9.75em !important;
  }
}
@media screen and (min-width: 48em) {
  .discretionary-marquee-card .card-rubric {
    margin-bottom: 0;
  }
}

.discretionary-marquee-promo_mobile {
  margin-right: auto;
  margin-left: auto;
  max-width: 18.75em;
}
@media screen and (min-width: 48em) {
  .discretionary-marquee-promo_mobile {
    display: none;
  }
}

.discretionary-marquee-promo_desktop {
  margin-top: 1em;
}
@media screen and (max-width: 47.9375em) {
  .discretionary-marquee-promo_desktop {
    display: none;
  }
}

.discretionary-card {
  margin-bottom: 1em;
}
@media screen and (min-width: 48em) {
  .discretionary-card {
    margin-bottom: 2em;
  }
}
.discretionary-card .card-excerpt-wrap {
  margin-bottom: 5em;
}
.discretionary-card h6 {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .discretionary-card .button {
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .discretionary-card .button {
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 47.9375em) {
  .discretionary-card-promo {
    margin: 1em auto;
    max-width: 18.75em;
  }
}

.paywall-excerpt .article-body, .paywall-art .article-body, .paywall-poem .article-body, .paywall-base .article-body {
  overflow: hidden;
}
.paywall-excerpt .article-tools_desktop, .paywall-art .article-tools_desktop, .paywall-poem .article-tools_desktop, .paywall-base .article-tools_desktop,
.paywall-excerpt .article-tools-mobile,
.paywall-art .article-tools-mobile,
.paywall-poem .article-tools-mobile,
.paywall-base .article-tools-mobile,
.paywall-excerpt .article-footer,
.paywall-art .article-footer,
.paywall-poem .article-footer,
.paywall-base .article-footer {
  display: none;
}

.paywall-poem .article-body {
  height: 8em;
}
@media screen and (min-width: 30em) {
  .paywall-poem .article-body {
    height: 16em;
  }
}

.paywall-art .article-body {
  height: 30em;
}
@media screen and (min-width: 30em) {
  .paywall-art .article-body {
    height: 60em;
  }
}

.paywall {
  position: relative;
  margin-top: -8em;
}
@media screen and (min-width: 30em) {
  .paywall {
    margin-top: -16em;
  }
}
@media screen and (min-width: 62.5em) {
  .paywall {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 77.1428571429%;
  }
  .paywall:last-child {
    margin-right: 0;
  }
}
.paywall h1,
.paywall h4,
.paywall h6 {
  text-align: center;
}
.paywall h1 {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  border-top: 1px solid #d7d7d7;
  color: var(--issue-color);
}
.paywall figure {
  margin: 2.45em auto 2.1em;
  width: 75%;
}
@media screen and (min-width: 62.5em) {
  .paywall figure {
    width: 50%;
  }
}
.paywall figure img {
  display: block;
  margin: auto;
}
.paywall h4 {
  color: var(--issue-color);
}
.paywall #sign_in_title {
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}
.paywall .button {
  clear: both;
  margin-top: 1.4em;
  transition: all 0.2s ease;
}
@media screen and (min-width: 48em) {
  .paywall .button {
    margin-top: 1.4em;
  }
}
.paywall .button:hover, .paywall .button:focus {
  background-color: #f7f7f7;
  color: var(--issue-color);
}

.paywall-fade {
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), white 90%);
  background-image: linear-gradient(rgba(255, 255, 255, 0), white 90%);
  height: 8em;
}
@media screen and (min-width: 30em) {
  .paywall-fade {
    height: 16em;
  }
}

@media screen and (min-width: 62.5em) {
  .paywall-form {
    border-top: 0;
  }
  .paywall-form #paywall-email,
.paywall-form #paywall-pass {
    float: left;
    margin-bottom: 2.1em;
    margin-right: 4%;
    width: 36%;
  }
}
@media screen and (min-width: 62.5em) and (min-width: 62.5em) {
  .paywall-form #paywall-email,
.paywall-form #paywall-pass {
    border-top: 1px solid #d7d7d7;
  }
}
@media screen and (min-width: 62.5em) {
  .paywall-form [type=submit] {
    float: left;
    margin-top: 2px;
    width: 20%;
  }
}
@media screen and (min-width: 62.5em) {
  .paywall-form .checkbox-wrap,
.paywall-form .paywall-form-link {
    float: left;
    margin-bottom: 2.1em;
  }
}
@media screen and (min-width: 62.5em) {
  .paywall-form .checkbox-wrap {
    width: 25%;
  }
}
@media screen and (min-width: 62.5em) {
  .paywall-form .paywall-form-link {
    text-align: center;
    width: 50%;
  }
}
@media screen and (min-width: 62.5em) {
  .paywall-form .paywall-form-forgot {
    float: right;
  }
}
.paywall-form .checkbox-wrap,
.paywall-form p {
  margin-top: 0;
}
.paywall-form p {
  color: #7d7d7d;
  font-size: 1em;
  margin-bottom: 0;
}
.paywall-form p a {
  transition: all 0.2s ease;
}
.paywall-form [type=submit] {
  margin-bottom: 1.4em;
}

.mejs-offscreen {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0, 0 0, 0 0, 0 0);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.mejs-container {
  position: relative;
}

.mejs-container:focus {
  outline: 0;
}

.me-plugin {
  position: absolute;
}

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

.mejs-fullscreen {
  overflow: hidden !important;
}

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

.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}

.mejs-clear {
  clear: both;
}

.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

:root .mejs-poster img {
  display: none;
}

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0;
}

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-overlay-play {
  cursor: pointer;
}

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(https://www.theparisreview.org/css/bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button {
  background-image: url(https://www.theparisreview.org/css/bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(https://www.theparisreview.org/css/background.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(https://www.theparisreview.org/css/loading.gif) 50% 50% no-repeat;
}

.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(https://www.theparisreview.org/css/background.png);
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 2.25rem;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0;
}

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(https://www.theparisreview.org/images/jpg/controls.svg) no-repeat;
}

.no-svg .mejs-controls .mejs-button button {
  background-image: url(https://www.theparisreview.org/css/controls.png);
}

.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}

.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 10px 3px 0;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}

.mejs-controls .mejs-play button {
  background-position: 0 0;
}

.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}

.mejs-controls div.mejs-time-rail {
  direction: ltr;
}

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background-color: white;
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
  background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}

.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}

.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
  position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(https://www.theparisreview.org/css/background.png);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}

.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}

.mejs-controls .mejs-captions-button {
  position: relative;
}

.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url(https://www.theparisreview.org/css/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
  visibility: visible;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  overflow: hidden;
  border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px;
  line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}

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

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: 400;
}

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}

.mejs-captions-position-hover {
  bottom: 35px;
}

.mejs-captions-text {
  padding: 3px 5px;
  background: url(https://www.theparisreview.org/css/background.png);
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
}

.me-cannotplay a {
  color: #fff;
  font-weight: 700;
}

.me-cannotplay span {
  padding: 15px;
  display: block;
}

.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}

.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}

.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}

.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
}

.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}

.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(https://www.theparisreview.org/css/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}

.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://www.theparisreview.org/css/background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(https://www.theparisreview.org/css/background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}

div.mejs-speed-button {
  width: 46px !important;
  position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #fff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
  display: none;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(https://www.theparisreview.org/css/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  display: block;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 11.5px;
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs-controls .mejs-button.mejs-jump-forward-button {
  background: transparent url(https://www.theparisreview.org/css/jumpforward.png) no-repeat;
  background-position: 3px 3px;
}

.mejs-controls .mejs-button.mejs-jump-forward-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #fff;
}

.mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url(https://www.theparisreview.org/css/skipback.png) no-repeat;
  background-position: 3px 3px;
}

.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #fff;
}

#playbtn {
  height: 4.75em;
  width: 4.75em;
  background-color: var(--issue-color);
  border-radius: 50%;
  cursor: pointer;
  margin: 1.4em auto 2.8em;
}

#playbtn.paused {
  background-position: 0 -4.75em;
}

#my-player {
  width: 100%;
}

#my-time {
  margin-top: 1.4em;
  position: relative;
  color: #7d7d7d;
  z-index: 1;
}

.card-audio-wrap div.mejs-button.mejs-playpause-button.mejs-play,
.card-audio-wrap div.mejs-button.mejs-playpause-button.mejs-pause,
.card-audio-wrap .mejs-container .mejs-controls .mejs-time {
  display: none;
}

.card-audio-wrap .mejs-container,
.card-audio-wrap .mejs-container .mejs-controls {
  background: none;
  background-color: transparent;
  background-color: rgba(220, 220, 220, 0);
  width: 100% !important;
}

.card-audio-wrap .mejs-controls .mejs-time-rail span,
.card-audio-wrap .mejs-controls .mejs-time-rail a {
  height: 2.25rem;
}

.card-audio-wrap span.mejs-time-total.mejs-time-slider {
  margin: 0 0.7em 0 0;
}

.card-audio-wrap .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: none;
  background-color: transparent;
}

.card-audio-wrap .mejs-controls .mejs-time-rail .mejs-time-current {
  background: none;
  background-color: transparent;
  background-color: var(--issue-color);
}

.card-audio-wrap {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 25rem;
}

.mejs-container {
  margin: 1em auto;
}

.mejs-container .mejs-controls div,
.mejs-controls a.mejs-horizontal-volume-slider {
  height: 2.25rem;
}

.mejs-controls .mejs-button button {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
  background-image: none;
  height: 0.5rem;
  top: 0;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background-color: white;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background-color: #7d7d7d;
}

.video-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrap embed,
.video-wrap object,
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(https://www.theparisreview.org/images/jpg/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(https://www.theparisreview.org/images/jpg/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
  }
}
/* Skin
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
}

#swipebox-overlay {
  background-color: rgba(65, 65, 65, 0.95);
  width: 100% !important;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  max-height: 32em;
}

#swipebox-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#swipebox-slider {
  height: auto;
  max-width: 83em;
  position: static;
}

.current {
  border-bottom: 1px solid #7d7d7d;
  border-top: 1px solid #7d7d7d;
}

#swipebox-close-wrap {
  max-width: 83em;
  width: 100%;
}

#swipebox-close {
  background-position: 0;
  display: block;
  float: right;
  position: static;
}
@media screen and (min-width: 48em) {
  #swipebox-close {
    background-position: -2px;
    background-size: auto 62.5px;
  }
}

#swipebox-bottom-bar, #swipebox-top-bar {
  background-color: transparent;
  height: auto;
  position: static;
  text-shadow: none;
  width: auto;
}

#swipebox-top-bar {
  top: 2.8em;
}

#swipebox-bottom-bar {
  bottom: 0.875rem;
  height: 50px;
  width: 80%;
}
@media screen and (min-width: 75em) {
  #swipebox-bottom-bar {
    height: 80px;
    position: absolute;
    top: 40%;
    width: 100%;
  }
}

#swipebox-title {
  max-width: 50em;
  text-align: left;
}
#swipebox-title h1 {
  margin-bottom: 0.7em;
}
#swipebox-title a {
  color: var(--issue-color);
}
#swipebox-title a:hover {
  color: var(--issue-color-mid);
}

#swipebox-arrows {
  max-width: 75rem;
}
@media screen and (min-width: 75em) {
  #swipebox-arrows {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  #swipebox-prev,
#swipebox-next {
    height: 80px;
    width: 80px;
    background-size: auto 80px;
  }
}

#swipebox-prev {
  background-position: -50px;
}
@media screen and (min-width: 75em) {
  #swipebox-prev {
    background-position: -80px;
  }
}

#swipebox-next {
  background-position: -100px;
}
@media screen and (min-width: 75em) {
  #swipebox-next {
    background-position: -160px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#int-header-ad small, .header-ad small, .home-stack-ad small, .rail-ad small, .rail-ad_mobile small {
  color: #999;
  display: block;
  text-align: center;
}

#int-header-ad {
  padding-top: 1em;
  padding-bottom: 0.5em;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 62.5em) {
  #int-header-ad {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.int-header-ad-dfp-wrap {
  margin-right: auto;
  margin-bottom: 0.5em;
  margin-left: auto;
  height: 50px;
  width: 320px;
}
@media screen and (min-width: 48em) {
  .int-header-ad-dfp-wrap {
    height: 90px;
    width: 728px;
  }
}
@media screen and (min-width: 62.5em) {
  .int-header-ad-dfp-wrap {
    height: 250px;
    width: 970px;
    margin-bottom: 1em;
  }
}

:root {
  --masthead_proportion: calc(482 / 32);
  --masthead-hadada_proportion: calc(534 / 40);
  --page-padding: 0.875rem;
  --spacing: 1em;
  --spacing--small: 0.5em;
  --duration: 0.2s;
  --timing: ease;
  --int-issue-gold: #fdbc2c;
  --int-issue-yellow: #fffe0b;
  --int-color: $int-black;
}
@media screen and (min-width: 48em) {
  :root {
    --page-padding: 2.1875em;
  }
}

body .int-nav-2nd-toggle, body .int-nav-1st-toggle, body #int-header, body .search-submit, body .search-toggle, body #int-nav-toggle_mobile, body #int-header-ad {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
}
body.fixed {
  overflow: hidden;
  position: fixed;
  width: 100vw;
}

#skip {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  padding: 0.5em 1em;
  z-index: 100;
}
#skip:active, #skip:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

#int-header {
  border-bottom: 1px solid #000;
}

.int-footer-fineprint, .int-footer-nav, .int-footer-illo {
  margin-right: auto;
  margin-left: auto;
  max-width: 85rem;
}

#int-header {
  --masthead_height: 1em;
  --masthead_width: calc(var(--masthead_height) * var(--masthead_proportion));
  --masthead-hadada_width: calc(var(--masthead_height) * var(--masthead-hadada_proportion));
  --hadada-size_factor: 1.5;
  --hadada-size: calc(var(--masthead_height) * var(--hadada-size_factor));
  --ad-height: 6.0625em;
  --nav-height: 3em;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  max-width: 80.625em;
  z-index: 100;
}
@media screen and (min-width: 30em) {
  #int-header {
    --masthead_height: 1.5em;
    --nav-height: 4.5em;
  }
}
@media screen and (min-width: 48em) {
  #int-header {
    --masthead_height: 1.625em;
    --ad-height: 8.6875em;
    --nav-height: 4.875em;
  }
}
@media screen and (max-width: 62.4375em) {
  #int-header {
    position: sticky;
    top: 0;
  }
}
#int-header.about {
  max-width: none;
}
#int-header.about #int-nav_desk {
  margin-right: auto;
  margin-left: auto;
  max-width: 80.625em;
}

#int-nav-1st_desk > ul, #int-nav-buttons_mobile > ul, #int-nav-buttons_desk > ul, #int-nav-2nd_desk > ul, #int-nav_mobile > ul {
  display: flex;
}

#int-nav_mobile {
  padding-right: 0.875rem;
  padding-left: 0.875rem;
  position: relative;
}
@media screen and (min-width: 48em) {
  #int-nav_mobile {
    padding: 1% 2.1875em;
  }
}
@media screen and (min-width: 62.5em) {
  #int-nav_mobile {
    display: none;
  }
}
#int-nav_mobile > ul {
  align-items: stretch;
}

#int-nav_desk {
  padding-top: 1em;
  padding-left: 2.1875em;
}
@media screen and (max-width: 62.4375em) {
  #int-nav_desk {
    display: none;
  }
}
@media screen and (min-width: 85em) {
  #int-nav_desk {
    padding-left: 0;
  }
}
#int-nav_desk > ul {
  display: grid;
  grid: "nav-masthead nav-2nd" auto "nav-1st nav-buttons" auto/calc((100% + 35px) * 0.55 - 35px) calc((100% + 35px) * 0.45);
  row-gap: 4em;
}
@media screen and (min-width: 85em) {
  #int-nav_desk > ul {
    grid-template-columns: 55% 45%;
  }
}
#int-nav_desk .on a {
  background-color: var(--issue-color);
}

#int-nav-masthead_desk, #int-nav-masthead_mobile {
  flex: 1 0 auto;
}

@media screen and (min-width: 48em) {
  #int-nav-masthead_mobile {
    margin-left: -0.25em;
  }
}
#int-nav-masthead_mobile a,
#int-nav-masthead_mobile .icon-int-hadada,
#int-nav-masthead_mobile .icon-int-masthead {
  height: 100%;
}
#int-nav-masthead_mobile a {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  #int-nav-masthead_mobile a {
    margin-right: 3em;
  }
}
#int-nav-masthead_mobile .icon-int-hadada,
#int-nav-masthead_mobile .icon-int-masthead {
  background-position: center;
}
#int-nav-masthead_mobile .icon-int-hadada {
  display: none;
  flex: 1 0 auto;
  margin-right: 0.75em;
  width: var(--hadada-size);
}
@media screen and (min-width: 48em) {
  #int-nav-masthead_mobile .icon-int-hadada {
    display: inline-block;
  }
}
#int-nav-masthead_mobile .icon-int-masthead {
  display: inline-block;
  flex: 12 0 auto;
  width: var(--masthead_width);
}

#int-nav-masthead_desk {
  --masthead_height: 2.25em;
  grid-area: nav-masthead;
  height: 3.5em;
  margin-left: -0.25em;
}
@media screen and (min-width: 75em) {
  #int-nav-masthead_desk {
    height: 4em;
  }
}
#int-nav-masthead_desk a,
#int-nav-masthead_desk .icon-int-masthead-hadada {
  height: 100%;
  width: 100%;
  display: block;
}

@media (any-hover: hover) {
  #int-nav-signin-toggle_mobile:hover, .int-nav-subscribe_mobile:hover {
    color: #fff;
  }
}

.int-nav-subscribe_mobile {
  align-self: center;
}
@media screen and (max-width: 47.9375em) {
  .int-nav-subscribe_mobile {
    display: none;
  }
}
.int-nav-subscribe_mobile a {
  padding-right: 1em;
  padding-left: 1em;
}

.int-nav-signin_mobile {
  width: 48%;
}

#int-nav-signin-toggle_mobile {
  --height: 2.5rem;
  padding-right: 1em;
  padding-left: 1em;
  background-color: #000;
  color: #fff;
  font-size: 0.875em;
  height: var(--height);
  line-height: 3rem;
  margin-bottom: 0;
  outline-color: -webkit-focus-ring-color;
  outline-offset: 1px;
  outline-width: 1px;
  text-align: center;
  transition: all 0.2s ease;
  width: 100%;
}
@media (any-hover: hover) {
  #int-nav-signin-toggle_mobile:hover {
    background-color: var(--issue-color);
  }
}

#int-nav-subscribe_desk {
  --height: 3em;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 75em) {
  #int-nav-subscribe_desk {
    font-size: 1em;
  }
}
#int-nav-subscribe_desk a {
  padding-right: 2.1875em;
  padding-left: 2.1875em;
}
#int-nav-subscribe_desk a:hover {
  color: #fff;
}

#int-nav-toggle_mobile {
  --height: --masthead_height;
  padding: 1em 0.5rem;
  position: relative;
  right: -0.5rem;
  font-size: var(--masthead_height);
  line-height: 0;
  transition: all 0.2s ease;
}
@media screen and (min-width: 30em) {
  #int-nav-toggle_mobile {
    padding-right: 1rem;
    padding-left: 1rem;
    right: -1rem;
  }
}
#int-nav-toggle_mobile i {
  width: 1em;
}
#int-nav-toggle_mobile i::before {
  content: "\f0c9";
}
@media (any-hover: hover) {
  #int-nav-toggle_mobile:hover {
    color: var(--issue-color);
  }
}
#int-nav-toggle_mobile[aria-expanded=true] {
  color: var(--issue-color);
  transform: rotate(90deg);
}
#int-nav-toggle_mobile[aria-expanded=true] i::before {
  content: "\f00d";
}

#int-nav-menu_mobile {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  border-top: 1px solid #000;
  display: none;
  height: calc(100vh - var(--nav-height));
  max-width: 30em;
  overflow-y: auto;
  padding-bottom: calc(7em + var(--ad-height));
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  #int-nav-menu_mobile {
    --page-padding: 2rem;
    border-left: 1px solid #333;
  }
}
#int-nav-menu_mobile .int-nav-subscribe_mobile {
  --height: 2.5rem;
  align-self: flex-start;
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 0.875em;
  text-align: center;
  width: 48%;
}
#int-nav-menu_mobile .int-nav-subscribe_mobile a {
  line-height: 3rem;
  width: 100%;
}
@media (any-hover: hover) {
  #int-nav-menu_mobile .int-nav-subscribe_mobile a:hover {
    background-color: var(--issue-color);
  }
}

#int-nav-buttons_desk > ul, #int-nav-2nd_desk > ul {
  justify-content: flex-end;
}

#int-nav-2nd_mobile, #int-nav-1st_mobile, #int-nav-buttons_mobile {
  padding-right: 2.1875em;
  padding-left: 2.1875em;
}

#int-nav-buttons_mobile {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
#int-nav-buttons_mobile > ul {
  justify-content: space-between;
}

#int-nav-1st_mobile {
  padding-top: 2em;
}

#int-nav-1st_desk {
  align-self: center;
  grid-area: nav-1st;
  padding-right: 0.5em;
}
#int-nav-1st_desk > ul {
  justify-content: space-between;
}

#int-nav-2nd_desk {
  grid-area: nav-2nd;
  padding-right: 2.1875em;
}
@media screen and (min-width: 85em) {
  #int-nav-2nd_desk {
    padding-right: 0;
  }
}
.int-footer-nav-link, #int-nav-search-input_mobile, .int-nav-2nd-link_desk, .int-nav-1st-link_desk, .int-nav-2nd-link_mobile, .int-nav-1st-link_mobile, .header-ad small, .home-stack-ad small, .rail-ad small, .rail-ad_mobile small, #int-header-ad small {
  position: relative;
}

.int-nav-2nd-sublink_mobile, .int-nav-1st-sublink_mobile, .int-nav-2nd-link_mobile, .int-nav-1st-link_mobile {
  color: #000;
  margin-bottom: 0.75em;
}
@media (any-hover: hover) {
  .int-nav-2nd-sublink_mobile > a:hover, .int-nav-1st-sublink_mobile > a:hover, .int-nav-2nd-link_mobile > a:hover, .int-nav-1st-link_mobile > a:hover {
    color: var(--issue-color);
  }
}

.int-nav-2nd-link_mobile > a, .int-nav-1st-link_mobile > a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 1.5em;
}
.int-nav-2nd-link_mobile, .int-nav-1st-link_mobile {
  border-bottom: 1px solid #333;
  margin-bottom: 1.5em;
}
.menu.int-nav-2nd-link_mobile, .menu.int-nav-1st-link_mobile {
  padding-bottom: 1.5em;
}

.int-nav-2nd-link_mobile:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

.int-nav-2nd-link_desk a, .int-nav-1st-link_desk a {
  display: block;
}

.int-nav-2nd-link_desk + li {
  margin-left: 1.5em;
}
.int-nav-2nd-link_desk label {
  cursor: pointer;
  outline-color: -webkit-focus-ring-color;
  outline-offset: 1px;
  outline-width: 1px;
  transition: all 0.2s ease;
}
@media (any-hover: hover) {
  .int-nav-2nd-link_desk label:hover {
    color: var(--issue-color);
  }
}

.int-nav-2nd-sublink_mobile, .int-nav-1st-sublink_mobile {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "heldane", Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: none;
}
.int-nav-2nd-sublink_mobile:last-of-type, .int-nav-1st-sublink_mobile:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 29.9375em) {
  .int-nav-1st-sublink_mobile .shy {
    display: none;
  }
}

.int-nav-2nd-sublink_desk, .int-nav-1st-sublink_desk {
  color: #fff;
  margin-bottom: 0.25em;
  white-space: nowrap;
}

#int-nav-buttons_desk {
  grid-area: nav-buttons;
}
.int-nav-2nd-toggle, .int-nav-1st-toggle {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  height: auto;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 0;
  text-transform: inherit;
  transition: all 0.2s ease;
  vertical-align: baseline;
}
@media (any-hover: hover) {
  .int-nav-2nd-toggle:hover, .int-nav-1st-toggle:hover {
    background-color: initial;
    color: var(--issue-color);
  }
}
.int-nav-2nd-toggle:focus, .int-nav-1st-toggle:focus {
  background-color: inherit;
  color: inherit;
}
.int-nav-2nd-toggle i, .int-nav-1st-toggle i {
  margin-left: 0.25em;
  transition: transform 0.2s ease;
}
.int-nav-2nd-toggle i::before, .int-nav-1st-toggle i::before {
  content: "\f107";
}
[aria-expanded=true].int-nav-2nd-toggle, [aria-expanded=true].int-nav-1st-toggle {
  color: var(--issue-color);
}
[aria-expanded=true].int-nav-2nd-toggle i, [aria-expanded=true].int-nav-1st-toggle i {
  transform: rotate(180deg);
}

.int-nav-2nd-menu, .int-nav-1st-menu {
  padding: 0.5em 1em;
  position: absolute;
  left: -1em;
  background-color: #000;
  display: none;
  z-index: 9999;
}
@media (any-hover: hover) {
  .int-nav-2nd-menu a:hover, .int-nav-1st-menu a:hover {
    background-color: inherit;
    color: var(--issue-color);
  }
}

.int-nav-1st-menu {
  top: 100%;
}

.int-nav-2nd-menu {
  top: 100%;
}

#int-nav-search_desk {
  margin-right: 1em;
  margin-left: 2em;
  position: relative;
  width: 100%;
}

#int-nav-search-form_desk {
  display: none;
}

.search-submit, .search-toggle {
  --height: 3.5em;
  padding-right: 1em;
  padding-left: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  color: #333;
  font-size: 0.75em;
  height: var(--height);
  line-height: var(--height);
  transition: all 0.2s ease;
  z-index: 1;
}
@media screen and (min-width: 75em) {
  .search-submit, .search-toggle {
    --height: 3rem;
    font-size: 0.875em;
  }
}
.search-submit i, .search-toggle i {
  transition: transform 0.2s ease;
  width: 1em;
}
.search-submit i::before, .search-toggle i::before {
  content: "\f002";
}
@media (any-hover: hover) {
  .search-submit:hover, .search-toggle:hover {
    color: var(--issue-color);
  }
}

.search-toggle {
  right: 0;
}
.search-toggle[aria-expanded=true] i {
  transform: rotate(180deg);
}
.search-toggle[aria-expanded=true] i::before {
  content: "\f00d";
}

.search-submit {
  left: 0;
}

input.search-input {
  --height: 2.625em;
  padding: 0 2.25em;
  background-color: #f7f7f7;
  height: var(--height);
  line-height: var(--height);
  margin-bottom: 0;
}
@media screen and (min-width: 75em) {
  input.search-input {
    --height: 3rem;
    padding-left: 2.625em;
  }
}

#int-nav-search_mobile {
  padding: 1.4em 2.1875em;
}

#int-nav-search-form_mobile {
  position: relative;
}

#int-nav-search-input_mobile {
  --height: 2em;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  background-color: transparent;
  border-bottom: 1px solid #333;
  color: #000;
  font-size: 0.875em;
}
#int-nav-search-input_mobile::placeholder {
  opacity: 1;
}
#int-nav-search-input_mobile:focus {
  background-color: #f7f7f7;
}

#int-nav-search-submit_mobile {
  --height: 2.33em;
  padding-right: 0;
  padding-left: 0;
  color: #000;
  left: auto;
  right: 0.5rem;
}
@media (any-hover: hover) {
  #int-nav-search-submit_mobile:hover {
    color: var(--issue-color);
  }
}

#int-footer {
  padding-top: 1em;
  padding-bottom: 2em;
  border-top: 1px solid #ccc;
}

.int-footer-illo {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .int-footer-nav {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 62.5em) {
  .int-footer-nav {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 30em) {
  .int-footer-nav > ul {
    display: flex;
  }
}

.int-footer-nav-socials ul {
  display: flex;
}

@media screen and (min-width: 30em) {
  .int-footer-nav-socials {
    width: calc(50% - 1em);
  }
}
@media screen and (min-width: 62.5em) {
  .int-footer-nav-socials {
    width: calc(33% - 1em);
  }
}
.int-footer-nav-socials ul {
  margin-bottom: 1em;
}

.int-social_rss i, .int-social_twitter i, .int-social_facebook i, .int-social_instagram i {
  font-size: 1em;
  transition: all 0.2s ease;
}

.int-social_rss, .int-social_twitter, .int-social_facebook, .int-social_instagram {
  --size: 2em;
  margin-right: 1.5em;
}
.int-social_rss i, .int-social_twitter i, .int-social_facebook i, .int-social_instagram i {
  border: 1px solid #000;
  border-radius: 50%;
  height: var(--size);
  line-height: var(--size);
  text-align: center;
  width: var(--size);
}
@media (any-hover: hover) {
  .int-social_rss i:hover, .int-social_twitter i:hover, .int-social_facebook i:hover, .int-social_instagram i:hover {
    background-color: var(--issue-color);
  }
}

.int-social_instagram i::before {
  content: "\f16d";
}

.int-social_facebook i::before {
  content: "\f09a";
}

.int-social_twitter i::before {
  content: "\f099";
}

.int-social_rss i::before {
  content: "\f09e";
}

.int-footer-nav-links {
  column-count: 2;
  column-gap: 2em;
}
@media screen and (min-width: 30em) {
  .int-footer-nav-links {
    padding-left: 1em;
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .int-footer-nav-links {
    column-count: 3;
  }
}
@media screen and (min-width: 62.5em) {
  .int-footer-nav-links {
    column-count: 4;
    width: 67%;
  }
}

.int-footer-nav-link {
  font-size: 0.75em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 62.5em) {
  .int-footer-nav-link {
    margin-bottom: 0.25em;
  }
}

.int-footer-fineprint-link, .int-footer-fineprint p {
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.int-footer-fineprint {
  padding-top: 0;
  padding-bottom: 0;
  color: #000;
}
@media screen and (min-width: 48em) {
  .int-footer-fineprint {
    display: flex;
    justify-content: space-between;
  }
}
.int-footer-fineprint p {
  margin-bottom: 0;
}

.int-footer-fineprint-links {
  display: block;
}
@media screen and (max-width: 47.9375em) {
  .int-footer-fineprint-links {
    margin-top: 1em;
  }
}

.int-footer-fineprint-link {
  transition: all 0.2s ease;
}
@media (any-hover: hover) {
  .int-footer-fineprint-link:hover {
    background-color: var(--issue-color);
  }
}
.int-footer-fineprint-link:first-of-type {
  margin-right: 1em;
}
@media screen and (min-width: 48em) {
  .int-footer-fineprint-link:first-of-type {
    margin-right: 2em;
  }
}
@media screen and (min-width: 62.5em) {
  .int-footer-fineprint-link:first-of-type {
    margin-right: 4em;
  }
}

#int-marquee {
  margin-right: auto;
  margin-bottom: var(--spacing);
  margin-left: auto;
  padding-top: calc(var(--spacing) * 1.5);
  padding-right: var(--page-padding);
  padding-left: var(--page-padding);
  background-color: #000;
  max-width: 80.625em;
}
@media screen and (min-width: 48em) {
  #int-marquee {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: calc(var(--spacing) * 3);
  }
}
@media screen and (min-width: 62.5em) {
  #int-marquee {
    display: grid;
    grid: "spin articles" auto/55% 45%;
    min-height: 25em;
  }
}
@media screen and (min-width: 75em) {
  #int-marquee {
    min-height: 30em;
  }
}
@media screen and (min-width: 85em) {
  #int-marquee {
    min-height: 34em;
  }
}
#int-marquee a {
  transition: all var(--duration) var(--timing);
}

#int-marquee-spin {
  align-self: stretch;
  grid-area: spin;
  position: relative;
}
@media screen and (max-width: 62.4375em) {
  #int-marquee-spin {
    display: none;
  }
}
#int-marquee-spin a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
}
#int-marquee-spin figure {
  width: 100%;
}
#int-marquee-spin img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#int-marquee-spin-link_2,
#int-marquee-spin-link_3,
#int-marquee-spin-link_4 {
  opacity: 0;
  visibility: hidden;
}

.int-marquee-spin-link img {
  transition: all var(--duration) var(--timing);
}
@media (any-hover: hover) {
  .int-marquee-spin-link img:hover {
    filter: brightness(1.1);
  }
}

.int-marquee-articles {
  grid-area: articles;
  position: relative;
}
@media screen and (min-width: 62.5em) {
  .int-marquee-articles {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 47.9375em) {
  .int-marquee-article:last-of-type .int-marquee-titles {
    margin-bottom: var(--spacing--small);
  }
}
.int-marquee-article.on .int-marquee-fig-link {
  color: var(--issue-color);
}

.int-marquee-fig-link {
  color: #fff;
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .int-marquee-fig-link {
    display: flex;
  }
}
@media (any-hover: hover) {
  .int-marquee-fig-link:hover {
    color: var(--issue-color);
  }
  .int-marquee-fig-link:hover img {
    filter: brightness(1.1);
  }
}

.int-marquee-fig {
  flex: 0 0 33%;
  padding-bottom: 67%;
}
@media screen and (min-width: 48em) {
  .int-marquee-fig {
    padding-bottom: 22.11%;
  }
}
@media screen and (min-width: 62.5em) {
  .int-marquee-fig {
    display: none;
  }
}

.int-marquee-titles {
  margin-bottom: calc(var(--spacing) * 1.5);
  padding-top: var(--spacing--small);
  padding-bottom: var(--spacing--small);
  border-bottom: 1px solid #ccc;
  flex: 1 1 auto;
}
@media screen and (min-width: 48em) {
  .int-marquee-titles {
    padding-right: var(--page-padding);
    padding-left: calc(var(--spacing) * 1.5);
    margin-bottom: 0;
  }
}
.int-marquee-more-link {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  padding-top: calc(var(--spacing) * 1.5);
  padding-bottom: var(--spacing--small);
  background-color: #000;
  color: #fff;
  display: block;
  font-size: 0.875em;
  font-style: italic;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .int-marquee-more-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 67%;
  }
}
@media screen and (min-width: 62.5em) {
  .int-marquee-more-link {
    padding-top: calc(var(--spacing) * 5);
    padding-left: 1.5rem;
    align-items: flex-end;
    display: flex;
    flex: 1 0 auto;
  }
}
.int-marquee-more-link strong {
  font-family: "founders-grotesk", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (min-width: 62.5em) {
  .int-marquee-more-link strong {
    margin-right: 0.5em;
  }
}
@media (any-hover: hover) {
  .int-marquee-more-link:hover {
    color: var(--issue-color);
  }
}

.podcast-descrip figure, .columns-descrip figure, .events-descrip figure, .subscribe-photo, .events-stack .event-photo, .marquee-spinner figure,
.marquee-article figure, .card-figure-wrap figure, .rail-figure-wrap figure, .event-gallery-figure, .support-gallery-figure,
.history-gallery-figure, .int-marquee-fig {
  position: relative;
  height: 0;
  width: 100%;
}
.podcast-descrip figure img, .columns-descrip figure img, .events-descrip figure img, .subscribe-photo img, .events-stack .event-photo img, .marquee-spinner figure img,
.marquee-article figure img, .card-figure-wrap figure img, .rail-figure-wrap figure img, .event-gallery-figure img, .support-gallery-figure img,
.history-gallery-figure img, .int-marquee-fig img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
}

_:-ms-lang(x), .podcast-descrip figure, .columns-descrip figure, .events-descrip figure, .subscribe-photo, .events-stack .event-photo, .marquee-spinner figure,
.marquee-article figure, .card-figure-wrap figure, .rail-figure-wrap figure, .event-gallery-figure, .support-gallery-figure,
.history-gallery-figure, .int-marquee-fig {
  overflow: hidden;
}
_:-ms-lang(x) img, .podcast-descrip figure img, .columns-descrip figure img, .events-descrip figure img, .subscribe-photo img, .events-stack .event-photo img, .marquee-spinner figure img,
.marquee-article figure img, .card-figure-wrap figure img, .rail-figure-wrap figure img, .event-gallery-figure img, .support-gallery-figure img,
.history-gallery-figure img, .int-marquee-fig img {
  height: auto;
}

.marquee::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48em) {
  .marquee {
    margin-bottom: 3em;
  }
}
.marquee a {
  display: block;
}
.marquee a::after {
  clear: both;
  content: "";
  display: table;
}
.marquee a:hover h1,
.marquee a:hover h2, .marquee a.billboardhighlight h1,
.marquee a.billboardhighlight h2 {
  color: var(--issue-color);
}
.marquee .marquee-spinner a:hover img,
.marquee .marquee-article a:hover img,
.marquee a:hover .card-figure-wrap img {
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}
.marquee .marquee-spinner a:hover address,
.marquee .marquee-article a:hover address,
.marquee a:hover .card-figure-wrap address {
  color: var(--issue-color-mid);
}
@media screen and (min-width: 62.5em) {
  .marquee main {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%;
  }
  .marquee main:last-child {
    margin-right: 0;
  }
}

.marquee-spinner figure,
.marquee-article figure {
  padding-bottom: 65%;
}

.marquee-spinner {
  float: left;
  display: block;
  margin-right: 4.347826087%;
  width: 47.8260869565%;
}
.marquee-spinner:last-child {
  margin-right: 0;
}
@media screen and (max-width: 62.4375em) {
  .marquee-spinner {
    display: none;
  }
}
.marquee-spinner figure {
  height: 21em;
  padding-bottom: 0;
}
@media screen and (min-width: 75em) {
  .marquee-spinner figure {
    height: 25em;
  }
}

@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .marquee-article:first-of-type .marquee-article-titles {
    border-top: 1px solid #414141;
    border-top: 1px solid #d7d7d7;
    /* interim */
  }
}
@media screen and (min-width: 62.5em) {
  .marquee-article:first-of-type {
    border-top: 1px solid #414141;
    border-top: 1px solid #d7d7d7;
    /* interim */
    padding-top: 1em;
  }
}
@media screen and (min-width: 75em) {
  .marquee-article:first-of-type {
    padding-top: 0.25em;
  }
}
@media screen and (min-width: 62.5em) {
  .marquee-article:last-of-type {
    border-bottom: 1px solid #d7d7d7;
  }
}
.marquee-article:last-of-type .marquee-article-titles {
  border-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .marquee-article:last-of-type .marquee-article-titles {
    border-bottom: 1px solid #d7d7d7;
    height: 17em;
  }
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .marquee-article figure {
    height: 17em;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .marquee-article figure {
    display: none;
  }
}

@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .marquee-figure-wrap {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%;
  }
  .marquee-figure-wrap:last-child {
    margin-right: 0;
  }
}

.marquee-article-titles {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 1em;
  padding-bottom: 1.5em;
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .marquee-article-titles {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%;
    height: 18em;
    margin-bottom: 0;
  }
  .marquee-article-titles:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .marquee-article-titles {
    height: 6em;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 75em) {
  .marquee-article-titles {
    height: 7.5em;
    margin-bottom: 0.3125em;
    margin-top: 0.5em;
  }
}
.marquee-article-titles h1,
.marquee-article-titles h2,
.marquee-article-titles address {
  transition: all 0.2s ease;
}
@media screen and (max-width: 29.9375em) {
  .marquee-article-titles h1,
.marquee-article-titles address {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 62.5em) and (max-width: 74.9375em) {
  .marquee-article-titles h1,
.marquee-article-titles address {
    font-size: 1.5em;
    font-size: 1.44em;
    /* interim reduce 4% */
  }
}
@media screen and (min-width: 75em) and (max-width: 82.9375em) {
  .marquee-article-titles h1,
.marquee-article-titles address {
    font-size: 2em;
    font-size: 1.92em;
    /* interim reduce 4% */
  }
}
@media screen and (min-width: 30em) {
  .marquee-article-titles h1 {
    display: inline;
    margin-right: 0.2333333333em;
  }
}
.marquee-article-titles h2 {
  font-style: italic;
  margin: 0.7em 0 0.35em;
}
@media screen and (min-width: 62.5em) {
  .marquee-article-titles h2 {
    margin-bottom: 0.175em;
    margin-top: 0;
  }
}
@media screen and (min-width: 62.5em) and (max-width: 74.9375em) {
  .marquee-article-titles h2 {
    font-size: 1.125em;
    margin-bottom: 0.2333333333em;
  }
}
.marquee-article-titles address {
  color: #b4b4b4;
  line-height: 1.084;
}
@media screen and (min-width: 30em) {
  .marquee-article-titles address {
    display: inline;
  }
}

@media screen and (min-width: 48em) {
  .home-stack {
    padding-right: 2.1875em;
  }
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .home-stack {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%;
  }
  .home-stack:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .home-stack {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 65.2173913043%;
  }
  .home-stack:last-child {
    margin-right: 0;
  }
}
.home-stack .hadada {
  margin-top: 1em;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .home-stack .hadada {
    display: none;
  }
}

.home-stack-card {
  /* interim begin */
  /* interim end */
}
@media screen and (min-width: 62.5em) {
  .home-stack-card {
    float: left;
    display: block;
    margin-right: 6.6666666667%;
    width: 46.6666666667%;
  }
  .home-stack-card:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .home-stack-card.card-archive, .home-stack-card.card-thedaily, .home-stack-card.card-fiction {
    padding-bottom: 8em;
    position: relative;
  }
}
@media screen and (min-width: 62.5em) {
  .home-stack-card.card-archive .card-rubric, .home-stack-card.card-thedaily .card-rubric, .home-stack-card.card-fiction .card-rubric {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 3em;
    left: 0;
    width: 100%;
  }
}
.home-stack-card.card-archive .card-rubric figure, .home-stack-card.card-thedaily .card-rubric figure, .home-stack-card.card-fiction .card-rubric figure {
  display: none;
}

.titles h1 {
  margin-top: 0.35em;
  margin-bottom: 0.35em;
}
@media screen and (min-width: 30em) {
  .titles h1 {
    margin-bottom: 0.2333333333em;
  }
}
@media screen and (min-width: 48em) {
  .titles h1 {
    margin-bottom: 0.2333333333em;
    margin-top: 1.4em;
    /* interim */
  }
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .titles h1 {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 65.2173913043%;
  }
  .titles h1:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .titles h1 {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 57.4468085106%;
    margin-bottom: 0.35em;
  }
  .titles h1:last-child {
    margin-right: 0;
  }
}

.titles::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48em) {
  .titles {
    padding-top: 0;
    padding-bottom: 0;
    /* interim */
  }
}
@media screen and (min-width: 62.5em) {
  .article-subtitles {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 77.1428571429%;
  }
  .article-subtitles:last-child {
    margin-right: 0;
  }
}
.article-subtitles p {
  font-style: italic;
}
@media screen and (max-width: 29.9375em) {
  .article-subtitles p {
    font-size: 1.3em;
    font-size: 1.2em;
    /* interim reduce 8% */
    font-size: 1.1em;
    /* interim from article body but slightly smaller */
  }
}
.article-subtitles p i,
.article-subtitles p em,
.article-subtitles p cite {
  font-style: normal;
}

.stack-top-rail, .article-top-rail, .event-top-rail {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #414141;
}
.stack-top-rail address, .article-top-rail address, .event-top-rail address,
.stack-top-rail time,
.article-top-rail time,
.event-top-rail time {
  height: 2.125rem;
  line-height: 2.125rem;
}
@media screen and (max-width: 29.9375em) {
  .stack-top-rail address, .article-top-rail address, .event-top-rail address,
.stack-top-rail time,
.article-top-rail time,
.event-top-rail time {
    height: 1.75rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 48em) {
  .stack-top-rail address, .article-top-rail address, .event-top-rail address,
.stack-top-rail time,
.article-top-rail time,
.event-top-rail time {
    font-size: 1.125em;
    font-size: 1.05em;
    /* interim */
  }
}
.stack-top-rail time, .article-top-rail time, .event-top-rail time {
  color: #7d7d7d;
  display: inline-block;
}
.stack-top-rail h3, .article-top-rail h3, .event-top-rail h3 {
  color: var(--issue-color);
  height: 2.125rem;
  line-height: 2.375rem;
  line-height: 2.125rem;
  /* interim */
}
.stack-top-rail h3 a, .article-top-rail h3 a, .event-top-rail h3 a {
  display: inline-block;
  transition: all 0.2s ease;
  color: var(--issue-color);
}
.stack-top-rail h3 a:hover, .article-top-rail h3 a:hover, .event-top-rail h3 a:hover {
  color: var(--issue-color-mid);
}
@media screen and (max-width: 47.9375em) {
  .stack-top-rail h3, .article-top-rail h3, .event-top-rail h3 {
    height: 1rem;
    line-height: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .stack-top-rail h3, .article-top-rail h3, .event-top-rail h3 {
    float: right;
  }
}

.article-top-rail, .event-top-rail {
  margin-bottom: 2.1em;
}
@media screen and (min-width: 48em) {
  .article-top-rail, .event-top-rail {
    margin-bottom: 2.8em;
  }
}
.article-top-rail address, .event-top-rail address {
  display: inline;
  margin-right: 0.35em;
}
.article-top-rail address a, .event-top-rail address a {
  display: inline-block;
  transition: all 0.2s ease;
  color: var(--issue-color);
}
.article-top-rail address a:hover, .event-top-rail address a:hover {
  color: var(--issue-color-mid);
}

.poetry-article p {
  margin-bottom: 1.4em !important;
  text-indent: 0 !important;
}

@media screen and (min-width: 62.5em) {
  .article-body {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 77.1428571429%;
  }
  .article-body:last-child {
    margin-right: 0;
  }
}
.article-body h3 {
  font-weight: 700;
}
@media screen and (min-width: 30em) {
  .article-body h3 {
    font-size: 1.25em !important;
    line-height: 1.4 !important;
    line-height: 1.5 !important;
    /* interim */
  }
}
.article-body p {
  margin-bottom: 1.4em;
}
@media screen and (max-width: 29.9375em) {
  .article-body p {
    font-size: 1.3em;
    font-size: 1.2em;
    /* interim reduce 8% */
    font-size: 1.1em;
    /* interim from events detail (for some reason) but slightly smaller */
  }
}
.article-body p.stanza {
  margin-bottom: 1.4em !important;
  text-indent: 0 !important;
}
.article-body span.verse {
  display: block;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
@media screen and (min-width: 62.5em) {
  .article-body span.verse {
    padding-left: 1.8em;
    text-indent: -1.8em;
  }
}
.article-body span.lead-in {
  font-variant: small-caps;
  letter-spacing: 0.05em;
  text-transform: lowercase;
}
.article-body p.pullquote {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  color: #a0a0a0;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.2;
  margin: 1em 0 !important;
  padding: 0.5em 1em !important;
  text-align: center;
  text-indent: 0 !important;
}
@media screen and (min-width: 30em) {
  .article-body p.pullquote {
    font-size: 2.125em;
    line-height: 1.3;
    margin: 1.5em 0 !important;
    padding: 1em 1.5em !important;
  }
}
.article-body p.section-head {
  margin-top: 1.4em;
  text-indent: 0 !important;
}
.article-body a {
  color: var(--issue-color);
  transition: all 0.2s ease;
}
.article-body a:hover {
  color: var(--issue-color-mid);
}
.article-body figure {
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .article-body .alignright {
    margin-right: 4.2em;
    margin-left: 4.2em;
  }
}
@media screen and (min-width: 48em) {
  .article-body .alignright {
    margin-top: 0.35em;
    margin-left: 2.8em;
    float: right;
    width: 50%;
  }
}
.article-body .featured {
  margin-top: 0;
}
.article-body select {
  border-color: #d7d7d7;
  box-shadow: none;
  color: #414141;
  cursor: pointer;
  margin-bottom: 1.4em;
}

.article-footer {
  margin-top: 4.2em;
  margin-bottom: 2.8em;
}
@media screen and (min-width: 62.5em) {
  .article-footer {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 77.1428571429%;
    margin-bottom: 0;
  }
  .article-footer:last-child {
    margin-right: 0;
  }
}

.article-author {
  font-style: italic;
  margin-bottom: 2.8em;
}
.article-author i,
.article-author em,
.article-author cite {
  font-style: normal;
}

@media screen and (min-width: 62.5em) {
  .article-body-wrap.magazine {
    margin-bottom: 6em;
  }
}
.article-body-wrap.magazine .article-subtitles h3 {
  color: #c8c8c8;
}
.article-body-wrap.magazine .article-body p {
  margin-bottom: 0;
  text-indent: 1.3em;
}
@media screen and (min-width: 62.5em) {
  .article-body-wrap.magazine .article-body p {
    text-indent: 1.8em;
  }
}
.article-body-wrap.magazine .article-body p:first-of-type {
  text-indent: 0;
}
.article-body-wrap.magazine p.interview-slug + p {
  text-indent: 0;
}
.article-body-wrap.magazine p.interview-slug {
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-top: 1.75em;
  text-align: center;
  text-indent: 0;
  text-transform: uppercase;
}

.blog-stack-titles {
  margin-bottom: 1.4em;
}
.blog-stack-titles a {
  display: inline;
  width: 100%;
}
.blog-stack-titles h1,
.blog-stack-titles img {
  transition: all 0.2s ease;
}
.blog-stack-titles a:hover h1 {
  color: #414141;
}
.blog-stack-titles a:hover img {
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
}
.blog-stack-titles h1 {
  color: var(--issue-color);
}
@media screen and (min-width: 30em) {
  .blog-stack-titles h1 {
    display: inline;
    margin-right: 0.2333333333em;
  }
}
.blog-stack-titles address {
  color: #a0a0a0;
  margin-bottom: 0.4666666667em;
}
@media screen and (min-width: 30em) {
  .blog-stack-titles address {
    display: block;
    margin-bottom: 0.2333333333em;
  }
}
@media screen and (min-width: 75em) {
  .blog-stack-titles address {
    margin-bottom: 0.35em;
  }
}
.blog-stack-titles p {
  font-style: italic;
  margin-bottom: 1.4em;
}
.blog-stack-titles p i,
.blog-stack-titles p em,
.blog-stack-titles p cite {
  font-style: normal;
}

.stack-top-rail {
  margin-bottom: 1.75em;
}

.blog-stack-excerpt-wrap {
  margin-bottom: 1.4em;
}
@media screen and (min-width: 30em) {
  .blog-stack-excerpt-wrap p {
    line-height: 1.4;
  }
  .blog-stack-excerpt-wrap p .wp-caption-text {
    font-size: 0.6875em;
  }
}
.blog-stack-excerpt-wrap p a {
  color: var(--issue-color);
  transition: all 0.2s ease;
}
.blog-stack-excerpt-wrap p a:hover {
  color: var(--issue-color-mid);
}
.blog-stack-excerpt-wrap .read-more {
  color: var(--issue-color);
  transition: all 0.2s ease;
}
.blog-stack-excerpt-wrap .read-more:hover {
  color: #414141;
}

.blog-stack-excerpt-wrap .wp-caption {
  max-width: 100% !important;
}
@media screen and (max-width: 62.4375em) {
  .blog-stack-excerpt-wrap .wp-caption {
    width: auto !important;
  }
}
.blog-stack-excerpt-wrap .aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.blog-stack-excerpt-wrap .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.blog-stack-excerpt-wrap .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.blog-stack-excerpt-wrap img {
  height: auto !important;
  max-width: 100% !important;
}
@media screen and (max-width: 62.4375em) {
  .blog-stack-excerpt-wrap img {
    width: auto !important;
  }
}
.blog-stack-excerpt-wrap img .aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.blog-stack-excerpt-wrap img .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.blog-stack-excerpt-wrap img .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.blog-body .wp-caption {
  max-width: 100% !important;
}
@media screen and (max-width: 62.4375em) {
  .blog-body .wp-caption {
    width: auto !important;
  }
}
.blog-body .aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.blog-body .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.blog-body .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.blog-body img {
  height: auto !important;
  max-width: 100% !important;
}
@media screen and (max-width: 62.4375em) {
  .blog-body img {
    width: auto !important;
  }
}
.blog-body img .aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.blog-body img .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.blog-body img .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.main-current-issue {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 1.4em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .main-current-issue {
    border-top: 1px solid #414141;
    height: 12em;
  }
  .main-current-issue::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 62.5em) {
  .main-current-issue {
    height: 18em;
  }
}
@media screen and (min-width: 75em) {
  .main-current-issue {
    height: 22em;
  }
}
.main-current-issue figure {
  margin: 0.7em auto;
  width: 75%;
}
@media screen and (min-width: 48em) {
  .main-current-issue figure {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 30.4347826087%;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
  }
  .main-current-issue figure:last-child {
    margin-right: 0;
  }
}
.main-current-issue figure img {
  flex-basis: 100%;
}

@media screen and (min-width: 48em) {
  .main-current-issue-titles {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 65.2173913043%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding-right: 0;
    padding-left: 0;
    height: 100%;
  }
  .main-current-issue-titles:last-child {
    margin-right: 0;
  }
}
.main-current-issue-titles h4 {
  line-height: 1.25;
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .main-current-issue-titles h4 {
    font-size: 1.125em;
    font-size: 1.05em;
    /* interim */
  }
}
@media screen and (min-width: 75em) {
  .main-current-issue-titles h4 {
    font-size: 2em;
    font-size: 1.6em;
    /* interim reduce 20% */
  }
}
@media screen and (min-width: 83em) {
  .main-current-issue-titles h4 {
    font-size: 2.125em;
    font-size: 1.6em;
    /* interim reduce 25% */
  }
}
.main-current-issue-titles .authors {
  color: #7d7d7d;
}
.main-current-issue-titles .action {
  color: var(--issue-color);
  font-style: italic;
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .main-current-issue-titles .action {
    font-size: 1.125em;
    font-size: 1.05em;
    /* interim */
  }
}
@media screen and (min-width: 75em) {
  .main-current-issue-titles .action {
    font-size: 2.125em;
    font-size: 1.6em;
    /* interim reduce 25% */
  }
}

@media screen and (min-width: 48em) {
  .main-archive {
    padding: 0;
  }
}

.main-archive-issue {
  margin-bottom: 1.4em;
}
@media screen and (max-width: 29.9375em) {
  .main-archive-issue {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 30.4347826087%;
  }
  .main-archive-issue:last-child {
    margin-right: 0;
  }
  .main-archive-issue:nth-child(3n) {
    margin-right: 0;
  }
  .main-archive-issue:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .main-archive-issue {
    float: left;
    display: block;
    margin-right: 3.2258064516%;
    width: 22.5806451613%;
  }
  .main-archive-issue:last-child {
    margin-right: 0;
  }
  .main-archive-issue:nth-child(4n) {
    margin-right: 0;
  }
  .main-archive-issue:nth-child(4n+1) {
    clear: left;
  }
}
@media screen and (min-width: 48em) {
  .main-archive-issue {
    float: left;
    display: block;
    margin-right: 3.2258064516%;
    width: 22.5806451613%;
  }
  .main-archive-issue:last-child {
    margin-right: 0;
  }
  .main-archive-issue:nth-child(4n) {
    margin-right: 0;
  }
  .main-archive-issue:nth-child(4n+1) {
    clear: left;
  }
}
@media screen and (min-width: 62.5em) {
  .main-archive-issue:hover time {
    opacity: 1;
  }
}
.main-archive-issue time {
  color: #c8c8c8;
  font-size: 0.6875em;
  letter-spacing: 0.06em;
  margin-left: 1.4em;
  transition: all 0.2s ease;
}
@media screen and (min-width: 62.5em) {
  .main-archive-issue time {
    margin-left: 2.1em;
    opacity: 0;
  }
}

.archive-title,
.history-title {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  color: white;
  text-align: center;
}

@-moz-document url-prefix() {
  .archive-title,
.history-title {
    display: block;
  }
}
.archive-title-circle-wrap {
  position: relative;
  height: 0;
  width: 100%;
  flex-basis: 100%;
  margin-bottom: 1.4em;
  padding-top: 100%;
}
@media screen and (min-width: 62.5em) {
  .archive-title-circle-wrap {
    flex-basis: 90%;
    margin-bottom: 1.75em;
    padding-top: 90%;
    width: 90%;
  }
}

_:-ms-lang(x), .archive-title-circle-wrap {
  padding-top: 70%;
}
@media screen and (min-width: 62.5em) {
  _:-ms-lang(x), .archive-title-circle-wrap {
    padding-top: 62%;
  }
}

.archive-title-circle,
.history-title-circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--issue-color);
  border-radius: 50%;
}
.archive-title-circle::before, .archive-title-circle::after,
.history-title-circle::before,
.history-title-circle::after {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 1px;
}
.archive-title-circle .decade-wrap,
.history-title-circle .decade-wrap {
  display: inline-block;
  vertical-align: middle;
}
.archive-title-circle p,
.history-title-circle p {
  font-size: 0.875em;
  font-style: italic;
  margin: 0;
}
@media screen and (min-width: 62.5em) {
  .archive-title-circle p,
.history-title-circle p {
    font-size: 1.25em;
    font-size: 1.05em;
    /* interim reduce 16% */
  }
}
.archive-title-circle h1,
.history-title-circle h1 {
  font-size: 0.9375em;
  margin-bottom: 0.175em;
  text-transform: uppercase;
}
@media screen and (min-width: 62.5em) {
  .archive-title-circle h1,
.history-title-circle h1 {
    font-size: 1.5em;
    font-size: 1.32em;
    /* interim reduce 12% */
    line-height: 0.75;
  }
}
@media screen and (min-width: 75em) {
  .archive-title-circle h1,
.history-title-circle h1 {
    font-size: 2em;
    font-size: 1.6em;
    /* interim reduce 20% */
  }
}
.archive-title-circle address,
.history-title-circle address {
  border-bottom: 1px solid;
  display: inline-block;
  font-size: 0.5em;
  margin-bottom: 0.2333333333em;
}
@media screen and (min-width: 62.5em) {
  .archive-title-circle address,
.history-title-circle address {
    font-size: 0.6875em;
  }
}

.carousel {
  padding-top: 0.7em;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border-top: 1px solid #414141;
  margin-bottom: 1.4em;
  margin-top: 0;
}
@media screen and (min-width: 62.5em) {
  .carousel {
    margin-bottom: 2.8em;
  }
}
@media screen and (min-width: 75em) {
  .carousel {
    margin-bottom: 4.2em;
  }
}
.carousel time {
  color: #c8c8c8;
  float: right;
  font-size: 0.6875em;
  letter-spacing: 0.06em;
  margin-right: 1.4em;
}
.carousel .slick-track {
  padding: 0.7em 0;
}

.slick-next, .slick-prev {
  position: absolute;
  top: 50%;
  height: 1.25em;
  width: 1.25em;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  display: block !important;
  margin-top: -1rem;
}

.slick-prev {
  left: -1.5rem;
  transform: rotate(180deg);
}

.slick-next {
  right: -1.5rem;
}

.carousel-issue figure {
  transition: all 0.2s ease;
}
.carousel-issue figure:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 75em) {
  .carousel + .main_left {
    padding-right: 2em;
  }
}

.issue-contents-title {
  border-bottom: 1px solid #414141;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 47.9375em) {
  .issue-contents-title {
    margin-right: 0.875rem;
    margin-left: 0.875rem;
  }
}
@media screen and (min-width: 62.5em) {
  .issue-contents-title h1,
.issue-contents-title time {
    margin-top: -0.25rem;
  }
}
@media screen and (min-width: 75em) {
  .issue-contents-title h1,
.issue-contents-title time {
    font-size: 2.125em;
    font-size: 1.6em;
    /* interim reduce 25% */
  }
}
@media screen and (min-width: 62.5em) {
  .issue-contents-title h1 {
    display: inline-block;
    margin-right: 0.35em;
  }
}
.issue-contents-title time {
  color: #b4b4b4;
}
@media screen and (min-width: 62.5em) {
  .issue-contents-title time {
    display: inline-block;
  }
}

.issue-contents-cover {
  padding-bottom: 1.4em;
}
@media screen and (max-width: 47.9375em) {
  .issue-contents-cover {
    padding-left: 0.875rem;
  }
}
@media screen and (min-width: 62.5em) {
  .issue-contents-cover {
    padding-bottom: 2.8em;
  }
}
@media screen and (max-width: 74.9375em) {
  .issue-contents-cover {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 30.4347826087%;
  }
  .issue-contents-cover:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 75em) {
  .issue-contents-cover {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 31.914893617%;
    margin-left: -1em;
    margin-top: 1.4em;
  }
  .issue-contents-cover:last-child {
    margin-right: 0;
  }
}

.issue-contents-descrip {
  color: #7d7d7d;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 47.9375em) {
  .issue-contents-descrip {
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }
}
@media screen and (min-width: 62.5em) {
  .issue-contents-descrip {
    margin-top: 2.8em;
  }
}
@media screen and (min-width: 75em) {
  .issue-contents-descrip {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 40.4255319149%;
  }
  .issue-contents-descrip:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 30em) {
  .issue-contents-descrip p {
    line-height: 1.4;
    /* interim */
  }
}
.issue-contents-descrip .purchase-button {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  background-color: var(--issue-color);
  color: white;
  display: inline-block;
  line-height: 2.5;
  padding: 0.25em 0.7em 0 0.825em;
  transition: all 0.2s ease;
}
.issue-contents-descrip .purchase-button:hover {
  background-color: #f7f7f7;
  color: var(--issue-color);
}

@media screen and (max-width: 47.9375em) {
  .issue-contents {
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }
}
@media screen and (max-width: 74.9375em) {
  .issue-contents {
    clear: both;
  }
}
@media screen and (min-width: 75em) {
  .issue-contents {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 23.4042553191%;
    margin-top: 2.8em;
    margin-left: 1em;
  }
  .issue-contents:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 48em) {
  .issue-contents-slug .h6, .issue-contents-slug .events-stack .event-descrip b, .events-stack .event-descrip .issue-contents-slug b, .issue-contents-slug #skip, .issue-contents-slug .int-nav-subscribe_mobile, .issue-contents-slug #int-nav-signin-toggle_mobile, .issue-contents-slug #int-nav-subscribe_desk {
    margin-bottom: 2.1em;
  }
}

.issue-contents-category {
  margin-bottom: 1.05em;
}
@media screen and (min-width: 48em) {
  .issue-contents-category {
    margin-bottom: 1.4em;
  }
}
.issue-contents-category h2 {
  margin-bottom: 0.2333333333em;
}

.issue-contents-article {
  color: #7d7d7d;
}
.issue-contents-article:hover {
  color: #414141;
}
.issue-contents-article address,
.issue-contents-article h1 {
  font-size: 1em;
  margin: 0;
}
@media screen and (min-width: 30em) {
  .issue-contents-article address,
.issue-contents-article h1 {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 75em) {
  .issue-contents-article address,
.issue-contents-article h1 {
    font-size: 0.9375em;
  }
}
.issue-contents-article address {
  display: inline;
}
.issue-contents-article address::after {
  content: ", ";
}
.issue-contents-article h1 {
  display: inline;
  font-style: italic;
}

.page-search-form {
  position: relative;
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .page-search-form {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 65.2173913043%;
    margin-top: 1.4em;
    width: 66.67%;
  }
  .page-search-form:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .page-search-form {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 57.4468085106%;
    width: 58.3%;
  }
  .page-search-form:last-child {
    margin-right: 0;
  }
}
.page-search-form input {
  margin-top: 0.35em;
  margin-bottom: 0.35em;
  color: #414141;
  font-style: italic;
  line-height: 1.084;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 62.5em) {
  .page-search-form input {
    margin-bottom: 0.175em;
  }
}

.page-search-form-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 1.5em;
  width: 1em;
  background-color: inherit;
  cursor: pointer;
  padding: 0;
}
@media screen and (min-width: 30em) {
  .page-search-form-submit {
    height: 2.25em;
    width: 1.5em;
  }
}
@media screen and (min-width: 48em) {
  .page-search-form-submit {
    height: 4em;
    width: 2em;
  }
}
@media screen and (min-width: 62.5em) {
  .page-search-form-submit {
    height: 6em;
  }
}
.page-search-form-submit svg {
  height: 1em;
  width: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  fill: #c8c8c8;
}
@media screen and (min-width: 30em) {
  .page-search-form-submit svg {
    height: 1.5em;
    width: 1.5em;
    margin-left: -0.75em;
    margin-top: -0.75em;
  }
}
.page-search-form-submit:hover {
  background-color: inherit;
}
.page-search-form-submit:hover svg {
  fill: var(--issue-color);
}

.search-controls {
  border-top: 1px solid #414141;
}
.search-controls::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 47.9375em) {
  .search-controls {
    margin-bottom: 0.7em;
  }
}

.search-refine {
  margin-bottom: 0.7em;
}
.search-refine::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48em) {
  .search-refine {
    margin-bottom: 1.4em;
  }
}
@media screen and (min-width: 62.5em) {
  .search-refine {
    margin-bottom: 3.5em;
  }
}
.search-refine h1 {
  border-bottom: 1px solid #d7d7d7;
  cursor: pointer;
}
@media screen and (max-width: 29.9375em) {
  .search-refine h1 {
    height: 1.75rem;
    line-height: 1.75rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-refine h1 {
    height: 2.125rem;
    line-height: 2.125rem;
  }
}
@media screen and (min-width: 48em) {
  .search-refine h1 {
    border-bottom: 0;
    color: #c8c8c8;
    margin-top: 4.2em;
  }
}
@media screen and (min-width: 62.5em) {
  .search-refine h1 {
    margin-top: 7em;
  }
}
.search-refine .icon-caret-small {
  height: 2rem;
}
@media screen and (min-width: 48em) {
  .search-refine .icon-caret-small {
    display: none;
  }
}

@media screen and (max-width: 47.9375em) {
  .search-refine-category-wrap {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    display: none;
  }
}

.search-refine-category:hover a, .search-refine-category.active a {
  color: var(--issue-color);
}
@media screen and (max-width: 47.9375em) {
  .search-refine-category:hover a, .search-refine-category.active a {
    font-style: italic;
  }
}
.search-refine-category:last-of-type {
  padding-bottom: 0.7em;
}
@media screen and (max-width: 47.9375em) {
  .search-refine-category:last-of-type {
    border-bottom: 1px solid #d7d7d7;
  }
}
.search-refine-category:last-of-type a::after {
  content: "";
}
.search-refine-category a {
  display: block;
  font-size: 1.125em;
  line-height: 1.5;
  transition: all 0.2s ease;
}
@media screen and (min-width: 48em) {
  .search-refine-category a {
    position: relative;
    float: left;
    margin-right: 0.2333333333em;
  }
  .search-refine-category a::before {
    border-bottom: 1px solid;
    content: "";
    display: inline-block;
    height: 1em;
    left: 0;
    margin-top: 3px;
    position: absolute;
    width: 100%;
  }
}
@media screen and (min-width: 62.5em) {
  .search-refine-category a {
    font-size: 1.25em;
    font-size: 1.05em;
    /* interim */
  }
}

.search-sort {
  margin-bottom: 1.4em;
}
.search-sort::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48em) {
  .search-sort {
    float: left;
    margin-bottom: 0.7em;
  }
}

.search-sort-category {
  float: left;
  margin-right: 1.4em;
}
.search-sort-category:hover, .search-sort-category.active {
  color: var(--issue-color);
}

.search-count {
  color: #c8c8c8;
}
@media screen and (min-width: 48em) {
  .search-count {
    float: right;
  }
}

.search-stack-article {
  padding-top: 0.7em;
  padding-bottom: 2.1em;
  border-top: 1px solid #414141;
}
.search-stack-article em,
.search-stack-article b {
  position: relative;
  color: #414141;
  font-style: normal;
  font-weight: normal;
  transition: all 0.2s ease;
}
.search-stack-article em::before,
.search-stack-article b::before {
  border-bottom: 1px solid;
  content: "";
  display: inline-block;
  height: 1em;
  left: 0;
  margin-top: 3px;
  position: absolute;
  width: 100%;
}
.search-stack-article h1 em::before,
.search-stack-article h1 b::before {
  margin-top: -2px;
}
.search-stack-article a {
  transition: all 0.2s ease;
}
.search-stack-article a:hover {
  color: var(--issue-color);
}
.search-stack-article a:hover em,
.search-stack-article a:hover b {
  color: var(--issue-color);
}

.search-stack-descrip {
  color: #7d7d7d;
}

@media screen and (min-width: 48em) {
  .search-stack-category {
    display: none;
  }
}

.events-stack .event {
  margin-bottom: 2.8em;
}
.events-stack .event::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 75em) {
  .events-stack .event-photo-tools {
    float: left;
    display: block;
    margin-right: 3.7037037037%;
    width: 40.7407407407%;
  }
  .events-stack .event-photo-tools:last-child {
    margin-right: 0;
  }
}
.events-stack .event-photo {
  margin-bottom: 0.7em;
  padding-bottom: 65%;
}
@media screen and (min-width: 75em) {
  .events-stack .event-photo {
    padding-bottom: 100%;
  }
}
.events-stack .event-tools {
  margin-bottom: 0.35em;
}
.events-stack .event-tools::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 75em) {
  .events-stack .event-info {
    float: left;
    display: block;
    margin-right: 3.7037037037%;
    width: 55.5555555556%;
    margin-right: 0;
  }
  .events-stack .event-info:last-child {
    margin-right: 0;
  }
}
.events-stack .event-title {
  color: var(--issue-color);
  margin-bottom: 0.7em;
}
@media screen and (min-width: 75em) {
  .events-stack .event-title {
    font-size: 2.125em;
  }
}
@media screen and (min-width: 30em) {
  .events-stack .event-descrip,
.events-stack .event-time,
.events-stack .event-location,
.events-stack .event-address,
.events-stack .event-map {
    font-size: 1.25em;
    line-height: 1.2;
  }
}
.events-stack .event-descrip {
  color: #a0a0a0;
  margin-bottom: 1.4em;
}
.events-stack .event-descrip b {
  font-size: 0.75em;
}
.events-stack .event-time {
  border-top: 1px solid #d7d7d7;
  display: block;
  padding-top: 0.35em;
}
.events-stack .event-location,
.events-stack .event-address {
  margin-bottom: 0;
}
.events-stack .event-map {
  color: var(--issue-color);
}
.events-stack .event-map a:hover {
  color: #414141;
}

.base_event, .of-the-day_event {
  /* interim */
  /* interim */
}
@media screen and (max-width: 62.4375em) {
  .base_event, .of-the-day_event {
    /* interim */
    float: left;
    display: block;
    margin-right: 33.3333333333%;
    width: 100%;
    /* interim */
  }
  .base_event:last-child, .of-the-day_event:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .base_event, .of-the-day_event {
    /* interim */
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%;
    /* interim */
    /* interim */
  }
  .base_event:last-child, .of-the-day_event:last-child {
    margin-right: 0;
  }
  .base_event:nth-child(2n), .of-the-day_event:nth-child(2n) {
    margin-right: 0;
  }
  .base_event:nth-child(2n+1), .of-the-day_event:nth-child(2n+1) {
    clear: left;
  }
}
.base_event time, .of-the-day_event time {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  display: block;
}
.base_event .event-location, .of-the-day_event .event-location {
  color: #414141;
}

@media screen and (max-width: 47.9375em) {
  .base_event .card-excerpt-wrap {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .base_event {
    border-bottom: 1px solid #d7d7d7;
  }
}

.event-grid-wrap .rail-slug h6 {
  border-top: 0;
  height: auto;
  margin-bottom: 1.3rem;
  padding-top: 1.3rem;
}

@media screen and (min-width: 62.5em) {
  .event-top-rail {
    margin-bottom: 1.95rem;
  }
}
.event-top-rail .h6, .event-top-rail #skip, .event-top-rail .int-nav-subscribe_mobile, .event-top-rail #int-nav-signin-toggle_mobile, .event-top-rail #int-nav-subscribe_desk, .event-top-rail .events-stack .event-descrip b, .events-stack .event-descrip .event-top-rail b {
  float: none;
}

.event-status {
  font-size: 1rem !important;
  font-style: normal !important;
  height: 2.125rem;
  line-height: 2.125rem;
  margin: 0;
}
@media screen and (max-width: 29.9375em) {
  .event-status {
    height: 1.75rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 48em) {
  .event-status {
    font-size: 1.125em;
  }
}

.event-details-wrap::after {
  clear: both;
  content: "";
  display: table;
}

.event-fig {
  margin-bottom: 0.7em;
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .event-fig {
    float: left;
    display: block;
    margin-right: 3.7037037037%;
    width: 40.7407407407%;
  }
  .event-fig:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .event-fig {
    float: left;
    display: block;
    margin-right: 3.7037037037%;
    width: 40.7407407407%;
  }
  .event-fig:last-child {
    margin-right: 0;
  }
}
.event-fig img {
  width: 100%;
}

@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .event-details {
    float: left;
    display: block;
    margin-right: 3.7037037037%;
    width: 55.5555555556%;
    margin-right: 0;
  }
  .event-details:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .event-details {
    float: left;
    display: block;
    margin-right: 3.7037037037%;
    width: 55.5555555556%;
    margin-right: 0;
  }
  .event-details:last-child {
    margin-right: 0;
  }
}
.event-details .event-time {
  font-size: 1.125rem;
}

.event-date {
  border-bottom: 1px solid #d7d7d7;
  color: var(--issue-color);
  display: block;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0.35em;
  padding-bottom: 0.7em;
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .event-date {
    padding-bottom: 0.35em;
  }
}
@media screen and (min-width: 62.5em) {
  .event-date {
    font-size: 2.375rem;
    font-size: 1.8em;
    padding-bottom: 0.35em;
  }
}

.event-day,
.event-date-number {
  display: block;
}

.event-time,
.event-location a {
  color: #414141;
  font-style: normal;
}

.event-location a:hover {
  color: var(--issue-color);
}

.event-buttons {
  clear: both;
  margin-bottom: 1.95rem;
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .event-buttons {
    float: left;
    display: block;
    margin-right: 3.7037037037%;
    width: 40.7407407407%;
  }
  .event-buttons:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .event-buttons {
    float: left;
    display: block;
    margin-right: 3.7037037037%;
    width: 40.7407407407%;
  }
  .event-buttons:last-child {
    margin-right: 0;
  }
}
.event-buttons a {
  padding: 0 1.4em;
  background-color: var(--issue-color);
  color: white;
  display: block;
  font-family: "founders-grotesk", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  /* interim */
  height: 2rem;
  letter-spacing: 0.1em;
  line-height: 2.125rem;
  margin-bottom: 0.7em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
@media screen and (min-width: 48em) {
  .event-buttons a {
    font-size: 0.8125em;
    font-size: 0.7em;
    /* interim reduce 14% */
    height: 2.25rem;
    line-height: 2.375rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 62.4375em) {
  .event-buttons a {
    display: inline-block;
    margin-right: 0.7em;
  }
}
.event-buttons a:hover, .event-buttons a:focus {
  background-color: #f7f7f7;
  color: var(--issue-color);
}

.event-social-icon-wrap {
  border-top: 1px solid #d7d7d7;
  margin-bottom: 1.4em;
  padding-top: 0.7em;
}
.event-social-icon-wrap::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .event-social-icon-wrap {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .event-social-icon-wrap {
    margin-bottom: 0;
  }
}

.addthis_button_compact .at-icon-wrapper {
  background-color: #c8c8c8 !important;
}
.addthis_button_compact svg {
  fill: white !important;
}

.support-body {
  margin-bottom: 2.8em;
}
.support-body::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48em) {
  .support-body.narrow {
    min-height: 50em;
  }
}
@media screen and (min-width: 62.5em) {
  .support-body.narrow {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 77.1428571429%;
  }
  .support-body.narrow:last-child {
    margin-right: 0;
  }
}
.support-body .rail-slug h6 {
  border-bottom: 0;
  margin-bottom: 0;
}
.support-body .rail-slug p {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #414141;
  font-size: 1.125em;
  font-style: italic;
  min-height: 2.25rem;
  line-height: 2.375rem;
}
.support-body h3 {
  font-weight: 700;
}
@media screen and (min-width: 30em) {
  .support-body h3 {
    font-size: 1.25em;
    line-height: 1.4;
  }
}
.support-body p {
  margin-bottom: 1.4em;
}
.support-body p a {
  color: var(--issue-color);
  transition: all 0.2s ease;
}
.support-body p a:hover {
  color: var(--issue-color-mid);
}
.support-body > figure {
  margin-bottom: 1.4em;
}
@media screen and (min-width: 75em) {
  .support-body > figure {
    margin-bottom: 2.8em;
  }
}
.support-body > h6 {
  display: inline-block;
  transition: all 0.2s ease;
}
@media screen and (min-width: 62.5em) {
  .support-body > h6 {
    margin-top: 1.4em;
  }
}
.support-body > h6:hover {
  background-color: #f7f7f7;
  color: var(--issue-color);
}
.support-body span.lead-in {
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.support-winner-wrap, .author-list-inset {
  margin-bottom: 1.4em;
}
.support-winner-wrap::after, .author-list-inset::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48em) {
  .support-winner-wrap, .author-list-inset {
    -webkit-columns: 3 8em;
    -moz-columns: 3 8em;
    columns: 3 8em;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}

.support-winner, .author-name {
  display: inline-block;
  margin-bottom: 1em;
  width: 100%;
}
@media screen and (max-width: 47.9375em) {
  .support-winner, .author-name {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 30.4347826087%;
  }
  .support-winner:last-child, .author-name:last-child {
    margin-right: 0;
  }
  .support-winner:nth-child(3n), .author-name:nth-child(3n) {
    margin-right: 0;
  }
  .support-winner:nth-child(3n+1), .author-name:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 48em) {
  .support-winner, .author-name {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

.support-winner-year,
.support-winner-title,
.support-winner-name,
.author-name {
  font-size: 1em;
  line-height: 1.2;
}
@media screen and (min-width: 62.5em) {
  .support-winner-year,
.support-winner-title,
.support-winner-name,
.author-name {
    font-size: 1.125em;
    font-size: 0.96em;
    /* interim */
    line-height: 1.1;
    line-height: 1.2;
    /* interim */
  }
}
@media screen and (min-width: 75em) {
  .support-winner-year,
.support-winner-title,
.support-winner-name,
.author-name {
    font-size: 1.25em;
    font-size: 1.05em;
    /* interim reduce 16% */
  }
}

.support-winner-year,
.support-winner-title {
  color: #7d7d7d;
}

body.about,
.header-nav_about {
  background-color: #414141;
}

header.about .header-nav-right-icon, header.about .header-nav-search-on .header-nav-search-form button, .header-nav-search-on .header-nav-search-form header.about button,
header.about .header-nav-thedaily,
header.about .header-nav-depts,
header.about .header-nav-about,
header.about .header-nav-support {
  border-color: #7d7d7d;
}
header.about .header-nav-right-icon svg, header.about .header-nav-search-on .header-nav-search-form button svg, .header-nav-search-on .header-nav-search-form header.about button svg {
  fill: white;
}
header.about .header-nav-right-icon:hover svg, header.about .header-nav-search-on .header-nav-search-form button:hover svg, .header-nav-search-on .header-nav-search-form header.about button:hover svg {
  fill: var(--issue-color);
}
header.about .header-nav-hamburger.icon-nav,
header.about .header-nav-hamburger.icon-close {
  background-color: #414141;
}
header.about .header-nav-links a {
  color: white;
}
header.about .header-nav-links a:hover {
  color: var(--issue-color);
}
header.about .header-nav-links p.active a {
  color: var(--issue-color);
}
header.about .header-nav-search input {
  background-color: #414141;
  border-color: #7d7d7d;
  color: #a0a0a0;
}
header.about .header-nav-search input::-webkit-input-placeholder {
  color: white;
}
header.about .header-nav-search input:-moz-placeholder {
  color: white;
}
header.about .header-nav-search input:-moz-placeholder {
  color: white;
}
header.about .header-nav-search input:-ms-input-placeholder {
  color: white;
}

footer.about {
  background-color: #5a5a5a;
}
footer.about .tout,
footer.about .footer-nav_mobile {
  border-color: #414141;
}
footer.about a:hover h6 {
  border-color: var(--issue-color);
  color: var(--issue-color);
}
footer.about h6 {
  border-color: white;
  color: white;
}
footer.about p,
footer.about input,
footer.about .footer-credits p {
  color: #a0a0a0;
}
footer.about input {
  border-color: #7d7d7d;
}
footer.about input::-webkit-input-placeholder {
  color: #a0a0a0;
}
footer.about input:-moz-placeholder {
  color: #a0a0a0;
}
footer.about input:-moz-placeholder {
  color: #a0a0a0;
}
footer.about input:-ms-input-placeholder {
  color: #a0a0a0;
}
footer.about img {
  background-color: white;
}
footer.about .footer-nav_mobile p,
footer.about .footer-nav_tablet p,
footer.about .footer-credits a {
  color: white;
}
footer.about .footer-credits a:hover {
  color: var(--issue-color);
}

.about-nav.sticky, .titles_about.sticky {
  box-shadow: 0 0.3125em 0.5em rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.titles_about {
  position: relative;
  background-color: rgba(65, 65, 65, 0.98);
  margin-top: 3em;
}
.titles_about::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48em) {
  .titles_about {
    margin-top: 4.75em;
  }
}
.titles_about h1 {
  margin-top: 0.35em;
  margin-bottom: 0;
  color: white;
}
@media screen and (min-width: 62.5em) {
  .titles_about h1 {
    float: left;
    margin-bottom: 0.2333333333em;
  }
}
.titles_about .icon-caret-small {
  height: 2.1875rem;
}
@media screen and (min-width: 48em) {
  .titles_about .icon-caret-small {
    display: none;
  }
}
.titles_about .icon-caret-small.active svg {
  fill: #a0a0a0;
}
.titles_about.sticky {
  left: 0;
  margin-top: 0;
  top: 4.4375em;
}
@media screen and (min-width: 83em) {
  .titles_about.sticky {
    top: 4.25em;
  }
}
.titles_about.sticky .titles_about-wrap {
  padding-top: 0;
}
@media screen and (min-width: 48em) {
  .titles_about.sticky .titles_about-wrap {
    padding-bottom: 0;
  }
}
.titles_about.sticky h1 {
  margin: 0;
}
.titles_about.sticky .about-nav {
  margin-top: 0.25rem;
}

.titles_about-wrap {
  margin: 0 auto;
  max-width: 85em;
}

.about-nav {
  background-color: rgba(65, 65, 65, 0.98);
  padding-top: 0.8125em;
}
@media screen and (min-width: 48em) {
  .about-nav {
    width: 37.25rem;
  }
}
@media screen and (min-width: 62.5em) {
  .about-nav {
    float: right;
    margin-top: 1.4em;
  }
}
.about-nav.sticky {
  padding-right: 0.875rem;
  padding-left: 0.875rem;
  margin-left: -0.875rem;
  top: 3em;
}
@media screen and (max-width: 47.9375em) {
  .about-nav.sticky {
    padding-top: 0;
  }
  .about-nav.sticky .nav-history {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 62.4375em) {
  .about-nav.sticky {
    box-shadow: 0 0.3125em 0.5em rgba(0, 0, 0, 0.1);
  }
  .about-nav.sticky .nav-history a {
    border-bottom: 0;
  }
  .about-nav.sticky .about-nav-dropdown .about-nav-link:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .about-nav.sticky {
    padding-right: 2.1875em;
    padding-left: 2.1875em;
    margin-left: -2.1875em;
    top: 3.75em;
  }
}
.about-nav.sticky .about-nav-dropdown .about-nav-link:last-of-type {
  margin-bottom: 0.7em;
  padding-bottom: 0.7em;
}
@media screen and (max-width: 47.9375em) {
  .about-nav.sticky .about-nav-dropdown .about-nav-link:last-of-type {
    border-bottom: 1px solid #7d7d7d;
  }
}

.about-nav-dropdown::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 47.9375em) {
  .about-nav-dropdown {
    display: none;
  }
}
.about-nav-dropdown .about-nav-link:last-of-type {
  margin-right: 0;
}

.about-nav-link {
  color: white;
}
@media screen and (min-width: 48em) {
  .about-nav-link {
    float: left;
    margin-right: 1rem;
  }
}
.about-nav-link.active {
  border: 0;
}
.about-nav-link.active a {
  border-bottom: 1px solid #7d7d7d;
  border-top: 1px solid #7d7d7d;
}
@media screen and (min-width: 48em) {
  .about-nav-link.active a {
    border: 0;
  }
}

@media screen and (min-width: 48em) {
  .nav-history {
    width: 3.25rem;
  }

  .nav-jobs {
    width: 6rem;
  }

  .nav-masthead {
    width: 4.25rem;
  }

  .nav-prizes {
    width: 2.5rem;
  }

  .nav-submissions {
    width: 5.25rem;
  }

  .nav-media {
    width: 4.5rem;
  }

  .nav-support-tpr {
    width: 6rem;
  }

  .nav-bookstores {
    width: 4.75rem;
  }
}
.history-title {
  background-color: #f7f7f7;
  height: 33%;
}

.history-title-circle-wrap {
  position: relative;
  margin: 5%;
  padding-top: 90%;
  width: 90%;
}

.history-title-circle p {
  font-size: 1em;
}
@media screen and (min-width: 62.5em) {
  .history-title-circle p {
    font-size: 1.25em;
    font-size: 1.05em;
    /* interim reduce 16% */
  }
}
.history-title-circle h1 {
  font-size: 1.125em;
}
@media screen and (min-width: 48em) {
  .history-title-circle h1 {
    font-size: 1.5em;
    font-size: 1.44em;
    /* interim reduce 4% */
  }
}
@media screen and (min-width: 62.5em) {
  .history-title-circle h1 {
    font-size: 1.75em;
    font-size: 1.68em;
    /* interim reduce 4% */
  }
}
@media screen and (min-width: 83em) {
  .history-title-circle h1 {
    font-size: 2em;
    font-size: 1.92em;
    /* interim reduce 4% */
  }
}
.history-title-circle address {
  font-size: 0.625em;
  font-size: 0.6875em;
  /* interim to match desktop */
}
@media screen and (min-width: 62.5em) {
  .history-title-circle address {
    font-size: 0.6875em;
  }
}

.titles.bookstores h1 {
  width: 100%;
}

.subscribe-form section {
  border-top: 1px solid #414141;
}
.subscribe-form section::after {
  clear: both;
  content: "";
  display: table;
}

.subscribe-form-inputs {
  margin-bottom: 2.8em;
}
.subscribe-form-inputs::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48em) {
  .subscribe-form-inputs {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 65.2173913043%;
  }
  .subscribe-form-inputs:last-child {
    margin-right: 0;
  }
}
.subscribe-form-inputs h1,
.subscribe-form-inputs label {
  font-size: 1em;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 62.5em) {
  .subscribe-form-inputs h1,
.subscribe-form-inputs label {
    font-size: 1.125em;
    font-size: 1.05em;
    /* interim */
  }
}
.subscribe-form-inputs h1 {
  border-top: 0;
}

#state {
  width: 7rem;
}

#country {
  width: 9rem;
}

#credit-exp-month {
  width: 3rem;
}

#credit-exp-year {
  width: 4rem;
}

#credit-ccv {
  margin-top: 0.4666666667em;
  margin-bottom: 1.4em;
  display: inline-block;
  width: 8rem;
}

@media screen and (min-width: 30em) {
  #first-name,
#last-name,
#pass-1,
#pass-2 {
    float: left;
    width: 47%;
  }

  #first-name,
#pass-1 {
    margin-right: 6%;
  }
}
.checkbox-wrap {
  margin-top: 2.125rem;
  margin-bottom: 2.125rem;
}

.subscribe-figure-wrap {
  margin-top: 2.125rem;
  margin-bottom: 2.125rem;
  float: left;
  display: block;
  margin-right: 4.347826087%;
  width: 30.4347826087%;
  margin-right: 0;
}
.subscribe-figure-wrap:last-child {
  margin-right: 0;
}
@media screen and (max-width: 47.9375em) {
  .subscribe-figure-wrap {
    display: none;
  }
}

.subscribe-photo {
  padding-bottom: 100%;
}

.podcast-descrip, .columns-descrip, .events-descrip {
  border-top: 1px solid #414141;
  margin-bottom: 1.4em;
  padding-bottom: 0.125rem;
  padding-top: 0.25rem;
}
.podcast-descrip::after, .columns-descrip::after, .events-descrip::after {
  clear: both;
  content: "";
  display: table;
}
.podcast-descrip figure, .columns-descrip figure, .events-descrip figure {
  float: left;
  margin-bottom: 0.7em;
  margin-right: 1.4em;
  margin-top: 0.25rem;
  padding-bottom: calc(33% - 1.3em);
  width: calc(33% - 1.3em);
}
@media screen and (min-width: 30em) {
  .podcast-descrip figure, .columns-descrip figure, .events-descrip figure {
    margin-bottom: 0.35em;
    padding-bottom: calc(25% - 1.3em);
    width: calc(25% - 1.3em);
  }
}
@media screen and (min-width: 62.5em) {
  .podcast-descrip figure, .columns-descrip figure, .events-descrip figure {
    padding-bottom: calc(16.67% - 1.3em);
    width: calc(16.67% - 1.3em);
  }
}
.podcast-descrip p, .columns-descrip p, .events-descrip p {
  font-style: italic;
  margin-bottom: 0;
}
.podcast-descrip i, .columns-descrip i, .events-descrip i,
.podcast-descrip em,
.columns-descrip em,
.events-descrip em,
.podcast-descrip cite,
.columns-descrip cite,
.events-descrip cite {
  font-style: normal;
}
.podcast-descrip a, .columns-descrip a, .events-descrip a {
  color: var(--issue-color);
}
.podcast-descrip a:hover, .columns-descrip a:hover, .events-descrip a:hover {
  color: var(--issue-color-mid);
}

.article-top-rail.podcast p, .podcast.event-top-rail p {
  font-style: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 47.9375em) {
  .article-top-rail.podcast p, .podcast.event-top-rail p {
    font-size: 1em;
  }
}
.article-top-rail.podcast a, .podcast.event-top-rail a {
  transition: color ease 0.2s;
}
.article-top-rail.podcast a:hover, .podcast.event-top-rail a:hover {
  color: var(--issue-color-mid);
}

.podcast-return, .event-return {
  display: inline-block;
  padding: 0;
  transition: all 0.1s ease;
}
.podcast-return:hover, .event-return:hover {
  background-color: #f7f7f7;
}
.podcast-return:hover a, .event-return:hover a {
  color: var(--issue-color);
}
.podcast-return a, .event-return a {
  color: white;
  display: inline-block;
  line-height: 2.375rem;
  padding: 0 0.7em 0 0.825em;
}

@media screen and (max-width: 47.9375em) {
  .author-index,
.author-stack {
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }
}
@media screen and (min-width: 48em) {
  .author-index h6,
.author-stack h6 {
    margin-bottom: 1.8em;
  }
}

@media screen and (min-width: 62.5em) {
  .author-list-inset {
    columns: 4;
  }
}

@media screen and (min-width: 48em) {
  .author-name {
    margin-bottom: 0.67em;
  }
}
.author-name:hover {
  color: var(--issue-color);
  font-style: italic;
}

.author-bio {
  padding: 1.4em;
}
@media screen and (min-width: 62.5em) {
  .author-bio .card-figure-wrap,
.author-bio .card-titles-wrap {
    float: left;
    display: block;
    margin-right: 6.6666666667%;
    width: 46.6666666667%;
  }
  .author-bio .card-figure-wrap:last-child,
.author-bio .card-titles-wrap:last-child {
    margin-right: 0;
  }
}
.author-bio .card-titles {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left;
}
.author-bio h1 {
  margin-top: 0;
}

.author-stack {
  margin-bottom: 0;
}

.author-stack-inset {
  margin-bottom: 2em;
}
.author-stack-inset .landing-stack-card {
  border-bottom: 0;
}
.author-stack-inset .landing-stack-card:first-of-type .card-titles {
  border-top: 0;
}
.author-stack-inset .card-excerpt-wrap {
  margin-bottom: 0;
}

@media screen and (max-width: 62.4375em) {
  .base_column:nth-child(2n) {
    margin-right: 0;
  }
  .base_column:nth-child(2n+1) {
    clear: left;
  }
  .base_column:nth-of-type(2n+1) {
    margin-right: 6.6666666667%;
  }
}

/*# sourceMappingURL=screen.css.map */
