@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300&display=swap");
@import url("https://use.typekit.net/hhc7yiu.css");
@import url("https://use.typekit.net/aez2rln.css");
@import url("https://use.typekit.net/cdq8hxt.css");
@import url("https://fonts.googleapis.com/css2?family=Bowlby+One&display=swap");
cite {
  position: absolute;
  padding: 8px 16px;
  color: #444444;
  font-family: bc-sklonar, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5; }

header {
  width: 100%;
  background-color: #dc042a;
  position: relative; }

.header-logo {
  display: block;
  width: 120px;
  left: 16px;
  position: absolute;
  top: 16px;
  border: 0px solid;
  z-index: 900; }

#headline {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px; }

#headline a {
  color: #fcfa2a;
  text-decoration: none;
  border-bottom: 1px solid #fcfa2a; }

#headline a:hover {
  color: #000;
  border-bottom: 0px solid 000; }

#headline h1 {
  max-width: 1367px;
  color: #fcfa2a;
  font-family: briller, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 96px;
  text-transform: uppercase;
  line-height: 0.975;
  margin: 32px;
  padding-left: 16px; }

#hero_art {
  display: block; }

#m_hero_art {
  display: none; }

.hero-art {
  height: 100vh;
  min-height: 768px;
  display: flex;
  justify-content: center;
  align-items: center; }

.hero-art img {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -o-object-fit: cover;
     object-fit: cover;
  display: block; }

#meta {
  display: flex;
  flex-direction: column;
  width: 37vw;
  padding: 0 8px;
  position: absolute;
  top: 260px;
  right: 0; }

#meta h2 {
  max-width: 400px;
  color: #fcfa2a;
  font-family: 'Bowlby One', cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0px 0 0.5rem; }

#meta p {
  max-width: 500px;
  color: #fcfa2a;
  font-family: 'Bowlby One', cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 14px; }

@media screen and (max-width: 1367px) {
  #headline h1 {
    font-size: 7.02268vw; } }

@media screen and (max-width: 1200px) {
  #headline {
    margin-top: 64px; }
  #meta {
    top: 230px; } }

@media screen and (max-width: 768px) {
  header {
    position: relative;
    display: flex;
    flex-direction: column-reverse; }
  #headline {
    position: relative;
    margin-top: 32px;
    align-items: inherit; }
  #headline h1 {
    max-width: 100%;
    font-size: 7.2vw;
    margin: 32px 0 16px;
    padding: 0 16px; }
  #hero_art {
    display: none; }
  #m_hero_art {
    display: block; }
  .hero-art {
    height: 100%;
    width: 100%;
    min-height: 0;
    flex-basis: inherit; }
  #meta {
    display: block;
    width: auto;
    padding: 0 8px;
    position: relative;
    top: inherit;
    right: inherit;
    padding: 0 16px; }
  #meta h2 {
    font-size: 16px; } }

@media screen and (max-width: 768px) {
  #meta h2 {
    font-size: 24px; } }

@media screen and (max-width: 425px) {
  #headline h1 {
    font-size: 14vw;
    margin: 16px 0; } }

aside {
  height: 100%;
  max-width: 540px;
  margin: 16px auto; }

aside q {
  color: #ea042a;
  font-family: 'Bowlby One', cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase; }

blockquote {
  background-color: transparent;
  border-left: 3px solid #393092;
  font-family: freight-text-pro, serif;
  font-size: 1.375rem;
  font-weight: 500;
  font-style: normal;
  color: #111;
  line-height: 1.5;
  margin: 1.2rem 0;
  overflow: hidden;
  padding: 0 1.2rem;
  text-transform: none; }

.column-width {
  display: block;
  width: 100%;
  min-height: 1px;
  margin: 32px 0 16px; }

.column-width img {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid dodgerblue; }

.end {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin: 64px 0 64px; }

.end img {
  width: 100px;
  height: 100px; }

figcaption {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 14px;
  color: #111;
  margin: 4px 0; }

.fullbleed {
  display: flex;
  justify-content: center;
  margin: 32px 0; }

