.tags {
  display: flex;
  font-family: var(--font-family-accent);
  font-size: var(--font-size-h6);
  text-transform: uppercase;
  padding-top: 10px;
  border-top: 1px solid black; }
  .tags a {
    display: inline-block;
    margin-bottom: 10px; }
  .tags__label {
    word-break: keep-all;
    margin-right: 10px;
    font-weight: var(--font-weight-accent-bold); }
  .tags__item {
    white-space: nowrap; }
    .tags__item--link {
      white-space: normal; }
    .tags__item:after {
      content: ', ';
      text-decoration: none; }
    .tags__item:last-child:after {
      content: ''; }

.avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  overflow: hidden;
  text-transform: uppercase;
  background: black;
  border-radius: 50%;
  text-decoration: none;
  color: white;
  font-family: var(--font-family-dek);
  font-weight: var(--font-weight-hed-bold); }
  .avatar__large {
    height: 120px;
    width: 120px;
    font-size: var(--font-size-h1); }
  .avatar__medium {
    height: 80px;
    width: 80px;
    font-size: var(--font-size-h3); }
  .avatar__small {
    height: 40px;
    width: 40px;
    font-size: var(--font-size-h5); }
  .avatar__img {
    width: 100%;
    height: auto;
    display: block; }
  .avatar__default {
    display: flex;
    justify-content: center;
    align-items: center; }
  .avatar__link:hover {
    background: rgba(0, 0, 0, 0.6);
    color: rgba(0, 0, 0, 0.4); }

.contributors {
  display: block; }
  @media only screen and (min-width: 700px) {
    .contributors {
      display: grid;
      grid-template-columns: repeat(3, 1fr); } }

.contributor {
  align-items: center;
  display: flex;
  font-family: var(--font-family-dek);
  font-size: var(--font-size-h5);
  justify-content: space-evenly;
  margin-bottom: 10px; }
  .contributor__image {
    margin-right: 10px; }
  .contributor__meta {
    flex-grow: 2;
    padding-right: 10px; }
    .contributor__meta__prefix {
      text-transform: capitalize; }
    .contributor__meta__origin {
      margin-top: 5px;
      text-transform: uppercase;
      font-size: var(--font-size-h6);
      font-family: var(--font-family-accent); }

.contributor:hover {
  cursor: pointer; }
  .contributor:hover .contributor__image .contributor__initials {
    background-color: rgba(0, 0, 0, 0.6); }
  .contributor:hover .contributor__meta {
    color: rgba(0, 0, 0, 0.4); }
    .contributor:hover .contributor__meta a {
      color: inherit; }

.smart-header--dark {
  background-color: black;
  color: white; }

.smart-header--light {
  background-color: transparent;
  color: black; }

.smart-header--caps {
  text-transform: uppercase; }

.smart-header__hed {
  font-family: var(--font-family-hed);
  -webkit-font-smoothing: antialiased;
  font-weight: var(--font-weight-hed-bold);
  line-height: var(--line-height-hed-normal);
  color: inherit; }
  .smart-header__hed--size-1 {
    font-size: var(--font-size-h1); }
  .smart-header__hed--size-2 {
    font-size: var(--font-size-h2); }
  .smart-header__hed--size-3 {
    font-size: var(--font-size-h3); }
  .smart-header__hed--size-4 {
    font-size: var(--font-size-h4); }
  .smart-header__hed--size-5 {
    font-size: var(--font-size-h5); }
  .smart-header__hed--size-6 {
    font-size: var(--font-size-h6); }
  .smart-header__hed span {
    font-size: inherit; }

.article__socialize {
  display: inline-block;
  font-family: var(--font-family-dek); }
  .article__socialize ul {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
  .article__socialize li {
    display: inline-block;
    margin-right: 15px; }
  .article__socialize__share {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 5px 0;
    margin: 0; }
    .article__socialize__share__text {
      display: none;
      margin-left: 5px;
      text-decoration: underline; }
      @media only screen and (min-width: 700px) {
        .article__socialize__share__text {
          display: inline-block; } }
    .article__socialize__share:hover {
      cursor: pointer;
      opacity: 0.4; }

.article__header {
  max-width: 1175px; }
  .article__header__ad-section .sponsored-slot {
    display: inline-block; }
    .article__header__ad-section .sponsored-slot .vice-ad,
    .article__header__ad-section .sponsored-slot .vice-ad > .vice-ad__container,
    .article__header__ad-section .sponsored-slot .vice-ad:first-child {
      min-height: 0;
      margin-bottom: 0 !important; }
  .article__header__ad-section .div:not([data-slot-is-empty]) {
    min-height: 25px;
    padding-bottom: 5px; }
  .article__header--bordered {
    border-top: 3px solid black;
    padding-top: 20px; }
  .article__header__rubric {
    display: block;
    font-size: var(--font-size-h4);
    font-family: var(--font-family-hed);
    line-height: var(--line-height-hed-normal);
    width: 100%;
    margin-bottom: 15px; }
    @media only screen and (min-width: 700px) {
      .article__header__rubric {
        font-size: var(--font-size-h3);
        margin-bottom: 20px; } }
    .article__header__rubric .article__header__rubric__link {
      text-decoration: underline; }
      .article__header__rubric .article__header__rubric__link img {
        border-style: none;
        max-width: 320px; }
    .article__header__rubric--dark .article__header__rubric__link,
    .article__header__rubric--dark .article__header__rubric__label {
      color: white; }
      .article__header__rubric--dark .article__header__rubric__link:hover, .article__header__rubric--dark .article__header__rubric__link:focus,
      .article__header__rubric--dark .article__header__rubric__label:hover,
      .article__header__rubric--dark .article__header__rubric__label:focus {
        color: rgba(255, 255, 255, 0.6); }
  .article__header__title .smart-header__hed {
    font-size: var(--font-size-h2);
    line-height: var(--line-height-hed-normal);
    margin: 0;
    padding: 0;
    margin-bottom: 15px; }
    @media only screen and (min-width: 700px) {
      .article__header__title .smart-header__hed {
        margin-bottom: 20px;
        font-size: var(--font-size-h1); } }
  .article__header__dek {
    font-family: var(--font-family-dek);
    font-weight: var(--font-weight-dek-normal);
    line-height: var(--line-height-dek-loose);
    font-size: var(--font-size-h4);
    margin-bottom: 15px; }
    @media only screen and (min-width: 700px) {
      .article__header__dek {
        font-size: var(--font-size-h3);
        margin-bottom: 20px; } }
  .article__header__datebar {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    flex-direction: row;
    font-family: var(--font-family-dek);
    font-size: var(--font-size-h5);
    margin-bottom: 20px;
    padding: 15px 0; }
    @media only screen and (min-width: 700px) {
      .article__header__datebar {
        padding: 20px 0; } }
  .article__header__dek-contributions .contributors {
    margin-bottom: 5px; }
    @media only screen and (min-width: 700px) {
      .article__header__dek-contributions .contributors {
        margin-bottom: 10px; } }
  @media only screen and (min-width: 1000px) {
    .article__header__dek-contributions {
      width: 68%;
      max-width: 680px;
      padding-right: 40px; } }

.article__header__datebar {
  line-height: var(--line-height-hed-normal);
  padding-bottom: 10px;
  white-space: nowrap;
  display: inline-flex;
  width: -webkit-fill-available; }
  @media only screen and (min-width: 1600px) {
    .article__header__datebar {
      display: flex; } }

.article__header__datebar--updated {
  display: block; }

@media only screen and (max-width: 699px) {
  .article__socialize {
    margin: unset; } }

.article__header__updateddatebar:before {
  content: '; ';
  font-weight: normal; }

.article__header__datebar__date--original {
  margin-right: 15px;
  display: initial; }

.article__header__datebar__date--updated {
  margin-bottom: 20px; }
  @media only screen and (max-width: 699px) {
    .article__header__datebar__date--updated {
      margin-bottom: 15px; } }

.article__header__updateddatebar {
  font-weight: var(--font-weight-hed-bold);
  margin-right: 15px; }
  @media only screen and (max-width: 699px) {
    .article__header__updateddatebar {
      margin-right: unset;
      white-space: normal; } }

@media only screen and (min-width: 1000px) {
  .article__longform__masthead .article__header__dek-contributions {
    width: initial;
    max-width: 640px;
    padding-right: 0; } }

.article__longform__masthead .article__header {
  padding: 0 20px; }
  @media only screen and (min-width: 700px) {
    .article__longform__masthead .article__header {
      padding: 0; } }

.topic-callout {
  border: 1px solid rgba(0, 0, 0, 0.1);
  clear: right;
  float: right;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-top: 10px;
  width: 160px;
  padding: 20px; }
  @media only screen and (min-width: 700px) {
    .topic-callout {
      margin-left: 40px;
      width: 240px; } }
  .topic-callout--clearfix {
    clear: both; }
  .topic-callout a {
    text-decoration: none; }
  .topic-callout__img {
    margin-bottom: 20px; }
    .topic-callout__img img {
      margin: 0 auto; }
  .topic-callout__title {
    margin-bottom: 10px; }
    .topic-callout__title h4 {
      font-family: var(--font-family-hed);
      font-weight: bold;
      font-size: var(--font-size-h4);
      margin: 0;
      padding: 0;
      line-height: var(--line-height-hed-normal); }
  .topic-callout__dek {
    font-family: var(--font-family-dek);
    font-size: var(--font-size-h5);
    line-height: var(--line-height-dek-loose);
    margin-bottom: 10px; }
  .topic-callout__cta {
    line-height: 1; }
    .topic-callout__cta a {
      font-family: var(--font-family-accent);
      font-size: var(--font-size-h6);
      text-transform: uppercase; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.article__body-heading span p {
  font-family: var(--font-family-hed);
  -webkit-font-smoothing: antialiased;
  font-weight: var(--font-weight-hed-bold);
  line-height: var(--line-height-hed-normal);
  font-size: inherit; }

.article__body-heading__heading .heading1 {
  font-size: var(--font-size-h1); }

.article__body-heading__heading .heading2 {
  font-size: var(--font-size-h2); }

.article__body-heading__heading .heading3 {
  font-size: var(--font-size-h3); }

.article__body-heading__heading .heading4 {
  font-size: var(--font-size-h3); }

.article__body-heading__heading .heading5 {
  font-size: var(--font-size-h3); }

.article__body-heading__heading .heading6 {
  font-size: var(--font-size-h3); }

.jwplayer.jw-state-complete .jw-controls {
  background: #000;
  display: none; }

.jwplayer.jw-state-complete .jw-preview {
  background: #000 !important; }

.abc__vp {
  margin-bottom: 30px; }
  .abc__vp .player-component .videoPoster-title {
    font-size: var(--font-size-h3); }

.article__body-components .simple-image {
  text-align: center; }
  .article__body-components .simple-image__img,
  .article__body-components .simple-image img {
    height: initial;
    width: initial;
    max-width: 100%;
    max-height: auto; }
  .article__body-components .simple-image--m-b {
    margin-bottom: 30px; }

.body-image {
  margin-bottom: 30px; }
  .body-image__caption {
    margin-top: 10px; }
    .body-image__caption p {
      font-family: var(--font-family-accent) !important;
      font-size: var(--font-size-h6) !important;
      text-transform: uppercase; }
  .body-image__link {
    text-decoration: none; }

.article__legacy-body {
  font-family: var(--font-family-body);
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-body-normal);
  line-height: var(--line-height-body-loose); }
  .article__legacy-body img,
  .article__legacy-body picture {
    height: auto;
    width: 100%; }
  .article__legacy-body p {
    font-family: var(--font-family-body);
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-body-normal);
    line-height: var(--line-height-body-loose); }
  .article__legacy-body .lazy-vice-ad .vice-ad {
    margin-bottom: 0; }
  .article__legacy-body p,
  .article__legacy-body h2 {
    display: block;
    margin: 0 auto 30px; }
  .article__legacy-body .article__embed {
    float: none;
    width: 100%; }
    .article__legacy-body .article__embed--vice {
      padding-right: 60px; }
      @media only screen and (min-width: 700px) {
        .article__legacy-body .article__embed--vice {
          float: right;
          width: 50%;
          top: -15px;
          position: relative;
          margin-top: 10px;
          margin-left: 20px; } }
    .article__legacy-body .article__embed iframe {
      width: 100%;
      height: auto; }
  .article__legacy-body .text-center {
    text-align: center; }
  .article__legacy-body .article__pull-quote {
    border-left: 3px solid black;
    padding-left: 20px; }
    .article__legacy-body .article__pull-quote p {
      font-family: var(--font-family-hed);
      font-weight: var(--font-weight-hed-bold);
      font-style: normal;
      font-size: var(--font-size-h2);
      line-height: var(--line-height-body-normal); }
  .article__legacy-body .article__blockquote {
    border-left: 1px solid black;
    line-height: var(--line-height-body-loose);
    font-size: var(--font-size-body);
    padding-left: 20px; }
  .article__legacy-body .article__embed.article__embed--iframely {
    float: none;
    margin: 0 0 30px;
    width: 100%; }
  .article__legacy-body .article__image-caption {
    font-family: var(--font-family-accent);
    font-size: var(--font-size-h6); }
  .article__legacy-body .article__text--dropcap {
    font-family: var(--font-family-body);
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-body-normal);
    line-height: var(--line-height-body-loose); }
    .article__legacy-body .article__text--dropcap:first-letter {
      float: left;
      font-family: var(--font-family-hed);
      font-size: var(--font-size-dropcap);
      font-weight: var(--font-weight-hed-bold);
      line-height: var(--line-height-dropcap);
      padding-right: 10px; }

