/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

html {
  box-sizing: border-box;
  overflow: hidden; }

body {
  text-rendering: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  display: block;
  margin-top: 100px;
  background: #000;
  transition: .3s ease-out; }
  @media only screen and (min-width: 768px) {
    body {
      margin-top: 58px; } }
  @media only screen and (min-width: 1025px) {
    body {
      margin-top: 66px; } }

body > article {
  opacity: 0;
  transition: .9s; }

article {
  opacity: 0; }
  .page-ready article {
    opacity: 1; }

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

.hidden {
  display: none; }

.js-progress-marker {
  display: block;
  height: 1px;
  width: 100%; }

.small-dropcase:first-letter, .large-dropcase:first-letter, .logistics-content .intro .intro-section span.small-dropcase-custom:first-letter {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  display: block;
  float: left; }

.small-dropcase:first-letter, .large-dropcase:first-letter, .logistics-content .intro .intro-section span.small-dropcase-custom:first-letter {
  font-size: 54px;
  line-height: inherit;
  margin: 13px 10px 5px 0; }

#SC-draggable-button-label, #AYI-draggable-button-label {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 10px; }
  @media only screen and (min-width: 1025px) {
    #SC-draggable-button-label, #AYI-draggable-button-label {
      font-size: 11px; } }

.post-pablo-content .article-text .postpablo-social-icons .share {
  color: #fff;
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 8px; }

header {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal; }

.persistent-header .mobile-bottom .title, .solo-persistent-header .mobile-bottom .title, .sponsored-content-title, .whats-this-tooltip h4, .whats-this-tooltip .whats-this-close {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 8px; }

.persistent-header .sponsored-content-copy, .solo-persistent-header .sponsored-content-copy, .sponsored-content-copy {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 10px; }

.the-cartel-content .intro .author, .wanted-content .intro .author, .post-pablo-content .intro .title span.pablo-author-desktop, .post-pablo-content .intro .author, .SC-di-author, .AYI-di-author, .SC-content-author, .AYI-content-author {
  color: #e3000b;
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 12px;
  letter-spacing: .12em; }
  @media only screen and (min-width: 1025px) {
    .the-cartel-content .intro .author, .wanted-content .intro .author, .post-pablo-content .intro .title span.pablo-author-desktop, .post-pablo-content .intro .author, .SC-di-author, .AYI-di-author, .SC-content-author, .AYI-content-author {
      font-size: 16.67px; } }

.the-cartel-content .intro .text {
  color: #0e0e0e;
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 21px; }
  @media only screen and (min-width: 768px) {
    .the-cartel-content .intro .text {
      font-size: 22px; } }
  @media only screen and (min-width: 1025px) {
    .the-cartel-content .intro .text {
      font-size: 34px; } }

.article-text-1 p, .article-text-2 p, .logistics-content .intro .intro-section p, .logistics-content .article-text > p, .wanted-content .intro .text, .wanted-content .article-text .half-quote .left-side p, .wanted-content .article-text .video-text p, .post-pablo-content .article-text p, .quiz-link-copy {
  color: #0e0e0e;
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 27px; }
  @media only screen and (min-width: 768px) {
    .article-text-1 p, .article-text-2 p, .logistics-content .intro .intro-section p, .logistics-content .article-text > p, .wanted-content .intro .text, .wanted-content .article-text .half-quote .left-side p, .wanted-content .article-text .video-text p, .post-pablo-content .article-text p, .quiz-link-copy {
      font-size: 16px;
      line-height: 28px; } }
  @media only screen and (min-width: 1025px) {
    .article-text-1 p, .article-text-2 p, .logistics-content .intro .intro-section p, .logistics-content .article-text > p, .wanted-content .intro .text, .wanted-content .article-text .half-quote .left-side p, .wanted-content .article-text .video-text p, .post-pablo-content .article-text p, .quiz-link-copy {
      font-size: 18px;
      line-height: 32px; } }

.the-cartel-content .cut-in .quote p, .logistics-content .article-text .video-cut-in .text p, .wanted-content .article-text .half-quote .right-side .quote, .wanted-content .article-text .video-text .quote {
  color: #0e0e0e;
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  letter-spacing: .02em; }
  @media only screen and (min-width: 768px) {
    .the-cartel-content .cut-in .quote p, .logistics-content .article-text .video-cut-in .text p, .wanted-content .article-text .half-quote .right-side .quote, .wanted-content .article-text .video-text .quote {
      font-size: 19.97px;
      letter-spacing: .012em; } }
  @media only screen and (min-width: 1025px) {
    .the-cartel-content .cut-in .quote p, .logistics-content .article-text .video-cut-in .text p, .wanted-content .article-text .half-quote .right-side .quote, .wanted-content .article-text .video-text .quote {
      font-size: 26px;
      line-height: 34px;
      letter-spacing: .02em; } }
  @media only screen and (min-width: 1200px) {
    .the-cartel-content .cut-in .quote p, .logistics-content .article-text .video-cut-in .text p, .wanted-content .article-text .half-quote .right-side .quote, .wanted-content .article-text .video-text .quote {
      font-size: 36px;
      line-height: 42px; } }

.article-text-2 .video-cut-in .title, .logistics-content .article-text .video-player .title, .wanted-content .article-text .video-text .video-split .title, .pablo-slider-container .pablo-slide .pablo-slide-title {
  color: #e3000b;
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    .article-text-2 .video-cut-in .title, .logistics-content .article-text .video-player .title, .wanted-content .article-text .video-text .video-split .title, .pablo-slider-container .pablo-slide .pablo-slide-title {
      font-size: 14px; } }
  @media only screen and (min-width: 1025px) {
    .article-text-2 .video-cut-in .title, .logistics-content .article-text .video-player .title, .wanted-content .article-text .video-text .video-split .title, .pablo-slider-container .pablo-slide .pablo-slide-title {
      font-size: 16px; } }

.article-text-2 .video-cut-in .content, .logistics-content .article-text .video-player p, .wanted-content .article-text .video-text .video-split .text, .pablo-slider-container .pablo-slide .pablo-slide-body {
  color: rgba(9, 0, 28, 0.6);
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    .article-text-2 .video-cut-in .content, .logistics-content .article-text .video-player p, .wanted-content .article-text .video-text .video-split .text, .pablo-slider-container .pablo-slide .pablo-slide-body {
      font-size: 14px; } }
  @media only screen and (min-width: 1025px) {
    .article-text-2 .video-cut-in .content, .logistics-content .article-text .video-player p, .wanted-content .article-text .video-text .video-split .text, .pablo-slider-container .pablo-slide .pablo-slide-body {
      font-size: 16px;
      line-height: 22px; } }

.logistics-content .intro .title span {
  color: #0e0e0e;
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px; }
  @media only screen and (min-width: 768px) {
    .logistics-content .intro .title span {
      font-size: 31.99px; } }
  @media only screen and (min-width: 1025px) {
    .logistics-content .intro .title span {
      font-size: 21.5px; } }

.maps-container .map-popup .map-popup-date {
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 12.5px; }

.maps-container .map-popup .map-popup-location {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 12.5px;
  text-transform: uppercase; }

.maps-container .map-popup .map-popup-text {
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px; }

.maps-container #maps .pager, .maps-container #maps #accordion .head, .maps-container #maps #accordion .selection .select {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 24px; }
  @media only screen and (min-width: 768px) {
    .maps-container #maps .pager, .maps-container #maps #accordion .head, .maps-container #maps #accordion .selection .select {
      font-size: 18px; } }

.maps-container #maps #accordion .inner-content {
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6em; }
  @media only screen and (min-width: 1025px) {
    .maps-container #maps #accordion .inner-content {
      font-size: 15px; } }
  @media only screen  and (min-width: 1500px) {
    .maps-container #maps #accordion .inner-content {
      font-size: 18px; } }

.maps-container .marker-label-default, .maps-container .marker-label-white, .maps-container .marker-label-black {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  white-space: nowrap; }

.wanted-content .gun-and-quote .quote-ctn .quote {
  color: #e3000b;
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 23.98px; }
  @media only screen and (max-width: 767px) {
    .wanted-content .gun-and-quote .quote-ctn .quote {
      font-size: 18px; } }
  @media only screen and (min-width: 768px) {
    .wanted-content .gun-and-quote .quote-ctn .quote {
      font-size: 21.99px; } }
  @media only screen and (min-width: 1025px) {
    .wanted-content .gun-and-quote .quote-ctn .quote {
      font-size: 38px;
      line-height: 46px; } }

.wanted-content .gun-and-quote .quote-ctn .author {
  color: rgba(9, 0, 28, 0.6);
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 17.99px; }
  @media only screen and (min-width: 768px) {
    .wanted-content .gun-and-quote .quote-ctn .author {
      font-size: 14px; } }
  @media only screen and (min-width: 1025px) {
    .wanted-content .gun-and-quote .quote-ctn .author {
      font-size: 20px; } }

.SC-content-title {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: .126em;
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    .SC-content-title {
      font-size: 11.74px;
      letter-spacing: .159em; } }
  @media only screen and (min-width: 1025px) {
    .SC-content-title {
      font-size: 14px;
      letter-spacing: .19em; } }

.SC-di-copy, .AYI-di-copy {
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px; }

.SC-content-slide-country {
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: italic;
  color: #848484;
  font-size: 18px; }
  @media only screen and (min-width: 768px) {
    .SC-content-slide-country {
      font-size: 15.09px; } }
  @media only screen and (min-width: 1025px) {
    .SC-content-slide-country {
      font-size: 14px; } }

.SC-content-slide-city {
  color: #0e0e0e;
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 20px; }
  @media only screen and (min-width: 768px) {
    .SC-content-slide-city {
      font-size: 16.76px; } }
  @media only screen and (min-width: 1025px) {
    .SC-content-slide-city {
      font-size: 16px; } }

.SC-content-slide-copy p {
  color: #0e0e0e;
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .SC-content-slide-copy p {
      font-size: 15.97px; } }
  @media only screen and (min-width: 1025px) {
    .SC-content-slide-copy p {
      font-size: 16px; } }

.SC-content-pager-country {
  color: #0e0e0e;
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px; }

.SC-content-pager-city {
  color: #0e0e0e;
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .3em; }

.AYI-content-title {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 12px;
  letter-spacing: .126em; }
  @media only screen and (min-width: 768px) {
    .AYI-content-title {
      font-size: 12px;
      letter-spacing: .19em; } }
  @media only screen and (min-width: 1025px) {
    .AYI-content-title {
      font-size: 14px; } }

.SC-di-title, .AYI-di-title {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 54px;
  letter-spacing: .02em; }

.AYI-content-subtitle {
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: italic;
  color: rgba(9, 0, 28, 0.5);
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .AYI-content-subtitle {
      font-size: 14px; } }
  @media only screen and (min-width: 1025px) {
    .AYI-content-subtitle {
      font-size: 18px; } }

.AYI-content-slide-count {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #0e0e0e;
  font-size: 33.31px; }
  @media only screen and (min-width: 768px) {
    .AYI-content-slide-count {
      font-size: 33.31px; } }

.AYI-content-slide-copy p {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #0e0e0e;
  font-size: 20px; }
  @media only screen and (min-width: 768px) {
    .AYI-content-slide-copy p {
      font-size: 22px; } }
  @media only screen and (min-width: 1025px) {
    .AYI-content-slide-copy p {
      font-size: 26px; } }

.narcos-now .title {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #e3000b;
  font-size: 18px;
  letter-spacing: .2em; }
  @media only screen and (min-width: 768px) {
    .narcos-now .title {
      font-size: 14px;
      letter-spacing: .131em; } }
  @media only screen and (min-width: 1025px) {
    .narcos-now .title {
      font-size: 16px;
      letter-spacing: .2em; } }

.narcos-now .date {
  color: rgba(62, 62, 62, 0.5);
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12.5px; }
  @media only screen and (min-width: 768px) {
    .narcos-now .date {
      font-size: 12px; } }

.narcos-now .text {
  color: #3e3e3e;
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3em; }
  @media only screen and (min-width: 1025px) {
    .narcos-now .text {
      font-size: 23px; } }

.quiz-link-title {
  color: #e3000b;
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .3em; }
  @media only screen and (min-width: 768px) {
    .quiz-link-title {
      font-size: 14px; } }
  @media only screen and (min-width: 1025px) {
    .quiz-link-title {
      font-size: 16px; } }

.quiz-link-subtitle {
  color: #0e0e0e;
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 32px;
  letter-spacing: .012em; }
  @media only screen and (min-width: 768px) {
    .quiz-link-subtitle {
      font-size: 60px; } }
  @media only screen and (min-width: 1025px) {
    .quiz-link-subtitle {
      font-size: 84px; } }

.quiz-link-btn-ctn .quiz-link-btn {
  color: #0e0e0e;
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .3em; }
  @media only screen and (min-width: 768px) {
    .quiz-link-btn-ctn .quiz-link-btn {
      font-size: 14px; } }
  @media only screen and (min-width: 1025px) {
    .quiz-link-btn-ctn .quiz-link-btn {
      font-size: 16px; } }

.page-footer .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.4em; }
  @media only screen and (min-width: 768px) {
    .page-footer .copyright {
      font-size: 12px; } }
  @media only screen and (min-width: 1025px) {
    .page-footer .copyright {
      font-size: 15px; } }

/*QUIZ*/
.the-cartel-content .cut-in .video, .article-text-2 .video-cut-in .video, .logistics-content .article-text .video, .pablo-slider-container .pablo-slide .video {
  position: relative;
  z-index: 1;
  margin-left: auto; }
.the-cartel-content .cut-in .video .spacer, .article-text-2 .video-cut-in .video .spacer, .logistics-content .article-text .video .spacer, .pablo-slider-container .pablo-slide .video .spacer {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%; }
.the-cartel-content .cut-in .video iframe, .article-text-2 .video-cut-in .video iframe, .logistics-content .article-text .video iframe, .pablo-slider-container .pablo-slide .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%; }

.the-cartel-content .intro .red-guide:after, .article-text-2 .red-guide:after, html.page-ready.solo-page .article-text-2 .red-guide:after, .article-text-2 .red-guide.active:after, .face-slideshow-ctn .red-guide:before {
  position: absolute;
  content: '';
  top: -5px;
  left: -5px;
  width: 11px;
  height: 11px;
  background: #e3000b;
  border-radius: 100%; }

