@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;
}

@font-face {
    font-family: Bodoni;
    src: url(./assets/fonts/BodoniLT.ttf) format("ttf");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Bodoni;
    src: url(./assets/fonts/BodoniLT-Italic.ttf) format("ttf");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'BodoniBE';
    font-style: normal;
    font-weight: bold;
    /*src: url('./assets/fonts/');*/
    /* IE9 Compat Modes */
    src: local('BodoniBE'), local('BodoniBE'),
    url('./assets/fonts/BodoniBE-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ /*url('./assets/fonts/BodoniBE-Bold.woff2') format('woff2'),*/ /* Super Modern Browsers */ url('./assets/fonts/BodoniBE-Bold.woff') format('woff'), /* Modern Browsers */ url('./assets/fonts/BodoniBE-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('./assets/fonts/BodoniBE-Bold.svg#BodoniBE') format('svg'); /* Legacy iOS */
    font-display: swap;
}

@font-face {
    font-family: 'BodoniBE';
    font-style: italic;
    font-weight: bold;
    /*src: url('./assets/fonts/');*/
    /* IE9 Compat Modes */
    src: local('BodoniBE'), local('BodoniBE'),
    url('./assets/fonts/BodoniBE-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ /*url('./assets/fonts/BodoniBE-BoldItalic.woff2') format('woff2'),*/ /* Super Modern Browsers */ url('./assets/fonts/BodoniBE-BoldItalic.woff') format('woff'), /* Modern Browsers */ url('./assets/fonts/BodoniBE-BoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */ url('./assets/fonts/BodoniBE-BoldItalic.svg#BodoniBE') format('svg'); /* Legacy iOS */
    font-display: swap;
}


@font-face {
    font-family: Bodoni;
    src: url(./assets/fonts/BodoniLT-Bold.ttf) format("ttf");
    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);
    }

    .share-links-container.container {
        width: 100% !important
    }
}

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

    .entry-meta.content-wrap {
        width: 100%
    }

    .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;
        /*max-width: 950px;*/
    }

    .site-header .site-logo {
        width: 132px;
    }
}

.site-header .container {
    position: relative;
    display: flex;
    width: 100% !important;
}

@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: 400;
    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; */
        padding-right: 5% !important;
    }
}

.topics-menu li + li {
    margin-top: 4px;
}

.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: 200px;
    background: #ffffff;
    border: 2px solid #979797;
    border-radius: 10px;
    font-size: 1.125rem;
    padding: 12px 16px 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;
    display: 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;
}

.form-subscribeBox #mc_embed_signup {
    max-width: 100% !important
}

.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: #fff;
    background-color: transparent;
    padding: 5px;
    margin: 5px 0 0 0;
    text-align: left;
    position: absolute;
    top: -42px;
    background: #c40000;
    left: -3px;

    display: none
}

@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;
}

.form-subscribeBox #mce-responses {
    margin-top: 0 !important
}

#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);
    }

/*     


    DISABLED FOR REVIEW



    .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;

        margin-bottom:30px;
    }

    .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 .entry-header-topbar {
    position: relative;
    line-height: 1.5rem;
    padding: 10px 0;
}

.post .entry-header-topbar .entry-meta {
    padding-top: 4px;
    margin-left: 0 !important;
}

.post .share-links-container {
    display: none;
    position: relative;
    padding: 0;
}

@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%); */
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    margin-top: 3px;
}

.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 {
    content: "";
    display: none !important;
    height: 6px;
    width: 150px !important;
    margin: 30px auto 20px !important;
    background: #ddd;
    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;
    margin-top: 0 !important;
    margin-left: 20px;
    margin-right: 20px;
}

.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;*/
    width: 100% !important;
    margin-left: 0 !important;
    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;
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
}

.feature-post .entry-header-topbar .content-wrap {
    background: inherit;
}

.feature-post .entry-header-topbar .entry-meta {
    padding-top: 0;
    /* padding-left: 10px; */
}

.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;
}


.site-header__cart span {
    display: none;
}

.site-header__cart svg {
    fill: #fff !important;
    width: 24px;
    height: 24px;
    margin-top: 8px;
}

.nav-shoplink {
    border-top: 1px solid #666;
    padding-top: 5px;
}

.search-form.hide {
    display: none;
}

.desktop-nav .container {
    margin: 0 auto;
}

@media (min-width: 1000px) {
    .desktop-nav .container {
        width: 100% !important;
    }

    .expanded-nav {
        max-width: 1000px !important
    }

    .desktop-nav .main-nav {
        width: 100% !important;
    }
}