.article__legacy-body--longform p,
.article__legacy-body--longform h3,
.article__legacy-body--longform h2 {
  max-width: 640px; }

.article__legacy-body--longform h3,
.article__legacy-body--longform hr {
  margin: auto;
  margin-bottom: 30px;
  max-width: 640px; }

.article__legacy-body--longform .article__pull-quote,
.article__legacy-body--longform .article__blockquote {
  display: block;
  margin: 0;
  margin-left: auto;
  max-width: 640px; }

.article__legacy-body--longform .article__image-caption {
  margin: 0 auto;
  max-width: 640px; }

.article__embed-component {
  display: flex;
  justify-content: center; }
  .article__embed-component__content {
    position: relative;
    width: 100%;
    margin-bottom: 30px; }
    .article__embed-component__content img,
    .article__embed-component__content picture {
      width: auto; }

.abc__quote--pullquote {
  border-left: 3px solid black; }
  .abc__quote--pullquote p {
    font-family: var(--font-family-hed);
    font-weight: var(--font-weight-hed-bold);
    font-style: normal;
    font-size: var(--font-size-h2);
    line-height: var(--line-height-body-normal); }

.abc__quote--blockquote {
  border-left: 1px solid black;
  line-height: var(--line-height-body-loose);
  font-size: var(--font-size-body); }

.oembed-img__img {
  display: block;
  margin-bottom: 30px; }

.abc__tweety {
  clear: both;
  margin: 0 auto 30px;
  max-width: 550px; }

.abc__article_embed {
  border: 1px solid rgba(0, 0, 0, 0.1);
  clear: right;
  float: right;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-top: 10px;
  width: 160px; }
  @media only screen and (min-width: 700px) {
    .abc__article_embed {
      margin-left: 40px;
      width: 240px; } }
  .abc__article_embed--clearfix {
    clear: both; }
  .abc__article_embed .vice-card-rubric {
    font-size: var(--font-size-h5); }
  .abc__article_embed .vice-card {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly; }
  .abc__article_embed .vice-card-image {
    width: 100%; }
    .abc__article_embed .vice-card-image .responsive-image,
    .abc__article_embed .vice-card-image .responsive-image__img {
      object-fit: cover;
      width: 100%; }
  .abc__article_embed .vice-card__content {
    flex-grow: 2;
    padding: 20px; }
  .abc__article_embed .vice-card-hed {
    font-size: var(--font-size-h4); }

.abc__block-article {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
  .abc__block-article .vice-card-rubric {
    font-size: var(--font-size-h4); }
  .abc__block-article .vice-card {
    align-items: flex-start;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly; }
  .abc__block-article .vice-card-image {
    width: 100%; }
    .abc__block-article .vice-card-image .responsive-image,
    .abc__block-article .vice-card-image .responsive-image__img {
      object-fit: cover;
      width: 100%; }
  .abc__block-article .vice-card__content {
    flex-grow: 2;
    padding: 20px; }
  .abc__block-article .vice-card-hed {
    font-size: var(--font-size-h3); }

.article__body-components {
  font-family: var(--font-family-body);
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-body-normal);
  line-height: var(--line-height-body-loose); }
  .article__body-components img,
  .article__body-components picture {
    height: auto;
    width: 100%; }
  .article__body-components .dropcap p {
    font-family: var(--font-family-body);
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-body-normal);
    line-height: var(--line-height-body-loose); }
    .article__body-components .dropcap p:first-letter {
      float: left;
      font-family: var(--font-family-hed);
      font-size: var(--font-size-dropcap);
      font-weight: var(--font-weight-hed-bold);
      line-height: var(--line-height-dropcap);
      padding-right: 10px; }
  .article__body-components hr,
  .article__body-components .vice-hr {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    margin: 0 0 30px;
    padding: 0; }
  .article__body-components .abc__textblock ol,
  .article__body-components .abc__textblock ul {
    margin-top: 0;
    margin-bottom: 30px; }
  .article__body-components .abc__textblock ol > li,
  .article__body-components .abc__textblock ul > li {
    margin-bottom: 10px; }
  .article__body-components .lazy-vice-ad .vice-ad {
    margin-bottom: 0; }
  .article__body-components .vice-ad > .vice-ad__container {
    margin-bottom: 30px; }
  .article__body-components blockquote {
    margin: auto;
    padding: 0;
    padding-left: 20px; }
  .article__body-components p,
  .article__body-components h2 {
    display: block;
    margin: 0 auto 30px; }
  .article__body-components .lazy-vice-ad,
  .article__body-components .vice-ad__container {
    clear: both; }

.article__body-components--longform:after {
  clear: both; }

.article__body-components--longform .long-form__body-group {
  max-width: 640px;
  margin: auto; }

.article__body-components--longform .article__image-caption {
  margin: 0 auto; }

.article__body-components--longform .body-image {
  max-width: 900px;
  margin: 0 auto 30px; }
  .article__body-components--longform .body-image__caption {
    margin: auto;
    max-width: 640px; }

.article__body-components--longform .abc__textblock p {
  margin: 0 auto 30px;
  max-width: 640px; }

.article__body-components--longform p.article__blockquote,
.article__body-components--longform p.article__pull-quote {
  margin: auto;
  margin-bottom: 30px; }

.article__body-components--longform .vice-ad__container--border:before,
.article__body-components--longform .vice-ad__container--border:after {
  max-width: 640px; }

.vintage-callout {
  background-color: black;
  line-height: var(--line-height-hed-tight);
  margin-bottom: 40px;
  padding: 20px;
  pointer-events: none; }
  @media only screen and (min-width: 1000px) {
    .vintage-callout {
      padding: 40px; } }
  .vintage-callout__heading {
    font-size: 50px;
    line-height: inherit;
    margin-bottom: 10px; }
    @media only screen and (min-width: 1000px) {
      .vintage-callout__heading {
        font-size: 100px; } }
  .vintage-callout__callout {
    font-size: 16px; }
    @media only screen and (min-width: 1000px) {
      .vintage-callout__callout {
        font-size: 20px; } }