.fullbleed img {
  display: block;
  width: 100vw;
  height: 100%; }

.image {
  margin: 32px auto 16px; }

picture cite {
  position: relative;
  padding: 8px 0;
  color: #222;
  font-family: bc-sklonar, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5; }

.pullquote {
  max-width: 640px;
  margin: 32px auto; }

.pullquote img {
  width: 100%;
  height: 100%; }

section {
  padding: 0 16px;
  max-width: 640px;
  margin: 0 auto; }

section h3 {
  color: #111;
  font-family: briller, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: -16px; }

section:first-of-type {
  margin-top: 6em; }

section p {
  font-family: freight-text-pro, serif;
  font-size: 1.375rem;
  font-weight: 500;
  font-style: normal;
  color: #111;
  line-height: 1.5; }

strong {
  font-family: briller, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase; }

.wide {
  display: flex;
  justify-content: center; }

.wide img {
  position: relative;
  display: block;
  width: 75vw;
  max-width: 1200px;
  border: 2px solid dodgerblue; }

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

@media screen and (max-width: 768px) {
  aside q {
    font-size: 22px; }
  .image {
    padding: 16px;
    background-size: cover; }
  section:first-of-type {
    margin-top: 64px; }
  .wide img {
    width: 100%; } }

@media screen and (max-width: 425px) {
  section h3 {
    font-size: 24px; } }

.l-wrapper {
  margin: 0 auto;
  max-width: 1100px; }

.c-footer {
  background-color: #000;
  color: #fff;
  padding-top: 16px;
  border-top: 1px solid #343434;
  display: block;
  margin-top: 64px; }

@media (min-width: 728px) {
  .c-footer__wrapper {
    display: table;
    padding: 16px 0;
    width: 100%; } }

.c-footer__wrapper {
  display: block;
  text-align: center; }

.l-wrapper {
  margin: 0 auto;
  max-width: 1100px; }

@media (min-width: 1024px) {
  .c-footer__section-logo {
    text-align: left; } }

@media (min-width: 728px) {
  .c-footer__section-logo {
    text-align: center;
    vertical-align: middle;
    width: 200px; } }

@media (min-width: 728px) {
  .c-footer__section {
    display: table-cell;
    text-align: left;
    vertical-align: middle; } }

.c-footer__section {
  font-size: 0.75em;
  padding: 8px 16px;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal; }

.c-footer a {
  color: #e2127a;
  vertical-align: baseline;
  border: 0px solid; }

@media (min-width: 728px) {
  .c-footer__section {
    display: table-cell;
    text-align: left;
    vertical-align: middle; } }

.c-footer__section {
  font-size: 0.75em;
  padding: 8px 16px; }

@media (min-width: 1024px) {
  .c-footer__section-vox {
    text-align: right !important; } }

@media (min-width: 728px) {
  .c-footer__section-vox {
    text-align: right;
    width: 290px; } }

@media (min-width: 728px) {
  .c-footer__section {
    display: table-cell;
    text-align: left;
    vertical-align: middle; } }

.c-footer__section {
  font-size: 0.75em;
  padding: 8px 16px; }

.c-footer .u-list-dot-sep {
  margin: 0 0 8px;
  padding: 0; }

.u-list-dot-sep {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }

.u-list-dot-sep li {
  display: inline-block; }

.u-list-dot-sep li:after {
  content: "\2022";
  display: inline-block;
  margin: 0 8px; }

@media (min-width: 1024px) {
  .c-footer__section-vox a {
    margin-bottom: 8px; } }

.u-hidden-text {
  display: inline-block;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0; }

.u-block {
  display: block; }

