@charset "UTF-8";
/*
Theme Name: MEL Magazine
Theme URI: https://github.com/postlight/dsc-mel
Author: Postlight
Author URI: https://postlight.com
Description:
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: AvenirNext;
  src: url(./assets/fonts/avenir-regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: AvenirNext;
  src: url(./assets/fonts/avenir-medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: AvenirNext;
  src: url(./assets/fonts/avenir-bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
html,
body {
  height: 100%; }
body {
  font-family: "AvenirNext", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #4a4a4a; }
@media screen and (min-width: 62em) {
    body {
      font-size: 1.125rem; } }
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
img,
svg {
  max-width: 100%;
  height: auto; }
a {
  text-decoration: none; }
figure {
  margin: 0;
  width: 100% !important; }
figure img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto; }
input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="url"] {
  -webkit-appearance: none;
  border-radius: 0; }
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="url"]:focus {
    outline: none;
    border-color: #ff0000; }
button:not(.btn-icon):focus,
input[type="button"]:not(.btn-icon):focus,
input[type="submit"]:not(.btn-icon):focus,
input[type="reset"]:not(.btn-icon):focus {
  outline: none;
  border-color: #ff0000; }
#page,
.site-content-contain {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
.site-content-contain,
.site-content {
  -ms-flex-positive: 1;
      flex-grow: 1; }
.hidden {
  display: none !important; }
.text-hide {
  font-size: 1rem;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden; }
.container {
  width: calc(83.75% + 20px);
  padding: 0 10px;
  margin: 0 auto; }
@media (min-width: 20em) and (max-width: 47.9375em) {
    .container.-wide {
      width: 100%; } }
@media screen and (min-width: 48em) {
    .container {
      width: calc(94.66% + 20px); } }
@media screen and (min-width: 62em) {
    .container {
      width: calc(80.44% + 20px); } }
.content-wrap {
  width: calc(100% - 40px);
  padding-left: 10px;
  padding-right: 20px;
  margin: 0 auto; }
@media screen and (min-width: 48em) {
    .content-wrap {
      width: 86.72%;
      padding-left: 40px;
      padding-right: 40px; } }
@media screen and (min-width: 62em) {
    .content-wrap {
      width: 52.32%; }
      .content-wrap.-wide {
        width: 64.46%; } }
.clearfix:after {
  content: "";
  display: table;
  clear: both; }
.responsive-embed {
  margin: 0; }
.responsive-embed iframe {
    width: 100%;
    max-width: 100%; }
.responsive-embed.video {
    position: relative;
    display: block;
    width: 100%;
    padding: 56.25% 0 0 0;
    overflow: hidden; }
.responsive-embed.video iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
.instagram-media-rendered {
  max-width: 100% !important; }
.twitter-tweet.twitter-tweet-rendered {
  margin: 27px auto !important; }
@media screen and (min-width: 48em) {
    .twitter-tweet.twitter-tweet-rendered {
      margin: 46px auto !important; } }
@media screen and (min-width: 62em) {
    .twitter-tweet.twitter-tweet-rendered {
      margin: 40px auto !important; } }
.site-header {
  background: #000000;
  position: relative;
  padding: 25px 0; }
.site-header svg {
    display: block; }
.site-header .site-logo {
    display: block;
    width: 100px;
    margin: 0 auto; }
@media screen and (min-width: 48em) {
    .site-header {
      padding: 20px 0; }
      .site-header .site-logo {
        width: 132px; } }
.site-header .container {
    position: relative; }
@media (min-width: 20em) and (max-width: 47.9375em) {
      .site-header .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
.site-footer {
  margin-top: 40px; }
.site-footer .social-navigation {
    background: #201f1f;
    padding: 34px 10px 30px 10px;
    text-align: center; }
.site-footer .pages-navigation {
    background: #141414;
    padding: 22px 10px 17px 10px;
    text-align: center; }
.site-copyright {
  font-family: "AvenirNext", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.58;
  text-transform: uppercase;
  color: #d0d0d0; }
.header-navigation .site-copyright {
    margin-top: 42px;
    display: block; }
.site-footer .site-copyright {
    display: block;
    text-align: center;
    background: #141414;
    padding: 5px 10px; }
.header-navigation {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 400px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #000000;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
.header-navigation__top, .header-navigation__footer {
    position: relative;
    z-index: 1; }
.header-navigation__top {
    padding: 21px 14px 32px 11px; }
.header-navigation__footer {
    padding: 32px 24px 16px 24px;
    margin-top: auto;
    background: #201f1f; }
.header-navigation__logo {
    display: block;
    width: 106px; }
.header-navigation__open, .header-navigation__close {
    background: none;
    border: none;
    display: block;
    cursor: pointer; }
.header-navigation__open i,
    .header-navigation__open i:before,
    .header-navigation__open i:after, .header-navigation__close i,
    .header-navigation__close i:before,
    .header-navigation__close i:after {
      display: block;
      width: 100%;
      height: 3px;
      background: #ffffff; }
.header-navigation__open i, .header-navigation__close i {
      position: relative; }
.header-navigation__open i:before, .header-navigation__open i:after, .header-navigation__close i:before, .header-navigation__close i:after {
        content: "";
        position: absolute; }
.header-navigation__open {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.header-navigation__open i {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute; }
.header-navigation__open i:before {
        margin-top: -7px; }
.header-navigation__open i:after {
        margin-top: 7px; }
.header-navigation__close {
    width: 30px;
    height: 30px; }
.header-navigation__close i {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
.header-navigation__close i:after {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
@media screen and (min-width: 48em) {
    .header-navigation__top {
      padding: 30px 40px; }
    .header-navigation__footer {
      padding: 32px 52px 21px 52px; } }
.header-navigation__overlay {
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    display: block;
    -webkit-transition: background-color 250ms, z-index 1000ms;
    transition: background-color 250ms, z-index 1000ms; }
.header-navigation.open {
    -webkit-transform: none;
            transform: none; }
.header-navigation.open + .header-navigation__overlay {
      z-index: 99999;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition: background-color 500ms, z-index 1ms;
      transition: background-color 500ms, z-index 1ms; }
.navigation-label {
  font-family: "AvenirNext", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.44;
  color: #ffffff;
  display: block;
  margin-bottom: 4px; }
.topics-menu {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.44;
  color: #ffffff;
  list-style: none; }
@media screen and (min-width: 48em) {
    .topics-menu {
      font-size: 1.875rem; } }
.topics-menu li + li {
    margin-top: 8px; }
.topics-menu a {
    color: inherit; }
.social-links-menu {
  list-style: none; }
.social-links-menu a {
    display: block;
    padding: 10px; }
.social-links-menu li {
    display: inline-block;
    vertical-align: middle; }
.social-links-menu svg {
    display: block;
    max-width: 22px;
    max-height: 16px; }
.header-navigation .social-links-menu {
    margin-top: 30px;
    margin-bottom: -10px; }
.site-footer .social-links-menu a {
    padding: 10px 15px; }
@media screen and (min-width: 48em) {
    .site-footer .social-links-menu a {
      padding: 10px 17px; }
    .site-footer .social-links-menu svg {
      max-width: 27px;
      max-height: 22px; } }
.pages-menu {
  font-family: "AvenirNext", Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.58;
  color: #999999;
  list-style: none; }
.pages-menu li + li {
    margin-top: 18px; }
.pages-menu a {
    color: inherit; }
.header-navigation .pages-menu {
    margin-top: 38px; }
.site-footer .pages-menu li {
    display: inline-block;
    padding: 0 16px; }
.site-footer .pages-menu li + li {
      margin-top: 0; }
.nav-tabs {
  display: table;
  table-layout: fixed;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
.nav-tabs__wrap {
    margin: 16px auto 20px auto;
    text-align: center; }
@media screen and (min-width: 48em) {
      .nav-tabs__wrap {
        margin: 23px auto 27px auto; } }
.nav-tabs li {
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1;
    display: table-cell;
    background: #ffffff;
    vertical-align: middle;
    color: #000000;
    padding: 0;
    border: 2px solid #000000; }
.nav-tabs li:first-of-type {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px; }
.nav-tabs li:last-of-type {
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px; }
.nav-tabs li a {
      color: inherit;
      display: block;
      padding: 7px 20px; }
.nav-tabs li.active {
      background: #000000;
      color: #ffffff; }
.nav-tabs li + li {
      border-left: none; }
@media screen and (min-width: 48em) {
    .nav-tabs {
      width: auto; }
      .nav-tabs a {
        padding: 7px 27px; } }
.share-links svg {
  display: block;
  max-width: 18px;
  max-height: 18px; }
.share-links path {
  fill: currentColor; }
.share-links a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 27px;
  color: #000000; }
.share-links a:hover {
    text-decoration: none;
    color: #000000; }
.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.glide * {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
.glide__track {
    overflow: hidden; }
.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
        touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    will-change: transform; }
.glide__slides--dragging {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
.glide__slide {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
.glide__slide a {
      -webkit-user-select: none;
              user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
.glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
.glide--rtl {
    direction: rtl; }
@media (min-width: 20em) and (max-width: 47.9375em) {
  .glide__track {
    padding-left: 10px;
    margin-left: -10px;
    margin-right: -10px; } }
@media (min-width: 48em) and (max-width: 61.9375em) {
  .glide {
    width: calc(100% - 40px); } }
.glide__arrows {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin-left: 10px; }
@media (min-width: 20em) and (max-width: 47.9375em) {
    .glide__arrows {
      display: none !important; } }
.glide__arrows button {
    display: block;
    -webkit-appearance: none;
    color: #ffffff;
    background: #000000;
    border: none;
    border-radius: 4px;
    width: 40px;
    height: 100%; }
.glide__arrows span {
    display: block;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
    overflow: hidden;
    position: relative; }
.glide__arrows i {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid #ffffff;
    border-top: none;
    border-left: none;
    top: 50%;
    left: 50%;
    margin-top: -9px; }
.glide__arrow--right i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -13px; }
.glide__arrow--left i {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: -4px; }
body.lightbox-open {
  overflow: hidden; }
.lightbox {
  background: rgba(0, 0, 0, 0); }
.lightbox__wrap {
    margin: auto; }
.lightbox.active {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-transition: background-color 500ms, opacity 250ms;
    transition: background-color 500ms, opacity 250ms; }
.lightbox.inactive {
    opacity: 0; }
.lightbox__wrap {
    width: 77%;
    max-width: 1200px;
    padding: 30px 0; }
.lightbox__content {
    padding: 7px;
    background: #000000;
    color: #ffffff; }
.lightbox__close {
    background: none;
    border: none;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 0 0 auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    cursor: pointer; }
.lightbox__close i,
    .lightbox__close i:before,
    .lightbox__close i:after {
      display: block;
      width: 100%;
      height: 3px;
      background: #ffffff;
      pointer-events: none; }
.lightbox__close i {
      position: relative;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
.lightbox__close i:before, .lightbox__close i:after {
        content: "";
        position: absolute; }
.lightbox__close i:after {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
.lightbox .video-embed {
    text-align: center; }
.lightbox .entry-content {
    padding: 30px 60px !important;
    width: calc(73.5% + 120px); }
.button {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.33;
  padding: 3px 23px;
  color: #ffffff;
  background: #000000;
  border: 2px solid #000000;
  border-radius: 8px; }
.button.-lowercase {
    text-transform: none; }
.site-header .search-form {
  margin: 46px 0 43px 0;
  position: relative; }
.site-header .search-field {
  width: 100%;
  background: #ffffff;
  border: 2px solid #979797;
  border-radius: 10px;
  font-size: 1.125rem;
  padding: 12px 56px 12px 17px;
  font-family: "AvenirNext", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.44; }
.site-header .search-submit {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  margin-right: 15px;
  background: none;
  border: none; }
.site-header .search-submit path {
    fill: #000000; }
.newsletter-subscription {
  background: #f1f1f1;
  padding: 35px 20px;
  text-align: center; }
.newsletter-subscription svg {
    display: block;
    width: 130px;
    height: auto;
    margin: 0 auto 24px auto; }
.newsletter-subscription h2 {
    font-family: "AvenirNext", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    color: #4a4a4a;
    margin-bottom: 10px; }
@media screen and (min-width: 48em) {
      .newsletter-subscription h2 {
        font-size: 1.5rem;
        line-height: 1; } }
.newsletter-subscription p {
    font-family: "AvenirNext", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2;
    color: #4a4a4a; }
@media screen and (min-width: 48em) {
      .newsletter-subscription p {
        font-size: 0.875rem;
        line-height: 1.71; } }
.newsletter-subscription .button {
    margin-top: 17px; }
.newsletter-subscription #mc_embed_signup {
    max-width: 368px;
    margin: 0 auto; }
.newsletter-subscription #mc_embed_signup input.mce_inline_error {
      border-color: #ff0000 !important; }
.newsletter-subscription #mc_embed_signup div.mce_inline_error {
      font-family: "AvenirNext", Arial, sans-serif;
      font-size: 0.75rem;
      font-weight: 500;
      line-height: 2;
      color: #4a4a4a;
      color: #ff0000;
      background-color: transparent;
      padding: 0;
      margin: 5px 0 0 0; }
@media screen and (min-width: 48em) {
        .newsletter-subscription #mc_embed_signup div.mce_inline_error {
          font-size: 0.875rem;
          line-height: 1.71; } }
.mc-field-group input {
  font-family: "AvenirNext", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #4a4a4a;
  background: none;
  border: none;
  border-bottom: 2px solid #ff02ff;
  width: 100%; }
@media screen and (min-width: 62em) {
    .mc-field-group input {
      font-size: 1.125rem; } }
.mc-field-group input ::-webkit-input-placeholder {
    color: #999999; }
.mc-field-group input :-moz-placeholder {
    color: #999999; }
.mc-field-group input ::-moz-placeholder {
    color: #999999; }
.mc-field-group input :-ms-input-placeholder {
    color: #999999; }
#mce-responses {
  margin-top: 17px; }
#mce-responses .response {
    font-family: "AvenirNext", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2;
    color: #4a4a4a; }
@media screen and (min-width: 48em) {
      #mce-responses .response {
        font-size: 0.875rem;
        line-height: 1.71; } }
#mce-responses .response#mce-error-response {
      color: #ff0000; }
.mc-fields-wrap {
  margin-top: 30px; }
@media screen and (min-width: 48em) {
    .mc-fields-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .mc-fields-wrap .mc-field-group {
        -ms-flex-positive: 1;
            flex-grow: 1; }
      .mc-fields-wrap .button {
        margin: 1px 0 0 12px; } }
.item-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px; }
.item-info {
  white-space: initial; }
.item-info .entry-category {
    font-family: "AvenirNext", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.71;
    text-transform: uppercase;
    color: #4a4a4a;
    display: block;
    margin-top: 8px; }
@media (min-width: 48em) and (max-width: 61.9375em) {
      .item-info .entry-category {
        font-size: 0.625rem;
        line-height: 2.4; } }
.item-info .entry-category a {
      color: inherit; }
.item-info .entry-category a:hover {
        color: inherit;
        text-decoration: none; }
.item-info h3 {
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.43;
    color: #333333; }
@media screen and (min-width: 62em) {
      .item-info h3 {
        font-size: 1.125rem;
        line-height: 1.33; } }
.item-info h3 a {
      color: inherit; }
.item-info h3 a:hover {
        color: inherit;
        text-decoration: none; }
.posts-section.-dark .item-info h3 {
      color: #ffffff; }
.item-info .entry-excerpt {
    font-family: "AvenirNext", Arial, sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.47;
    color: #4a4a4a; }
@media (min-width: 48em) and (max-width: 61.9375em) {
      .item-info .entry-excerpt {
        font-size: 0.75rem;
        line-height: 1.17; } }
.item-info .entry-meta {
    font-family: "AvenirNext", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1;
    color: #ff0000;
    display: block;
    margin-top: 14px; }
@media screen and (min-width: 48em) {
      .item-info .entry-meta {
        font-size: 0.875rem; } }
.item-info .entry-meta a {
      color: inherit; }
.item-info .entry-meta a:hover {
        color: inherit;
        text-decoration: none; }
.item-info .entry-meta .post-author + .post-date:before {
      content: "/";
      padding: 0 6px; }
.item-info.content-wrap .entry-meta,
  .posts-listing__hero-horizontal .item-info .entry-meta {
    margin-top: 5px;
    margin-bottom: 5px; }
@media screen and (min-width: 62em) {
    .item-info.content-wrap .entry-meta,
    .posts-listing__hero-horizontal .item-info .entry-meta {
      margin-top: 8px;
      margin-bottom: 8px; } }
.read-more {
  font-family: "AvenirNext", Arial, sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff0000; }
.read-more:hover {
    color: #ff0000;
    text-decoration: none; }
@media screen and (min-width: 62em) {
    .read-more {
      font-size: 0.75rem; } }
.item.-big .item-image img {
  border-radius: 0; }
.item.-big .item-info h3 {
  color: #000000; }
.item.-big .item-info .entry-excerpt {
  font-family: "AvenirNext", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #4a4a4a;
  line-height: 1.47;
  color: #666666; }
@media screen and (min-width: 62em) {
    .item.-big .item-info .entry-excerpt {
      font-size: 1.125rem; } }
@media screen and (min-width: 48em) {
  .item.-big .content-wrap {
    width: calc(100% - 40px); } }
@media screen and (min-width: 62em) {
  .item.-big .content-wrap {
    width: calc(100% - 80px); } }
.item.video .item-image {
  position: relative; }
.item.video .item-image a {
    display: block; }
.item.video .item-image a:before, .item.video .item-image a:after {
      content: "";
      display: block;
      position: absolute; }
.item.video .item-image a:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.31); }
.item.video .item-image a:after {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 50px;
      height: 56px;
      border-style: solid;
      border-width: 28px 0px 28px 50px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
.posts-listing__square, .posts-listing__numbered, .posts-listing__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
.posts-listing__square > .items, .posts-listing__numbered > .items, .posts-listing__grid > .items {
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
.posts-listing__square .item, .posts-listing__numbered .item, .posts-listing__grid .item {
    width: 100%; }
@media screen and (min-width: 48em) {
    .posts-listing__square .item, .posts-listing__numbered .item, .posts-listing__grid .item {
      width: calc((100% - 28px) / 3); }
      .posts-listing__square .item:last-of-type:nth-of-type(3n+2), .posts-listing__numbered .item:last-of-type:nth-of-type(3n+2), .posts-listing__grid .item:last-of-type:nth-of-type(3n+2) {
        margin-left: 14px;
        margin-right: auto; } }
@media screen and (min-width: 62em) {
    .posts-listing__square .item, .posts-listing__numbered .item, .posts-listing__grid .item {
      width: calc((100% - 136px) / 3); }
      .posts-listing__square .item:last-of-type:nth-of-type(3n+2), .posts-listing__numbered .item:last-of-type:nth-of-type(3n+2), .posts-listing__grid .item:last-of-type:nth-of-type(3n+2) {
        margin-left: 68px; } }
.posts-listing__square .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
.posts-listing__square h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden; }
.posts-listing__square .item-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }
@media (min-width: 20em) and (max-width: 47.9375em) {
  .posts-listing__square .item {
    width: calc(50% - 14px); }
    .posts-listing__square .item:nth-of-type(3n) {
      width: 100%;
      margin-top: 24px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .posts-listing__square .item:nth-of-type(3n) .item-image {
        width: calc(50% - 14px); }
      .posts-listing__square .item:nth-of-type(3n) .item-info {
        width: calc(50% + 8px);
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .posts-listing__square .item-info {
    -ms-flex-positive: 1;
        flex-grow: 1; }
    .posts-listing__square .item-info h3 {
      margin-top: 1px; } }
@media screen and (min-width: 48em) {
  .posts-listing__square .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .posts-listing__square .item-image,
  .posts-listing__square .item-info {
    width: calc(50% - 4px); } }
@media screen and (min-width: 62em) {
  .posts-listing__square .item-image,
  .posts-listing__square .item-info {
    width: calc(50% - 6px); } }
.posts-listing__hero {
  margin-bottom: 7px; }
.posts-listing__hero .item-image img {
    border-radius: 0; }
.posts-listing__hero .entry-excerpt {
    font-family: "AvenirNext", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
    color: #4a4a4a;
    line-height: 1.47;
    color: #666666; }
@media screen and (min-width: 62em) {
      .posts-listing__hero .entry-excerpt {
        font-size: 1.125rem; } }
.posts-listing__hero .entry-excerpt p {
      display: inline; }
@media screen and (min-width: 48em) {
    .posts-listing__hero {
      margin-bottom: 2px; } }
@media screen and (min-width: 62em) {
    .posts-listing__hero {
      margin-bottom: 18px; }
      .posts-listing__hero .content-wrap {
        width: 61.74%; } }
.posts-listing__hero-horizontal .item-image img {
  border-radius: 0; }
.posts-listing__hero-horizontal .item-info {
  background: #ffffff;
  padding: 10px 10px 32px 10px; }
.posts-listing__hero-horizontal .entry-excerpt {
  font-family: "AvenirNext", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #4a4a4a;
  line-height: 1.47;
  color: #666666;
  margin-top: 5px; }
@media screen and (min-width: 62em) {
    .posts-listing__hero-horizontal .entry-excerpt {
      font-size: 1.125rem; } }
@media (min-width: 20em) and (max-width: 47.9375em) {
  .posts-listing__hero-horizontal .item {
    overflow: visible; }
  .posts-listing__hero-horizontal .item-image {
    width: calc(100% + 20px);
    margin: 0 -10px 10px -10px; } }
@media screen and (min-width: 48em) {
  .posts-listing__hero-horizontal .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start; }
  .posts-listing__hero-horizontal .item-image {
    width: 66%; }
  .posts-listing__hero-horizontal .item-info {
    width: calc(34% - 15px);
    padding: 13px 13px 45px 13px; } }
.posts-listing__numbered {
  counter-reset: post;
  margin-bottom: -16px; }
.posts-listing__numbered .item {
    counter-increment: post;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px; }
.posts-listing__numbered .item:before {
      font-family: "Oswald", "Arial Narrow", sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 3rem;
      line-height: 1;
      content: counter(post);
      padding-right: 12px; }
@media screen and (min-width: 62em) {
        .posts-listing__numbered .item:before {
          font-size: 4rem; } }
.posts-listing__numbered .item.video .item-info h3:after {
      content: "";
      display: inline-block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 12px;
      height: 12px;
      margin-left: 4px;
      border-style: solid;
      border-width: 6px 0px 6px 12px;
      border-color: transparent transparent transparent #ff0000; }
.posts-listing__numbered .item-info h3 {
    margin-top: 2px; }
.posts-listing__numbered .item-info .entry-meta {
    margin-top: 6px;
    margin-bottom: 8px; }
@media screen and (min-width: 62em) {
    .posts-listing__numbered .item.video .item-info h3:after {
      width: 14px;
      height: 14px;
      border-width: 7px 0px 7px 14px; } }
.posts-listing__grid {
  margin-bottom: -33px; }
.posts-listing__grid .item {
    margin-bottom: 33px; }
.posts-listing__grid .item-info {
    margin-top: 5px; }
@media (min-width: 20em) and (max-width: 47.9375em) {
      .posts-listing__grid .item-info h3 {
        font-size: 1.25rem;
        line-height: 1.2; } }
.posts-listing__grid .item-info .post-author {
      display: none; }
.posts-listing__grid .item-info .entry-meta {
      margin-top: 24px; }
.posts-listing__grid .item-info .post-date:before {
      display: none; }
.posts-listing__grid .glide__arrows {
    bottom: 33px; }
@media screen and (min-width: 62em) {
    .posts-listing__grid .item {
      width: calc((100% - 100px) / 3); }
      .posts-listing__grid .item:last-of-type:nth-of-type(3n+2) {
        margin-left: 50px; } }
.posts-listing__features {
  margin-bottom: -23px; }
.posts-listing__features .item {
    margin-bottom: 23px; }
@media screen and (min-width: 62em) {
    .posts-listing__features .item-info h3 {
      font-size: 1.25rem;
      line-height: 1.2; } }
.posts-listing__features .item-info .post-author {
    display: inline; }
.posts-listing__features .item-info .post-date:before {
    display: inline; }
.posts-listing__wide .item {
  margin-bottom: 20px; }
.posts-listing__wide .item:last-of-type {
    margin-bottom: 0; }
.posts-listing__wide .item-info h3 {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
  color: #333333; }
@media (min-width: 48em) and (max-width: 61.9375em) {
    .posts-listing__wide .item-info h3 {
      font-size: 1.125rem;
      line-height: 1.11; } }
.posts-listing__wide .item-info .entry-meta {
  margin-top: 44px; }
.posts-listing__wide .item-info .entry-excerpt {
  margin-top: 2px; }
@media (min-width: 20em) and (max-width: 47.9375em) {
  .posts-listing__wide.-compact .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px; }
  .posts-listing__wide.-compact .item-image {
    width: 26.67%; }
  .posts-listing__wide.-compact .item-info {
    width: calc(73.33% - 14px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .posts-listing__wide.-compact .item-info .entry-meta {
      margin-top: 10px; }
    .posts-listing__wide.-compact .item-info h3 {
      font-size: 0.875rem;
      -ms-flex-positive: 1;
          flex-grow: 1; }
    .posts-listing__wide.-compact .item-info .entry-category {
      margin-top: -6px;
      font-size: 0.625rem; }
    .posts-listing__wide.-compact .item-info .entry-excerpt {
      display: none; } }
@media screen and (min-width: 48em) {
  .posts-listing__wide .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 30px; }
  .posts-listing__wide .item-image {
    width: 39.583%; }
  .posts-listing__wide .item-info {
    width: calc(60.417% - 8px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .posts-listing__wide .item-info .entry-meta {
      margin-top: 10px; }
    .posts-listing__wide .item-info .entry-category {
      margin-top: -6px; }
    .posts-listing__wide .item-info .entry-excerpt {
      -ms-flex-positive: 1;
          flex-grow: 1; } }
@media screen and (min-width: 62em) {
  .posts-listing__wide .item {
    margin-bottom: 40px; }
  .posts-listing__wide .item-image {
    width: 43.02%; }
  .posts-listing__wide .item-info {
    width: calc(56.98% - 20px); }
    .posts-listing__wide .item-info .entry-meta {
      margin-top: 23px; } }
.load-more-button {
  display: block;
  width: 100%;
  margin: 40px auto 0 auto; }
.load-more-button:disabled {
    cursor: default;
    background: #201f1f; }
.load-more-button:disabled:after {
      content: "..."; }
@media screen and (min-width: 48em) {
    .load-more-button {
      width: 50%;
      min-width: 365px; } }
.related-reading {
  position: relative;
  margin-top: 38px;
  margin-bottom: 24px;
  padding-bottom: 44px; }
.related-reading:after {
    display: block;
    height: 6px;
    width: calc(100vw - 10px);
    margin-left: -20px;
    content: "";
    background: #ff0000;
    position: absolute;
    bottom: 0; }
@media screen and (min-width: 48em) {
      .related-reading:after {
        width: calc(107.65683% + 120px);
        margin-left: -40px; } }
@media screen and (min-width: 62em) {
      .related-reading:after {
        width: calc(145.56575% + 120px); } }
@media (min-width: 20em) and (max-width: 47.9375em) {
    .post:not(.feature-post) .entry-content:not(.-wide) .related-reading .item-wrap {
      width: calc(100% + 50px) !important;
      margin-left: -20px;
      margin-right: -30px; }
    .post.feature-post .related-reading:after {
      width: calc(100% + 20px);
      margin-left: -10px; } }
.related-reading .item-label {
    font-family: "AvenirNext", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.71;
    text-transform: uppercase;
    color: #4a4a4a;
    display: block;
    margin-top: 8px; }
@media (min-width: 48em) and (max-width: 61.9375em) {
      .related-reading .item-label {
        font-size: 0.625rem;
        line-height: 2.4; } }
.related-reading .entry-excerpt {
    margin-top: 3px; }
.related-reading h3 {
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1;
    color: #333333;
    margin: 0; }
.entry-content .related-reading h3 {
      margin: 0; }
.related-reading h3 a {
      color: inherit; }
.related-reading h3 a:hover {
        color: inherit;
        text-decoration: none; }
.post.-dark .related-reading .item-label,
  .post.-dark .related-reading .entry-excerpt {
    color: #999999; }
.post.-dark .related-reading h3 {
    color: #d0d0d0; }
@media screen and (min-width: 48em) {
    .related-reading {
      margin-bottom: 35px;
      padding-bottom: 46px; }
      .related-reading .item-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: start;
            align-items: flex-start; }
      .related-reading .item-label {
        margin: -0.5rem 0; }
      .related-reading .item-image {
        width: 41.46%; }
      .related-reading .item-info {
        width: calc(58.54% - 15px); } }
@media screen and (min-width: 62em) {
    .related-reading .item-label {
      margin: -0.25rem 0; } }
.posts-section.-accent,
.archive-posts.-accent {
  position: relative;
  color: #000000;
  margin-top: 3px; }
.posts-section.-accent .container,
  .archive-posts.-accent .container {
    position: static; }
.posts-section.-accent .container:before,
    .archive-posts.-accent .container:before {
      content: "";
      display: block;
      height: 6px;
      width: 100%;
      left: 0;
      top: -3px;
      background: currentColor;
      position: absolute; }
@media screen and (min-width: 62em) {
        .posts-section.-accent .container:before,
        .archive-posts.-accent .container:before {
          width: 90.22%;
          left: 9.78%; } }
@media (min-width: 20em) and (max-width: 47.9375em) {
        .adjacent-sections .posts-section.-accent .container:before, .adjacent-sections
        .archive-posts.-accent .container:before {
          width: calc(100% + 20px);
          left: -10px; } }
@media screen and (min-width: 48em) {
        .adjacent-sections .posts-section.-accent .container:before, .adjacent-sections
        .archive-posts.-accent .container:before {
          width: 100%;
          left: 0; } }
@media (min-width: 48em) and (max-width: 61.9375em) {
    .adjacent-sections .section:first-of-type .posts-section.-accent .container:before, .adjacent-sections .section:first-of-type
    .archive-posts.-accent .container:before {
      left: -50%;
      width: 150%; } }
.adjacent-sections .section:last-of-type .posts-section.-accent .container:after, .adjacent-sections .section:last-of-type
  .archive-posts.-accent .container:after {
    content: "";
    display: block;
    height: 6px;
    width: 100%;
    left: 0;
    top: -3px;
    background: currentColor;
    position: absolute;
    left: 100%; }
.posts-section.-accent.-red,
  .archive-posts.-accent.-red {
    color: #ff0000; }
.posts-section.-accent.-green,
  .archive-posts.-accent.-green {
    color: #33ff00; }
.posts-section.-accent.-pink,
  .archive-posts.-accent.-pink {
    color: #ff02ff; }
.posts-section.-accent.-blue,
  .archive-posts.-accent.-blue {
    color: #0000ff; }
.posts-section {
  padding: 10px 0 32px 0; }
.posts-section:last-child {
    padding-bottom: 0; }
@media (min-width: 20em) and (max-width: 47.9375em) {
    .adjacent-sections .section:not(:last-of-type) .posts-section:last-child {
      padding-bottom: 32px; }
    .posts-section .container {
      width: 100%; }
    .posts-section .posts-listing__square {
      padding: 0 20px; } }
.posts-section.section-hero {
    padding: 0;
    margin-bottom: 40px; }
@media screen and (min-width: 48em) {
      .posts-section.section-hero {
        margin-bottom: 27px; } }
@media screen and (min-width: 62em) {
      .posts-section.section-hero {
        margin-bottom: 40px; } }
.posts-section.-dark {
    background: #000000; }
.posts-section.-dark .section-title {
      color: #ffffff; }
.posts-section.-no-meta .item-info:not(.post-title-wrap) .entry-meta {
    display: none; }
.section-title {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.875rem;
  line-height: 0.8;
  color: #000000;
  margin-top: 0;
  margin-bottom: 30px; }
@media screen and (min-width: 62em) {
    .section-title {
      font-size: 2.25rem; } }
.section-more {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1;
  color: #ff0000; }
.section-more:hover {
    color: #ff0000;
    text-decoration: none; }
@media (min-width: 20em) and (max-width: 47.9375em) {
  .section-hero .posts-listing__grid {
    padding: 0 10px; } }
.section-watch .item + .item {
  margin-top: 20px; }
.section-watch .item:not(.-big) .item-info {
  margin-top: 5px; }
@media screen and (min-width: 62em) {
    .section-watch .item:not(.-big) .item-info {
      margin-top: 10px; } }
@media (min-width: 20em) and (max-width: 47.9375em) {
  .section-watch .posts-listing__masonry .masonry-column {
    padding: 0 10px; }
    .section-watch .posts-listing__masonry .masonry-column.-main {
      margin: 0 -10px 20px -10px;
      padding: 0; } }
@media screen and (min-width: 48em) {
  .section-watch .posts-listing__masonry {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .section-watch .posts-listing__masonry .masonry-column {
      width: calc((100% - 28px) / 3);
      position: relative; }
      .section-watch .posts-listing__masonry .masonry-column.-main {
        width: calc((200% - 14px) / 3);
        display: -ms-flexbox;
        display: flex; }
        .section-watch .posts-listing__masonry .masonry-column.-main .item {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          margin-bottom: -32px; }
          .section-watch .posts-listing__masonry .masonry-column.-main .item .item-info {
            -ms-flex-positive: 1;
                flex-grow: 1; } }
@media screen and (min-width: 62em) {
  .section-watch .posts-listing__masonry .masonry-column {
    width: calc((100% - 100px) / 3); }
    .section-watch .posts-listing__masonry .masonry-column.-main {
      width: calc((200% - 50px) / 3); } }
.adjacent-sections {
  overflow: hidden;
  padding-top: 10px;
  margin-top: -10px; }
.adjacent-sections > .container {
    position: static; }
@media (min-width: 20em) and (max-width: 47.9375em) {
      .adjacent-sections > .container {
        width: 100%; } }
.adjacent-sections > .container .container {
      width: 100%;
      padding: 0; }
@media screen and (min-width: 48em) {
    .adjacent-sections {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .adjacent-sections > .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: justify;
            justify-content: space-between; }
      .adjacent-sections .section {
        -ms-flex-positive: 1;
            flex-grow: 1; } }
@media screen and (min-width: 48em) and (min-width: 48em) {
      .adjacent-sections .section.-small {
        width: 33.33%; }
      .adjacent-sections .section.-big {
        width: 67.77%; } }
@media screen and (min-width: 48em) {
        .adjacent-sections .section + .section {
          margin-left: 30px; } }
.post-thumbnail img {
  display: block;
  width: 100%;
  height: auto; }
@media screen and (min-width: 75em) {
    .post-thumbnail img {
      max-height: 550px;
      -o-object-fit: cover;
         object-fit: cover; } }
.post-title-wrap {
  padding-top: 10px;
  padding-bottom: 14px;
  margin-top: -60px; }
@media screen and (min-width: 48em) {
    .post-title-wrap {
      padding-top: 14px;
      padding-bottom: 30px;
      margin-top: -70px; } }
@media screen and (min-width: 62em) {
    .post-title-wrap {
      padding-bottom: 18px;
      margin-top: -80px; } }
.post {
  overflow: hidden; }
.post .entry-header-topbar {
    position: relative;
    line-height: 1.5rem; }
.post .entry-header-topbar .entry-meta {
      padding-top: 4px; }
.post .share-links-container {
    display: none;
    position: relative; }
@media screen and (min-width: 48em) {
      .post .share-links-container {
        display: block; } }
.post .share-links {
    position: absolute;
    right: 10px;
    top: -2px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
.post .entry-meta {
    padding: 0; }
@media (min-width: 20em) and (max-width: 47.9375em) {
      .post .entry-meta {
        width: calc(100% - 20px); } }
.post .entry-meta a {
      color: inherit; }
.post .entry-meta a:hover {
        color: inherit;
        text-decoration: none; }
.post .entry-meta .post-category {
      font-family: "AvenirNext", Arial, sans-serif;
      font-size: 0.875rem;
      font-weight: 700;
      line-height: 1.71;
      text-transform: uppercase;
      color: #4a4a4a;
      display: inline-block;
      vertical-align: baseline;
      margin-right: 7px; }
@media screen and (min-width: 48em) {
        .post .entry-meta .post-category {
          margin-right: 10px; } }
.post .entry-meta .post-author,
    .post .entry-meta .post-date {
      font-family: "AvenirNext", Arial, sans-serif;
      font-size: 0.75rem;
      font-weight: 500;
      line-height: 1;
      color: #ff0000; }
@media screen and (min-width: 48em) {
        .post .entry-meta .post-author,
        .post .entry-meta .post-date {
          font-size: 0.875rem; } }
.post .entry-meta .post-author + .post-date:before {
      content: "/";
      padding: 0 6px; }
.post .entry-title {
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.65rem;
    line-height: 1;
    color: #333333;
    margin: 0; }
@media screen and (min-width: 48em) {
      .post .entry-title {
        font-size: 1.5rem;
        line-height: 1.29; } }
@media screen and (min-width: 62em) {
      .post .entry-title {
        font-size: 2.375rem;
        line-height: 1.13; } }
.post .entry-title a {
      color: inherit; }
.post .entry-title a:hover {
        color: inherit;
        text-decoration: none; }
.post .post-date {
    display: inline;
    margin: 0; }
.post .entry-subtitle {
    margin-top: 11px; }
.post .entry-subtitle:after {
      display: block;
      height: 6px;
      width: calc(100vw - 10px);
      margin-left: -20px;
      content: "";
      background: #000000;
      margin-top: 14px; }
@media screen and (min-width: 48em) {
        .post .entry-subtitle:after {
          width: calc(107.65683% + 120px);
          margin-left: -40px; } }
@media screen and (min-width: 62em) {
        .post .entry-subtitle:after {
          width: calc(145.56575% + 120px); } }
@media screen and (min-width: 62em) {
        .post .entry-subtitle:after {
          margin-top: 18px; } }
.post .content-wrap {
    background: #ffffff;
    position: relative; }
.post .entry-footer {
    margin-top: 46px; }
@media screen and (min-width: 48em) {
      .post .entry-footer {
        margin-top: 57px; } }
@media screen and (min-width: 48em) {
      .post .entry-footer {
        margin-top: 78px; } }
.post.-dark {
    background: #000000;
    color: #999999;
    padding-bottom: 38px; }
.lightbox .post.-dark {
      padding-bottom: 0; }
@media screen and (min-width: 48em) {
      .post.-dark {
        padding-bottom: 90px; }
        .post.-dark .entry-content {
          padding: 0 40px; } }
.post.-dark .entry-header-topbar .entry-meta {
      padding-top: 0; }
.post.-dark .entry-title {
      color: #ffffff;
      margin-bottom: 0; }
.post.-dark .entry-meta {
      width: 100%;
      margin-bottom: 10px; }
@media screen and (min-width: 48em) {
        .post.-dark .entry-meta {
          margin-bottom: 6px; } }
@media (min-width: 20em) and (max-width: 47.9375em) {
      .post.-dark:not(.video-post) figure {
        margin-left: 0;
        margin-right: 0;
        width: 100% !important; } }
.entry-no-related {
  margin-bottom: -40px; }
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin: 24px 0 5px 0; }
.entry-content h1:first-child,
  .entry-content h2:first-child,
  .entry-content h3:first-child,
  .entry-content h4:first-child,
  .entry-content h5:first-child,
  .entry-content h6:first-child {
    margin-top: 0; }
.entry-content a {
  color: #ff0000; }
.entry-content a:hover, .entry-content a:focus {
    color: #ff0000;
    text-decoration: none; }
.entry-content .highlight {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin: 2.125rem 0; }
@media screen and (min-width: 48em) {
    .entry-content .highlight {
      line-height: 1.25; } }
@media screen and (min-width: 48em) {
    .entry-content .highlight {
      margin: 2.875rem 0; } }
.entry-content blockquote,
.entry-content .pullquote {
  margin: 50px 0 40px 0; }
.entry-content .pullquote {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 500;
  font-size: 1.33rem;
  line-height: 1.125;
  padding: 0 0 0 26px;
  position: relative; }
@media screen and (min-width: 62em) {
    .entry-content .pullquote {
      font-size: 1.5rem; } }
.entry-content .pullquote:before {
    content: "\201C";
    position: absolute;
    top: -28px;
    left: 0;
    font-size: 4.5rem; }
@media screen and (min-width: 48em) {
    .entry-content .pullquote {
      padding: 0; }
      .entry-content .pullquote:before {
        left: -26px; } }
.entry-content blockquote {
  font-style: italic;
  padding-left: 40px; }
.entry-content p + p {
  margin-top: 1.25rem; }
@media screen and (min-width: 62em) {
    .entry-content p + p {
      margin-top: 1.625rem; } }
.entry-content span[style*="font-weight: 400"] {
  font-weight: inherit !important; }
.entry-content hr {
  display: block;
  height: 6px;
  width: calc(100vw - 10px);
  margin-left: -20px;
  background: #ff0000;
  border: none;
  margin-top: 40px;
  margin-bottom: 30px; }
@media screen and (min-width: 48em) {
    .entry-content hr {
      width: calc(107.65683% + 120px);
      margin-left: -40px; } }
@media screen and (min-width: 62em) {
    .entry-content hr {
      width: calc(145.56575% + 120px); } }
.entry-content figure.alignleft, .entry-content figure.alignright,
.entry-content img.alignleft,
.entry-content img.alignright {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  width: auto !important; }
.entry-content figure.alignleft + p, .entry-content figure.alignright + p,
  .entry-content img.alignleft + p,
  .entry-content img.alignright + p {
    margin-top: 1.25rem; }
@media screen and (min-width: 62em) {
    .entry-content figure.alignleft, .entry-content figure.alignright,
    .entry-content img.alignleft,
    .entry-content img.alignright {
      margin-top: 1.625rem; }
      .entry-content figure.alignleft + p, .entry-content figure.alignright + p,
      .entry-content img.alignleft + p,
      .entry-content img.alignright + p {
        margin-top: 1.625rem; } }
.entry-content figure.alignleft,
.entry-content img.alignleft {
  float: left;
  margin-right: 1.25rem; }
.entry-content figure.alignright,
.entry-content img.alignright {
  float: right;
  margin-left: 1.25rem; }
.entry-content figure.aligncenter,
.entry-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
.entry-content figure {
  width: calc(100% + 50px) !important;
  margin: 27px -30px 27px -20px; }
@media screen and (min-width: 48em) {
    .entry-content figure {
      width: 100% !important;
      margin: 46px 0; } }
@media screen and (min-width: 62em) {
    .entry-content figure {
      margin: 40px 0; } }
.entry-content figcaption {
  font-family: "AvenirNext", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 16px; }
@media screen and (min-width: 48em) {
    .entry-content figcaption {
      font-size: 0.875rem;
      line-height: 1.57; } }
.entry-content > iframe,
.entry-content > p > iframe {
  max-width: 100%; }
.entry-content dl,
.entry-content ol,
.entry-content ul {
  margin: 1.25rem 2.5rem; }
@media screen and (min-width: 62em) {
    .entry-content dl,
    .entry-content ol,
    .entry-content ul {
      margin: 1.625rem 2.5rem; } }
.video-post .video-embed {
  text-align: center; }
.video-post .video-embed figure {
    margin: 25px -10px;
    width: calc(100% + 20px) !important; }
@media screen and (min-width: 48em) {
      .video-post .video-embed figure {
        margin: 15px 0 25px 0;
        width: 100% !important; } }
.related-videos {
  padding-top: 8px; }
@media screen and (min-width: 48em) {
    .related-videos {
      padding-top: 17px; } }
.related-shorts {
  padding-top: 40px; }
@media screen and (min-width: 48em) {
    .related-shorts {
      padding-top: 53px;
      padding-bottom: 13px; } }
.feature-post .entry-header-topbar {
  background: #000000; }
.feature-post .entry-header-topbar .content-wrap {
    background: inherit; }
.feature-post .entry-header-topbar .entry-meta {
    padding-top: 0; }
.feature-post .entry-meta .post-category {
  color: #ffffff; }
.feature-post .share-links a {
  color: #ffffff; }
.feature-post .share-links a:hover {
    color: #ffffff;
    text-decoration: none; }
@media screen and (min-width: 48em) {
  .feature-post .entry-title {
    font-size: 2.4rem; } }
@media screen and (min-width: 62em) {
  .feature-post .entry-title {
    font-size: 3rem; } }
.feature-post .entry-subtitle {
  font-weight: 700; }
@media screen and (min-width: 48em) {
    .feature-post .entry-subtitle {
      font-size: 0.975rem; } }
@media screen and (min-width: 62em) {
    .feature-post .entry-subtitle {
      font-size: 1.25rem; } }
@media screen and (min-width: 48em) {
  .feature-post .entry-content {
    font-size: 0.975rem; } }
@media screen and (min-width: 62em) {
  .feature-post .entry-content {
    font-size: 1.25rem; } }
.feature-post .pullquote {
  font-size: 1.5rem; }
@media screen and (min-width: 62em) {
    .feature-post .pullquote {
      font-size: 1.66rem; } }
@media (min-width: 20em) and (max-width: 47.9375em) {
  .feature-post .entry-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
    .feature-post .entry-content figure {
      width: 100% !important;
      margin-left: 0;
      margin-right: 0; } }
.archive-header {
  background: #000000;
  padding: 10px 0 32px 0; }
@media (min-width: 20em) and (max-width: 47.9375em) {
    .archive-header {
      padding-bottom: 10px; } }
.archive-header .section-title {
    color: #ffffff; }
.archive-posts {
  padding-top: 28px; }
@media screen and (min-width: 48em) {
    .archive-posts {
      padding-top: 40px; } }
.archive-posts.-collection {
    padding-top: 10px;
    padding-bottom: 76px; }
.archive-posts.-collection .item-info time {
      position: absolute;
      bottom: 0; }
.post-authors hr {
  background: #000000; }
.contributor-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 27px; }
.contributor-item:last-of-type {
    margin-bottom: 0; }
.contributor-item h3 {
    font-family: "AvenirNext", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.71;
    text-transform: none;
    color: #4a4a4a; }
@media (min-width: 48em) and (max-width: 61.9375em) {
      .contributor-item h3 {
        font-size: 0.75rem;
        line-height: 2; } }
.contributor-item h3 a {
      color: inherit; }
.contributor-item h3 a:hover {
        color: inherit;
        text-decoration: none; }
.contributor-item img {
    width: 40px;
    border-radius: 50%;
    margin-right: 14px; }
.contributor-item .contributor-info {
    width: calc(100% - 54px);
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-top: -8px; }
@media (min-width: 48em) and (max-width: 61.9375em) {
      .contributor-item .contributor-info {
        margin-top: -5px; } }
.contributor-item .contributor-bio {
    font-family: "AvenirNext", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.42;
    color: #000000; }
@media (min-width: 48em) and (max-width: 61.9375em) {
      .contributor-item .contributor-bio {
        font-size: 0.625rem;
        line-height: 1.7; } }
@media screen and (min-width: 48em) {
    .contributor-item.-wide img {
      width: 84px;
      margin-right: 28px; }
    .contributor-item.-wide .contributor-info {
      width: calc(100% - 112px); }
    .contributor-item.-wide h3 {
      font-size: 1.25rem;
      line-height: 1.2; }
    .contributor-item.-wide .contributor-bio {
      font-size: 1.125rem;
      line-height: 1.33; }
    .contributor-item.-wide .contributor-info {
      margin-top: 10px; } }
.post.-dark .post-authors hr {
  background: #ffffff; }
.post.-dark .contributor-item h3 {
  color: #ffffff; }
.post.-dark .contributor-item .contributor-bio {
  color: #999999; }
.author-header {
  background: #000000;
  color: #ffffff;
  padding-bottom: 20px; }
.author-header .author-image {
    width: 46.67%;
    margin: 0 auto; }
.author-header .author-image img {
      border-radius: 50%;
      margin-bottom: 17px; }
.author-header .author-bio {
    margin-bottom: 17px; }
.author-header .author-social {
    list-style: none; }
.author-header .author-social svg {
      display: inline-block;
      width: 17px;
      vertical-align: middle;
      margin-right: 3px; }
.author-header .author-social a {
      color: inherit; }
.author-header .author-social a:hover {
        color: inherit;
        text-decoration: none; }
.author-header .author-social li + li {
      margin-top: 10px; }
.author-header .author-stats {
    list-style: none;
    margin-top: 21px; }
.author-header .author-stats li {
      text-align: center;
      display: inline-block; }
.author-header .author-stats li + li {
        margin-left: 35px; }
.author-header .author-stats em,
    .author-header .author-stats label {
      display: block; }
.author-header .author-stats em {
      font-family: "Oswald", "Arial Narrow", sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 3rem;
      font-style: normal;
      line-height: 1; }
@media (min-width: 48em) and (max-width: 61.9375em) {
        .author-header .author-stats em {
          font-size: 2.3125rem; } }
.author-header .author-stats label {
      font-family: "Oswald", "Arial Narrow", sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 1.25rem;
      line-height: 1.2; }
@media (min-width: 48em) and (max-width: 61.9375em) {
        .author-header .author-stats label {
          font-size: 0.9375rem; } }
.author-header .section-title {
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1; }
@media screen and (min-width: 48em) {
    .author-header .container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: calc(67.75% + 20px); }
    .author-header .author-image {
      width: calc(24.55% + 37px);
      padding-right: 37px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .author-header .author-image img {
        margin: 0; }
    .author-header .author-info {
      -ms-flex-positive: 1;
          flex-grow: 1; }
    .author-header .section-title {
      margin-top: 13px; }
    .author-header .author-meta {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-top: 28px; }
    .author-header .author-stats {
      margin-top: 0; } }
@media screen and (min-width: 62em) {
    .author-header .container {
      width: calc(57.58% + 20px); } }
.author-posts {
  padding-top: 13px; }
@media screen and (min-width: 48em) {
    .author-posts {
      padding-top: 18px; } }
.type-page .entry-header {
  padding: 7px 0 23px 0;
  background: #000000;
  color: #ffffff;
  text-align: center; }
@media screen and (min-width: 48em) {
    .type-page .entry-header {
      padding: 38px 0; } }
.type-page .entry-header .entry-title {
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 2.25rem;
    line-height: 1.1;
    margin: 0; }
@media screen and (min-width: 48em) {
      .type-page .entry-header .entry-title {
        font-size: 2.625rem; } }
@media screen and (min-width: 62em) {
      .type-page .entry-header .entry-title {
        font-size: 3rem; } }
.type-page .entry-content {
  margin-top: 30px; }
@media screen and (min-width: 48em) {
    .type-page .entry-content {
      margin-top: 40px; } }
.error404-wrap {
  position: relative;
  text-align: center;
  padding: 15px 12px 0 12px;
  overflow: hidden; }
.error404-wrap:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 4;
    background-image: url("./assets/images/404/fog.png");
    background-size: cover;
    background-position: center bottom;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.error404-wrap h1 {
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 9.5px;
    font-size: 47.50vw;
    line-height: 1;
    color: #000000;
    margin: 0;
    z-index: 1; }
.error404-wrap img {
    display: block; }
.error404-wrap .ghost {
    -webkit-animation: ghost 2.5s linear 0s infinite;
            animation: ghost 2.5s linear 0s infinite;
    z-index: 2;
    width: 49.49%;
    height: auto;
    position: absolute;
    left: 21.40%;
    top: 0;
    margin-top: 24%; }
.error404-wrap .grave {
    position: relative;
    margin: 23.25% auto 0 auto;
    z-index: 3;
    width: 100%;
    max-width: 778px;
    height: auto; }
.error404-content {
  z-index: 5;
  position: relative;
  padding: 0 7.25%; }
.error404-content p {
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: normal;
    color: #000000;
    margin: 15px auto 29px auto; }
.error404-content .btn-cta {
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1;
    display: inline-block;
    background: #33ff00;
    padding: 8px 26px;
    color: #000000; }
@media screen and (min-width: 48em) {
  .error404-wrap {
    padding: 35px 30px 120px 30px; }
    .error404-wrap h1 {
      font-size: 18.75rem; }
    .error404-wrap .ghost {
      width: 287px;
      left: auto;
      right: 50%;
      top: 15px;
      margin-top: 0;
      margin-right: -111px; }
    .error404-wrap .grave {
      margin: -55px auto 0 auto; }
  .error404-content {
    padding: 0; }
    .error404-content p {
      font-size: 1.875rem;
      margin: 0 auto 29px auto; }
    .error404-content .btn-cta {
      font-size: 2.25rem;
      padding: 16px 53px; } }
@-webkit-keyframes ghost {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6.22%);
            transform: translateY(6.22%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes ghost {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(6.22%);
            transform: translateY(6.22%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.search-header {
  background: #000000;
  padding: 4px 0 11px 0; }
@media screen and (min-width: 48em) {
    .search-header {
      padding: 12px 0 17px 0; } }
@media (min-width: 20em) and (max-width: 47.9375em) {
    .search-header .container {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
.search-header .search-form {
    position: relative; }
.search-header .search-field {
    font-family: "AvenirNext", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
    color: #4a4a4a;
    font-weight: 700;
    font-size: 1.5rem;
    border: none;
    background: none;
    color: #ffffff;
    width: 100%;
    padding: 0 56px 0 0;
    border-bottom: 1px solid; }
@media screen and (min-width: 62em) {
      .search-header .search-field {
        font-size: 1.125rem; } }
@media screen and (min-width: 48em) {
      .search-header .search-field {
        font-size: 2.25rem; } }
.search-header .search-submit {
    -webkit-appearance: none;
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.search-header .search-submit path {
      fill: #ffffff; }
.results-wrap > div[class*="results-wrap__"]:not(.active) {
  display: none; }
@media screen and (min-width: 48em) {
  .results-wrap__articles {
    width: 81.55%;
    margin: 0 auto; }
    .results-wrap__articles .load-more-button {
      width: 100%; } }
@media screen and (min-width: 62em) {
  .results-wrap__articles {
    width: 67.87%; } }
@media screen and (min-width: 48em) {
  .results-wrap__videos .load-more-button {
    width: 81.55%; } }
@media screen and (min-width: 62em) {
  .results-wrap__videos .load-more-button {
    width: 67.87%; } }
.results-wrap .search-no-results {
  text-align: center; }