.article__expand {
  clear: both;
  margin: auto;
  max-width: 640px;
  text-align: center; }
  .article__expand:before {
    clear: both; }

.article__expander {
  background: transparent;
  border: 0;
  font-family: var(--font-family-hed);
  font-size: 28px;
  font-weight: var(--font-weight-hed-bold);
  padding: 30px 0;
  text-decoration: underline; }
  .article__expander:hover {
    color: rgba(0, 0, 0, 0.4); }
  @media only screen and (min-width: 1000px) {
    .article__expander {
      font-size: 36px; } }

.short-form {
  margin: auto;
  max-width: initial;
  padding: 40px 20px 0;
  width: 100%; }
  @media only screen and (min-width: 700px) {
    .short-form {
      padding: 40px 40px 0; } }
  @media only screen and (min-width: 1000px) {
    .short-form {
      max-width: 1300px;
      width: 96%; } }
  @media only screen and (min-width: 1600px) {
    .short-form {
      max-width: 1500px;
      width: 84%;
      padding-left: 80px; } }
  .short-form__lede-credit {
    font-family: var(--font-family-accent);
    font-size: var(--font-size-h6);
    line-height: var(--line-height-accent-normal);
    margin-top: 10px;
    padding: 0 20px;
    text-transform: uppercase; }
    @media only screen and (min-width: 700px) {
      .short-form__lede-credit {
        padding: 0; } }
  .short-form .article__tagged {
    margin-top: 40px;
    clear: both; }
  .short-form .article__header__datebar {
    border-bottom: none;
    padding-bottom: 0; }
  .short-form .article__header {
    max-width: 1180px; }
  .short-form__video-lede {
    margin-bottom: 30px; }
  .short-form__body {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0; }
    @media only screen and (min-width: 1000px) {
      .short-form__body {
        grid-template-columns: 68% 32%; } }
    @media only screen and (min-width: 1600px) {
      .short-form__body {
        grid-template-columns: 70% 30%;
        margin-right: 0; } }
    .short-form__body__article-body {
      max-width: initial;
      padding-bottom: 40px;
      word-break: break-word; }
      @media only screen and (min-width: 1000px) {
        .short-form__body__article-body {
          max-width: 680px; } }
    .short-form__body__article-lede-image {
      margin-bottom: 30px; }
    @media only screen and (min-width: 1000px) {
      .short-form__body .article__legacy-body,
      .short-form__body .article__body-components, .short-form__body__article-lede-image {
        max-width: 640px; } }
    .short-form__body__right-rail {
      padding-bottom: 80px;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      display: none;
      padding-left: 40px;
      padding-right: 0; }
      @media only screen and (min-width: 1000px) {
        .short-form__body__right-rail {
          display: flex;
          flex-direction: column; } }
      .short-form__body__right-rail .sticky-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
        padding: 0;
        width: 100%; }
        @media only screen and (min-width: 1000px) {
          .short-form__body__right-rail .sticky-wrapper {
            margin-right: 0; } }
        .short-form__body__right-rail .sticky-wrapper--m-b-80 {
          margin-bottom: 80px; }
        .short-form__body__right-rail .sticky-wrapper--m-b-40 {
          margin-bottom: 40px; }
        .short-form__body__right-rail .sticky-wrapper--fill-space {
          flex-grow: 2; }
        .short-form__body__right-rail .sticky-wrapper .vice-ad__disclaimer {
          padding-top: 10px; }
        .short-form__body__right-rail .sticky-wrapper--pad-bottom-10 {
          padding-bottom: 10px; }
        .short-form__body__right-rail .sticky-wrapper--auto-fit {
          align-self: stretch;
          flex-grow: 0;
          height: auto; }
      .short-form__body__right-rail .sticky-content {
        position: sticky;
        top: 80px; }
        .short-form__body__right-rail .sticky-content--pad-top-10 {
          padding-top: 10px; }
      .short-form__body__right-rail .fake-ad .vice-ad__ad:before {
        background-color: rgba(0, 0, 0, 0.2);
        height: 600px;
        width: 100%; }

.short-form__body__right-rail .sidebar {
  background-color: transparent;
  padding: 0; }
  .short-form__body__right-rail .sidebar .sidebar-card {
    background-color: transparent; }

.article__media {
  margin-bottom: 30px; }

.article__longform__lede-credit {
  font-family: var(--font-family-accent);
  font-size: var(--font-size-h6);
  line-height: var(--line-height-accent-normal);
  margin-top: 10px;
  padding: 0 20px;
  text-transform: uppercase; }
  @media only screen and (min-width: 700px) {
    .article__longform__lede-credit {
      padding: 0; } }

.article__longform__tags {
  clear: both;
  margin: 0 auto;
  max-width: 640px; }

.article__longform .vice-ad__container {
  max-width: 640px; }

.article__longform__lede-image {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.article__longform__masthead {
  margin: 0 auto; }
  @media only screen and (min-width: 700px) {
    .article__longform__masthead {
      max-width: 640px; } }
  .article__longform__masthead .article__header {
    margin-top: 40px; }
  .article__longform__masthead .vintage-callout {
    margin-top: 20px; }

.article__longform__content {
  margin: 0 auto 40px;
  padding: 0 20px;
  word-break: break-word; }
  .article__longform__content .article-newsletter-signup {
    margin: 40px auto 0;
    max-width: 640px; }
  .article__longform__content .article__header__dek, .article__longform__content .article__header__dek-contributions {
    max-width: 100%; }

.responsive-resizer-iframe-container {
  margin-bottom: -5px; }
  .responsive-resizer-iframe-container .responsive-resizer-iframe {
    transition: opacity 1s ease-out;
    opacity: 0; }
    .responsive-resizer-iframe-container .responsive-resizer-iframe--loaded {
      opacity: 1; }
  .responsive-resizer-iframe-container .responsive-resizer-iframe-loader {
    position: relative;
    height: 600px;
    display: flex;
    opacity: 1;
    width: 100%;
    justify-content: center;
    align-items: center; }
    .responsive-resizer-iframe-container .responsive-resizer-iframe-loader--loaded {
      height: 0px;
      transition: opacity 1s ease-out;
      opacity: 0;
      height: 0;
      overflow: hidden; }

.responsive-ceros-iframe {
  border: 0 none;
  bottom: 0;
  height: 0;
  left: 0;
  margin: 0;
  max-height: 700px;
  position: relative;
  right: 0;
  top: 0;
  width: auto; }
  .responsive-ceros-iframe iframe {
    border: 0 none;
    bottom: 0;
    height: 1px;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px; }

.observer {
  position: relative;
  height: auto; }
  .observer__trigger {
    position: absolute;
    left: 0;
    width: 1px;
    z-index: 0; }
  .observer__content {
    position: relative;
    z-index: 1; }

.contributor-page-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0; }
  .contributor-page-header__name {
    font-family: var(--font-family-hed);
    font-size: var(--font-size-h1);
    margin: 10px 0; }
  .contributor-page-header__info {
    font-size: var(--font-size-h3);
    font-family: var(--font-family-dek);
    line-height: var(--line-height-dek-loose);
    font-weight: bold;
    margin: 0; }
  .contributor-page-header__bio {
    font-family: var(--font-family-dek);
    line-height: var(--line-height-dek-loose);
    margin: 0;
    margin-top: 10px; }
  .contributor-page-header__social {
    display: flex;
    margin-top: 15px; }
    .contributor-page-header__social-icon {
      padding: 0 5px; }
  .contributor-page-header svg * {
    fill: currentColor; }

.page-header {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  background-color: white;
  display: block;
  padding: 80px 20px;
  text-align: center; }
  @media only screen and (min-width: 700px) {
    .page-header {
      padding: 80px 40px; } }
  .page-header,
  .page-header .page-header__hed {
    font-family: var(--font-family-hed);
    font-size: var(--font-size-h2);
    font-weight: var(--font-weight-hed-bold);
    line-height: var(--line-height-hed-normal); }
    @media only screen and (min-width: 700px) {
      .page-header,
      .page-header .page-header__hed {
        font-size: var(--font-size-h1); } }
  .page-header .page-header__hed {
    margin: 0; }

.homepage__featured {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 1000px) {
    .homepage__featured {
      border-bottom: none 0px; } }