.the-cartel-content .intro .red-guide:before, .article-text-2 .red-guide:before, html.page-ready.solo-page .article-text-2 .red-guide:before, .article-text-2 .red-guide.active:before, .face-slideshow-ctn .red-guide:after {
  position: absolute;
  content: '';
  width: 1px;
  background: #e3000b; }

@media only screen and (min-width: 768px) {
  .article-text-2 .video-cut-in ~ p.full-width:after, .logistics-content .article-text > p:last-child:after, .wanted-content .video-text p:last-child:not(.text):after, .post-pablo-content .article-text p.last-p:after {
    content: '';
    display: inline-block;
    background-color: #e3000b;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 14px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; } }

article.the-cartel-content:after, article.logistics-content:after {
  content: "";
  background-color: #E6E6E6;
  height: 1px;
  display: block;
  margin: 0 20px; }
  @media only screen and (min-width: 1025px) {
    article.the-cartel-content:after, article.logistics-content:after {
      max-width: 100%;
      margin: 0 8.33333%; } }
.solo-page article.the-cartel-content:after, .solo-page article.logistics-content:after {
  display: none; }

.the-cartel-content .cut-in .video, .article-text-2 .video-cut-in .video, .logistics-content .article-text .video, .wanted-content .intro-section .video-contain .video, .wanted-content .article-text .video-text .video, .pablo-slider-container .pablo-slide .video {
  position: relative;
  overflow: hidden; }
  .the-cartel-content .cut-in .video .netflix-link, .article-text-2 .video-cut-in .video .netflix-link, .logistics-content .article-text .video .netflix-link, .wanted-content .intro-section .video-contain .video .netflix-link, .wanted-content .article-text .video-text .video .netflix-link, .pablo-slider-container .pablo-slide .video .netflix-link {
    position: absolute;
    z-index: 3;
    top: -100%;
    left: -100%;
    display: block;
    vertical-align: middle;
    width: auto;
    height: auto;
    padding: 8px 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    outline: none; }
    .the-cartel-content .cut-in .video .netflix-link svg, .article-text-2 .video-cut-in .video .netflix-link svg, .logistics-content .article-text .video .netflix-link svg, .wanted-content .intro-section .video-contain .video .netflix-link svg, .wanted-content .article-text .video-text .video .netflix-link svg, .pablo-slider-container .pablo-slide .video .netflix-link svg {
      position: relative;
      height: auto;
      margin: 0 auto; }
    .the-cartel-content .cut-in .video .netflix-link .narcos-logo-svg, .article-text-2 .video-cut-in .video .netflix-link .narcos-logo-svg, .logistics-content .article-text .video .netflix-link .narcos-logo-svg, .wanted-content .intro-section .video-contain .video .netflix-link .narcos-logo-svg, .wanted-content .article-text .video-text .video .netflix-link .narcos-logo-svg, .pablo-slider-container .pablo-slide .video .netflix-link .narcos-logo-svg {
      float: left;
      width: 87px;
      margin-top: 7px;
      padding: 0; }
      .the-cartel-content .cut-in .video .netflix-link .narcos-logo-svg svg, .article-text-2 .video-cut-in .video .netflix-link .narcos-logo-svg svg, .logistics-content .article-text .video .netflix-link .narcos-logo-svg svg, .wanted-content .intro-section .video-contain .video .netflix-link .narcos-logo-svg svg, .wanted-content .article-text .video-text .video .netflix-link .narcos-logo-svg svg, .pablo-slider-container .pablo-slide .video .netflix-link .narcos-logo-svg svg {
        width: 60px;
        fill: #fff;
        height: 17px; }
    .the-cartel-content .cut-in .video .netflix-link .netflix-logo-svg, .article-text-2 .video-cut-in .video .netflix-link .netflix-logo-svg, .logistics-content .article-text .video .netflix-link .netflix-logo-svg, .wanted-content .intro-section .video-contain .video .netflix-link .netflix-logo-svg, .wanted-content .article-text .video-text .video .netflix-link .netflix-logo-svg, .pablo-slider-container .pablo-slide .video .netflix-link .netflix-logo-svg {
      float: left;
      width: 108px;
      padding: 0;
      border-left: 1px solid rgba(255, 255, 255, 0.6); }
      .the-cartel-content .cut-in .video .netflix-link .netflix-logo-svg svg, .article-text-2 .video-cut-in .video .netflix-link .netflix-logo-svg svg, .logistics-content .article-text .video .netflix-link .netflix-logo-svg svg, .wanted-content .intro-section .video-contain .video .netflix-link .netflix-logo-svg svg, .wanted-content .article-text .video-text .video .netflix-link .netflix-logo-svg svg, .pablo-slider-container .pablo-slide .video .netflix-link .netflix-logo-svg svg {
        width: 50px;
        fill: #e3000b;
        height: 14px; }
      .the-cartel-content .cut-in .video .netflix-link .netflix-logo-svg span, .article-text-2 .video-cut-in .video .netflix-link .netflix-logo-svg span, .logistics-content .article-text .video .netflix-link .netflix-logo-svg span, .wanted-content .intro-section .video-contain .video .netflix-link .netflix-logo-svg span, .wanted-content .article-text .video-text .video .netflix-link .netflix-logo-svg span, .pablo-slider-container .pablo-slide .video .netflix-link .netflix-logo-svg span {
        display: block;
        font-family: "Cambria W01", serif;
        font-weight: 400;
        font-style: italic;
        font-size: 10px;
        letter-spacing: 0.03em;
        margin-bottom: 3px; }
  .the-cartel-content .cut-in .video:hover .netflix-link, .article-text-2 .video-cut-in .video:hover .netflix-link, .logistics-content .article-text .video:hover .netflix-link, .wanted-content .intro-section .video-contain .video:hover .netflix-link, .wanted-content .article-text .video-text .video:hover .netflix-link, .pablo-slider-container .pablo-slide .video:hover .netflix-link {
    top: 10px;
    left: 10px;
    opacity: 1;
    visibility: visible; }

.article-text-1 .paragraph-contain > p, .article-text-2 .paragraph-contain > p, .article-text-2 p:not(.content), .logistics-content .intro .intro-section p:last-of-type, .logistics-content .article-text > p, .wanted-content .article-text .half-quote .left-side > p, .wanted-content .article-text .video-text p, .post-pablo-content .article-text > p {
  text-indent: 24px; }
.article-text-1 .paragraph-contain > p.small-dropcase, .article-text-2 .paragraph-contain > p.small-dropcase, .article-text-2 p.small-dropcase:not(.content), .logistics-content .intro .intro-section p.small-dropcase:last-of-type, .logistics-content .article-text > p.small-dropcase, .wanted-content .article-text .half-quote .left-side > p.small-dropcase, .wanted-content .article-text .video-text p.small-dropcase, .post-pablo-content .article-text > p.small-dropcase, .article-text-1 .paragraph-contain > p span.small-dropcase, .article-text-2 .paragraph-contain > p span.small-dropcase, .article-text-2 p:not(.content) span.small-dropcase, .logistics-content .intro .intro-section p:last-of-type span.small-dropcase, .logistics-content .article-text > p span.small-dropcase, .wanted-content .article-text .half-quote .left-side > p span.small-dropcase, .wanted-content .article-text .video-text p span.small-dropcase, .post-pablo-content .article-text > p span.small-dropcase, .article-text-1 .paragraph-contain > p.large-dropcase, .article-text-2 .paragraph-contain > p.large-dropcase, .article-text-2 p.large-dropcase:not(.content), .logistics-content .intro .intro-section p.large-dropcase:last-of-type, .logistics-content .article-text > p.large-dropcase, .wanted-content .article-text .half-quote .left-side > p.large-dropcase, .wanted-content .article-text .video-text p.large-dropcase, .post-pablo-content .article-text > p.large-dropcase {
  text-indent: 0; }

.normal-text {
  font-style: normal !important; }

.highlight-text {
  background: #e3000b;
  color: #fff;
  padding: 7px 5px; }

.underline-text {
  padding: 3px 0;
  border-bottom: 1px solid #e3000b; }
  @media only screen and (min-width: 1025px) {
    .underline-text.animation-in-view {
      border-bottom: 1px solid transparent;
      transition: 0.4s ease-out; }
    html.page-ready.solo-page .underline-text.animation-in-view, .underline-text.animation-in-view.active {
      border-bottom: 1px solid #e3000b; } }

.solo-page-read-more-link-ctn {
  width: 100%;
  padding: 0 0 120px;
  clear: both;
  text-align: center; }
  .wanted-solo .solo-page-read-more-link-ctn {
    padding-top: 40px; }
    @media only screen and (min-width: 1025px) {
      .wanted-solo .solo-page-read-more-link-ctn {
        padding: 40px 20px 120px;
        max-width: 640px;
        margin: 0 auto;
        width: 50%;
        margin-left: 16.66667%; } }
  .global-impact-solo .solo-page-read-more-link-ctn {
    padding-top: 80px; }

.solo-page-read-more-link {
  display: inline-block;
  width: auto;
  color: #e3000b;
  text-decoration: none;
  border-bottom: 1px solid #e3000b;
  transition: 0.3s ease-out; }
  .solo-page-read-more-link:hover {
    opacity: 0.6; }
  .solo-page-read-more-link .arrow {
    display: inline-block;
    width: 25px;
    margin-left: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    line-height: 0.4em; }
    .solo-page-read-more-link .arrow svg {
      width: 100%;
      height: auto;
      fill: #e3000b; }

.persistent-header .language-ctn .title, .solo-persistent-header .language-ctn .title, .logo-language-ctn .title, .page-hero .language-ctn .title {
  display: none;
  color: #fff;
  transition: .3s; }
  @media only screen and (min-width: 768px) {
    .persistent-header .language-ctn .title, .solo-persistent-header .language-ctn .title, .logo-language-ctn .title, .page-hero .language-ctn .title {
      font-family: "Futura W01", sans-serif;
      font-weight: 800;
      font-style: normal;
      display: block;
      margin: 0 0 6px;
      font-size: 6px;
      letter-spacing: .18em;
      text-transform: uppercase;
      text-align: center; } }

.persistent-header .language-ctn .button-group .button, .solo-persistent-header .language-ctn .button-group .button, .logo-language-ctn .button-group .button, .page-hero .language-ctn .button-group .button {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 100%;
  width: 30px;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  transition: .3s;
  outline: none;
  cursor: pointer;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .persistent-header .language-ctn .button-group .button, .solo-persistent-header .language-ctn .button-group .button, .logo-language-ctn .button-group .button, .page-hero .language-ctn .button-group .button {
      height: 30px;
      width: 46px;
      border: 2px solid #fff; } }
  @media only screen and (min-width: 1025px) {
    .persistent-header .language-ctn .button-group .button, .solo-persistent-header .language-ctn .button-group .button, .logo-language-ctn .button-group .button, .page-hero .language-ctn .button-group .button {
      height: 28px;
      width: 36px; } }
@media only screen and (min-width: 768px) {
  .persistent-header .language-ctn .button-group .button:nth-child(1), .solo-persistent-header .language-ctn .button-group .button:nth-child(1), .logo-language-ctn .button-group .button:nth-child(1), .page-hero .language-ctn .button-group .button:nth-child(1) {
    left: 2px; } }
.persistent-header .language-ctn .button-group .button span, .solo-persistent-header .language-ctn .button-group .button span, .logo-language-ctn .button-group .button span, .page-hero .language-ctn .button-group .button span {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 10px;
  letter-spacing: .18em;
  text-align: center;
  transition: .3s; }
.persistent-header .language-ctn .button-group .button button, .solo-persistent-header .language-ctn .button-group .button button, .logo-language-ctn .button-group .button button, .page-hero .language-ctn .button-group .button button {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0; }
.persistent-header .language-ctn .button-group .button:hover, .solo-persistent-header .language-ctn .button-group .button:hover, .logo-language-ctn .button-group .button:hover, .page-hero .language-ctn .button-group .button:hover, .persistent-header .language-ctn .button-group .button:focus, .solo-persistent-header .language-ctn .button-group .button:focus, .logo-language-ctn .button-group .button:focus, .page-hero .language-ctn .button-group .button:focus {
  border-color: #e3000b; }
  @media only screen and (min-width: 768px) {
    .persistent-header .language-ctn .button-group .button:hover, .solo-persistent-header .language-ctn .button-group .button:hover, .logo-language-ctn .button-group .button:hover, .page-hero .language-ctn .button-group .button:hover, .persistent-header .language-ctn .button-group .button:focus, .solo-persistent-header .language-ctn .button-group .button:focus, .logo-language-ctn .button-group .button:focus, .page-hero .language-ctn .button-group .button:focus {
      z-index: 2; } }
.persistent-header .language-ctn .button-group .button:hover span, .solo-persistent-header .language-ctn .button-group .button:hover span, .logo-language-ctn .button-group .button:hover span, .page-hero .language-ctn .button-group .button:hover span, .persistent-header .language-ctn .button-group .button:focus span, .solo-persistent-header .language-ctn .button-group .button:focus span, .logo-language-ctn .button-group .button:focus span, .page-hero .language-ctn .button-group .button:focus span {
  color: #e3000b; }

.post-pablo-content .article-text .postpablo-social-icons .share {
  background-color: #0e0e0e;
  height: 32px;
  width: 63px;
  text-align: center;
  padding: 10px;
  letter-spacing: .3em; }
  @media only screen and (min-width: 768px) {
    .post-pablo-content .article-text .postpablo-social-icons .share {
      display: none; } }

.cartel-social-icons .social-icon, .logistics-content .intro .logistics-intro-social-icons .social-icon, .wanted-social-icons .social-icon, .post-pablo-content .intro .post-intro-social-icons .social-icon, .post-pablo-content .article-text .postpablo-social-icons .social-icon, .page-footer .footer-social-icons .social-icon, .socialcost-social-icons .social-icon {
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #fff;
  border: 1px solid #0e0e0e;
  transition-duration: .3s; }
.cartel-social-icons .social-icon:hover, .logistics-content .intro .logistics-intro-social-icons .social-icon:hover, .wanted-social-icons .social-icon:hover, .post-pablo-content .intro .post-intro-social-icons .social-icon:hover, .post-pablo-content .article-text .postpablo-social-icons .social-icon:hover, .page-footer .footer-social-icons .social-icon:hover, .socialcost-social-icons .social-icon:hover {
  background-color: #e3000b;
  fill: #fff; }
.cartel-social-icons .social-icon .social, .logistics-content .intro .logistics-intro-social-icons .social-icon .social, .wanted-social-icons .social-icon .social, .post-pablo-content .intro .post-intro-social-icons .social-icon .social, .post-pablo-content .article-text .postpablo-social-icons .social-icon .social, .page-footer .footer-social-icons .social-icon .social, .socialcost-social-icons .social-icon .social {
  display: block;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .cartel-social-icons .social-icon .social, .logistics-content .intro .logistics-intro-social-icons .social-icon .social, .wanted-social-icons .social-icon .social, .post-pablo-content .intro .post-intro-social-icons .social-icon .social, .post-pablo-content .article-text .postpablo-social-icons .social-icon .social, .page-footer .footer-social-icons .social-icon .social, .socialcost-social-icons .social-icon .social {
      width: 30px;
      height: 30px; } }
  @media only screen and (min-width: 768px) {
    .cartel-social-icons .social-icon .social, .logistics-content .intro .logistics-intro-social-icons .social-icon .social, .wanted-social-icons .social-icon .social, .post-pablo-content .intro .post-intro-social-icons .social-icon .social, .post-pablo-content .article-text .postpablo-social-icons .social-icon .social, .page-footer .footer-social-icons .social-icon .social, .socialcost-social-icons .social-icon .social {
      width: 42px;
      height: 42px; } }
.cartel-social-icons .social-icon svg, .logistics-content .intro .logistics-intro-social-icons .social-icon svg, .wanted-social-icons .social-icon svg, .post-pablo-content .intro .post-intro-social-icons .social-icon svg, .post-pablo-content .article-text .postpablo-social-icons .social-icon svg, .page-footer .footer-social-icons .social-icon svg, .socialcost-social-icons .social-icon svg {
  position: absolute;
  top: 10%;
  left: 10%;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 80%; }
.the-cartel-content .intro .cartel-social-icons .social-icon, .cartel-social-icons .the-cartel-content .intro .social-icon, .the-cartel-content .logistics-content .intro .logistics-intro-social-icons .social-icon, .logistics-content .the-cartel-content .intro .logistics-intro-social-icons .social-icon, .the-cartel-content .intro .wanted-social-icons .social-icon, .wanted-social-icons .the-cartel-content .intro .social-icon, .the-cartel-content .post-pablo-content .intro .post-intro-social-icons .social-icon, .post-pablo-content .the-cartel-content .intro .post-intro-social-icons .social-icon, .the-cartel-content .intro .post-pablo-content .article-text .postpablo-social-icons .social-icon, .post-pablo-content .article-text .postpablo-social-icons .the-cartel-content .intro .social-icon, .the-cartel-content .intro .page-footer .footer-social-icons .social-icon, .page-footer .footer-social-icons .the-cartel-content .intro .social-icon, .the-cartel-content .intro .socialcost-social-icons .social-icon, .socialcost-social-icons .the-cartel-content .intro .social-icon {
  margin: 0 10px 0 0; }
  @media only screen and (min-width: 1025px) {
    .the-cartel-content .intro .cartel-social-icons .social-icon, .cartel-social-icons .the-cartel-content .intro .social-icon, .the-cartel-content .logistics-content .intro .logistics-intro-social-icons .social-icon, .logistics-content .the-cartel-content .intro .logistics-intro-social-icons .social-icon, .the-cartel-content .intro .wanted-social-icons .social-icon, .wanted-social-icons .the-cartel-content .intro .social-icon, .the-cartel-content .post-pablo-content .intro .post-intro-social-icons .social-icon, .post-pablo-content .the-cartel-content .intro .post-intro-social-icons .social-icon, .the-cartel-content .intro .post-pablo-content .article-text .postpablo-social-icons .social-icon, .post-pablo-content .article-text .postpablo-social-icons .the-cartel-content .intro .social-icon, .the-cartel-content .intro .page-footer .footer-social-icons .social-icon, .page-footer .footer-social-icons .the-cartel-content .intro .social-icon, .the-cartel-content .intro .socialcost-social-icons .social-icon, .socialcost-social-icons .the-cartel-content .intro .social-icon {
      margin: 0 0 4px 0; } }

/****** OLD GARBAGE: *******/
@media only screen and (min-width: 1025px) {
  html.page-ready:not(.solo-page) .the-cartel-content .intro .title, .the-cartel-content .intro html.page-ready:not(.solo-page) .title, html.page-ready:not(.solo-page) .the-cartel-content .intro .author, .the-cartel-content .intro html.page-ready:not(.solo-page) .author, html.page-ready:not(.solo-page) .the-cartel-content .intro .text, .the-cartel-content .intro html.page-ready:not(.solo-page) .text, html.page-ready:not(.solo-page) .article-text-1 .content-contain, .article-text-1 html.page-ready:not(.solo-page) .content-contain, html.page-ready:not(.solo-page) .the-cartel-content .cut-in, .the-cartel-content html.page-ready:not(.solo-page) .cut-in, html.page-ready:not(.solo-page) .logistics-content .intro .title, .logistics-content .intro html.page-ready:not(.solo-page) .title, html.page-ready:not(.solo-page) .logistics-content .intro .author, .logistics-content .intro html.page-ready:not(.solo-page) .author, html.page-ready:not(.solo-page) .logistics-content .intro .intro-section p, .logistics-content .intro .intro-section html.page-ready:not(.solo-page) p, html.page-ready:not(.solo-page) .wanted-content .intro .title, .wanted-content .intro html.page-ready:not(.solo-page) .title, html.page-ready:not(.solo-page) .wanted-content .intro .author, .wanted-content .intro html.page-ready:not(.solo-page) .author, html.page-ready:not(.solo-page) .wanted-content .intro .text, .wanted-content .intro html.page-ready:not(.solo-page) .text, html.page-ready:not(.solo-page) .wanted-social-icons, html.page-ready:not(.solo-page) .post-pablo-content .intro .year, .post-pablo-content .intro html.page-ready:not(.solo-page) .year, html.page-ready:not(.solo-page) .post-pablo-content .intro .title, .post-pablo-content .intro html.page-ready:not(.solo-page) .title, html.page-ready:not(.solo-page) .post-pablo-content .intro .author, .post-pablo-content .intro html.page-ready:not(.solo-page) .author, html.page-ready:not(.solo-page) .post-pablo-content .intro .post-intro-social-icons, .post-pablo-content .intro html.page-ready:not(.solo-page) .post-intro-social-icons, html.page-ready:not(.solo-page) .page-footer .logo, .page-footer html.page-ready:not(.solo-page) .logo, html.page-ready:not(.solo-page) .page-footer .footer-social-icons .social-icon, .page-footer .footer-social-icons html.page-ready:not(.solo-page) .social-icon, html.page-ready:not(.solo-page) .narcos-now .title, .narcos-now html.page-ready:not(.solo-page) .title, html.page-ready:not(.solo-page) .narcos-now .text, .narcos-now html.page-ready:not(.solo-page) .text, html.page-ready:not(.solo-page) .narcos-now .article-link, .narcos-now html.page-ready:not(.solo-page) .article-link, html.page-ready:not(.solo-page) .quiz-link-title, html.page-ready:not(.solo-page) .quiz-link-subtitle, html.page-ready:not(.solo-page) .quiz-link-copy {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    transition: .5s; } }

@media only screen and (min-width: 1025px) {
  html.page-ready:not(.solo-page) .the-cartel-content .intro.active .title, .the-cartel-content .intro.active html.page-ready:not(.solo-page) .title, html.page-ready:not(.solo-page) .the-cartel-content .intro.active .author, .the-cartel-content .intro.active html.page-ready:not(.solo-page) .author, html.page-ready:not(.solo-page) .the-cartel-content .intro.active .text, .the-cartel-content .intro.active html.page-ready:not(.solo-page) .text, html.page-ready:not(.solo-page) .article-text-1 .content-contain.active, .article-text-1 html.page-ready:not(.solo-page) .content-contain.active, html.page-ready:not(.solo-page) .the-cartel-content .cut-in.active, .the-cartel-content html.page-ready:not(.solo-page) .cut-in.active, html.page-ready:not(.solo-page) .logistics-content .intro.active .title, .logistics-content .intro.active html.page-ready:not(.solo-page) .title, html.page-ready:not(.solo-page) .logistics-content .intro.active .author, .logistics-content .intro.active html.page-ready:not(.solo-page) .author, html.page-ready:not(.solo-page) .logistics-content .intro .active p, .logistics-content .intro .active html.page-ready:not(.solo-page) p, html.page-ready:not(.solo-page) .wanted-content .intro.active .title, .wanted-content .intro.active html.page-ready:not(.solo-page) .title, html.page-ready:not(.solo-page) .wanted-content .intro.active .author, .wanted-content .intro.active html.page-ready:not(.solo-page) .author, html.page-ready:not(.solo-page) .wanted-content .intro.active .text, .wanted-content .intro.active html.page-ready:not(.solo-page) .text, html.page-ready:not(.solo-page) .active .wanted-social-icons, .active html.page-ready:not(.solo-page) .wanted-social-icons, html.page-ready:not(.solo-page) .post-pablo-content .intro.active .year, .post-pablo-content .intro.active html.page-ready:not(.solo-page) .year, html.page-ready:not(.solo-page) .post-pablo-content .intro.active .title, .post-pablo-content .intro.active html.page-ready:not(.solo-page) .title, html.page-ready:not(.solo-page) .post-pablo-content .intro.active .author, .post-pablo-content .intro.active html.page-ready:not(.solo-page) .author, html.page-ready:not(.solo-page) .post-pablo-content .intro.active .post-intro-social-icons, .post-pablo-content .intro.active html.page-ready:not(.solo-page) .post-intro-social-icons, html.page-ready:not(.solo-page) .page-footer .logo.active, .page-footer html.page-ready:not(.solo-page) .logo.active, html.page-ready:not(.solo-page) .page-footer .footer-social-icons.active .social-icon, .page-footer .footer-social-icons.active html.page-ready:not(.solo-page) .social-icon, html.page-ready:not(.solo-page) .narcos-now header.active .title, .narcos-now header.active html.page-ready:not(.solo-page) .title, html.page-ready:not(.solo-page) .narcos-now header.active .text, .narcos-now header.active html.page-ready:not(.solo-page) .text, html.page-ready:not(.solo-page) .narcos-now .article-link.active, .narcos-now html.page-ready:not(.solo-page) .article-link.active, html.page-ready:not(.solo-page) .narcos-now .article-link.active .text, .narcos-now .article-link.active html.page-ready:not(.solo-page) .text, html.page-ready:not(.solo-page) .quiz-link-title.active, html.page-ready:not(.solo-page) .quiz-link-subtitle.active, html.page-ready:not(.solo-page) .quiz-link-copy.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@media only screen and (min-width: 1025px) {
  html.page-ready:not(.solo-page) .article-text-2 .video-cut-in, .article-text-2 html.page-ready:not(.solo-page) .video-cut-in, html.page-ready:not(.solo-page) .cartel-social-icons .social-icon, .cartel-social-icons html.page-ready:not(.solo-page) .social-icon, html.page-ready:not(.solo-page) .logistics-content .article-text .video-player, .logistics-content .article-text html.page-ready:not(.solo-page) .video-player {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    transition: .5s; } }

@media only screen and (min-width: 1025px) {
  html.page-ready:not(.solo-page) .article-text-2 .video-cut-in.active, .article-text-2 html.page-ready:not(.solo-page) .video-cut-in.active, html.page-ready:not(.solo-page) .cartel-social-icons.active .social-icon, .cartel-social-icons.active html.page-ready:not(.solo-page) .social-icon, html.page-ready:not(.solo-page) .logistics-content .article-text .active .video-player, .logistics-content .article-text .active html.page-ready:not(.solo-page) .video-player {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@media only screen and (min-width: 1025px) {
  html.page-ready:not(.solo-page) .article-text-2 .flower-contain .flower-cut-in, .article-text-2 .flower-contain html.page-ready:not(.solo-page) .flower-cut-in, html.page-ready:not(.solo-page) .logistics-content .intro .plane-drawing, .logistics-content .intro html.page-ready:not(.solo-page) .plane-drawing, html.page-ready:not(.solo-page) .logistics-content .article-text .video-cut-in .text, .logistics-content .article-text .video-cut-in html.page-ready:not(.solo-page) .text, html.page-ready:not(.solo-page) .wanted-content .gun-and-quote .quote-ctn, .wanted-content .gun-and-quote html.page-ready:not(.solo-page) .quote-ctn, html.page-ready:not(.solo-page) .wanted-content .article-text .half-quote .right-side .quote, .wanted-content .article-text .half-quote .right-side html.page-ready:not(.solo-page) .quote, html.page-ready:not(.solo-page) .wanted-content .article-text .video-text .video-content, .wanted-content .article-text .video-text html.page-ready:not(.solo-page) .video-content {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    transition: .5s; } }

@media only screen and (min-width: 1025px) {
  html.page-ready:not(.solo-page) .article-text-2 .flower-contain .flower-cut-in.active, .article-text-2 .flower-contain html.page-ready:not(.solo-page) .flower-cut-in.active, html.page-ready:not(.solo-page) .logistics-content .intro .active .plane-drawing, .logistics-content .intro .active html.page-ready:not(.solo-page) .plane-drawing, html.page-ready:not(.solo-page) .logistics-content .article-text .active .text, .logistics-content .article-text .active html.page-ready:not(.solo-page) .text, html.page-ready:not(.solo-page) .wanted-content .gun-and-quote .quote-ctn.active, .wanted-content .gun-and-quote html.page-ready:not(.solo-page) .quote-ctn.active, html.page-ready:not(.solo-page) .active .quote-ctn, .active html.page-ready:not(.solo-page) .quote-ctn, html.page-ready:not(.solo-page) .wanted-content .article-text .half-quote .right-side .quote.active, .wanted-content .article-text .half-quote .right-side html.page-ready:not(.solo-page) .quote.active, html.page-ready:not(.solo-page) .wanted-content .article-text .video-text .video-content.active, .wanted-content .article-text .video-text html.page-ready:not(.solo-page) .video-content.active {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@media only screen and (min-width: 1025px) {
  html.page-ready:not(.solo-page) .quiz-link-guide:before {
    opacity: 0; } }

@media only screen and (min-width: 1025px) {
  html.page-ready:not(.solo-page) .active .quiz-link-guide:before, .active html.page-ready:not(.solo-page) .quiz-link-guide:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 0.3s ease-out;
    transition-delay: 0.4s;
    opacity: 1; } }

@media only screen and (min-width: 1025px) {
  html.page-ready:not(.solo-page) .quiz-link-guide:after {
    height: 0;
    opacity: 0; } }

@media only screen and (min-width: 1025px) {
  html.page-ready:not(.solo-page) .active .quiz-link-guide:after, .active html.page-ready:not(.solo-page) .quiz-link-guide:after {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 0.4s ease-out;
    transition-delay: 0.7s;
    height: 100%;
    opacity: 1; } }

@media only screen and (min-width: 1025px) {
  html.page-ready:not(.solo-page) .quiz-link-btn-ctn {
    opacity: 0; } }

@media only screen and (min-width: 1025px) {
  html.page-ready:not(.solo-page) .active .quiz-link-btn-ctn, .active html.page-ready:not(.solo-page) .quiz-link-btn-ctn {
    transition: all 0.7s ease-out;
    transition-delay: 1.1s;
    opacity: 1; } }

.persistent-header, .solo-persistent-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: #0e0e0e;
  opacity: 0;
  transition: .3s; }
  @media only screen and (min-width: 768px) {
    .persistent-header, .solo-persistent-header {
      height: 66px; } }
.page-ready .persistent-header, .page-ready .solo-persistent-header {
  opacity: 1; }
.persistent-header .row, .solo-persistent-header .row {
  font-size: 0; }
.persistent-header .narcos-logo, .solo-persistent-header .narcos-logo {
  position: absolute;
  left: 30px;
  display: block;
  width: 170px;
  padding: 20px 0; }
  @media only screen and (max-width: 767px) {
    .persistent-header .narcos-logo, .solo-persistent-header .narcos-logo {
      top: 0;
      left: 0;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      position: relative;
      width: 100%;
      height: 60px;
      padding: 20px 0;
      left: 0; } }
.persistent-header .narcos-logo .logo, .solo-persistent-header .narcos-logo .logo {
  position: relative;
  height: 24px;
  text-align: center; }
.persistent-header .narcos-logo .logo-link, .solo-persistent-header .narcos-logo .logo-link {
  padding-left: 40px; }
  @media only screen and (max-width: 767px) {
    .persistent-header .narcos-logo .logo-link, .solo-persistent-header .narcos-logo .logo-link {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      position: relative;
      width: 160px;
      padding-left: 0; } }
.persistent-header .narcos-logo svg, .solo-persistent-header .narcos-logo svg {
  fill: #fff;
  transition: .3s;
  position: relative;
  height: 100%;
  left: 10px; }
  @media only screen and (max-width: 767px) {
    .persistent-header .narcos-logo svg, .solo-persistent-header .narcos-logo svg {
      left: 0; } }
  @media only screen and (min-width: 768px) {
    .persistent-header .narcos-logo svg, .solo-persistent-header .narcos-logo svg {
      left: 40px; } }
.persistent-header .sponsored-content-copy, .solo-persistent-header .sponsored-content-copy {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 5px;
  line-height: 1em;
  letter-spacing: .14em;
  text-align: right;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.lang-es .persistent-header .sponsored-content-copy, .lang-es .solo-persistent-header .sponsored-content-copy {
  letter-spacing: .1em; }
.persistent-header .narcos-logo-ctn, .solo-persistent-header .narcos-logo-ctn {
  position: relative;
  top: 13px;
  display: inline-block;
  height: auto;
  width: 220px;
  vertical-align: baseline; }
.persistent-header .narcos-logo-ctn .logo, .solo-persistent-header .narcos-logo-ctn .logo {
  position: relative;
  display: block;
  height: 15px;
  width: 100%;
  max-width: 127px;
  margin: 0 2px 0 auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: .25s ease-out;
  opacity: 1; }
.no-touchevents .persistent-header .narcos-logo-ctn .logo:hover, .no-touchevents .solo-persistent-header .narcos-logo-ctn .logo:hover {
  opacity: 0.6; }
.persistent-header .netflix-logo-svg, .solo-persistent-header .netflix-logo-svg {
  display: inline-block;
  width: 55px;
  height: 16px;
  fill: #e3000b;
  position: relative; }
  .persistent-header .netflix-logo-svg svg, .solo-persistent-header .netflix-logo-svg svg {
    position: absolute;
    top: 0;
    left: 0; }
.persistent-header .narcos-logo-svg, .solo-persistent-header .narcos-logo-svg {
  display: inline-block;
  width: 53px;
  height: 16px;
  margin-left: 18px;
  fill: #fff;
  vertical-align: top;
  position: relative; }
  .persistent-header .narcos-logo-svg svg, .solo-persistent-header .narcos-logo-svg svg {
    position: absolute;
    top: 0;
    left: 0; }
.persistent-header .seperator, .solo-persistent-header .seperator {
  display: inline-block;
  position: relative;
  height: 15px;
  width: 0;
  margin: 0 15px; }
.persistent-header .seperator::before, .solo-persistent-header .seperator::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  height: 160%;
  width: 1px;
  background: #535353;
  transition: .3s; }
.persistent-header .wsj-logo, .solo-persistent-header .wsj-logo {
  display: inline-block;
  height: 15px;
  width: 68px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: baseline;
  text-decoration: none;
  transition: .25s ease-out;
  opacity: 1; }
.persistent-header .wsj-logo svg, .solo-persistent-header .wsj-logo svg {
  fill: #fff; }
.persistent-header .language-ctn, .solo-persistent-header .language-ctn {
  display: none; }
  @media only screen and (min-width: 1025px) {
    .persistent-header .language-ctn, .solo-persistent-header .language-ctn {
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      right: 30px;
      display: block;
      margin-left: 25px;
      vertical-align: middle; } }
.persistent-header .language-ctn span, .solo-persistent-header .language-ctn span {
  line-height: 1em;
  text-indent: .16em;
  position: absolute; }

.persistent-header .menu, .solo-persistent-header .menu {
  position: absolute;
  z-index: 2;
  display: block;
  width: 30px;
  height: 66px; }
  @media only screen and (max-width: 767px) {
    .persistent-header .menu, .solo-persistent-header .menu {
      height: 20px;
      left: 10px; } }
.persistent-header .menu .action, .solo-persistent-header .menu .action {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0; }
.persistent-header .menu div:nth-child(1), .solo-persistent-header .menu div:nth-child(1), .persistent-header .menu div:nth-child(2)::before, .solo-persistent-header .menu div:nth-child(2)::before, .persistent-header .menu div:nth-child(2)::after, .solo-persistent-header .menu div:nth-child(2)::after, .persistent-header .menu div:nth-child(3), .solo-persistent-header .menu div:nth-child(3) {
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  width: 100%;
  background: #e3000b; }
.persistent-header .menu div:nth-child(1), .solo-persistent-header .menu div:nth-child(1) {
  top: 2px;
  transition: .3s ease;
  -webkit-transform-origin: center;
  transform-origin: center; }
.persistent-header .menu div:nth-child(2), .solo-persistent-header .menu div:nth-child(2) {
  position: absolute;
  top: 11px;
  height: 2px;
  width: 100%; }
.persistent-header .menu div:nth-child(2)::before, .solo-persistent-header .menu div:nth-child(2)::before {
  content: "";
  transition: .3s ease; }
.persistent-header .menu div:nth-child(2)::after, .solo-persistent-header .menu div:nth-child(2)::after {
  content: "";
  transition: .3s ease; }
.persistent-header .menu div:nth-child(3), .solo-persistent-header .menu div:nth-child(3) {
  top: 20px;
  transition: .3s ease;
  -webkit-transform-origin: center;
  transform-origin: center; }

.persistent-header .mobile-bottom, .solo-persistent-header .mobile-bottom {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #fff;
  border-width: 1px 0; }
  @media only screen and (min-width: 768px) {
    .persistent-header .mobile-bottom, .solo-persistent-header .mobile-bottom {
      display: none; } }
.persistent-header .mobile-bottom .title, .solo-persistent-header .mobile-bottom .title, .persistent-header .mobile-bottom .netflix, .solo-persistent-header .mobile-bottom .netflix, .persistent-header .mobile-bottom .narcos, .solo-persistent-header .mobile-bottom .narcos, .persistent-header .mobile-bottom .meta, .solo-persistent-header .mobile-bottom .meta, .persistent-header .mobile-bottom .WSJ, .solo-persistent-header .mobile-bottom .WSJ {
  display: inline-block;
  vertical-align: middle; }
.persistent-header .mobile-bottom .contain, .solo-persistent-header .mobile-bottom .contain {
  position: relative;
  text-align: center;
  margin-top: -3px;
  padding: 5px 0;
  height: 30px; }
.persistent-header .mobile-bottom .title, .solo-persistent-header .mobile-bottom .title {
  margin-right: 20px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #585858;
  margin-top: 3px;
  width: 45%; }
.persistent-header .mobile-bottom a, .solo-persistent-header .mobile-bottom a {
  text-decoration: none;
  color: inherit; }
.persistent-header .mobile-bottom .netflix, .solo-persistent-header .mobile-bottom .netflix {
  position: relative;
  width: 40px;
  fill: #e3000b;
  height: 30px; }
  .persistent-header .mobile-bottom .netflix svg, .solo-persistent-header .mobile-bottom .netflix svg {
    position: absolute;
    top: 11px;
    left: 0;
    height: 11px; }
.persistent-header .mobile-bottom .narcos, .solo-persistent-header .mobile-bottom .narcos {
  width: 40px;
  fill: #fff;
  position: relative;
  height: 30px; }
  .persistent-header .mobile-bottom .narcos svg, .solo-persistent-header .mobile-bottom .narcos svg {
    position: absolute;
    top: 11px;
    left: 0;
    height: 11px; }
.persistent-header .mobile-bottom .meta, .solo-persistent-header .mobile-bottom .meta {
  position: relative;
  top: 2px;
  height: 20px;
  width: 1px;
  background: #373737; }
.persistent-header .mobile-bottom .WSJ, .solo-persistent-header .mobile-bottom .WSJ {
  width: 47px;
  fill: #fff;
  position: relative;
  height: 30px; }
  .persistent-header .mobile-bottom .WSJ svg, .solo-persistent-header .mobile-bottom .WSJ svg {
    position: absolute;
    top: 11px;
    left: 0;
    height: 11px;
    width: 46px; }

.solo-persistent-header .narcos-logo {
  width: auto;
  padding: 11px 0; }
.solo-persistent-header .wrapper {
  display: inline-block;
  width: auto;
  padding: 14px 20px;
  border: 1px solid #e3000b; }
  @media only screen and (max-width: 767px) {
    .solo-persistent-header .wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  @media only screen and (min-width: 1025px) {
    .solo-persistent-header .wrapper {
      transition: 0.3s ease-out; }
    .solo-persistent-header .wrapper:hover {
      background: #e3000b; }
      .solo-persistent-header .wrapper:hover svg {
        fill: #fff; } }
.solo-persistent-header .arrow {
  display: inline-block;
  vertical-align: middle;
  height: 6px;
  width: 32px;
  fill: #e3000b; }
.solo-persistent-header .arrow svg {
  fill: #e3000b;
  left: 0;
  height: 6px;
  width: 32px;
  transition: 0.3s ease-out; }
.solo-persistent-header .wrapper .logo {
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  width: 97px;
  margin-left: 10px; }
.solo-persistent-header .logo svg {
  left: 0;
  height: 14px;
  width: 97px; }

@media only screen and (max-width: 767px) {
  .logo-language-ctn {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
@media only screen and (min-width: 768px) {
  .logo-language-ctn {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle; } }
@media only screen and (min-width: 1025px) {
  .logo-language-ctn {
    display: none; } }
.logo-language-ctn .button {
  padding: 4px 0 4px 2px; }
  @media only screen and (min-width: 768px) {
    .logo-language-ctn .button {
      padding: 6px 0; } }
.logo-language-ctn .title {
  display: none; }
.logo-language-ctn .button-group .button:nth-child(1) {
  display: block !important; }
.logo-language-ctn .button-group .button.active {
  display: none !important; }

.persistent-header .sponsor-logos, .solo-persistent-header .sponsor-logos {
  display: none; }
  @media only screen and (min-width: 768px) {
    .persistent-header .sponsor-logos, .solo-persistent-header .sponsor-logos {
      position: absolute;
      top: -2px;
      right: 20px;
      display: block; } }
  @media only screen and (min-width: 1025px) {
    .persistent-header .sponsor-logos, .solo-persistent-header .sponsor-logos {
      right: 50%;
      -webkit-transform: translateX(40%);
      transform: translateX(40%);
      position: absolute;
      display: block; } }

.page-footer .sponsors {
  padding-bottom: 20px;
  padding-right: 31px; }
  @media only screen and (min-width: 768px) {
    .page-footer .sponsors {
      padding-right: 45px; } }

.sponsored-content-title {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: 1px;
  margin-bottom: 5px;
  line-height: 1.2em;
  letter-spacing: .1em;
  text-align: right;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .page-footer .sponsored-content-title {
    font-size: 7px; }
  .sponsored-content-title a {
    color: inherit; }
  .sponsored-content-title span {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 65px;
    padding-left: 2px;
    overflow: hidden;
    text-align: left; }
    .lang-es .sponsored-content-title span {
      width: 71px; }
    .sponsored-content-title span a {
      display: inline-block;
      text-decoration: underline;
      position: absolute;
      right: 0; }

.sponsored-content-copy {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 5px;
  line-height: 1em;
  letter-spacing: .14em;
  text-align: right;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .page-footer .sponsored-content-copy {
    font-size: 8px; }
    @media only screen and (min-width: 768px) {
      .page-footer .sponsored-content-copy {
        font-size: 10px; } }

.narcos-sponsor-logo-ctn {
  position: relative;
  top: 13px;
  display: inline-block;
  height: auto;
  vertical-align: baseline; }
  .persistent-header .narcos-sponsor-logo-ctn, .solo-persistent-header .narcos-sponsor-logo-ctn {
    width: 220px; }
  .lang-es .persistent-header .narcos-sponsor-logo-ctn, .lang-es .solo-persistent-header .narcos-sponsor-logo-ctn {
    width: 246px; }
  .page-footer .narcos-sponsor-logo-ctn {
    width: 165px; }
    @media only screen and (min-width: 768px) {
      .page-footer .narcos-sponsor-logo-ctn {
        width: 220px; } }

.narcos-sponsor-logo-ctn .sponsor-logo-link {
  position: relative;
  display: block;
  height: 15px;
  width: 100%;
  margin: 0 2px 0 auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: .25s ease-out;
  opacity: 1;
  text-decoration: none; }
  .no-touchevents .narcos-sponsor-logo-ctn .sponsor-logo-link:hover {
    opacity: 0.6; }
  .persistent-header .narcos-sponsor-logo-ctn .sponsor-logo-link, .solo-persistent-header .narcos-sponsor-logo-ctn .sponsor-logo-link {
    width: 126px; }
  .page-footer .narcos-sponsor-logo-ctn .sponsor-logo-link {
    max-width: 131px; }

.netflix-sponsor-logo-svg {
  display: inline-block;
  width: 55px;
  height: 16px;
  fill: #e3000b;
  position: relative; }
  .netflix-sponsor-logo-svg svg {
    position: absolute;
    top: 0;
    left: 0; }

.narcos-sponsor-logo-svg {
  display: inline-block;
  width: 53px;
  height: 16px;
  margin-left: 18px;
  fill: #fff;
  vertical-align: top;
  position: relative; }
  .narcos-sponsor-logo-svg svg {
    position: absolute;
    top: 0;
    left: 0; }

.seperator {
  display: inline-block;
  position: relative;
  height: 15px;
  width: 0;
  margin: 0 15px; }

.seperator::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  height: 160%;
  width: 1px;
  background: #535353;
  transition: .3s; }

.wsj-sponsor-logo {
  display: inline-block;
  height: 15px;
  width: 68px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: baseline;
  text-decoration: none;
  transition: .25s ease-out;
  opacity: 1; }

.wsj-sponsor-logo svg {
  fill: #fff; }

.whats-this-tooltip {
  display: none;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all .2s;
  padding: 30px;
  background-color: black;
  border: 1px solid white;
  width: 400px;
  position: absolute;
  top: 30px;
  width: 450px;
  z-index: 99;
  left: -25px; }
  @media only screen and (min-width: 768px) and (max-width:1024px) {
    .whats-this-tooltip {
      left: -125px; } }
  .whats-this-tooltip h4 {
    font-size: 12px !important;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .whats-this-tooltip p {
    font-size: 12px;
    color: white;
    font-family: "Cambria W01", serif;
    line-height: 1.8em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .whats-this-tooltip::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: black;
    border-top: 1px solid white;
    border-right: 1px solid white;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: -11px;
    right: 50%; }
  .whats-this-tooltip .whats-this-close {
    color: rgba(255, 255, 255, 0.4);
    position: absolute;
    font-size: 14px !important;
    height: 14px;
    width: 14px;
    top: 30px;
    right: 30px;
    cursor: pointer; }
    .whats-this-tooltip .whats-this-close svg {
      position: absolute;
      top: 0;
      left: 0;
      fill: rgba(255, 255, 255, 0.4);
      width: 14px;
      height: 14px;
      stroke: rgba(255, 255, 255, 0.4);
      stroke-width: 30; }

.article-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  background: #fff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: .3s ease;
  counter-reset: navigation;
  overflow: auto; }
  @media only screen and (min-width: 768px) {
    .article-navigation {
      padding-top: 78px; } }
  @media only screen and (min-width: 1025px) {
    .article-navigation {
      width: 400px;
      padding-top: 106px; } }
.article-navigation .section-title {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 30px 30px 0;
  border-bottom: 1px solid #E6E6E6;
  margin: 0;
  color: #A9A9A9; }

.article-navigation .links {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }
.article-navigation .links li {
  counter-increment: navigation; }
.article-navigation .links .container {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px;
  border-bottom: solid 1px #E6E6E6;
  text-decoration: none; }
.article-navigation .links .container::before {
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: normal;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: counter(navigation);
  position: absolute;
  top: 50%;
  font-size: 40px;
  color: #E6E6E6;
  transition: .3s ease; }
.article-navigation .links .content {
  padding-left: 40px; }
.article-navigation .links .title {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  margin: 0;
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #A9A9A9;
  transition: .3s ease; }
.article-navigation .links button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 0;
  display: block; }
.no-touchevents .article-navigation .links .container:hover .title {
  color: #e3000b; }
.no-touchevents .article-navigation .links .container:hover::before {
  color: #FAD4D5; }

.navigation-cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 8;
  background-color: #0e0e0e;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  transition: opacity .3s ease; }
  @media only screen and (min-width: 1025px) {
    .navigation-cover {
      display: block; } }
.navigation-cover button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0; }

.page-hero {
  position: relative;
  z-index: 9;
  display: block;
  background: #000;
  padding-bottom: 40px; }
.page-hero img {
  display: block;
  width: 100%;
  border: none; }
.page-ready .page-hero {
  z-index: 8; }
.page-hero .language-ctn {
  position: absolute;
  z-index: 9;
  top: 20px;
  right: 20px;
  display: inline-block;
  margin-left: 25px;
  vertical-align: middle;
  opacity: 0;
  transition: .3s; }
  @media only screen and (min-width: 1025px) {
    .page-hero .language-ctn {
      display: none; } }
.page-ready .page-hero .language-ctn {
  opacity: 1; }
.page-hero .language-ctn .title, .page-hero .language-ctn .button.active {
  display: none; }
.page-hero .language-ctn span {
  text-indent: 0em;
  line-height: 2em; }
  @media only screen and (min-width: 768px) {
    .page-hero .language-ctn span {
      position: absolute; } }

.page-hero .scroll-holder span, .page-hero .scroll-holder svg {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: .6s ease; }

.page-ready .page-hero .scroll-holder:hover span {
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.page-hero .cocainenomics-hero-img {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .page-hero .cocainenomics-hero-img {
      max-width: 500px; } }
  @media only screen and (min-width: 768px) {
    .page-hero .cocainenomics-hero-img {
      max-width: 960px; } }
  .page-hero .cocainenomics-hero-img img {
    position: absolute;
    top: 20%;
    width: 100%;
    height: auto; }

.page-hero .scroll-holder {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 2;
  bottom: 30px;
  color: #fff;
  opacity: 0;
  transition: .3s;
  pointer-events: none; }
.page-hero .scroll-holder button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  opacity: 0;
  outline: 0; }
.page-hero .scroll-holder span {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  display: block;
  margin-bottom: 15px;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-align: center; }
.page-hero .scroll-holder svg {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  display: block;
  height: 32px;
  width: 6px;
  fill: #fff; }
.page-ready .page-hero .scroll-holder:hover svg {
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px); }

.web-gl-animation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  border: 0; }

.persistent-navigation {
  position: absolute;
  z-index: 5;
  display: none; }
  @media only screen and (min-width: 1025px) {
    .persistent-navigation {
      width: 100%;
      height: 36px; }
      .page-ready .persistent-navigation {
        display: block; } }
.persistent-navigation.append {
  position: fixed;
  top: 66px; }

.persistent-navigation .links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  background: #fff;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6; }
.persistent-navigation .links li {
  position: relative;
  display: inline-block;
  width: 16.66667%;
  padding: 2px 0;
  text-align: center;
  transition: .3s; }
.persistent-navigation .links .title {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #A5A5A5;
  transition: .3s; }
.lang-es .persistent-navigation .links .title {
  font-size: 9px;
  letter-spacing: .11em; }
.persistent-navigation .links .meter {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: #e3000b;
  -webkit-transform: scale(.5, 1);
  transform: scale(.5, 1);
  -webkit-transform-origin: left;
  transform-origin: left; }
.persistent-navigation .links button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 0; }
.persistent-navigation .links .active, .persistent-navigation .links li:hover {
  background: rgba(227, 0, 11, 0.08); }
.persistent-navigation .links .active .title, .persistent-navigation .links li:hover .title {
  color: #e3000b; }
.persistent-navigation .links li:not(:last-child) {
  border-right: 1px solid #E6E6E6; }

.the-cartel-content {
  overflow: hidden; }

.the-cartel-content .section-1 {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 1025px) {
    .the-cartel-content .section-1 {
      padding: 36px 0 0; } }

.the-cartel-content .section-1-top {
  position: relative;
  background-image: url(https://s3.amazonaws.com/wsjcsbucket/hubs/netflix_78528/31416/assets/cartel-article-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }
  .the-cartel-content .section-1-top:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.9; }

.the-cartel-content .intro {
  @-webkit-keyframes fadeInRedGuide {
    100% {
      opacity: 1; }

    0% {
      opacity: 0; } }
  @keyframes fadeInRedGuide {
    100% {
      opacity: 1; }

    0% {
      opacity: 0; } }
 }
  .the-cartel-content .intro {
    position: relative;
    max-width: 640px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .the-cartel-content .intro {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 20px 20px; } }
    @media only screen and (min-width: 768px) {
      .the-cartel-content .intro {
        width: 83.33333%;
        max-width: 760px;
        padding: 0 20px 0; } }
    @media only screen and (min-width: 1025px) {
      .the-cartel-content .intro {
        display: block;
        max-width: 915px;
        left: 20px;
        padding: 0 20px 40px; } }
  .the-cartel-content .intro .red-guide {
    position: relative; }
    .the-cartel-content .intro .red-guide:before {
      opacity: 1;
      top: -2.5em;
      left: 50%;
      height: 2.65em; }
      @media only screen and (min-width: 1025px) {
        .the-cartel-content .intro .red-guide:before {
          height: 0;
          opacity: 0;
          transition: height 0.9s, opacity 0.3s; } }
    .the-cartel-content .intro .red-guide:after {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 0.1em;
      width: 8px;
      height: 8px;
      opacity: 1; }
      @media only screen and (min-width: 768px) {
        .the-cartel-content .intro .red-guide:after {
          top: 0.1em;
          width: 11px;
          height: 11px; } }
      @media only screen and (min-width: 1025px) {
        .the-cartel-content .intro .red-guide:after {
          opacity: 0;
          width: 16px;
          height: 16px;
          transition: opacity 0.3s;
          transition-delay: 0.8s; } }
      @media only screen and (min-width: 1400px) {
        .the-cartel-content .intro .red-guide:after {
          width: 19px;
          height: 19px; } }
  @media only screen and (min-width: 1025px) {
    html.page-ready.solo-page .the-cartel-content .intro .red-guide:before, .the-cartel-content .intro.active .red-guide:before {
      height: 2.65em;
      opacity: 1; } }
  @media only screen and (min-width: 1025px) {
    html.page-ready.solo-page .the-cartel-content .intro .red-guide:after, .the-cartel-content .intro.active .red-guide:after {
      top: 0.1em;
      opacity: 1; } }
  @media only screen and (min-width: 1400px) {
    html.page-ready.solo-page .the-cartel-content .intro .red-guide:after, .the-cartel-content .intro.active .red-guide:after {
      top: 0.15em; } }
  .the-cartel-content .intro .title {
    width: 100%;
    margin: 10px 0 0;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .the-cartel-content .intro .title {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        font-size: 48px;
        line-height: 50px;
        padding: 50px 0 0; } }
    @media only screen and (min-width: 768px) {
      .the-cartel-content .intro .title {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        font-size: 60px;
        line-height: 62px;
        padding: 70px 0 0; } }
    @media only screen and (min-width: 1025px) {
      .the-cartel-content .intro .title {
        display: inline-block;
        width: auto;
        font-size: 84px;
        line-height: 1em;
        margin: 40px 20px 0 0;
        padding: 100px 0 0; } }
    @media only screen and (min-width: 1400px) {
      .the-cartel-content .intro .title {
        font-size: 135px;
        margin: 40px 0 0; } }
  .the-cartel-content .intro .author {
    line-height: 1em;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
    @media only screen and (min-width: 768px) {
      .the-cartel-content .intro .author {
        margin: 0 0 20px; } }
    @media only screen and (min-width: 1025px) {
      .the-cartel-content .intro .author {
        display: inline-block;
        width: auto;
        margin: 0 0 20px; } }
  .the-cartel-content .intro .text {
    width: 100%;
    line-height: 1.3em; }
    @media only screen and (max-width: 767px) {
      .the-cartel-content .intro .text {
        margin: 14px 0;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
    @media only screen and (min-width: 768px) {
      .the-cartel-content .intro .text {
        font-size: 28px;
        margin: 10px 0 0;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
    @media only screen and (min-width: 1025px) {
      .the-cartel-content .intro .text {
        line-height: 1.1em;
        margin: 20px 0 0; } }
  .the-cartel-content .intro.active .text {
    transition-delay: .3s; }

.article-text-1, .article-text-2 {
  margin: 0 auto 50px; }
  @media only screen and (min-width: 768px) {
    .article-text-1, .article-text-2 {
      margin: 0 auto 70px; } }
  @media only screen and (min-width: 1025px) {
    .article-text-1, .article-text-2 {
      margin: 0 auto 100px; } }
.article-text-1 p, .article-text-2 p {
  margin: 0 auto;
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 768px) {
    .article-text-1 p, .article-text-2 p {
      text-align: justify; } }
  @media only screen and (min-width: 1025px) {
    .article-text-1 p, .article-text-2 p {
      z-index: 9; } }
.article-text-1 p:not(:last-child), .article-text-2 p:not(:last-child) {
  margin: 0 0 20px; }
.article-text-1 .paragraph-contain p, .article-text-2 .paragraph-contain p {
  margin: 20px 0; }
.article-text-1 .paragraph-contain p:last-child, .article-text-2 .paragraph-contain p:last-child {
  margin-bottom: 0; }

.article-text-1 {
  position: relative;
  display: block;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px 50px; }
  @media only screen and (min-width: 768px) {
    .article-text-1 {
      width: 83.33333%;
      max-width: 760px; } }
.article-text-1 .content-contain {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .article-text-1 .content-contain {
      padding: 60px;
      margin: 90px auto 0;
      background: #fff; } }
  @media only screen and (min-width: 1025px) {
    .article-text-1 .content-contain {
      padding: 60px 60px 90px;
      margin: 0 auto; } }
.article-text-1 p {
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 768px) {
    .article-text-1 p {
      text-align: justify; } }
  @media only screen and (min-width: 1025px) {
    .article-text-1 p {
      z-index: 9; } }
.article-text-1 p:not(:last-child) {
  margin: 20px 0; }

.the-cartel-content .cut-in {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  margin: 30px 0; }
.the-cartel-content .cut-in .video {
  display: block;
  width: 100%;
  margin-bottom: 30px; }
.the-cartel-content .cut-in .quote {
  padding-left: 30px;
  border-left: 6px solid #0e0e0e; }

.article-text-2 {
  position: relative;
  background: #fff; }
.article-text-2 .red-guide {
  display: none; }
  @media only screen and (min-width: 1025px) {
    .article-text-2 .red-guide {
      position: absolute;
      left: 50%;
      display: block;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1;
      margin-left: 0.6%; } }
  @media only screen and (min-width: 768px) {
    .article-text-2 .red-guide:before {
      height: 0;
      opacity: 0;
      transition: height 0.5s, opacity 0.3s; } }
  @media only screen and (min-width: 768px) {
    .article-text-2 .red-guide:after {
      top: 0;
      opacity: 0;
      transition: top 0.5s, opacity 0.3s; } }
  @media only screen and (min-width: 768px) {
    html.page-ready.solo-page .article-text-2 .red-guide:before, .article-text-2 .red-guide.active:before {
      height: 60px;
      opacity: 1; } }
  @media only screen and (min-width: 768px) {
    html.page-ready.solo-page .article-text-2 .red-guide:after, .article-text-2 .red-guide.active:after {
      top: 60px;
      opacity: 1; } }

.red-video-guide-ctn {
  display: none; }
  @media only screen and (min-width: 768px) {
    .red-video-guide-ctn {
      position: absolute;
      top: 0;
      display: block;
      height: 100%;
      width: 50%;
      margin: 0;
      padding: 0 5%; } }
  @media only screen and (min-width: 1025px) {
    .red-video-guide-ctn {
      width: 41.66667%;
      max-width: 100%;
      padding: 0;
      margin-left: 8.33333%; } }
  .red-video-guide-ctn .red-video-guide {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 600px;
    margin: 0 0 0 auto; }
    @media only screen and (min-width: 768px) {
      .red-video-guide-ctn .red-video-guide .red-video-guide-helper, .red-video-guide-ctn .red-video-guide:before, .red-video-guide-ctn .red-video-guide:after {
        content: "";
        position: absolute;
        z-index: 3;
        display: block;
        left: 10%;
        background: #e3000b; }
      .red-video-guide-ctn .red-video-guide .red-video-guide-helper {
        top: 0;
        left: 10%;
        width: 1px;
        height: 8px; }
      .red-video-guide-ctn .red-video-guide:before {
        top: 8px;
        width: 1px;
        height: 100%; }
      .red-video-guide-ctn .red-video-guide:after {
        top: 100%;
        width: 11px;
        height: 11px;
        margin-top: 3px;
        margin-left: -5px;
        border-radius: 100%; } }
    @media only screen and (min-width: 1025px) {
      .red-video-guide-ctn .red-video-guide .red-video-guide-helper {
        height: 8px;
        opacity: 0;
        top: -8px;
        transition: top 0.5s, opacity 0.3s; }
      .red-video-guide-ctn .red-video-guide:before {
        height: 0;
        opacity: 0;
        top: 0;
        transition: top 0.5s, height 0.5s, opacity 0.3s; }
      .red-video-guide-ctn .red-video-guide:after {
        top: 0;
        opacity: 0;
        transition: top 0.5s, opacity 0.3s; } }
  @media only screen and (min-width: 1025px) {
    html.page-ready.solo-page .red-video-guide-ctn .red-video-guide .red-video-guide-helper, .red-video-guide-ctn.active .red-video-guide .red-video-guide-helper {
      height: 8px;
      opacity: 1;
      top: 0; }
    html.page-ready.solo-page .red-video-guide-ctn .red-video-guide:before, .red-video-guide-ctn.active .red-video-guide:before {
      height: 100%;
      opacity: 1;
      top: 8px; }
    html.page-ready.solo-page .red-video-guide-ctn .red-video-guide:after, .red-video-guide-ctn.active .red-video-guide:after {
      top: 100%;
      opacity: 1; } }

.article-text-2 .flower-contain {
  position: relative;
  z-index: 2;
  padding: 50px 20px 0; }
  @media only screen and (min-width: 768px) and (max-width:1024px) {
    .article-text-2 .flower-contain {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 40px 0 180px;
      padding: 40px 0 20px; } }
  @media only screen and (min-width: 1025px) {
    .article-text-2 .flower-contain {
      padding: 110px 0 30px; } }
.article-text-2 .flower-contain .flower-cut-in {
  display: block;
  float: right;
  width: 40%;
  height: 0;
  padding-bottom: 50%;
  margin: 25px -8% 15px 10px;
  background-image: url(https://s3.amazonaws.com/wsjcsbucket/hubs/netflix_78528/31416/assets/article/plant.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right; }
  @media only screen and (min-width: 768px) and (max-width:1024px) {
    .article-text-2 .flower-contain .flower-cut-in {
      position: absolute;
      bottom: 0;
      right: -32px;
      float: none;
      height: 350px;
      width: 290px;
      padding: 0;
      margin: 0 0 80px 20px;
      margin: 0 0 21px 20px;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3; } }
  @media only screen and (min-width: 850px) and (max-width:1024px) {
    .article-text-2 .flower-contain .flower-cut-in {
      height: 300px;
      width: 250px; } }
  @media only screen and (min-width: 1025px) {
    .article-text-2 .flower-contain .flower-cut-in {
      position: absolute;
      bottom: -100px;
      right: -50px;
      -webkit-transform: translateY(20%);
      transform: translateY(20%);
      height: 400px;
      width: 320px;
      padding: 0;
      margin: 0 0 20px 20px; } }
  @media only screen and (min-width: 1200px) {
    .article-text-2 .flower-contain .flower-cut-in {
      width: 27%;
      height: 450px; } }
.article-text-2 .flower-contain p {
  max-width: 600px;
  margin: 20px auto 0; }
  @media only screen and (min-width: 768px) and (max-width:1024px) {
    .article-text-2 .flower-contain p {
      width: 66.66667%; } }
  @media only screen and (min-width: 1025px) {
    .article-text-2 .flower-contain p {
      width: 50%; } }
  @media only screen and (min-width: 1200px) {
    .article-text-2 .flower-contain p {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; } }
@media only screen and (min-width: 768px) and (max-width:1024px) {
  .article-text-2 .flower-contain p:first-child {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
@media only screen and (min-width: 768px) and (max-width:1024px) {
  .article-text-2 .flower-contain p:nth-last-of-type(2), .article-text-2 .flower-contain p:nth-last-of-type(1) {
    padding-right: 20%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }
@media only screen and (min-width: 850px) and (max-width:1024px) {
  .article-text-2 .flower-contain p:nth-last-of-type(2), .article-text-2 .flower-contain p:nth-last-of-type(1) {
    padding-right: 10%; } }

.article-text-2 .video-cut-in {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 30px auto;
  padding: 0 20px; }
  @media only screen and (min-width: 768px) {
    .article-text-2 .video-cut-in {
      width: 50%;
      margin: 0;
      padding: 8px 5% 0;
      float: left;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 1025px) {
    .article-text-2 .video-cut-in {
      width: 41.66667%;
      max-width: 100%;
      padding: 0;
      margin-left: 8.33333%;
      margin-right: 0;
      margin-top: 9px; } }
.article-text-2 .video-cut-in .video-player {
  display: block;
  width: 100%;
  position: relative; }
.article-text-2 .video-cut-in .video {
  width: 100%;
  max-width: 600px;
  margin: 0 0 0 auto; }
@media only screen and (max-width: 767px) {
  .article-text-2 .video-cut-in .text {
    padding: 0;
    max-width: 600px;
    margin: 20px 0 0 auto; } }
@media only screen and (min-width: 1025px) {
  .article-text-2 .video-cut-in .text {
    max-width: 600px;
    margin: 20px 0 0 auto; } }
.article-text-2 .video-cut-in .title {
  text-transform: uppercase;
  letter-spacing: .2em;
  margin: 0; }
.article-text-2 .video-cut-in .content {
  line-height: 1.5em; }
.article-text-2 .video-cut-in + p {
  max-width: 640px;
  margin: 20px auto;
  padding-left: 20px; }
  @media only screen and (min-width: 1025px) {
    .article-text-2 .video-cut-in + p {
      width: 33.33333%;
      margin-right: 16.66667%;
      margin-bottom: 20px;
      padding: 0 87px;
      float: right; } }
.article-text-2 .video-cut-in ~ p {
  max-width: 640px;
  margin: 20px auto;
  padding: 0 20px; }
  @media only screen and (min-width: 768px) {
    .article-text-2 .video-cut-in ~ p {
      float: left;
      width: 50%;
      margin: 0 0 20px;
      padding: 0 40px 0 20px; } }
  @media only screen and (min-width: 1025px) {
    .article-text-2 .video-cut-in ~ p {
      max-width: 510px;
      padding: 0 90px 0 90px; } }
@media only screen and (min-width: 768px) {
  .article-text-2 .video-cut-in ~ p.full-width {
    clear: both;
    display: block;
    float: none;
    width: 66.66667%;
    padding: 0;
    margin: 70px auto 20px; } }
@media only screen and (min-width: 1025px) {
  .article-text-2 .video-cut-in ~ p.full-width {
    width: 50%;
    max-width: 600px;
    margin: 0 auto; } }

.cartel-social-icons {
  display: block;
  width: 100%;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  font-size: 0;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .cartel-social-icons {
      position: absolute;
      top: -70px;
      left: 0; } }
  @media only screen and (min-width: 1025px) {
    .cartel-social-icons {
      width: 0;
      margin: 0;
      top: 0;
      left: -60px; } }

.cartel-social-icons .social-icon {
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .cartel-social-icons .social-icon {
      border-right: 0; }
      .cartel-social-icons .social-icon:nth-child(4) {
        border-right: 1px solid #0e0e0e; } }
  @media only screen and (min-width: 768px) {
    .cartel-social-icons .social-icon {
      border-right: 0; }
      .cartel-social-icons .social-icon:nth-child(4) {
        border-right: 1px solid #0e0e0e; } }
  @media only screen and (min-width: 1025px) {
    .cartel-social-icons .social-icon {
      border: 1px solid #0e0e0e;
      border-bottom: 0; }
      .cartel-social-icons .social-icon:nth-child(4) {
        border-bottom: 1px solid #0e0e0e;
        border-right: 1px solid #0e0e0e; } }

.cartel-social-icons.active .social-icon:nth-child(1) {
  transition: .5s opacity .1s, .5s -webkit-transform .1s, .4s background-color 0s, .4s fill 0s !important;
  transition: .5s opacity .1s, .5s transform .1s, .4s background-color 0s, .4s fill 0s !important; }
.cartel-social-icons.active .social-icon:nth-child(2) {
  transition: .5s opacity .2s, .5s -webkit-transform .2s, .4s background-color 0s, .4s fill 0s !important;
  transition: .5s opacity .2s, .5s transform .2s, .4s background-color 0s, .4s fill 0s !important; }
.cartel-social-icons.active .social-icon:nth-child(3) {
  transition: .5s opacity .3s, .5s -webkit-transform .3s, .4s background-color 0s, .4s fill 0s !important;
  transition: .5s opacity .3s, .5s transform .3s, .4s background-color 0s, .4s fill 0s !important; }
.cartel-social-icons.active .social-icon:nth-child(4) {
  transition: .5s opacity .4s, .5s -webkit-transform .4s, .4s background-color 0s, .4s fill 0s !important;
  transition: .5s opacity .4s, .5s transform .4s, .4s background-color 0s, .4s fill 0s !important; }

.face-slideshow-ctn {
  position: relative;
  width: 100%;
  background: #e3000b;
  margin-top: -1px; }
  @media only screen and (max-width: 767px) {
    .face-slideshow-ctn {
      height: auto !important; } }
  @media only screen and (min-width: 768px) and (max-width:1024px) {
    .face-slideshow-ctn {
      height: auto !important; } }
.face-slideshow-ctn .normal-face {
  display: block;
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: cover;
  background-image: url(https://s3.amazonaws.com/wsjcsbucket/hubs/netflix_78528/31416/assets/pablo_face_unhalftone.jpg); }
  @media only screen and (min-width: 1025px) {
    .face-slideshow-ctn .normal-face {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      height: 100%;
      opacity: 0;
      transition: 0.4s; } }
.face-slideshow-ctn .halftone-face {
  display: none;
  background-position: center;
  background-size: cover; }
  @media only screen and (min-width: 1025px) {
    .face-slideshow-ctn .halftone-face {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 2;
      background-image: url(https://s3.amazonaws.com/wsjcsbucket/hubs/netflix_78528/31416/assets/pablo_face_halftone.jpg);
      opacity: 0; } }
.face-slideshow-ctn .title-text {
  position: relative;
  z-index: 3;
  background: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media only screen and (min-width: 1025px) {
    .face-slideshow-ctn .title-text {
      display: inline-block;
      position: absolute;
      width: auto;
      height: auto;
      right: 40px;
      bottom: 40px;
      overflow: hidden; } }
.face-slideshow-ctn .title-text .netflix-link {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 20px;
  background: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media only screen and (min-width: 1025px) {
    .face-slideshow-ctn .title-text .netflix-link {
      padding: 25px 30px;
      -webkit-transform: translateX(0) translateZ(0);
      transform: translateX(0) translateZ(0);
      transition: 0.3s ease-out; } }
@media only screen and (min-width: 1025px) {
  .face-slideshow-ctn .title-text:hover .netflix-link {
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0); } }
.face-slideshow-ctn .title-text .title {
  position: relative;
  z-index: 1;
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  margin: 0;
  font-size: 14px;
  letter-spacing: .3em;
  line-height: 24px;
  text-transform: uppercase;
  color: #e3000b; }
.face-slideshow-ctn .title-text .text {
  position: relative;
  z-index: 1;
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: italic;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff; }
.face-slideshow-ctn .title-text .netflix-link {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  outline: none; }
.face-slideshow-ctn .title-text .netflix-link-logos {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 100%;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  opacity: 1;
  text-align: center; }
  .face-slideshow-ctn .title-text .netflix-link-logos svg {
    position: relative;
    height: auto;
    margin: 0 auto; }
  .face-slideshow-ctn .title-text .netflix-link-logos .narcos-logo-svg {
    float: left;
    width: 50%;
    height: 45px;
    margin-top: 7px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.6); }
    .face-slideshow-ctn .title-text .netflix-link-logos .narcos-logo-svg svg {
      width: 90px;
      fill: #fff;
      position: absolute;
      top: 8px;
      left: 37px; }
  .face-slideshow-ctn .title-text .netflix-link-logos .netflix-logo-svg {
    float: left;
    width: 50%;
    padding: 5px;
    position: relative; }
    .face-slideshow-ctn .title-text .netflix-link-logos .netflix-logo-svg svg {
      position: absolute;
      top: 22px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 65px;
      height: 19px;
      fill: #e3000b; }
    .face-slideshow-ctn .title-text .netflix-link-logos .netflix-logo-svg span {
      display: block;
      font-family: "Cambria W01", serif;
      font-weight: 400;
      font-style: italic;
      font-size: 12px;
      letter-spacing: 0.03em;
      margin-bottom: 5px; }

.face-slideshow-ctn .red-guide {
  display: none; }
  @media only screen and (min-width: 768px) {
    .face-slideshow-ctn .red-guide {
      display: block;
      position: absolute;
      top: -80px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1;
      margin-left: 0.6%; } }
  @media only screen and (min-width: 1025px) {
    .face-slideshow-ctn .red-guide {
      top: -100px; } }
  .face-slideshow-ctn .red-guide:before {
    z-index: 2; }
    @media only screen and (min-width: 768px) {
      .face-slideshow-ctn .red-guide:before {
        opacity: 1; } }
    @media only screen and (min-width: 1025px) {
      .face-slideshow-ctn .red-guide:before {
        opacity: 0;
        transition: opacity 0.25s; } }
  .face-slideshow-ctn .red-guide:after {
    z-index: 1; }
    @media only screen and (min-width: 768px) {
      .face-slideshow-ctn .red-guide:after {
        opacity: 1;
        height: 80px; } }
    @media only screen and (min-width: 1025px) {
      .face-slideshow-ctn .red-guide:after {
        height: 0;
        opacity: 0;
        transition: height 0.35s, opacity 0.25s; } }
@media only screen and (min-width: 1025px) {
  html.page-ready.solo-page .face-slideshow-ctn .red-guide:before, .face-slideshow-ctn.active .red-guide:before {
    opacity: 1;
    transition: opacity 0.1s; }
  html.page-ready.solo-page .face-slideshow-ctn .red-guide:after, .face-slideshow-ctn.active .red-guide:after {
    opacity: 1;
    height: 100px; }
  html.page-ready.solo-page .face-slideshow-ctn .normal-face, .face-slideshow-ctn.active .normal-face {
    opacity: 1;
    transition-delay: 0.35s; } }

.logistics-content .intro-section {
  position: relative;
  clear: both; }
  @media only screen and (min-width: 1025px) {
    .logistics-content .intro-section:before {
      position: absolute;
      top: 5px;
      left: -5px;
      content: '';
      width: 11px;
      height: 11px;
      margin-left: 4%;
      background: #e3000b;
      border: 1px solid #e3000b;
      border-radius: 100%;
      opacity: 0;
      transition: .5s; }
    .logistics-content .intro-section:after {
      position: absolute;
      top: 15px;
      left: 0;
      content: '';
      width: 1px;
      height: 0;
      background: #e3000b;
      opacity: 0;
      margin-left: 4%;
      transition: .5s; }
    .logistics-content .intro-section.active:before {
      opacity: 1; }
    .logistics-content .intro-section.active:after {
      height: 100%;
      opacity: 1; } }

.logistics-content .intro {
  overflow: hidden;
  max-width: 640px;
  margin: auto; }
  @media only screen and (min-width: 768px) {
    .logistics-content .intro {
      max-width: 100%; } }
.logistics-content .intro .title {
  margin-top: 50px;
  margin-bottom: 0;
  padding: 0 20px;
  font-size: 36px;
  letter-spacing: .04em;
  line-height: 38px;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .logistics-content .intro .title {
      font-size: 60px;
      line-height: 62px;
      margin-top: 70px;
      margin-bottom: 10px; } }
  @media only screen and (min-width: 1025px) {
    .logistics-content .intro .title {
      width: 66.66667%;
      margin-top: 100px;
      margin-bottom: 10px;
      margin-left: 8.33333%;
      font-size: 64px;
      line-height: 1em;
      padding: 0; } }
  @media only screen and (min-width: 1200px) {
    .logistics-content .intro .title {
      font-size: 84px; } }
.logistics-content .intro .author {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #e3000b;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0 20px; }
  @media only screen and (min-width: 1025px) {
    .logistics-content .intro .author {
      width: 66.66667%;
      margin-left: 8.33333%;
      padding: 0;
      font-size: 16.67px; } }
.logistics-content .intro .title span {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1em;
  margin: 0;
  text-transform: capitalize; }
  @media only screen and (min-width: 768px) {
    .logistics-content .intro .title span {
      font-size: 32px; } }
  @media only screen and (min-width: 1025px) {
    .logistics-content .intro .title span {
      font-size: 52px; } }
.logistics-content .intro .plane-drawing {
  display: block;
  float: right;
  width: 40%;
  margin: 15px 10px 20px 10px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .logistics-content .intro .plane-drawing {
      float: right;
      display: block;
      width: 50%;
      width: 35%;
      margin: 60px 20px 20px 20px; } }
  @media only screen and (min-width: 1025px) {
    .logistics-content .intro .plane-drawing {
      position: absolute;
      right: 0;
      width: 41.66667%;
      margin: 110px 0 20px 20px; } }
  @media only screen and (min-width: 1200px) {
    .logistics-content .intro .plane-drawing {
      margin: 0 0 20px 20px; } }
.logistics-content .intro .plane-drawing img {
  display: block;
  width: 100%;
  height: auto; }
  @media only screen and (min-width: 1025px) {
    .logistics-content .intro .plane-drawing img {
      position: relative;
      right: -50px; } }
.logistics-content .intro .intro-section p {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px 20px; }
  @media only screen and (min-width: 768px) {
    .logistics-content .intro .intro-section p {
      text-align: justify;
      margin: 0; } }
  @media only screen and (min-width: 768px) {
    .logistics-content .intro .intro-section p {
      display: block; } }
  @media only screen and (min-width: 1025px) {
    .logistics-content .intro .intro-section p {
      width: 50%;
      margin-left: 8.33333%;
      padding: 0 0 20px; } }
  .logistics-content .intro .intro-section p:not(:last-of-type) {
    padding-top: 20px; }
    @media only screen and (min-width: 768px) {
      .logistics-content .intro .intro-section p:not(:last-of-type) {
        padding-top: 40px; } }
  @media only screen and (min-width: 768px) {
    .logistics-content .intro .intro-section p:last-of-type {
      padding-bottom: 40px; } }
  @media only screen and (min-width: 1025px) {
    .logistics-content .intro .intro-section p:last-of-type {
      padding: 0 0 50px; } }
.logistics-content .intro .intro-section span {
  display: inline-block;
  float: left; }
.logistics-content .intro .logistics-intro-social-icons {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  margin-left: 20px;
  margin-top: 10px; }
  @media only screen and (min-width: 768px) {
    .logistics-content .intro .logistics-intro-social-icons {
      display: block;
      margin-left: 20px; } }
  @media only screen and (min-width: 1025px) {
    .logistics-content .intro .logistics-intro-social-icons {
      margin-left: 8.33333%; } }
  .logistics-content .intro .logistics-intro-social-icons .social-icon {
    float: left;
    border-right: 0; }
    .logistics-content .intro .logistics-intro-social-icons .social-icon:nth-child(4) {
      border-right: 1px solid #0e0e0e; }

.logistics-content .article-text {
  margin-bottom: 50px; }
  @media only screen and (min-width: 768px) {
    .logistics-content .article-text {
      margin-bottom: 70px; } }
  @media only screen and (min-width: 1025px) {
    .logistics-content .article-text {
      margin-bottom: 100px; } }
.logistics-content .article-text p {
  position: relative;
  padding: 0 20px;
  max-width: 640px;
  margin: 0 auto 20px; }
  @media only screen and (min-width: 1025px) {
    .logistics-content .article-text p .red-guide {
      position: absolute;
      top: -15px;
      right: -50px;
      display: block;
      width: 100%;
      height: 100%;
      z-index: -1; }
      .logistics-content .article-text p .red-guide:before, .logistics-content .article-text p .red-guide:after {
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        display: block;
        background: #e3000b;
        transition: .7s;
        transition-delay: 0s;
        opacity: 0; }
      .logistics-content .article-text p .red-guide:before {
        top: 0;
        width: 11px;
        height: 11px;
        margin: -5px -5px 0 0;
        padding: 0;
        border: 1px solid #e3000b;
        border-radius: 100%; }
      .logistics-content .article-text p .red-guide:after {
        width: 1px;
        height: 0; }
    .logistics-content .article-text p.active .red-guide:before {
      top: 100%;
      opacity: 1; }
    .logistics-content .article-text p.active .red-guide:after {
      height: 100%;
      opacity: 1; } }
@media only screen and (min-width: 768px) {
  .logistics-content .article-text > p {
    text-align: justify; } }
@media only screen and (min-width: 768px) {
  .logistics-content .article-text > p {
    width: 75%;
    margin-left: 12.5%;
    margin: 0 auto 20px; } }
@media only screen and (min-width: 1025px) {
  .logistics-content .article-text > p {
    width: 50%;
    margin-left: 25%; } }
@media only screen and (min-width: 1200px) {
  .logistics-content .article-text > p {
    margin: 0 auto 20px; }
    .logistics-content .article-text > p.with-guide {
      margin-top: 0;
      padding-top: 90px; } }
.logistics-content .article-text > p:first-of-type {
  padding-top: 50px; }
.logistics-content .article-text .video-cut-in {
  font-size: 0; }
  @media only screen and (min-width: 768px) {
    .logistics-content .article-text .video-cut-in {
      margin: 75px 0; } }
  @media only screen and (min-width: 1025px) {
    .logistics-content .article-text .video-cut-in {
      width: 83.33333%;
      margin-left: 8.33333%; } }
.logistics-content .article-text .video-player {
  display: none; }
  @media only screen and (min-width: 768px) {
    .logistics-content .article-text .video-player {
      display: table-cell;
      width: 50%;
      padding: 0 30px;
      vertical-align: middle; } }
  @media only screen and (min-width: 1025px) {
    .logistics-content .article-text .video-player {
      padding: 0 60px; } }
.logistics-content .article-text .video-player .title {
  letter-spacing: .2em;
  text-transform: uppercase;
  max-width: 480px;
  margin: 20px 0 5px auto; }
.logistics-content .article-text .video-player p {
  padding: 0;
  max-width: 480px;
  margin: 5px 0 0 auto; }
.logistics-content .article-text .video {
  width: 100%;
  max-width: 480px; }
.logistics-content .article-text .meta {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 0;
  opacity: 0;
  transition: .6s; }
.logistics-content .article-text .active .meta {
  transition-delay: .6s;
  opacity: 1; }
.logistics-content .article-text .meta::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  height: 100%;
  width: 8px;
  background: #0e0e0e; }
.logistics-content .article-text .video-cut-in .text {
  display: block;
  border-left: 10px solid #0e0e0e;
  max-width: 600px;
  margin: 0 auto 20px; }
  @media only screen and (min-width: 768px) {
    .logistics-content .article-text .video-cut-in .text {
      display: table-cell;
      width: 50%;
      padding: 0 30px;
      margin: 0;
      vertical-align: middle; } }
  @media only screen and (min-width: 1025px) {
    .logistics-content .article-text .video-cut-in .text {
      padding: 0 60px; } }
  .logistics-content .article-text .video-cut-in .text p {
    margin: 0; }
.logistics-content .article-text .video-cut-in .text p {
  line-height: 1.5em;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .logistics-content .article-text .video-cut-in .text p {
      font-size: 21px;
      line-height: 1.3em; } }
  @media only screen and (min-width: 768px) {
    .logistics-content .article-text .video-cut-in .text p {
      padding: 0;
      font-size: 24px; } }
  @media only screen and (min-width: 1025px) {
    .logistics-content .article-text .video-cut-in .text p {
      line-height: 48px; } }

.wanted-content {
  position: relative;
  width: 100%;
  overflow-x: hidden; }

.wanted-content .intro, .wanted-content .article-text, .solo-page-read-more-link-wrapper {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto; }

.wanted-content .intro-section .video-contain {
  position: relative;
  z-index: 3; }
  @media only screen and (min-width: 1200px) {
    .wanted-content .intro-section .video-contain {
      width: 83.33333%;
      margin-left: 8.33333%;
      padding: 0 20px; } }
.wanted-content .intro-section .video-contain .video-player {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .wanted-content .intro-section .video-contain .video-player {
      height: auto; } }
  @media only screen and (min-width: 1025px) {
    .wanted-content .intro-section .video-contain .video-player {
      opacity: 0;
      width: 100%; } }
.wanted-content .intro-section .video-contain .video {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 100%;
  height: 0;
  padding-bottom: 45.5%;
  transition: .4s; }
  @media only screen and (min-width: 1025px) {
    .wanted-content .intro-section .video-contain .video {
      opacity: 0; } }
.wanted-content .intro-section .video-contain .video img {
  display: block;
  width: 100%; }
  @media only screen and (min-width: 1025px) {
    .wanted-content .intro-section .video-contain .video img {
      height: 100%;
      width: auto;
      max-height: 580px; } }
.wanted-content .intro-section .video-contain .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }
.wanted-content .intro-section .video-contain.active .video-player {
  opacity: 1;
  background-color: #fff;
  transition-delay: 0.25s; }
  .wanted-content .intro-section .video-contain.active .video-player .video {
    opacity: 1;
    transition-delay: 0.35s; }

.wanted-content .intro {
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .wanted-content .intro {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 640px;
      margin-top: 50px; } }
  @media only screen and (min-width: 768px) {
    .wanted-content .intro {
      position: relative;
      max-width: 100%;
      margin-top: 70px;
      padding: 10px 30px 30px; } }
  @media only screen and (min-width: 1025px) {
    .wanted-content .intro {
      margin-top: 100px; } }
.wanted-content .intro .title {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 36px;
  line-height: 38px;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .wanted-content .intro .title {
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      padding: 0 20px; } }
  @media only screen and (min-width: 768px) {
    .wanted-content .intro .title {
      width: 66.66667%;
      font-size: 60px;
      line-height: 60px; } }
  @media only screen and (min-width: 1025px) {
    .wanted-content .intro .title {
      font-size: 84px;
      line-height: 1em;
      margin-left: 8.33333%; } }
.wanted-content .intro .author {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  line-height: 1em;
  text-transform: uppercase;
  margin: 10px 0;
  padding: 0 20px; }
  @media only screen and (min-width: 768px) {
    .wanted-content .intro .author {
      width: 66.66667%;
      padding: 0; } }
  @media only screen and (min-width: 1025px) {
    .wanted-content .intro .author {
      font-size: 84px;
      line-height: 1em;
      margin: 20px 0;
      margin-left: 8.33333%; } }
  @media only screen and (min-width: 1200px) {
    .wanted-content .intro .author {
      margin: 22px 0 30px;
      margin-left: 8.33333%; } }
.wanted-content .intro .text {
  clear: both;
  position: relative;
  max-width: 640px; }
  @media only screen and (max-width: 767px) {
    .wanted-content .intro .text {
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4;
      margin: 0;
      padding: 20px; } }
  @media only screen and (min-width: 768px) {
    .wanted-content .intro .text {
      width: 66.66667%;
      margin: 0;
      padding: 20px 0 20px;
      text-align: justify; } }
  @media only screen and (min-width: 768px) and (max-width:1024px) {
    .wanted-content .intro .text {
      width: 55%; } }
  @media only screen and (min-width: 1025px) {
    .wanted-content .intro .text {
      width: 50%;
      margin: 0;
      padding: 20px 0 20px;
      margin-left: 8.33333%; } }
  @media only screen and (min-width: 1200px) {
    .wanted-content .intro .text {
      padding: 20px 0 20px; } }
.wanted-content .intro.active .text {
  transition-delay: .3s; }

.wanted-content .gun-and-quote {
  display: block;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .wanted-content .gun-and-quote {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      max-width: 300px;
      margin: 0 auto; } }
  @media only screen and (min-width: 530px) {
    .wanted-content .gun-and-quote {
      max-width: 540px;
      padding: 0 30px 0 0; } }
  @media only screen and (min-width: 768px) {
    .wanted-content .gun-and-quote {
      position: absolute;
      z-index: 1;
      right: 0;
      top: 65px;
      padding: 0;
      margin: 20px 0 0; } }
  @media only screen and (min-width: 768px) and (max-width:1024px) {
    .wanted-content .gun-and-quote {
      padding-top: 227px; } }
  @media only screen and (min-width: 1025px) {
    .wanted-content .gun-and-quote {
      width: 100%;
      top: 170px; } }
  @media only screen and (min-width: 1200px) {
    .wanted-content .gun-and-quote {
      top: 120px; } }
.wanted-content .gun-and-quote .quote-ctn {
  padding: 0 0 0 25px; }
  @media only screen and (min-width: 530px) and (max-width: 767px) {
    .wanted-content .gun-and-quote .quote-ctn {
      position: absolute;
      top: 40px; } }
  @media only screen and (max-width: 767px) {
    .wanted-content .gun-and-quote .quote-ctn {
      padding-left: 30px; } }
  @media only screen  and (min-width: 570px and max-width: 767px) {
    .wanted-content .gun-and-quote .quote-ctn {
      padding-left: 40px; } }
  @media only screen and (min-width: 768px) {
    .wanted-content .gun-and-quote .quote-ctn {
      margin-right: 20px; } }
  @media only screen and (min-width: 1025px) {
    .wanted-content .gun-and-quote .quote-ctn {
      display: block;
      float: right; } }
.wanted-content .gun-and-quote .quote-ctn .quote {
  position: relative;
  margin: 0; }
  @media only screen and (min-width: 1025px) and (max-width:1199px) {
    .wanted-content .gun-and-quote .quote-ctn .quote {
      font-size: 24px !important;
      line-height: 1.2em !important; } }
  @media only screen and (max-width: 767px) {
    .wanted-content .gun-and-quote .quote-ctn .quote {
      line-height: 1.3em; } }
.wanted-content .gun-and-quote .quote-ctn .quote .open, .wanted-content .gun-and-quote .quote-ctn .quote .close {
  position: absolute;
  font-size: 40px; }
  @media only screen and (max-width: 767px) {
    .wanted-content .gun-and-quote .quote-ctn .quote .open, .wanted-content .gun-and-quote .quote-ctn .quote .close {
      font-size: 27px; } }
  @media only screen and (min-width: 1025px) {
    .wanted-content .gun-and-quote .quote-ctn .quote .open, .wanted-content .gun-and-quote .quote-ctn .quote .close {
      font-size: 50px; } }
.wanted-content .gun-and-quote .quote-ctn .quote .open {
  top: -16px;
  left: -4px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }
.wanted-content .gun-and-quote .quote-ctn .quote .close {
  position: relative;
  top: 4px;
  left: -3px;
  line-height: 0; }
.wanted-content .gun-and-quote .quote-ctn .author {
  text-align: right;
  padding-right: 20px; }
  @media only screen and (max-width: 767px) {
    .wanted-content .gun-and-quote .quote-ctn .author {
      margin: 4px 10px;
      text-align: left;
      padding-left: 79px; } }
  @media only screen and (min-width: 1025px) {
    .wanted-content .gun-and-quote .quote-ctn .author {
      margin-top: 2px;
      margin-bottom: 10px; } }
.wanted-content .gun-and-quote .gun-ctn {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .wanted-content .gun-and-quote .gun-ctn {
      margin-bottom: -30px; } }
  @media only screen  and (min-width: 570px and max-width: 767px) {
    .wanted-content .gun-and-quote .gun-ctn {
      margin-bottom: -110px; } }
  @media only screen and (min-width: 1025px) {
    .wanted-content .gun-and-quote .gun-ctn {
      clear: both;
      top: 12px; } }
  @media only screen and (min-width: 1200px) {
    .wanted-content .gun-and-quote .gun-ctn {
      top: -1px; } }
.wanted-content .gun-and-quote .gun {
  position: relative;
  z-index: 2;
  right: 0;
  display: block;
  height: 185px;
  width: 300px;
  margin: 0 0 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right; }
  @media only screen and (min-width: 1025px) {
    .wanted-content .gun-and-quote .gun {
      height: 280px;
      width: 410px;
      -webkit-transform: translateX(80px);
      transform: translateX(80px); } }
  @media only screen and (min-width: 1200px) {
    .wanted-content .gun-and-quote .gun {
      right: -12px;
      height: 510px;
      width: 655px;
      -webkit-transform: translate(100px);
      transform: translate(100px); } }
.wanted-content .gun-and-quote .bullet-ctn {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: auto;
  left: 0;
  height: 22px;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .wanted-content .gun-and-quote .bullet-ctn {
      right: 0;
      left: auto; } }
  @media only screen and (min-width: 1025px) {
    .wanted-content .gun-and-quote .bullet-ctn {
      display: block; } }
.wanted-content .gun-and-quote .bullet {
  position: absolute;
  top: 13px;
  right: auto;
  left: 0;
  display: block;
  height: 22px;
  width: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right; }
  @media only screen and (min-width: 768px) {
    .wanted-content .gun-and-quote .bullet {
      display: none; } }
  @media only screen and (min-width: 1025px) {
    .wanted-content .gun-and-quote .bullet {
      display: block;
      top: 23px;
      right: 420px;
      left: auto;
      height: 30px;
      width: 150px; } }
  @media only screen and (min-width: 1200px) {
    .wanted-content .gun-and-quote .bullet {
      top: 35px;
      height: 47px;
      right: 650px; } }

.wanted-social-icons {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  margin-left: 20px;
  margin-top: 0; }
  @media only screen and (min-width: 768px) {
    .wanted-social-icons {
      display: block;
      margin: 0; } }
  @media only screen and (min-width: 1025px) and (max-width:1199px) {
    .wanted-social-icons {
      margin-top: 0; } }
  @media only screen and (min-width: 1025px) {
    .wanted-social-icons {
      display: block;
      margin-left: 8.33333%;
      z-index: 10; } }
  .wanted-social-icons .social-icon {
    float: left;
    border-right: 0; }
    .wanted-social-icons .social-icon:nth-child(4) {
      border-right: 1px solid #0e0e0e; }

.wanted-content .article-text .half-quote .right-side .quote, .wanted-content .article-text .video-text .quote {
  max-width: 600px;
  border-left: 8px solid #0e0e0e;
  padding: 0 20px;
  margin-left: 20px;
  margin-bottom: 0;
  margin: 0 auto; }
  @media only screen and (min-width: 1025px) {
    .wanted-content .article-text .half-quote .right-side .quote, .wanted-content .article-text .video-text .quote {
      margin-left: 10px;
      padding: 0 20px 0 34px;
      margin-bottom: 290px; } }

@media only screen and (min-width: 1025px) {
  .wanted-content .article-text .red-guide {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 65px;
    z-index: 1;
    margin-left: 16.66667%; }
    .wanted-content .article-text .red-guide:before, .wanted-content .article-text .red-guide:after {
      position: absolute;
      top: 0;
      left: -50px;
      content: "";
      display: block;
      background: #e3000b;
      transition: .5s;
      opacity: 0; }
    .wanted-content .article-text .red-guide:before {
      top: 0;
      width: 11px;
      height: 11px;
      margin: -5px 0 0 -5px;
      padding: 0;
      border: 1px solid #e3000b;
      border-radius: 100%; }
    .wanted-content .article-text .red-guide:after {
      width: 1px;
      height: 0; }
  .wanted-content .article-text.active .red-guide:before {
    opacity: 1;
    top: 64px; }
  .wanted-content .article-text.active .red-guide:after {
    height: 100%;
    opacity: 1; } }
@media only screen and (min-width: 1025px) {
  .solo-page .wanted-content .article-text .red-guide:before {
    opacity: 1;
    top: 64px; }
  .solo-page .wanted-content .article-text .red-guide:after {
    height: 100%;
    opacity: 1; } }

.wanted-content .article-text {
  position: relative;
  margin-bottom: 50px; }
.wanted-content .article-text .half-quote {
  display: block; }
  @media only screen and (max-width: 767px) {
    .wanted-content .article-text .half-quote {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
.wanted-content .article-text .half-quote .left-side {
  width: 100%;
  font-size: 0;
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .wanted-content .article-text .half-quote .left-side {
      margin-top: 50px; } }
  @media only screen and (min-width: 1025px) {
    .wanted-content .article-text .half-quote .left-side {
      display: inline-block;
      width: 45.83333%;
      max-width: 660px;
      margin-top: 30px;
      margin-left: 16.66667%;
      vertical-align: middle; } }
.wanted-content .article-text .half-quote .left-side p {
  padding: 0 20px;
  max-width: 640px;
  margin: 20px auto; }
  @media only screen and (min-width: 768px) {
    .wanted-content .article-text .half-quote .left-side p {
      display: block;
      text-align: justify; } }
  @media only screen and (min-width: 1025px) {
    .wanted-content .article-text .half-quote .left-side p {
      width: 100%;
      margin-left: 0; } }
.wanted-content .article-text .half-quote .right-side {
  width: 100%;
  font-size: 0; }
  @media only screen and (min-width: 768px) {
    .wanted-content .article-text .half-quote .right-side {
      display: none; } }
  @media only screen and (min-width: 1025px) {
    .wanted-content .article-text .half-quote .right-side {
      display: inline-block;
      width: 29.16667%;
      vertical-align: bottom; } }

.wanted-content .article-text .video-text .video-split {
  background: #E6E6E6;
  padding: 20px 20px;
  margin: 30px 0; }
  @media only screen and (min-width: 768px) {
    .wanted-content .article-text .video-text .video-split {
      background: #fff;
      font-size: 0;
      text-align: center;
      margin: 40px 0; } }
  @media only screen and (min-width: 1025px) {
    .wanted-content .article-text .video-text .video-split {
      width: 41.66667%;
      margin: 8px 0 20px;
      padding: 0 20px 20px;
      margin-right: 16.66667%;
      float: right; } }
@media only screen and (min-width: 768px) {
  .wanted-content .article-text .video-text .video-content {
    display: inline-block;
    width: 100%;
    max-width: 600px;
    vertical-align: middle;
    text-align: left; } }
@media only screen and (min-width: 1025px) {
  .wanted-content .article-text .video-text .video-content {
    width: 100%;
    max-width: 539px;
    margin-left: 50px; } }
.wanted-content .article-text .video-text .video-split .video-contain {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%; }
.wanted-content .article-text .video-text .video {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute; }
.wanted-content .article-text .video-text .video iframe {
  display: block;
  height: 100% !important;
  width: 100% !important; }
.wanted-content .article-text .video-text .video-split .title {
  text-transform: uppercase;
  letter-spacing: .2em;
  margin: 20px 0 10px; }
.wanted-content .article-text .video-text .video-split .text {
  padding: 0;
  margin: 10px 0 0;
  width: 100%;
  line-height: 1.5em;
  text-indent: 0; }
.wanted-content .article-text .video-text .quote-split {
  display: none; }
  @media only screen and (min-width: 768px) {
    .wanted-content .article-text .video-text .quote-split {
      display: inline-block;
      width: 50%;
      margin: 0;
      vertical-align: top; } }
  @media only screen and (min-width: 1025px) {
    .wanted-content .article-text .video-text .quote-split {
      display: none; } }
.wanted-content .article-text .video-text .quote {
  max-width: 640px;
  padding: 20px 0 20px 20px;
  margin-left: 20px; }
  @media only screen and (min-width: 768px) {
    .wanted-content .article-text .video-text .quote {
      font-size: 24px; } }
.wanted-content .article-text .video-text p {
  padding: 0 20px;
  max-width: 640px;
  margin: 0 auto 20px; }
  @media only screen and (min-width: 1025px) {
    .wanted-content .article-text .video-text p {
      width: 50%;
      margin-left: 16.66667%; } }

.post-pablo-content .start-meter {
  margin-top: 2px; }

.post-pablo-content .intro {
  position: relative;
  max-width: 640px;
  margin: 0 auto 30px; }
  @media only screen and (min-width: 1025px) {
    .post-pablo-content .intro {
      width: 83.33333%;
      max-width: 100%;
      margin-left: 16.66667%;
      margin-bottom: 80px; } }
.post-pablo-content .intro .red-guide {
  display: none;
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 1; }
  @media only screen and (min-width: 768px) {
    .post-pablo-content .intro .red-guide {
      display: block;
      left: 15px; } }
  @media only screen and (min-width: 1025px) {
    .post-pablo-content .intro .red-guide {
      height: 120px;
      left: 0; } }
  .post-pablo-content .intro .red-guide:before, .post-pablo-content .intro .red-guide:after {
    position: absolute;
    top: 0;
    left: -50px;
    content: "";
    display: block;
    background: #e3000b;
    transition: .5s;
    opacity: 0; }
  .post-pablo-content .intro .red-guide:before {
    top: 0;
    width: 11px;
    height: 11px;
    margin: -5px 0 0 -5px;
    padding: 0;
    border: 1px solid #e3000b;
    border-radius: 100%; }
  .post-pablo-content .intro .red-guide:after {
    width: 1px;
    height: 0; }
.post-pablo-content .intro.active .red-guide:before {
  opacity: 1;
  top: 90px; }
  @media only screen and (min-width: 1025px) {
    .post-pablo-content .intro.active .red-guide:before {
      top: 120px; } }
.post-pablo-content .intro.active .red-guide:after {
  height: 100%;
  opacity: 1; }
.post-pablo-content .intro .year {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  margin: 50px 0 10px 20px;
  letter-spacing: .18em;
  background: #e3000b;
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .post-pablo-content .intro .year {
      margin: 70px 0 10px 20px; } }
  @media only screen and (min-width: 1025px) {
    .post-pablo-content .intro .year {
      margin: 100px 0 0 0; } }
.post-pablo-content .intro .title {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .post-pablo-content .intro .title {
      font-size: 60px;
      line-height: 64px; } }
  @media only screen and (min-width: 1025px) {
    .post-pablo-content .intro .title {
      padding: 0;
      font-size: 84px;
      line-height: 1em; } }
  @media only screen and (min-width: 1400px) {
    .post-pablo-content .intro .title {
      font-size: 135px;
      margin-top: -50px; } }
.post-pablo-content .intro .title span {
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize; }
  @media only screen and (min-width: 768px) {
    .post-pablo-content .intro .title span {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 1025px) {
    .post-pablo-content .intro .title span {
      font-size: 50px;
      line-height: 64px; } }
.post-pablo-content .intro .title span.pablo-author-desktop {
  display: none; }
  @media only screen and (min-width: 1025px) {
    .post-pablo-content .intro .title span.pablo-author-desktop {
      display: inline;
      line-height: 1em;
      text-transform: uppercase;
      margin-left: -20px; } }
  @media only screen and (min-width: 1200px) {
    .post-pablo-content .intro .title span.pablo-author-desktop {
      margin-left: -25px; } }
@media only screen and (min-width: 1025px) {
  .post-pablo-content .intro .title.es span.pablo-author-desktop {
    margin-left: 20px; } }
@media only screen and (min-width: 1200px) {
  .post-pablo-content .intro .title.es span.pablo-author-desktop {
    margin-left: 20px; } }
.post-pablo-content .intro .author {
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 1em;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .post-pablo-content .intro .author {
      margin: 0 0 20px; } }
  @media only screen and (min-width: 1025px) {
    .post-pablo-content .intro .author {
      display: none; } }
.post-pablo-content .intro .post-intro-social-icons {
  display: none;
  display: block;
  margin-top: 10px;
  margin-left: 20px; }
  @media only screen and (min-width: 1025px) {
    .post-pablo-content .intro .post-intro-social-icons {
      margin-left: 0; } }
  .post-pablo-content .intro .post-intro-social-icons .social-icon {
    float: left;
    border-right: 0; }
    .post-pablo-content .intro .post-intro-social-icons .social-icon:nth-child(4) {
      border-right: 1px solid #0e0e0e; }

.post-pablo-content .article-text {
  position: relative;
  display: block; }
.post-pablo-content .article-text p {
  max-width: 640px;
  margin: 0 auto 20px;
  padding: 0 20px; }
  @media only screen and (min-width: 1025px) {
    .post-pablo-content .article-text p {
      max-width: 640px; } }
.post-pablo-content .article-text .postpablo-social-icons {
  display: block;
  max-width: 640px;
  margin: 20px auto 50px;
  padding: 0 20px; }
  @media only screen and (min-width: 768px) {
    .post-pablo-content .article-text .postpablo-social-icons {
      margin: 0 auto 70px; } }
  @media only screen and (min-width: 1025px) {
    .post-pablo-content .article-text .postpablo-social-icons {
      margin-left: 25%;
      margin: 40px auto 100px; } }
  .post-pablo-content .article-text .postpablo-social-icons .social-icon {
    float: left;
    border-left: 0; }
    @media only screen and (min-width: 768px) {
      .post-pablo-content .article-text .postpablo-social-icons .social-icon {
        border-left: 1px solid #0e0e0e;
        margin-right: -2px; } }
    @media only screen and (min-width: 1200px) {
      .post-pablo-content .article-text .postpablo-social-icons .social-icon:last-of-type {
        margin-right: 0; } }
  .post-pablo-content .article-text .postpablo-social-icons .share {
    float: left; }
    @media only screen and (min-width: 768px) {
      .post-pablo-content .article-text .postpablo-social-icons .share {
        display: none; } }

.pablo-slider-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  overflow: hidden; }
  .pablo-slider-container #pablo-slider {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto 0;
    z-index: 1; }
    @media only screen and (min-width: 768px) {
      .pablo-slider-container #pablo-slider {
        margin: 20px auto; } }
  .pablo-slider-container .pablo-slide {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 80px; }
    @media only screen and (max-width: 767px) {
      .pablo-slider-container .pablo-slide {
        padding: 10px 20px; } }
    .pablo-slider-container .pablo-slide .pablo-slide-copy {
      width: 100%;
      min-height: 100px; }
      .pablo-slider-container .pablo-slide .pablo-slide-copy p {
        margin: 0 0 10px; }
        @media only screen and (min-width: 768px) {
          .pablo-slider-container .pablo-slide .pablo-slide-copy p {
            margin: 0; } }
    .pablo-slider-container .pablo-slide img, .pablo-slider-container .pablo-slide .video-ctn {
      display: block;
      width: 100%;
      margin: 0 auto;
      position: relative;
      height: 0;
      padding-bottom: 46%; }
    .pablo-slider-container .pablo-slide .video {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 2; }
    .pablo-slider-container .pablo-slide .video iframe {
      display: block;
      height: 100% !important;
      width: 100% !important; }
    .pablo-slider-container .pablo-slide .pablo-slide-title {
      text-transform: uppercase;
      letter-spacing: .2em;
      margin: 27px 0 0;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .pablo-slider-container .pablo-slide .pablo-slide-title {
          margin: 16px 0 8px; } }
    .pablo-slider-container .pablo-slide .pablo-slide-body {
      margin: 17px 0 0;
      max-width: 500px;
      padding: 0;
      line-height: 1.5em; }
  .pablo-slider-container #pablo-prev, .pablo-slider-container #pablo-next {
    position: absolute;
    top: 40%;
    z-index: 104;
    border: 1px solid #0e0e0e;
    width: 66px;
    height: 56px;
    cursor: pointer;
    opacity: .4;
    z-index: 8;
    background-color: #fff;
    transition: .25s ease-out;
    display: none; }
    .pablo-slider-container #pablo-prev svg, .pablo-slider-container #pablo-next svg {
      position: absolute;
      top: 7px;
      width: 20px;
      height: 40px;
      fill: #0e0e0e; }
    .pablo-slider-container #pablo-prev:hover, .pablo-slider-container #pablo-next:hover {
      opacity: 1; }
      .pablo-slider-container #pablo-prev:hover svg, .pablo-slider-container #pablo-next:hover svg {
        opacity: 1; }
  .pablo-slider-container #pablo-prev {
    left: 0; }
    .pablo-slider-container #pablo-prev .left-arrow {
      left: 20px;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .pablo-slider-container #pablo-next {
    right: 0; }
    .pablo-slider-container #pablo-next .right-arrow {
      right: 20px;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }

.page-footer {
  position: relative;
  display: block;
  padding: 20px 40px 0;
  text-align: center;
  background: black;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .page-footer {
      padding: 10px 0 0; } }
.page-footer .logo {
  display: block;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .page-footer .logo {
      height: 100px;
      width: 250px; } }
  @media only screen and (min-width: 768px) {
    .page-footer .logo {
      height: 200px;
      width: 500px; } }
.page-footer .footer-social-icons {
  display: block;
  margin: 5px 0 25px; }
  @media only screen and (max-width: 767px) {
    .page-footer .footer-social-icons {
      margin: 5px 0 25px; } }
  @media only screen and (min-width: 768px) and (max-width:1024px) {
    .page-footer .footer-social-icons {
      margin: 5px 0 25px; } }
.page-footer .footer-social-icons.active .social-icon:nth-child(1) {
  transition: .5s opacity .3s, .5s -webkit-transform .3s, .4s background-color 0s, .4s fill 0s !important;
  transition: .5s opacity .3s, .5s transform .3s, .4s background-color 0s, .4s fill 0s !important; }
.page-footer .footer-social-icons.active .social-icon:nth-child(2) {
  transition: .5s opacity .6s, .5s -webkit-transform .6s, .4s background-color 0s, .4s fill 0s !important;
  transition: .5s opacity .6s, .5s transform .6s, .4s background-color 0s, .4s fill 0s !important; }
.page-footer .footer-social-icons.active .social-icon:nth-child(3) {
  transition: .5s opacity .9s, .5s -webkit-transform .9s, .4s background-color 0s, .4s fill 0s !important;
  transition: .5s opacity .9s, .5s transform .9s, .4s background-color 0s, .4s fill 0s !important; }
.page-footer .footer-social-icons.active .social-icon:nth-child(4) {
  transition: .5s opacity 1.2s, .5s -webkit-transform 1.2s, .4s background-color 0s, .4s fill 0s !important;
  transition: .5s opacity 1.2s, .5s transform 1.2s, .4s background-color 0s, .4s fill 0s !important; }
.page-footer .footer-social-icons.active .social-icon:nth-child(5) {
  transition: .5s opacity 1.5s, .5s -webkit-transform 1.5s, .4s background-color 0s, .4s fill 0s !important;
  transition: .5s opacity 1.5s, .5s transform 1.5s, .4s background-color 0s, .4s fill 0s !important; }
@media only screen and (max-width: 767px) {
  .page-footer .footer-social-icons.active .social-icon .social {
    width: 40px;
    height: 40px; } }
@media only screen and (min-width: 768px) {
  .page-footer .footer-social-icons.active .social-icon .social {
    width: 60px;
    height: 60px; } }
.lang-es .page-footer .sponsored-content-copy {
  letter-spacing: .1em; }
.page-footer .copyright p {
  margin: 20px auto 40px;
  max-width: 600px; }

.narcos-now {
  padding: 30px 20px;
  font-size: 0;
  clear: both; }
  @media only screen and (min-width: 768px) {
    .narcos-now {
      padding: 70px 20px;
      background: #fff; } }
  @media only screen and (min-width: 1025px) {
    .narcos-now {
      max-width: 1030px;
      margin: 0 auto;
      padding: 100px 20px; } }
.narcos-now header {
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .narcos-now header {
      padding: 0 15px; } }
.narcos-now .title {
  text-transform: uppercase;
  margin: 0; }
.narcos-now .text {
  margin: 6px 0 0; }
  @media only screen  and (max-width: 1024px) {
    .narcos-now .text.prev-pub {
      color: rgba(62, 62, 62, 0.5);
      font-size: 14px; } }
.narcos-now .article-link {
  text-decoration: none;
  display: block; }
  .narcos-now .article-link:nth-of-type(2) {
    transition-delay: .3s !important; }
  .narcos-now .article-link:nth-of-type(3) {
    transition-delay: .6s !important; }
  .narcos-now .article-link:hover img {
    opacity: 0.7; }
  @media only screen and (min-width: 768px) {
    .narcos-now .article-link {
      display: inline-block;
      width: 33.33333%;
      padding: 0 15px;
      vertical-align: top; } }
.narcos-now .article-link:not(:first-child) {
  margin-top: 30px; }
.narcos-now .photo {
  display: inline-block;
  width: 50%;
  background: #0e0e0e;
  vertical-align: middle;
  background: #000; }
  @media only screen and (min-width: 768px) {
    .narcos-now .photo {
      display: block;
      width: 100%; } }
.narcos-now .photo img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.3s ease-out; }
.narcos-now .article-content {
  display: inline-block;
  width: 50%;
  vertical-align: top; }
  @media only screen and (max-width: 767px) {
    .narcos-now .article-content {
      padding-left: 20px; } }
  @media only screen and (min-width: 768px) {
    .narcos-now .article-content {
      display: block;
      width: 100%;
      padding-top: 10px; } }
  @media only screen and (min-width: 768px) and (max-width:1024px) {
    .narcos-now .article-content .text {
      font-size: 20px; } }

.small-dropcase:first-letter, .large-dropcase:first-letter, .logistics-content .intro .intro-section span.small-dropcase-custom:first-letter {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  display: block;
  float: left; }

.small-dropcase:first-letter, .large-dropcase:first-letter, .logistics-content .intro .intro-section span.small-dropcase-custom:first-letter {
  font-size: 54px;
  line-height: inherit;
  margin: 13px 10px 5px 0; }

#SC-draggable-button-label, #AYI-draggable-button-label {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 10px; }
  @media only screen and (min-width: 1025px) {
    #SC-draggable-button-label, #AYI-draggable-button-label {
      font-size: 11px; } }

.post-pablo-content .article-text .postpablo-social-icons .share {
  color: #fff;
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 8px; }

header {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal; }

.persistent-header .mobile-bottom .title, .solo-persistent-header .mobile-bottom .title, .sponsored-content-title, .whats-this-tooltip h4, .whats-this-tooltip .whats-this-close {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 8px; }

.persistent-header .sponsored-content-copy, .solo-persistent-header .sponsored-content-copy, .sponsored-content-copy {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 10px; }

.the-cartel-content .intro .author, .wanted-content .intro .author, .post-pablo-content .intro .title span.pablo-author-desktop, .post-pablo-content .intro .author, .SC-di-author, .AYI-di-author, .SC-content-author, .AYI-content-author {
  color: #e3000b;
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 12px;
  letter-spacing: .12em; }
  @media only screen and (min-width: 1025px) {
    .the-cartel-content .intro .author, .wanted-content .intro .author, .post-pablo-content .intro .title span.pablo-author-desktop, .post-pablo-content .intro .author, .SC-di-author, .AYI-di-author, .SC-content-author, .AYI-content-author {
      font-size: 16.67px; } }

.the-cartel-content .intro .text {
  color: #0e0e0e;
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 21px; }
  @media only screen and (min-width: 768px) {
    .the-cartel-content .intro .text {
      font-size: 22px; } }
  @media only screen and (min-width: 1025px) {
    .the-cartel-content .intro .text {
      font-size: 34px; } }

.article-text-1 p, .article-text-2 p, .logistics-content .intro .intro-section p, .logistics-content .article-text > p, .wanted-content .intro .text, .wanted-content .article-text .half-quote .left-side p, .wanted-content .article-text .video-text p, .post-pablo-content .article-text p, .quiz-link-copy {
  color: #0e0e0e;
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 27px; }
  @media only screen and (min-width: 768px) {
    .article-text-1 p, .article-text-2 p, .logistics-content .intro .intro-section p, .logistics-content .article-text > p, .wanted-content .intro .text, .wanted-content .article-text .half-quote .left-side p, .wanted-content .article-text .video-text p, .post-pablo-content .article-text p, .quiz-link-copy {
      font-size: 16px;
      line-height: 28px; } }
  @media only screen and (min-width: 1025px) {
    .article-text-1 p, .article-text-2 p, .logistics-content .intro .intro-section p, .logistics-content .article-text > p, .wanted-content .intro .text, .wanted-content .article-text .half-quote .left-side p, .wanted-content .article-text .video-text p, .post-pablo-content .article-text p, .quiz-link-copy {
      font-size: 18px;
      line-height: 32px; } }

.the-cartel-content .cut-in .quote p, .logistics-content .article-text .video-cut-in .text p, .wanted-content .article-text .half-quote .right-side .quote, .wanted-content .article-text .video-text .quote {
  color: #0e0e0e;
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  letter-spacing: .02em; }
  @media only screen and (min-width: 768px) {
    .the-cartel-content .cut-in .quote p, .logistics-content .article-text .video-cut-in .text p, .wanted-content .article-text .half-quote .right-side .quote, .wanted-content .article-text .video-text .quote {
      font-size: 19.97px;
      letter-spacing: .012em; } }
  @media only screen and (min-width: 1025px) {
    .the-cartel-content .cut-in .quote p, .logistics-content .article-text .video-cut-in .text p, .wanted-content .article-text .half-quote .right-side .quote, .wanted-content .article-text .video-text .quote {
      font-size: 26px;
      line-height: 34px;
      letter-spacing: .02em; } }
  @media only screen and (min-width: 1200px) {
    .the-cartel-content .cut-in .quote p, .logistics-content .article-text .video-cut-in .text p, .wanted-content .article-text .half-quote .right-side .quote, .wanted-content .article-text .video-text .quote {
      font-size: 36px;
      line-height: 42px; } }

.article-text-2 .video-cut-in .title, .logistics-content .article-text .video-player .title, .wanted-content .article-text .video-text .video-split .title, .pablo-slider-container .pablo-slide .pablo-slide-title {
  color: #e3000b;
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    .article-text-2 .video-cut-in .title, .logistics-content .article-text .video-player .title, .wanted-content .article-text .video-text .video-split .title, .pablo-slider-container .pablo-slide .pablo-slide-title {
      font-size: 14px; } }
  @media only screen and (min-width: 1025px) {
    .article-text-2 .video-cut-in .title, .logistics-content .article-text .video-player .title, .wanted-content .article-text .video-text .video-split .title, .pablo-slider-container .pablo-slide .pablo-slide-title {
      font-size: 16px; } }

.article-text-2 .video-cut-in .content, .logistics-content .article-text .video-player p, .wanted-content .article-text .video-text .video-split .text, .pablo-slider-container .pablo-slide .pablo-slide-body {
  color: rgba(9, 0, 28, 0.6);
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    .article-text-2 .video-cut-in .content, .logistics-content .article-text .video-player p, .wanted-content .article-text .video-text .video-split .text, .pablo-slider-container .pablo-slide .pablo-slide-body {
      font-size: 14px; } }
  @media only screen and (min-width: 1025px) {
    .article-text-2 .video-cut-in .content, .logistics-content .article-text .video-player p, .wanted-content .article-text .video-text .video-split .text, .pablo-slider-container .pablo-slide .pablo-slide-body {
      font-size: 16px;
      line-height: 22px; } }

.logistics-content .intro .title span {
  color: #0e0e0e;
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px; }
  @media only screen and (min-width: 768px) {
    .logistics-content .intro .title span {
      font-size: 31.99px; } }
  @media only screen and (min-width: 1025px) {
    .logistics-content .intro .title span {
      font-size: 21.5px; } }

.maps-container .map-popup .map-popup-date {
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 12.5px; }

.maps-container .map-popup .map-popup-location {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 12.5px;
  text-transform: uppercase; }

.maps-container .map-popup .map-popup-text {
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px; }

.maps-container #maps .pager, .maps-container #maps #accordion .head, .maps-container #maps #accordion .selection .select {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 24px; }
  @media only screen and (min-width: 768px) {
    .maps-container #maps .pager, .maps-container #maps #accordion .head, .maps-container #maps #accordion .selection .select {
      font-size: 18px; } }

.maps-container #maps #accordion .inner-content {
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6em; }
  @media only screen and (min-width: 1025px) {
    .maps-container #maps #accordion .inner-content {
      font-size: 15px; } }
  @media only screen  and (min-width: 1500px) {
    .maps-container #maps #accordion .inner-content {
      font-size: 18px; } }

.maps-container .marker-label-default, .maps-container .marker-label-white, .maps-container .marker-label-black {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  white-space: nowrap; }

.wanted-content .gun-and-quote .quote-ctn .quote {
  color: #e3000b;
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 23.98px; }
  @media only screen and (max-width: 767px) {
    .wanted-content .gun-and-quote .quote-ctn .quote {
      font-size: 18px; } }
  @media only screen and (min-width: 768px) {
    .wanted-content .gun-and-quote .quote-ctn .quote {
      font-size: 21.99px; } }
  @media only screen and (min-width: 1025px) {
    .wanted-content .gun-and-quote .quote-ctn .quote {
      font-size: 38px;
      line-height: 46px; } }

.wanted-content .gun-and-quote .quote-ctn .author {
  color: rgba(9, 0, 28, 0.6);
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 17.99px; }
  @media only screen and (min-width: 768px) {
    .wanted-content .gun-and-quote .quote-ctn .author {
      font-size: 14px; } }
  @media only screen and (min-width: 1025px) {
    .wanted-content .gun-and-quote .quote-ctn .author {
      font-size: 20px; } }

.SC-content-title {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: .126em;
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    .SC-content-title {
      font-size: 11.74px;
      letter-spacing: .159em; } }
  @media only screen and (min-width: 1025px) {
    .SC-content-title {
      font-size: 14px;
      letter-spacing: .19em; } }

.SC-di-copy, .AYI-di-copy {
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px; }

.SC-content-slide-country {
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: italic;
  color: #848484;
  font-size: 18px; }
  @media only screen and (min-width: 768px) {
    .SC-content-slide-country {
      font-size: 15.09px; } }
  @media only screen and (min-width: 1025px) {
    .SC-content-slide-country {
      font-size: 14px; } }

.SC-content-slide-city {
  color: #0e0e0e;
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 20px; }
  @media only screen and (min-width: 768px) {
    .SC-content-slide-city {
      font-size: 16.76px; } }
  @media only screen and (min-width: 1025px) {
    .SC-content-slide-city {
      font-size: 16px; } }

.SC-content-slide-copy p {
  color: #0e0e0e;
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .SC-content-slide-copy p {
      font-size: 15.97px; } }
  @media only screen and (min-width: 1025px) {
    .SC-content-slide-copy p {
      font-size: 16px; } }

.SC-content-pager-country {
  color: #0e0e0e;
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px; }

.SC-content-pager-city {
  color: #0e0e0e;
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .3em; }

.AYI-content-title {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 12px;
  letter-spacing: .126em; }
  @media only screen and (min-width: 768px) {
    .AYI-content-title {
      font-size: 12px;
      letter-spacing: .19em; } }
  @media only screen and (min-width: 1025px) {
    .AYI-content-title {
      font-size: 14px; } }

.SC-di-title, .AYI-di-title {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 54px;
  letter-spacing: .02em; }

.AYI-content-subtitle {
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: italic;
  color: rgba(9, 0, 28, 0.5);
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .AYI-content-subtitle {
      font-size: 14px; } }
  @media only screen and (min-width: 1025px) {
    .AYI-content-subtitle {
      font-size: 18px; } }

.AYI-content-slide-count {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #0e0e0e;
  font-size: 33.31px; }
  @media only screen and (min-width: 768px) {
    .AYI-content-slide-count {
      font-size: 33.31px; } }

.AYI-content-slide-copy p {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #0e0e0e;
  font-size: 20px; }
  @media only screen and (min-width: 768px) {
    .AYI-content-slide-copy p {
      font-size: 22px; } }
  @media only screen and (min-width: 1025px) {
    .AYI-content-slide-copy p {
      font-size: 26px; } }

.narcos-now .title {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #e3000b;
  font-size: 18px;
  letter-spacing: .2em; }
  @media only screen and (min-width: 768px) {
    .narcos-now .title {
      font-size: 14px;
      letter-spacing: .131em; } }
  @media only screen and (min-width: 1025px) {
    .narcos-now .title {
      font-size: 16px;
      letter-spacing: .2em; } }

.narcos-now .date {
  color: rgba(62, 62, 62, 0.5);
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12.5px; }
  @media only screen and (min-width: 768px) {
    .narcos-now .date {
      font-size: 12px; } }

.narcos-now .text {
  color: #3e3e3e;
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3em; }
  @media only screen and (min-width: 1025px) {
    .narcos-now .text {
      font-size: 23px; } }

.quiz-link-title {
  color: #e3000b;
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .3em; }
  @media only screen and (min-width: 768px) {
    .quiz-link-title {
      font-size: 14px; } }
  @media only screen and (min-width: 1025px) {
    .quiz-link-title {
      font-size: 16px; } }

.quiz-link-subtitle {
  color: #0e0e0e;
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 32px;
  letter-spacing: .012em; }
  @media only screen and (min-width: 768px) {
    .quiz-link-subtitle {
      font-size: 60px; } }
  @media only screen and (min-width: 1025px) {
    .quiz-link-subtitle {
      font-size: 84px; } }

.quiz-link-btn-ctn .quiz-link-btn {
  color: #0e0e0e;
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .3em; }
  @media only screen and (min-width: 768px) {
    .quiz-link-btn-ctn .quiz-link-btn {
      font-size: 14px; } }
  @media only screen and (min-width: 1025px) {
    .quiz-link-btn-ctn .quiz-link-btn {
      font-size: 16px; } }

.page-footer .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Cambria W01", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.4em; }
  @media only screen and (min-width: 768px) {
    .page-footer .copyright {
      font-size: 12px; } }
  @media only screen and (min-width: 1025px) {
    .page-footer .copyright {
      font-size: 15px; } }

/*QUIZ*/
.zoom-pusher {
  width: 32px; }

.maps-container {
  margin-bottom: -4px;
  opacity: 1;
  transition: .5s;
  transition-delay: 0.5s;
  background: black;
  position: relative; }
  .maps-container #maps {
    position: relative;
    opacity: 0;
    transition: all .5s; }
    .maps-container #maps #map-canvas {
      display: none; }
      @media only screen and (min-width: 1025px) {
        .maps-container #maps #map-canvas {
          position: relative;
          display: block;
          width: 100%;
          margin-right: -5px;
          display: inline-block; } }
    .maps-container #maps .pager {
      display: none; }
      @media only screen and (min-width: 1025px) {
        .maps-container #maps .pager {
          display: block;
          font-size: 12px;
          border: 1px solid #696969;
          color: #696969;
          text-transform: uppercase;
          padding: 20px 30px;
          background-color: black;
          position: absolute;
          top: 20px;
          right: calc(25% + 40px);
          transition-property: all;
          transition-duration: 0.3s;
          cursor: pointer; } }
      .maps-container #maps .pager:hover {
        background-color: #e3000b;
        border: 1px solid #e3000b;
        color: white; }
    .maps-container #maps #accordion {
      color: white; }
      @media only screen and (min-width: 1025px) {
        .maps-container #maps #accordion {
          display: inline-block;
          position: absolute;
          top: 20px;
          right: 20px;
          width: 380px; } }
      .maps-container #maps #accordion .head {
        font-size: 18px;
        letter-spacing: .1em;
        color: white;
        text-align: center;
        padding: 20px 0;
        background-color: #f70000;
        border-bottom: 1px solid #b90711; }
        @media only screen and (max-width: 767px) {
          .maps-container #maps #accordion .head {
            letter-spacing: 0.04em; } }
        .lang-es .maps-container #maps #accordion .head {
          font-size: 16.5px; }
      .maps-container #maps #accordion .selection {
        padding: 0 20px;
        transition-property: background-color;
        transition-duration: 0.3s;
        position: relative; }
        @media only screen and (min-width: 1025px) {
          .maps-container #maps #accordion .selection {
            padding: 0 30px; } }
        .maps-container #maps #accordion .selection svg {
          fill: white;
          position: absolute;
          right: 30px;
          -webkit-transform: rotate(90deg) scaleX(-1);
          transform: rotate(90deg) scaleX(-1);
          transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
          top: 35px; }
        .maps-container #maps #accordion .selection .select {
          /*padding: 15px 0;*/
          padding: 30px 0;
          margin: 0;
          position: relative;
          text-align: center;
          width: 60px;
          text-align: center;
          transition-property: all;
          transition-duration: 0.3s;
          left: 0;
          -webkit-transform: translateX(0);
          transform: translateX(0);
          -webkit-transform: translateY(10px);
          transform: translateY(10px);
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          @media only screen  and (min-width: 1500px) {
            .maps-container #maps #accordion .selection .select {
              padding: 25px 0;
              -webkit-transform: translateY(20px);
              transform: translateY(20px); } }
        .maps-container #maps #accordion .selection.closed {
          cursor: pointer; }
          .maps-container #maps #accordion .selection.closed .select {
            -webkit-transform: translateY(0px);
            transform: translateY(0px); }
          .maps-container #maps #accordion .selection.closed svg {
            -webkit-transform: rotate(0deg) scaleX(-1);
            transform: rotate(0deg) scaleX(-1);
            top: 23px; }
        .maps-container #maps #accordion .selection .content {
          transition: 0.3s; }
      .maps-container #maps #accordion .inner-content {
        padding: 15px 0 40px 0;
        border-top: 1px solid white; }
        @media only screen and (min-width: 1025px) {
          .maps-container #maps #accordion .inner-content {
            margin: 0; } }
        .maps-container #maps #accordion .inner-content p {
          max-width: 600px; }
          @media only screen and (min-width: 768px) and (max-width:1024px) {
            .maps-container #maps #accordion .inner-content p {
              width: 100%;
              font-size: 18px; } }
        .maps-container #maps #accordion .inner-content img.map {
          margin-top: 20px;
          width: 100%; }
          @media only screen and (min-width: 1025px) {
            .maps-container #maps #accordion .inner-content img.map {
              display: none; } }
      .maps-container #maps #accordion .selection:nth-of-type(1) {
        background-color: #f70000; }
      .maps-container #maps #accordion .selection:nth-of-type(2) {
        background-color: #f73333; }
      .maps-container #maps #accordion .selection:nth-of-type(3) {
        background-color: #f84c4c; }
      .maps-container #maps #accordion .selection:nth-of-type(4) {
        background-color: #f96666; }
      .maps-container #maps #accordion .selection:nth-of-type(5) {
        background-color: #fa7f7f; }
      .maps-container #maps #accordion .selection.closed:nth-of-type(1):hover {
        background-color: #e80000; }
      .maps-container #maps #accordion .selection.closed:nth-of-type(2):hover {
        background-color: #e83030; }
      .maps-container #maps #accordion .selection.closed:nth-of-type(3):hover {
        background-color: #e94848; }
      .maps-container #maps #accordion .selection.closed:nth-of-type(4):hover {
        background-color: #ea6060; }
      .maps-container #maps #accordion .selection.closed:nth-of-type(5):hover {
        background-color: #eb7878; }
    .maps-container #maps #legend {
      font-family: "Cambria W01", serif;
      font-weight: 400;
      font-style: normal;
      color: #999;
      background-color: black;
      margin-left: 26px;
      padding: 15px 20px;
      bottom: 40px !important;
      border: 1px solid #696969;
      font-size: 12px; }
      .maps-container #maps #legend > span {
        margin-left: 5px; }
        .maps-container #maps #legend > span > span {
          padding-bottom: 5px; }
      .maps-container #maps #legend img {
        height: 4px;
        width: 22px;
        margin-right: 6px;
        margin-left: 16px;
        vertical-align: middle; }
  .maps-container #maps-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    transition: opacity .3s;
    opacity: 0;
    display: none; }
    .maps-container #maps-cover.show {
      opacity: 0.7; }
  .maps-container .map-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    width: 380px;
    border: 2px solid black;
    color: black;
    box-sizing: border-box;
    padding: 40px;
    transition-property: all;
    transition-duration: 0.3s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transform: translate(-50%, calc(-50% + 10px));
    transform: translate(-50%, calc(-50% + 10px));
    opacity: 0;
    display: none; }
    .maps-container .map-popup.show {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 1; }
    .maps-container .map-popup .map-popup-inner {
      position: relative; }
    .maps-container .map-popup .map-popup-date {
      display: block; }
    .maps-container .map-popup .map-popup-location {
      display: inline-block;
      background-color: white;
      position: relative;
      z-index: 1;
      padding-right: 20px;
      margin: 0;
      letter-spacing: .2em; }
    .maps-container .map-popup .map-popup-text {
      border-top: 1px solid white;
      padding-top: 20px;
      position: relative;
      top: -10px;
      margin: 0;
      line-height: 20px; }
    .maps-container .map-popup img {
      width: 100%;
      margin-top: 25px; }
    .maps-container .map-popup .map-popup-close {
      width: 20px;
      height: 20px;
      position: absolute;
      top: -30px;
      right: -30px;
      cursor: pointer; }
    .maps-container .map-popup .map-popup-close:before, .maps-container .map-popup .map-popup-close:after {
      content: '';
      position: absolute;
      width: 20px;
      height: 1px;
      background-color: black;
      top: 9px; }
    .maps-container .map-popup .map-popup-close:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .maps-container .map-popup .map-popup-close:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .maps-container.active #maps {
    opacity: 1; }
  .maps-container .marker {
    width: 14px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    fill: '#DA0000';
    -webkit-transform: translate(-12px, -25px);
    transform: translate(-12px, -25px); }
    .maps-container .marker svg {
      width: 100%;
      height: 100%;
      fill: '#DA0000'; }
    .maps-container .marker img {
      width: 25px;
      height: 25px; }
  .maps-container .marker-label-default, .maps-container .marker-label-white {
    color: white;
    text-shadow: 0px 0px 3px black; }
    .maps-container .marker-label-default.hover, .maps-container .marker-label-white.hover {
      border-bottom: 1px solid white;
      cursor: pointer; }
  .maps-container .marker-label-black {
    color: black; }
    .maps-container .marker-label-black.hover {
      border-bottom: 1px solid black;
      cursor: pointer; }
  .maps-container .marker-label-white-small {
    white-space: nowrap;
    font-size: 9px;
    color: white;
    text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.6);
    font-family: Cambria, Serif;
    font-size: 13px;
    font-style: italic; }
  .maps-container .marker-label-black-small {
    white-space: nowrap;
    font-size: 9px;
    color: black;
    text-shadow: 1px 0px 0px rgba(255, 255, 255, 0.6);
    font-family: Cambria, Serif;
    font-size: 13px;
    font-style: italic; }
  .maps-container .marker-label-default-small {
    white-space: nowrap;
    font-size: 9px;
    color: #9f9f9f;
    text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.6);
    font-family: Cambria, Serif;
    font-size: 13px;
    font-style: italic; }
  .maps-container .old-marker {
    background-color: #e3000b;
    width: 15px;
    height: 15px;
    font-size: 12px;
    font-family: sans-serif;
    text-align: center;
    position: absolute;
    cursor: pointer;
    -webkit-transform: translate(-7px, -7px);
    transform: translate(-7px, -7px);
    transition-property: all;
    transition-duration: .1s; }
    .maps-container .old-marker.sea {
      background-color: #2F89E1; }
    .maps-container .old-marker.air {
      background-color: #DA0000; }
    .maps-container .old-marker.land {
      background-color: #009d4f; }
    .maps-container .old-marker:hover {
      width: 21px;
      height: 21px;
      -webkit-transform: translate(-10px, -10px);
      transform: translate(-10px, -10px); }
    .maps-container .old-marker:hover::before {
      content: '';
      width: 9px;
      top: 10px;
      left: 6px; }
    .maps-container .old-marker:hover::after {
      content: '';
      height: 9px;
      left: 10px;
      top: 6px; }
    .maps-container .old-marker:hover + .marker-label-white {
      border-bottom: 1px solid white; }
    .maps-container .old-marker:hover + .marker-label-black {
      border-bottom: 1px solid black; }
    .maps-container .old-marker::before {
      content: '';
      transition-property: all;
      transition-duration: .1s;
      position: absolute;
      width: 7px;
      height: 1px;
      background-color: white;
      top: 7px;
      left: 4px; }
    .maps-container .old-marker::after {
      content: '';
      transition-property: all;
      transition-duration: .1s;
      position: absolute;
      width: 1px;
      height: 7px;
      background-color: white;
      left: 7px;
      top: 4px; }
  .maps-container .maps-social-icons {
    display: none; }
    @media only screen and (min-width: 1025px) {
      .maps-container .maps-social-icons {
        display: block;
        width: 0;
        position: absolute;
        left: 26px;
        top: 50%;
        fill: #696969;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        .maps-container .maps-social-icons .social-icon {
          cursor: pointer;
          float: left;
          background-color: black;
          border: 1px solid #696969;
          border-bottom: 0;
          margin-right: -1px;
          transition-duration: .3s; }
          .maps-container .maps-social-icons .social-icon:nth-child(4) {
            border-bottom: 1px solid #696969; }
          .maps-container .maps-social-icons .social-icon:hover {
            border-color: #e3000b;
            background-color: #e3000b;
            fill: #fff; }
          .maps-container .maps-social-icons .social-icon svg {
            width: 44px;
            height: 40px;
            fill: #696969; } }

.maps-container.active #maps {
  opacity: 1; }

.is-ie9 .maps-container .maps-social-icons {
  display: none !important; }
.is-ie9 .maps-container #map-canvas {
  display: none !important; }
.is-ie9 .maps-container .pager {
  display: none !important; }
.is-ie9 .maps-container #maps #accordion {
  display: block !important;
  position: static !important;
  width: 100% !important; }
.is-ie9 .maps-container #maps #accordion .selection {
  padding: 0 300px !important; }
  .is-ie9 .maps-container #maps #accordion .selection.closed {
    cursor: pointer; }
    .is-ie9 .maps-container #maps #accordion .selection.closed .select {
      -webkit-transform: translateY(0px);
      transform: translateY(0px); }
    .is-ie9 .maps-container #maps #accordion .selection.closed svg {
      -webkit-transform: rotate(0deg) scaleX(-1);
      transform: rotate(0deg) scaleX(-1);
      top: 23px; }
.is-ie9 .maps-container #accordion {
  color: white !important; }
@media only screen and (max-width: 767px) {
  .is-ie9 .maps-container .head {
    letter-spacing: 0.04em !important; } }
.is-ie9 .maps-container img.map {
  display: block !important; }
.is-ie9 .maps-container #legend {
  display: none; }

#AYI-content-controls-ctn:before {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  margin: 1px 0 25px;
  background: #fff;
  opacity: 0; }
  @media only screen and (min-width: 768px) {
    #AYI-content-controls-ctn:before {
      opacity: 0.4; } }
  @media only screen and (min-width: 1025px) {
    #AYI-content-controls-ctn:before {
      width: 100%; } }

.social-cost-section {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  margin: 1px auto; }
  @media only screen and (min-width: 1025px) {
    .social-cost-section {
      width: 100%;
      padding: 5px 5px 0;
      max-width: 1400px; } }
  .solo-page .social-cost-section {
    padding: 25px; }

#social-cost, #are-you-invested {
  display: block;
  background: #ebebeb;
  padding: 20px; }
  @media only screen and (min-width: 1025px) {
    #social-cost, #are-you-invested {
      position: relative;
      overflow: hidden;
      display: table-cell;
      height: 100%;
      vertical-align: top; } }
  @media only screen and (min-width: 900px) and (max-width: 1280px) {
    #social-cost, #are-you-invested {
      padding: 40px 30px 20px; } }
  @media only screen and (min-width: 1280px) {
    #social-cost, #are-you-invested {
      padding: 40px; } }

#social-cost {
  width: 100%;
  border-bottom: 4px solid #fff; }
  @media only screen and (min-width: 1025px) {
    #social-cost {
      width: 65%;
      border-right: 2px solid #fff;
      border-bottom: 0px solid #fff; } }

#are-you-invested {
  background: #e3000b;
  transition-delay: 0.3s;
  width: 100%; }
  @media only screen and (min-width: 1025px) {
    #are-you-invested {
      width: 35%; } }

.draggable-ctn {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden; }
  @media only screen and (min-width: 1025px) {
    .draggable-ctn {
      position: absolute;
      z-index: 3;
      display: block; }
      #social-cost .draggable-ctn {
        top: 0;
        left: -100%;
        width: 200%;
        height: 100%; }
      #are-you-invested .draggable-ctn {
        top: -100%;
        left: 0;
        width: 100%;
        height: 200%; } }

.draggable-item {
  position: absolute;
  display: block;
  margin: 0; }
  #social-cost .draggable-item {
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    padding: 90px 60px 90px 60px;
    background-color: #ccc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  #are-you-invested .draggable-item {
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: red;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

#social-cost .swiping-draggable .draggable-item {
  margin: 0 0 0 -75px !important; }

#are-you-invested .swiping-draggable .draggable-item {
  margin: -75px 0 0 0 !important; }

body {
  cursor: default !important; }

#SC-draggable-trigger, #AYI-draggable-trigger {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%; }

#SC-draggable-trigger {
  cursor: pointer; }

#AYI-draggable-trigger {
  cursor: pointer; }

#SC-draggable-button, #AYI-draggable-button {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  outline: none;
  background: #fff; }

#SC-draggable-button {
  bottom: 50%;
  right: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  height: 64px;
  width: 86px;
  padding: 20px 15px; }
  #SC-draggable-button .left-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35px; }
  #SC-draggable-button span {
    position: absolute;
    display: block;
    width: auto;
    top: 50%; }