.c-footer__vox-logo path, .c-footer__vox-logo polygon, .c-footer__vox-logo rect {
  fill: #fff; }

svg:not(:root) {
  overflow: hidden; }

@media (min-width: 600px) {
  .c-footer__vox-logo {
    max-width: 150px;
    padding-top: 16px; } }

.c-footer__vox-logo {
  width: 100%;
  max-width: 150px; }

.c-footer__section-logo {
  text-align: center;
  vertical-align: middle;
  width: 170px;
  margin: auto; }

.c-wide-block .e-image img, .c-wide-block figure, .c-wide-block iframe, .c-wide-block img, .wide-image-block .e-image img, .wide-image-block figure, .wide-image-block iframe, .wide-image-block img {
  margin: 0 auto;
  width: 100%; }

.entry-content .e-image img {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.entry-content .e-image img.c-dynamic-image {
  width: 100%; }

.entry-content .e-image img.c-dynamic-image.lazy-loaded {
  width: auto; }

.c-picture {
  display: block;
  width: 100%;
  min-height: 1px; }

.c-picture img {
  display: block;
  width: 100%;
  height: auto; }

.e-image {
  margin: 2.2rem 0; }

.e-image .c-dynamic-image,
.e-image__image,
.e-image img {
  display: block;
  margin-bottom: 0;
  width: 100%; }

.e-image .c-dynamic-image.lazy-loaded,
.e-image__image.lazy-loaded,
.e-image img.lazy-loaded {
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto; }

.e-image__meta {
  font-family: Helvetica, sans-serif;
  border-bottom: 1px solid #e7e7e8;
  color: #626262;
  display: block;
  font-size: 0.75em;
  width: 100%;
  padding: 8px 0; }

.fonts-loaded .e-image__meta {
  font-family: Helvetica, sans-serif; }

.e-image__meta p {
  font-size: inherit;
  display: inline; }

@media (min-width: 728px) {
  .e-image__meta {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 600px) {
  .e-image__meta {
    border-bottom: 1px solid #e7e7e8; } }

.e-image__meta-caption,
.e-image figcaption {
  display: inline; }

.e-image__meta-caption + cite:before,
.e-image figcaption + cite:before {
  display: inline-block;
  padding: 0 5px 0 3px;
  content: "|"; }

.e-image__meta-cite,
.e-image cite {
  display: inline;
  opacity: 0.75; }

.e-image__scale {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%; }

.e-image__scale > :not(.p-badge) {
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.e-image__scale img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.e-image--hero {
  margin-bottom: 32px;
  margin-top: 0; }

@media (max-width: 880px) {
  .e-image--hero {
    margin: 0 -16px 32px; }
  .e-image--hero .e-image__meta {
    padding: 8px; } }

.e-image__inner {
  display: block;
  position: relative; }

.l-feature .c-wide-block .caption,
.l-feature .c-wide-block .e-image__meta,
.l-feature .p-fullbleed-block .caption,
.l-feature .p-fullbleed-block .e-image__meta {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 16px; }

@media (min-width: 728px) {
  .c-float-left .e-image,
  .c-float-right .e-image,
  .float-left .e-image,
  .float-right .e-image,
  .left .e-image,
  .right .e-image {
    margin-top: 0;
    margin-bottom: 2px; } }

body {
  margin: 0 auto;
  background: #FFFFFF;
  overflow-x: hidden;
  overscroll-behavior-x: none; }

#ZdMv8b:after {
  color: #111;
  content: " ■"; }

a {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #df0000; }

a:hover {
  color: #df0000;
  border-bottom: 0; }

.m-ad {
  position: relative;
  display: flex;
  justify-content: center; }

.m-ad iframe {
  text-align: center; }

.hot {
  color: #ec1e1e; }

canvas {
  opacity: .4; }

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

.heatmap {
  width: 2560px;
  height: 100vh;
  background-color: #000000;
  position: relative; }

@media screen and (max-width: 768px) {
  .heatmap-container {
    display: none; } }

section.ad {
  position: relative;
  margin-top: 0; }
  section.ad .ad__inner {
    max-width: 800px;
    margin: 45px auto 45px auto;
    text-align: center; }

#div-gpt-ad-csk_athena, #div-gpt-ad-csk_athena_1, #div-gpt-ad-csk_athena_2, #div-gpt-ad-csk_athena_3, #div-gpt-ad-csk_athena_4 {
  min-width: inherit !important; }