.homepage-latest {
  min-height: 200px; }
  .homepage-latest__title {
    text-transform: uppercase;
    padding: 40px 20px 10px 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
    @media only screen and (min-width: 700px) {
      .homepage-latest__title {
        padding: 40px 40px 10px 40px; } }
  .homepage-latest .sharethrough-ad .str-adunit {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
  .homepage-latest .mh-homepage-desktop {
    display: none; }
    @media only screen and (min-width: 700px) {
      .homepage-latest .mh-homepage-desktop {
        display: block; } }
  .homepage-latest .scroll-homepage-mobile {
    display: block; }
    @media only screen and (min-width: 700px) {
      .homepage-latest .scroll-homepage-mobile {
        display: none; } }
  .homepage-latest__keep-reading {
    text-align: center;
    padding: 80px 0; }

.homepage__vice-news {
  padding-top: 40px; }
  .homepage__vice-news__linkout {
    margin: 0 20px 10px 20px; }
    @media only screen and (min-width: 700px) {
      .homepage__vice-news__linkout {
        margin: 0 40px 10px 40px; } }
    .homepage__vice-news__linkout a {
      display: inline-block;
      font-size: var(--font-size-h4);
      font-family: var(--font-family-hed);
      line-height: var(--line-height-hed-tight);
      text-decoration: underline;
      text-transform: lowercase; }
      .homepage__vice-news__linkout a::first-letter {
        text-transform: uppercase; }
  .homepage__vice-news__title {
    font-size: var(--font-size-h1);
    font-family: var(--font-family-hed);
    line-height: var(--line-height-hed-tight);
    font-weight: var(--font-weight-hed-bold);
    margin: 0 20px 10px 20px; }
    @media only screen and (min-width: 700px) {
      .homepage__vice-news__title {
        margin: 0 40px 10px 40px; } }
  .homepage__vice-news__three-up {
    border-top: solid 1px rgba(0, 0, 0, 0.1); }
    @media only screen and (min-width: 700px) {
      .homepage__vice-news__three-up {
        border-top: 0; } }

.page-page {
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  max-width: 1600px;
  padding: 20px; }
  .page-page h1 {
    font-family: var(--font-family-hed);
    font-weight: var(--font-weight-hed-bold);
    line-height: var(--line-height-hed-normal);
    font-size: var(--font-size-h2); }
  .page-page .article__legacy-body img,
  .page-page .article__legacy-body picture {
    width: auto; }
  @media only screen and (min-width: 700px) {
    .page-page {
      padding: 40px; }
      .page-page h1 {
        font-size: var(--font-size-h1); } }

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }

.loader,
.loader:before,
.loader:after {
  animation: load1 1s infinite ease-in-out;
  background: black;
  height: 4em;
  width: 1em; }

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0; }

.loader:before {
  animation-delay: -0.32s;
  left: -1.5em; }

.loader {
  animation-delay: -0.16s;
  color: black;
  font-size: 11px;
  margin: 0 30px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0); }

.loader:after {
  left: 1.5em; }

.search-results {
  font-family: var(--font-family-hed);
  -webkit-font-smoothing: antialiased;
  line-height: var(--line-height-hed-normal);
  position: relative; }
  .search-results button,
  .search-results input[type='submit'],
  .search-results input[type='reset'] {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font: inherit;
    outline: inherit;
    padding: 0; }
  .search-results button span {
    pointer-events: none; }
  .search-results .model-selection {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    font-weight: var(--font-weight-hed-bold);
    justify-content: space-between; }
    .search-results .model-selection button {
      color: rgba(0, 0, 0, 0.4);
      padding: 10px;
      text-transform: capitalize; }
      .search-results .model-selection button:hover {
        color: black; }
      @media only screen and (min-width: 700px) {
        .search-results .model-selection button {
          padding: 10px 20px; } }
      .search-results .model-selection button span {
        color: rgba(0, 0, 0, 0.4);
        display: none;
        margin-left: 5px; }
        @media only screen and (min-width: 1000px) {
          .search-results .model-selection button span {
            display: inline-block; } }
      .search-results .model-selection button.noItems {
        color: rgba(0, 0, 0, 0.4);
        cursor: default; }
    .search-results .model-selection button:first-child {
      margin-left: 10px; }
      @media only screen and (min-width: 700px) {
        .search-results .model-selection button:first-child {
          margin-left: 80px; } }
    .search-results .model-selection button:last-child {
      margin-right: 10px; }
      @media only screen and (min-width: 700px) {
        .search-results .model-selection button:last-child {
          margin-right: 80px; } }
    .search-results .model-selection .active {
      border-bottom: 1px solid black;
      color: black; }
  .search-results .feed .no-results-card {
    color: rgba(0, 0, 0, 0.4);
    font-size: var(--font-size-h2);
    font-weight: var(--font-weight-body-bold);
    margin: 100px 0;
    text-align: center;
    text-transform: capitalize; }

.embed-video .wrap > :not(.main-content) {
  display: none; }

.video-embed-page {
  background-color: black; }
  .video-embed-page .player-wrapper > div:nth-child(1) {
    height: 100%;
    width: 100%; }
  .video-embed-page,
  .video-embed-page .videoPoster-component {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0; }
  .video-embed-page .videoPoster-component .overlay {
    visibility: visible;
    opacity: 0.5;
    z-index: 1; }
  .video-embed-page .videoPoster-component img {
    height: 100%;
    object-fit: cover;
    width: 100%; }
  .video-embed-page .videoPoster-component .play-circle-icon {
    cursor: pointer;
    height: 15%;
    left: 50%;
    max-height: 80px;
    max-width: 80px;
    min-height: 40px;
    min-width: 40px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15%;
    z-index: 1; }
  .video-embed-page .videoPoster-component .play-circle-icon__background {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
  .video-embed-page .videoPoster-component .play-circle-icon__foreground {
    opacity: 1; }
  .video-embed-page .videoPoster-component:hover .play-circle-icon__foreground {
    opacity: 0.4; }
  .video-embed-page #video-embed-page__video-player {
    padding-top: 0;
    position: static; }

