/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  outline: none;
}

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

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

body {
  line-height: 1;
}

img,
svg {
  width: 100%;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: inherit;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

@font-face {
  font-family: "Sharp Grotesk Medium";
  font-weight: 500;
  src: local("Sharp Grotesk Medium"), local("SharpGrotesk-Medium");
  src: url("/wp-content/themes/binder/dist/fonts/SharpGroteskMedium23/SharpGroteskMedium23.eot");
  src: url("/wp-content/themes/binder/dist/fonts/SharpGroteskMedium23/SharpGroteskMedium23.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/binder/dist/fonts/SharpGroteskMedium23/SharpGroteskMedium23.woff") format("woff");
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}
.header__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header--home .header__container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header--issue .header__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__container .button {
  cursor: pointer;
  pointer-events: all;
}
.header__container .button:hover .button__container {
  background-color: #fc0038;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header__container .button__container {
  min-width: 3.52rem;
  height: 1rem;
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #26313a;
  color: #f0f0f0;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 0.5rem 0.1rem #fc0038;
          box-shadow: 0 0 0.5rem 0.1rem #fc0038;
  font-size: 22px;
  text-transform: lowercase;
}
@media (min-width: 1920px) {
  .header__container .button__container {
    font-size: 0.52rem;
  }
}
@media (max-width: 768px) {
  .header__container .button__container {
    width: 5.45rem;
    height: 1.5rem;
    border-radius: 0.75rem;
    font-size: 17px;
  }
}

.button--explore-issue .button__container {
  width: 4.3rem;
}
@media (max-width: 768px) {
  .button--explore-issue .button__container {
    width: 6.3rem;
  }
}

html,
body {
  height: 100%;
  background-color: #26313a;
  color: #f0f0f0;
  font-family: "Helvetica", sans-serif;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: -0.5px;
}
@media (min-width: 1920px) {
  html,
body {
    font-size: 60px;
  }
}
@media (min-width: 2560px) {
  html,
body {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  html,
body {
    font-size: 22px;
  }
}

body {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body.visible {
  opacity: 1;
}

.wrapper {
  margin: 0 auto;
  position: relative;
}
.wrapper--header {
  max-width: 100%;
  padding: 32px 32px;
}
@media (max-width: 1024px) {
  .wrapper--header {
    padding: calc(32px / 2) calc(32px / 2) 32px;
  }
}
@media (max-width: 768px) {
  .wrapper--header {
    padding: 4vw calc(4.2666666667vw) 8.5333333333vw;
  }
}
.wrapper--logo {
  max-width: 100%;
  padding: 0 15px 0 14px;
}
@media (max-width: 1280px) {
  .wrapper--logo {
    padding: 0 16px 0 20px;
  }
}
@media (max-width: 1024px) {
  .wrapper--logo {
    padding: 0 10px 0 7px;
  }
}
@media (max-width: 768px) {
  .wrapper--logo {
    padding: 0 2.6666666667vw 0 3.2vw;
  }
}
.wrapper--main {
  max-width: 100%;
  padding: 0 32px 32px;
}
@media (min-width: 1920px) {
  .wrapper--main {
    padding: 0 calc(32px * 1.3) calc(32px * 1.3);
  }
}
@media (max-width: 1024px) {
  .wrapper--main {
    padding: 0 calc(32px / 2) calc(32px / 2);
  }
}
@media (max-width: 768px) {
  .wrapper--main {
    padding: 0 calc(4.2666666667vw) calc(4.2666666667vw);
  }
}
.wrapper--issue {
  max-width: 15.81rem;
  padding: 0 calc(32px);
}
@media (max-width: 768px) {
  .wrapper--issue {
    padding: 0 calc(4.2666666667vw);
  }
}
@media (max-width: 768px) {
  .wrapper--issue {
    max-width: 100%;
  }
}

.logo {
  width: 100%;
}
.logo h1 {
  display: none;
}
.logo--landing {
  height: calc(100vh - 32px);
  height: calc(calc(1vh * 100) - 32px);
  height: calc(calc(var(--vh, 1vh) * 100) - 32px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.logo--landing svg {
  height: auto;
  position: absolute;
  bottom: 0;
}
.logo--issue {
  width: 100%;
  height: auto;
  margin-bottom: 127px;
  position: relative;
}
@media (max-width: 768px) {
  .logo--issue {
    margin-bottom: 106px;
  }
}

.col-mid {
  width: 50%;
}
@media (max-width: 768px) {
  .col-mid {
    width: 100%;
  }
}
.col-mid:first-of-type {
  padding-right: 1em;
}
@media (max-width: 768px) {
  .col-mid:first-of-type {
    margin-bottom: 73px;
  }
}

.underline {
  text-decoration: underline;
}

#issues {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #26313a;
  z-index: 0;
  overflow-y: scroll;
}

.issues__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.issues__container .panel {
  max-height: 100%;
  padding: 1rem;
  font-size: 0.95rem;
  line-height: 1;
}
.issues__container .panel nav {
  padding: 1rem 0.76rem;
}
.issues__container .panel nav ul li {
  margin-bottom: 0.5em;
  text-transform: lowercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.issues__container .panel nav ul li:hover {
  color: #fc0038;
}
.issues__container .panel nav ul li:last-child {
  margin-bottom: 0;
}

.page-template-home .scroll-down {
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  top: 15%;
  right: 15.48%;
  -webkit-animation: rotation 12s infinite linear;
          animation: rotation 12s infinite linear;
}
@media (max-width: 1920px) {
  .page-template-home .scroll-down {
    top: 20%;
  }
}
@media (max-width: 1650px) {
  .page-template-home .scroll-down {
    top: 25%;
  }
}
@media (max-width: 1440px) {
  .page-template-home .scroll-down {
    top: 31%;
  }
}
.page-template-home .scroll-down svg {
  height: auto;
}
.page-template-home .scroll-down svg path,
.page-template-home .scroll-down svg polygon {
  fill: #f0f0f0 !important;
}
@media (max-width: 768px) {
  .page-template-home .scroll-down {
    width: 4.5rem;
    height: 4.5rem;
    right: 20%;
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
.page-template-home .description {
  padding-top: 1.2rem;
  line-height: 1.33;
}
.page-template-home .subscribe-form__container form {
  width: 65%;
  height: 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  background-color: #f0f0f0;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 1rem 0.1rem #fc0038;
          box-shadow: 0 0 1rem 0.1rem #fc0038;
  font-size: 1rem;
  line-height: 1.33;
  margin: 3.5rem auto;
}
@media (max-width: 1280px) {
  .page-template-home .subscribe-form__container form {
    margin: 145px auto;
  }
}
@media (max-width: 1024px) {
  .page-template-home .subscribe-form__container form {
    margin: 140px auto;
  }
}
@media (max-width: 768px) {
  .page-template-home .subscribe-form__container form {
    margin: 13.8666666667vw auto;
  }
}
@media (max-width: 1024px) {
  .page-template-home .subscribe-form__container form {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .page-template-home .subscribe-form__container form {
    width: 100%;
  }
}
.page-template-home .subscribe-form__container form .mc-field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-home .subscribe-form__container form input {
  width: 68%;
  padding: 0 0.5rem 0 1rem;
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  color: rgba(38, 49, 58, 0.4);
  font-family: "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .page-template-home .subscribe-form__container form input {
    padding: 0 15px;
  }
}
.page-template-home .subscribe-form__container form input:focus {
  color: #26313a;
}
.page-template-home .subscribe-form__container form button {
  height: 100%;
  padding: 0 1rem;
  position: absolute;
  right: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #26313a;
  border: none;
  border-radius: 1rem;
  color: #f0f0f0;
  font-family: "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.5px;
  text-transform: lowercase;
  cursor: pointer;
}
@media (max-width: 768px) {
  .page-template-home .subscribe-form__container form button {
    padding: 0 0.6rem;
  }
}
.page-template-home .subscribe-form__container form button:hover {
  background-color: #fc0038;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.page-template-home .privacy-policy {
  position: relative;
  width: 100%;
  display: block;
  line-height: 1.33;
}
.page-template-home .privacy-policy__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-template-home .privacy-policy__container .checkbox {
  width: 1em;
  height: 1em;
  position: absolute;
  z-index: 10;
}
.page-template-home .privacy-policy__container .checkbox:hover .default ~ .custom .custom__inner {
  background-color: #fc0038;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.page-template-home .privacy-policy__container .checkbox .default {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}
.page-template-home .privacy-policy__container .checkbox .default:checked ~ .custom .custom__inner {
  background-color: #f0f0f0;
  opacity: 1;
}
.page-template-home .privacy-policy__container .checkbox .custom {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.15em;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #26313a;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1rem 0.1rem #fc0038;
          box-shadow: 0 0 1rem 0.1rem #fc0038;
}
.page-template-home .privacy-policy__container .checkbox .custom__inner {
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
}
.page-template-home .privacy-policy__container p {
  text-indent: 1.4em;
  color: #50565e;
}
.page-template-home .privacy-policy__container p strong {
  color: #f0f0f0;
}
.page-template-home .privacy-policy__container a:hover {
  color: #fc0038;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.page-template-conditions .wrapper--main {
  padding-top: 3rem;
  padding-bottom: 8rem;
}
.page-template-conditions .logo {
  display: none;
}
.page-template-conditions .privacy-policy {
  line-height: 1.33;
}
.page-template-conditions .privacy-policy__container p {
  position: relative;
  text-indent: 0 !important;
  text-indent: 1.4em;
  color: #50565e;
}
.page-template-conditions .privacy-policy__container p strong {
  color: #f0f0f0;
}

.single-issue {
  position: relative;
  font-size: 22px;
}
@media (min-width: 1920px) {
  .single-issue {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .single-issue {
    font-size: 5.8666666667vw;
  }
}
.single-issue .issue--intro {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 6.2rem;
  background-color: #26313a;
}
@media (max-width: 768px) {
  .single-issue .issue--intro {
    padding-top: 17.6vw;
    padding-bottom: 64vw;
  }
}
.single-issue .issue--intro .logo h1 {
  display: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "Sharp Grotesk Medium", sans-serif;
  text-transform: lowercase;
}
@media (max-width: 768px) {
  .single-issue .issue--intro .logo h1 {
    font-size: 5.3333333333vw;
  }
}
.single-issue .issue--intro .logo svg {
  height: auto;
}
.single-issue .issue--intro .description {
  line-height: 1.4545;
  letter-spacing: 0;
}
.single-issue .issue--content {
  padding-bottom: 5.14rem;
  position: relative;
  display: block;
  background-color: #f0f0f0;
  color: #26313a;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .single-issue .issue--content {
    padding-bottom: 51.7333333333vw;
  }
}
.single-issue .issue--content .bg-dark {
  width: 100%;
  height: 5.83rem;
  position: absolute;
  background-color: #26313a;
}
@media (max-width: 768px) {
  .single-issue .issue--content .bg-dark {
    height: 6.63rem;
    height: 38.9333333333vw;
  }
}
.single-issue .issue--content .reference {
  margin-bottom: 2.88rem;
}
@media (max-width: 768px) {
  .single-issue .issue--content .reference {
    margin-bottom: 30.6666666667vw;
  }
}
.single-issue .issue--content .reference:last-of-type {
  margin-bottom: 0;
}
.single-issue .issue--content .reference__cover {
  margin: 0 -0.08rem 1.52rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .single-issue .issue--content .reference__cover {
    margin: 0 -0.8vw 8.8vw;
  }
}
.single-issue .issue--content .reference__cover .image img {
  height: auto;
  border-radius: 0.12rem;
  -webkit-box-shadow: 0 0.24rem 0.48rem 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.24rem 0.48rem 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .single-issue .issue--content .reference__cover .image img {
    border-radius: 0.8vw;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  }
}
.single-issue .issue--content .reference__text {
  line-height: 1.4545;
}
.single-issue .issue--content .reference__text .title {
  margin-bottom: 0.76rem;
  font-family: "Sharp Grotesk Medium", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .single-issue .issue--content .reference__text .title {
    margin-bottom: 4.5333333333vw;
  }
}
.single-issue .issue--content .reference__text .title h2,
.single-issue .issue--content .reference__text .title h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
@media (min-width: 1920px) {
  .single-issue .issue--content .reference__text .title h2,
.single-issue .issue--content .reference__text .title h3 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .single-issue .issue--content .reference__text .title h2,
.single-issue .issue--content .reference__text .title h3 {
    letter-spacing: -0.1333333333vw;
    font-size: 10.6666666667vw;
  }
}
.single-issue .issue--content .reference__text .title h3:before {
  content: "—";
}
.single-issue .issue--content .reference__text .summary {
  margin-bottom: 1.14rem;
}
@media (max-width: 768px) {
  .single-issue .issue--content .reference__text .summary {
    margin-bottom: 6.6666666667vw;
  }
}
.single-issue .issue--content .reference__text .summary p:before {
  content: "“";
}
.single-issue .issue--content .reference__text .summary p:after {
  content: "”";
}
.single-issue .issue--content .reference__read .button__container {
  width: 2.19rem;
  height: 0.95rem;
  padding: 0 0.55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fc0038;
  border-radius: 0.475rem;
  color: #fc0038;
  text-transform: lowercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .single-issue .issue--content .reference__read .button__container {
    height: 11.7333333333vw;
    border-radius: 5.8666666667vw;
    padding: 0 11.7333333333vw;
  }
}
.single-issue .issue--content .reference__read .button__container:hover {
  background-color: #fc0038;
  color: #f0f0f0;
}

.footer {
  background-color: #26313a;
  color: #f0f0f0;
  font-size: 22px;
  line-height: 1.4545;
}
@media (min-width: 2560px) {
  .footer {
    font-size: 60px;
  }
}
@media (min-width: 1920px) {
  .footer {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .footer {
    font-size: 5.8666666667vw;
  }
}
.footer__container {
  padding: 2.14rem 0 1.52rem;
}
.footer__container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .footer__container > div {
    padding-top: 12.5333333333vw;
    padding-bottom: 8.8vw;
    display: block;
  }
}
.footer__container > div .share {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .footer__container > div .share {
    margin-bottom: 5.8666666667vw;
  }
}
.footer__container > div .network {
  margin-bottom: 1em;
  color: #fc0038;
  text-transform: lowercase;
}
@media (max-width: 768px) {
  .footer__container > div .network {
    margin-bottom: 5.8666666667vw;
  }
}
.footer__container > div .network ul li {
  display: table;
}
.footer__container > div .network ul li:hover {
  color: #f0f0f0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer__container > div .thebinder-description {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .footer__container > div .thebinder-description {
    margin-bottom: 5.8666666667vw;
  }
}
.footer__container > div .thebinder-description a {
  color: #fc0038;
}
.footer__container > div .browse {
  color: #fc0038;
}
.footer__container > div .browse span {
  text-transform: lowercase;
}
.footer__container > div .browse span:hover {
  color: #f0f0f0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