@media (min-width: 1620px) {
    .desktop-nav .container {
        width: 100% !important;
    }
}

/*.desktop-nav .container {
    width: calc(80.44% + 20px);
}*/

.desktop-nav .main-nav {
    width: 65%;
    padding: 10px 0;
    max-width: 950px;
    margin: 0 auto;
}

@media (max-width: 1150px) {
    .desktop-nav .main-nav {
        width: 100% !important;
    }
}

.desktop-nav .main-nav ul li.more {
    background: url(src/images/plus-minus.svg) -9px center #111 no-repeat;
    /* display: inline-table; */
    width: 30px;
    position: absolute;
    /*margin-top: 13px;*/
    z-index: 2;
    right: 0;
    top: 3px;
    bottom: 0;
    margin: auto;
    height: 30px;
    text-align: center;
    /* font-size: 3rem; */
    padding: 0;
    border-radius: 30px;
    overflow: hidden;
    background-size: 70px;
    transition: 0.3s ease all;
    cursor: pointer;
}

.desktop-nav .main-nav ul li.more.clickedButton {
    background-position-x: -32px;
}

.desktop-nav .more a {
    color: #fff !important;
    padding: 0px !important;
    font-size: 2.1rem !important;
    position: Absolute;
    top: -16px;
    left: 0px;
    right: 0;
    margin: 0 auto;
}

.desktop-nav .main-nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2px 0;
    margin: 0;
    /* border-bottom:1px dotted #ccc; */
    position: relative;
}

.desktop-nav .main-nav ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.desktop-nav .main-nav ul > li {
    margin: 0;
    /* padding: 0 32px; */
}

.desktop-nav .main-nav ul li a {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 16px;
    color: #111;
    text-decoration: none;
    content: 'more' !important;
}

@media (max-width: 1350px) {
    .desktop-nav .main-nav ul li a {
        /* font-size:.75em !important; */
    }
}

@media (max-width: 1100px) {
    .desktop-nav .main-nav ul li a {
        /* font-size:.65em !important; */
    }

    .site-header .container {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .desktop-nav {
        padding: 0 !important;
        margin: 0 !important;
    }

    .desktop-nav .main-nav ul li a {
        font-size: .55em !important;
    }

    .more {
        margin-top: 22px !important;
    }

    .more {
        font-size: .75em !important;
    }

    .desktop-nav .expanded-nav {
        /* padding-top:20px; */
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .desktop-nav .main-nav ul li a {
        font-size: 1em !important;
    }

    .desktop-nav .main-nav ul > li {
        margin: 0 7px;
    }

    .desktop-nav .main-nav ul li.more a {
        font-size: 2.1rem !important;
    }

    .menu-topics-container {
        padding-right: 50px !important;
    }

    .desktop-nav .main-nav ul {
        /* padding-top:5px */
    }

    .topics-menu {
        padding-right: 20px !important
    }

    .desktop-nav .main-nav ul li.more {
        margin-top: -3px !important;
    }
}

.desktop-nav .expanded-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
    /* padding:20px 0; */
    max-width: 850px;
    margin: 0 auto;
}

.desktop-nav .topic {
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.desktop-nav .desktop-nav .subtopic a {
    text-decoration: none;
    color: #888;
    font-weight: 100;
    margin-bottom: 3px;
    transition: 0.1s ease all;
}

.desktop-nav .subtopic a:hover {
    margin-bottom: 0;
    border-bottom: 3px solid #111;
    color: #111;
}

.desktop-nav .expanded-nav-container {
    background: #fff;
    border-bottom: 1px solid #111;
    /*box-shadow: 0px 30px 30px 1px rgba(0,0,0,0.2);*/
}


.desktop-nav .topic > a {
    font-size: 2em;
    color: #111;
    text-decoration: none;
}

.desktop-nav .subtopic {
    list-style: none;
    padding: 0;
    margin: 0;
    /*display:;*/
}

.desktop-nav .subtopic li {
    padding: 0;
    margin: 0;
}

.desktop-nav .split {
    display: flex;
}

.desktop-nav .split .subtopic {
    padding-right: 20px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .desktop-nav .topic {
        flex: 33%;
    }

    .header-navigation__open {
        display: none;
    }
}

@media (min-width: 1200px) {
    .desktop-nav .topic {
        flex: 20%;
    }

    .desktop-nav .main-nav ul li.more {
        margin-top: -5px !important
    }
}

@media (max-width: 767px) {
    .desktop-nav .expanded-nav,
    .search-form-desktop__open {
        display: none !important;
    }

    .desktop-nav {
        display: none
    }

    button.search-form__open.btn-icon {
        margin-top: 4px !important;
    }

    .topics-menu li {
        margin: 0 0 -5px !important
    }

    .menu-topics-container {
        margin-bottom: 30px;
    }

    .menu-topics-container {
        padding: 0 !important;
        text-align: center;
    }

    .topics-menu li:last-child {
        font-style: italic !important
    }


}

.desktop-nav .container.open {
    display: block;
}

.desktop-nav .expanded-nav-container,
.search-form-desktop {
    display: none;
}

.desktop-nav .expanded-nav-container.open {
    display: block;
    /* margin-top: 32px !important; */
    background: #fff;
    position: absolute;
    z-index: 1;
    /* box-shadow: 0px 15px 40px 1px rgba(0,0,0,0.8); */
    border-bottom: 2px solid #111;
    padding: 7px 0 0px;
    left: -3px;
    right: 0;
    margin: auto;
    max-width: 970px;
    top: 0px;
    border: 2px solid #111;
    border-top: none;
}

.search-form-desktop.open {
    display: block;
}

.search-form-desktop.open form {
    margin: 0;
}

.header-navigation__top {
    display: flex;
    flex-wrap: wrap;
}

.header-navigation__top nav.topics-navigation {
    flex: 100%;
    padding: 40px 20px;
}

.header-navigation__top nav.topics-navigation ul#menu-topics > li:nth-child(7)::after,
.header-navigation__top nav.topics-navigation ul#menu-topics > li:last-child::before {
    border-bottom: 2px solid #fff;
    /* padding-bottom:10px; */
    content: '';
    display: block;
    width: 60px;
    margin: 25px auto;
}

.nav-shoplink::before {
    padding: 0;
    margin-bottom: 10px;
}

.nav-shoplink {
    border: none !important;
    padding: 0;
}

.header-navigation__footer {
    display: none !important
}

button.button.load-more-button {
    background-image: url(assets/images/mel-loader.gif);
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: transparent;
}

#menu-topics-1 li:not(.show) {
    display: none;
}