.preview-route {
  overflow: hidden;
  background-color: #e5e5e5; }

.preview-menu {
  display: flex;
  padding-top: 25px;
  padding-left: 40px;
  height: 80px;
  color: #ffffff;
  background-color: black;
  margin-bottom: 60px; }

.preview-title {
  padding-right: 15px;
  font-size: 16px;
  font-family: var(--font-family-hed);
  line-height: 1.7;
  font-weight: 700; }

.preview-iframe-container {
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  background-color: #e5e5e5;
  height: calc(100vh - 50px); }

.iframe {
  background-color: #fff;
  border: 0;
  box-shadow: 0 0 1px 1px #ddd, 0 3px 4px 0 rgba(0, 0, 0, 0.2); }

.preview-menu-button.selected {
  border-bottom: 2px solid #fff;
  height: 55px; }
  .preview-menu-button.selected button {
    color: #fff; }
  .preview-menu-button.selected .preview-menu-button-icon {
    opacity: initial;
    border: none; }

.preview-menu-button-icon {
  padding-right: 5px;
  padding-top: 1px;
  opacity: 0.4;
  cursor: pointer; }
  .preview-menu-button-icon:focus {
    border: none;
    opacity: initial; }

.preview-menu-button {
  margin-left: 5px; }
  .preview-menu-button button {
    display: inline-flex;
    padding-left: 0px;
    padding-right: 10px;
    cursor: pointer;
    border: none;
    text-transform: capitalize;
    font-family: var(--font-family-hed);
    line-height: 1.7;
    font-weight: 700;
    color: #656565;
    font-size: 16px;
    background-color: black; }
  .preview-menu-button button:focus {
    outline: none; }

.inbody-article {
  min-height: 50vh; }

.post-article-ad[data-slot-is-loaded] {
  padding-bottom: 40px; }

.masonry {
  background: white;
  display: flex;
  flex-wrap: wrap;
  max-width: 1600px; }
  .masonry .vice-card-dek {
    display: none; }
  .masonry__second-third-items {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .masonry .masonry__top-half {
    display: flex;
    flex-basis: 100%;
    flex-direction: column; }
    .masonry .masonry__top-half .masonry__first-item {
      overflow: hidden;
      position: relative; }
      .masonry .masonry__top-half .masonry__first-item .icon-play-circle {
        bottom: 60px;
        height: 80px;
        width: 80px; }
    .masonry .masonry__top-half .three-up {
      border-bottom: none; }
    @media only screen and (min-width: 700px) {
      .masonry .masonry__top-half {
        flex-direction: row; }
        .masonry .masonry__top-half .masonry__second-third-items {
          flex-basis: 33.33333%;
          border: none 0px; }
          .masonry .masonry__top-half .masonry__second-third-items .three-up {
            border-left: 1px solid rgba(0, 0, 0, 0.1);
            flex-direction: column;
            height: 100%; }
            .masonry .masonry__top-half .masonry__second-third-items .three-up .three-up__item {
              border-bottom: 1px solid rgba(0, 0, 0, 0.1);
              border-right: none;
              width: 100%; }
            .masonry .masonry__top-half .masonry__second-third-items .three-up .three-up__item:last-child {
              display: flex;
              flex-grow: 1; }
              .masonry .masonry__top-half .masonry__second-third-items .three-up .three-up__item:last-child .three-up__vice-card {
                flex-flow: initial; }
              .masonry .masonry__top-half .masonry__second-third-items .three-up .three-up__item:last-child .vice-card-image {
                display: none; }
            .masonry .masonry__top-half .masonry__second-third-items .three-up .three-up__item:last-child .vice-card .vice-card__content,
            .masonry .masonry__top-half .masonry__second-third-items .three-up .three-up
.three-up__item:last-child
.vice-card--dark
.vice-card__content {
              border-bottom: none; }
        .masonry .masonry__top-half .masonry__first-item {
          flex-basis: 66.66667%; }
        .masonry .masonry__top-half .vice-ad {
          display: none; } }
  .masonry .masonry__first-item__content {
    bottom: 40px;
    color: white;
    display: flex;
    flex-direction: row;
    left: 40px;
    position: relative;
    width: 100%; }
    .masonry .masonry__first-item__content:lang(ar) {
      left: -40px; }
    .masonry .masonry__first-item__content a {
      color: white; }
      .masonry .masonry__first-item__content a:hover,
      .masonry .masonry__first-item__content a :focus {
        opacity: 0.6; }
    .masonry .masonry__first-item__content .masonry__first-item__content__left {
      background: black;
      padding: 20px 20px;
      position: relative;
      width: calc(100% - 40px); }
      @media only screen and (min-width: 700px) {
        .masonry .masonry__first-item__content .masonry__first-item__content__left {
          padding: 40px 40px; } }
      .masonry .masonry__first-item__content .masonry__first-item__content__left .vice-card-rubric {
        font-size: var(--font-size-h4);
        padding: 0 0 10px; }
      .masonry .masonry__first-item__content .masonry__first-item__content__left .vice-card-hed {
        font-size: var(--font-size-h2);
        padding: 0 0 10px; }
      .masonry .masonry__first-item__content .masonry__first-item__content__left__tail {
        background: black;
        height: 200%;
        left: 0;
        position: absolute;
        width: 100%; }
    @media only screen and (min-width: 700px) {
      .masonry .masonry__first-item__content {
        left: 0; } }
    @media only screen and (min-width: 1000px) {
      .masonry .masonry__first-item__content:lang(ar) {
        left: 0; }
      .masonry .masonry__first-item__content .masonry__first-item__content__left {
        flex-basis: calc(50% - 1px); }
      .masonry .masonry__first-item__content .masonry__first-item__content__right {
        flex-basis: calc(50% + 1px);
        position: relative; }
        .masonry .masonry__first-item__content .masonry__first-item__content__right:lang(ar) {
          border-left: 1px solid rgba(0, 0, 0, 0.1); }
        .masonry .masonry__first-item__content .masonry__first-item__content__right p {
          color: black;
          display: flex;
          margin: 0 auto;
          padding: 80px 40px; } }

.sidebar-card {
  display: flex;
  align-items: flex-start;
  background-color: white;
  padding: 20px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
  .sidebar-card.vice-card--dark {
    background-color: black; }
  .sidebar-card .vice-card-rubric {
    font-size: var(--font-size-h5); }
  .sidebar-card .vice-card-image {
    flex-grow: 1;
    min-width: 80px;
    max-width: 80px; }
  .sidebar-card .vice-card-hed {
    font-size: var(--font-size-h4); }
  .sidebar-card .vice-card__content {
    flex-grow: 1;
    padding-right: 15px; }
  .sidebar-card .vice-card-dek {
    display: none; }

.sidebar {
  padding: 40px;
  background-color: white; }
  .sidebar__title {
    font-family: var(--font-family-hed);
    font-size: var(--font-size-h2);
    line-height: var(--line-height-hed-tight);
    text-transform: uppercase;
    margin: 0 0 20px 0; }
  .sidebar__items {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: solid 1px rgba(0, 0, 0, 0.1); }
    .sidebar__items li {
      margin: 0;
      padding: 0; }

.content-section__header {
  margin-bottom: 10px;
  padding: 0 20px; }
  @media only screen and (min-width: 700px) {
    .content-section__header {
      padding: 0 40px; } }

.content-section .three-up .three-up__item .vice-card .vice-card-dek {
  display: none; }
  @media only screen and (min-width: 1000px) {
    .content-section .three-up .three-up__item .vice-card .vice-card-dek {
      display: block; } }

.content-section--bottom-border {
  border-bottom: none;
  margin-bottom: 20px; }
  @media only screen and (min-width: 700px) {
    .content-section--bottom-border {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      margin-bottom: 40px; } }

.content-section--bottom-border-w-ad {
  border-bottom: none;
  margin-bottom: 20px; }
  @media only screen and (min-width: 700px) {
    .content-section--bottom-border-w-ad {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      margin-bottom: 10px; } }

.content-section--no-margin {
  margin-bottom: 0; }
  @media only screen and (min-width: 700px) {
    .content-section--no-margin {
      margin-bottom: 0; } }

.four-up__grid {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .four-up__grid .four-up__card.vice-card {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .four-up__grid .four-up__card.vice-card .vice-card-image {
      align-self: flex-end;
      max-width: 160px;
      min-width: 160px; }
    .four-up__grid .four-up__card.vice-card .vice-card__content {
      padding: 20px;
      flex-grow: 2; }
  @media only screen and (min-width: 700px) {
    .four-up__grid {
      grid-template-columns: repeat(4, 1fr);
      border-top: none;
      border-bottom: none; }
      .four-up__grid .four-up__card.vice-card {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: none;
        display: flex;
        flex-direction: column; }
        .four-up__grid .four-up__card.vice-card .vice-card-image {
          max-width: 100%;
          min-width: 100%;
          order: -1; }
        .four-up__grid .four-up__card.vice-card .vice-card__content {
          padding: 40px; }
      .four-up__grid .four-up__card.vice-card:nth-child(4n) {
        border-right-color: transparent; } }

.recirc-footer {
  background-color: black;
  padding-top: 40px; }
  .recirc-footer__post-ad-container {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .recirc-footer .vice-ad__disclaimer {
    color: white; }
  .recirc-footer .vice-card-image {
    background-color: rgba(255, 255, 255, 0.2);
    max-width: 150px; }
    @media only screen and (min-width: 700px) {
      .recirc-footer .vice-card-image {
        max-width: initial; } }
  .recirc-footer .vice-card__content {
    flex-grow: 2; }

.age-gate {
  align-items: center;
  align-self: center;
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 20px;
  max-width: 600px;
  padding: 40px; }
  @media only screen and (min-width: 700px) {
    .age-gate {
      padding: 80px; } }
  .age-gate__prompt {
    font-family: var(--font-family-hed);
    font-weight: var(--font-weight-hed-bold);
    font-style: normal;
    line-height: var(--line-height-hed-tight);
    text-align: center; }
    .age-gate__prompt h1, .age-gate__prompt h3 {
      margin: 0;
      padding: 0; }
    .age-gate__prompt h1 {
      color: #EB3223;
      font-size: var(--font-size-h2);
      margin-bottom: 10px; }
    .age-gate__prompt h3 {
      font-size: var(--font-size-h3);
      line-height: var(--line-height-hed-normal);
      margin-bottom: 40px; }
  .age-gate__birthday-selector {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%; }
    .age-gate__birthday-selector select {
      border-radius: 2;
      height: 50px;
      line-height: 50px;
      padding: 0 20px; }
    .age-gate__birthday-selector select,
    .age-gate__birthday-selector button {
      font-family: var(--font-family-dek);
      font-size: var(--font-size-h5);
      font-weight: var(--font-weight-body-bold); }
  .age-gate__select-form {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 10px;
    width: 100%;
    min-width: 100%; }
    @media only screen and (min-width: 700px) {
      .age-gate__select-form {
        display: flex;
        flex-direction: row;
        min-width: initial; } }
    .age-gate__select-form__submit {
      display: inline-block;
      width: unset;
      grid-column: 1/-1; }
      @media only screen and (min-width: 700px) {
        .age-gate__select-form__submit {
          flex-basis: 25%; } }
  .age-gate__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: black;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAHCAYAAAAF1R1/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkJGMjg3RUVBNDM2MTFFQUJCMjJCOUNCMjE1MzkyRkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkJGMjg3RUZBNDM2MTFFQUJCMjJCOUNCMjE1MzkyRkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQjM2MDA3NUE0MzQxMUVBQkIyMkI5Q0IyMTUzOTJGQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQjM2MDA3NkE0MzQxMUVBQkIyMkI5Q0IyMTUzOTJGQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl2fmKAAAABhSURBVHjaYvz//38tAwODGhD/ZkAF7EB8DYhbGYgBQIPC/+MGEUDMQAyGMZZjMWQ5sYYgGyQAxO+RDHkBxOLkGMQA9QbJXoJhRrBpCHARSuszkAjQDVIFiQHxLVINAggwAEeW98B3b2+bAAAAAElFTkSuQmCC");
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    margin-right: 0;
    padding: 5px;
    padding-right: 10px; }
    @media only screen and (min-width: 700px) {
      .age-gate__select {
        margin-right: 10px; } }
    .age-gate__select--date {
      flex-basis: 18%; }
    .age-gate__select--year {
      flex-basis: 20%;
      grid-column: 1/-1; }
    .age-gate__select--month {
      flex-grow: 2; }
  .age-gate__cta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    @media only screen and (min-width: 700px) {
      .age-gate__cta {
        flex-direction: row; } }
    .age-gate__cta button {
      font-family: var(--font-family-dek);
      font-weight: var(--font-weight-body-bold);
      margin: 5px;
      width: 100%; }
      @media only screen and (min-width: 700px) {
        .age-gate__cta button {
          width: initial; } }

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

:root {
  --color-primary: black;
  --color-accent: black;
  --font-family-hed: Neue Haas Grotesk Display, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-hed-normal: 500;
  --font-weight-hed-bold: 900;
  --line-height-hed-tight: 1;
  --line-height-hed-normal: 1.3;
  --line-height-hed-loose: 1.7;
  --font-family-dek: Neue Haas Grotesk Text, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-dek-normal: 400;
  --font-weight-dek-bold: 700;
  --line-height-dek-tight: 1;
  --line-height-dek-normal: 1.3;
  --line-height-dek-loose: 1.7;
  --font-family-accent: Source Code Pro, Monaco, monospace;
  --font-weight-accent-normal: 400;
  --font-weight-accent-bold: 700;
  --line-height-accent-tight: 1;
  --line-height-accent-normal: 1.3;
  --line-height-accent-loose: 1.7;
  --font-family-body: Lora, Georgia, serif;
  --font-weight-body-normal: 400;
  --font-weight-body-bold: 700;
  --line-height-body-tight: 1;
  --line-height-body-normal: 1.3;
  --line-height-body-loose: 1.7;
  --font-size-h1: 3.125rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.25rem;
  --font-size-h4: 1rem;
  --font-size-h5: 0.8125rem;
  --font-size-h6: 0.6875rem;
  --font-size-body: 1.125rem;
  --font-size-dropcap: 3.75rem;
  --line-height-dropcap: 3.6875rem; }

:root:lang(el),
:root:lang(ru),
:root:lang(ro) {
  --font-family-hed: Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-hed-normal: 400;
  --font-weight-hed-bold: 700;
  --line-height-hed-tight: 1;
  --line-height-hed-normal: 1.3;
  --line-height-hed-loose: 1.7;
  --font-family-dek: Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-dek-normal: 400;
  --font-weight-dek-bold: 700;
  --line-height-dek-tight: 1;
  --line-height-dek-normal: 1.3;
  --line-height-dek-loose: 1.7;
  --font-family-accent: Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-accent-normal: 400;
  --font-weight-accent-bold: 700;
  --line-height-accent-tight: 1;
  --line-height-accent-normal: 1.3;
  --line-height-accent-loose: 1.7;
  --font-family-body: Lora, Georgia, serif;
  --font-weight-body-normal: 400;
  --font-weight-body-bold: 700;
  --line-height-body-tight: 1;
  --line-height-body-normal: 1.3;
  --line-height-body-loose: 1.7;
  --font-size-h1: 3.125rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.25rem;
  --font-size-h4: 1rem;
  --font-size-h5: 0.8125rem;
  --font-size-h6: 0.6875rem;
  --font-size-body: 1.125rem;
  --font-size-dropcap: 3.8125rem;
  --line-height-dropcap: 3.75rem; }

:root:lang(ar) {
  --font-family-hed: Adelle Sans Arabic, Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-hed-normal: 400;
  --font-weight-hed-bold: 700;
  --line-height-hed-tight: 1;
  --line-height-hed-normal: 1.3;
  --line-height-hed-loose: 1.7;
  --font-family-dek: Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-dek-normal: 400;
  --font-weight-dek-bold: 700;
  --line-height-dek-tight: 1;
  --line-height-dek-normal: 1.3;
  --line-height-dek-loose: 1.7;
  --font-family-accent: Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-accent-normal: 400;
  --font-weight-accent-bold: 700;
  --line-height-accent-tight: 1;
  --line-height-accent-normal: 1.3;
  --line-height-accent-loose: 1.7;
  --font-family-body: Muna, sans-serif;
  --font-weight-body-normal: 400;
  --font-weight-body-bold: 700;
  --line-height-body-tight: 1;
  --line-height-body-normal: 1.3;
  --line-height-body-loose: 1.7;
  --font-size-h1: 3.125rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.25rem;
  --font-size-h4: 1rem;
  --font-size-h5: 0.8125rem;
  --font-size-h6: 0.6875rem;
  --font-size-body: 1.75rem;
  --font-size-dropcap: 3.8125rem;
  --line-height-dropcap: 3.75rem; }

:root:lang(ja) {
  --font-family-hed: Noto Sans JP, sans-serif;
  --font-weight-hed-normal: 500;
  --font-weight-hed-bold: 900;
  --line-height-hed-tight: 1;
  --line-height-hed-normal: 1.3;
  --line-height-hed-loose: 1.7;
  --font-family-dek: Noto Sans JP, sans-serif;
  --font-weight-dek-normal: 400;
  --font-weight-dek-bold: 700;
  --line-height-dek-tight: 1;
  --line-height-dek-normal: 1.3;
  --line-height-dek-loose: 1.7;
  --font-family-accent: Noto Sans JP, sans-serif;
  --font-weight-accent-normal: 400;
  --font-weight-accent-bold: 700;
  --line-height-accent-tight: 1;
  --line-height-accent-normal: 1.3;
  --line-height-accent-loose: 1.7;
  --font-family-body: Noto Sans JP, sans-serif;
  --font-weight-body-normal: 400;
  --font-weight-body-bold: 700;
  --line-height-body-tight: 1;
  --line-height-body-normal: 1.3;
  --line-height-body-loose: 1.7;
  --font-size-h1: 3.125rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.25rem;
  --font-size-h4: 1rem;
  --font-size-h5: 0.8125rem;
  --font-size-h6: 0.6875rem;
  --font-size-body: 1.125rem;
  --font-size-dropcap: 3.125rem;
  --line-height-dropcap: 3.0625rem; }

:root:lang(ko) {
  --font-family-hed: Noto Sans KR, sans-serif;
  --font-weight-hed-normal: 500;
  --font-weight-hed-bold: 900;
  --line-height-hed-tight: 1;
  --line-height-hed-normal: 1.3;
  --line-height-hed-loose: 1.7;
  --font-family-dek: Noto Sans KR, sans-serif;
  --font-weight-dek-normal: 400;
  --font-weight-dek-bold: 700;
  --line-height-dek-tight: 1;
  --line-height-dek-normal: 1.3;
  --line-height-dek-loose: 1.7;
  --font-family-accent: Noto Sans KR, sans-serif;
  --font-weight-accent-normal: 400;
  --font-weight-accent-bold: 700;
  --line-height-accent-tight: 1;
  --line-height-accent-normal: 1.3;
  --line-height-accent-loose: 1.7;
  --font-family-body: Noto Sans KR, sans-serif;
  --font-weight-body-normal: 400;
  --font-weight-body-bold: 700;
  --line-height-body-tight: 1;
  --line-height-body-normal: 1.3;
  --line-height-body-loose: 1.7;
  --font-size-h1: 3.125rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.25rem;
  --font-size-h4: 1rem;
  --font-size-h5: 0.8125rem;
  --font-size-h6: 0.6875rem;
  --font-size-body: 1.125rem;
  --font-size-dropcap: 3.125rem;
  --line-height-dropcap: 3.0625rem; }

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

html {
  font-size: 16px; }

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%; }

html,
body,
a {
  color: black; }

a:hover,
a:focus {
  color: rgba(0, 0, 0, 0.4); }

.article-newsletter-signup {
  width: 100%;
  border-top: 1px solid black;
  margin-top: 40px;
  padding-top: 10px; }
  @media only screen and (min-width: 700px) {
    .article-newsletter-signup {
      padding-top: 15px; } }
  .article-newsletter-signup--light {
    background-color: white;
    color: black; }
  .article-newsletter-signup--dark {
    background-color: black;
    color: white; }
  .article-newsletter-signup__title {
    font-size: var(--font-size-h2);
    font-family: var(--font-family-hed);
    font-weight: var(--font-weight-hed-bold);
    line-height: var(--line-height-hed-tight);
    text-transform: uppercase;
    margin: 0 0 20px 0;
    hyphens: auto; }
  .article-newsletter-signup__form {
    display: flex;
    margin-bottom: 20px;
    position: relative; }
  .article-newsletter-signup__input {
    font-family: var(--font-family-dek);
    font-size: var(--font-size-h5);
    line-height: var(--line-height-dek-tight);
    border-radius: 2px;
    height: 50px;
    padding: 0 20px;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.4);
    color: black;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%; }
    .article-newsletter-signup__input::placeholder {
      color: rgba(0, 0, 0, 0.5); }
    .article-newsletter-signup__input:disabled {
      background-color: #ffd600 !important;
      color: black !important; }
    .article-newsletter-signup__input:focus, .article-newsletter-signup__input:active {
      background-color: white;
      color: black; }
  .article-newsletter-signup__submit {
    font-family: var(--font-family-dek);
    font-size: var(--font-size-h5);
    line-height: var(--line-height-dek-tight);
    border-radius: 2px;
    height: 50px;
    padding: 0 20px;
    margin-left: 10px;
    vertical-align: middle;
    background-color: black;
    color: white;
    border: 0;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    max-width: 130px;
    word-break: keep-all; }
    .article-newsletter-signup__submit:hover {
      background-color: #ccc; }
  .article-newsletter-signup__disclaimer {
    display: none; }
  .article-newsletter-signup__check {
    position: absolute;
    right: 20px;
    top: 17px; }

.cms-linkout {
  z-index: 10000;
  background-color: black;
  border-radius: 4px;
  bottom: 30px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  height: 26px;
  padding: 5px 10px 5px 5px;
  position: fixed;
  right: 30px;
  text-decoration: none;
  width: 139px; }
  .cms-linkout .cms-linkout__button-text {
    font-family: var(--font-family-accent);
    font-size: 0.625rem;
    color: white;
    margin-left: 5px;
    text-transform: uppercase; }

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

:root {
  --color-primary: black;
  --color-accent: black;
  --font-family-hed: Neue Haas Grotesk Display, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-hed-normal: 500;
  --font-weight-hed-bold: 900;
  --line-height-hed-tight: 1;
  --line-height-hed-normal: 1.3;
  --line-height-hed-loose: 1.7;
  --font-family-dek: Neue Haas Grotesk Text, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-dek-normal: 400;
  --font-weight-dek-bold: 700;
  --line-height-dek-tight: 1;
  --line-height-dek-normal: 1.3;
  --line-height-dek-loose: 1.7;
  --font-family-accent: Source Code Pro, Monaco, monospace;
  --font-weight-accent-normal: 400;
  --font-weight-accent-bold: 700;
  --line-height-accent-tight: 1;
  --line-height-accent-normal: 1.3;
  --line-height-accent-loose: 1.7;
  --font-family-body: Lora, Georgia, serif;
  --font-weight-body-normal: 400;
  --font-weight-body-bold: 700;
  --line-height-body-tight: 1;
  --line-height-body-normal: 1.3;
  --line-height-body-loose: 1.7;
  --font-size-h1: 3.125rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.25rem;
  --font-size-h4: 1rem;
  --font-size-h5: 0.8125rem;
  --font-size-h6: 0.6875rem;
  --font-size-body: 1.125rem;
  --font-size-dropcap: 3.75rem;
  --line-height-dropcap: 3.6875rem; }

:root:lang(el),
:root:lang(ru),
:root:lang(ro) {
  --font-family-hed: Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-hed-normal: 400;
  --font-weight-hed-bold: 700;
  --line-height-hed-tight: 1;
  --line-height-hed-normal: 1.3;
  --line-height-hed-loose: 1.7;
  --font-family-dek: Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-dek-normal: 400;
  --font-weight-dek-bold: 700;
  --line-height-dek-tight: 1;
  --line-height-dek-normal: 1.3;
  --line-height-dek-loose: 1.7;
  --font-family-accent: Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-accent-normal: 400;
  --font-weight-accent-bold: 700;
  --line-height-accent-tight: 1;
  --line-height-accent-normal: 1.3;
  --line-height-accent-loose: 1.7;
  --font-family-body: Lora, Georgia, serif;
  --font-weight-body-normal: 400;
  --font-weight-body-bold: 700;
  --line-height-body-tight: 1;
  --line-height-body-normal: 1.3;
  --line-height-body-loose: 1.7;
  --font-size-h1: 3.125rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.25rem;
  --font-size-h4: 1rem;
  --font-size-h5: 0.8125rem;
  --font-size-h6: 0.6875rem;
  --font-size-body: 1.125rem;
  --font-size-dropcap: 3.8125rem;
  --line-height-dropcap: 3.75rem; }

:root:lang(ar) {
  --font-family-hed: Adelle Sans Arabic, Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-hed-normal: 400;
  --font-weight-hed-bold: 700;
  --line-height-hed-tight: 1;
  --line-height-hed-normal: 1.3;
  --line-height-hed-loose: 1.7;
  --font-family-dek: Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-dek-normal: 400;
  --font-weight-dek-bold: 700;
  --line-height-dek-tight: 1;
  --line-height-dek-normal: 1.3;
  --line-height-dek-loose: 1.7;
  --font-family-accent: Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-accent-normal: 400;
  --font-weight-accent-bold: 700;
  --line-height-accent-tight: 1;
  --line-height-accent-normal: 1.3;
  --line-height-accent-loose: 1.7;
  --font-family-body: Muna, sans-serif;
  --font-weight-body-normal: 400;
  --font-weight-body-bold: 700;
  --line-height-body-tight: 1;
  --line-height-body-normal: 1.3;
  --line-height-body-loose: 1.7;
  --font-size-h1: 3.125rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.25rem;
  --font-size-h4: 1rem;
  --font-size-h5: 0.8125rem;
  --font-size-h6: 0.6875rem;
  --font-size-body: 1.75rem;
  --font-size-dropcap: 3.8125rem;
  --line-height-dropcap: 3.75rem; }

:root:lang(ja) {
  --font-family-hed: Noto Sans JP, sans-serif;
  --font-weight-hed-normal: 500;
  --font-weight-hed-bold: 900;
  --line-height-hed-tight: 1;
  --line-height-hed-normal: 1.3;
  --line-height-hed-loose: 1.7;
  --font-family-dek: Noto Sans JP, sans-serif;
  --font-weight-dek-normal: 400;
  --font-weight-dek-bold: 700;
  --line-height-dek-tight: 1;
  --line-height-dek-normal: 1.3;
  --line-height-dek-loose: 1.7;
  --font-family-accent: Noto Sans JP, sans-serif;
  --font-weight-accent-normal: 400;
  --font-weight-accent-bold: 700;
  --line-height-accent-tight: 1;
  --line-height-accent-normal: 1.3;
  --line-height-accent-loose: 1.7;
  --font-family-body: Noto Sans JP, sans-serif;
  --font-weight-body-normal: 400;
  --font-weight-body-bold: 700;
  --line-height-body-tight: 1;
  --line-height-body-normal: 1.3;
  --line-height-body-loose: 1.7;
  --font-size-h1: 3.125rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.25rem;
  --font-size-h4: 1rem;
  --font-size-h5: 0.8125rem;
  --font-size-h6: 0.6875rem;
  --font-size-body: 1.125rem;
  --font-size-dropcap: 3.125rem;
  --line-height-dropcap: 3.0625rem; }

:root:lang(ko) {
  --font-family-hed: Noto Sans KR, sans-serif;
  --font-weight-hed-normal: 500;
  --font-weight-hed-bold: 900;
  --line-height-hed-tight: 1;
  --line-height-hed-normal: 1.3;
  --line-height-hed-loose: 1.7;
  --font-family-dek: Noto Sans KR, sans-serif;
  --font-weight-dek-normal: 400;
  --font-weight-dek-bold: 700;
  --line-height-dek-tight: 1;
  --line-height-dek-normal: 1.3;
  --line-height-dek-loose: 1.7;
  --font-family-accent: Noto Sans KR, sans-serif;
  --font-weight-accent-normal: 400;
  --font-weight-accent-bold: 700;
  --line-height-accent-tight: 1;
  --line-height-accent-normal: 1.3;
  --line-height-accent-loose: 1.7;
  --font-family-body: Noto Sans KR, sans-serif;
  --font-weight-body-normal: 400;
  --font-weight-body-bold: 700;
  --line-height-body-tight: 1;
  --line-height-body-normal: 1.3;
  --line-height-body-loose: 1.7;
  --font-size-h1: 3.125rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.25rem;
  --font-size-h4: 1rem;
  --font-size-h5: 0.8125rem;
  --font-size-h6: 0.6875rem;
  --font-size-body: 1.125rem;
  --font-size-dropcap: 3.125rem;
  --line-height-dropcap: 3.0625rem; }

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

html {
  font-size: 16px; }

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%; }

html,
body,
a {
  color: black; }

a:hover,
a:focus {
  color: rgba(0, 0, 0, 0.4); }

.custom-slots {
  position: fixed;
  z-index: 1; }

#next {
  max-width: 640px;
  margin: 0 auto; }
  #next .str-adunit.str-card-exp {
    display: flex;
    height: 160px !important;
    flex-direction: row-reverse;
    margin: 40px auto;
    width: calc(100% - 40px);
    padding: 20px; }
    @media only screen and (min-width: 700px) {
      #next .str-adunit.str-card-exp {
        width: calc(100% - 80px);
        flex-direction: row; } }
  #next .str-thumbnail {
    height: 120px !important;
    width: 120px !important; }
  #next .thumbnail-wrapper {
    height: 120px !important;
    width: 120px !important;
    margin: 0 !important; }
    @media only screen and (min-width: 700px) {
      #next .thumbnail-wrapper {
        margin-right: 20px !important; } }
  #next .str-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center; }
    #next .str-text .canonical__topic {
      margin-top: 20px !important; }
    #next .str-text .str-title {
      font-size: var(--font-size-h4);
      font-family: var(--font-family-hed);
      line-height: var(--line-height-hed-normal);
      font-weight: var(--font-weight-hed-bold); }
      @media only screen and (min-width: 700px) {
        #next .str-text .str-title {
          font-size: var(--font-size-h3); } }
    #next .str-text .str-description,
    #next .str-text .str-advertiser {
      font-family: var(--font-family-accent);
      font-weight: var(--font-weight-dek-normal);
      line-height: var(--line-height-dek-loose);
      font-size: var(--font-size-h6); }
    #next .str-text .str-description {
      display: none; }