#AYI-draggable-button {
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  height: 86px;
  width: 64px;
  padding: 15px 20px; }
  #AYI-draggable-button .left-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    width: 35px; }

#SC-draggable-button-label, #AYI-draggable-button-label {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  border: 0;
  outline: none;
  letter-spacing: 0.2em;
  font-size: 10px;
  text-transform: uppercase; }

#SC-draggable-button-label {
  color: #0e0e0e;
  bottom: 50%;
  right: 80px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  padding: 20px 15px; }
  #SC-draggable-button-label span {
    position: absolute;
    display: block;
    width: auto;
    top: 50%; }

#AYI-draggable-button-label {
  color: #fff;
  position: absolute;
  bottom: 80px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  padding: 15px 20px; }

#SC-unswipe-button, #AYI-unswipe-button {
  display: none; }
  @media only screen and (min-width: 1025px) {
    #SC-unswipe-button, #AYI-unswipe-button {
      position: absolute;
      z-index: 2;
      display: block;
      visibility: visible;
      width: auto;
      height: auto;
      border-radius: 0;
      border: 0;
      cursor: pointer;
      outline: none;
      transition: 0.3s ease-out;
      background: #fff; } }

#SC-unswipe-button {
  bottom: 50%;
  left: -100%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%); }
  #SC-unswipe-button:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 0 solid #0e0e0e;
    border-bottom: 4px solid #0e0e0e;
    margin: 15px 5px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }

#AYI-unswipe-button {
  top: -100%;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%); }
  #AYI-unswipe-button:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 0 solid #0e0e0e;
    border-bottom: 4px solid #0e0e0e;
    margin: 9px 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }

.swipe-complete ~ #SC-unswipe-button {
  left: 0; }

.swipe-complete ~ #AYI-unswipe-button {
  top: 0; }

.AYI-di-content, .SC-di-content {
  position: absolute;
  bottom: 200px;
  width: 100%;
  padding: 0 25px 50px; }

.SC-di-title, .AYI-di-title {
  margin-top: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
  line-height: 1.1em; }

.SC-di-title {
  color: #0e0e0e;
  width: 75%; }

.AYI-di-title {
  color: #fff; }

@media only screen and (min-width: 1025px) {
  .lang-es .AYI-di-title {
    font-size: 40px; } }
@media only screen and (min-width: 1300px) {
  .lang-es .AYI-di-title {
    font-size: 50px; } }

.SC-di-author, .AYI-di-author {
  line-height: 1em;
  text-transform: uppercase; }

.SC-di-author {
  color: #e3000b; }

.AYI-di-author {
  color: #bcbcbc; }

.SC-di-copy, .AYI-di-copy {
  line-height: 1.5em;
  color: #fff; }

.SC-di-copy {
  color: #0e0e0e;
  text-align: justify;
  width: 65%; }
  @media only screen and (min-width: 1200px) {
    .SC-di-copy {
      width: 75%; } }

#SC-content-ctn, #AYI-content-ctn {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden; }

#AYI-content-ctn {
  max-width: 600px;
  margin: 0 auto; }
  @media only screen and (min-width: 1025px) {
    #AYI-content-ctn {
      max-width: 100%; } }

.SC-content-heading {
  overflow: auto;
  zoom: 1;
  max-width: 600px;
  margin: 0 auto; }
  @media only screen and (min-width: 900px) {
    .SC-content-heading {
      max-width: 100%; } }

.SC-content-title {
  margin: 0 auto 15px;
  padding: 20px 20px 0;
  text-align: center;
  line-height: 1em;
  color: #e3000b;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .SC-content-title {
      font-size: 26px;
      letter-spacing: 0.1em;
      line-height: 1.3em;
      text-align: left; } }
  @media only screen and (min-width: 768px) and (max-width:1024px) {
    .SC-content-title {
      text-align: left;
      line-height: 1.2em;
      font-size: 36px;
      padding: 20px 0 0; } }
  @media only screen and (min-width: 1025px) {
    .SC-content-title {
      float: left;
      margin: 0 auto 20px;
      padding: 16px 12px;
      font-size: 12px;
      background: #fff; } }
  @media only screen and (min-width: 1200px) {
    .SC-content-title {
      padding: 20px;
      font-size: 14px; } }

.SC-content-author {
  color: #0e0e0e;
  padding-left: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 20px 20px; }
  @media only screen and (min-width: 768px) and (max-width:1024px) {
    .SC-content-author {
      padding-left: 0; } }
  @media only screen and (min-width: 1025px) {
    .SC-content-author {
      display: none; } }

.socialcost-social-icons {
  display: none; }
  @media only screen and (min-width: 768px) {
    .socialcost-social-icons {
      display: block;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 1025px) {
    .socialcost-social-icons {
      float: right;
      margin-top: 5px; } }
  .socialcost-social-icons .social-icon {
    border: none;
    margin-right: 10px; }
    .socialcost-social-icons .social-icon .social {
      width: 47px;
      height: 47px; }
      @media only screen and (min-width: 1025px) {
        .socialcost-social-icons .social-icon .social {
          width: 40px;
          height: 40px; } }
      @media only screen and (min-width: 1200px) {
        .socialcost-social-icons .social-icon .social {
          width: 47px;
          height: 47px; } }
    .socialcost-social-icons .social-icon:nth-child(4) {
      margin-right: 0; }

#SC-content-slides-ctn {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 1025px) {
    #SC-content-slides-ctn {
      margin-bottom: 95px; } }

.SC-content-slide {
  width: 100%;
  height: auto;
  margin-bottom: 35px; }

@media only screen and (min-width: 1025px) {
  #SC-draggable-item {
    background-image: url(https://s3.amazonaws.com/wsjcsbucket/hubs/netflix_78528/31416/assets/global-impact-left.png); } }

.SC-content-slide-country {
  max-width: 600px;
  margin: 0 auto 4px; }

.SC-content-slide-city {
  max-width: 600px;
  margin: 0 auto 15px;
  text-transform: uppercase;
  text-align: justify;
  letter-spacing: 0.25em; }

.SC-content-slide-copy {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  line-height: 25px; }
  @media only screen and (max-width: 767px) {
    .SC-content-slide-copy {
      margin: 0 auto; } }
  .SC-content-slide-copy p {
    max-width: 600px;
    margin: 0 auto 20px;
    text-align: justify;
    text-indent: 24px; }
    @media only screen and (min-width: 768px) {
      .SC-content-slide-copy p {
        line-height: 1.5; } }
  @media only screen and (min-width: 900px) {
    .SC-content-slide-copy {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 32px;
      -moz-column-gap: 32px;
      column-gap: 32px; }
      .SC-content-slide-copy p {
        margin: 0; } }

@media only screen and (min-width: 900px) {
  .SC-content-slide-country, .SC-content-slide-city {
    max-width: 100%; }
  .SC-content-slide-copy {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px; }
    .SC-content-slide-copy p {
      margin: 0; } }

#SC-content-pagers-ctn {
  z-index: 2;
  overflow: auto;
  zoom: 1;
  margin: 25px auto 0;
  max-width: 350px; }
  @media only screen and (min-width: 768px) {
    #SC-content-pagers-ctn {
      max-width: 600px; } }
  @media only screen and (min-width: 900px) {
    #SC-content-pagers-ctn {
      max-width: 100%; } }
  @media only screen and (min-width: 1025px) {
    #SC-content-pagers-ctn {
      position: absolute;
      bottom: 0;
      width: 100%; } }