button.search-form__open.btn-icon,
button.search-form-desktop__open.btn-icon {
    background: none !important;
    border: none;
    width: 30px;
    margin-top: 10px;
    cursor: pointer;
}

.menu-topics-container {
    width: 100%;
    padding-right: 30px;
    /* max-width: 600px; */
}

button.search-form__open.btn-icon {
    background: none;
    border: none;
    width: 30px;
    margin-top: -10px;
}


.expanded-nav .topics-menu > li > a {
    color: #111;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.expanded-nav .topics-menu > li li a {
    color: #111;
    font-size: .85rem;
    text-transform: capitalize;
    /*font-weight:400 !important;
    font-family:'Montserrat';*/
    line-height: .5em;
    font-family: "AvenirNext", Arial, sans-serif;
    font-weight: 500;
}

.expanded-nav .topics-menu > li li {
    line-height: 15px;
    /* padding-right: 20px; */
}

.expanded-nav .topics-menu > li {
    padding-right: 10px;
    margin: 0 0 20px !important;
}

.expanded-nav .topics-menu {
    display: flex;
    flex-wrap: wrap;
    line-height: 1em;

}

.expanded-nav .topics-menu > li {
    flex: 17%;
    margin-bottom: 30px;
}


.expanded-nav .topics-menu {
    width: 100%;
    /* margin:50px 0; */
    margin-top: 6px;
    /* font-size: .85em; */
}


.desktop-nav .nav-shoplink {
    border: none !important;
    padding: 0;
}

.desktop-nav .nav-shoplink::before {
    padding: 0 !important;
    margin: 0
}

.nav-specialissues {
    flex: calc(25%) !important;
}

.nav-specialissues .sub-menu {

}

.nav-specialissues .sub-menu li {
    width: 40% !important;
    float: left;
}

#menu-topics-1 li a {
    /* font-size: 16px; */
}

#menu-topics-1 {
    line-height: 16px;
}

.menu-topics-container {
    line-height: 16px;
}

@media (max-width: 1200px) {
    .expanded-nav .topics-menu > li {
        /* flex: 22% !important; */
    }

    .nav-specialissues .sub-menu {
        width: 100% !important;
    }

    .expanded-nav .topics-menu > li.nav-specialissues {
        flex: 66% !important;
    }

    .expanded-nav .topics-menu > li.nav-specialissues li {
        flex: 50% !important;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .expanded-nav .topics-menu > li {
        flex: 17% !important;
    }
}

ul.sub-menu {
    margin-top: 3px;
    /* margin-left: 1px; */
    list-style: none;
}

@media (min-width: 1201px) {
    .expanded-nav .topics-menu > li {
        flex: 17% !important;
    }

    .expanded-nav .topics-menu > li:last-child {
        /* flex:14% !important; */
    }
}

#masthead > .container {
    position: relative;
    max-width: 950px;
    padding: 0 3px;
}