.long-form,
.short-form {
  padding-bottom: 0; }

.article-newsletter-signup .user-newsletter__title {
  font-size: var(--font-size-h3); }
  @media only screen and (min-width: 700px) {
    .article-newsletter-signup .user-newsletter__title {
      font-size: var(--font-size-h2); } }

.article-newsletter-signup .user-newsletter__form {
  margin-bottom: 15px; }

.article-newsletter-signup .user-newsletter__content {
  padding: 0; }

.article-newsletter-signup .user-newsletter__edit-button {
  margin: 15px 0 0 0; }
  @media only screen and (min-width: 700px) {
    .article-newsletter-signup .user-newsletter__edit-button {
      margin: 0; } }

.search-page__sidebar .search-page__sidebar__most-read__title {
  text-transform: uppercase; }

.pagination-pager {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  background-color: white;
  font-family: var(--font-family-hed);
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-hed-bold);
  line-height: var(--line-height-hed-tight);
  padding: 80px 0;
  text-align: center; }
  .pagination-pager .pagination-pager__nav {
    align-items: center;
    display: inline-flex;
    flex-flow: row; }
  .pagination-pager .pagination-pager__progress {
    display: flex;
    flex-flow: column;
    margin: 0 40px; }
  .pagination-pager .pagination_pager__progress-current-page,
  .pagination-pager .pagination_pager__progress-last-page {
    display: block;
    text-align: center; }
  .pagination-pager .pagination-pager__prev--disabled,
  .pagination-pager .pagination-pager__next--disabled {
    color: rgba(0, 0, 0, 0.2); }
  .pagination-pager .pagination_pager__progress-page-label,
  .pagination-pager .pagination_pager__progress-separator-label {
    color: transparent;
    display: block;
    height: 0;
    font-size: 0;
    width: 0; }
  .pagination-pager .pagination_pager__progress-separator-label {
    background-color: black;
    height: 3px;
    margin: 5px 0;
    width: 100%; }