.SC-content-pager {
  position: relative;
  float: left;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 70px;
  margin: 0 0 20px;
  padding: 0;
  border: 1px solid #000;
  background-color: #6d6d6d;
  transition: .3s ease-in;
  cursor: pointer; }
  .SC-content-pager:hover {
    background-color: #e3000b; }
  @media only screen and (min-width: 768px) {
    .SC-content-pager {
      border: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 899px) {
    .SC-content-pager {
      width: 48%;
      margin: 0 4% 4% 0; }
      .SC-content-pager:nth-of-type(2n) {
        margin: 0; } }
  @media only screen and (min-width: 900px) {
    .SC-content-pager {
      width: 24%;
      margin: 0 1% 0 0; }
      .SC-content-pager:last-of-type {
        margin: 0; } }
  .SC-content-pager.cycle-pager-active {
    border: 1px solid red;
    background-color: #e3000b; }

.SC-content-pager-copy {
  display: table-cell;
  width: auto;
  height: 100%;
  padding: 0 5px 0 10px;
  vertical-align: middle;
  opacity: 1;
  transition: .25s ease-out; }

.SC-content-pager-country {
  margin-bottom: 4px;
  color: #fff; }
  @media only screen and (min-width: 899px) {
    .SC-content-pager-country {
      text-align: center; } }

.SC-content-pager-city {
  text-transform: uppercase;
  color: #fff; }
  @media only screen and (min-width: 899px) {
    .SC-content-pager-city {
      text-align: center; } }

.AYI-content-heading {
  overflow: auto;
  zoom: 1; }

.AYI-content-title {
  color: #fff;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.126em;
  padding: 20px 0 20px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .AYI-content-title {
      font-size: 26px;
      letter-spacing: 0.1em;
      line-height: 1.3em; } }
  @media only screen and (min-width: 768px) {
    .AYI-content-title {
      padding: 20px 0;
      text-align: center;
      color: white;
      line-height: 1.2em;
      text-align: left;
      font-size: 36px; } }
  @media only screen and (min-width: 1025px) {
    .AYI-content-title {
      font-size: 14px;
      padding: 20px;
      background: #fff;
      color: #e3000b; } }

.AYI-content-author {
  color: #bcbcbc;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 20px; }
  @media only screen and (min-width: 1025px) {
    .AYI-content-author {
      display: none; } }

.AYI-content-subtitle {
  color: #fff;
  line-height: 1.3em;
  max-width: 600px;
  margin: 10px auto 20px; }
  @media only screen and (min-width: 1025px) {
    .AYI-content-subtitle {
      line-height: 24.17px;
      margin: 30px 0 20px; } }

#AYI-content-slides-ctn {
  z-index: 1;
  margin-bottom: 80px; }

.AYI-content-slide {
  width: 100%;
  height: auto;
  background: #e3000b; }
  @media only screen and (min-width: 768px) {
    .AYI-content-slide {
      background: transparent; } }

.AYI-content-slide-count {
  position: relative;
  margin-bottom: 30px;
  color: #0e0e0e; }

.AYI-content-slide-copy {
  padding: 0 0 15px;
  overflow: auto;
  max-width: 600px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .AYI-content-slide-copy {
      padding: 10px 0 10px; } }
  .AYI-content-slide-copy h4 {
    margin: 0; }
  .AYI-content-slide-copy p {
    color: #fff; }
    @media only screen and (min-width: 1025px) {
      .AYI-content-slide-copy p {
        font-size: 26px;
        line-height: 35px;
        margin: 20px 0; } }
    .AYI-content-slide-copy p.profits-count {
      font-family: "Cambria W01", serif;
      font-weight: 400;
      font-style: italic;
      margin-top: 0;
      font-size: 20px; }

#AYI-content-controls-ctn {
  width: 100%;
  overflow: auto;
  zoom: 1;
  min-height: 60px;
  padding-top: 5px;
  position: absolute;
  bottom: 20px; }
  #AYI-content-controls-ctn:before {
    width: 100%; }

@media only screen and (min-width: 1025px) {
  #AYI-draggable-item {
    background-image: url(https://s3.amazonaws.com/wsjcsbucket/hubs/netflix_78528/31416/assets/global-impact-right.png); } }

#AYI-content-controls-prev, #AYI-content-controls-next {
  font-family: "Futura W01", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  height: 55px;
  width: 152px;
  padding-top: 17px;
  visibility: visible;
  position: relative;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    #AYI-content-controls-prev, #AYI-content-controls-next {
      width: 130px; } }
  @media only screen and (min-width: 1025px) and (max-width:1199px) {
    #AYI-content-controls-prev, #AYI-content-controls-next {
      width: 130px; } }
  #AYI-content-controls-prev svg, #AYI-content-controls-next svg {
    position: absolute;
    top: 7px;
    width: 20px;
    height: 40px; }
  .no-touchevents #AYI-content-controls-prev, .no-touchevents #AYI-content-controls-next {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    transition: 0.25s ease-out; }
    .no-touchevents #AYI-content-controls-prev svg, .no-touchevents #AYI-content-controls-next svg {
      fill: #fff; }
  .no-touchevents #AYI-content-controls-prev:hover, .no-touchevents #AYI-content-controls-next:hover {
    color: #e3000b;
    background-color: #fff; }
    .no-touchevents #AYI-content-controls-prev:hover svg, .no-touchevents #AYI-content-controls-next:hover svg {
      fill: #e3000b; }
  .touchevents #AYI-content-controls-prev, .touchevents #AYI-content-controls-next {
    color: #e3000b;
    background-color: #fff;
    border: 1px solid #fff; }
    .touchevents #AYI-content-controls-prev svg, .touchevents #AYI-content-controls-next svg {
      fill: #e3000b; }
  #AYI-content-controls-prev.disabled, #AYI-content-controls-next.disabled {
    visibility: hidden;
    opacity: 0; }

#AYI-content-controls-prev {
  float: left;
  padding-left: 81px; }
  @media only screen and (max-width: 767px) {
    #AYI-content-controls-prev {
      padding-left: 63px; } }
  @media only screen and (min-width: 1025px) and (max-width:1199px) {
    #AYI-content-controls-prev {
      padding-left: 57px; } }
  #AYI-content-controls-prev .left-arrow {
    left: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

#AYI-content-controls-next {
  float: right;
  padding-left: 25px; }
  #AYI-content-controls-next .right-arrow {
    right: 20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }

@media only screen and (max-width: 767px) {
  #SC-content-slides-ctn, #SC-content-pagers-ctn {
    display: none; } }

@media only screen and (min-width: 768px) {
  #SC-content-accordion {
    display: none; } }
#SC-content-accordion .tab {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto; }
  #SC-content-accordion .tab.open .label-box:after {
    display: none; }
  #SC-content-accordion .tab.open .last {
    border-bottom: none; }
  #SC-content-accordion .tab .label-box {
    cursor: pointer;
    padding: 1em 0 1em 20px;
    border-top: 1px solid black; }
    #SC-content-accordion .tab .label-box:after {
      cursor: pointer;
      content: "+";
      position: absolute;
      right: 1.85em;
      top: 28px;
      font-size: 19px; }
    #SC-content-accordion .tab .label-box.last {
      border-bottom: 1px solid black; }
    #SC-content-accordion .tab .label-box .SC-content-slide-country, #SC-content-accordion .tab .label-box .SC-content-slide-city {
      margin: 0;
      font-size: 16px; }
    #SC-content-accordion .tab .label-box .SC-content-slide-city {
      font-size: 17px; }
#SC-content-accordion .tab-content {
  overflow: hidden;
  margin: 0; }
  #SC-content-accordion .tab-content p {
    margin: 1em 0;
    padding: 0 20px; }