.search-form-desktop.open {
    position: absolute;
    top: -13px;
    left: 60px;
}

.open input.search-field {
    background: none !important;
    border: none !important;
    border-bottom: 2px solid #fff !important;
    border-radius: 0 !important;
    /*font-size:.85em !important;*/
    font-size: 16px !important;
    font-family: 'Bodoni', serif !important;
    color: #fff !important;
    padding-left: 0 !important;
    margin-top: 0px !important;
    margin-left: -60px;
}

.open input.search-field::placeholder {
    color: #fff !important;
    font-family: 'Bodoni', serif !important
}

/*@media(max-width:767px){
  .open input.search-field{
    display:none !important
  }
}*/

.site-header .search-form {
    margin: 0;
    width: 100%;
    top: 7px;
}

/**
Pop up code
 */

.popup {
    display: none;
}

.mobile-subscribeBox {
    background: #111;
    color: #fff;
    padding: 20px 20px 20px;
    position: relative;
    width: 61.74%;
    margin: 1px auto 10px;
    /* float: left; */
    display: flex;
    flex-direction: column;
}

.mobile-subscribeBox.expanded {
    padding-bottom: 40px;
}

a.close-subscribeBox {
    bottom: 0px;
    right: 20px;
    position: absolute;
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: bold;
}

.mobile-subscribeBox h3 {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 2em;
    margin: 0 0 5px;
    font-weight: 400;
    letter-spacing: 1px;
}


.mobile-subscribeBox blockquote {
    font-family: 'Bodoni', serif !important;
    padding: 10px 0;
    margin: 0;
    font-size: 1em;
    font-style: italic;
    font-weight: 100;
}

.mobile-subscribeBox p {
    line-height: 1.25em;
    font-style: normal;
    font-size: 22px;
    font-weight: bold !important;
    font-family: 'Bodoni', serif;
}

.mobile-subscribeBox em {
    font-style: italic;
    font-family: 'Bodoni', serif;
    font-size: 21px;
}


.mobile-subscribeBox .form-subscribeBox {
    background: #111 !important;
    border: 5px solid #fff;
    margin-top: 80px;
    /* float: left; */
    display: flex;
    flex-direction: row;
}

.mobile-subscribeBox .form-subscribeBox input {
    flex: 4;
    padding: 2px 5px;
    border: none;
    color: #fff;
    font-family: 'Bodoni', serif !important;
    background: #111;
}

.mobile-subscribeBox .form-subscribeBox button {
    flex: 1;
    background: none;
    border: none;
    font-size: 1em;
    font-family: 'Bodoni', serif !important;
    color: #fff;
    text-transform: lowercase;
}

@media (max-width: 768px) {
    a.expand-quotes {
        display: none;
    }

    .plane {
        bottom: 10px !important;
        order: 4;
    }

    span.plane img {
        width: 100px;
    }

    .mobile-subscribeBox .quotes {
        order: 3;
        /* padding-bottom:80px; */
        padding-top: 10px;
    }

    div#newsletter-widget {
        margin: 0 !Important;
        padding: 0 !important
    }


}

@media (min-width: 768px) {
    .mobile-subscribeBox .quotes {
        display: flex;
        flex-wrap: wrap;
    }

    .mobile-subscribeBox .quotes blockquote {
        flex: 50%;
    }

    button.search-form__open.btn-icon, button.search-form-desktop__open.btn-icon {
        position: absolute;
    }

}

@media (min-width: 768px) {
    .mobile-subscribeBox {
        /* padding-right:25%; */
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }

    .mobile-subscribeBox h3 {
        order: 1;
    }

    .form-subscribeBox {
        order: 2;
        margin: 0px 0 5px !important;
    }

    .quotes {
        order: 3;
    }

    .mobile-subscribeBox > span {
        position: absolute;
    }
}

a.expand-quotes {
    position: absolute;
    bottom: -34px;
    right: 20px;
    padding: 8px 15px;
    background: red;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Bodoni', serif;
    font-weight: 100;
    /* font-style: italic; */
}

span.plane {
    position: absolute;
    bottom: 30px;
    right: 30px;
    transition: 0.3s cubic-bezier(0.59, 0.52, 0.14, 1.13) all;
}

.mobile-subscribeBox.expanded .more-quotes {
    display: flex !important;
    flex-direction: column;
}