.keep-reading-button {
  width: 130px;
  position: relative;
  cursor: pointer;
  display: inline-block; }
  .keep-reading-button:focus, .keep-reading-button:active {
    outline: 1; }
  .keep-reading-button--loading {
    outline: none; }
    .keep-reading-button--loading .keep-reading-button__circle {
      animation-name: spin;
      animation-duration: 1s;
      animation-iteration-count: infinite; }
  .keep-reading-button text {
    font-size: 12px;
    font-family: var(--font-family-accent);
    text-transform: uppercase;
    letter-spacing: .4em; }
  .keep-reading-button__arrow {
    position: absolute;
    top: 45px;
    left: 50px; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.section-nav {
  background-color: black;
  color: white;
  font-family: var(--font-family-hed);
  font-weight: var(--font-weight-hed-bold);
  line-height: var(--line-height-hed-tight);
  padding-left: 20px; }
  @media only screen and (min-width: 700px) {
    .section-nav {
      padding-left: 40px; } }
  .section-nav .section-nav__top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 20px;
    padding: 50px 0 15px; }
    @media only screen and (min-width: 700px) {
      .section-nav .section-nav__top {
        flex-direction: row;
        margin-right: 40px;
        padding: 70px 0 15px; } }
    .section-nav .section-nav__top .section-nav__ad {
      display: flex; }
      @media only screen and (min-width: 700px) {
        .section-nav .section-nav__top .section-nav__ad {
          align-self: center; } }
    .section-nav .section-nav__top .section-nav__title {
      font-size: var(--font-size-h1);
      hyphens: auto; }
      .section-nav .section-nav__top .section-nav__title .section-nav__brand-image {
        max-width: 400px;
        width: 100%; }
  .section-nav .section-nav__links {
    display: flex;
    -ms-overflow-style: none;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%; }
    .section-nav .section-nav__links::-webkit-scrollbar {
      display: none; }
    .section-nav .section-nav__links .section-nav__link {
      margin-right: 15px; }
      .section-nav .section-nav__links .section-nav__link a {
        color: white;
        display: inline-block;
        font-size: var(--font-size-h4);
        padding: 15px 0;
        text-decoration: none;
        text-transform: capitalize; }
        .section-nav .section-nav__links .section-nav__link a:hover div {
          opacity: 0.6; }