#quiz-link-ctn {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  background-image: url(https://s3.amazonaws.com/wsjcsbucket/hubs/netflix_78528/31416/assets/cartel-article-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 25%;
  text-align: left; }
  #quiz-link-ctn:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.9; }
  @media only screen and (min-width: 768px) and (max-width:1024px) {
    #quiz-link-ctn {
      padding: 70px 0; } }
  @media only screen and (min-width: 1025px) {
    #quiz-link-ctn {
      padding: 100px 0; } }

.quiz-link-title {
  position: relative;
  z-index: 2;
  line-height: 0.8em;
  width: 100%;
  max-width: 640px;
  margin: 0 auto 15px;
  padding: 0 20px;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .quiz-link-title {
      text-align: center;
      margin: 0 auto 20px; } }
  @media only screen and (min-width: 1025px) {
    .quiz-link-title {
      margin: 0 auto 45px; } }

.quiz-link-subtitle {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 640px;
  margin: 0 auto 15px;
  padding: 0 20px;
  text-transform: uppercase;
  line-height: 0.8em; }
  @media only screen and (max-width: 767px) {
    .quiz-link-subtitle {
      margin: 0 auto 25px; } }
  @media only screen and (min-width: 768px) {
    .quiz-link-subtitle {
      margin: 0 auto 20px;
      text-align: center; } }
  @media only screen and (min-width: 1025px) {
    .quiz-link-subtitle {
      max-width: 875px;
      margin: 0 auto 50px; } }