@media (max-width: 991px) {
    .more-quotes {
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .more-quotes blockquote {
        flex: 50% !important;
    }
}

button.close-search-form {
    background: black;
    border: none;
    color: white;
    font-size: 35px;
    cursor: pointer;
    margin-right: 13px;
    position: absolute;
    top: 8px;
    right: -35px;
    transform: rotate(45deg);
}

@media (max-width: 768px) {
    .header-navigation__top {
        padding-bottom: 0;
        margin-bottom: 0 !important;
    }

    .header-navigation__top nav.topics-navigation {
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .mobile-subscribeBox .form-subscribeBox {
        margin-top: 0;
        order: 2;
    }

    .plane {

    }

    .header-navigation {
        /* padding-bottom:90px !important; */
    }

    #mce-responses {
        margin: 0;
    }
}

.newsletter-subscription {
    padding: 0px !important;
    width: 100%;
}

div#mc_embed_signup {
    position: relative;
}


.form-subscribeBox .mc-fields-wrap input[type="submit"] {
    position: absolute;
    top: -1px;
    bottom: -1px;
    margin: 0 !important;
    right: -1px;
    background: #fff;
    color: #111;
    border-radius: 0;
    padding: 0px 20px;
    font-family: 'Bodoni', serif !important;
    font-weight: bold;
    text-transform: lowercase !important
}

.gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0 !important
}

.form-subscribeBox .mc-fields-wrap {
    margin-top: 0px !important;
}

div#newsletter-widget {
    padding-bottom: 35px;
}

.expanded .plane {
    animation-name: flyOut;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.expanded {
    overflow: hidden;
}

@keyframes flyOut {
    0% {
        transform: translatex(0px) translatey(0px);
    }
    50% {
        transform: translatex(230px) translatey(-150px);
    }
    51% {
        transform: translatex(230px) translatey(550px);
    }
    52% {
        transform: translatex(-230px) translatey(550px);
    }
    100% {
        transform: translatex(0px) translatey(0px);
    }
}

.topbar-container {
    background: #000;
}


/*06-JAN-2020 CSS FOR MENU*/
.same-column {
    flex: 17%;
    padding-right: 10px;
    margin: 0 0 25px !important;
}

.same-column li a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.same-column li.menu-item-52078 {
    border-top: 2px solid black;
    padding: 5px 0;
    margin: 10px 0;
}

.same-column li.menu-item-52078 a {
    color: #F00;
}

.quote-column {
    flex: 1;
    padding: 0 20px 0 0;
    /* -webkit-font-smoothing: antialiased; */
}

.more-quotes {
    text-align: left !important;
}

div.mce_inline_error {
    display: none !important;
}

.desktop-nav {
    position: relative;
}

img.subscribe-widget-header {
    margin-bottom: 20px;
}

a.close-subscribeBox img {
    width: 35px;
    height: 35px;
}

.form-subscribeBox ::placeholder {
    color: #fff !important;
    font-family: 'Bodoni', serif !important;
}

@media (max-width: 767px) {
    div#newsletter-desktop {
        margin-bottom: 30px !important;
    }

    .header-navigation__top nav.topics-navigation ul#menu-topics a {
        font-size: 22px;
    }
}

@media (min-width: 42em) {
    .mobile-subscribeBox {
        width: 86.72%;
    }
}

@media (min-width: 62em) {
    .mobile-subscribeBox {
        width: 61.74%;
    }
}

@media (max-width: 767px) {
    .mobile-subscribeBox {
        width: 100%;
    }

    .mobile-subscribeBox {
        background: #000 !important
    }
}

.form-subscribeBox .mc-fields-wrap input[type="submit"]:hover {
    cursor: pointer
}

.desktop-nav .container {
    width: 100% !important;
}

@media (min-width: 768px) and (max-width: 950px) {
    .site-header .container {
        padding: 0 12px !important;
    }
}

@media (max-width: 767px) {
    .site-header .container {
        padding: 0 20px !important;
    }

    .open input.search-field {
        margin-left: 0;
        width: 100% !important;
        font-size: 1.5em;
        padding-right: 0
    }
}

.topbar-container {
    background: #000;
}

@media (max-width: 970px) {
    .feature-post .entry-header-topbar {
        padding: 10px;
    }

    .desktop-nav .container {
        padding: 10px 10px 10px 5px !important
    }
}

.desktop-nav .same-column li:last-child {
    border-top: 1px solid #111 !important;
    padding-top: 5px;
    margin-top: 5px;
}

.expanded-nav a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.newsletter-subscription .gform_wrapper.newsletter_wrapper {
    padding: 0 !important;
    margin: 0;
}