.topic-row {
  position: relative; }
  .topic-row__linkout {
    margin: 30px 20px 10px 20px; }
    @media only screen and (min-width: 700px) {
      .topic-row__linkout {
        margin: 30px 40px 10px 40px; } }
    .topic-row__linkout a {
      display: inline-block;
      font-family: var(--font-family-hed);
      font-size: var(--font-size-h4);
      line-height: var(--line-height-hed-tight);
      text-decoration: underline;
      text-transform: lowercase; }
      .topic-row__linkout a::first-letter {
        text-transform: uppercase; }
  .topic-row__title {
    font-family: var(--font-family-hed);
    font-size: var(--font-size-h1);
    hyphens: auto;
    line-height: var(--line-height-hed-tight);
    margin: 0 20px 10px 20px;
    text-transform: uppercase; }
    @media only screen and (min-width: 700px) {
      .topic-row__title {
        margin: 0 40px 10px 40px; } }
  .topic-row__three-up {
    border-bottom: 0;
    border-top: solid 1px rgba(0, 0, 0, 0.1); }
    @media only screen and (min-width: 700px) {
      .topic-row__three-up {
        border-top: 0; } }

.four-up-lede {
  background-color: white; }
  @media only screen and (min-width: 700px) {
    .four-up-lede__ad {
      display: none; } }
  .four-up-lede__ad .vice-ad__ad {
    margin-bottom: 10px; }
  .four-up-lede__lede {
    margin-bottom: 60px; }
    @media only screen and (min-width: 700px) {
      .four-up-lede__lede {
        margin-bottom: 80px; } }
    @media only screen and (min-width: 1000px) {
      .four-up-lede__lede {
        margin-bottom: 0; } }
  .four-up-lede__three-up {
    border-top: solid 1px rgba(0, 0, 0, 0.1); }
    @media only screen and (min-width: 700px) {
      .four-up-lede__three-up {
        border-top: none 0px; } }

.topic-page-header {
  text-align: center;
  padding: 40px; }
  @media only screen and (min-width: 700px) {
    .topic-page-header {
      padding: 80px; } }
  .topic-page-header--lede {
    padding: 0; }
  @media only screen and (min-width: 700px) {
    .topic-page-header--lede:not(.topic-page-header--dek) {
      border-bottom: solid 1px rgba(0, 0, 0, 0.1); } }
  .topic-page-header__title {
    font-family: var(--font-family-hed);
    font-size: var(--font-size-h1);
    font-weight: var(--font-weight-hed-bold);
    margin: 0; }
  .topic-page-header__dek {
    padding: 20px 0 0 0;
    font-size: var(--font-size-h3);
    font-family: var(--font-family-dek);
    line-height: var(--line-height-dek-loose); }
    .topic-page-header--lede .topic-page-header__dek {
      padding: 40px; }
      @media only screen and (min-width: 700px) {
        .topic-page-header--lede .topic-page-header__dek {
          padding: 80px; } }
    .topic-page-header__dek__sponsored-topic:not([data-slot-is-empty='true'])[data-slot-is-loaded='true'] {
      margin-top: 40px; }
  .topic-page-header__sponsored-topic:not([data-slot-is-empty='true'])[data-slot-is-loaded='true'] {
    margin-top: 40px; }
    .topic-page-header--lede .topic-page-header__sponsored-topic:not([data-slot-is-empty='true'])[data-slot-is-loaded='true'] {
      margin: 40px 0; }
      @media only screen and (min-width: 700px) {
        .topic-page-header--lede .topic-page-header__sponsored-topic:not([data-slot-is-empty='true'])[data-slot-is-loaded='true'] {
          margin: 80px 0; } }

.topic-page {
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  max-width: 1600px;
  width: 100%; }
  .topic-page__loader {
    height: 100vh;
    padding-top: 80px;
    text-align: center; }
  .topic-page .three-up:first-of-type .three-up__item:first-child .vice-card__content {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    @media only screen and (min-width: 700px) {
      .topic-page .three-up:first-of-type .three-up__item:first-child .vice-card__content {
        border-top: none; } }

@media only screen and (min-width: 700px) {
  .homepage--1-up .t-homepage-desktop {
    border-top: solid 1px rgba(0, 0, 0, 0.1); } }

.homepage--1-up .mh-homepage-mobile {
  padding-top: 10px;
  border-top: solid 1px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 700px) {
    .homepage--1-up .mh-homepage-mobile {
      border-top: none 0px; } }

.homepage .t-homepage-desktop {
  padding: 10px 0;
  display: none; }
  @media only screen and (min-width: 700px) {
    .homepage .t-homepage-desktop {
      display: block; } }
  @media only screen and (min-width: 1000px) {
    .homepage .t-homepage-desktop {
      border-top: 0; } }

.homepage .mh-homepage-mobile {
  padding: 10px 0;
  display: block; }
  @media only screen and (min-width: 700px) {
    .homepage .mh-homepage-mobile {
      display: none; } }

@media only screen and (min-width: 1000px) {
  .homepage .user-newsletter {
    border-right: solid 1px rgba(255, 255, 255, 0.2); } }

.search-page {
  background-color: white;
  min-height: 400px; }
  .search-page .searchbar-wrapper {
    margin: 80px 20px; }
    @media only screen and (min-width: 700px) {
      .search-page .searchbar-wrapper {
        margin: 80px; } }
  .search-page .search-results {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .search-page .loader {
    left: 50%;
    transform: translateX(-38px); }

.section-page__topic-rows__top-border {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%; }
  .section-page__topic-rows__top-border .vice-ad__container {
    margin-top: 10px; }

.vice-ad-one-by-one__vice-ad {
  bottom: 0;
  height: 1px;
  left: 0;
  position: fixed;
  width: 1px; }

.section-page .section-page__lede {
  margin-bottom: 60px; }
  @media only screen and (min-width: 700px) {
    .section-page .section-page__lede {
      margin-bottom: 80px; } }
  @media only screen and (min-width: 1000px) {
    .section-page .section-page__lede {
      margin-bottom: 0; } }

@media only screen and (min-width: 1000px) {
  .section-page {
    display: grid;
    grid-template-areas: 'nav' 'lede' 'promo' 'rest'; } }

.section-page__nav {
  grid-area: nav; }

.section-page__promo {
  grid-area: promo; }

.section-page__lede {
  grid-area: lede; }

.section-page__rest {
  grid-area: rest; }

.section-page .promo-row {
  border-top: solid 1px rgba(255, 255, 255, 0.2); }

.section-page .three-up:first-of-type .three-up__item:first-child .vice-card__content {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 700px) {
    .section-page .three-up:first-of-type .three-up__item:first-child .vice-card__content {
      border-top: none; } }

.section-page .pagination-pager {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.section-page .section-page__keep-reading-button {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding: 40px 0;
  text-align: center; }

.section-page .section-page-latest__title {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  font-family: var(--font-family-hed);
  font-size: var(--font-size-h1);
  font-weight: bold;
  line-height: var(--line-height-hed-tight);
  margin: 0;
  padding: 40px 20px 10px 20px;
  text-transform: uppercase; }
  @media only screen and (min-width: 700px) {
    .section-page .section-page-latest__title {
      padding: 40px 40px 10px 40px; } }

.section-page .t-section.vice-ad__container {
  margin-bottom: 20px; }

.section-page .ms-section::before {
  height: 0px; }

@media only screen and (min-width: 1000px) {
  .section-page .sharethrough-ad {
    border-top: none;
    width: 66.7%;
    border-right: 1px solid rgba(0, 0, 0, 0.1); } }

.section-page .sharethrough-ad .vice-ad__container[data-slot-is-empty] {
  margin-top: 0; }

.section-page .sharethrough-ad .str-flex {
  padding: 0; }

.section-page .sharethrough-ad .str-title {
  margin-top: 0; }

.section-page .sharethrough-ad .str-adunit-img-left {
  border-bottom: none;
  width: 100%; }

@media only screen and (min-width: 1000px) {
  .section-page .sharethrough-ad .thumbnail-wrapper {
    min-width: 50% !important;
    width: 50% !important; } }

@media only screen and (min-width: 1000px) {
  .section-page .user-newsletter {
    border-right: solid 1px rgba(255, 255, 255, 0.2); } }

.topic-page {
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  max-width: 1600px;
  width: 100%; }
  .topic-page__loader {
    height: 100vh;
    padding-top: 80px;
    text-align: center; }
  .topic-page .three-up:first-of-type .three-up__item:first-child .vice-card__content {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    @media only screen and (min-width: 700px) {
      .topic-page .three-up:first-of-type .three-up__item:first-child .vice-card__content {
        border-top: none; } }


/*# sourceMappingURL=styles.21b8acdb.chunk.css.map*/