@media only screen and (min-width: 1025px) {
  .quiz-link-subtitle.active {
    text-align: center; } }

.concainenomics-quiz-logo-svg {
  max-width: 800px;
  margin: 0 auto; }
  .concainenomics-quiz-logo-svg svg {
    margin-left: -3px; }
    @media only screen and (min-width: 768px) {
      .concainenomics-quiz-logo-svg svg {
        margin-left: -10px; } }

.quiz-link-copy {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin: 0 auto 30px;
  padding: 0 20px; }
  @media only screen and (min-width: 768px) {
    .quiz-link-copy {
      max-width: 650px;
      padding: 0 15px; } }

.quiz-link-guide-ctn {
  position: relative;
  height: 50px; }

.quiz-link-guide {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 50px; }
  @media only screen and (min-width: 1025px) {
    .quiz-link-guide {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; } }
  .quiz-link-guide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 11px;
    height: 11px;
    margin: -5px 0 0 -5px;
    padding: 0;
    border: 1px solid #e3000b;
    border-radius: 100%;
    background: #e3000b;
    opacity: 1; }
  .quiz-link-guide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background: #e3000b;
    opacity: 1; }

.quiz-link-btn-ctn {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px; }
  .quiz-link-btn-ctn .quiz-link-btn {
    display: block;
    max-width: 350px;
    text-decoration: none;
    color: inherit;
    border: 4px solid #e3000b;
    padding: 25px 50px;
    margin: 0 auto;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.25s ease-out; }
    @media only screen and (max-width: 767px) {
      .quiz-link-btn-ctn .quiz-link-btn {
        max-width: 200px;
        padding: 20px 30px; } }
    @media only screen and (min-width: 768px) {
      .quiz-link-btn-ctn .quiz-link-btn {
        max-width: 250px; } }
    @media only screen and (min-width: 1025px) {
      .quiz-link-btn-ctn .quiz-link-btn {
        max-width: 350px; } }
  .no-touchevents .quiz-link-btn-ctn .quiz-link-btn:hover {
    background: #e3000b;
    color: #fff; }

.page-ready {
  overflow-y: scroll; }
.page-ready body {
  background: #fff;
  transition: .4s;
  transition-delay: .6s; }
.page-ready body > article {
  opacity: 1; }
.page-ready .page-hero .scroll-holder {
  opacity: 1;
  pointer-events: all; }

.menu-opening {
  overflow: hidden; }
.menu-opening .article-navigation {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }
.menu-opening .navigation-cover {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.menu-open .navigation-cover {
  opacity: .6; }
.menu-open .persistent-header .menu div:nth-child(1), .menu-open .solo-persistent-header .menu div:nth-child(1) {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  opacity: 0; }
.menu-open .persistent-header .menu div:nth-child(2)::before, .menu-open .solo-persistent-header .menu div:nth-child(2)::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  transform-origin: center; }
.menu-open .persistent-header .menu div:nth-child(2)::after, .menu-open .solo-persistent-header .menu div:nth-child(2)::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center; }
.menu-open .persistent-header .menu div:nth-child(3), .menu-open .solo-persistent-header .menu div:nth-child(3) {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  opacity: 0; }

.solo-page .maps-container, .solo-page .maps-container #maps {
  opacity: 1; }
.solo-page .wanted-content .intro-section .video-contain .video-player, .solo-page .wanted-content .intro-section .video-contain .video {
  opacity: 1; }


/*# sourceMappingURL=screen.css.map */