.newsletter-subscription .gform_body .gfield,
.newsletter-subscription .ginput_container,
.newsletter-subscription input[type="text"] {
    margin: 0 !important;
}

.newsletter-subscription .ginput_container {
    width: 100% !important;
    max-width: 100% !important
}

.newsletter-subscription .newsletter {
    display: flex !important;
    /* flex-direction: column !important; */
}

.newsletter-subscription .newsletter > div {
    flex: 1 !important;
    padding: 3px 1px 1px 1px;
}

@media (max-width: 767px) {
    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type=submit],
    .gform_wrapper .gform_page_footer input.button,
    .gform_wrapper .gform_page_footer input[type=submit] {
        width: unset !important

    }
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    max-width: unset !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: unset !important
}

@media (max-width: 767px) {
    .mobile-subscribeBox .quotes .quote-column:first-child blockquote:nth-child(2) {
        display: none;
    }

    .mobile-subscribeBox .quotes .quote-column:nth-child(2) {
        display: none;
    }
}

@media (min-width: 800px) {
    .post-title-wrap:not(.content-wrap),
    .entry-header .content-wrap,
    .entry-content.content-wrap {
        max-width: 950px !important;
        width: 100%;
    }

    .container.share-links-container {
        padding-right: 5px;
    }
}

@media (max-width: 768px) {
    .feature-post .entry-content {
        width: calc(100% - 40px) !important;
    }
}


/**
DEVELOPMENT CODE
**/

@media (min-width: 1100px) {
    .flex-container {
        display: flex;
        width: 100%;
        margin: 0 auto;
        max-width: 1400px;
    }

    .less-than-threshold .flex-container{
        max-width:1100px !important;
    }

    .single .entry-content.content-wrap {
        margin-right: 0;
        width: 100%;
        padding-right: 80px !important;
    }



    .social-media-icons {
        margin-bottom: 15px;
        padding: 0 5px;
        margin-top: 7px !important;
    }

    .right-sidebar {
        /* margin-top: -110px; */
        padding-top: 15px;
    }
}

.right-sidebar {
    width: 475px !important;
    padding-right: 20px;
    /* box-sizing: border-box !important; */
}

.right-sidebar .mobile-subscribeBox {
    width: 100% !important;
}

.list-block {
    margin: 15px 0;
}

.list-block h3 {
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #000;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.list-block h3::after {
    content: '';
    height: 7px;
    margin: -5px 0 25px;
    display: block;
    background: red;
}

.list-block-popular h3::after {
    background: #4eff00;
}

.list-block-features h3::after,
.list-essays h3::after {
    background: blue !important;
}

.list-block-features li::before,
.list-essays li::before {
    color: blue !important;
}

.list-oralHistory h3::after {
    background: #f600ff;
}

.list-latest h3::after {
    background: #000;
}

.featureBlock {
    background: #000;
    width: 100%;
    min-height: 300px;
    display: block;
}

.list-rankings h3::after {
    background: #00fff0;
}

.list-block ol {
    position: relative;
}

.list-block ol li {
    list-style-type: none;
    padding-left: 60px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    line-height: 2em;
    position: relative;
}

.list-block ol li::before {
    position: absolute;
    left: 5px;
    font-family: 'BodoniBE', serif !important;
    font-style: italic;
    font-weight: bold;
    font-size: 30pt;
    top: 12px;
    color: #000;
    text-align: right;
}

.list-block ol li a {
    font-weight: 100;
}

.list-block-features ol li a,
.list-essays ol li a {
    font-family: 'BodoniBE', serif;
    font-weight: bold !important;
    font-size: 34px !important;
    line-height: 1.15em;
}

.list-block-features ol li::before,
.list-essays ol li::before {
    font-family: "Oswald", "Arial Narrow", sans-serif !important;
    font-style: normal;
    font-size: 80px;
    font-weight: 500;
    top: 13px;
}

.list-block ol li:nth-child(1)::before {
    content: '1';
}

.list-block ol li:nth-child(2)::before {
    content: '2';
}

.list-block ol li:nth-child(3)::before {
    content: '3';
}

.list-block ol li a {
    font-size: 21px;
    color: #000;
}

.social-media-icons {
    display: flex;
    float: left;
    width: 100%;
    justify-content: space-between;
    background: #fff;
    margin-top: 20px;
}

.social-media-icons a {
    flex: 1;
    padding: 10px;
    max-width: 60px;
    transition: 0.2s ease all;
    background: #fff;
}

/* .social-media-icons a:hover {
    box-shadow: 0px -15px 16px 1px rgba(0, 0, 0, 0.2);
} */

.right-sidebar .mobile-subscribeBox .quotes {
    order: 1;
    margin: -10px 0 20px;
}

.right-sidebar img.subscribe-widget-header {
    padding-right: 50px;
}

.right-sidebar a.close-subscribeBox {
    width: 15px;
    right: 20px;
}


.post-title-wrap {
    max-width: 1100px !important;
    padding: 20px 0;
}

.container.share-links-container {
    padding-right: 5px;
}

.single-post .mobile-subscribeBox blockquote:nth-child(2), .single-post .mobile-subscribeBox .quote-column:nth-child(2), .single-post .expand-quotes {
    display: none !important;
}


/*for rearranging the order of the divider line and social media icons on <1500*/

/* .social-media-icons {
    display: none;
} */

@media(max-width: 1100px){
    .social-media-icons {
        float:none;
        margin-top: -95px;
        margin: 30px auto 0 !important;
    }

    .post .entry-subtitle:after{
        margin-top: 70px !important;
        position:relative;
        margin-bottom:20px;
    }


    /*for fixing the extended width of the title block on small displays*/

    .post-title-wrap{
        min-width:unset !important;
        margin: 0 auto !important;
        max-width: 950px !important;
    }

    .entry-content.content-wrap .mobile-subscribeBox {
        margin: 50px auto;
    }

    .entry-content.content-wrap{
        margin:0 auto;
        padding: 0;
    }
}


@media(max-width:767px){
    .entry-content.content-wrap{
        padding-left:0px;
        padding-right:0px
    }
}

/*setting a new breakpoint, between 1500 and 1750 so that the title
and content areas expand the whole width and get pushed to the left
to avoid shrinking the sidebar content*/

@media(min-width:1100px) and (max-width:1750px){
    .single .post-title-wrap.content-wrap,
    .flex-container,
    .single .entry-content.content-wrap {
        /* margin-left: auto; */
        width:100%;
        padding-left: 20px;
        /*max-width: 100% !important;*/
        margin-right: auto;
    }

    .post-title-wrap:not(.content-wrap), .entry-header .content-wrap, .entry-content.content-wrap{
        /* max-width:calc(100% - 450px) !important; */
    }

    .single .post-title-wrap.content-wrap{
        width: unset !important;
        padding-right: 80px;
        max-width: 920px !important;
    }

    .flex-container > div{
        display:flex;
        flex-direction:column
    }
}

.home .post-title-wrap {
    margin: 0 auto;
    width: 100% !important;
    padding-left: 40px;
    padding-right: 40px;
}

.list-block-features ol li, .list-essays ol li{
    min-height:80px;
}

@media(min-width:1100px){
    .post-title-wrap{
        min-width:unset !important;
    }
}

.right-sidebar{
    position:relative;
    z-index:99;
}

p.entry-subtitle {
    padding-right: 100px;
}


/* mobile text size fixes for sidebar widgets */

@media(max-width:767px){

    .list-block ol {
        margin-left:0;
        margin-right:0
    }

    .list-block ol li{
        margin-bottom:5px !important;
    }

    .list-block-features ol li::before, .list-essays ol li::before{
        font-size: 68px;
        top: 12px;
    }

    .list-block-features ol li a, .list-essays ol li a{
        font-size:28px !important;
        line-height:125% !important;
    }

    .feature-post .entry-subtitle{
        padding-right:0;
    }

}

@media(min-width:801px){
    .less-than-threshold .post-title-wrap:not(.content-wrap), 
    .less-than-threshold .entry-header .content-wrap, 
    .less-than-threshold .entry-content.content-wrap,
    .less-than-threshold .content-wrap {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto !important;
        /* max-width: 950px !important; */
    }

    .less-than-threshold .right-sidebar{
        display:none !important
    }

}

footer.entry-footer .item.article {
    margin-bottom: 30px;
}

@media(max-width:767px){
    .entry-content{
        padding-left:0;
        margin-right:0
    }
}

@media(min-width:1751px){
    .content-wrap h1.entry-title,
    .content-wrap p.entry-subtitle {
        margin-left:40px;
    }
}


.less-than-threshold
.social-media-icons {
    height:50px;
    margin:10px auto 0;
    background:none;
    justify-content:center !important;
}

.less-than-threshold .social-media-icons a{
    background-color:none !important
}

.less-than-threshold .post .entry-subtitle:after{
    margin-top:100px !important;
}



.less-then-threshold .post-title-wrap{
    padding:20px !important;
}

.less-than-threshold .post-title-wrap:not(.content-wrap), 
.less-than-threshold .entry-header .content-wrap, 
.less-than-threshold .entry-content.content-wrap, 
.less-than-threshold .content-wrap{
    padding: 20px;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

.less-than-threshold p.entry-subtitle{
    padding-right:0 !important
}

.entry-meta.content-wrap {
    padding: 0 !important;
}

.entry-header-topbar .share-links a{
    display: none;
}

.entry-header-topbar .share-links a:last-child{
    display:block;
}

.footer-signup {
    right: -100%;
}

.footer-signup.visible {
    animation: fadeIn 1s cubic-bezier(0, 0, 0.18, 1.34) forwards;
    animation-iteration-count: 1;
}

.footer-signup .gform_confirmation_message {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #666;
    padding: 1px 0 2px !important;
    height: auto !important
}

.footer-signup {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999999999 !important;
    width: 100%;
    background: #111;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 8px 0 12px;
    flex-wrap:wrap;
}

.footer-signup .container {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    position: relative;
}

.footer-signup h3 {
    color: #fff;
    font-family: 'Oswald';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    margin: 0;
    padding: 0;
}

.footer-signup .newsletter.mc-fields-wrap {
    display: flex !important;
}

.footer-signup .gform_body {
    margin-top: -2px !important;
}

.footer-signup .gform_body input[type="text"] {
    min-width: 350px !important;
    background: #111;
    border: 2px solid #fff;
    font-family: 'Bodoni' !important;
    color: #fff !important;
}

.footer-signup .gform_body input[type="text"]::placeholder {
    color: #fff !important;
}

.footer-signup .mc-fields-wrap input[type="submit"] {
    position: relative !important;
    top: 1px;
    right: 50px;
    height: 32px !important;
    padding: 5px 15px 3px !important;
    border: none !important;

}

@media (min-width: 992px) {
    .footer-signup .mc-fields-wrap input[type="submit"] {
        height: 34px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .footer-signup .gform_wrapper ul.gform_fields li.gfield {
        padding: 0 !important;
    }

    .footer-signup .container {
        flex-direction: column
    }

    .footer-signup .gform_body input[type="text"] {
        width: 50% !important;
        margin: 0 !important;
        min-width: unset !important;
        width: unset !important
    }

    /*     .footer-signup .newsletter.mc-fields-wrap{
            flex-direction:column !important;
        } */
    .footer-signup .mc-fields-wrap input[type="submit"] {
        width: 40% !important;
        position: static !important;
        padding: 7px 0 5px!important;
        height: auto !important;
        margin-top: 1px !important;
        margin-left: -2px !important;
        min-width: 100px

    }
}

@media (min-width: 992px) {
    .footer-signup .gform_body input[type="text"] {
        padding: 6px !important;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        margin-bottom: -60px !important;
    }
    100% {
        opacity: 1;
        margin-bottom: 0 !important
    }
}

/* @media (min-width: 930px) {
    .signupHead {

        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        margin: auto !important;
    }

    .signupForm {
        width: 420px;
    }

    .footer-signup .container{
        width:100% !important
    }
} */

@media (min-width: 830px) {
    /* .signupHead {
        margin-left: -190px;
        margin-right: 20px;
    } */

    .signupForm {
        width: 420px;
    }
}

.footer-signup .gform_body input[type="text"]{
    padding: 6px 5px !important;
    font-family:'Bodoni',serif !important;
    font-size: 16px !important;
}

.footer-signup .gform_body input[type="text"]:placeholder{
    font-family:'Bodoni',serif !important
}

@media(max-width:992px){
    .footer-signup .gform_body input[type="text"]{
        padding:5px !important;
    }
}

.newsletter-subscription input[type="text"] {
    -webkit-appearance: none;
    border-radius: 0;
}

@media(max-width:980px){
    .entry-content.content-wrap{
        padding:0 20px;
    }

}

.footer-signup .gform_confirmation_wrapper {
    margin-top: 0 !important;
    background: #000;
}

.footer-signup .gform_confirmation_wrapper > div{
    border:2px solid #222;
    border-radius:3px;
    color:#ccc;
}

img.lozad:not([data-loaded=loaded]), img.lozad-iframe:not([data-loaded=loaded]), div.lozad:not([data-loaded=loaded]) {
    filter: blur(20px);
    width: 100%;
}

.grecaptcha-badge { visibility: hidden; }

.google-notice{
	font-family:'Avenir';
	font-size:12px;
	margin:10px auto;
	color:#aaa;
  flex-basis:100% !important;
  order:3;
}

.google-notice a{
	color:#fff !important;
}

.recommended-posts{
    margin-top:40px;
}

.wp-block-image figcaption{
    width:100%;
}