/*
Theme Name: tdf-2017
Version: 1.0.0
Author: PDA
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://use.typekit.net:443/yvy4lle.css");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/*! Flickity v2.0.8
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*------------------------------------------------------------------------*/
/*	Font-face
/*------------------------------------------------------------------------*/
@font-face {
  font-family: 'BrandonGrotesque-Bold';
  src: url("stylesheets/fonts/Brandon/BrandonGrotesque-Bold.otf") format("opentype"); }

@font-face {
  font-family: 'BrandonGrotesque-Regular';
  src: url("stylesheets/fonts/Brandon/BrandonGrotesque-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Pona-Light';
  src: url("stylesheets/fonts/Pona/Pona-Light.otf") format("opentype"); }

@font-face {
  font-family: 'Pona-LightItalic';
  src: url("stylesheets/fonts/Pona/Pona-LightItalic.otf") format("opentype"); }

@font-face {
  font-family: 'Pona-Semibold';
  src: url("stylesheets/fonts/Pona/Pona-Semibold.otf") format("opentype"); }

@font-face {
  font-family: 'Pona-SemiboldItalic';
  src: url("stylesheets/fonts/Pona/Pona-SemiboldItalic.otf") format("opentype"); }

@font-face {
  font-family: 'GT-Walsheim-Light';
  src: url("stylesheets/fonts/Walsheim/GT-Walsheim-Light.otf") format("opentype"); }

@font-face {
  font-family: 'GT-Walsheim-Regular';
  src: url("stylesheets/fonts/Walsheim/GT-Walsheim-Regular.woff") format("woff"), url("stylesheets/fonts/Walsheim/GT-Walsheim-Regular.ttf") format("truetype"), url("stylesheets/fonts/Walsheim/GT-Walsheim-Regular.svg#GT-Walsheim-Regular") format("svg"); }

@font-face {
  font-family: 'GT-Walsheim-Regular-Oblique';
  src: url("stylesheets/fonts/Walsheim/GT-Walsheim-Regular-Oblique.woff") format("woff"), url("stylesheets/fonts/Walsheim/GT-Walsheim-Regular-Oblique.ttf") format("truetype"), url("stylesheets/fonts/Walsheim/GT-Walsheim-Regular-Oblique.svg#GT-Walsheim-Regular-Oblique") format("svg"); }

@font-face {
  font-family: 'GT-Walsheim-Medium';
  src: url("stylesheets/fonts/Walsheim/GT-Walsheim-Medium.woff") format("woff"), url("stylesheets/fonts/Walsheim/GT-Walsheim-Medium.ttf") format("truetype"), url("stylesheets/fonts/Walsheim/GT-Walsheim-Medium.svg#GT-Walsheim-Medium") format("svg"); }

@font-face {
  font-family: 'GT-Walsheim-Medium-Oblique';
  src: url("stylesheets/fonts/Walsheim/GT-Walsheim-Medium-Oblique.woff") format("woff"), url("stylesheets/fonts/Walsheim/GT-Walsheim-Medium-Oblique.ttf") format("truetype"), url("stylesheets/fonts/Walsheim/GT-Walsheim-Medium-Oblique.svg#GT-Walsheim-Medium-Oblique") format("svg"); }

@font-face {
  font-family: 'GT-Walsheim-Bold';
  src: url("stylesheets/fonts/Walsheim/GT-Walsheim-Bold.woff") format("woff"), url("stylesheets/fonts/Walsheim/GT-Walsheim-Bold.ttf") format("truetype"), url("stylesheets/fonts/Walsheim/GT-Walsheim-Bold.svg#GT-Walsheim-Bold") format("svg"); }

@font-face {
  font-family: 'GT-Walsheim-Bold-Oblique';
  src: url("stylesheets/fonts/Walsheim/GT-Walsheim-Bold-Oblique.woff") format("woff"), url("stylesheets/fonts/Walsheim/GT-Walsheim-Bold-Oblique.ttf") format("truetype"), url("stylesheets/fonts/Walsheim/GT-Walsheim-Bold-Oblique.svg#GT-Walsheim-Bold-Oblique") format("svg"); }

@font-face {
  font-family: 'UtopiaStd-Bold';
  src: url("stylesheets/fonts/UtopiaStd/UtopiaStd-Bold.otf") format("opentype"); }

/*-----------------------------------*/
/*  Font Mixins
/*-----------------------------------*/
/*-----------------------------------*/
/*  Base Colours
/*-----------------------------------*/
/*-----------------------------------*/
/*  Global Type Styles
/*-----------------------------------*/
h1, h2, h3, h4, h5, p, li {
  font-family: 'GT-Walsheim-Regular', Arial;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: auto;
  letter-spacing: normal;
  color: #333333;
  margin: 0; }

a {
  text-decoration: none;
  color: #333333; }

p {
  font-family: 'GT-Walsheim-Regular';
  font-size: 12px;
  line-height: 15px; }

h1 {
  font-family: 'UtopiaStd-Bold';
  font-size: 23px;
  line-height: 28px;
  letter-spacing: -0.004em;
  font-weight: normal; }

h2 {
  font-family: 'GT-Walsheim-Bold';
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #656565;
  text-transform: uppercase;
  font-weight: normal; }

h4 {
  font-family: 'GT-Walsheim-Bold';
  font-size: 10px;
  letter-spacing: 0.075em;
  font-weight: normal; }

/*-----------------------------------*/
/*  Remove the unit of a value
/*-----------------------------------*/
/*-----------------------------------*/
/*  Variables
/*-----------------------------------*/
/*-----------------------------------*/
/*  Breakpoints
/*-----------------------------------*/
/*-----------------------------------*/
/*  Responsive items
/*-----------------------------------*/
/*-----------------------------------*/
/*  Margins & Padding
/*-----------------------------------*/
/*-----------------------------------*/
/*  Animation
/*-----------------------------------*/
/*-----------------------------------*/
/*  Lazy Load Transition for Blazy.js
/*-----------------------------------*/
.lazy, .thumbnail-lazy {
  transition: opacity 0.25s ease-in-out;
  max-width: 100%;
  opacity: 0; }

.lazy.b-loaded,
.thumbnail-lazy.b-loaded {
  opacity: 1; }

/*-----------------------------------*/
/*  Remove scroll bars (webkit)
/*-----------------------------------*/
/*-----------------------------------*/
/*  Text Highlight
/*-----------------------------------*/
/*-----------------------------------*/
/*  Author
/*-----------------------------------*/
/*-----------------------------------*/
/*  Global Layout
/*-----------------------------------*/
body {
  color: #333333;
  font-family: 'GT-Walsheim-Regular', Arial;
  -webkit-font-smoothing: antialiased;
  border-top: 0;
  min-height: 100vh;
  background-color: white;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  body .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      body .container {
        padding-left: 10px;
        padding-right: 10px; } }
  @media (max-width: 1023px) {
    body {
      padding-top: 50px; } }

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

/*-----------------------------------*/
/*  Single Post Type Styles
/*-----------------------------------*/
.post {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: white;
  margin-bottom: 20px; }
  .post .thumbnail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 395px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.1); }
    .post .thumbnail .image {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      z-index: 1;
      transition: opacity 0.15s ease; }
      .post .thumbnail .image.hover {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 2;
        opacity: 0; }
    .post .thumbnail .has-player {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 3;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #333333;
      padding: 6px 8px; }
      .post .thumbnail .has-player .icon-video {
        background-image: url("images/icons/play-video.svg");
        width: 10.42px;
        height: 12.8px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .post .thumbnail .has-player .icon-podcast {
        background-image: url("images/icons/play-podcast.svg");
        width: 15px;
        height: 11px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .post .thumbnail .has-player .time {
        margin-left: 5px;
        font-size: 12px;
        color: white; }
    .post .thumbnail:hover .image.hover {
      opacity: 1; }
  .post .info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px; }
    .post .info h4.type {
      text-transform: uppercase;
      margin-bottom: 12px;
      cursor: pointer;
      transition: opacity 0.2s ease; }
      .post .info h4.type:hover {
        opacity: 0.7; }
    .post .info h1.title {
      margin-bottom: 8px;
      cursor: pointer;
      transition: opacity 0.2s ease;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none; }
      .post .info h1.title:hover {
        opacity: 0.7; }
    .post .info .description {
      margin-bottom: 20px;
      font-family: 'GT-Walsheim-Regular';
      font-size: 12px;
      line-height: 15px; }
      .post .info .description p:not(:last-child) {
        margin-bottom: 12px; }
    .post .info .credit {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .post .info .credit .authorname, .post .info .credit .hours-ago {
        font-size: 9px;
        line-height: 15px; }
      .post .info .credit .authorname {
        text-decoration: underline;
        padding: 0; }
      .post .info .credit .hours-ago {
        color: #919191; }
    .post .info .link {
      font-size: 11px;
      text-transform: uppercase;
      text-decoration: underline;
      font-family: 'GT-Walsheim-Bold';
      letter-spacing: 0.074em;
      font-weight: 400;
      cursor: pointer;
      transition: opacity 0.2s ease; }
      .post .info .link:hover {
        opacity: 0.7; }
  .post[data-layout="news"] {
    min-height: 190px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .post[data-layout="news"] .info {
      -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%;
      padding-top: 15px; }
      @media (max-width: 768px) {
        .post[data-layout="news"] .info {
          -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto; } }
      .post[data-layout="news"] .info h1 {
        font-family: 'BrandonGrotesque-Bold', Arial;
        -webkit-font-smoothing: antialiased;
        font-size: 19px;
        line-height: 22px; }
      .post[data-layout="news"] .info .type, .post[data-layout="news"] .info .type a {
        font-family: 'GT-Walsheim-Light';
        font-size: 9px;
        letter-spacing: 0.1em;
        color: #808080; }
      .post[data-layout="news"] .info .link {
        font-family: 'BrandonGrotesque-Bold', Arial;
        -webkit-font-smoothing: antialiased;
        letter-spacing: 0.025em;
        font-weight: normal; }
  .post[data-layout="film"] {
    background-color: transparent; }
    .post[data-layout="film"] .info h1, .post[data-layout="film"] .info h1 > a, .post[data-layout="film"] .info h4, .post[data-layout="film"] .info h4 > a, .post[data-layout="film"] .info .description, .post[data-layout="film"] .info .description > a, .post[data-layout="film"] .info .link, .post[data-layout="film"] .info .link > a {
      color: white; }
  .post.small-title .title {
    font-size: 18px;
    line-height: 21px; }
  .post.small-description .description {
    font-size: 11px;
    line-height: 15px; }
  .post.landscape .thumbnail {
    min-height: 0;
    height: 200px; }
  .post.no-image .thumbnail {
    display: none; }

[data-section] .type a {
  color: #4d4d4d; }

[data-section="homes"] .type a {
  color: #f9cb08; }

[data-section="gardens"] .type a {
  color: #06602f; }

[data-section="creative-people"] .type a {
  color: #3293c9; }

[data-section="food"] .type a {
  color: #f8b4ab; }

[data-section="shopping"] .type a {
  color: #3dada8; }

[data-section="fine-art"] .type a {
  color: #e2206f; }

[data-section="travel"] .type a {
  color: #0450bc; }

[data-section="giveaway"] .type a {
  color: #f2531c; }

[data-section="events"] .type a {
  color: #9fd2d3; }

[data-section="podcast"] .type a {
  color: #db978e; }

.ad-unit {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .ad-unit .placement {
    background-color: #eee; }
  .ad-unit.half-page .placement {
    height: 600px;
    width: 300px; }
  .ad-unit.medrect .placement, .ad-unit.mobile-medrect .placement {
    height: 250px;
    width: 300px; }
  .ad-unit.mobile-medrect {
    display: none; }
    @media (max-width: 768px) {
      .ad-unit.mobile-medrect {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 0; } }
  .ad-unit.leaderboard {
    margin-bottom: 30px; }
    .ad-unit.leaderboard.leaderboard-bottom {
      margin: 0;
      padding-bottom: 20px; }
    .ad-unit.leaderboard .placement {
      width: 970px;
      height: 90px; }
    @media (max-width: 1010px) {
      .ad-unit.leaderboard {
        display: none; } }
  .ad-unit.leaderboard-mobile {
    width: 320px;
    height: 50px; }
  .ad-unit.mobile-banner {
    display: none; }
    .ad-unit.mobile-banner .placement {
      width: 320px;
      height: 50px; }
    @media (max-width: 1023px) {
      .ad-unit.mobile-banner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 0; } }

section.listing .ad-unit.half-page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023px) {
    section.listing .ad-unit.half-page {
      display: none; } }

.wrapper.standard .featured-slideshow .ad-unit.half-page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023px) {
    .wrapper.standard .featured-slideshow .ad-unit.half-page {
      display: none; } }

div.cookies-modal {
  display: none;
  height: 38px;
  width: 100%; }
  div.cookies-modal.show {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  div.cookies-modal .message {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #FFEF99;
    padding: 0 50px; }
    div.cookies-modal .message p {
      color: #0B0600;
      font-family: 'GT-Walsheim-Regular';
      font-size: 11px; }
  div.cookies-modal .dismiss {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 126px;
    background-color: #D7CB86; }
    div.cookies-modal .dismiss:hover {
      cursor: pointer; }
    div.cookies-modal .dismiss p {
      color: white;
      font-family: 'GT-Walsheim-Bold';
      font-weight: normal;
      font-size: 10px; }
  @media (max-width: 768px) {
    div.cookies-modal {
      display: none !important; } }

.header-scroll-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: auto;
  background-color: #F7F6F6;
  z-index: 10;
  transition: all 0.45s ease;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  pointer-events: none; }
  .header-scroll-wrapper.is-shown {
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

.header-mobile-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: auto;
  background-color: white;
  z-index: 10; }

.header.desktop {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #E1E1DE; }
  @media (max-width: 1023px) {
    .header.desktop {
      display: none; } }
  .header.desktop .container {
    padding-top: 24px;
    padding-bottom: 18px;
    width: 100%;
    box-sizing: border-box; }
    .header.desktop .container .top {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative;
      min-height: 44px; }
      .header.desktop .container .top .search {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .header.desktop .container .top .search .icon {
          height: 13px;
          width: 13px;
          background-image: url("images/icons/header-search-black.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          margin-right: 3px;
          -webkit-transform: translateY(1px);
          transform: translateY(1px); }
        .header.desktop .container .top .search form input[type="text"] {
          height: 19px;
          width: 140px;
          border-radius: 10px;
          box-sizing: border-box;
          padding-left: 8px;
          font-size: 12px;
          border: 1px solid rgba(0, 0, 0, 0.2);
          transition: border 0.25s ease; }
          .header.desktop .container .top .search form input[type="text"]:focus {
            outline: none;
            border: 1px solid rgba(0, 0, 0, 0.4); }
      .header.desktop .container .top .social {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .header.desktop .container .top .social > a {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          cursor: pointer;
          transition: opacity 0.2s ease; }
          .header.desktop .container .top .social > a:hover {
            opacity: 0.7; }
          .header.desktop .container .top .social > a:not(:last-child) {
            margin-right: 32px; }
          .header.desktop .container .top .social > a.twitter {
            width: 17px;
            height: 14px;
            background-image: url(images/icons/social/share-twitter.svg); }
          .header.desktop .container .top .social > a.facebook {
            width: 8px;
            height: 16px;
            background-image: url(images/icons/social/share-facebook.svg); }
          .header.desktop .container .top .social > a.instagram {
            width: 16px;
            height: 16px;
            background-image: url(images/icons/social/share-instagram.svg); }
          .header.desktop .container .top .social > a.pinterest {
            width: 16px;
            height: 16px;
            background-image: url(images/icons/social/share-pinterest.svg); }
      .header.desktop .container .top .logo {
        width: 288px;
        height: 46px;
        background-image: url("images/logos/tdf-logo-horizontal-noline.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
    .header.desktop .container .navigation {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 32px;
      position: relative; }
      .header.desktop .container .navigation .hamburger {
        width: 14px;
        height: 12px;
        background-image: url("images/icons/hamburger-black.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer; }
      .header.desktop .container .navigation .primary-menu {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .header.desktop .container .navigation .primary-menu a {
          margin-right: 32px;
          font-size: 15px;
          border-bottom: 2px solid transparent;
          cursor: pointer; }
          .header.desktop .container .navigation .primary-menu a.active, .header.desktop .container .navigation .primary-menu a:hover {
            border-bottom: 1px solid #333333; }
          .header.desktop .container .navigation .primary-menu a.bold {
            font-weight: bold; }

.header.scroll {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E1E1DE;
  background-color: white; }
  @media (max-width: 1023px) {
    .header.scroll {
      display: none; } }
  .header.scroll .container {
    height: 66px;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .header.scroll .container .hamburger {
      width: 14px;
      height: 12px;
      background-image: url("images/icons/hamburger-black.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      cursor: pointer; }
    .header.scroll .container .logo {
      width: 156px;
      height: 25px;
      background-image: url("images/logos/tdf-logo-horizontal-noline.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 3px);
      transform: translate(-50%, 3px); }

.header.mobile {
  border-bottom: 2px solid #E1E1DE;
  display: none;
  position: relative; }
  @media (max-width: 1023px) {
    .header.mobile {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .header.mobile .container {
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header.mobile .container .hamburger {
      width: 14px;
      height: 12px;
      background-image: url("images/icons/hamburger-black.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      cursor: pointer; }
    .header.mobile .container .logo {
      width: 200px;
      height: 23px;
      background-image: url("images/logos/tdf-logo-horizontal-noline.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -38%);
      transform: translate(-50%, -38%); }
    .header.mobile .container .search-icon {
      height: 13px;
      width: 13px;
      background-image: url("images/icons/header-search-black.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }

.header.mobile-menu {
  position: absolute;
  background-color: white;
  width: 100%;
  z-index: 10;
  opacity: 1;
  border-bottom: 2px solid #E1E1DE;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  display: none; }
  .header.mobile-menu.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .header.mobile-menu .container {
    width: 100%;
    box-sizing: border-box;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
    .header.mobile-menu .container .primary-menu {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 10px 0 22px; }
      .header.mobile-menu .container .primary-menu .nav-item {
        font-family: 'UtopiaStd-Bold';
        font-size: 23px;
        line-height: 28px;
        letter-spacing: -0.004em;
        font-weight: normal;
        font-size: 19px;
        line-height: 34px; }

.header.mobile-search {
  position: absolute;
  background-color: white;
  width: 100%;
  z-index: 10;
  opacity: 1;
  border-bottom: 2px solid #E1E1DE;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  display: none; }
  .header.mobile-search.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .header.mobile-search .container {
    width: 100%;
    box-sizing: border-box; }
    .header.mobile-search .container .search-input {
      width: 100%;
      height: 75px;
      text-align: center;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      font-size: 10px;
      line-height: 14px;
      letter-spacing: 0.059em;
      text-transform: uppercase; }
      .header.mobile-search .container .search-input::-webkit-input-placeholder {
        color: #E1E1DE; }
      .header.mobile-search .container .search-input:-ms-input-placeholder {
        color: #E1E1DE; }
      .header.mobile-search .container .search-input::placeholder {
        color: #E1E1DE; }
      .header.mobile-search .container .search-input:focus {
        outline: none; }

.menu {
  position: absolute;
  background-color: white;
  width: 100%;
  z-index: 10;
  display: block;
  opacity: 1;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05); }
  .menu .container {
    box-sizing: border-box; }
    .menu .container .sections .section {
      display: none;
      height: auto;
      padding-top: 28px;
      padding-bottom: 40px;
      min-height: 280px; }
      .menu .container .sections .section .title {
        width: 112px;
        margin-right: 86px; }
        .menu .container .sections .section .title h1 {
          font-size: 22px;
          margin-bottom: 20px; }
        .menu .container .sections .section .title .description {
          font-size: 12.25px;
          line-height: 17px;
          letter-spacing: 0.05em;
          color: #656565; }
      .menu .container .sections .section .parent-menu,
      .menu .container .sections .section .child-menus .item-group {
        display: block;
        height: 100%;
        overflow-y: auto;
        width: 215px;
        max-height: 280px; }
        .menu .container .sections .section .parent-menu .item,
        .menu .container .sections .section .child-menus .item-group .item {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          font-size: 15px;
          line-height: 24px;
          cursor: pointer; }
      .menu .container .sections .section .posts {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-left: auto; }
        .menu .container .sections .section .posts .item {
          -webkit-flex: 0 1;
          -ms-flex: 0 1;
          flex: 0 1;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          cursor: pointer;
          transition: opacity 0.2s ease; }
          .menu .container .sections .section .posts .item:hover {
            opacity: 0.7; }
          .menu .container .sections .section .posts .item .image {
            width: 150px;
            height: 210px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            background-color: #F7F7F7; }
          .menu .container .sections .section .posts .item h3 {
            font-family: 'UtopiaStd-Bold';
            font-size: 23px;
            line-height: 28px;
            letter-spacing: -0.004em;
            font-weight: normal;
            font-size: 12px;
            line-height: 14px;
            margin-top: 10px; }
          .menu .container .sections .section .posts .item .category {
            font-size: 11px;
            margin-top: 5px; }
          .menu .container .sections .section .posts .item:not(:last-child) {
            margin-right: 20px; }
          @media (max-width: 1280px) {
            .menu .container .sections .section .posts .item:nth-child(4), .menu .container .sections .section .posts .item:nth-child(5) {
              display: none; } }
      .menu .container .sections .section[data-section="all"] .parent-menu .item {
        opacity: 0.5;
        transition: opacity 0.15s ease; }
        .menu .container .sections .section[data-section="all"] .parent-menu .item .arrow {
          width: 6px;
          height: 8px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          background-image: url("images/icons/menu-item-arrow-black.svg"); }
        .menu .container .sections .section[data-section="all"] .parent-menu .item:hover {
          opacity: 1; }
      .menu .container .sections .section[data-section="all"] .child-menus {
        margin-left: 75px; }
        .menu .container .sections .section[data-section="all"] .child-menus .item-group {
          display: none; }
          .menu .container .sections .section[data-section="all"] .child-menus .item-group .item {
            opacity: 1; }
      .menu .container .sections .section[data-section="all"] .about-menu {
        margin-left: auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .menu .container .sections .section[data-section="all"] .about-menu h1 {
          font-size: 22px;
          margin-bottom: 28px; }
        .menu .container .sections .section[data-section="all"] .about-menu .item {
          font-size: 12.25px;
          line-height: 17px;
          letter-spacing: 0.05em;
          color: #656565; }

body.post-type-archive-tdf_videos .header,
body.single-tdf_videos .header,
body.page-template-podcast .header,
body.single-podcast .header {
  background-color: #262626;
  border-bottom: none; }
  body.post-type-archive-tdf_videos .header a, body.post-type-archive-tdf_videos .header p,
  body.single-tdf_videos .header a,
  body.single-tdf_videos .header p,
  body.page-template-podcast .header a,
  body.page-template-podcast .header p,
  body.single-podcast .header a,
  body.single-podcast .header p {
    color: white; }
    body.post-type-archive-tdf_videos .header a:hover, body.post-type-archive-tdf_videos .header a.active, body.post-type-archive-tdf_videos .header p:hover, body.post-type-archive-tdf_videos .header p.active,
    body.single-tdf_videos .header a:hover,
    body.single-tdf_videos .header a.active,
    body.single-tdf_videos .header p:hover,
    body.single-tdf_videos .header p.active,
    body.page-template-podcast .header a:hover,
    body.page-template-podcast .header a.active,
    body.page-template-podcast .header p:hover,
    body.page-template-podcast .header p.active,
    body.single-podcast .header a:hover,
    body.single-podcast .header a.active,
    body.single-podcast .header p:hover,
    body.single-podcast .header p.active {
      border-color: white !important; }
  body.post-type-archive-tdf_videos .header .search input,
  body.single-tdf_videos .header .search input,
  body.page-template-podcast .header .search input,
  body.single-podcast .header .search input {
    border: 1px solid white !important;
    background-color: transparent;
    color: white !important; }
  body.post-type-archive-tdf_videos .header .search .icon,
  body.single-tdf_videos .header .search .icon,
  body.page-template-podcast .header .search .icon,
  body.single-podcast .header .search .icon {
    background-image: url("images/icons/header-search-white.svg") !important; }
  body.post-type-archive-tdf_videos .header .hamburger,
  body.single-tdf_videos .header .hamburger,
  body.page-template-podcast .header .hamburger,
  body.single-podcast .header .hamburger {
    background-image: url("images/icons/hamburger-white.svg") !important; }
  body.post-type-archive-tdf_videos .header .logo,
  body.single-tdf_videos .header .logo,
  body.page-template-podcast .header .logo,
  body.single-podcast .header .logo {
    background-image: url("images/logos/tdf-logo-horizontal-white-noline.svg") !important; }
  body.post-type-archive-tdf_videos .header .social a.twitter,
  body.single-tdf_videos .header .social a.twitter,
  body.page-template-podcast .header .social a.twitter,
  body.single-podcast .header .social a.twitter {
    width: 17px;
    height: 14px;
    background-image: url("images/icons/social/share-twitter-white.svg") !important; }
  body.post-type-archive-tdf_videos .header .social a.facebook,
  body.single-tdf_videos .header .social a.facebook,
  body.page-template-podcast .header .social a.facebook,
  body.single-podcast .header .social a.facebook {
    width: 8px;
    height: 16px;
    background-image: url("images/icons/social/share-facebook-white.svg") !important; }
  body.post-type-archive-tdf_videos .header .social a.instagram,
  body.single-tdf_videos .header .social a.instagram,
  body.page-template-podcast .header .social a.instagram,
  body.single-podcast .header .social a.instagram {
    width: 16px;
    height: 16px;
    background-image: url("images/icons/social/share-instagram-white.svg") !important; }
  body.post-type-archive-tdf_videos .header .social a.pinterest,
  body.single-tdf_videos .header .social a.pinterest,
  body.page-template-podcast .header .social a.pinterest,
  body.single-podcast .header .social a.pinterest {
    width: 16px;
    height: 16px;
    background-image: url("images/icons/social/share-pinterest-white.svg") !important; }

body.post-type-archive-tdf_videos .menu,
body.single-tdf_videos .menu,
body.page-template-podcast .menu,
body.single-podcast .menu {
  background-color: #262626; }
  body.post-type-archive-tdf_videos .menu div, body.post-type-archive-tdf_videos .menu a, body.post-type-archive-tdf_videos .menu p, body.post-type-archive-tdf_videos .menu h1, body.post-type-archive-tdf_videos .menu h3,
  body.single-tdf_videos .menu div,
  body.single-tdf_videos .menu a,
  body.single-tdf_videos .menu p,
  body.single-tdf_videos .menu h1,
  body.single-tdf_videos .menu h3,
  body.page-template-podcast .menu div,
  body.page-template-podcast .menu a,
  body.page-template-podcast .menu p,
  body.page-template-podcast .menu h1,
  body.page-template-podcast .menu h3,
  body.single-podcast .menu div,
  body.single-podcast .menu a,
  body.single-podcast .menu p,
  body.single-podcast .menu h1,
  body.single-podcast .menu h3 {
    color: white !important; }
  body.post-type-archive-tdf_videos .menu .arrow,
  body.single-tdf_videos .menu .arrow,
  body.page-template-podcast .menu .arrow,
  body.single-podcast .menu .arrow {
    background-image: url("images/icons/menu-item-arrow-white.svg") !important; }

body.post-type-archive-tdf_videos .mobile-menu,
body.single-tdf_videos .mobile-menu,
body.page-template-podcast .mobile-menu,
body.single-podcast .mobile-menu {
  background-color: #262626 !important; }

.footer.black {
  background-color: #262626; }
  .footer.black .logo {
    background-image: url("images/logos/tdf-logo-horizontal-white-noline.svg") !important; }
  .footer.black a, .footer.black p {
    color: white !important; }

.footer .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 72px;
  padding-bottom: 50px; }
  @media (max-width: 480px) {
    .footer .container {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 40px;
      padding-right: 40px; } }
  .footer .container .left a.logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 288px;
    height: 46px;
    background-image: url(images/logos/tdf-logo-horizontal-noline.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 480px) {
      .footer .container .left a.logo {
        max-width: 100%; } }
  .footer .container .left .message {
    max-width: 270px;
    margin-top: 30px; }
    .footer .container .left .message p {
      font-family: 'GT-Walsheim-Regular';
      font-size: 11px;
      color: #0B0600; }
      .footer .container .left .message p a {
        cursor: pointer;
        transition: opacity 0.2s ease; }
        .footer .container .left .message p a:hover {
          opacity: 0.7; }
  .footer .container .right .footer-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media (max-width: 480px) {
      .footer .container .right .footer-menu {
        margin-top: 42px;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .footer .container .right .footer-menu a {
      text-transform: uppercase;
      font-family: 'GT-Walsheim-Bold';
      font-weight: normal;
      font-size: 9px;
      line-height: 23.41px;
      letter-spacing: 0.45px;
      color: #606060;
      cursor: pointer;
      transition: opacity 0.2s ease; }
      .footer .container .right .footer-menu a:hover {
        opacity: 0.7; }
      .footer .container .right .footer-menu a span {
        border-bottom: 1px solid #ccc; }

body.post-type-archive-tdf_videos .footer,
body.single-tdf_videos .footer {
  background-color: #3B3B3B; }
  body.post-type-archive-tdf_videos .footer .logo,
  body.single-tdf_videos .footer .logo {
    background-image: url("images/logos/tdf-logo-horizontal-white-noline.svg") !important; }
  body.post-type-archive-tdf_videos .footer a, body.post-type-archive-tdf_videos .footer p,
  body.single-tdf_videos .footer a,
  body.single-tdf_videos .footer p {
    color: white !important; }

.mailchimp-wrapper {
  background: #F7F7F7;
  padding-top: 50px;
  padding-bottom: 50px; }

section.newsletter {
  background-color: #FFD700;
  border-bottom: solid 3px #FFBB00; }
  section.newsletter .container {
    height: 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    section.newsletter .container .message {
      font-size: 20px;
      color: #333333;
      position: relative;
      z-index: 1; }
      section.newsletter .container .message::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 1px;
        height: 2px;
        background-color: white;
        z-index: -1; }
    section.newsletter .container .errorMsg {
      font-size: 12px;
      padding-top: 10px; }
    section.newsletter .container .mc-home-success-message {
      font-size: 12px; }
    section.newsletter .container form {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      section.newsletter .container form input[type="text"] {
        font-size: 14px;
        line-height: 14px;
        height: 32px;
        min-width: 300px;
        padding: 0 10px;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        box-sizing: border-box; }
        section.newsletter .container form input[type="text"]:focus {
          outline: none; }
      section.newsletter .container form input[type="submit"] {
        height: 32px;
        padding: 0 24px;
        border: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        background-color: #3D3D3D;
        color: white;
        font-size: 12px;
        text-transform: uppercase;
        font-family: 'GT-Walsheim-Bold';
        text-transform: uppercase;
        transition: background 0.15s ease; }
        section.newsletter .container form input[type="submit"]:hover {
          background-color: #656565; }
    @media (max-width: 768px) {
      section.newsletter .container {
        height: auto;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 24px;
        padding-bottom: 24px; }
        section.newsletter .container .message {
          font-size: 14px;
          margin-bottom: 24px; }
        section.newsletter .container form {
          width: 100%; }
          section.newsletter .container form input[type="text"] {
            min-width: 0;
            width: 100%;
            font-size: 10px; }
          section.newsletter .container form input[type="submit"] {
            font-size: 9px; } }

.block.slideshow_with_ad .slider .flickity-prev-next-button,
section.featured-slideshow .slider .flickity-prev-next-button {
  opacity: 0.72;
  top: 0;
  -webkit-transform: none;
  transform: none;
  width: 33%;
  height: 600px;
  padding: 0;
  border-radius: 0;
  background-image: url(images/icons/arrow_thick_left_white.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 24px 32px;
  background-position: left center;
  transition: opacity 0.1s ease; }
  .block.slideshow_with_ad .slider .flickity-prev-next-button svg,
  section.featured-slideshow .slider .flickity-prev-next-button svg {
    display: none; }
  .block.slideshow_with_ad .slider .flickity-prev-next-button.previous,
  section.featured-slideshow .slider .flickity-prev-next-button.previous {
    left: 20px; }
  .block.slideshow_with_ad .slider .flickity-prev-next-button.next,
  section.featured-slideshow .slider .flickity-prev-next-button.next {
    right: 20px;
    background-image: url(images/icons/arrow_thick_right_white.svg);
    background-position: right center; }
  @media (max-width: 768px) {
    .block.slideshow_with_ad .slider .flickity-prev-next-button,
    section.featured-slideshow .slider .flickity-prev-next-button {
      display: none; } }
  .block.slideshow_with_ad .slider .flickity-prev-next-button:focus,
  section.featured-slideshow .slider .flickity-prev-next-button:focus {
    outline: none; }
  .block.slideshow_with_ad .slider .flickity-prev-next-button:disabled, .block.slideshow_with_ad .slider .flickity-prev-next-button:hover:disabled,
  section.featured-slideshow .slider .flickity-prev-next-button:disabled,
  section.featured-slideshow .slider .flickity-prev-next-button:hover:disabled {
    opacity: 0; }
  .block.slideshow_with_ad .slider .flickity-prev-next-button:hover,
  section.featured-slideshow .slider .flickity-prev-next-button:hover {
    opacity: 1; }
  .block.slideshow_with_ad .slider .flickity-prev-next-button:active,
  section.featured-slideshow .slider .flickity-prev-next-button:active {
    opacity: 1; }

.block.slideshow_with_ad .slider .flickity-page-dots,
section.featured-slideshow .slider .flickity-page-dots {
  top: calc(600px - 38px);
  bottom: auto; }
  .block.slideshow_with_ad .slider .flickity-page-dots .dot,
  section.featured-slideshow .slider .flickity-page-dots .dot {
    background: #fff;
    opacity: 0.5; }
    .block.slideshow_with_ad .slider .flickity-page-dots .dot.is-selected,
    section.featured-slideshow .slider .flickity-page-dots .dot.is-selected {
      opacity: 1; }

section.instagram {
  padding-top: 80px; }
  section.instagram .container .slider {
    width: 100%; }
    section.instagram .container .slider a.item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 292px;
      width: 292px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      margin-right: 20px; }

body.page-template-news section.instagram,
body.single-news section.instagram {
  padding-top: 55px;
  padding-bottom: 64px; }

.mailchimp-modal {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 12;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease; }
  .mailchimp-modal.show {
    opacity: 1;
    pointer-events: all; }
  .mailchimp-modal.below-header {
    position: inherit;
    opacity: 1;
    pointer-events: all; }
    .mailchimp-modal.below-header .close {
      display: none; }
    .mailchimp-modal.below-header .modal {
      min-height: 0;
      overflow: hidden;
      display: none; }
      .mailchimp-modal.below-header .modal .container {
        padding-top: 33.5px;
        padding-bottom: 33.5px; }
    .mailchimp-modal.below-header.show {
      height: 187px; }
  .mailchimp-modal .modal {
    z-index: 2;
    min-height: 187px;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    box-sizing: border-box;
    color: white;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .mailchimp-modal .modal .container {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 60px 0 40px;
      position: relative; }
      @media (max-width: 1023px) {
        .mailchimp-modal .modal .container {
          padding: 16px 20px;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-align-items: stretch;
          -ms-flex-align: stretch;
          align-items: stretch; } }
    .mailchimp-modal .modal .heading {
      font-family: "minion-pro";
      font-weight: 400;
      font-size: 35px;
      line-height: 40px;
      color: white; }
      @media (max-width: 1023px) {
        .mailchimp-modal .modal .heading {
          font-size: 25px;
          line-height: 30px;
          padding-right: 40px; }
          .mailchimp-modal .modal .heading br {
            display: none; } }
      .mailchimp-modal .modal .heading span {
        font-weight: 700;
        font-style: italic; }
    .mailchimp-modal .modal form {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex: 0 1 582px;
      -ms-flex: 0 1 582px;
      flex: 0 1 582px; }
      @media (max-width: 1023px) {
        .mailchimp-modal .modal form {
          -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
          flex: 0 1 auto;
          margin-top: 20px;
          padding-bottom: 20px; } }
      .mailchimp-modal .modal form .options {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 1023px) {
          .mailchimp-modal .modal form .options {
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .mailchimp-modal .modal form .options .field {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .mailchimp-modal .modal form .options .field .info {
            padding-left: 24px; }
            .mailchimp-modal .modal form .options .field .info label {
              font-family: 'sofia-pro';
              font-weight: 300;
              font-size: 14.76px;
              letter-spacing: 0.075em;
              text-transform: uppercase; }
            .mailchimp-modal .modal form .options .field .info .description {
              font-family: 'sofia-pro';
              font-weight: 300;
              font-style: italic;
              font-size: 9.5px;
              line-height: 12px;
              max-width: 140px;
              letter-spacing: 0.075em;
              text-transform: uppercase;
              margin-top: 4px; }
        .mailchimp-modal .modal form .options .or {
          margin: 0 50px;
          font-weight: 600;
          font-family: 'sofia-pro';
          font-size: 17px;
          line-height: 25px;
          letter-spacing: 0.075em; }
          @media (max-width: 1023px) {
            .mailchimp-modal .modal form .options .or {
              margin: 0;
              margin-bottom: 20px; } }
      .mailchimp-modal .modal form .input {
        margin-top: 27px;
        position: relative; }
        .mailchimp-modal .modal form .input .field {
          width: 100%;
          position: relative; }
          .mailchimp-modal .modal form .input .field input[type="email"] {
            width: 100%;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: none;
            border: 0;
            border-bottom: 1px solid white;
            padding-bottom: 4px; }
            .mailchimp-modal .modal form .input .field input[type="email"], .mailchimp-modal .modal form .input .field input[type="email"]::-webkit-input-placeholder {
              color: white;
              font-family: 'sofia-pro';
              font-size: 12px;
              letter-spacing: 0.075em;
              text-transform: uppercase; }
            .mailchimp-modal .modal form .input .field input[type="email"], .mailchimp-modal .modal form .input .field input[type="email"]:-ms-input-placeholder {
              color: white;
              font-family: 'sofia-pro';
              font-size: 12px;
              letter-spacing: 0.075em;
              text-transform: uppercase; }
            .mailchimp-modal .modal form .input .field input[type="email"], .mailchimp-modal .modal form .input .field input[type="email"]::placeholder {
              color: white;
              font-family: 'sofia-pro';
              font-size: 12px;
              letter-spacing: 0.075em;
              text-transform: uppercase; }
            .mailchimp-modal .modal form .input .field input[type="email"]:focus {
              outline: none; }
          .mailchimp-modal .modal form .input .field input[type="submit"] {
            position: absolute;
            right: -5px;
            top: 1px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: none;
            border: 0;
            color: white;
            font-family: 'sofia-pro';
            font-size: 12px;
            letter-spacing: 0.075em;
            text-transform: uppercase;
            text-align: right; }
          .mailchimp-modal .modal form .input .field .error {
            color: white;
            font-family: 'sofia-pro';
            font-size: 12px;
            letter-spacing: 0.075em;
            text-transform: uppercase;
            margin-top: 8px; }
        .mailchimp-modal .modal form .input .terms {
          position: absolute;
          right: 0;
          bottom: -20px; }
          .mailchimp-modal .modal form .input .terms p, .mailchimp-modal .modal form .input .terms a {
            color: #666666;
            font-family: 'sofia-pro';
            font-size: 11.29px;
            letter-spacing: 0.1em; }
            @media (max-width: 1023px) {
              .mailchimp-modal .modal form .input .terms p, .mailchimp-modal .modal form .input .terms a {
                font-size: 8px; } }
          .mailchimp-modal .modal form .input .terms a {
            text-decoration: underline; }
    .mailchimp-modal .modal .close {
      position: absolute;
      width: 12px;
      height: 12px;
      top: 10px;
      right: 10px;
      background-image: url("images/newsletter/close.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-transform: translateY(1px);
      transform: translateY(1px);
      transition: opacity 0.25s ease;
      cursor: pointer; }
      .mailchimp-modal .modal .close:hover {
        opacity: 0.7; }
      @media (max-width: 1023px) {
        .mailchimp-modal .modal .close {
          top: 20px;
          right: 20px; } }

body.home section.social,
body.page-template-news section.social,
body.single-news section.social {
  padding-top: 80px;
  padding-bottom: 64px; }
  body.home section.social .icons,
  body.page-template-news section.social .icons,
  body.single-news section.social .icons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px; }
    body.home section.social .icons > a,
    body.page-template-news section.social .icons > a,
    body.single-news section.social .icons > a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      cursor: pointer;
      transition: opacity 0.2s ease; }
      body.home section.social .icons > a:hover,
      body.page-template-news section.social .icons > a:hover,
      body.single-news section.social .icons > a:hover {
        opacity: 0.7; }
      body.home section.social .icons > a:not(:last-child),
      body.page-template-news section.social .icons > a:not(:last-child),
      body.single-news section.social .icons > a:not(:last-child) {
        margin-right: 32px; }
      body.home section.social .icons > a.twitter,
      body.page-template-news section.social .icons > a.twitter,
      body.single-news section.social .icons > a.twitter {
        width: 17px;
        height: 14px;
        background-image: url(images/icons/social/share-twitter-dark.svg); }
      body.home section.social .icons > a.facebook,
      body.page-template-news section.social .icons > a.facebook,
      body.single-news section.social .icons > a.facebook {
        width: 8px;
        height: 16px;
        background-image: url(images/icons/social/share-facebook-dark.svg); }
      body.home section.social .icons > a.instagram,
      body.page-template-news section.social .icons > a.instagram,
      body.single-news section.social .icons > a.instagram {
        width: 16px;
        height: 16px;
        background-image: url(images/icons/social/share-instagram-dark.svg); }
      body.home section.social .icons > a.pinterest,
      body.page-template-news section.social .icons > a.pinterest,
      body.single-news section.social .icons > a.pinterest {
        width: 16px;
        height: 16px;
        background-image: url(images/icons/social/share-pinterest-dark.svg); }
  body.home section.social .connect,
  body.page-template-news section.social .connect,
  body.single-news section.social .connect {
    text-align: center;
    display: block;
    font-size: 16.5px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #606060; }

body.page-template-news section.social,
body.single-news section.social {
  padding-top: 42px;
  padding-bottom: 0; }

body.home .stories-top .right,
body.home .stories-bottom .right,
body.page-template-news .right,
body.single-news .right,
body.single-post .block.text .gutter:last-child {
  -webkit-flex: 0 1 300px;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  margin-left: 20px;
  padding: 0;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    body.home .stories-top .right,
    body.home .stories-bottom .right,
    body.page-template-news .right,
    body.single-news .right,
    body.single-post .block.text .gutter:last-child {
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      margin-left: 0;
      border-left: none;
      border-top: 1px solid #D9D9D6; } }
  body.home .stories-top .right .ad-unit,
  body.home .stories-bottom .right .ad-unit,
  body.page-template-news .right .ad-unit,
  body.single-news .right .ad-unit,
  body.single-post .block.text .gutter:last-child .ad-unit {
    margin-bottom: 20px; }
  body.home .stories-top .right .post .info,
  body.home .stories-bottom .right .post .info,
  body.page-template-news .right .post .info,
  body.single-news .right .post .info,
  body.single-post .block.text .gutter:last-child .post .info {
    padding-left: 0;
    padding-right: 0; }
    body.home .stories-top .right .post .info .description,
    body.home .stories-bottom .right .post .info .description,
    body.page-template-news .right .post .info .description,
    body.single-news .right .post .info .description,
    body.single-post .block.text .gutter:last-child .post .info .description {
      margin-bottom: 12px; }
  body.home .stories-top .right .most-read,
  body.home .stories-top .right .this-week.desktop,
  body.home .stories-bottom .right .most-read,
  body.home .stories-bottom .right .this-week.desktop,
  body.page-template-news .right .most-read,
  body.page-template-news .right .this-week.desktop,
  body.single-news .right .most-read,
  body.single-news .right .this-week.desktop,
  body.single-post .block.text .gutter:last-child .most-read,
  body.single-post .block.text .gutter:last-child .this-week.desktop {
    padding-left: 20px;
    border-left: 1px solid #D9D9D6; }
    @media (max-width: 768px) {
      body.home .stories-top .right .most-read,
      body.home .stories-top .right .this-week.desktop,
      body.home .stories-bottom .right .most-read,
      body.home .stories-bottom .right .this-week.desktop,
      body.page-template-news .right .most-read,
      body.page-template-news .right .this-week.desktop,
      body.single-news .right .most-read,
      body.single-news .right .this-week.desktop,
      body.single-post .block.text .gutter:last-child .most-read,
      body.single-post .block.text .gutter:last-child .this-week.desktop {
        padding-left: 0;
        padding-bottom: 30px; } }
    body.home .stories-top .right .most-read h2.section-title,
    body.home .stories-top .right .this-week.desktop h2.section-title,
    body.home .stories-bottom .right .most-read h2.section-title,
    body.home .stories-bottom .right .this-week.desktop h2.section-title,
    body.page-template-news .right .most-read h2.section-title,
    body.page-template-news .right .this-week.desktop h2.section-title,
    body.single-news .right .most-read h2.section-title,
    body.single-news .right .this-week.desktop h2.section-title,
    body.single-post .block.text .gutter:last-child .most-read h2.section-title,
    body.single-post .block.text .gutter:last-child .this-week.desktop h2.section-title {
      font-family: 'GT-Walsheim-Regular'; }
    body.home .stories-top .right .most-read > h4,
    body.home .stories-top .right .this-week.desktop > h4,
    body.home .stories-bottom .right .most-read > h4,
    body.home .stories-bottom .right .this-week.desktop > h4,
    body.page-template-news .right .most-read > h4,
    body.page-template-news .right .this-week.desktop > h4,
    body.single-news .right .most-read > h4,
    body.single-news .right .this-week.desktop > h4,
    body.single-post .block.text .gutter:last-child .most-read > h4,
    body.single-post .block.text .gutter:last-child .this-week.desktop > h4 {
      padding-top: 24px;
      font-family: 'GT-Walsheim-Regular', Arial;
      -webkit-font-smoothing: antialiased;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.85px;
      color: #666666;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        body.home .stories-top .right .most-read > h4,
        body.home .stories-top .right .this-week.desktop > h4,
        body.home .stories-bottom .right .most-read > h4,
        body.home .stories-bottom .right .this-week.desktop > h4,
        body.page-template-news .right .most-read > h4,
        body.page-template-news .right .this-week.desktop > h4,
        body.single-news .right .most-read > h4,
        body.single-news .right .this-week.desktop > h4,
        body.single-post .block.text .gutter:last-child .most-read > h4,
        body.single-post .block.text .gutter:last-child .this-week.desktop > h4 {
          text-align: center; } }
    body.home .stories-top .right .most-read .post,
    body.home .stories-top .right .this-week.desktop .post,
    body.home .stories-bottom .right .most-read .post,
    body.home .stories-bottom .right .this-week.desktop .post,
    body.page-template-news .right .most-read .post,
    body.page-template-news .right .this-week.desktop .post,
    body.single-news .right .most-read .post,
    body.single-news .right .this-week.desktop .post,
    body.single-post .block.text .gutter:last-child .most-read .post,
    body.single-post .block.text .gutter:last-child .this-week.desktop .post {
      margin-top: 38px;
      margin-bottom: 0;
      min-height: 346px; }
      @media (max-width: 768px) {
        body.home .stories-top .right .most-read .post,
        body.home .stories-top .right .this-week.desktop .post,
        body.home .stories-bottom .right .most-read .post,
        body.home .stories-bottom .right .this-week.desktop .post,
        body.page-template-news .right .most-read .post,
        body.page-template-news .right .this-week.desktop .post,
        body.single-news .right .most-read .post,
        body.single-news .right .this-week.desktop .post,
        body.single-post .block.text .gutter:last-child .most-read .post,
        body.single-post .block.text .gutter:last-child .this-week.desktop .post {
          -webkit-flex: 0 1 50%;
          -ms-flex: 0 1 50%;
          flex: 0 1 50%;
          padding-left: 8px;
          padding-right: 8px;
          box-sizing: border-box;
          margin-top: 20px;
          min-height: auto; } }
      body.home .stories-top .right .most-read .post:not(:first-of-type),
      body.home .stories-top .right .this-week.desktop .post:not(:first-of-type),
      body.home .stories-bottom .right .most-read .post:not(:first-of-type),
      body.home .stories-bottom .right .this-week.desktop .post:not(:first-of-type),
      body.page-template-news .right .most-read .post:not(:first-of-type),
      body.page-template-news .right .this-week.desktop .post:not(:first-of-type),
      body.single-news .right .most-read .post:not(:first-of-type),
      body.single-news .right .this-week.desktop .post:not(:first-of-type),
      body.single-post .block.text .gutter:last-child .most-read .post:not(:first-of-type),
      body.single-post .block.text .gutter:last-child .this-week.desktop .post:not(:first-of-type) {
        padding-top: 38px;
        border-top: 1px solid #D9D9D6; }
        @media (max-width: 768px) {
          body.home .stories-top .right .most-read .post:not(:first-of-type),
          body.home .stories-top .right .this-week.desktop .post:not(:first-of-type),
          body.home .stories-bottom .right .most-read .post:not(:first-of-type),
          body.home .stories-bottom .right .this-week.desktop .post:not(:first-of-type),
          body.page-template-news .right .most-read .post:not(:first-of-type),
          body.page-template-news .right .this-week.desktop .post:not(:first-of-type),
          body.single-news .right .most-read .post:not(:first-of-type),
          body.single-news .right .this-week.desktop .post:not(:first-of-type),
          body.single-post .block.text .gutter:last-child .most-read .post:not(:first-of-type),
          body.single-post .block.text .gutter:last-child .this-week.desktop .post:not(:first-of-type) {
            padding-top: 0;
            border-top: none; } }
      body.home .stories-top .right .most-read .post:last-of-type,
      body.home .stories-top .right .this-week.desktop .post:last-of-type,
      body.home .stories-bottom .right .most-read .post:last-of-type,
      body.home .stories-bottom .right .this-week.desktop .post:last-of-type,
      body.page-template-news .right .most-read .post:last-of-type,
      body.page-template-news .right .this-week.desktop .post:last-of-type,
      body.single-news .right .most-read .post:last-of-type,
      body.single-news .right .this-week.desktop .post:last-of-type,
      body.single-post .block.text .gutter:last-child .most-read .post:last-of-type,
      body.single-post .block.text .gutter:last-child .this-week.desktop .post:last-of-type {
        padding-bottom: 64px; }
        @media (max-width: 768px) {
          body.home .stories-top .right .most-read .post:last-of-type,
          body.home .stories-top .right .this-week.desktop .post:last-of-type,
          body.home .stories-bottom .right .most-read .post:last-of-type,
          body.home .stories-bottom .right .this-week.desktop .post:last-of-type,
          body.page-template-news .right .most-read .post:last-of-type,
          body.page-template-news .right .this-week.desktop .post:last-of-type,
          body.single-news .right .most-read .post:last-of-type,
          body.single-news .right .this-week.desktop .post:last-of-type,
          body.single-post .block.text .gutter:last-child .most-read .post:last-of-type,
          body.single-post .block.text .gutter:last-child .this-week.desktop .post:last-of-type {
            padding-bottom: 0; } }
      body.home .stories-top .right .most-read .post .thumbnail,
      body.home .stories-top .right .this-week.desktop .post .thumbnail,
      body.home .stories-bottom .right .most-read .post .thumbnail,
      body.home .stories-bottom .right .this-week.desktop .post .thumbnail,
      body.page-template-news .right .most-read .post .thumbnail,
      body.page-template-news .right .this-week.desktop .post .thumbnail,
      body.single-news .right .most-read .post .thumbnail,
      body.single-news .right .this-week.desktop .post .thumbnail,
      body.single-post .block.text .gutter:last-child .most-read .post .thumbnail,
      body.single-post .block.text .gutter:last-child .this-week.desktop .post .thumbnail {
        min-height: 190px; }
        @media (max-width: 480px) {
          body.home .stories-top .right .most-read .post .thumbnail,
          body.home .stories-top .right .this-week.desktop .post .thumbnail,
          body.home .stories-bottom .right .most-read .post .thumbnail,
          body.home .stories-bottom .right .this-week.desktop .post .thumbnail,
          body.page-template-news .right .most-read .post .thumbnail,
          body.page-template-news .right .this-week.desktop .post .thumbnail,
          body.single-news .right .most-read .post .thumbnail,
          body.single-news .right .this-week.desktop .post .thumbnail,
          body.single-post .block.text .gutter:last-child .most-read .post .thumbnail,
          body.single-post .block.text .gutter:last-child .this-week.desktop .post .thumbnail {
            min-height: 97px; } }
      body.home .stories-top .right .most-read .post .info,
      body.home .stories-top .right .this-week.desktop .post .info,
      body.home .stories-bottom .right .most-read .post .info,
      body.home .stories-bottom .right .this-week.desktop .post .info,
      body.page-template-news .right .most-read .post .info,
      body.page-template-news .right .this-week.desktop .post .info,
      body.single-news .right .most-read .post .info,
      body.single-news .right .this-week.desktop .post .info,
      body.single-post .block.text .gutter:last-child .most-read .post .info,
      body.single-post .block.text .gutter:last-child .this-week.desktop .post .info {
        padding: 18px 0 0; }

body.single-post .block.text .gutter:last-child .this-week.desktop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none; }

@media (max-width: 768px) {
  body.page-template-news .right,
  body.single-news .right,
  body.single-post .block.text .gutter:last-child {
    display: none !important; } }

@media (max-width: 768px) {
  body.home .stories-top .right .most-read .posts,
  body.home .stories-top .right .this-week.desktop .posts,
  body.home .stories-bottom .right .most-read .posts,
  body.home .stories-bottom .right .this-week.desktop .posts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  body.home .stories-top .right .most-read .post,
  body.home .stories-top .right .this-week.desktop .post,
  body.home .stories-bottom .right .most-read .post,
  body.home .stories-bottom .right .this-week.desktop .post {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box; } }

body.error404 .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 100px 0;
  text-align: center; }

body.error404 h1 {
  margin-bottom: 20px;
  font-size: 30px; }

body.error404 p {
  font-size: 20px; }

body.home section .section-title {
  margin-bottom: 40px;
  text-align: center; }
  body.home section .section-title, body.home section .section-title a {
    font-family: 'GT-Walsheim-Regular';
    color: #666666; }
  body.home section .section-title a {
    text-decoration: underline;
    cursor: pointer;
    transition: opacity 0.2s ease;
    letter-spacing: 0.07em; }
    body.home section .section-title a:hover {
      opacity: 0.7; }
  body.home section .section-title.mobile {
    display: none; }
  @media (max-width: 768px) {
    body.home section .section-title {
      margin-bottom: 16px; }
      body.home section .section-title.mobile {
        display: block;
        text-align: center; }
      body.home section .section-title, body.home section .section-title a {
        font-size: 12px; } }

body.home section.hero-container .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px; }
  @media (max-width: 768px) {
    body.home section.hero-container .container {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0; } }
  body.home section.hero-container .container .hero-post-image {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (max-width: 768px) {
      body.home section.hero-container .container .hero-post-image {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none; } }
    body.home section.hero-container .container .hero-post-image .post {
      margin-bottom: 0; }
      body.home section.hero-container .container .hero-post-image .post .thumbnail {
        min-height: 600px; }
        @media (max-width: 480px) {
          body.home section.hero-container .container .hero-post-image .post .thumbnail {
            min-height: 225px; } }
  body.home section.hero-container .container .ad-unit {
    -webkit-flex: 0 1 300px;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    height: 600px;
    margin-left: 20px; }
    @media (max-width: 768px) {
      body.home section.hero-container .container .ad-unit {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        display: none; } }

section.stories-top .container,
section.stories-bottom .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    section.stories-top .container,
    section.stories-bottom .container {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0; } }
  section.stories-top .container .left,
  section.stories-bottom .container .left {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (max-width: 768px) {
      section.stories-top .container .left,
      section.stories-bottom .container .left {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none; } }
  section.stories-top .container .right .most-read .post,
  section.stories-bottom .container .right .most-read .post {
    display: none; }
  section.stories-top .container .post .info,
  section.stories-bottom .container .post .info {
    padding-left: 0;
    padding-right: 0; }
    section.stories-top .container .post .info .description,
    section.stories-bottom .container .post .info .description {
      margin-bottom: 12px; }
  @media (max-width: 768px) {
    section.stories-top .container .left .story-blocks,
    section.stories-bottom .container .left .story-blocks {
      display: none; } }
  section.stories-top .container .left .story-blocks .x2_stories, section.stories-top .container .left .story-blocks .x3_stories, section.stories-top .container .left .story-blocks .x4_stories,
  section.stories-bottom .container .left .story-blocks .x2_stories,
  section.stories-bottom .container .left .story-blocks .x3_stories,
  section.stories-bottom .container .left .story-blocks .x4_stories {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    section.stories-top .container .left .story-blocks .x2_stories .post:not(:last-child), section.stories-top .container .left .story-blocks .x3_stories .post:not(:last-child), section.stories-top .container .left .story-blocks .x4_stories .post:not(:last-child),
    section.stories-bottom .container .left .story-blocks .x2_stories .post:not(:last-child),
    section.stories-bottom .container .left .story-blocks .x3_stories .post:not(:last-child),
    section.stories-bottom .container .left .story-blocks .x4_stories .post:not(:last-child) {
      margin-right: 20px; }
  section.stories-top .container .left .story-blocks .x2_stories .post,
  section.stories-bottom .container .left .story-blocks .x2_stories .post {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%; }
    section.stories-top .container .left .story-blocks .x2_stories .post .thumbnail,
    section.stories-bottom .container .left .story-blocks .x2_stories .post .thumbnail {
      min-height: 293px; }
      @media (max-width: 1024px) {
        section.stories-top .container .left .story-blocks .x2_stories .post .thumbnail,
        section.stories-bottom .container .left .story-blocks .x2_stories .post .thumbnail {
          min-height: 205px; } }
      @media (max-width: 1023px) {
        section.stories-top .container .left .story-blocks .x2_stories .post .thumbnail,
        section.stories-bottom .container .left .story-blocks .x2_stories .post .thumbnail {
          min-height: 395px; } }
  section.stories-top .container .left .story-blocks .x3_stories .post,
  section.stories-bottom .container .left .story-blocks .x3_stories .post {
    -webkit-flex: 0 1 33.33%;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%; }
    section.stories-top .container .left .story-blocks .x3_stories .post .thumbnail,
    section.stories-bottom .container .left .story-blocks .x3_stories .post .thumbnail {
      min-height: 194px; }
      @media (max-width: 1024px) {
        section.stories-top .container .left .story-blocks .x3_stories .post .thumbnail,
        section.stories-bottom .container .left .story-blocks .x3_stories .post .thumbnail {
          min-height: 129px; } }
  section.stories-top .container .left .story-blocks .x4_stories .post,
  section.stories-bottom .container .left .story-blocks .x4_stories .post {
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%; }
    section.stories-top .container .left .story-blocks .x4_stories .post .thumbnail,
    section.stories-bottom .container .left .story-blocks .x4_stories .post .thumbnail {
      min-height: 161px; }
      @media (max-width: 1024px) {
        section.stories-top .container .left .story-blocks .x4_stories .post .thumbnail,
        section.stories-bottom .container .left .story-blocks .x4_stories .post .thumbnail {
          min-height: 98px; } }

body.home section.stories-top {
  padding-top: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D9D9D6; }
  @media (max-width: 768px) {
    body.home section.stories-top {
      padding-bottom: 0;
      border: none; } }
  body.home section.stories-top .container {
    position: relative; }
  body.home section.stories-top .left .hero-post-info .post .info {
    padding: 0; }
    @media (max-width: 768px) {
      body.home section.stories-top .left .hero-post-info .post .info {
        padding-left: 20px;
        padding-right: 20px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    body.home section.stories-top .left .hero-post-info .post .info {
      padding-left: 10px;
      padding-right: 10px; } }
  body.home section.stories-top .left .secondary-posts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      body.home section.stories-top .left .secondary-posts {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    body.home section.stories-top .left .secondary-posts .post {
      -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%; }
      @media (max-width: 768px) {
        body.home section.stories-top .left .secondary-posts .post {
          -webkit-flex: none;
          -ms-flex: none;
          flex: none; } }
      body.home section.stories-top .left .secondary-posts .post .thumbnail {
        min-height: 293px; }
        @media (max-width: 1024px) {
          body.home section.stories-top .left .secondary-posts .post .thumbnail {
            min-height: 205px; } }
        @media (max-width: 1023px) {
          body.home section.stories-top .left .secondary-posts .post .thumbnail {
            min-height: 395px; } }
        @media (max-width: 480px) {
          body.home section.stories-top .left .secondary-posts .post .thumbnail {
            min-height: 225px; } }
      @media (max-width: 768px) {
        body.home section.stories-top .left .secondary-posts .post .info {
          padding-left: 20px;
          padding-right: 20px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    body.home section.stories-top .left .secondary-posts .post .info {
      padding-left: 10px;
      padding-right: 10px; } }
      body.home section.stories-top .left .secondary-posts .post:first-child {
        margin-right: 20px; }
        @media (max-width: 768px) {
          body.home section.stories-top .left .secondary-posts .post:first-child {
            margin-right: 0; } }

@media (max-width: 768px) {
  body.home section.stories-bottom {
    display: none; } }

body.home section.stories-bottom .right .ad {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  background-color: rgba(0, 0, 0, 0.1); }

section.stories-mobile {
  display: none;
  padding-top: 30px;
  border-top: 1px solid #D9D9D6; }
  @media (max-width: 768px) {
    section.stories-mobile {
      display: block; } }
  section.stories-mobile .large {
    margin-bottom: 26px; }
    section.stories-mobile .large .thumbnail {
      min-height: 395px; }
      @media (max-width: 480px) {
        section.stories-mobile .large .thumbnail {
          min-height: 225px; } }
    section.stories-mobile .large .info {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0; }
      section.stories-mobile .large .info .description {
        margin-bottom: 12px; }
  section.stories-mobile .small {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    section.stories-mobile .small .thumbnail {
      -webkit-flex: 0 1 151px;
      -ms-flex: 0 1 151px;
      flex: 0 1 151px;
      min-height: 98px;
      height: 98px; }
    section.stories-mobile .small .info {
      -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%;
      padding: 8px 0 8px 16px; }
      section.stories-mobile .small .info .type {
        margin-bottom: 10px; }
      section.stories-mobile .small .info .title, section.stories-mobile .small .info .title a {
        font-size: 18px;
        line-height: 1; }
      section.stories-mobile .small .info .description {
        display: none; }

body.home section.round-up {
  background-color: #E2E2E0;
  margin-bottom: 64px;
  padding-bottom: 56px; }
  @media (max-width: 768px) {
    body.home section.round-up {
      display: none; } }
  body.home section.round-up .section-title {
    padding-top: 40px; }
  body.home section.round-up .post {
    width: 25%;
    width: calc(25% - 20px);
    margin-right: 20px; }
    body.home section.round-up .post .thumbnail {
      min-height: 205px; }

body.home section.search-bar {
  background-color: #E2E2E0; }
  @media (max-width: 768px) {
    body.home section.search-bar {
      display: none; } }
  body.home section.search-bar .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    padding-top: 63px;
    padding-bottom: 55px; }
  body.home section.search-bar .description {
    -webkit-flex: 0 1 350px;
    -ms-flex: 0 1 350px;
    flex: 0 1 350px;
    font-family: "minion-pro";
    font-weight: 700;
    font-style: italic;
    font-size: 35px;
    line-height: 41px;
    color: #333333; }
  body.home section.search-bar .form-wrapper {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  body.home section.search-bar form {
    -webkit-flex: 0 1 640px;
    -ms-flex: 0 1 640px;
    flex: 0 1 640px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    body.home section.search-bar form input {
      margin: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      text-transform: none;
      background-color: #E2E2E0; }
    body.home section.search-bar form input[type="text"] {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-top: 4px;
      padding: 0 4px;
      box-shadow: 0 1px 0px 0px #808080; }
      body.home section.search-bar form input[type="text"], body.home section.search-bar form input[type="text"]::-webkit-input-placeholder {
        font-family: 'sofia-pro';
        font-weight: 300;
        font-size: 13px;
        line-height: 1;
        letter-spacing: .075em;
        color: #919191;
        padding-bottom: 10px; }
      body.home section.search-bar form input[type="text"], body.home section.search-bar form input[type="text"]:-ms-input-placeholder {
        font-family: 'sofia-pro';
        font-weight: 300;
        font-size: 13px;
        line-height: 1;
        letter-spacing: .075em;
        color: #919191;
        padding-bottom: 10px; }
      body.home section.search-bar form input[type="text"], body.home section.search-bar form input[type="text"]::placeholder {
        font-family: 'sofia-pro';
        font-weight: 300;
        font-size: 13px;
        line-height: 1;
        letter-spacing: .075em;
        color: #919191;
        padding-bottom: 10px; }
    body.home section.search-bar form input[type="submit"] {
      margin-left: 18px;
      padding: 0;
      cursor: pointer;
      transition: opacity 0.2s ease;
      font-family: 'sofia-pro';
      font-weight: 700;
      font-size: 26px;
      line-height: 1;
      color: black; }
      body.home section.search-bar form input[type="submit"]:hover {
        opacity: 0.7; }

body.home section.film-podcast {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media (max-width: 768px) {
    body.home section.film-podcast {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  body.home section.film-podcast .film .content {
    margin-left: auto; }
    @media (max-width: 768px) {
      body.home section.film-podcast .film .content {
        margin-left: 0; } }
  body.home section.film-podcast .film, body.home section.film-podcast .podcast {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding-top: 50px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      body.home section.film-podcast .film, body.home section.film-podcast .podcast {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 768px) {
      body.home section.film-podcast .film, body.home section.film-podcast .podcast {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        padding-top: 28px;
        padding-bottom: 28px; } }
    body.home section.film-podcast .film .content, body.home section.film-podcast .podcast .content {
      max-width: 610px; }
      @media (max-width: 768px) {
        body.home section.film-podcast .film .content, body.home section.film-podcast .podcast .content {
          max-width: none; } }
      body.home section.film-podcast .film .content > h4, body.home section.film-podcast .podcast .content > h4 {
        text-align: center; }
        body.home section.film-podcast .film .content > h4 a, body.home section.film-podcast .podcast .content > h4 a {
          font-family: 'sofia-pro';
          font-size: 21px;
          line-height: 1.19;
          letter-spacing: .016em;
          color: white;
          cursor: pointer;
          transition: opacity 0.2s ease; }
          body.home section.film-podcast .film .content > h4 a:hover, body.home section.film-podcast .podcast .content > h4 a:hover {
            opacity: 0.7; }
          @media (max-width: 768px) {
            body.home section.film-podcast .film .content > h4 a, body.home section.film-podcast .podcast .content > h4 a {
              font-size: 11px; } }
    body.home section.film-podcast .film .post, body.home section.film-podcast .podcast .post {
      margin-top: 42px;
      margin-bottom: 0;
      background: transparent; }
      @media (max-width: 768px) {
        body.home section.film-podcast .film .post, body.home section.film-podcast .podcast .post {
          margin-top: 23px; } }
      body.home section.film-podcast .film .post .thumbnail, body.home section.film-podcast .podcast .post .thumbnail {
        min-height: 412px; }
        @media (max-width: 1024px) {
          body.home section.film-podcast .film .post .thumbnail, body.home section.film-podcast .podcast .post .thumbnail {
            min-height: 320px; } }
        @media (max-width: 480px) {
          body.home section.film-podcast .film .post .thumbnail, body.home section.film-podcast .podcast .post .thumbnail {
            min-height: 220px; } }
      body.home section.film-podcast .film .post .info, body.home section.film-podcast .podcast .post .info {
        padding: 30px 0 0; }
        @media (max-width: 768px) {
          body.home section.film-podcast .film .post .info, body.home section.film-podcast .podcast .post .info {
            padding-top: 15px; } }
        body.home section.film-podcast .film .post .info .title *, body.home section.film-podcast .film .post .info .description, body.home section.film-podcast .film .post .info .credit *, body.home section.film-podcast .podcast .post .info .title *, body.home section.film-podcast .podcast .post .info .description, body.home section.film-podcast .podcast .post .info .credit * {
          color: white; }
        body.home section.film-podcast .film .post .info .title, body.home section.film-podcast .podcast .post .info .title {
          margin-bottom: 12px;
          font-family: "utopia-std", Helvetica, Arial;
          -webkit-font-smoothing: antialiased;
          font-weight: 700;
          font-size: 23px;
          color: #FFFFFF; }
        body.home section.film-podcast .film .post .info .description, body.home section.film-podcast .podcast .post .info .description {
          margin-bottom: 24px; }
          @media (max-width: 768px) {
            body.home section.film-podcast .film .post .info .description, body.home section.film-podcast .podcast .post .info .description {
              margin-bottom: 16px; } }
        body.home section.film-podcast .film .post .info .credit .author, body.home section.film-podcast .podcast .post .info .credit .author {
          font-size: 11px; }
          @media (max-width: 768px) {
            body.home section.film-podcast .film .post .info .credit .author, body.home section.film-podcast .podcast .post .info .credit .author {
              font-size: 7px; } }
  body.home section.film-podcast .film {
    background: #262626; }
  body.home section.film-podcast .podcast {
    background: #3B3B3B; }

body.home section.featured-categories {
  background: #EAEAE8; }
  @media (max-width: 768px) {
    body.home section.featured-categories {
      display: none; } }
  body.home section.featured-categories .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px; }
    body.home section.featured-categories .container .category {
      padding-top: 20px; }
      body.home section.featured-categories .container .category .section-title {
        margin-bottom: 40px; }
      body.home section.featured-categories .container .category .posts {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        body.home section.featured-categories .container .category .posts .post .thumbnail {
          min-height: 395px; }
        body.home section.featured-categories .container .category .posts .post .info {
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; }
          body.home section.featured-categories .container .category .posts .post .info .link {
            margin-top: auto; }
        body.home section.featured-categories .container .category .posts .post:not(:last-child) {
          margin-right: 20px; }
      body.home section.featured-categories .container .category:nth-child(odd) .post {
        -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%; }
        body.home section.featured-categories .container .category:nth-child(odd) .post:nth-child(1) {
          -webkit-flex: 1 0 50%;
          -ms-flex: 1 0 50%;
          flex: 1 0 50%; }
        @media (max-width: 1023px) {
          body.home section.featured-categories .container .category:nth-child(odd) .post:nth-child(1) {
            -webkit-flex: 1 1 65%;
            -ms-flex: 1 1 65%;
            flex: 1 1 65%; }
          body.home section.featured-categories .container .category:nth-child(odd) .post:nth-child(2) {
            -webkit-flex: 1 1 30%;
            -ms-flex: 1 1 30%;
            flex: 1 1 30%;
            margin-right: 0; }
          body.home section.featured-categories .container .category:nth-child(odd) .post:nth-child(3) {
            display: none; } }
      body.home section.featured-categories .container .category:nth-child(even) .post {
        -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%; }
        body.home section.featured-categories .container .category:nth-child(even) .post:nth-child(3) {
          -webkit-flex: 1 0 50%;
          -ms-flex: 1 0 50%;
          flex: 1 0 50%; }
        @media (max-width: 1023px) {
          body.home section.featured-categories .container .category:nth-child(even) .post:nth-child(3) {
            -webkit-flex: 1 1 65%;
            -ms-flex: 1 1 65%;
            flex: 1 1 65%; }
          body.home section.featured-categories .container .category:nth-child(even) .post:nth-child(2) {
            -webkit-flex: 1 1 30%;
            -ms-flex: 1 1 30%;
            flex: 1 1 30%; }
          body.home section.featured-categories .container .category:nth-child(even) .post:nth-child(1) {
            display: none; } }
      body.home section.featured-categories .container .category .mobile {
        display: none; }
      @media (max-width: 768px) {
        body.home section.featured-categories .container .category {
          padding-top: 0; }
          body.home section.featured-categories .container .category .posts, body.home section.featured-categories .container .category .section-title {
            display: none; }
          body.home section.featured-categories .container .category .mobile {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            height: 205px;
            position: relative;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            padding-left: 20px;
            padding-right: 20px; } }
    @media (max-width: 768px) and (max-width: 768px) {
      body.home section.featured-categories .container .category .mobile {
        padding-left: 10px;
        padding-right: 10px; } }
      @media (max-width: 768px) {
            body.home section.featured-categories .container .category .mobile .overlay {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              background-color: rgba(0, 0, 0, 0.35);
              z-index: 2; }
            body.home section.featured-categories .container .category .mobile .view-category {
              font-family: 'BrandonGrotesque-Bold', Arial;
              -webkit-font-smoothing: antialiased;
              text-transform: uppercase;
              font-size: 29px;
              position: relative;
              color: white;
              z-index: 3; }
              body.home section.featured-categories .container .category .mobile .view-category::after {
                position: absolute;
                content: '>';
                bottom: 5px;
                right: -24px;
                font-weight: normal;
                font-family: 'GT-Walsheim-Regular'; }
          body.home section.featured-categories .container .category:not(:first-child) {
            padding-top: 10px; } }
  @media (max-width: 768px) {
    body.home section.featured-categories .container {
      padding-top: 0;
      padding-bottom: 20px; }
      body.home section.featured-categories .container .section-title {
        text-decoration: none;
        margin-bottom: 0; } }

body.home section.archive {
  padding-top: 40px;
  background-color: #F9F9F9; }
  @media (max-width: 768px) {
    body.home section.archive {
      display: none; } }
  body.home section.archive .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    body.home section.archive .container .grid {
      width: 100%; }
      body.home section.archive .container .grid .post {
        width: calc(25% - 20px);
        margin-bottom: 20px; }
        @media (max-width: 1023px) {
          body.home section.archive .container .grid .post {
            width: calc(33.3% - 20px); } }
      body.home section.archive .container .grid .gutter-sizer {
        width: 20px; }
    body.home section.archive .container .section-title.keep-exploring {
      margin-top: 70px;
      margin-bottom: 70px; }

body.page-template-news section.content .container,
body.page-template-news section.stories .container,
body.single-news section.content .container,
body.single-news section.stories .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    body.page-template-news section.content .container,
    body.page-template-news section.stories .container,
    body.single-news section.content .container,
    body.single-news section.stories .container {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0; } }
  body.page-template-news section.content .container .left,
  body.page-template-news section.stories .container .left,
  body.single-news section.content .container .left,
  body.single-news section.stories .container .left {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (max-width: 768px) {
      body.page-template-news section.content .container .left,
      body.page-template-news section.stories .container .left,
      body.single-news section.content .container .left,
      body.single-news section.stories .container .left {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        padding-left: 20px;
        padding-right: 20px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    body.page-template-news section.content .container .left,
    body.page-template-news section.stories .container .left,
    body.single-news section.content .container .left,
    body.single-news section.stories .container .left {
      padding-left: 10px;
      padding-right: 10px; } }

body.page-template-news section.heading-block,
body.single-news section.heading-block {
  background-color: #1A1A1A; }
  body.page-template-news section.heading-block .container,
  body.single-news section.heading-block .container {
    padding: 40px 0 32px 44px; }
    @media (max-width: 1024px) {
      body.page-template-news section.heading-block .container,
      body.single-news section.heading-block .container {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 48px; } }
  @media (max-width: 1024px) and (max-width: 768px) {
    body.page-template-news section.heading-block .container,
    body.single-news section.heading-block .container {
      padding-left: 10px;
      padding-right: 10px; } }
    @media (max-width: 768px) {
      body.page-template-news section.heading-block .container,
      body.single-news section.heading-block .container {
        padding-top: 24px;
        padding-bottom: 24px; } }
  body.page-template-news section.heading-block .text,
  body.single-news section.heading-block .text {
    width: 686px;
    max-width: 100%; }
    body.page-template-news section.heading-block .text *,
    body.single-news section.heading-block .text * {
      font-family: "minion-pro";
      font-weight: 400;
      font-size: 33px;
      line-height: 38px;
      color: white; }
      @media (max-width: 768px) {
        body.page-template-news section.heading-block .text *,
        body.single-news section.heading-block .text * {
          font-size: 20px;
          line-height: 23px; } }
      body.page-template-news section.heading-block .text * em,
      body.single-news section.heading-block .text * em {
        font-style: italic; }
      body.page-template-news section.heading-block .text * strong,
      body.single-news section.heading-block .text * strong {
        font-weight: 700; }

body.page-template-news section.stories,
body.single-news section.stories {
  padding-top: 20px;
  border-bottom: 1px solid #D9D9D6; }
  @media (max-width: 480px) {
    body.page-template-news section.stories,
    body.single-news section.stories {
      border-bottom: 0; } }
  body.page-template-news section.stories .post .info,
  body.single-news section.stories .post .info {
    padding-left: 0;
    padding-right: 0; }
    body.page-template-news section.stories .post .info .description,
    body.single-news section.stories .post .info .description {
      margin-bottom: 12px; }
  body.page-template-news section.stories .left .row.x2, body.page-template-news section.stories .left .row.x3, body.page-template-news section.stories .left .row.x4,
  body.single-news section.stories .left .row.x2,
  body.single-news section.stories .left .row.x3,
  body.single-news section.stories .left .row.x4 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      body.page-template-news section.stories .left .row.x2, body.page-template-news section.stories .left .row.x3, body.page-template-news section.stories .left .row.x4,
      body.single-news section.stories .left .row.x2,
      body.single-news section.stories .left .row.x3,
      body.single-news section.stories .left .row.x4 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    body.page-template-news section.stories .left .row.x2 .post:not(:last-child), body.page-template-news section.stories .left .row.x3 .post:not(:last-child), body.page-template-news section.stories .left .row.x4 .post:not(:last-child),
    body.single-news section.stories .left .row.x2 .post:not(:last-child),
    body.single-news section.stories .left .row.x3 .post:not(:last-child),
    body.single-news section.stories .left .row.x4 .post:not(:last-child) {
      margin-right: 20px; }
      @media (max-width: 768px) {
        body.page-template-news section.stories .left .row.x2 .post:not(:last-child), body.page-template-news section.stories .left .row.x3 .post:not(:last-child), body.page-template-news section.stories .left .row.x4 .post:not(:last-child),
        body.single-news section.stories .left .row.x2 .post:not(:last-child),
        body.single-news section.stories .left .row.x3 .post:not(:last-child),
        body.single-news section.stories .left .row.x4 .post:not(:last-child) {
          margin-right: 0; } }
  body.page-template-news section.stories .left .row.x2 .post,
  body.single-news section.stories .left .row.x2 .post {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%; }
    @media (max-width: 768px) {
      body.page-template-news section.stories .left .row.x2 .post,
      body.single-news section.stories .left .row.x2 .post {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none; } }
    body.page-template-news section.stories .left .row.x2 .post .thumbnail,
    body.single-news section.stories .left .row.x2 .post .thumbnail {
      min-height: 293px; }
      @media (max-width: 1024px) {
        body.page-template-news section.stories .left .row.x2 .post .thumbnail,
        body.single-news section.stories .left .row.x2 .post .thumbnail {
          min-height: 205px; } }
      @media (max-width: 1023px) {
        body.page-template-news section.stories .left .row.x2 .post .thumbnail,
        body.single-news section.stories .left .row.x2 .post .thumbnail {
          min-height: 395px; } }
      @media (max-width: 480px) {
        body.page-template-news section.stories .left .row.x2 .post .thumbnail,
        body.single-news section.stories .left .row.x2 .post .thumbnail {
          min-height: 205px; } }
    @media (max-width: 480px) {
      body.page-template-news section.stories .left .row.x2 .post .info,
      body.single-news section.stories .left .row.x2 .post .info {
        padding-bottom: 10px; } }
  body.page-template-news section.stories .left .row.x3 .post,
  body.single-news section.stories .left .row.x3 .post {
    -webkit-flex: 0 1 33.33%;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%; }
    body.page-template-news section.stories .left .row.x3 .post .thumbnail,
    body.single-news section.stories .left .row.x3 .post .thumbnail {
      min-height: 194px; }
      @media (max-width: 1024px) {
        body.page-template-news section.stories .left .row.x3 .post .thumbnail,
        body.single-news section.stories .left .row.x3 .post .thumbnail {
          min-height: 129px; } }
  body.page-template-news section.stories .left .row.x4 .post,
  body.single-news section.stories .left .row.x4 .post {
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%; }
    body.page-template-news section.stories .left .row.x4 .post .thumbnail,
    body.single-news section.stories .left .row.x4 .post .thumbnail {
      min-height: 161px; }
      @media (max-width: 1024px) {
        body.page-template-news section.stories .left .row.x4 .post .thumbnail,
        body.single-news section.stories .left .row.x4 .post .thumbnail {
          min-height: 98px; } }
  @media (max-width: 768px) {
    body.page-template-news section.stories .left .row.x3 .post,
    body.page-template-news section.stories .left .row.x4 .post,
    body.single-news section.stories .left .row.x3 .post,
    body.single-news section.stories .left .row.x4 .post {
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      body.page-template-news section.stories .left .row.x3 .post:last-child,
      body.page-template-news section.stories .left .row.x4 .post:last-child,
      body.single-news section.stories .left .row.x3 .post:last-child,
      body.single-news section.stories .left .row.x4 .post:last-child {
        margin-bottom: 30px; }
      body.page-template-news section.stories .left .row.x3 .post .thumbnail,
      body.page-template-news section.stories .left .row.x4 .post .thumbnail,
      body.single-news section.stories .left .row.x3 .post .thumbnail,
      body.single-news section.stories .left .row.x4 .post .thumbnail {
        -webkit-flex: 0 1 151px;
        -ms-flex: 0 1 151px;
        flex: 0 1 151px;
        min-height: 98px;
        height: 98px; }
      body.page-template-news section.stories .left .row.x3 .post .info,
      body.page-template-news section.stories .left .row.x4 .post .info,
      body.single-news section.stories .left .row.x3 .post .info,
      body.single-news section.stories .left .row.x4 .post .info {
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding: 8px 0 8px 16px; }
        body.page-template-news section.stories .left .row.x3 .post .info .type,
        body.page-template-news section.stories .left .row.x4 .post .info .type,
        body.single-news section.stories .left .row.x3 .post .info .type,
        body.single-news section.stories .left .row.x4 .post .info .type {
          margin-bottom: 10px; }
        body.page-template-news section.stories .left .row.x3 .post .info .title, body.page-template-news section.stories .left .row.x3 .post .info .title a,
        body.page-template-news section.stories .left .row.x4 .post .info .title,
        body.page-template-news section.stories .left .row.x4 .post .info .title a,
        body.single-news section.stories .left .row.x3 .post .info .title,
        body.single-news section.stories .left .row.x3 .post .info .title a,
        body.single-news section.stories .left .row.x4 .post .info .title,
        body.single-news section.stories .left .row.x4 .post .info .title a {
          font-size: 18px;
          line-height: 1; }
        body.page-template-news section.stories .left .row.x3 .post .info .description,
        body.page-template-news section.stories .left .row.x4 .post .info .description,
        body.single-news section.stories .left .row.x3 .post .info .description,
        body.single-news section.stories .left .row.x4 .post .info .description {
          display: none; } }

.single-news section.content {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 768px) {
    .single-news section.content {
      padding-top: 0; } }
  .single-news section.content .left .hero-image .image {
    height: 600px;
    background: #ddd;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 1024px) {
      .single-news section.content .left .hero-image .image {
        height: 400px; } }
    @media (max-width: 480px) {
      .single-news section.content .left .hero-image .image {
        height: 207px; } }
  .single-news section.content .left .hero-image .caption {
    text-align: right;
    font-family: 'GT-Walsheim-Regular';
    font-size: 11px;
    line-height: 19px; }
  .single-news section.content .left .info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 42px;
    padding-bottom: 92px; }
    @media (max-width: 1024px) {
      .single-news section.content .left .info {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 27px;
        padding-bottom: 42px; } }
    .single-news section.content .left .info .meta {
      -webkit-flex: 0 0 320px;
      -ms-flex: 0 0 320px;
      flex: 0 0 320px;
      box-sizing: border-box;
      padding-right: 75px; }
      @media (max-width: 1024px) {
        .single-news section.content .left .info .meta {
          padding-right: 0;
          -webkit-flex: 0 0;
          -ms-flex: 0 0;
          flex: 0 0; } }
      .single-news section.content .left .info .meta h1 {
        margin-bottom: 16px;
        font-family: 'BrandonGrotesque-Bold';
        font-size: 30px; }
        @media (max-width: 1024px) {
          .single-news section.content .left .info .meta h1 {
            line-height: 36px; } }
      .single-news section.content .left .info .meta .date {
        margin-bottom: 42px;
        font-family: 'Pona-LightItalic';
        font-size: 15px; }
        @media (max-width: 1024px) {
          .single-news section.content .left .info .meta .date {
            margin-bottom: 24px; } }
        @media (max-width: 768px) {
          .single-news section.content .left .info .meta .date {
            display: none; } }
      .single-news section.content .left .info .meta .intro-text {
        margin-bottom: 47px; }
        @media (max-width: 1024px) {
          .single-news section.content .left .info .meta .intro-text {
            width: 260px;
            max-width: 100%; } }
        @media (max-width: 768px) {
          .single-news section.content .left .info .meta .intro-text {
            margin-bottom: 20px; } }
        .single-news section.content .left .info .meta .intro-text p {
          font-family: 'GT-Walsheim-Regular';
          font-size: 18px;
          line-height: 23px; }
    .single-news section.content .left .info .mobile-date-author {
      display: none; }
      @media (max-width: 768px) {
        .single-news section.content .left .info .mobile-date-author {
          display: block; } }
      .single-news section.content .left .info .mobile-date-author .date {
        font-family: 'Pona-LightItalic';
        font-size: 15px;
        display: none; }
        @media (max-width: 768px) {
          .single-news section.content .left .info .mobile-date-author .date {
            display: block; } }
    .single-news section.content .left .info .custom-author {
      font-family: 'Pona-SemiboldItalic';
      font-size: 15px;
      line-height: 24px;
      letter-spacing: 0.14px;
      color: #333333;
      margin-top: 26px; }
      .single-news section.content .left .info .custom-author.desktop {
        display: block; }
        @media (max-width: 768px) {
          .single-news section.content .left .info .custom-author.desktop {
            display: none; } }
    .single-news section.content .left .info .text p {
      font-family: 'Pona-Light';
      font-size: 17px;
      line-height: 24px;
      letter-spacing: 0.14px; }
      @media (max-width: 480px) {
        .single-news section.content .left .info .text p {
          font-size: 15px;
          line-height: 23px;
          letter-spacing: 0.1px; } }
      .single-news section.content .left .info .text p:not(:last-of-type) {
        margin-bottom: 24px; }
      .single-news section.content .left .info .text p em {
        font-family: 'Pona-LightItalic'; }
      .single-news section.content .left .info .text p strong {
        font-family: 'Pona-Semibold'; }
        .single-news section.content .left .info .text p strong em {
          font-family: 'Pona-SemiboldItalic'; }
      .single-news section.content .left .info .text p a {
        color: #809FA2;
        text-decoration: underline;
        transition: color 0.25s ease; }
        .single-news section.content .left .info .text p a:hover {
          color: #ACCCD3; }
    .single-news section.content .left .info .sponsor {
      width: 140px;
      padding-top: 75px; }
      .single-news section.content .left .info .sponsor img {
        max-width: 100%;
        height: auto; }
      .single-news section.content .left .info .sponsor a:not(.sponsor) {
        display: inline-block;
        font-family: 'BrandonGrotesque-Bold';
        font-size: 9px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        cursor: pointer;
        transition: opacity 0.2s ease;
        margin-top: 10px; }
        .single-news section.content .left .info .sponsor a:not(.sponsor):hover {
          opacity: 0.7; }
      @media (max-width: 768px) {
        .single-news section.content .left .info .sponsor {
          display: none; } }
  .single-news section.content .right {
    border-left: none; }
    .single-news section.content .right .this-week {
      margin-top: 20px;
      border-left: 1px solid #D9D9D6;
      display: none; }
  .single-news section.content .ad-mobile {
    display: none; }
    @media (max-width: 768px) {
      .single-news section.content .ad-mobile {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }

.single-news section.video {
  margin: 60px 0 40px; }
  .single-news section.video .video_container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
    .single-news section.video .video_container iframe, .single-news section.video .video_container object, .single-news section.video .video_container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

body.page-template-about section.introduction .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 125px; }
  @media (max-width: 768px) {
    body.page-template-about section.introduction .container {
      padding-top: 64px;
      padding-bottom: 85px; } }
  body.page-template-about section.introduction .container h1 {
    font-size: 25px;
    line-height: 30px; }
  body.page-template-about section.introduction .container .text {
    max-width: 660px;
    margin-top: 16px; }
    body.page-template-about section.introduction .container .text, body.page-template-about section.introduction .container .text p {
      font-size: 18px;
      line-height: 26px; }
    body.page-template-about section.introduction .container .text p:not(:last-of-type) {
      margin-bottom: 24px; }
    @media (max-width: 768px) {
      body.page-template-about section.introduction .container .text {
        margin-top: 24px;
        padding: 0 48px; } }

body.page-template-about section.blocks .container {
  padding-bottom: 115px;
  border-bottom: 1px solid #E1E1DE; }
  body.page-template-about section.blocks .container .block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    body.page-template-about section.blocks .container .block .image {
      -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%;
      height: 568px;
      box-sizing: border-box;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (max-width: 1280px) {
        body.page-template-about section.blocks .container .block .image {
          height: 450px; } }
    body.page-template-about section.blocks .container .block .text {
      -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%;
      box-sizing: border-box;
      padding: 20px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
      body.page-template-about section.blocks .container .block .text h1 {
        margin-bottom: 20px; }
      body.page-template-about section.blocks .container .block .text .description {
        max-width: 342px;
        margin-bottom: 32px; }
        body.page-template-about section.blocks .container .block .text .description, body.page-template-about section.blocks .container .block .text .description p {
          font-size: 15px;
          line-height: 18px;
          color: #656565; }
      body.page-template-about section.blocks .container .block .text .view-category {
        font-family: 'GT-Walsheim-Bold';
        font-size: 17px;
        line-height: 22px;
        letter-spacing: 0.05em;
        color: #656565;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        position: relative; }
        body.page-template-about section.blocks .container .block .text .view-category::after {
          position: absolute;
          content: '>';
          bottom: 0;
          right: -16px;
          font-weight: normal;
          font-family: 'GT-Walsheim-Regular'; }
    body.page-template-about section.blocks .container .block:not(:last-child) {
      margin-bottom: 20px; }
    body.page-template-about section.blocks .container .block:nth-child(even) .image {
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    @media (max-width: 768px) {
      body.page-template-about section.blocks .container .block {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        body.page-template-about section.blocks .container .block .image {
          -webkit-order: 0 !important;
          -ms-flex-order: 0 !important;
          order: 0 !important; }
        body.page-template-about section.blocks .container .block .text {
          padding: 48px 20px 32px; } }

body.page-template-contributors section.group {
  padding-top: 40px;
  border-bottom: 1px solid #F7F7F7; }
  body.page-template-contributors section.group h1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    color: #3B3B3B; }
  body.page-template-contributors section.group .posts-listing {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: calc(100% + $gutter-desktop); }
    body.page-template-contributors section.group .posts-listing .item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      margin-bottom: 80px;
      box-sizing: border-box;
      padding-right: 20px;
      -webkit-flex: 0 1 25%;
      -ms-flex: 0 1 25%;
      flex: 0 1 25%; }
      body.page-template-contributors section.group .posts-listing .item .image {
        height: 280px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
        @media (max-width: 480px) {
          body.page-template-contributors section.group .posts-listing .item .image {
            height: 300px; } }
      body.page-template-contributors section.group .posts-listing .item .title {
        font-family: 'GT-Walsheim-Bold';
        font-size: 17px;
        line-height: 30px;
        letter-spacing: 0.075em;
        text-align: center;
        text-transform: uppercase;
        margin-top: 20px;
        color: #3B3B3B; }
      body.page-template-contributors section.group .posts-listing .item .position {
        font-size: 17px;
        line-height: 20px;
        color: #656565;
        margin-top: 5px; }
      body.page-template-contributors section.group .posts-listing .item .bio {
        margin-top: 24px; }
        body.page-template-contributors section.group .posts-listing .item .bio, body.page-template-contributors section.group .posts-listing .item .bio p {
          color: #656565;
          font-size: 15px;
          line-height: 18px; }
        body.page-template-contributors section.group .posts-listing .item .bio p:not(:last-of-type) {
          margin-bottom: 16px; }
      body.page-template-contributors section.group .posts-listing .item .link {
        margin-top: 10px; }
        body.page-template-contributors section.group .posts-listing .item .link a {
          font-size: 14px; }
      @media (max-width: 1280px) {
        body.page-template-contributors section.group .posts-listing .item {
          -webkit-flex: 0 1 33.3%;
          -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%; } }
      @media (max-width: 768px) {
        body.page-template-contributors section.group .posts-listing .item {
          -webkit-flex: 0 1 50%;
          -ms-flex: 0 1 50%;
          flex: 0 1 50%; } }
      @media (max-width: 480px) {
        body.page-template-contributors section.group .posts-listing .item {
          -webkit-flex: 0 1 100%;
          -ms-flex: 0 1 100%;
          flex: 0 1 100%;
          margin-bottom: 48px; } }

body.single-contributors .contributor {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px; }
  body.single-contributors .contributor .image {
    width: 130px;
    height: 130px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%; }
  body.single-contributors .contributor h1 {
    margin: 28px 0 15px 0 !important;
    font-size: 23px !important; }
  body.single-contributors .contributor h2 {
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 30px !important; }
  body.single-contributors .contributor .biography {
    margin-bottom: 60px;
    max-width: 660px;
    width: 100%; }
    body.single-contributors .contributor .biography p {
      font-size: 18px;
      line-height: 26px;
      text-align: center; }

body.search-results .search-title,
body.search-no-results .search-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F7F7F7;
  padding: 48px 0; }
  body.search-results .search-title h4,
  body.search-no-results .search-title h4 {
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center; }
  body.search-results .search-title .search-term,
  body.search-no-results .search-title .search-term {
    font-size: 18px;
    letter-spacing: 0.059em;
    text-decoration: underline;
    text-align: center; }

.single-editorsletter section.banner,
.post-type-archive-editorsletter section.banner {
  width: 100%;
  height: 742px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (max-width: 768px) {
    .single-editorsletter section.banner,
    .post-type-archive-editorsletter section.banner {
      height: 210px; } }

.single-editorsletter section.top-area,
.post-type-archive-editorsletter section.top-area {
  padding-bottom: 112px; }
  @media (max-width: 480px) {
    .single-editorsletter section.top-area,
    .post-type-archive-editorsletter section.top-area {
      padding-bottom: 30px; } }
  .single-editorsletter section.top-area > .container,
  .post-type-archive-editorsletter section.top-area > .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .single-editorsletter section.top-area .content,
  .post-type-archive-editorsletter section.top-area .content {
    padding-top: 80px;
    text-align: center;
    -webkit-flex: 0 1 52.38095%;
    -ms-flex: 0 1 52.38095%;
    flex: 0 1 52.38095%; }
    @media (max-width: 480px) {
      .single-editorsletter section.top-area .content,
      .post-type-archive-editorsletter section.top-area .content {
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 30px; } }
    .single-editorsletter section.top-area .content .lucy-logo,
    .post-type-archive-editorsletter section.top-area .content .lucy-logo {
      margin-bottom: 32px; }
      .single-editorsletter section.top-area .content .lucy-logo svg,
      .post-type-archive-editorsletter section.top-area .content .lucy-logo svg {
        width: 110px;
        height: auto; }
    .single-editorsletter section.top-area .content h2,
    .post-type-archive-editorsletter section.top-area .content h2 {
      font-family: 'GT-Walsheim-Bold';
      font-size: 17px;
      letter-spacing: 0.85px;
      color: #656565;
      margin-bottom: 28px; }
      @media (max-width: 480px) {
        .single-editorsletter section.top-area .content h2,
        .post-type-archive-editorsletter section.top-area .content h2 {
          margin-bottom: 12px; } }
    .single-editorsletter section.top-area .content .date,
    .post-type-archive-editorsletter section.top-area .content .date {
      margin-bottom: 24px;
      font-family: 'Pona-LightItalic';
      font-size: 15px; }
    .single-editorsletter section.top-area .content .introduction p,
    .post-type-archive-editorsletter section.top-area .content .introduction p {
      font-family: 'GT-Walsheim-Regular';
      font-size: 18px;
      line-height: 26px; }
      @media (max-width: 480px) {
        .single-editorsletter section.top-area .content .introduction p,
        .post-type-archive-editorsletter section.top-area .content .introduction p {
          font-size: 13px;
          line-height: 18px; } }
      .single-editorsletter section.top-area .content .introduction p:not(:last-child),
      .post-type-archive-editorsletter section.top-area .content .introduction p:not(:last-child) {
        margin-bottom: 24px; }
        @media (max-width: 480px) {
          .single-editorsletter section.top-area .content .introduction p:not(:last-child),
          .post-type-archive-editorsletter section.top-area .content .introduction p:not(:last-child) {
            margin-bottom: 16px; } }
      .single-editorsletter section.top-area .content .introduction p a,
      .post-type-archive-editorsletter section.top-area .content .introduction p a {
        color: #809FA2;
        text-decoration: underline;
        transition: color 0.25s ease; }
        .single-editorsletter section.top-area .content .introduction p a:hover,
        .post-type-archive-editorsletter section.top-area .content .introduction p a:hover {
          color: #ACCCD3; }
      @media (max-width: 480px) {
        .single-editorsletter section.top-area .content .introduction p,
        .post-type-archive-editorsletter section.top-area .content .introduction p {
          max-width: 230px; } }

.single-editorsletter section.content-blocks .container,
.post-type-archive-editorsletter section.content-blocks .container {
  padding-left: 0;
  padding-right: 0; }
  .single-editorsletter section.content-blocks .container .block,
  .post-type-archive-editorsletter section.content-blocks .container .block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
    margin-top: 10px;
    padding-bottom: 10px; }
    @media (max-width: 768px) {
      .single-editorsletter section.content-blocks .container .block,
      .post-type-archive-editorsletter section.content-blocks .container .block {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .single-editorsletter section.content-blocks .container .block .content,
    .post-type-archive-editorsletter section.content-blocks .container .block .content {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .single-editorsletter section.content-blocks .container .block .gutter,
    .post-type-archive-editorsletter section.content-blocks .container .block .gutter {
      -webkit-flex: 0 1 25.39683%;
      -ms-flex: 0 1 25.39683%;
      flex: 0 1 25.39683%;
      padding: 0 25px;
      box-sizing: border-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative; }
      @media (max-width: 1280px) {
        .single-editorsletter section.content-blocks .container .block .gutter:last-child,
        .post-type-archive-editorsletter section.content-blocks .container .block .gutter:last-child {
          -webkit-flex: 0 1;
          -ms-flex: 0 1;
          flex: 0 1; }
          .single-editorsletter section.content-blocks .container .block .gutter:last-child .quote,
          .post-type-archive-editorsletter section.content-blocks .container .block .gutter:last-child .quote {
            padding: 0 32px; }
        .single-editorsletter section.content-blocks .container .block .gutter:first-child,
        .post-type-archive-editorsletter section.content-blocks .container .block .gutter:first-child {
          padding-left: 0;
          -webkit-flex: 0 1 30%;
          -ms-flex: 0 1 30%;
          flex: 0 1 30%; } }
      @media (max-width: 1023px) {
        .single-editorsletter section.content-blocks .container .block .gutter:last-child,
        .post-type-archive-editorsletter section.content-blocks .container .block .gutter:last-child {
          -webkit-flex: 0 1 25%;
          -ms-flex: 0 1 25%;
          flex: 0 1 25%; }
          .single-editorsletter section.content-blocks .container .block .gutter:last-child .quote,
          .post-type-archive-editorsletter section.content-blocks .container .block .gutter:last-child .quote {
            padding: 0 32px; }
        .single-editorsletter section.content-blocks .container .block .gutter:first-child,
        .post-type-archive-editorsletter section.content-blocks .container .block .gutter:first-child {
          padding-left: 10px;
          -webkit-flex: 0 1 25%;
          -ms-flex: 0 1 25%;
          flex: 0 1 25%; } }
      @media (max-width: 768px) {
        .single-editorsletter section.content-blocks .container .block .gutter,
        .post-type-archive-editorsletter section.content-blocks .container .block .gutter {
          padding: 0; }
          .single-editorsletter section.content-blocks .container .block .gutter:first-child,
          .post-type-archive-editorsletter section.content-blocks .container .block .gutter:first-child {
            -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto; } }
    @media (max-width: 768px) {
      .single-editorsletter section.content-blocks .container .block,
      .post-type-archive-editorsletter section.content-blocks .container .block {
        margin-top: 4px;
        padding-bottom: 4px; } }
    @media (min-width: 769px) {
      .single-editorsletter section.content-blocks .container .block.single_image_with_ad, .single-editorsletter section.content-blocks .container .block.double_portrait_images, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right, .single-editorsletter section.content-blocks .container .block.quad_image_staggered, .single-editorsletter section.content-blocks .container .block.single_full_width_image,
      .single-editorsletter section.content-blocks .container .block.slideshow_with_ad .content,
      .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad,
      .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images,
      .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left,
      .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right,
      .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered,
      .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image,
      .post-type-archive-editorsletter section.content-blocks .container .block.slideshow_with_ad .content {
        padding-left: 20px;
        padding-right: 20px; } }
  @media (min-width: 769px) and (max-width: 768px) {
    .single-editorsletter section.content-blocks .container .block.single_image_with_ad, .single-editorsletter section.content-blocks .container .block.double_portrait_images, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right, .single-editorsletter section.content-blocks .container .block.quad_image_staggered, .single-editorsletter section.content-blocks .container .block.single_full_width_image,
    .single-editorsletter section.content-blocks .container .block.slideshow_with_ad .content,
    .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad,
    .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images,
    .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left,
    .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right,
    .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered,
    .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image,
    .post-type-archive-editorsletter section.content-blocks .container .block.slideshow_with_ad .content {
      padding-left: 10px;
      padding-right: 10px; } }
    .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content, .single-editorsletter section.content-blocks .container .block.single_full_width_image .content, .single-editorsletter section.content-blocks .container .block.double_portrait_images .content, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content,
    .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content,
    .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content,
    .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content,
    .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content,
    .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content,
    .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content, .single-editorsletter section.content-blocks .container .block.single_full_width_image .content, .single-editorsletter section.content-blocks .container .block.double_portrait_images .content, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content,
        .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content,
        .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content,
        .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content,
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content,
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content,
        .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content {
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container, .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container, .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container,
      .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container,
      .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container,
      .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container,
      .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container,
      .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container,
      .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container {
        position: relative; }
        .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .image, .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .image, .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .image, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .image {
          max-width: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
        .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .caption, .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .caption, .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .caption, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .caption,
        .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .caption,
        .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .caption,
        .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .caption,
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption,
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption,
        .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .caption {
          position: absolute;
          top: 0;
          left: 0;
          padding-top: 60px;
          padding-left: 60px;
          width: 240px;
          opacity: 0;
          cursor: pointer;
          transition: opacity 0.2s ease; }
          @media (max-width: 768px) {
            .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .caption, .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .caption, .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .caption, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .caption,
            .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .caption,
            .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .caption,
            .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .caption,
            .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption,
            .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption,
            .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .caption {
              position: static;
              width: auto;
              padding-top: 0;
              padding-left: 20px;
              padding-right: 20px;
              box-sizing: border-box;
              opacity: 1;
              transition: none; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .caption, .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .caption, .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .caption, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .caption,
    .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .caption,
    .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .caption,
    .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .caption,
    .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption,
    .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption,
    .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .caption {
      padding-left: 10px;
      padding-right: 10px; } }
          .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .caption h3, .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .caption h3, .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .caption h3, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption h3, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption h3, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .caption h3,
          .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .caption h3,
          .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .caption h3,
          .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .caption h3,
          .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption h3,
          .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption h3,
          .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .caption h3 {
            font-family: 'GT-Walsheim-Bold';
            font-size: 13px;
            line-height: 19px;
            text-transform: uppercase; }
          .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .caption div.nick, .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .caption div.nick, .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .caption div.nick, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption div.nick, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption div.nick, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .caption div.nick,
          .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .caption div.nick,
          .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .caption div.nick,
          .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .caption div.nick,
          .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption div.nick,
          .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption div.nick,
          .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .caption div.nick {
            margin-bottom: 2px; }
          .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .caption p, .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .caption p, .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .caption p, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption p, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption p, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .caption p,
          .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .caption p,
          .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .caption p,
          .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .caption p,
          .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption p,
          .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption p,
          .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .caption p {
            font-family: 'GT-Walsheim-Regular';
            font-size: 13px;
            line-height: 19px; }
            .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .caption p a, .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .caption p a, .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .caption p a, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption p a, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption p a, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .caption p a,
            .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .caption p a,
            .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .caption p a,
            .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .caption p a,
            .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption p a,
            .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption p a,
            .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .caption p a {
              text-decoration: underline;
              cursor: pointer;
              transition: opacity 0.2s ease; }
              .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .caption p a:hover, .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .caption p a:hover, .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .caption p a:hover, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption p a:hover, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption p a:hover, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .caption p a:hover,
              .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .caption p a:hover,
              .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .caption p a:hover,
              .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .caption p a:hover,
              .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption p a:hover,
              .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption p a:hover,
              .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .caption p a:hover {
                opacity: 0.7; }
            @media (max-width: 768px) {
              .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .caption p, .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .caption p, .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .caption p, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption p, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption p, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .caption p,
              .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .caption p,
              .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .caption p,
              .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .caption p,
              .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption p,
              .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption p,
              .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .caption p {
                padding-top: 10px;
                padding-bottom: 10px;
                font-size: 10px;
                line-height: 12px;
                color: #919191; } }
        .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .pinterest, .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .pinterest, .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .pinterest, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .pinterest, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .pinterest, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .pinterest,
        .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .pinterest,
        .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .pinterest,
        .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .pinterest,
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .pinterest,
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .pinterest,
        .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .pinterest {
          position: absolute;
          top: 0;
          right: 0;
          padding-right: 60px;
          padding-top: 60px;
          opacity: 0;
          transition: opacity 0.2s ease; }
          @media (max-width: 768px) {
            .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .pinterest, .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .pinterest, .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .pinterest, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .pinterest, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .pinterest, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .pinterest,
            .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .pinterest,
            .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .pinterest,
            .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .pinterest,
            .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .pinterest,
            .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .pinterest,
            .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .pinterest {
              display: none; } }
      @media (min-width: 769px) {
        .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container:hover .pinterest, .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container:hover .pinterest, .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container:hover .pinterest, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container:hover .pinterest, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container:hover .pinterest, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:hover .pinterest,
        .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container:hover .pinterest,
        .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container:hover .pinterest,
        .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container:hover .pinterest,
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container:hover .pinterest,
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container:hover .pinterest,
        .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:hover .pinterest {
          cursor: pointer;
          pointer-events: all;
          opacity: 1;
          z-index: 1; }
        .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container.has-caption:hover .image, .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container.has-caption:hover .image, .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container.has-caption:hover .image, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container.has-caption:hover .image, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container.has-caption:hover .image, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container.has-caption:hover .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container.has-caption:hover .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container.has-caption:hover .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container.has-caption:hover .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container.has-caption:hover .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container.has-caption:hover .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container.has-caption:hover .image {
          opacity: 0.35; }
        .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container.has-caption:hover .caption, .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container.has-caption:hover .caption, .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container.has-caption:hover .caption, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container.has-caption:hover .caption,
        .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container.has-caption:hover .caption,
        .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container.has-caption:hover .caption,
        .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container.has-caption:hover .caption,
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption,
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption,
        .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container.has-caption:hover .caption {
          opacity: 1; }
        .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container.has-caption .image, .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container.has-caption .image, .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container.has-caption .image, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container.has-caption .image, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container.has-caption .image, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container.has-caption .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container.has-caption .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container.has-caption .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container.has-caption .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container.has-caption .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container.has-caption .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container.has-caption .image {
          cursor: pointer;
          transition: opacity 0.2s ease; } }
    .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container,
    .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .image,
      .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .image {
        height: 600px; }
        @media (max-width: 768px) {
          .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .image,
          .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .image {
            height: 203px; } }
    .single-editorsletter section.content-blocks .container .block.single_image_with_ad .ad-unit,
    .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .ad-unit {
      -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px;
      margin-left: 20px;
      background: #ddd; }
      @media (max-width: 768px) {
        .single-editorsletter section.content-blocks .container .block.single_image_with_ad .ad-unit,
        .post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .ad-unit {
          display: none; } }
    .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container,
    .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container {
      -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; }
      .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .image,
      .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .image {
        height: 708px; }
        @media (max-width: 768px) {
          .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .image,
          .post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .image {
            height: 203px; } }
    .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container,
    .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container {
      -webkit-flex: 0 1 49.20635%;
      -ms-flex: 0 1 49.20635%;
      flex: 0 1 49.20635%; }
      .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container:first-child,
      .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container:first-child {
        -webkit-flex: 1 0 49.20635%;
        -ms-flex: 1 0 49.20635%;
        flex: 1 0 49.20635%;
        margin-right: 20px; }
      @media (max-width: 768px) {
        .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container:first-child,
        .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container:first-child {
          margin-right: 0;
          margin-bottom: 10px; } }
      .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .image,
      .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .image {
        height: 800px; }
        @media (max-width: 768px) {
          .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .image,
          .post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .image {
            height: 412px; } }
    .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right,
    .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left,
    .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content,
      .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content,
      .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content {
        -webkit-flex: 800px;
        -ms-flex: 800px;
        flex: 800px;
        max-height: 800px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (max-width: 768px) {
          .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content,
          .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content,
          .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content {
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            max-height: none; } }
      .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container,
      .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container,
      .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 49.20635%; }
        @media (max-width: 768px) {
          .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container,
          .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container,
          .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container {
            width: 100%; }
            .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container:not(:last-child), .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container:not(:last-child),
            .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container:not(:last-child),
            .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container:not(:last-child) {
              margin-bottom: 10px; } }
        .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image {
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; }
      .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
      .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
      .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child {
        -webkit-flex: 0 1 800px;
        -ms-flex: 0 1 800px;
        flex: 0 1 800px; }
        @media (max-width: 768px) {
          .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
          .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
          .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child {
            height: 412px; } }
      .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
      .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
      .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child) {
        -webkit-flex: 0 1 390px;
        -ms-flex: 0 1 390px;
        flex: 0 1 390px;
        margin-left: 20px; }
        @media (max-width: 768px) {
          .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
          .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
          .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child) {
            margin-left: 0;
            height: 203px; } }
      @media (max-width: 768px) {
        .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child) {
          -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
          flex-basis: auto;
          -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0; } }
      .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
      .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
      .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child {
        -webkit-flex: 0 1 800px;
        -ms-flex: 0 1 800px;
        flex: 0 1 800px;
        margin-left: 20px; }
        @media (max-width: 768px) {
          .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
          .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
          .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child {
            height: 412px;
            margin-left: 0; } }
      .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
      .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
      .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child) {
        -webkit-flex: 0 1 390px;
        -ms-flex: 0 1 390px;
        flex: 0 1 390px; }
        @media (max-width: 768px) {
          .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
          .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
          .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child) {
            height: 203px; } }
      @media (max-width: 768px) {
        .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
        .post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child) {
          -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
          flex-basis: auto;
          -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0; } }
    .single-editorsletter section.content-blocks .container .block.quad_image_staggered,
    .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content,
      .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content {
        -webkit-flex: 1216px;
        -ms-flex: 1216px;
        flex: 1216px;
        max-height: 1216px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (max-width: 768px) {
          .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content,
          .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content {
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            max-height: none; } }
      .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container,
      .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 49.20635%; }
        @media (max-width: 768px) {
          .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container,
          .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container {
            width: 100%; }
            .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:not(:last-child),
            .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:not(:last-child) {
              margin-bottom: 10px; } }
        .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .image {
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; }
        .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:first-child, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:last-child,
        .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:first-child,
        .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:last-child {
          -webkit-flex: 0 1 800px;
          -ms-flex: 0 1 800px;
          flex: 0 1 800px; }
          @media (max-width: 768px) {
            .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:first-child, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:last-child,
            .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:first-child,
            .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:last-child {
              -webkit-flex: auto;
              -ms-flex: auto;
              flex: auto; }
              .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:first-child .image, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:last-child .image,
              .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:first-child .image,
              .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:last-child .image {
                height: 412px; } }
        .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(2), .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3),
        .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(2),
        .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3) {
          -webkit-flex: 0 1 396px;
          -ms-flex: 0 1 396px;
          flex: 0 1 396px; }
          @media (max-width: 768px) {
            .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(2), .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3),
            .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(2),
            .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3) {
              -webkit-flex: auto;
              -ms-flex: auto;
              flex: auto; }
              .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(2) .image, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3) .image,
              .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(2) .image,
              .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3) .image {
                height: 203px; } }
        .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3), .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(4),
        .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3),
        .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(4) {
          margin-left: 20px; }
          @media (max-width: 768px) {
            .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3), .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(4),
            .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3),
            .post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(4) {
              margin-left: 0; } }
    .single-editorsletter section.content-blocks .container .block.slideshow_with_ad .content,
    .post-type-archive-editorsletter section.content-blocks .container .block.slideshow_with_ad .content {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .single-editorsletter section.content-blocks .container .block.slideshow_with_ad .content::after,
      .post-type-archive-editorsletter section.content-blocks .container .block.slideshow_with_ad .content::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 1px;
        margin-top: 610px;
        background: #DDDDDA; }
    .single-editorsletter section.content-blocks .container .block.slideshow_with_ad .slider,
    .post-type-archive-editorsletter section.content-blocks .container .block.slideshow_with_ad .slider {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .single-editorsletter section.content-blocks .container .block.slideshow_with_ad .slider .item,
      .post-type-archive-editorsletter section.content-blocks .container .block.slideshow_with_ad .slider .item {
        width: 100%; }
        .single-editorsletter section.content-blocks .container .block.slideshow_with_ad .slider .item .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.slideshow_with_ad .slider .item .image {
          background-color: rgba(0, 0, 0, 0.1);
          height: 600px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
        .single-editorsletter section.content-blocks .container .block.slideshow_with_ad .slider .item[data-portrait="1"] .image,
        .post-type-archive-editorsletter section.content-blocks .container .block.slideshow_with_ad .slider .item[data-portrait="1"] .image {
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center; }
        .single-editorsletter section.content-blocks .container .block.slideshow_with_ad .slider .item .caption,
        .post-type-archive-editorsletter section.content-blocks .container .block.slideshow_with_ad .slider .item .caption {
          margin-top: 10px; }
          .single-editorsletter section.content-blocks .container .block.slideshow_with_ad .slider .item .caption p, .single-editorsletter section.content-blocks .container .block.slideshow_with_ad .slider .item .caption p a,
          .post-type-archive-editorsletter section.content-blocks .container .block.slideshow_with_ad .slider .item .caption p,
          .post-type-archive-editorsletter section.content-blocks .container .block.slideshow_with_ad .slider .item .caption p a {
            font-family: 'GT-Walsheim-Regular';
            font-size: 13px;
            line-height: 20px;
            color: #919191;
            font-weight: normal;
            margin-top: 28px; }
          .single-editorsletter section.content-blocks .container .block.slideshow_with_ad .slider .item .caption a,
          .post-type-archive-editorsletter section.content-blocks .container .block.slideshow_with_ad .slider .item .caption a {
            cursor: pointer;
            transition: opacity 0.2s ease; }
            .single-editorsletter section.content-blocks .container .block.slideshow_with_ad .slider .item .caption a:hover,
            .post-type-archive-editorsletter section.content-blocks .container .block.slideshow_with_ad .slider .item .caption a:hover {
              opacity: 0.7; }
    .single-editorsletter section.content-blocks .container .block.slideshow_with_ad .advertisement,
    .post-type-archive-editorsletter section.content-blocks .container .block.slideshow_with_ad .advertisement {
      -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px;
      margin-left: 20px; }
      .single-editorsletter section.content-blocks .container .block.slideshow_with_ad .advertisement .image,
      .post-type-archive-editorsletter section.content-blocks .container .block.slideshow_with_ad .advertisement .image {
        height: 600px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background: #ddd; }
    .single-editorsletter section.content-blocks .container .block.text,
    .post-type-archive-editorsletter section.content-blocks .container .block.text {
      padding-top: 55px;
      padding-bottom: 75px;
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 768px) {
        .single-editorsletter section.content-blocks .container .block.text,
        .post-type-archive-editorsletter section.content-blocks .container .block.text {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 768px) {
        .single-editorsletter section.content-blocks .container .block.text,
        .post-type-archive-editorsletter section.content-blocks .container .block.text {
          padding-top: 40px;
          padding-bottom: 35px; } }
      .single-editorsletter section.content-blocks .container .block.text .gutter:first-child,
      .post-type-archive-editorsletter section.content-blocks .container .block.text .gutter:first-child {
        -webkit-flex: 0 1 330px;
        -ms-flex: 0 1 330px;
        flex: 0 1 330px; }
        @media (max-width: 1024px) {
          .single-editorsletter section.content-blocks .container .block.text .gutter:first-child,
          .post-type-archive-editorsletter section.content-blocks .container .block.text .gutter:first-child {
            -webkit-flex: 0 1 200px;
            -ms-flex: 0 1 200px;
            flex: 0 1 200px; } }
        @media (max-width: 768px) {
          .single-editorsletter section.content-blocks .container .block.text .gutter:first-child,
          .post-type-archive-editorsletter section.content-blocks .container .block.text .gutter:first-child {
            -webkit-flex: none;
            -ms-flex: none;
            flex: none; } }
      @media (max-width: 1024px) {
        .single-editorsletter section.content-blocks .container .block.text .content,
        .post-type-archive-editorsletter section.content-blocks .container .block.text .content {
          padding-bottom: 30px; } }
      .single-editorsletter section.content-blocks .container .block.text .gutter:last-child,
      .post-type-archive-editorsletter section.content-blocks .container .block.text .gutter:last-child {
        -webkit-flex: 0 1 300px;
        -ms-flex: 0 1 300px;
        flex: 0 1 300px;
        padding-left: 0;
        padding-right: 0; }
      .single-editorsletter section.content-blocks .container .block.text .photo-credit-mobile,
      .post-type-archive-editorsletter section.content-blocks .container .block.text .photo-credit-mobile {
        display: none; }
        @media (max-width: 768px) {
          .single-editorsletter section.content-blocks .container .block.text .photo-credit-mobile,
          .post-type-archive-editorsletter section.content-blocks .container .block.text .photo-credit-mobile {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: left;
            -ms-flex-pack: left;
            justify-content: left;
            margin-top: -30px;
            margin-bottom: 30px; }
            .single-editorsletter section.content-blocks .container .block.text .photo-credit-mobile p,
            .post-type-archive-editorsletter section.content-blocks .container .block.text .photo-credit-mobile p {
              font-size: 11px;
              color: #656565; }
              .single-editorsletter section.content-blocks .container .block.text .photo-credit-mobile p a,
              .post-type-archive-editorsletter section.content-blocks .container .block.text .photo-credit-mobile p a {
                color: #656565;
                border-bottom: 1px solid #eee; } }
      .single-editorsletter section.content-blocks .container .block.text .author,
      .post-type-archive-editorsletter section.content-blocks .container .block.text .author {
        display: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 6px; }
        .single-editorsletter section.content-blocks .container .block.text .author .author_image,
        .post-type-archive-editorsletter section.content-blocks .container .block.text .author .author_image {
          width: 120px;
          height: 120px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          border-radius: 50%; }
          @media (max-width: 1023px) {
            .single-editorsletter section.content-blocks .container .block.text .author .author_image,
            .post-type-archive-editorsletter section.content-blocks .container .block.text .author .author_image {
              width: 65px;
              height: 65px; } }
        .single-editorsletter section.content-blocks .container .block.text .author .author_data,
        .post-type-archive-editorsletter section.content-blocks .container .block.text .author .author_data {
          margin-top: 32px;
          font-family: 'GT-Walsheim-Regular';
          font-size: 15px;
          line-height: 22.37px;
          text-align: center; }
          @media (max-width: 1023px) {
            .single-editorsletter section.content-blocks .container .block.text .author .author_data,
            .post-type-archive-editorsletter section.content-blocks .container .block.text .author .author_data {
              margin-top: 22px; } }
        .single-editorsletter section.content-blocks .container .block.text .author .publish_date,
        .post-type-archive-editorsletter section.content-blocks .container .block.text .author .publish_date {
          margin-top: 12px;
          font-family: 'Pona-LightItalic';
          font-size: 15px;
          text-align: center; }
          @media (max-width: 1023px) {
            .single-editorsletter section.content-blocks .container .block.text .author .publish_date,
            .post-type-archive-editorsletter section.content-blocks .container .block.text .author .publish_date {
              margin-top: 0; } }
      .single-editorsletter section.content-blocks .container .block.text.intro .text p,
      .post-type-archive-editorsletter section.content-blocks .container .block.text.intro .text p {
        font-family: 'Pona-Semibold'; }
      @media (max-width: 768px) {
        .single-editorsletter section.content-blocks .container .block.text .text,
        .post-type-archive-editorsletter section.content-blocks .container .block.text .text {
          margin-top: 50px;
          padding-left: 15px;
          padding-right: 15px; } }
      .single-editorsletter section.content-blocks .container .block.text .text h2,
      .post-type-archive-editorsletter section.content-blocks .container .block.text .text h2 {
        margin-bottom: 20px;
        text-align: center;
        font-family: 'GT-Walsheim-Bold';
        font-size: 15px;
        line-height: 22.37px;
        letter-spacing: 1.13px;
        color: #1A1A1A; }
      .single-editorsletter section.content-blocks .container .block.text .text h2.sub-heading-h2,
      .post-type-archive-editorsletter section.content-blocks .container .block.text .text h2.sub-heading-h2 {
        font-family: 'Pona-SemiboldItalic';
        font-size: 17px;
        line-height: 24px;
        letter-spacing: 0.14px;
        text-transform: none;
        color: #333333;
        display: inline;
        background-color: #D5EDEF;
        line-height: 30px; }
        .single-editorsletter section.content-blocks .container .block.text .text h2.sub-heading-h2::after,
        .post-type-archive-editorsletter section.content-blocks .container .block.text .text h2.sub-heading-h2::after {
          content: '';
          display: block;
          padding-bottom: 25px; }
      .single-editorsletter section.content-blocks .container .block.text .text h3.sub-heading-h3,
      .post-type-archive-editorsletter section.content-blocks .container .block.text .text h3.sub-heading-h3 {
        font-family: 'Pona-SemiboldItalic';
        font-size: 17px;
        line-height: 24px;
        letter-spacing: 0.14px;
        text-transform: none;
        color: #333333;
        margin-bottom: 25px; }
      .single-editorsletter section.content-blocks .container .block.text .text p,
      .post-type-archive-editorsletter section.content-blocks .container .block.text .text p {
        font-family: 'Pona-Light';
        font-size: 17px;
        line-height: 24px;
        letter-spacing: 0.14px; }
        @media (max-width: 480px) {
          .single-editorsletter section.content-blocks .container .block.text .text p,
          .post-type-archive-editorsletter section.content-blocks .container .block.text .text p {
            font-size: 15px;
            line-height: 23px;
            letter-spacing: 0.1px; } }
        .single-editorsletter section.content-blocks .container .block.text .text p:not(:last-of-type),
        .post-type-archive-editorsletter section.content-blocks .container .block.text .text p:not(:last-of-type) {
          margin-bottom: 24px; }
        .single-editorsletter section.content-blocks .container .block.text .text p em,
        .post-type-archive-editorsletter section.content-blocks .container .block.text .text p em {
          font-family: 'Pona-LightItalic'; }
        .single-editorsletter section.content-blocks .container .block.text .text p strong,
        .post-type-archive-editorsletter section.content-blocks .container .block.text .text p strong {
          font-family: 'Pona-Semibold'; }
          .single-editorsletter section.content-blocks .container .block.text .text p strong em,
          .post-type-archive-editorsletter section.content-blocks .container .block.text .text p strong em {
            font-family: 'Pona-SemiboldItalic'; }
        .single-editorsletter section.content-blocks .container .block.text .text p a,
        .post-type-archive-editorsletter section.content-blocks .container .block.text .text p a {
          color: #809FA2;
          text-decoration: underline;
          transition: color 0.25s ease; }
          .single-editorsletter section.content-blocks .container .block.text .text p a:hover,
          .post-type-archive-editorsletter section.content-blocks .container .block.text .text p a:hover {
            color: #ACCCD3; }
      .single-editorsletter section.content-blocks .container .block.text .text iframe.instagram-media,
      .post-type-archive-editorsletter section.content-blocks .container .block.text .text iframe.instagram-media {
        position: inherit !important; }
      .single-editorsletter section.content-blocks .container .block.text .quote,
      .post-type-archive-editorsletter section.content-blocks .container .block.text .quote {
        max-width: 235px;
        margin: 200px auto 0;
        text-align: center; }
        @media (max-width: 1024px) {
          .single-editorsletter section.content-blocks .container .block.text .quote,
          .post-type-archive-editorsletter section.content-blocks .container .block.text .quote {
            display: none; } }
        .single-editorsletter section.content-blocks .container .block.text .quote p,
        .post-type-archive-editorsletter section.content-blocks .container .block.text .quote p {
          font-family: 'Pona-Semibold';
          font-size: 24px;
          line-height: 30px; }
        .single-editorsletter section.content-blocks .container .block.text .quote a,
        .post-type-archive-editorsletter section.content-blocks .container .block.text .quote a {
          color: #809FA2;
          text-decoration: underline;
          transition: color 0.25s ease; }
          .single-editorsletter section.content-blocks .container .block.text .quote a:hover,
          .post-type-archive-editorsletter section.content-blocks .container .block.text .quote a:hover {
            color: #ACCCD3; }
      .single-editorsletter section.content-blocks .container .block.text.dropcap .content .text1 > p:first-child:first-letter,
      .post-type-archive-editorsletter section.content-blocks .container .block.text.dropcap .content .text1 > p:first-child:first-letter {
        float: left;
        font-family: 'Pona-Light';
        font-size: 54px;
        line-height: 0px;
        padding-top: 1px;
        padding-right: 0px;
        padding-left: 0px; }
    .single-editorsletter section.content-blocks .container .block.text_with_insert .insert,
    .post-type-archive-editorsletter section.content-blocks .container .block.text_with_insert .insert {
      border-top: 1px solid #d9d9d6;
      border-bottom: 1px solid #d9d9d6;
      margin: 40px 0;
      padding: 20px 0; }
      .single-editorsletter section.content-blocks .container .block.text_with_insert .insert .post-title p,
      .post-type-archive-editorsletter section.content-blocks .container .block.text_with_insert .insert .post-title p {
        font-family: 'Pona-LightItalic';
        font-size: 17px;
        line-height: 21px;
        color: #666;
        margin-bottom: 10px; }
        .single-editorsletter section.content-blocks .container .block.text_with_insert .insert .post-title p strong,
        .post-type-archive-editorsletter section.content-blocks .container .block.text_with_insert .insert .post-title p strong {
          font-family: 'Pona-Semibold'; }
      .single-editorsletter section.content-blocks .container .block.text_with_insert .insert .caption p,
      .post-type-archive-editorsletter section.content-blocks .container .block.text_with_insert .insert .caption p {
        font-size: 11px;
        color: #afafaf;
        margin-top: 20px; }
        .single-editorsletter section.content-blocks .container .block.text_with_insert .insert .caption p a,
        .post-type-archive-editorsletter section.content-blocks .container .block.text_with_insert .insert .caption p a {
          color: #afafaf;
          text-decoration: underline; }
      .single-editorsletter section.content-blocks .container .block.text_with_insert .insert.video .video_container,
      .post-type-archive-editorsletter section.content-blocks .container .block.text_with_insert .insert.video .video_container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        height: auto; }
        .single-editorsletter section.content-blocks .container .block.text_with_insert .insert.video .video_container iframe, .single-editorsletter section.content-blocks .container .block.text_with_insert .insert.video .video_container object, .single-editorsletter section.content-blocks .container .block.text_with_insert .insert.video .video_container embed,
        .post-type-archive-editorsletter section.content-blocks .container .block.text_with_insert .insert.video .video_container iframe,
        .post-type-archive-editorsletter section.content-blocks .container .block.text_with_insert .insert.video .video_container object,
        .post-type-archive-editorsletter section.content-blocks .container .block.text_with_insert .insert.video .video_container embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .single-editorsletter section.content-blocks .container .block.text_with_insert .insert.blogpost a.image,
      .post-type-archive-editorsletter section.content-blocks .container .block.text_with_insert .insert.blogpost a.image {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 344px; }
    .single-editorsletter section.content-blocks .container .block.video .content, .single-editorsletter section.content-blocks .container .block.internal_tdf_video .content,
    .post-type-archive-editorsletter section.content-blocks .container .block.video .content,
    .post-type-archive-editorsletter section.content-blocks .container .block.internal_tdf_video .content {
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 768px) {
        .single-editorsletter section.content-blocks .container .block.video .content, .single-editorsletter section.content-blocks .container .block.internal_tdf_video .content,
        .post-type-archive-editorsletter section.content-blocks .container .block.video .content,
        .post-type-archive-editorsletter section.content-blocks .container .block.internal_tdf_video .content {
          padding-left: 10px;
          padding-right: 10px; } }
    .single-editorsletter section.content-blocks .container .block.video .video_container, .single-editorsletter section.content-blocks .container .block.internal_tdf_video .video_container,
    .post-type-archive-editorsletter section.content-blocks .container .block.video .video_container,
    .post-type-archive-editorsletter section.content-blocks .container .block.internal_tdf_video .video_container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
      height: auto; }
      .single-editorsletter section.content-blocks .container .block.video .video_container iframe, .single-editorsletter section.content-blocks .container .block.video .video_container object, .single-editorsletter section.content-blocks .container .block.video .video_container embed, .single-editorsletter section.content-blocks .container .block.internal_tdf_video .video_container iframe, .single-editorsletter section.content-blocks .container .block.internal_tdf_video .video_container object, .single-editorsletter section.content-blocks .container .block.internal_tdf_video .video_container embed,
      .post-type-archive-editorsletter section.content-blocks .container .block.video .video_container iframe,
      .post-type-archive-editorsletter section.content-blocks .container .block.video .video_container object,
      .post-type-archive-editorsletter section.content-blocks .container .block.video .video_container embed,
      .post-type-archive-editorsletter section.content-blocks .container .block.internal_tdf_video .video_container iframe,
      .post-type-archive-editorsletter section.content-blocks .container .block.internal_tdf_video .video_container object,
      .post-type-archive-editorsletter section.content-blocks .container .block.internal_tdf_video .video_container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .single-editorsletter section.content-blocks .container .block.gravity_form,
    .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form {
      padding-bottom: 96px; }
      .single-editorsletter section.content-blocks .container .block.gravity_form .container,
      .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form .container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        padding-top: 85px;
        padding-left: 20px;
        padding-right: 20px; }
        @media (max-width: 768px) {
          .single-editorsletter section.content-blocks .container .block.gravity_form .container,
          .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form .container {
            padding-left: 10px;
            padding-right: 10px; } }
        @media (max-width: 768px) {
          .single-editorsletter section.content-blocks .container .block.gravity_form .container,
          .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form .container {
            padding-top: 40px;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .single-editorsletter section.content-blocks .container .block.gravity_form .container .content,
        .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form .container .content {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          max-width: 600px; }
          .single-editorsletter section.content-blocks .container .block.gravity_form .container .content h2,
          .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form .container .content h2 {
            font-family: 'Pona-Semibold';
            font-size: 24px;
            line-height: 30px;
            color: black;
            text-transform: none;
            max-width: 300px;
            text-align: center; }
          .single-editorsletter section.content-blocks .container .block.gravity_form .container .content .extra-text,
          .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form .container .content .extra-text {
            -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
            align-self: flex-start;
            padding-left: 16px; }
          .single-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper,
          .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper {
            width: 600px; }
            .single-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield,
            .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield {
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              margin-bottom: 48px;
              padding-left: 16px; }
              @media (max-width: 768px) {
                .single-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield,
                .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield {
                  -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                  flex-direction: column;
                  -webkit-align-items: stretch;
                  -ms-flex-align: stretch;
                  align-items: stretch; }
                  .single-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield label,
                  .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield label {
                    margin-bottom: 16px; } }
              .single-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield .validation_message,
              .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield .validation_message {
                display: none; }
              .single-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield label,
              .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield label {
                text-transform: uppercase;
                font-family: 'GT-Walsheim-Light';
                font-size: 14px;
                line-height: 22.37px;
                letter-spacing: 1.5px;
                opacity: 0.5;
                margin-right: 15px; }
              .single-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container,
              .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container {
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
                margin-top: 0;
                padding-right: 16px; }
                .single-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container input,
                .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container input {
                  border: 0;
                  width: 100%; }
              .single-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4,
              .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 {
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                margin-bottom: 24px;
                -webkit-align-items: flex-start;
                -ms-flex-align: start;
                align-items: flex-start; }
                .single-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 label,
                .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 label {
                  margin-bottom: 16px; }
                .single-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container,
                .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container {
                  width: 100%; }
                  .single-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container textarea,
                  .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container textarea {
                    width: 100%;
                    border: 0; }
            .single-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gform_footer,
            .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gform_footer {
              padding-left: 16px; }
              .single-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gform_footer input[type="submit"],
              .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gform_footer input[type="submit"] {
                border: 0;
                background-color: black;
                color: white;
                height: 45px;
                width: 180px;
                text-transform: uppercase;
                letter-spacing: 1px; }
          .single-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_confirmation_wrapper,
          .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form .container .content .gform_confirmation_wrapper {
            margin: 40px 0;
            padding: 0 16px; }
          .single-editorsletter section.content-blocks .container .block.gravity_form .container .content .gfield_required,
          .post-type-archive-editorsletter section.content-blocks .container .block.gravity_form .container .content .gfield_required {
            display: none; }
    .single-editorsletter section.content-blocks .container .block.ingredients,
    .post-type-archive-editorsletter section.content-blocks .container .block.ingredients {
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 768px) {
        .single-editorsletter section.content-blocks .container .block.ingredients,
        .post-type-archive-editorsletter section.content-blocks .container .block.ingredients {
          padding-left: 10px;
          padding-right: 10px; } }
      .single-editorsletter section.content-blocks .container .block.ingredients .content,
      .post-type-archive-editorsletter section.content-blocks .container .block.ingredients .content {
        padding-left: 25.39683%;
        padding-right: 25.39683%; }
        .single-editorsletter section.content-blocks .container .block.ingredients .content h2,
        .post-type-archive-editorsletter section.content-blocks .container .block.ingredients .content h2 {
          margin-top: 16px;
          margin-bottom: 32px;
          text-align: center;
          font-family: 'GT-Walsheim-Bold';
          font-size: 15px;
          line-height: 22.37px;
          letter-spacing: 1.13px;
          color: #1A1A1A; }
        .single-editorsletter section.content-blocks .container .block.ingredients .content h3,
        .post-type-archive-editorsletter section.content-blocks .container .block.ingredients .content h3 {
          display: inline;
          display: inline;
          background-color: #D5EDEF;
          line-height: 30px;
          font-family: 'Pona-SemiboldItalic';
          font-size: 17px;
          letter-spacing: 0.14px; }
          .single-editorsletter section.content-blocks .container .block.ingredients .content h3::after,
          .post-type-archive-editorsletter section.content-blocks .container .block.ingredients .content h3::after {
            content: '';
            display: block;
            padding-bottom: 25px; }
        .single-editorsletter section.content-blocks .container .block.ingredients .content ul.ingredients,
        .post-type-archive-editorsletter section.content-blocks .container .block.ingredients .content ul.ingredients {
          margin-top: 26px;
          margin-bottom: 6px;
          padding-left: 0;
          list-style: none; }
          .single-editorsletter section.content-blocks .container .block.ingredients .content ul.ingredients li,
          .post-type-archive-editorsletter section.content-blocks .container .block.ingredients .content ul.ingredients li {
            font-family: 'Pona-Light';
            font-size: 17px;
            line-height: 24px;
            letter-spacing: 0.14px;
            color: #1A1A1A; }
            @media (max-width: 480px) {
              .single-editorsletter section.content-blocks .container .block.ingredients .content ul.ingredients li,
              .post-type-archive-editorsletter section.content-blocks .container .block.ingredients .content ul.ingredients li {
                font-size: 15px;
                line-height: 23px;
                letter-spacing: 0.1px; } }
    .single-editorsletter section.content-blocks .container .block.simplecast,
    .post-type-archive-editorsletter section.content-blocks .container .block.simplecast {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 55px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 768px) {
        .single-editorsletter section.content-blocks .container .block.simplecast,
        .post-type-archive-editorsletter section.content-blocks .container .block.simplecast {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 768px) {
        .single-editorsletter section.content-blocks .container .block.simplecast,
        .post-type-archive-editorsletter section.content-blocks .container .block.simplecast {
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; } }
      .single-editorsletter section.content-blocks .container .block.simplecast iframe,
      .post-type-archive-editorsletter section.content-blocks .container .block.simplecast iframe {
        max-width: 700px;
        max-height: 212px; }
        @media (max-width: 1023px) {
          .single-editorsletter section.content-blocks .container .block.simplecast iframe,
          .post-type-archive-editorsletter section.content-blocks .container .block.simplecast iframe {
            max-width: 442px; } }
        @media (max-width: 768px) {
          .single-editorsletter section.content-blocks .container .block.simplecast iframe,
          .post-type-archive-editorsletter section.content-blocks .container .block.simplecast iframe {
            padding-top: 72px;
            max-width: 280px; } }
    .single-editorsletter section.content-blocks .container .block.mailchimp_form,
    .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      min-height: 620px;
      margin-bottom: 60px; }
      @media (max-width: 768px) {
        .single-editorsletter section.content-blocks .container .block.mailchimp_form,
        .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form {
          min-height: 0; } }
      .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area,
      .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 90px; }
        @media (max-width: 768px) {
          .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area,
          .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area {
            padding-bottom: 20px; } }
        .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields,
        .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields {
          max-width: 600px;
          width: 100%; }
          .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .intro-text,
          .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .intro-text {
            margin-top: 137px;
            margin-bottom: 50px;
            text-align: center; }
            .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .intro-text p,
            .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .intro-text p {
              font-size: 39px;
              font-family: "minion-pro";
              font-weight: 400;
              line-height: 48px;
              color: white; }
            @media (max-width: 768px) {
              .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .intro-text,
              .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .intro-text {
                padding-left: 20px;
                padding-right: 20px; } }
          .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field,
          .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field {
            margin-bottom: 30px; }
            .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input, .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea,
            .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input,
            .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea {
              border: 0;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              height: 30px;
              width: 100%;
              padding-left: 16px;
              margin-bottom: 10px;
              box-sizing: border-box;
              border-radius: 0 !important; }
              .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input, .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder, .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea, .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea::-webkit-input-placeholder,
              .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input,
              .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder,
              .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea,
              .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea::-webkit-input-placeholder {
                font-family: 'GT-Walsheim-Regular';
                font-size: 15px;
                color: #afafaf;
                letter-spacing: 0.075em;
                text-transform: uppercase; }
              .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input, .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder, .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea, .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea:-ms-input-placeholder,
              .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input,
              .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder,
              .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea,
              .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea:-ms-input-placeholder {
                font-family: 'GT-Walsheim-Regular';
                font-size: 15px;
                color: #afafaf;
                letter-spacing: 0.075em;
                text-transform: uppercase; }
              .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input, .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input::placeholder, .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea, .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea::placeholder,
              .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input,
              .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input::placeholder,
              .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea,
              .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea::placeholder {
                font-family: 'GT-Walsheim-Regular';
                font-size: 15px;
                color: #afafaf;
                letter-spacing: 0.075em;
                text-transform: uppercase; }
              .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input, .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea,
              .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input,
              .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea {
                color: #333333; }
              .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input:focus, .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea:focus,
              .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input:focus,
              .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea:focus {
                outline: none; }
            .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea,
            .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea {
              height: 200px;
              padding: 16px;
              margin-top: 40px; }
            .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field label,
            .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field label {
              color: white; }
          @media (max-width: 768px) {
            .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields,
            .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields {
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 50px;
              padding-bottom: 50px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .single-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields,
    .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .top-area .top-fields {
      padding-left: 10px;
      padding-right: 10px; } }
      .single-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area,
      .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 600px;
        width: 100%; }
        @media (max-width: 768px) {
          .single-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area,
          .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area {
            padding-left: 32px;
            padding-right: 32px; } }
        .single-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .descriptor,
        .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .descriptor {
          margin-top: 70px;
          margin-bottom: 30px;
          font-family: 'sofia-pro';
          font-weight: 500;
          font-size: 25px; }
          @media (max-width: 768px) {
            .single-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .descriptor,
            .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .descriptor {
              margin-top: 50px; } }
        .single-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .groups .group-error,
        .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .groups .group-error {
          margin-top: 40px; }
        .single-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field,
        .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-right: 20px; }
          .single-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field .info,
          .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field .info {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            padding-left: 30px; }
            .single-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field .info label,
            .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field .info label {
              font-family: 'sofia-pro';
              font-weight: 200;
              font-size: 16px;
              letter-spacing: 0.075em;
              text-transform: uppercase;
              margin-bottom: 7px;
              color: #58595B; }
            .single-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field .info .description,
            .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field .info .description {
              font-family: 'sofia-pro';
              font-weight: 100;
              font-style: italic;
              font-size: 10.5px;
              letter-spacing: 0.075em;
              text-transform: uppercase;
              color: #58595B; }
          .single-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field.promoters-list,
          .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field.promoters-list {
            border-top: 1px solid #333;
            padding-top: 40px;
            margin-top: 50px; }
        .single-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .groups .or,
        .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .groups .or {
          margin-top: 17px;
          margin-bottom: 25px;
          font-family: 'sofia-pro';
          font-weight: 500;
          letter-spacing: 0.075em;
          color: #58595B; }
        .single-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms,
        .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms {
          margin-top: 60px; }
          @media (max-width: 768px) {
            .single-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms,
            .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms {
              margin-top: 20px;
              padding-left: 45px; } }
          .single-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms input[type="submit"],
          .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms input[type="submit"] {
            width: 140px;
            height: 40px;
            background-color: #071b51;
            color: white;
            border: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            @media (max-width: 768px) {
              .single-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms input[type="submit"],
              .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms input[type="submit"] {
                margin-bottom: 20px; } }
          .single-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms,
          .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms {
            margin-top: 28px; }
            .single-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms p, .single-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms p a,
            .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms p,
            .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms p a {
              color: #808080; }
            .single-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms p a,
            .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms p a {
              text-transform: uppercase;
              text-decoration: underline;
              cursor: pointer;
              transition: opacity 0.2s ease; }
              .single-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms p a:hover,
              .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms p a:hover {
                opacity: 0.7; }
            @media (max-width: 768px) {
              .single-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms,
              .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms {
                margin-top: 0px; } }
      .single-editorsletter section.content-blocks .container .block.mailchimp_form .mc-success-message,
      .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .mc-success-message {
        display: none;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 600px;
        width: 100%;
        margin: 100px auto; }
        .single-editorsletter section.content-blocks .container .block.mailchimp_form .mc-success-message.active,
        .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .mc-success-message.active {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
        .single-editorsletter section.content-blocks .container .block.mailchimp_form .mc-success-message p,
        .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .mc-success-message p {
          font-size: 39px;
          font-family: "minion-pro";
          font-weight: 400;
          line-height: 48px; }
        @media (max-width: 768px) {
          .single-editorsletter section.content-blocks .container .block.mailchimp_form .mc-success-message,
          .post-type-archive-editorsletter section.content-blocks .container .block.mailchimp_form .mc-success-message {
            padding: 0 20px;
            box-sizing: border-box;
            margin-top: 100px; } }
  .single-editorsletter section.content-blocks .container:last-child,
  .post-type-archive-editorsletter section.content-blocks .container:last-child {
    margin-bottom: 92px; }

body.page-template-default section.header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-top: 75px; }
  @media (max-width: 768px) {
    body.page-template-default section.header {
      padding-top: 64px; } }
  body.page-template-default section.header h1 {
    font-size: 25px;
    line-height: 30px; }
  body.page-template-default section.header .intro {
    max-width: 660px;
    margin-top: 16px; }
    body.page-template-default section.header .intro, body.page-template-default section.header .intro p {
      font-size: 18px;
      line-height: 26px; }
    body.page-template-default section.header .intro p:not(:last-child) {
      margin-bottom: 26px; }
    @media (max-width: 768px) {
      body.page-template-default section.header .intro {
        margin-top: 24px;
        padding: 0 48px; } }

body.page-template-default section.content-blocks .container {
  padding-left: 0;
  padding-right: 0; }
  body.page-template-default section.content-blocks .container .block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
    margin-top: 10px;
    padding-bottom: 10px; }
    @media (max-width: 768px) {
      body.page-template-default section.content-blocks .container .block {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    body.page-template-default section.content-blocks .container .block .content {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    body.page-template-default section.content-blocks .container .block .gutter {
      -webkit-flex: 0 1 25.39683%;
      -ms-flex: 0 1 25.39683%;
      flex: 0 1 25.39683%;
      padding: 0 25px;
      box-sizing: border-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative; }
      @media (max-width: 1280px) {
        body.page-template-default section.content-blocks .container .block .gutter:last-child {
          -webkit-flex: 0 1;
          -ms-flex: 0 1;
          flex: 0 1; }
          body.page-template-default section.content-blocks .container .block .gutter:last-child .quote {
            padding: 0 32px; }
        body.page-template-default section.content-blocks .container .block .gutter:first-child {
          padding-left: 0;
          -webkit-flex: 0 1 30%;
          -ms-flex: 0 1 30%;
          flex: 0 1 30%; } }
      @media (max-width: 1023px) {
        body.page-template-default section.content-blocks .container .block .gutter:last-child {
          -webkit-flex: 0 1 25%;
          -ms-flex: 0 1 25%;
          flex: 0 1 25%; }
          body.page-template-default section.content-blocks .container .block .gutter:last-child .quote {
            padding: 0 32px; }
        body.page-template-default section.content-blocks .container .block .gutter:first-child {
          padding-left: 10px;
          -webkit-flex: 0 1 25%;
          -ms-flex: 0 1 25%;
          flex: 0 1 25%; } }
      @media (max-width: 768px) {
        body.page-template-default section.content-blocks .container .block .gutter {
          padding: 0; }
          body.page-template-default section.content-blocks .container .block .gutter:first-child {
            -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto; } }
    @media (max-width: 768px) {
      body.page-template-default section.content-blocks .container .block {
        margin-top: 4px;
        padding-bottom: 4px; } }
    @media (min-width: 769px) {
      body.page-template-default section.content-blocks .container .block.single_image_with_ad, body.page-template-default section.content-blocks .container .block.double_portrait_images, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right, body.page-template-default section.content-blocks .container .block.quad_image_staggered, body.page-template-default section.content-blocks .container .block.single_full_width_image,
      body.page-template-default section.content-blocks .container .block.slideshow_with_ad .content {
        padding-left: 20px;
        padding-right: 20px; } }
  @media (min-width: 769px) and (max-width: 768px) {
    body.page-template-default section.content-blocks .container .block.single_image_with_ad, body.page-template-default section.content-blocks .container .block.double_portrait_images, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right, body.page-template-default section.content-blocks .container .block.quad_image_staggered, body.page-template-default section.content-blocks .container .block.single_full_width_image,
    body.page-template-default section.content-blocks .container .block.slideshow_with_ad .content {
      padding-left: 10px;
      padding-right: 10px; } }
    body.page-template-default section.content-blocks .container .block.single_image_with_ad .content, body.page-template-default section.content-blocks .container .block.single_full_width_image .content, body.page-template-default section.content-blocks .container .block.double_portrait_images .content, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 768px) {
        body.page-template-default section.content-blocks .container .block.single_image_with_ad .content, body.page-template-default section.content-blocks .container .block.single_full_width_image .content, body.page-template-default section.content-blocks .container .block.double_portrait_images .content, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content {
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      body.page-template-default section.content-blocks .container .block.single_image_with_ad .content .image-container, body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container, body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container {
        position: relative; }
        body.page-template-default section.content-blocks .container .block.single_image_with_ad .content .image-container .image, body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container .image, body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container .image, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container .image {
          max-width: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
        body.page-template-default section.content-blocks .container .block.single_image_with_ad .content .image-container .caption, body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container .caption, body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container .caption, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container .caption {
          position: absolute;
          top: 0;
          left: 0;
          padding-top: 60px;
          padding-left: 60px;
          width: 240px;
          opacity: 0;
          cursor: pointer;
          transition: opacity 0.2s ease; }
          @media (max-width: 768px) {
            body.page-template-default section.content-blocks .container .block.single_image_with_ad .content .image-container .caption, body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container .caption, body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container .caption, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container .caption {
              position: static;
              width: auto;
              padding-top: 0;
              padding-left: 20px;
              padding-right: 20px;
              box-sizing: border-box;
              opacity: 1;
              transition: none; } }
  @media (max-width: 768px) and (max-width: 768px) {
    body.page-template-default section.content-blocks .container .block.single_image_with_ad .content .image-container .caption, body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container .caption, body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container .caption, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container .caption {
      padding-left: 10px;
      padding-right: 10px; } }
          body.page-template-default section.content-blocks .container .block.single_image_with_ad .content .image-container .caption h3, body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container .caption h3, body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container .caption h3, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption h3, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption h3, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container .caption h3 {
            font-family: 'GT-Walsheim-Bold';
            font-size: 13px;
            line-height: 19px;
            text-transform: uppercase; }
          body.page-template-default section.content-blocks .container .block.single_image_with_ad .content .image-container .caption div.nick, body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container .caption div.nick, body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container .caption div.nick, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption div.nick, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption div.nick, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container .caption div.nick {
            margin-bottom: 2px; }
          body.page-template-default section.content-blocks .container .block.single_image_with_ad .content .image-container .caption p, body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container .caption p, body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container .caption p, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption p, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption p, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container .caption p {
            font-family: 'GT-Walsheim-Regular';
            font-size: 13px;
            line-height: 19px; }
            body.page-template-default section.content-blocks .container .block.single_image_with_ad .content .image-container .caption p a, body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container .caption p a, body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container .caption p a, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption p a, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption p a, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container .caption p a {
              text-decoration: underline;
              cursor: pointer;
              transition: opacity 0.2s ease; }
              body.page-template-default section.content-blocks .container .block.single_image_with_ad .content .image-container .caption p a:hover, body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container .caption p a:hover, body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container .caption p a:hover, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption p a:hover, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption p a:hover, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container .caption p a:hover {
                opacity: 0.7; }
            @media (max-width: 768px) {
              body.page-template-default section.content-blocks .container .block.single_image_with_ad .content .image-container .caption p, body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container .caption p, body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container .caption p, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption p, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption p, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container .caption p {
                padding-top: 10px;
                padding-bottom: 10px;
                font-size: 10px;
                line-height: 12px;
                color: #919191; } }
        body.page-template-default section.content-blocks .container .block.single_image_with_ad .content .image-container .pinterest, body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container .pinterest, body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container .pinterest, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container .pinterest, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container .pinterest, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container .pinterest {
          position: absolute;
          top: 0;
          right: 0;
          padding-right: 60px;
          padding-top: 60px;
          opacity: 0;
          transition: opacity 0.2s ease; }
          @media (max-width: 768px) {
            body.page-template-default section.content-blocks .container .block.single_image_with_ad .content .image-container .pinterest, body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container .pinterest, body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container .pinterest, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container .pinterest, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container .pinterest, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container .pinterest {
              display: none; } }
      @media (min-width: 769px) {
        body.page-template-default section.content-blocks .container .block.single_image_with_ad .content .image-container:hover .pinterest, body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container:hover .pinterest, body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container:hover .pinterest, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container:hover .pinterest, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container:hover .pinterest, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container:hover .pinterest {
          cursor: pointer;
          pointer-events: all;
          opacity: 1;
          z-index: 1; }
        body.page-template-default section.content-blocks .container .block.single_image_with_ad .content .image-container.has-caption:hover .image, body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container.has-caption:hover .image, body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container.has-caption:hover .image, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container.has-caption:hover .image, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container.has-caption:hover .image, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container.has-caption:hover .image {
          opacity: 0.35; }
        body.page-template-default section.content-blocks .container .block.single_image_with_ad .content .image-container.has-caption:hover .caption, body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container.has-caption:hover .caption, body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container.has-caption:hover .caption, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container.has-caption:hover .caption {
          opacity: 1; }
        body.page-template-default section.content-blocks .container .block.single_image_with_ad .content .image-container.has-caption .image, body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container.has-caption .image, body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container.has-caption .image, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container.has-caption .image, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container.has-caption .image, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container.has-caption .image {
          cursor: pointer;
          transition: opacity 0.2s ease; } }
    body.page-template-default section.content-blocks .container .block.single_image_with_ad .content .image-container {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      body.page-template-default section.content-blocks .container .block.single_image_with_ad .content .image-container .image {
        height: 600px; }
        @media (max-width: 768px) {
          body.page-template-default section.content-blocks .container .block.single_image_with_ad .content .image-container .image {
            height: 203px; } }
    body.page-template-default section.content-blocks .container .block.single_image_with_ad .ad-unit {
      -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px;
      margin-left: 20px;
      background: #ddd; }
      @media (max-width: 768px) {
        body.page-template-default section.content-blocks .container .block.single_image_with_ad .ad-unit {
          display: none; } }
    body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container {
      -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; }
      body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container .image {
        height: 708px; }
        @media (max-width: 768px) {
          body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container .image {
            height: 203px; } }
    body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container {
      -webkit-flex: 0 1 49.20635%;
      -ms-flex: 0 1 49.20635%;
      flex: 0 1 49.20635%; }
      body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container:first-child {
        -webkit-flex: 1 0 49.20635%;
        -ms-flex: 1 0 49.20635%;
        flex: 1 0 49.20635%;
        margin-right: 20px; }
      @media (max-width: 768px) {
        body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container:first-child {
          margin-right: 0;
          margin-bottom: 10px; } }
      body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container .image {
        height: 800px; }
        @media (max-width: 768px) {
          body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container .image {
            height: 412px; } }
    body.page-template-default section.content-blocks .container .block.triple_image_portrait_left, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content {
        -webkit-flex: 800px;
        -ms-flex: 800px;
        flex: 800px;
        max-height: 800px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (max-width: 768px) {
          body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content {
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            max-height: none; } }
      body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 49.20635%; }
        @media (max-width: 768px) {
          body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container {
            width: 100%; }
            body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container:not(:last-child), body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container:not(:last-child) {
              margin-bottom: 10px; } }
        body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image {
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; }
      body.page-template-default section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child {
        -webkit-flex: 0 1 800px;
        -ms-flex: 0 1 800px;
        flex: 0 1 800px; }
        @media (max-width: 768px) {
          body.page-template-default section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child {
            height: 412px; } }
      body.page-template-default section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), body.page-template-default section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child) {
        -webkit-flex: 0 1 390px;
        -ms-flex: 0 1 390px;
        flex: 0 1 390px;
        margin-left: 20px; }
        @media (max-width: 768px) {
          body.page-template-default section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), body.page-template-default section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child) {
            margin-left: 0;
            height: 203px; } }
      @media (max-width: 768px) {
        body.page-template-default section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), body.page-template-default section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child) {
          -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
          flex-basis: auto;
          -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0; } }
      body.page-template-default section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child {
        -webkit-flex: 0 1 800px;
        -ms-flex: 0 1 800px;
        flex: 0 1 800px;
        margin-left: 20px; }
        @media (max-width: 768px) {
          body.page-template-default section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child {
            height: 412px;
            margin-left: 0; } }
      body.page-template-default section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), body.page-template-default section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child) {
        -webkit-flex: 0 1 390px;
        -ms-flex: 0 1 390px;
        flex: 0 1 390px; }
        @media (max-width: 768px) {
          body.page-template-default section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), body.page-template-default section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child) {
            height: 203px; } }
      @media (max-width: 768px) {
        body.page-template-default section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), body.page-template-default section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child) {
          -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
          flex-basis: auto;
          -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0; } }
    body.page-template-default section.content-blocks .container .block.quad_image_staggered {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      body.page-template-default section.content-blocks .container .block.quad_image_staggered .content {
        -webkit-flex: 1216px;
        -ms-flex: 1216px;
        flex: 1216px;
        max-height: 1216px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (max-width: 768px) {
          body.page-template-default section.content-blocks .container .block.quad_image_staggered .content {
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            max-height: none; } }
      body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 49.20635%; }
        @media (max-width: 768px) {
          body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container {
            width: 100%; }
            body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container:not(:last-child) {
              margin-bottom: 10px; } }
        body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container .image {
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; }
        body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container:first-child, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container:last-child {
          -webkit-flex: 0 1 800px;
          -ms-flex: 0 1 800px;
          flex: 0 1 800px; }
          @media (max-width: 768px) {
            body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container:first-child, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container:last-child {
              -webkit-flex: auto;
              -ms-flex: auto;
              flex: auto; }
              body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container:first-child .image, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container:last-child .image {
                height: 412px; } }
        body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(2), body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3) {
          -webkit-flex: 0 1 396px;
          -ms-flex: 0 1 396px;
          flex: 0 1 396px; }
          @media (max-width: 768px) {
            body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(2), body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3) {
              -webkit-flex: auto;
              -ms-flex: auto;
              flex: auto; }
              body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(2) .image, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3) .image {
                height: 203px; } }
        body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3), body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(4) {
          margin-left: 20px; }
          @media (max-width: 768px) {
            body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3), body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(4) {
              margin-left: 0; } }
    body.page-template-default section.content-blocks .container .block.slideshow_with_ad .content {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      body.page-template-default section.content-blocks .container .block.slideshow_with_ad .content::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 1px;
        margin-top: 610px;
        background: #DDDDDA; }
    body.page-template-default section.content-blocks .container .block.slideshow_with_ad .slider {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      body.page-template-default section.content-blocks .container .block.slideshow_with_ad .slider .item {
        width: 100%; }
        body.page-template-default section.content-blocks .container .block.slideshow_with_ad .slider .item .image {
          background-color: rgba(0, 0, 0, 0.1);
          height: 600px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
        body.page-template-default section.content-blocks .container .block.slideshow_with_ad .slider .item[data-portrait="1"] .image {
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center; }
        body.page-template-default section.content-blocks .container .block.slideshow_with_ad .slider .item .caption {
          margin-top: 10px; }
          body.page-template-default section.content-blocks .container .block.slideshow_with_ad .slider .item .caption p, body.page-template-default section.content-blocks .container .block.slideshow_with_ad .slider .item .caption p a {
            font-family: 'GT-Walsheim-Regular';
            font-size: 13px;
            line-height: 20px;
            color: #919191;
            font-weight: normal;
            margin-top: 28px; }
          body.page-template-default section.content-blocks .container .block.slideshow_with_ad .slider .item .caption a {
            cursor: pointer;
            transition: opacity 0.2s ease; }
            body.page-template-default section.content-blocks .container .block.slideshow_with_ad .slider .item .caption a:hover {
              opacity: 0.7; }
    body.page-template-default section.content-blocks .container .block.slideshow_with_ad .advertisement {
      -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px;
      margin-left: 20px; }
      body.page-template-default section.content-blocks .container .block.slideshow_with_ad .advertisement .image {
        height: 600px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background: #ddd; }
    body.page-template-default section.content-blocks .container .block.text {
      padding-top: 55px;
      padding-bottom: 75px;
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 768px) {
        body.page-template-default section.content-blocks .container .block.text {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 768px) {
        body.page-template-default section.content-blocks .container .block.text {
          padding-top: 40px;
          padding-bottom: 35px; } }
      body.page-template-default section.content-blocks .container .block.text .gutter:first-child {
        -webkit-flex: 0 1 330px;
        -ms-flex: 0 1 330px;
        flex: 0 1 330px; }
        @media (max-width: 1024px) {
          body.page-template-default section.content-blocks .container .block.text .gutter:first-child {
            -webkit-flex: 0 1 200px;
            -ms-flex: 0 1 200px;
            flex: 0 1 200px; } }
        @media (max-width: 768px) {
          body.page-template-default section.content-blocks .container .block.text .gutter:first-child {
            -webkit-flex: none;
            -ms-flex: none;
            flex: none; } }
      @media (max-width: 1024px) {
        body.page-template-default section.content-blocks .container .block.text .content {
          padding-bottom: 30px; } }
      body.page-template-default section.content-blocks .container .block.text .gutter:last-child {
        -webkit-flex: 0 1 300px;
        -ms-flex: 0 1 300px;
        flex: 0 1 300px;
        padding-left: 0;
        padding-right: 0; }
      body.page-template-default section.content-blocks .container .block.text .photo-credit-mobile {
        display: none; }
        @media (max-width: 768px) {
          body.page-template-default section.content-blocks .container .block.text .photo-credit-mobile {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: left;
            -ms-flex-pack: left;
            justify-content: left;
            margin-top: -30px;
            margin-bottom: 30px; }
            body.page-template-default section.content-blocks .container .block.text .photo-credit-mobile p {
              font-size: 11px;
              color: #656565; }
              body.page-template-default section.content-blocks .container .block.text .photo-credit-mobile p a {
                color: #656565;
                border-bottom: 1px solid #eee; } }
      body.page-template-default section.content-blocks .container .block.text .author {
        display: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 6px; }
        body.page-template-default section.content-blocks .container .block.text .author .author_image {
          width: 120px;
          height: 120px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          border-radius: 50%; }
          @media (max-width: 1023px) {
            body.page-template-default section.content-blocks .container .block.text .author .author_image {
              width: 65px;
              height: 65px; } }
        body.page-template-default section.content-blocks .container .block.text .author .author_data {
          margin-top: 32px;
          font-family: 'GT-Walsheim-Regular';
          font-size: 15px;
          line-height: 22.37px;
          text-align: center; }
          @media (max-width: 1023px) {
            body.page-template-default section.content-blocks .container .block.text .author .author_data {
              margin-top: 22px; } }
        body.page-template-default section.content-blocks .container .block.text .author .publish_date {
          margin-top: 12px;
          font-family: 'Pona-LightItalic';
          font-size: 15px;
          text-align: center; }
          @media (max-width: 1023px) {
            body.page-template-default section.content-blocks .container .block.text .author .publish_date {
              margin-top: 0; } }
      body.page-template-default section.content-blocks .container .block.text.intro .text p {
        font-family: 'Pona-Semibold'; }
      @media (max-width: 768px) {
        body.page-template-default section.content-blocks .container .block.text .text {
          margin-top: 50px;
          padding-left: 15px;
          padding-right: 15px; } }
      body.page-template-default section.content-blocks .container .block.text .text h2 {
        margin-bottom: 20px;
        text-align: center;
        font-family: 'GT-Walsheim-Bold';
        font-size: 15px;
        line-height: 22.37px;
        letter-spacing: 1.13px;
        color: #1A1A1A; }
      body.page-template-default section.content-blocks .container .block.text .text h2.sub-heading-h2 {
        font-family: 'Pona-SemiboldItalic';
        font-size: 17px;
        line-height: 24px;
        letter-spacing: 0.14px;
        text-transform: none;
        color: #333333;
        display: inline;
        background-color: #D5EDEF;
        line-height: 30px; }
        body.page-template-default section.content-blocks .container .block.text .text h2.sub-heading-h2::after {
          content: '';
          display: block;
          padding-bottom: 25px; }
      body.page-template-default section.content-blocks .container .block.text .text h3.sub-heading-h3 {
        font-family: 'Pona-SemiboldItalic';
        font-size: 17px;
        line-height: 24px;
        letter-spacing: 0.14px;
        text-transform: none;
        color: #333333;
        margin-bottom: 25px; }
      body.page-template-default section.content-blocks .container .block.text .text p {
        font-family: 'Pona-Light';
        font-size: 17px;
        line-height: 24px;
        letter-spacing: 0.14px; }
        @media (max-width: 480px) {
          body.page-template-default section.content-blocks .container .block.text .text p {
            font-size: 15px;
            line-height: 23px;
            letter-spacing: 0.1px; } }
        body.page-template-default section.content-blocks .container .block.text .text p:not(:last-of-type) {
          margin-bottom: 24px; }
        body.page-template-default section.content-blocks .container .block.text .text p em {
          font-family: 'Pona-LightItalic'; }
        body.page-template-default section.content-blocks .container .block.text .text p strong {
          font-family: 'Pona-Semibold'; }
          body.page-template-default section.content-blocks .container .block.text .text p strong em {
            font-family: 'Pona-SemiboldItalic'; }
        body.page-template-default section.content-blocks .container .block.text .text p a {
          color: #809FA2;
          text-decoration: underline;
          transition: color 0.25s ease; }
          body.page-template-default section.content-blocks .container .block.text .text p a:hover {
            color: #ACCCD3; }
      body.page-template-default section.content-blocks .container .block.text .text iframe.instagram-media {
        position: inherit !important; }
      body.page-template-default section.content-blocks .container .block.text .quote {
        max-width: 235px;
        margin: 200px auto 0;
        text-align: center; }
        @media (max-width: 1024px) {
          body.page-template-default section.content-blocks .container .block.text .quote {
            display: none; } }
        body.page-template-default section.content-blocks .container .block.text .quote p {
          font-family: 'Pona-Semibold';
          font-size: 24px;
          line-height: 30px; }
        body.page-template-default section.content-blocks .container .block.text .quote a {
          color: #809FA2;
          text-decoration: underline;
          transition: color 0.25s ease; }
          body.page-template-default section.content-blocks .container .block.text .quote a:hover {
            color: #ACCCD3; }
      body.page-template-default section.content-blocks .container .block.text.dropcap .content .text1 > p:first-child:first-letter {
        float: left;
        font-family: 'Pona-Light';
        font-size: 54px;
        line-height: 0px;
        padding-top: 1px;
        padding-right: 0px;
        padding-left: 0px; }
    body.page-template-default section.content-blocks .container .block.text_with_insert .insert {
      border-top: 1px solid #d9d9d6;
      border-bottom: 1px solid #d9d9d6;
      margin: 40px 0;
      padding: 20px 0; }
      body.page-template-default section.content-blocks .container .block.text_with_insert .insert .post-title p {
        font-family: 'Pona-LightItalic';
        font-size: 17px;
        line-height: 21px;
        color: #666;
        margin-bottom: 10px; }
        body.page-template-default section.content-blocks .container .block.text_with_insert .insert .post-title p strong {
          font-family: 'Pona-Semibold'; }
      body.page-template-default section.content-blocks .container .block.text_with_insert .insert .caption p {
        font-size: 11px;
        color: #afafaf;
        margin-top: 20px; }
        body.page-template-default section.content-blocks .container .block.text_with_insert .insert .caption p a {
          color: #afafaf;
          text-decoration: underline; }
      body.page-template-default section.content-blocks .container .block.text_with_insert .insert.video .video_container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        height: auto; }
        body.page-template-default section.content-blocks .container .block.text_with_insert .insert.video .video_container iframe, body.page-template-default section.content-blocks .container .block.text_with_insert .insert.video .video_container object, body.page-template-default section.content-blocks .container .block.text_with_insert .insert.video .video_container embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      body.page-template-default section.content-blocks .container .block.text_with_insert .insert.blogpost a.image {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 344px; }
    body.page-template-default section.content-blocks .container .block.video .content, body.page-template-default section.content-blocks .container .block.internal_tdf_video .content {
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 768px) {
        body.page-template-default section.content-blocks .container .block.video .content, body.page-template-default section.content-blocks .container .block.internal_tdf_video .content {
          padding-left: 10px;
          padding-right: 10px; } }
    body.page-template-default section.content-blocks .container .block.video .video_container, body.page-template-default section.content-blocks .container .block.internal_tdf_video .video_container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
      height: auto; }
      body.page-template-default section.content-blocks .container .block.video .video_container iframe, body.page-template-default section.content-blocks .container .block.video .video_container object, body.page-template-default section.content-blocks .container .block.video .video_container embed, body.page-template-default section.content-blocks .container .block.internal_tdf_video .video_container iframe, body.page-template-default section.content-blocks .container .block.internal_tdf_video .video_container object, body.page-template-default section.content-blocks .container .block.internal_tdf_video .video_container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    body.page-template-default section.content-blocks .container .block.gravity_form {
      padding-bottom: 96px; }
      body.page-template-default section.content-blocks .container .block.gravity_form .container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        padding-top: 85px;
        padding-left: 20px;
        padding-right: 20px; }
        @media (max-width: 768px) {
          body.page-template-default section.content-blocks .container .block.gravity_form .container {
            padding-left: 10px;
            padding-right: 10px; } }
        @media (max-width: 768px) {
          body.page-template-default section.content-blocks .container .block.gravity_form .container {
            padding-top: 40px;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
        body.page-template-default section.content-blocks .container .block.gravity_form .container .content {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          max-width: 600px; }
          body.page-template-default section.content-blocks .container .block.gravity_form .container .content h2 {
            font-family: 'Pona-Semibold';
            font-size: 24px;
            line-height: 30px;
            color: black;
            text-transform: none;
            max-width: 300px;
            text-align: center; }
          body.page-template-default section.content-blocks .container .block.gravity_form .container .content .extra-text {
            -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
            align-self: flex-start;
            padding-left: 16px; }
          body.page-template-default section.content-blocks .container .block.gravity_form .container .content .gform_wrapper {
            width: 600px; }
            body.page-template-default section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield {
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              margin-bottom: 48px;
              padding-left: 16px; }
              @media (max-width: 768px) {
                body.page-template-default section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield {
                  -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                  flex-direction: column;
                  -webkit-align-items: stretch;
                  -ms-flex-align: stretch;
                  align-items: stretch; }
                  body.page-template-default section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield label {
                    margin-bottom: 16px; } }
              body.page-template-default section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield .validation_message {
                display: none; }
              body.page-template-default section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield label {
                text-transform: uppercase;
                font-family: 'GT-Walsheim-Light';
                font-size: 14px;
                line-height: 22.37px;
                letter-spacing: 1.5px;
                opacity: 0.5;
                margin-right: 15px; }
              body.page-template-default section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container {
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
                margin-top: 0;
                padding-right: 16px; }
                body.page-template-default section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container input {
                  border: 0;
                  width: 100%; }
              body.page-template-default section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 {
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                margin-bottom: 24px;
                -webkit-align-items: flex-start;
                -ms-flex-align: start;
                align-items: flex-start; }
                body.page-template-default section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 label {
                  margin-bottom: 16px; }
                body.page-template-default section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container {
                  width: 100%; }
                  body.page-template-default section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container textarea {
                    width: 100%;
                    border: 0; }
            body.page-template-default section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gform_footer {
              padding-left: 16px; }
              body.page-template-default section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gform_footer input[type="submit"] {
                border: 0;
                background-color: black;
                color: white;
                height: 45px;
                width: 180px;
                text-transform: uppercase;
                letter-spacing: 1px; }
          body.page-template-default section.content-blocks .container .block.gravity_form .container .content .gform_confirmation_wrapper {
            margin: 40px 0;
            padding: 0 16px; }
          body.page-template-default section.content-blocks .container .block.gravity_form .container .content .gfield_required {
            display: none; }
    body.page-template-default section.content-blocks .container .block.ingredients {
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 768px) {
        body.page-template-default section.content-blocks .container .block.ingredients {
          padding-left: 10px;
          padding-right: 10px; } }
      body.page-template-default section.content-blocks .container .block.ingredients .content {
        padding-left: 25.39683%;
        padding-right: 25.39683%; }
        body.page-template-default section.content-blocks .container .block.ingredients .content h2 {
          margin-top: 16px;
          margin-bottom: 32px;
          text-align: center;
          font-family: 'GT-Walsheim-Bold';
          font-size: 15px;
          line-height: 22.37px;
          letter-spacing: 1.13px;
          color: #1A1A1A; }
        body.page-template-default section.content-blocks .container .block.ingredients .content h3 {
          display: inline;
          display: inline;
          background-color: #D5EDEF;
          line-height: 30px;
          font-family: 'Pona-SemiboldItalic';
          font-size: 17px;
          letter-spacing: 0.14px; }
          body.page-template-default section.content-blocks .container .block.ingredients .content h3::after {
            content: '';
            display: block;
            padding-bottom: 25px; }
        body.page-template-default section.content-blocks .container .block.ingredients .content ul.ingredients {
          margin-top: 26px;
          margin-bottom: 6px;
          padding-left: 0;
          list-style: none; }
          body.page-template-default section.content-blocks .container .block.ingredients .content ul.ingredients li {
            font-family: 'Pona-Light';
            font-size: 17px;
            line-height: 24px;
            letter-spacing: 0.14px;
            color: #1A1A1A; }
            @media (max-width: 480px) {
              body.page-template-default section.content-blocks .container .block.ingredients .content ul.ingredients li {
                font-size: 15px;
                line-height: 23px;
                letter-spacing: 0.1px; } }
    body.page-template-default section.content-blocks .container .block.simplecast {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 55px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 768px) {
        body.page-template-default section.content-blocks .container .block.simplecast {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 768px) {
        body.page-template-default section.content-blocks .container .block.simplecast {
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; } }
      body.page-template-default section.content-blocks .container .block.simplecast iframe {
        max-width: 700px;
        max-height: 212px; }
        @media (max-width: 1023px) {
          body.page-template-default section.content-blocks .container .block.simplecast iframe {
            max-width: 442px; } }
        @media (max-width: 768px) {
          body.page-template-default section.content-blocks .container .block.simplecast iframe {
            padding-top: 72px;
            max-width: 280px; } }
    body.page-template-default section.content-blocks .container .block.mailchimp_form {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      min-height: 620px;
      margin-bottom: 60px; }
      @media (max-width: 768px) {
        body.page-template-default section.content-blocks .container .block.mailchimp_form {
          min-height: 0; } }
      body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 90px; }
        @media (max-width: 768px) {
          body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area {
            padding-bottom: 20px; } }
        body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields {
          max-width: 600px;
          width: 100%; }
          body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .intro-text {
            margin-top: 137px;
            margin-bottom: 50px;
            text-align: center; }
            body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .intro-text p {
              font-size: 39px;
              font-family: "minion-pro";
              font-weight: 400;
              line-height: 48px;
              color: white; }
            @media (max-width: 768px) {
              body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .intro-text {
                padding-left: 20px;
                padding-right: 20px; } }
          body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field {
            margin-bottom: 30px; }
            body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input, body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea {
              border: 0;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              height: 30px;
              width: 100%;
              padding-left: 16px;
              margin-bottom: 10px;
              box-sizing: border-box;
              border-radius: 0 !important; }
              body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input, body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder, body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea, body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea::-webkit-input-placeholder {
                font-family: 'GT-Walsheim-Regular';
                font-size: 15px;
                color: #afafaf;
                letter-spacing: 0.075em;
                text-transform: uppercase; }
              body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input, body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder, body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea, body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea:-ms-input-placeholder {
                font-family: 'GT-Walsheim-Regular';
                font-size: 15px;
                color: #afafaf;
                letter-spacing: 0.075em;
                text-transform: uppercase; }
              body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input, body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input::placeholder, body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea, body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea::placeholder {
                font-family: 'GT-Walsheim-Regular';
                font-size: 15px;
                color: #afafaf;
                letter-spacing: 0.075em;
                text-transform: uppercase; }
              body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input, body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea {
                color: #333333; }
              body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input:focus, body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea:focus {
                outline: none; }
            body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea {
              height: 200px;
              padding: 16px;
              margin-top: 40px; }
            body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field label {
              color: white; }
          @media (max-width: 768px) {
            body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields {
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 50px;
              padding-bottom: 50px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    body.page-template-default section.content-blocks .container .block.mailchimp_form .top-area .top-fields {
      padding-left: 10px;
      padding-right: 10px; } }
      body.page-template-default section.content-blocks .container .block.mailchimp_form .bottom-area {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 600px;
        width: 100%; }
        @media (max-width: 768px) {
          body.page-template-default section.content-blocks .container .block.mailchimp_form .bottom-area {
            padding-left: 32px;
            padding-right: 32px; } }
        body.page-template-default section.content-blocks .container .block.mailchimp_form .bottom-area .descriptor {
          margin-top: 70px;
          margin-bottom: 30px;
          font-family: 'sofia-pro';
          font-weight: 500;
          font-size: 25px; }
          @media (max-width: 768px) {
            body.page-template-default section.content-blocks .container .block.mailchimp_form .bottom-area .descriptor {
              margin-top: 50px; } }
        body.page-template-default section.content-blocks .container .block.mailchimp_form .bottom-area .groups .group-error {
          margin-top: 40px; }
        body.page-template-default section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-right: 20px; }
          body.page-template-default section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field .info {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            padding-left: 30px; }
            body.page-template-default section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field .info label {
              font-family: 'sofia-pro';
              font-weight: 200;
              font-size: 16px;
              letter-spacing: 0.075em;
              text-transform: uppercase;
              margin-bottom: 7px;
              color: #58595B; }
            body.page-template-default section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field .info .description {
              font-family: 'sofia-pro';
              font-weight: 100;
              font-style: italic;
              font-size: 10.5px;
              letter-spacing: 0.075em;
              text-transform: uppercase;
              color: #58595B; }
          body.page-template-default section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field.promoters-list {
            border-top: 1px solid #333;
            padding-top: 40px;
            margin-top: 50px; }
        body.page-template-default section.content-blocks .container .block.mailchimp_form .bottom-area .groups .or {
          margin-top: 17px;
          margin-bottom: 25px;
          font-family: 'sofia-pro';
          font-weight: 500;
          letter-spacing: 0.075em;
          color: #58595B; }
        body.page-template-default section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms {
          margin-top: 60px; }
          @media (max-width: 768px) {
            body.page-template-default section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms {
              margin-top: 20px;
              padding-left: 45px; } }
          body.page-template-default section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms input[type="submit"] {
            width: 140px;
            height: 40px;
            background-color: #071b51;
            color: white;
            border: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            @media (max-width: 768px) {
              body.page-template-default section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms input[type="submit"] {
                margin-bottom: 20px; } }
          body.page-template-default section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms {
            margin-top: 28px; }
            body.page-template-default section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms p, body.page-template-default section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms p a {
              color: #808080; }
            body.page-template-default section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms p a {
              text-transform: uppercase;
              text-decoration: underline;
              cursor: pointer;
              transition: opacity 0.2s ease; }
              body.page-template-default section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms p a:hover {
                opacity: 0.7; }
            @media (max-width: 768px) {
              body.page-template-default section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms {
                margin-top: 0px; } }
      body.page-template-default section.content-blocks .container .block.mailchimp_form .mc-success-message {
        display: none;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 600px;
        width: 100%;
        margin: 100px auto; }
        body.page-template-default section.content-blocks .container .block.mailchimp_form .mc-success-message.active {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
        body.page-template-default section.content-blocks .container .block.mailchimp_form .mc-success-message p {
          font-size: 39px;
          font-family: "minion-pro";
          font-weight: 400;
          line-height: 48px; }
        @media (max-width: 768px) {
          body.page-template-default section.content-blocks .container .block.mailchimp_form .mc-success-message {
            padding: 0 20px;
            box-sizing: border-box;
            margin-top: 100px; } }
    body.page-template-default section.content-blocks .container .block:last-child {
      margin-bottom: 92px; }
  @media (max-width: 1280px) {
    body.page-template-default section.content-blocks .container .gutter:last-child {
      -webkit-flex: 0 1 25.39683% !important;
      -ms-flex: 0 1 25.39683% !important;
      flex: 0 1 25.39683% !important; } }

body.page-template-podcast,
body.single-podcast {
  background-color: #3B3B3B; }
  body.page-template-podcast .talk-talks-mobile,
  body.single-podcast .talk-talks-mobile {
    display: none;
    padding: 40px 20px 32px;
    background-color: #e1bfbf;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    body.page-template-podcast .talk-talks-mobile .logo,
    body.single-podcast .talk-talks-mobile .logo {
      width: 182px;
      height: 100px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    @media (max-width: 480px) {
      body.page-template-podcast .talk-talks-mobile,
      body.single-podcast .talk-talks-mobile {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  body.page-template-podcast section.hero-post,
  body.single-podcast section.hero-post {
    background-color: #262626; }
    @media (max-width: 768px) {
      body.page-template-podcast section.hero-post,
      body.single-podcast section.hero-post {
        background-color: transparent; } }
    body.page-template-podcast section.hero-post .container,
    body.single-podcast section.hero-post .container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-top: 20px;
      width: 100%; }
      @media (max-width: 1023px) {
        body.page-template-podcast section.hero-post .container,
        body.single-podcast section.hero-post .container {
          padding: 28px 20px;
          padding-bottom: 60px; } }
      @media (max-width: 768px) {
        body.page-template-podcast section.hero-post .container,
        body.single-podcast section.hero-post .container {
          padding-bottom: 0; } }
      body.page-template-podcast section.hero-post .container .image-info,
      body.single-podcast section.hero-post .container .image-info {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        @media (max-width: 768px) {
          body.page-template-podcast section.hero-post .container .image-info,
          body.single-podcast section.hero-post .container .image-info {
            position: relative; } }
        body.page-template-podcast section.hero-post .container .image-info .image-container,
        body.single-podcast section.hero-post .container .image-info .image-container {
          position: relative; }
          @media (max-width: 768px) {
            body.page-template-podcast section.hero-post .container .image-info .image-container,
            body.single-podcast section.hero-post .container .image-info .image-container {
              position: static; } }
          body.page-template-podcast section.hero-post .container .image-info .image-container .image,
          body.single-podcast section.hero-post .container .image-info .image-container .image {
            height: 600px;
            background: #ddd;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center; }
            @media (max-width: 1023px) {
              body.page-template-podcast section.hero-post .container .image-info .image-container .image,
              body.single-podcast section.hero-post .container .image-info .image-container .image {
                height: 398px; } }
            @media (max-width: 768px) {
              body.page-template-podcast section.hero-post .container .image-info .image-container .image,
              body.single-podcast section.hero-post .container .image-info .image-container .image {
                height: 210px; } }
          body.page-template-podcast section.hero-post .container .image-info .image-container .player-embed,
          body.single-podcast section.hero-post .container .image-info .image-container .player-embed {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            bottom: 24px;
            left: 24px;
            z-index: 3; }
            @media (max-width: 768px) {
              body.page-template-podcast section.hero-post .container .image-info .image-container .player-embed,
              body.single-podcast section.hero-post .container .image-info .image-container .player-embed {
                top: auto;
                bottom: 20px;
                left: 20px;
                right: 20px; } }
        body.page-template-podcast section.hero-post .container .image-info .info,
        body.single-podcast section.hero-post .container .image-info .info {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start;
          padding: 20px; }
          @media (max-width: 1023px) {
            body.page-template-podcast section.hero-post .container .image-info .info,
            body.single-podcast section.hero-post .container .image-info .info {
              padding: 20px 0; } }
          @media (max-width: 768px) {
            body.page-template-podcast section.hero-post .container .image-info .info,
            body.single-podcast section.hero-post .container .image-info .info {
              background-color: #262626;
              padding: 15px 20px 250px; } }
          body.page-template-podcast section.hero-post .container .image-info .info h4.type,
          body.single-podcast section.hero-post .container .image-info .info h4.type {
            text-transform: uppercase;
            margin-bottom: 12px;
            cursor: pointer;
            transition: opacity 0.2s ease; }
            body.page-template-podcast section.hero-post .container .image-info .info h4.type:hover,
            body.single-podcast section.hero-post .container .image-info .info h4.type:hover {
              opacity: 0.7; }
          body.page-template-podcast section.hero-post .container .image-info .info h1.title,
          body.single-podcast section.hero-post .container .image-info .info h1.title {
            margin-bottom: 8px;
            cursor: pointer;
            transition: opacity 0.2s ease;
            -webkit-flex: none;
            -ms-flex: none;
            flex: none; }
            body.page-template-podcast section.hero-post .container .image-info .info h1.title:hover,
            body.single-podcast section.hero-post .container .image-info .info h1.title:hover {
              opacity: 0.7; }
            body.page-template-podcast section.hero-post .container .image-info .info h1.title a,
            body.single-podcast section.hero-post .container .image-info .info h1.title a {
              color: white; }
          body.page-template-podcast section.hero-post .container .image-info .info .description,
          body.single-podcast section.hero-post .container .image-info .info .description {
            margin-bottom: 20px;
            color: white;
            font-family: 'GT-Walsheim-Regular';
            font-size: 12px;
            line-height: 15px; }
            body.page-template-podcast section.hero-post .container .image-info .info .description p:not(:last-child),
            body.single-podcast section.hero-post .container .image-info .info .description p:not(:last-child) {
              margin-bottom: 12px; }
          body.page-template-podcast section.hero-post .container .image-info .info .link,
          body.single-podcast section.hero-post .container .image-info .info .link {
            font-size: 11px;
            text-transform: uppercase;
            text-decoration: underline;
            font-family: 'GT-Walsheim-Bold';
            letter-spacing: 0.074em;
            font-weight: 400;
            color: white;
            cursor: pointer;
            transition: opacity 0.2s ease; }
            body.page-template-podcast section.hero-post .container .image-info .info .link:hover,
            body.single-podcast section.hero-post .container .image-info .info .link:hover {
              opacity: 0.7; }
      body.page-template-podcast section.hero-post .container .ad-unit,
      body.single-podcast section.hero-post .container .ad-unit {
        -webkit-flex: 0 1 300px;
        -ms-flex: 0 1 300px;
        flex: 0 1 300px;
        height: 600px;
        margin-left: 20px;
        background: #ddd; }
        @media (max-width: 1023px) {
          body.page-template-podcast section.hero-post .container .ad-unit,
          body.single-podcast section.hero-post .container .ad-unit {
            display: none; } }
  body.page-template-podcast section.blocks,
  body.single-podcast section.blocks {
    margin-top: 48px;
    padding-bottom: 100px; }
    @media (max-width: 768px) {
      body.page-template-podcast section.blocks,
      body.single-podcast section.blocks {
        padding-bottom: 30px; } }
    @media (max-width: 480px) {
      body.page-template-podcast section.blocks,
      body.single-podcast section.blocks {
        margin-top: 0px; } }
    body.page-template-podcast section.blocks .ad-mobile,
    body.single-podcast section.blocks .ad-mobile {
      display: none; }
      @media (max-width: 768px) {
        body.page-template-podcast section.blocks .ad-mobile,
        body.single-podcast section.blocks .ad-mobile {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; } }
    body.page-template-podcast section.blocks .block:not(:last-child),
    body.single-podcast section.blocks .block:not(:last-child) {
      margin-bottom: 48px; }
      @media (max-width: 768px) {
        body.page-template-podcast section.blocks .block:not(:last-child),
        body.single-podcast section.blocks .block:not(:last-child) {
          margin-bottom: 30px; } }
    @media (max-width: 480px) {
      body.page-template-podcast section.blocks .block.talks,
      body.single-podcast section.blocks .block.talks {
        display: none; } }
    body.page-template-podcast section.blocks .block.talks .container,
    body.single-podcast section.blocks .block.talks .container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      max-width: none; }
      body.page-template-podcast section.blocks .block.talks .container .wrapper,
      body.single-podcast section.blocks .block.talks .container .wrapper {
        padding: 58px 40px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%; }
        body.page-template-podcast section.blocks .block.talks .container .wrapper .logo,
        body.single-podcast section.blocks .block.talks .container .wrapper .logo {
          width: 327px;
          height: 182px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          margin-bottom: 32px; }
        body.page-template-podcast section.blocks .block.talks .container .wrapper p,
        body.single-podcast section.blocks .block.talks .container .wrapper p {
          font-family: 'sofia-pro';
          font-weight: 500;
          font-size: 23px;
          line-height: 31px;
          margin-bottom: 58px;
          max-width: 723px;
          text-align: center; }
        body.page-template-podcast section.blocks .block.talks .container .wrapper .subscribe,
        body.single-podcast section.blocks .block.talks .container .wrapper .subscribe {
          font-family: 'sofia-pro';
          font-weight: 700;
          text-transform: uppercase;
          text-decoration: underline;
          font-size: 19px;
          line-height: 22px;
          letter-spacing: 0.035em; }
    body.page-template-podcast section.blocks .block.single_post_aligned.align-left .info,
    body.single-podcast section.blocks .block.single_post_aligned.align-left .info {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    body.page-template-podcast section.blocks .block.single_post_aligned.align-left .thumbnail,
    body.single-podcast section.blocks .block.single_post_aligned.align-left .thumbnail {
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
      body.page-template-podcast section.blocks .block.single_post_aligned.align-left .thumbnail .player-embed,
      body.single-podcast section.blocks .block.single_post_aligned.align-left .thumbnail .player-embed {
        top: 24px;
        right: 24px; }
    body.page-template-podcast section.blocks .block.single_post_aligned.align-right .info,
    body.single-podcast section.blocks .block.single_post_aligned.align-right .info {
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    body.page-template-podcast section.blocks .block.single_post_aligned.align-right .thumbnail,
    body.single-podcast section.blocks .block.single_post_aligned.align-right .thumbnail {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
      body.page-template-podcast section.blocks .block.single_post_aligned.align-right .thumbnail .player-embed,
      body.single-podcast section.blocks .block.single_post_aligned.align-right .thumbnail .player-embed {
        bottom: 24px;
        left: 24px; }
    body.page-template-podcast section.blocks .block.single_post_aligned .container,
    body.single-podcast section.blocks .block.single_post_aligned .container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0 40px; }
      @media (max-width: 768px) {
        body.page-template-podcast section.blocks .block.single_post_aligned .container,
        body.single-podcast section.blocks .block.single_post_aligned .container {
          position: relative; } }
      @media (max-width: 1023px) {
        body.page-template-podcast section.blocks .block.single_post_aligned .container,
        body.single-podcast section.blocks .block.single_post_aligned .container {
          padding: 0 20px;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      body.page-template-podcast section.blocks .block.single_post_aligned .container .info,
      body.single-podcast section.blocks .block.single_post_aligned .container .info {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 0 1 315px;
        -ms-flex: 0 1 315px;
        flex: 0 1 315px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 32px;
        padding-top: 66px;
        background-color: #262626; }
        @media (max-width: 1023px) {
          body.page-template-podcast section.blocks .block.single_post_aligned .container .info,
          body.single-podcast section.blocks .block.single_post_aligned .container .info {
            -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            padding-top: 38px;
            padding-bottom: 38px;
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2; } }
        @media (max-width: 768px) {
          body.page-template-podcast section.blocks .block.single_post_aligned .container .info,
          body.single-podcast section.blocks .block.single_post_aligned .container .info {
            padding: 20px;
            padding-bottom: 255px; } }
        body.page-template-podcast section.blocks .block.single_post_aligned .container .info h4.type,
        body.single-podcast section.blocks .block.single_post_aligned .container .info h4.type {
          text-transform: uppercase;
          margin-bottom: 34px;
          cursor: pointer;
          transition: opacity 0.2s ease; }
          body.page-template-podcast section.blocks .block.single_post_aligned .container .info h4.type:hover,
          body.single-podcast section.blocks .block.single_post_aligned .container .info h4.type:hover {
            opacity: 0.7; }
          @media (max-width: 768px) {
            body.page-template-podcast section.blocks .block.single_post_aligned .container .info h4.type,
            body.single-podcast section.blocks .block.single_post_aligned .container .info h4.type {
              margin-bottom: 12px; } }
        body.page-template-podcast section.blocks .block.single_post_aligned .container .info h1.title,
        body.single-podcast section.blocks .block.single_post_aligned .container .info h1.title {
          margin-bottom: 8px;
          cursor: pointer;
          transition: opacity 0.2s ease;
          -webkit-flex: none;
          -ms-flex: none;
          flex: none;
          max-width: 150px;
          margin-bottom: 20px; }
          body.page-template-podcast section.blocks .block.single_post_aligned .container .info h1.title:hover,
          body.single-podcast section.blocks .block.single_post_aligned .container .info h1.title:hover {
            opacity: 0.7; }
          body.page-template-podcast section.blocks .block.single_post_aligned .container .info h1.title a,
          body.single-podcast section.blocks .block.single_post_aligned .container .info h1.title a {
            color: white; }
          @media (max-width: 1023px) {
            body.page-template-podcast section.blocks .block.single_post_aligned .container .info h1.title,
            body.single-podcast section.blocks .block.single_post_aligned .container .info h1.title {
              max-width: 260px; } }
        body.page-template-podcast section.blocks .block.single_post_aligned .container .info .description,
        body.single-podcast section.blocks .block.single_post_aligned .container .info .description {
          max-width: 225px;
          margin-bottom: 54px;
          color: white;
          font-family: 'GT-Walsheim-Regular';
          font-size: 12px;
          line-height: 15px; }
          @media (max-width: 1023px) {
            body.page-template-podcast section.blocks .block.single_post_aligned .container .info .description,
            body.single-podcast section.blocks .block.single_post_aligned .container .info .description {
              font-size: 12px;
              flex-height: 18px;
              max-width: 581px;
              margin-bottom: 24px; } }
          body.page-template-podcast section.blocks .block.single_post_aligned .container .info .description p:not(:last-child),
          body.single-podcast section.blocks .block.single_post_aligned .container .info .description p:not(:last-child) {
            margin-bottom: 12px; }
        body.page-template-podcast section.blocks .block.single_post_aligned .container .info .link,
        body.single-podcast section.blocks .block.single_post_aligned .container .info .link {
          font-size: 11px;
          text-transform: uppercase;
          text-decoration: underline;
          font-family: 'GT-Walsheim-Bold';
          letter-spacing: 0.074em;
          font-weight: 400;
          color: white;
          cursor: pointer;
          transition: opacity 0.2s ease; }
          body.page-template-podcast section.blocks .block.single_post_aligned .container .info .link:hover,
          body.single-podcast section.blocks .block.single_post_aligned .container .info .link:hover {
            opacity: 0.7; }
      body.page-template-podcast section.blocks .block.single_post_aligned .container .thumbnail,
      body.single-podcast section.blocks .block.single_post_aligned .container .thumbnail {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative; }
        @media (max-width: 1023px) {
          body.page-template-podcast section.blocks .block.single_post_aligned .container .thumbnail,
          body.single-podcast section.blocks .block.single_post_aligned .container .thumbnail {
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1; } }
        @media (max-width: 768px) {
          body.page-template-podcast section.blocks .block.single_post_aligned .container .thumbnail,
          body.single-podcast section.blocks .block.single_post_aligned .container .thumbnail {
            position: static; } }
        body.page-template-podcast section.blocks .block.single_post_aligned .container .thumbnail .image,
        body.single-podcast section.blocks .block.single_post_aligned .container .thumbnail .image {
          height: 576px;
          background: #333333;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
          @media (max-width: 768px) {
            body.page-template-podcast section.blocks .block.single_post_aligned .container .thumbnail .image,
            body.single-podcast section.blocks .block.single_post_aligned .container .thumbnail .image {
              height: 430px; } }
          @media (max-width: 480px) {
            body.page-template-podcast section.blocks .block.single_post_aligned .container .thumbnail .image,
            body.single-podcast section.blocks .block.single_post_aligned .container .thumbnail .image {
              height: 210px; } }
        body.page-template-podcast section.blocks .block.single_post_aligned .container .thumbnail .player-embed,
        body.single-podcast section.blocks .block.single_post_aligned .container .thumbnail .player-embed {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          position: absolute;
          z-index: 3; }
          @media (max-width: 768px) {
            body.page-template-podcast section.blocks .block.single_post_aligned .container .thumbnail .player-embed,
            body.single-podcast section.blocks .block.single_post_aligned .container .thumbnail .player-embed {
              bottom: 20px;
              top: auto;
              left: 40px;
              right: 40px; } }

.single-post .new_standard,
.single-post .wrapper.editorspicks,
.single-editorspicks .new_standard,
.single-editorspicks .wrapper.editorspicks {
  border-bottom: 1px solid #d9d9d6;
  margin-bottom: 30px; }
  .single-post .new_standard section.banner,
  .single-post .wrapper.editorspicks section.banner,
  .single-editorspicks .new_standard section.banner,
  .single-editorspicks .wrapper.editorspicks section.banner {
    width: 100%;
    height: 742px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 768px) {
      .single-post .new_standard section.banner,
      .single-post .wrapper.editorspicks section.banner,
      .single-editorspicks .new_standard section.banner,
      .single-editorspicks .wrapper.editorspicks section.banner {
        height: 210px; } }
  .single-post .new_standard section.content-blocks > div:last-child,
  .single-post .wrapper.editorspicks section.content-blocks > div:last-child,
  .single-editorspicks .new_standard section.content-blocks > div:last-child,
  .single-editorspicks .wrapper.editorspicks section.content-blocks > div:last-child {
    padding-bottom: 92px; }
    @media (max-width: 768px) {
      .single-post .new_standard section.content-blocks > div:last-child,
      .single-post .wrapper.editorspicks section.content-blocks > div:last-child,
      .single-editorspicks .new_standard section.content-blocks > div:last-child,
      .single-editorspicks .wrapper.editorspicks section.content-blocks > div:last-child {
        padding-bottom: 64px; } }
  .single-post .new_standard section.content-blocks .container,
  .single-post .wrapper.editorspicks section.content-blocks .container,
  .single-editorspicks .new_standard section.content-blocks .container,
  .single-editorspicks .wrapper.editorspicks section.content-blocks .container {
    padding-left: 0;
    padding-right: 0; }
  .single-post .new_standard section.content-blocks .block,
  .single-post .wrapper.editorspicks section.content-blocks .block,
  .single-editorspicks .new_standard section.content-blocks .block,
  .single-editorspicks .wrapper.editorspicks section.content-blocks .block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
    margin-top: 10px;
    padding-bottom: 10px; }
    @media (max-width: 768px) {
      .single-post .new_standard section.content-blocks .block,
      .single-post .wrapper.editorspicks section.content-blocks .block,
      .single-editorspicks .new_standard section.content-blocks .block,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .single-post .new_standard section.content-blocks .block .content,
    .single-post .wrapper.editorspicks section.content-blocks .block .content,
    .single-editorspicks .new_standard section.content-blocks .block .content,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block .content {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .single-post .new_standard section.content-blocks .block .gutter,
    .single-post .wrapper.editorspicks section.content-blocks .block .gutter,
    .single-editorspicks .new_standard section.content-blocks .block .gutter,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block .gutter {
      -webkit-flex: 0 1 25.39683%;
      -ms-flex: 0 1 25.39683%;
      flex: 0 1 25.39683%;
      padding: 0 25px;
      box-sizing: border-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative; }
      @media (max-width: 1280px) {
        .single-post .new_standard section.content-blocks .block .gutter:last-child,
        .single-post .wrapper.editorspicks section.content-blocks .block .gutter:last-child,
        .single-editorspicks .new_standard section.content-blocks .block .gutter:last-child,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block .gutter:last-child {
          -webkit-flex: 0 1;
          -ms-flex: 0 1;
          flex: 0 1; }
          .single-post .new_standard section.content-blocks .block .gutter:last-child .quote,
          .single-post .wrapper.editorspicks section.content-blocks .block .gutter:last-child .quote,
          .single-editorspicks .new_standard section.content-blocks .block .gutter:last-child .quote,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block .gutter:last-child .quote {
            padding: 0 32px; }
        .single-post .new_standard section.content-blocks .block .gutter:first-child,
        .single-post .wrapper.editorspicks section.content-blocks .block .gutter:first-child,
        .single-editorspicks .new_standard section.content-blocks .block .gutter:first-child,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block .gutter:first-child {
          padding-left: 0;
          -webkit-flex: 0 1 30%;
          -ms-flex: 0 1 30%;
          flex: 0 1 30%; } }
      @media (max-width: 1023px) {
        .single-post .new_standard section.content-blocks .block .gutter:last-child,
        .single-post .wrapper.editorspicks section.content-blocks .block .gutter:last-child,
        .single-editorspicks .new_standard section.content-blocks .block .gutter:last-child,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block .gutter:last-child {
          -webkit-flex: 0 1 25%;
          -ms-flex: 0 1 25%;
          flex: 0 1 25%; }
          .single-post .new_standard section.content-blocks .block .gutter:last-child .quote,
          .single-post .wrapper.editorspicks section.content-blocks .block .gutter:last-child .quote,
          .single-editorspicks .new_standard section.content-blocks .block .gutter:last-child .quote,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block .gutter:last-child .quote {
            padding: 0 32px; }
        .single-post .new_standard section.content-blocks .block .gutter:first-child,
        .single-post .wrapper.editorspicks section.content-blocks .block .gutter:first-child,
        .single-editorspicks .new_standard section.content-blocks .block .gutter:first-child,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block .gutter:first-child {
          padding-left: 10px;
          -webkit-flex: 0 1 25%;
          -ms-flex: 0 1 25%;
          flex: 0 1 25%; } }
      @media (max-width: 768px) {
        .single-post .new_standard section.content-blocks .block .gutter,
        .single-post .wrapper.editorspicks section.content-blocks .block .gutter,
        .single-editorspicks .new_standard section.content-blocks .block .gutter,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block .gutter {
          padding: 0; }
          .single-post .new_standard section.content-blocks .block .gutter:first-child,
          .single-post .wrapper.editorspicks section.content-blocks .block .gutter:first-child,
          .single-editorspicks .new_standard section.content-blocks .block .gutter:first-child,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block .gutter:first-child {
            -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto; } }
    @media (max-width: 768px) {
      .single-post .new_standard section.content-blocks .block,
      .single-post .wrapper.editorspicks section.content-blocks .block,
      .single-editorspicks .new_standard section.content-blocks .block,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block {
        margin-top: 4px;
        padding-bottom: 4px; } }
    @media (min-width: 769px) {
      .single-post .new_standard section.content-blocks .block.single_image_with_ad, .single-post .new_standard section.content-blocks .block.double_portrait_images, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right, .single-post .new_standard section.content-blocks .block.quad_image_staggered, .single-post .new_standard section.content-blocks .block.single_full_width_image,
      .single-post .new_standard section.content-blocks .block.slideshow_with_ad .content,
      .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad,
      .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images,
      .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left,
      .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right,
      .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered,
      .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image,
      .single-post .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .content,
      .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad,
      .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images,
      .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left,
      .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right,
      .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered,
      .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image,
      .single-editorspicks .new_standard section.content-blocks .block.slideshow_with_ad .content,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .content {
        padding-left: 20px;
        padding-right: 20px; } }
  @media (min-width: 769px) and (max-width: 768px) {
    .single-post .new_standard section.content-blocks .block.single_image_with_ad, .single-post .new_standard section.content-blocks .block.double_portrait_images, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right, .single-post .new_standard section.content-blocks .block.quad_image_staggered, .single-post .new_standard section.content-blocks .block.single_full_width_image,
    .single-post .new_standard section.content-blocks .block.slideshow_with_ad .content,
    .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad,
    .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images,
    .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left,
    .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right,
    .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered,
    .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image,
    .single-post .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .content,
    .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad,
    .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images,
    .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left,
    .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right,
    .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered,
    .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image,
    .single-editorspicks .new_standard section.content-blocks .block.slideshow_with_ad .content,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .content {
      padding-left: 10px;
      padding-right: 10px; } }
    .single-post .new_standard section.content-blocks .block.single_image_with_ad .content, .single-post .new_standard section.content-blocks .block.single_full_width_image .content, .single-post .new_standard section.content-blocks .block.double_portrait_images .content, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content,
    .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content,
    .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content,
    .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content,
    .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content,
    .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content,
    .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content,
    .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content,
    .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content,
    .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content,
    .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content,
    .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content,
    .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .single-post .new_standard section.content-blocks .block.single_image_with_ad .content, .single-post .new_standard section.content-blocks .block.single_full_width_image .content, .single-post .new_standard section.content-blocks .block.double_portrait_images .content, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content,
        .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content,
        .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content,
        .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content,
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content,
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content,
        .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content,
        .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content,
        .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content,
        .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content,
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content,
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content,
        .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content {
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .single-post .new_standard section.content-blocks .block.single_image_with_ad .content .image-container, .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container, .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container,
      .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container,
      .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container,
      .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container,
      .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container,
      .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container,
      .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container,
      .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container,
      .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container,
      .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container,
      .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container,
      .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container,
      .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container {
        position: relative; }
        .single-post .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .image, .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container .image, .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container .image, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .image,
        .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .image,
        .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container .image,
        .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container .image,
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
        .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .image {
          max-width: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
        .single-post .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption, .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption, .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption,
        .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption,
        .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption,
        .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption,
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
        .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption,
        .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption,
        .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption,
        .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption,
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
        .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption {
          position: absolute;
          top: 0;
          left: 0;
          padding-top: 60px;
          padding-left: 60px;
          width: 240px;
          opacity: 0;
          cursor: pointer;
          transition: opacity 0.2s ease; }
          @media (max-width: 768px) {
            .single-post .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption, .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption, .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption,
            .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption,
            .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption,
            .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption,
            .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
            .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
            .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption,
            .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption,
            .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption,
            .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption,
            .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
            .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
            .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption {
              position: static;
              width: auto;
              padding-top: 0;
              padding-left: 20px;
              padding-right: 20px;
              box-sizing: border-box;
              opacity: 1;
              transition: none; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .single-post .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption, .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption, .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption,
    .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption,
    .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption,
    .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption,
    .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
    .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
    .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption,
    .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption,
    .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption,
    .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption,
    .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
    .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
    .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption {
      padding-left: 10px;
      padding-right: 10px; } }
          .single-post .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption h3, .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption h3, .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption h3, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption h3, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption h3, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption h3,
          .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption h3,
          .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption h3,
          .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption h3,
          .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption h3,
          .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption h3,
          .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption h3,
          .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption h3,
          .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption h3,
          .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption h3,
          .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption h3,
          .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption h3,
          .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption h3,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption h3,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption h3,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption h3,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption h3,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption h3,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption h3 {
            font-family: 'GT-Walsheim-Bold';
            font-size: 13px;
            line-height: 19px;
            text-transform: uppercase; }
          .single-post .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption div.nick, .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption div.nick, .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption div.nick, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption div.nick, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption div.nick, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption div.nick,
          .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption div.nick,
          .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption div.nick,
          .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption div.nick,
          .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption div.nick,
          .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption div.nick,
          .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption div.nick,
          .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption div.nick,
          .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption div.nick,
          .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption div.nick,
          .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption div.nick,
          .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption div.nick,
          .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption div.nick,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption div.nick,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption div.nick,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption div.nick,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption div.nick,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption div.nick,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption div.nick {
            margin-bottom: 2px; }
          .single-post .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p, .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p, .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
          .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
          .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption p,
          .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption p,
          .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
          .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
          .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
          .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
          .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p,
          .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p,
          .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
          .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
          .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption p,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption p,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption p {
            font-family: 'GT-Walsheim-Regular';
            font-size: 13px;
            line-height: 19px; }
            .single-post .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p a, .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p a, .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p a, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p a,
            .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption p a,
            .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption p a,
            .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption p a,
            .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a,
            .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a,
            .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption p a,
            .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p a,
            .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p a,
            .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p a,
            .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a,
            .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a,
            .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p a,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption p a,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption p a,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption p a,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption p a {
              text-decoration: underline;
              cursor: pointer;
              transition: opacity 0.2s ease; }
              .single-post .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p a:hover, .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p a:hover, .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p a:hover, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a:hover, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a:hover, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p a:hover,
              .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption p a:hover,
              .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption p a:hover,
              .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption p a:hover,
              .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a:hover,
              .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a:hover,
              .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption p a:hover,
              .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p a:hover,
              .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p a:hover,
              .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p a:hover,
              .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a:hover,
              .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a:hover,
              .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p a:hover,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption p a:hover,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption p a:hover,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption p a:hover,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a:hover,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a:hover,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption p a:hover {
                opacity: 0.7; }
            @media (max-width: 768px) {
              .single-post .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p, .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p, .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
              .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
              .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption p,
              .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption p,
              .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
              .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
              .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
              .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
              .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p,
              .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p,
              .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
              .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
              .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption p,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption p,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption p {
                padding-top: 10px;
                padding-bottom: 10px;
                font-size: 10px;
                line-height: 12px;
                color: #919191; } }
        .single-post .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .pinterest, .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container .pinterest, .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container .pinterest, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
        .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
        .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
        .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
        .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
        .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
        .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
        .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
        .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .pinterest {
          position: absolute;
          top: 0;
          right: 0;
          padding-right: 60px;
          padding-top: 60px;
          opacity: 0;
          transition: opacity 0.2s ease; }
          @media (max-width: 768px) {
            .single-post .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .pinterest, .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container .pinterest, .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container .pinterest, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
            .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
            .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
            .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
            .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
            .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
            .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
            .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
            .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
            .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
            .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
            .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
            .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .pinterest {
              display: none; } }
      @media (min-width: 769px) {
        .single-post .new_standard section.content-blocks .block.single_image_with_ad .content .image-container:hover .pinterest, .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container:hover .pinterest, .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container:hover .pinterest, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container:hover .pinterest, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container:hover .pinterest, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:hover .pinterest,
        .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container:hover .pinterest,
        .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container:hover .pinterest,
        .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container:hover .pinterest,
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container:hover .pinterest,
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container:hover .pinterest,
        .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:hover .pinterest,
        .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container:hover .pinterest,
        .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container:hover .pinterest,
        .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container:hover .pinterest,
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container:hover .pinterest,
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container:hover .pinterest,
        .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:hover .pinterest,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container:hover .pinterest,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container:hover .pinterest,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container:hover .pinterest,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container:hover .pinterest,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container:hover .pinterest,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:hover .pinterest {
          cursor: pointer;
          pointer-events: all;
          opacity: 1;
          z-index: 1; }
        .single-post .new_standard section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .image, .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .image, .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .image, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .image, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .image, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .image,
        .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .image,
        .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .image,
        .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .image,
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .image,
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .image,
        .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .image {
          opacity: 0.35; }
        .single-post .new_standard section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .caption, .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .caption, .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .caption, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .caption,
        .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .caption,
        .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .caption,
        .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .caption,
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption,
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption,
        .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .caption,
        .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .caption,
        .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .caption,
        .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .caption,
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption,
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption,
        .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .caption,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .caption,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .caption,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .caption,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .caption {
          opacity: 1; }
        .single-post .new_standard section.content-blocks .block.single_image_with_ad .content .image-container.has-caption .image, .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container.has-caption .image, .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container.has-caption .image, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption .image, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption .image, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container.has-caption .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container.has-caption .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container.has-caption .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container.has-caption .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container.has-caption .image,
        .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container.has-caption .image,
        .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container.has-caption .image,
        .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container.has-caption .image,
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption .image,
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption .image,
        .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container.has-caption .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container.has-caption .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container.has-caption .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container.has-caption .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container.has-caption .image {
          cursor: pointer;
          transition: opacity 0.2s ease; } }
    .single-post .new_standard section.content-blocks .block.single_image_with_ad .content .image-container,
    .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container,
    .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .single-post .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .image,
      .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .image,
      .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .image,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .image {
        height: 600px; }
        @media (max-width: 768px) {
          .single-post .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .image,
          .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .image,
          .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .image,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .image {
            height: 203px; } }
    .single-post .new_standard section.content-blocks .block.single_image_with_ad .ad-unit,
    .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .ad-unit,
    .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .ad-unit,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .ad-unit {
      -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px;
      margin-left: 20px;
      background: #ddd; }
      @media (max-width: 768px) {
        .single-post .new_standard section.content-blocks .block.single_image_with_ad .ad-unit,
        .single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .ad-unit,
        .single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .ad-unit,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .ad-unit {
          display: none; } }
    .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container,
    .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container,
    .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container {
      -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; }
      .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container .image,
      .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .image,
      .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container .image,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .image {
        height: 708px; }
        @media (max-width: 768px) {
          .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container .image,
          .single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .image,
          .single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container .image,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .image {
            height: 203px; } }
    .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container,
    .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container,
    .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container {
      -webkit-flex: 0 1 49.20635%;
      -ms-flex: 0 1 49.20635%;
      flex: 0 1 49.20635%; }
      .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container:first-child,
      .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container:first-child,
      .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container:first-child,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container:first-child {
        -webkit-flex: 1 0 49.20635%;
        -ms-flex: 1 0 49.20635%;
        flex: 1 0 49.20635%;
        margin-right: 20px; }
      @media (max-width: 768px) {
        .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container:first-child,
        .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container:first-child,
        .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container:first-child,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container:first-child {
          margin-right: 0;
          margin-bottom: 10px; } }
      .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container .image,
      .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .image,
      .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container .image,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .image {
        height: 800px; }
        @media (max-width: 768px) {
          .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container .image,
          .single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .image,
          .single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container .image,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .image {
            height: 412px; } }
    .single-post .new_standard section.content-blocks .block.triple_image_portrait_left, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right,
    .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left,
    .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right,
    .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left,
    .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content,
      .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content,
      .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content,
      .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content,
      .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content {
        -webkit-flex: 800px;
        -ms-flex: 800px;
        flex: 800px;
        max-height: 800px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (max-width: 768px) {
          .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content,
          .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content,
          .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content,
          .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content,
          .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content {
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            max-height: none; } }
      .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container,
      .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container,
      .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container,
      .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container,
      .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 49.20635%; }
        @media (max-width: 768px) {
          .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container,
          .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container,
          .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container,
          .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container,
          .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container {
            width: 100%; }
            .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container:not(:last-child), .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container:not(:last-child),
            .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container:not(:last-child),
            .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container:not(:last-child),
            .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container:not(:last-child),
            .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container:not(:last-child),
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container:not(:last-child),
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container:not(:last-child) {
              margin-bottom: 10px; } }
        .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .image {
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; }
      .single-post .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
      .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
      .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
      .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
      .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child {
        -webkit-flex: 0 1 800px;
        -ms-flex: 0 1 800px;
        flex: 0 1 800px; }
        @media (max-width: 768px) {
          .single-post .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
          .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
          .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
          .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
          .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child {
            height: 412px; } }
      .single-post .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), .single-post .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
      .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
      .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
      .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
      .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child) {
        -webkit-flex: 0 1 390px;
        -ms-flex: 0 1 390px;
        flex: 0 1 390px;
        margin-left: 20px; }
        @media (max-width: 768px) {
          .single-post .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), .single-post .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
          .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
          .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
          .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
          .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child) {
            margin-left: 0;
            height: 203px; } }
      @media (max-width: 768px) {
        .single-post .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), .single-post .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child) {
          -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
          flex-basis: auto;
          -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0; } }
      .single-post .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
      .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
      .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
      .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
      .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child {
        -webkit-flex: 0 1 800px;
        -ms-flex: 0 1 800px;
        flex: 0 1 800px;
        margin-left: 20px; }
        @media (max-width: 768px) {
          .single-post .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
          .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
          .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
          .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
          .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child {
            height: 412px;
            margin-left: 0; } }
      .single-post .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), .single-post .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
      .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
      .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
      .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
      .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child) {
        -webkit-flex: 0 1 390px;
        -ms-flex: 0 1 390px;
        flex: 0 1 390px; }
        @media (max-width: 768px) {
          .single-post .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), .single-post .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
          .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
          .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
          .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
          .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child) {
            height: 203px; } }
      @media (max-width: 768px) {
        .single-post .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), .single-post .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
        .single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
        .single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child) {
          -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
          flex-basis: auto;
          -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0; } }
    .single-post .new_standard section.content-blocks .block.quad_image_staggered,
    .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered,
    .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .single-post .new_standard section.content-blocks .block.quad_image_staggered .content,
      .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content,
      .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content {
        -webkit-flex: 1216px;
        -ms-flex: 1216px;
        flex: 1216px;
        max-height: 1216px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (max-width: 768px) {
          .single-post .new_standard section.content-blocks .block.quad_image_staggered .content,
          .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content,
          .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content {
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            max-height: none; } }
      .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container,
      .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container,
      .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 49.20635%; }
        @media (max-width: 768px) {
          .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container,
          .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container,
          .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container {
            width: 100%; }
            .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:not(:last-child),
            .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:not(:last-child),
            .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:not(:last-child),
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:not(:last-child) {
              margin-bottom: 10px; } }
        .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .image,
        .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .image {
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; }
        .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:first-child, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:last-child,
        .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
        .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:last-child,
        .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
        .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:last-child,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:last-child {
          -webkit-flex: 0 1 800px;
          -ms-flex: 0 1 800px;
          flex: 0 1 800px; }
          @media (max-width: 768px) {
            .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:first-child, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:last-child,
            .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
            .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:last-child,
            .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
            .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:last-child,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:last-child {
              -webkit-flex: auto;
              -ms-flex: auto;
              flex: auto; }
              .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:first-child .image, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:last-child .image,
              .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:first-child .image,
              .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:last-child .image,
              .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:first-child .image,
              .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:last-child .image,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:first-child .image,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:last-child .image {
                height: 412px; } }
        .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2), .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
        .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
        .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
        .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
        .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) {
          -webkit-flex: 0 1 396px;
          -ms-flex: 0 1 396px;
          flex: 0 1 396px; }
          @media (max-width: 768px) {
            .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2), .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
            .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
            .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
            .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
            .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) {
              -webkit-flex: auto;
              -ms-flex: auto;
              flex: auto; }
              .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2) .image, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) .image,
              .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2) .image,
              .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) .image,
              .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2) .image,
              .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) .image,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2) .image,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) .image {
                height: 203px; } }
        .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3), .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4),
        .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
        .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4),
        .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
        .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4),
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4) {
          margin-left: 20px; }
          @media (max-width: 768px) {
            .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3), .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4),
            .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
            .single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4),
            .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
            .single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4),
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4) {
              margin-left: 0; } }
    .single-post .new_standard section.content-blocks .block.slideshow_with_ad .content,
    .single-post .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .content,
    .single-editorspicks .new_standard section.content-blocks .block.slideshow_with_ad .content,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .content {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .single-post .new_standard section.content-blocks .block.slideshow_with_ad .content::after,
      .single-post .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .content::after,
      .single-editorspicks .new_standard section.content-blocks .block.slideshow_with_ad .content::after,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .content::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 1px;
        margin-top: 610px;
        background: #DDDDDA; }
    .single-post .new_standard section.content-blocks .block.slideshow_with_ad .slider,
    .single-post .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider,
    .single-editorspicks .new_standard section.content-blocks .block.slideshow_with_ad .slider,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .single-post .new_standard section.content-blocks .block.slideshow_with_ad .slider .item,
      .single-post .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item,
      .single-editorspicks .new_standard section.content-blocks .block.slideshow_with_ad .slider .item,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item {
        width: 100%; }
        .single-post .new_standard section.content-blocks .block.slideshow_with_ad .slider .item .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item .image,
        .single-editorspicks .new_standard section.content-blocks .block.slideshow_with_ad .slider .item .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item .image {
          background-color: rgba(0, 0, 0, 0.1);
          height: 600px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
        .single-post .new_standard section.content-blocks .block.slideshow_with_ad .slider .item[data-portrait="1"] .image,
        .single-post .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item[data-portrait="1"] .image,
        .single-editorspicks .new_standard section.content-blocks .block.slideshow_with_ad .slider .item[data-portrait="1"] .image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item[data-portrait="1"] .image {
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center; }
        .single-post .new_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption,
        .single-post .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item .caption,
        .single-editorspicks .new_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item .caption {
          margin-top: 10px; }
          .single-post .new_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption p, .single-post .new_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption p a,
          .single-post .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item .caption p,
          .single-post .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item .caption p a,
          .single-editorspicks .new_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption p,
          .single-editorspicks .new_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption p a,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item .caption p,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item .caption p a {
            font-family: 'GT-Walsheim-Regular';
            font-size: 13px;
            line-height: 20px;
            color: #919191;
            font-weight: normal;
            margin-top: 28px; }
          .single-post .new_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption a,
          .single-post .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item .caption a,
          .single-editorspicks .new_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption a,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item .caption a {
            cursor: pointer;
            transition: opacity 0.2s ease; }
            .single-post .new_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption a:hover,
            .single-post .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item .caption a:hover,
            .single-editorspicks .new_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption a:hover,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item .caption a:hover {
              opacity: 0.7; }
    .single-post .new_standard section.content-blocks .block.slideshow_with_ad .advertisement,
    .single-post .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .advertisement,
    .single-editorspicks .new_standard section.content-blocks .block.slideshow_with_ad .advertisement,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .advertisement {
      -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px;
      margin-left: 20px; }
      .single-post .new_standard section.content-blocks .block.slideshow_with_ad .advertisement .image,
      .single-post .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .advertisement .image,
      .single-editorspicks .new_standard section.content-blocks .block.slideshow_with_ad .advertisement .image,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .advertisement .image {
        height: 600px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background: #ddd; }
    .single-post .new_standard section.content-blocks .block.text,
    .single-post .wrapper.editorspicks section.content-blocks .block.text,
    .single-editorspicks .new_standard section.content-blocks .block.text,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text {
      padding-top: 55px;
      padding-bottom: 75px;
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 768px) {
        .single-post .new_standard section.content-blocks .block.text,
        .single-post .wrapper.editorspicks section.content-blocks .block.text,
        .single-editorspicks .new_standard section.content-blocks .block.text,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 768px) {
        .single-post .new_standard section.content-blocks .block.text,
        .single-post .wrapper.editorspicks section.content-blocks .block.text,
        .single-editorspicks .new_standard section.content-blocks .block.text,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text {
          padding-top: 40px;
          padding-bottom: 35px; } }
      .single-post .new_standard section.content-blocks .block.text .gutter:first-child,
      .single-post .wrapper.editorspicks section.content-blocks .block.text .gutter:first-child,
      .single-editorspicks .new_standard section.content-blocks .block.text .gutter:first-child,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .gutter:first-child {
        -webkit-flex: 0 1 330px;
        -ms-flex: 0 1 330px;
        flex: 0 1 330px; }
        @media (max-width: 1024px) {
          .single-post .new_standard section.content-blocks .block.text .gutter:first-child,
          .single-post .wrapper.editorspicks section.content-blocks .block.text .gutter:first-child,
          .single-editorspicks .new_standard section.content-blocks .block.text .gutter:first-child,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .gutter:first-child {
            -webkit-flex: 0 1 200px;
            -ms-flex: 0 1 200px;
            flex: 0 1 200px; } }
        @media (max-width: 768px) {
          .single-post .new_standard section.content-blocks .block.text .gutter:first-child,
          .single-post .wrapper.editorspicks section.content-blocks .block.text .gutter:first-child,
          .single-editorspicks .new_standard section.content-blocks .block.text .gutter:first-child,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .gutter:first-child {
            -webkit-flex: none;
            -ms-flex: none;
            flex: none; } }
      @media (max-width: 1024px) {
        .single-post .new_standard section.content-blocks .block.text .content,
        .single-post .wrapper.editorspicks section.content-blocks .block.text .content,
        .single-editorspicks .new_standard section.content-blocks .block.text .content,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .content {
          padding-bottom: 30px; } }
      .single-post .new_standard section.content-blocks .block.text .gutter:last-child,
      .single-post .wrapper.editorspicks section.content-blocks .block.text .gutter:last-child,
      .single-editorspicks .new_standard section.content-blocks .block.text .gutter:last-child,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .gutter:last-child {
        -webkit-flex: 0 1 300px;
        -ms-flex: 0 1 300px;
        flex: 0 1 300px;
        padding-left: 0;
        padding-right: 0; }
      .single-post .new_standard section.content-blocks .block.text .photo-credit-mobile,
      .single-post .wrapper.editorspicks section.content-blocks .block.text .photo-credit-mobile,
      .single-editorspicks .new_standard section.content-blocks .block.text .photo-credit-mobile,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .photo-credit-mobile {
        display: none; }
        @media (max-width: 768px) {
          .single-post .new_standard section.content-blocks .block.text .photo-credit-mobile,
          .single-post .wrapper.editorspicks section.content-blocks .block.text .photo-credit-mobile,
          .single-editorspicks .new_standard section.content-blocks .block.text .photo-credit-mobile,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .photo-credit-mobile {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: left;
            -ms-flex-pack: left;
            justify-content: left;
            margin-top: -30px;
            margin-bottom: 30px; }
            .single-post .new_standard section.content-blocks .block.text .photo-credit-mobile p,
            .single-post .wrapper.editorspicks section.content-blocks .block.text .photo-credit-mobile p,
            .single-editorspicks .new_standard section.content-blocks .block.text .photo-credit-mobile p,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .photo-credit-mobile p {
              font-size: 11px;
              color: #656565; }
              .single-post .new_standard section.content-blocks .block.text .photo-credit-mobile p a,
              .single-post .wrapper.editorspicks section.content-blocks .block.text .photo-credit-mobile p a,
              .single-editorspicks .new_standard section.content-blocks .block.text .photo-credit-mobile p a,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .photo-credit-mobile p a {
                color: #656565;
                border-bottom: 1px solid #eee; } }
      .single-post .new_standard section.content-blocks .block.text .author,
      .single-post .wrapper.editorspicks section.content-blocks .block.text .author,
      .single-editorspicks .new_standard section.content-blocks .block.text .author,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .author {
        display: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 6px; }
        .single-post .new_standard section.content-blocks .block.text .author .author_image,
        .single-post .wrapper.editorspicks section.content-blocks .block.text .author .author_image,
        .single-editorspicks .new_standard section.content-blocks .block.text .author .author_image,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .author .author_image {
          width: 120px;
          height: 120px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          border-radius: 50%; }
          @media (max-width: 1023px) {
            .single-post .new_standard section.content-blocks .block.text .author .author_image,
            .single-post .wrapper.editorspicks section.content-blocks .block.text .author .author_image,
            .single-editorspicks .new_standard section.content-blocks .block.text .author .author_image,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .author .author_image {
              width: 65px;
              height: 65px; } }
        .single-post .new_standard section.content-blocks .block.text .author .author_data,
        .single-post .wrapper.editorspicks section.content-blocks .block.text .author .author_data,
        .single-editorspicks .new_standard section.content-blocks .block.text .author .author_data,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .author .author_data {
          margin-top: 32px;
          font-family: 'GT-Walsheim-Regular';
          font-size: 15px;
          line-height: 22.37px;
          text-align: center; }
          @media (max-width: 1023px) {
            .single-post .new_standard section.content-blocks .block.text .author .author_data,
            .single-post .wrapper.editorspicks section.content-blocks .block.text .author .author_data,
            .single-editorspicks .new_standard section.content-blocks .block.text .author .author_data,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .author .author_data {
              margin-top: 22px; } }
        .single-post .new_standard section.content-blocks .block.text .author .publish_date,
        .single-post .wrapper.editorspicks section.content-blocks .block.text .author .publish_date,
        .single-editorspicks .new_standard section.content-blocks .block.text .author .publish_date,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .author .publish_date {
          margin-top: 12px;
          font-family: 'Pona-LightItalic';
          font-size: 15px;
          text-align: center; }
          @media (max-width: 1023px) {
            .single-post .new_standard section.content-blocks .block.text .author .publish_date,
            .single-post .wrapper.editorspicks section.content-blocks .block.text .author .publish_date,
            .single-editorspicks .new_standard section.content-blocks .block.text .author .publish_date,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .author .publish_date {
              margin-top: 0; } }
      .single-post .new_standard section.content-blocks .block.text.intro .text p,
      .single-post .wrapper.editorspicks section.content-blocks .block.text.intro .text p,
      .single-editorspicks .new_standard section.content-blocks .block.text.intro .text p,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text.intro .text p {
        font-family: 'Pona-Semibold'; }
      @media (max-width: 768px) {
        .single-post .new_standard section.content-blocks .block.text .text,
        .single-post .wrapper.editorspicks section.content-blocks .block.text .text,
        .single-editorspicks .new_standard section.content-blocks .block.text .text,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .text {
          margin-top: 50px;
          padding-left: 15px;
          padding-right: 15px; } }
      .single-post .new_standard section.content-blocks .block.text .text h2,
      .single-post .wrapper.editorspicks section.content-blocks .block.text .text h2,
      .single-editorspicks .new_standard section.content-blocks .block.text .text h2,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .text h2 {
        margin-bottom: 20px;
        text-align: center;
        font-family: 'GT-Walsheim-Bold';
        font-size: 15px;
        line-height: 22.37px;
        letter-spacing: 1.13px;
        color: #1A1A1A; }
      .single-post .new_standard section.content-blocks .block.text .text h2.sub-heading-h2,
      .single-post .wrapper.editorspicks section.content-blocks .block.text .text h2.sub-heading-h2,
      .single-editorspicks .new_standard section.content-blocks .block.text .text h2.sub-heading-h2,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .text h2.sub-heading-h2 {
        font-family: 'Pona-SemiboldItalic';
        font-size: 17px;
        line-height: 24px;
        letter-spacing: 0.14px;
        text-transform: none;
        color: #333333;
        display: inline;
        background-color: #D5EDEF;
        line-height: 30px; }
        .single-post .new_standard section.content-blocks .block.text .text h2.sub-heading-h2::after,
        .single-post .wrapper.editorspicks section.content-blocks .block.text .text h2.sub-heading-h2::after,
        .single-editorspicks .new_standard section.content-blocks .block.text .text h2.sub-heading-h2::after,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .text h2.sub-heading-h2::after {
          content: '';
          display: block;
          padding-bottom: 25px; }
      .single-post .new_standard section.content-blocks .block.text .text h3.sub-heading-h3,
      .single-post .wrapper.editorspicks section.content-blocks .block.text .text h3.sub-heading-h3,
      .single-editorspicks .new_standard section.content-blocks .block.text .text h3.sub-heading-h3,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .text h3.sub-heading-h3 {
        font-family: 'Pona-SemiboldItalic';
        font-size: 17px;
        line-height: 24px;
        letter-spacing: 0.14px;
        text-transform: none;
        color: #333333;
        margin-bottom: 25px; }
      .single-post .new_standard section.content-blocks .block.text .text p,
      .single-post .wrapper.editorspicks section.content-blocks .block.text .text p,
      .single-editorspicks .new_standard section.content-blocks .block.text .text p,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .text p {
        font-family: 'Pona-Light';
        font-size: 17px;
        line-height: 24px;
        letter-spacing: 0.14px; }
        @media (max-width: 480px) {
          .single-post .new_standard section.content-blocks .block.text .text p,
          .single-post .wrapper.editorspicks section.content-blocks .block.text .text p,
          .single-editorspicks .new_standard section.content-blocks .block.text .text p,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .text p {
            font-size: 15px;
            line-height: 23px;
            letter-spacing: 0.1px; } }
        .single-post .new_standard section.content-blocks .block.text .text p:not(:last-of-type),
        .single-post .wrapper.editorspicks section.content-blocks .block.text .text p:not(:last-of-type),
        .single-editorspicks .new_standard section.content-blocks .block.text .text p:not(:last-of-type),
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .text p:not(:last-of-type) {
          margin-bottom: 24px; }
        .single-post .new_standard section.content-blocks .block.text .text p em,
        .single-post .wrapper.editorspicks section.content-blocks .block.text .text p em,
        .single-editorspicks .new_standard section.content-blocks .block.text .text p em,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .text p em {
          font-family: 'Pona-LightItalic'; }
        .single-post .new_standard section.content-blocks .block.text .text p strong,
        .single-post .wrapper.editorspicks section.content-blocks .block.text .text p strong,
        .single-editorspicks .new_standard section.content-blocks .block.text .text p strong,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .text p strong {
          font-family: 'Pona-Semibold'; }
          .single-post .new_standard section.content-blocks .block.text .text p strong em,
          .single-post .wrapper.editorspicks section.content-blocks .block.text .text p strong em,
          .single-editorspicks .new_standard section.content-blocks .block.text .text p strong em,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .text p strong em {
            font-family: 'Pona-SemiboldItalic'; }
        .single-post .new_standard section.content-blocks .block.text .text p a,
        .single-post .wrapper.editorspicks section.content-blocks .block.text .text p a,
        .single-editorspicks .new_standard section.content-blocks .block.text .text p a,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .text p a {
          color: #809FA2;
          text-decoration: underline;
          transition: color 0.25s ease; }
          .single-post .new_standard section.content-blocks .block.text .text p a:hover,
          .single-post .wrapper.editorspicks section.content-blocks .block.text .text p a:hover,
          .single-editorspicks .new_standard section.content-blocks .block.text .text p a:hover,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .text p a:hover {
            color: #ACCCD3; }
      .single-post .new_standard section.content-blocks .block.text .text iframe.instagram-media,
      .single-post .wrapper.editorspicks section.content-blocks .block.text .text iframe.instagram-media,
      .single-editorspicks .new_standard section.content-blocks .block.text .text iframe.instagram-media,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .text iframe.instagram-media {
        position: inherit !important; }
      .single-post .new_standard section.content-blocks .block.text .quote,
      .single-post .wrapper.editorspicks section.content-blocks .block.text .quote,
      .single-editorspicks .new_standard section.content-blocks .block.text .quote,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .quote {
        max-width: 235px;
        margin: 200px auto 0;
        text-align: center; }
        @media (max-width: 1024px) {
          .single-post .new_standard section.content-blocks .block.text .quote,
          .single-post .wrapper.editorspicks section.content-blocks .block.text .quote,
          .single-editorspicks .new_standard section.content-blocks .block.text .quote,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .quote {
            display: none; } }
        .single-post .new_standard section.content-blocks .block.text .quote p,
        .single-post .wrapper.editorspicks section.content-blocks .block.text .quote p,
        .single-editorspicks .new_standard section.content-blocks .block.text .quote p,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .quote p {
          font-family: 'Pona-Semibold';
          font-size: 24px;
          line-height: 30px; }
        .single-post .new_standard section.content-blocks .block.text .quote a,
        .single-post .wrapper.editorspicks section.content-blocks .block.text .quote a,
        .single-editorspicks .new_standard section.content-blocks .block.text .quote a,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .quote a {
          color: #809FA2;
          text-decoration: underline;
          transition: color 0.25s ease; }
          .single-post .new_standard section.content-blocks .block.text .quote a:hover,
          .single-post .wrapper.editorspicks section.content-blocks .block.text .quote a:hover,
          .single-editorspicks .new_standard section.content-blocks .block.text .quote a:hover,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text .quote a:hover {
            color: #ACCCD3; }
      .single-post .new_standard section.content-blocks .block.text.dropcap .content .text1 > p:first-child:first-letter,
      .single-post .wrapper.editorspicks section.content-blocks .block.text.dropcap .content .text1 > p:first-child:first-letter,
      .single-editorspicks .new_standard section.content-blocks .block.text.dropcap .content .text1 > p:first-child:first-letter,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text.dropcap .content .text1 > p:first-child:first-letter {
        float: left;
        font-family: 'Pona-Light';
        font-size: 54px;
        line-height: 0px;
        padding-top: 1px;
        padding-right: 0px;
        padding-left: 0px; }
    .single-post .new_standard section.content-blocks .block.text_with_insert .insert,
    .single-post .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert,
    .single-editorspicks .new_standard section.content-blocks .block.text_with_insert .insert,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert {
      border-top: 1px solid #d9d9d6;
      border-bottom: 1px solid #d9d9d6;
      margin: 40px 0;
      padding: 20px 0; }
      .single-post .new_standard section.content-blocks .block.text_with_insert .insert .post-title p,
      .single-post .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert .post-title p,
      .single-editorspicks .new_standard section.content-blocks .block.text_with_insert .insert .post-title p,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert .post-title p {
        font-family: 'Pona-LightItalic';
        font-size: 17px;
        line-height: 21px;
        color: #666;
        margin-bottom: 10px; }
        .single-post .new_standard section.content-blocks .block.text_with_insert .insert .post-title p strong,
        .single-post .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert .post-title p strong,
        .single-editorspicks .new_standard section.content-blocks .block.text_with_insert .insert .post-title p strong,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert .post-title p strong {
          font-family: 'Pona-Semibold'; }
      .single-post .new_standard section.content-blocks .block.text_with_insert .insert .caption p,
      .single-post .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert .caption p,
      .single-editorspicks .new_standard section.content-blocks .block.text_with_insert .insert .caption p,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert .caption p {
        font-size: 11px;
        color: #afafaf;
        margin-top: 20px; }
        .single-post .new_standard section.content-blocks .block.text_with_insert .insert .caption p a,
        .single-post .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert .caption p a,
        .single-editorspicks .new_standard section.content-blocks .block.text_with_insert .insert .caption p a,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert .caption p a {
          color: #afafaf;
          text-decoration: underline; }
      .single-post .new_standard section.content-blocks .block.text_with_insert .insert.video .video_container,
      .single-post .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert.video .video_container,
      .single-editorspicks .new_standard section.content-blocks .block.text_with_insert .insert.video .video_container,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert.video .video_container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        height: auto; }
        .single-post .new_standard section.content-blocks .block.text_with_insert .insert.video .video_container iframe, .single-post .new_standard section.content-blocks .block.text_with_insert .insert.video .video_container object, .single-post .new_standard section.content-blocks .block.text_with_insert .insert.video .video_container embed,
        .single-post .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert.video .video_container iframe,
        .single-post .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert.video .video_container object,
        .single-post .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert.video .video_container embed,
        .single-editorspicks .new_standard section.content-blocks .block.text_with_insert .insert.video .video_container iframe,
        .single-editorspicks .new_standard section.content-blocks .block.text_with_insert .insert.video .video_container object,
        .single-editorspicks .new_standard section.content-blocks .block.text_with_insert .insert.video .video_container embed,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert.video .video_container iframe,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert.video .video_container object,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert.video .video_container embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .single-post .new_standard section.content-blocks .block.text_with_insert .insert.blogpost a.image,
      .single-post .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert.blogpost a.image,
      .single-editorspicks .new_standard section.content-blocks .block.text_with_insert .insert.blogpost a.image,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert.blogpost a.image {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 344px; }
    .single-post .new_standard section.content-blocks .block.video .content, .single-post .new_standard section.content-blocks .block.internal_tdf_video .content,
    .single-post .wrapper.editorspicks section.content-blocks .block.video .content,
    .single-post .wrapper.editorspicks section.content-blocks .block.internal_tdf_video .content,
    .single-editorspicks .new_standard section.content-blocks .block.video .content,
    .single-editorspicks .new_standard section.content-blocks .block.internal_tdf_video .content,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.video .content,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.internal_tdf_video .content {
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 768px) {
        .single-post .new_standard section.content-blocks .block.video .content, .single-post .new_standard section.content-blocks .block.internal_tdf_video .content,
        .single-post .wrapper.editorspicks section.content-blocks .block.video .content,
        .single-post .wrapper.editorspicks section.content-blocks .block.internal_tdf_video .content,
        .single-editorspicks .new_standard section.content-blocks .block.video .content,
        .single-editorspicks .new_standard section.content-blocks .block.internal_tdf_video .content,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.video .content,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.internal_tdf_video .content {
          padding-left: 10px;
          padding-right: 10px; } }
    .single-post .new_standard section.content-blocks .block.video .video_container, .single-post .new_standard section.content-blocks .block.internal_tdf_video .video_container,
    .single-post .wrapper.editorspicks section.content-blocks .block.video .video_container,
    .single-post .wrapper.editorspicks section.content-blocks .block.internal_tdf_video .video_container,
    .single-editorspicks .new_standard section.content-blocks .block.video .video_container,
    .single-editorspicks .new_standard section.content-blocks .block.internal_tdf_video .video_container,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.video .video_container,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.internal_tdf_video .video_container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
      height: auto; }
      .single-post .new_standard section.content-blocks .block.video .video_container iframe, .single-post .new_standard section.content-blocks .block.video .video_container object, .single-post .new_standard section.content-blocks .block.video .video_container embed, .single-post .new_standard section.content-blocks .block.internal_tdf_video .video_container iframe, .single-post .new_standard section.content-blocks .block.internal_tdf_video .video_container object, .single-post .new_standard section.content-blocks .block.internal_tdf_video .video_container embed,
      .single-post .wrapper.editorspicks section.content-blocks .block.video .video_container iframe,
      .single-post .wrapper.editorspicks section.content-blocks .block.video .video_container object,
      .single-post .wrapper.editorspicks section.content-blocks .block.video .video_container embed,
      .single-post .wrapper.editorspicks section.content-blocks .block.internal_tdf_video .video_container iframe,
      .single-post .wrapper.editorspicks section.content-blocks .block.internal_tdf_video .video_container object,
      .single-post .wrapper.editorspicks section.content-blocks .block.internal_tdf_video .video_container embed,
      .single-editorspicks .new_standard section.content-blocks .block.video .video_container iframe,
      .single-editorspicks .new_standard section.content-blocks .block.video .video_container object,
      .single-editorspicks .new_standard section.content-blocks .block.video .video_container embed,
      .single-editorspicks .new_standard section.content-blocks .block.internal_tdf_video .video_container iframe,
      .single-editorspicks .new_standard section.content-blocks .block.internal_tdf_video .video_container object,
      .single-editorspicks .new_standard section.content-blocks .block.internal_tdf_video .video_container embed,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.video .video_container iframe,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.video .video_container object,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.video .video_container embed,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.internal_tdf_video .video_container iframe,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.internal_tdf_video .video_container object,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.internal_tdf_video .video_container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .single-post .new_standard section.content-blocks .block.gravity_form,
    .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form,
    .single-editorspicks .new_standard section.content-blocks .block.gravity_form,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form {
      padding-bottom: 96px; }
      .single-post .new_standard section.content-blocks .block.gravity_form .container,
      .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form .container,
      .single-editorspicks .new_standard section.content-blocks .block.gravity_form .container,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form .container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        padding-top: 85px;
        padding-left: 20px;
        padding-right: 20px; }
        @media (max-width: 768px) {
          .single-post .new_standard section.content-blocks .block.gravity_form .container,
          .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form .container,
          .single-editorspicks .new_standard section.content-blocks .block.gravity_form .container,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form .container {
            padding-left: 10px;
            padding-right: 10px; } }
        @media (max-width: 768px) {
          .single-post .new_standard section.content-blocks .block.gravity_form .container,
          .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form .container,
          .single-editorspicks .new_standard section.content-blocks .block.gravity_form .container,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form .container {
            padding-top: 40px;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .single-post .new_standard section.content-blocks .block.gravity_form .container .content,
        .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content,
        .single-editorspicks .new_standard section.content-blocks .block.gravity_form .container .content,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          max-width: 600px; }
          .single-post .new_standard section.content-blocks .block.gravity_form .container .content h2,
          .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content h2,
          .single-editorspicks .new_standard section.content-blocks .block.gravity_form .container .content h2,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content h2 {
            font-family: 'Pona-Semibold';
            font-size: 24px;
            line-height: 30px;
            color: black;
            text-transform: none;
            max-width: 300px;
            text-align: center; }
          .single-post .new_standard section.content-blocks .block.gravity_form .container .content .extra-text,
          .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .extra-text,
          .single-editorspicks .new_standard section.content-blocks .block.gravity_form .container .content .extra-text,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .extra-text {
            -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
            align-self: flex-start;
            padding-left: 16px; }
          .single-post .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper,
          .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper,
          .single-editorspicks .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper {
            width: 600px; }
            .single-post .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield,
            .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield,
            .single-editorspicks .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield {
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              margin-bottom: 48px;
              padding-left: 16px; }
              @media (max-width: 768px) {
                .single-post .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield,
                .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield,
                .single-editorspicks .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield,
                .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield {
                  -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                  flex-direction: column;
                  -webkit-align-items: stretch;
                  -ms-flex-align: stretch;
                  align-items: stretch; }
                  .single-post .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label,
                  .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label,
                  .single-editorspicks .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label,
                  .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label {
                    margin-bottom: 16px; } }
              .single-post .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .validation_message,
              .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .validation_message,
              .single-editorspicks .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .validation_message,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .validation_message {
                display: none; }
              .single-post .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label,
              .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label,
              .single-editorspicks .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label {
                text-transform: uppercase;
                font-family: 'GT-Walsheim-Light';
                font-size: 14px;
                line-height: 22.37px;
                letter-spacing: 1.5px;
                opacity: 0.5;
                margin-right: 15px; }
              .single-post .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container,
              .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container,
              .single-editorspicks .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container {
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
                margin-top: 0;
                padding-right: 16px; }
                .single-post .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container input,
                .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container input,
                .single-editorspicks .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container input,
                .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container input {
                  border: 0;
                  width: 100%; }
              .single-post .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4,
              .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4,
              .single-editorspicks .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 {
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                margin-bottom: 24px;
                -webkit-align-items: flex-start;
                -ms-flex-align: start;
                align-items: flex-start; }
                .single-post .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 label,
                .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 label,
                .single-editorspicks .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 label,
                .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 label {
                  margin-bottom: 16px; }
                .single-post .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container,
                .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container,
                .single-editorspicks .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container,
                .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container {
                  width: 100%; }
                  .single-post .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container textarea,
                  .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container textarea,
                  .single-editorspicks .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container textarea,
                  .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container textarea {
                    width: 100%;
                    border: 0; }
            .single-post .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer,
            .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer,
            .single-editorspicks .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer {
              padding-left: 16px; }
              .single-post .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer input[type="submit"],
              .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer input[type="submit"],
              .single-editorspicks .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer input[type="submit"],
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer input[type="submit"] {
                border: 0;
                background-color: black;
                color: white;
                height: 45px;
                width: 180px;
                text-transform: uppercase;
                letter-spacing: 1px; }
          .single-post .new_standard section.content-blocks .block.gravity_form .container .content .gform_confirmation_wrapper,
          .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_confirmation_wrapper,
          .single-editorspicks .new_standard section.content-blocks .block.gravity_form .container .content .gform_confirmation_wrapper,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_confirmation_wrapper {
            margin: 40px 0;
            padding: 0 16px; }
          .single-post .new_standard section.content-blocks .block.gravity_form .container .content .gfield_required,
          .single-post .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gfield_required,
          .single-editorspicks .new_standard section.content-blocks .block.gravity_form .container .content .gfield_required,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gfield_required {
            display: none; }
    .single-post .new_standard section.content-blocks .block.ingredients,
    .single-post .wrapper.editorspicks section.content-blocks .block.ingredients,
    .single-editorspicks .new_standard section.content-blocks .block.ingredients,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.ingredients {
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 768px) {
        .single-post .new_standard section.content-blocks .block.ingredients,
        .single-post .wrapper.editorspicks section.content-blocks .block.ingredients,
        .single-editorspicks .new_standard section.content-blocks .block.ingredients,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.ingredients {
          padding-left: 10px;
          padding-right: 10px; } }
      .single-post .new_standard section.content-blocks .block.ingredients .content,
      .single-post .wrapper.editorspicks section.content-blocks .block.ingredients .content,
      .single-editorspicks .new_standard section.content-blocks .block.ingredients .content,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.ingredients .content {
        padding-left: 25.39683%;
        padding-right: 25.39683%; }
        .single-post .new_standard section.content-blocks .block.ingredients .content h2,
        .single-post .wrapper.editorspicks section.content-blocks .block.ingredients .content h2,
        .single-editorspicks .new_standard section.content-blocks .block.ingredients .content h2,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.ingredients .content h2 {
          margin-top: 16px;
          margin-bottom: 32px;
          text-align: center;
          font-family: 'GT-Walsheim-Bold';
          font-size: 15px;
          line-height: 22.37px;
          letter-spacing: 1.13px;
          color: #1A1A1A; }
        .single-post .new_standard section.content-blocks .block.ingredients .content h3,
        .single-post .wrapper.editorspicks section.content-blocks .block.ingredients .content h3,
        .single-editorspicks .new_standard section.content-blocks .block.ingredients .content h3,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.ingredients .content h3 {
          display: inline;
          display: inline;
          background-color: #D5EDEF;
          line-height: 30px;
          font-family: 'Pona-SemiboldItalic';
          font-size: 17px;
          letter-spacing: 0.14px; }
          .single-post .new_standard section.content-blocks .block.ingredients .content h3::after,
          .single-post .wrapper.editorspicks section.content-blocks .block.ingredients .content h3::after,
          .single-editorspicks .new_standard section.content-blocks .block.ingredients .content h3::after,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.ingredients .content h3::after {
            content: '';
            display: block;
            padding-bottom: 25px; }
        .single-post .new_standard section.content-blocks .block.ingredients .content ul.ingredients,
        .single-post .wrapper.editorspicks section.content-blocks .block.ingredients .content ul.ingredients,
        .single-editorspicks .new_standard section.content-blocks .block.ingredients .content ul.ingredients,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.ingredients .content ul.ingredients {
          margin-top: 26px;
          margin-bottom: 6px;
          padding-left: 0;
          list-style: none; }
          .single-post .new_standard section.content-blocks .block.ingredients .content ul.ingredients li,
          .single-post .wrapper.editorspicks section.content-blocks .block.ingredients .content ul.ingredients li,
          .single-editorspicks .new_standard section.content-blocks .block.ingredients .content ul.ingredients li,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.ingredients .content ul.ingredients li {
            font-family: 'Pona-Light';
            font-size: 17px;
            line-height: 24px;
            letter-spacing: 0.14px;
            color: #1A1A1A; }
            @media (max-width: 480px) {
              .single-post .new_standard section.content-blocks .block.ingredients .content ul.ingredients li,
              .single-post .wrapper.editorspicks section.content-blocks .block.ingredients .content ul.ingredients li,
              .single-editorspicks .new_standard section.content-blocks .block.ingredients .content ul.ingredients li,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.ingredients .content ul.ingredients li {
                font-size: 15px;
                line-height: 23px;
                letter-spacing: 0.1px; } }
    .single-post .new_standard section.content-blocks .block.simplecast,
    .single-post .wrapper.editorspicks section.content-blocks .block.simplecast,
    .single-editorspicks .new_standard section.content-blocks .block.simplecast,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.simplecast {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 55px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 768px) {
        .single-post .new_standard section.content-blocks .block.simplecast,
        .single-post .wrapper.editorspicks section.content-blocks .block.simplecast,
        .single-editorspicks .new_standard section.content-blocks .block.simplecast,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.simplecast {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 768px) {
        .single-post .new_standard section.content-blocks .block.simplecast,
        .single-post .wrapper.editorspicks section.content-blocks .block.simplecast,
        .single-editorspicks .new_standard section.content-blocks .block.simplecast,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.simplecast {
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; } }
      .single-post .new_standard section.content-blocks .block.simplecast iframe,
      .single-post .wrapper.editorspicks section.content-blocks .block.simplecast iframe,
      .single-editorspicks .new_standard section.content-blocks .block.simplecast iframe,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.simplecast iframe {
        max-width: 700px;
        max-height: 212px; }
        @media (max-width: 1023px) {
          .single-post .new_standard section.content-blocks .block.simplecast iframe,
          .single-post .wrapper.editorspicks section.content-blocks .block.simplecast iframe,
          .single-editorspicks .new_standard section.content-blocks .block.simplecast iframe,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.simplecast iframe {
            max-width: 442px; } }
        @media (max-width: 768px) {
          .single-post .new_standard section.content-blocks .block.simplecast iframe,
          .single-post .wrapper.editorspicks section.content-blocks .block.simplecast iframe,
          .single-editorspicks .new_standard section.content-blocks .block.simplecast iframe,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.simplecast iframe {
            padding-top: 72px;
            max-width: 280px; } }
    .single-post .new_standard section.content-blocks .block.mailchimp_form,
    .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form,
    .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      min-height: 620px;
      margin-bottom: 60px; }
      @media (max-width: 768px) {
        .single-post .new_standard section.content-blocks .block.mailchimp_form,
        .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form,
        .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form {
          min-height: 0; } }
      .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area,
      .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area,
      .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 90px; }
        @media (max-width: 768px) {
          .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area,
          .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area,
          .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area {
            padding-bottom: 20px; } }
        .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields,
        .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields,
        .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields {
          max-width: 600px;
          width: 100%; }
          .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text,
          .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text,
          .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text {
            margin-top: 137px;
            margin-bottom: 50px;
            text-align: center; }
            .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text p,
            .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text p,
            .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text p,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text p {
              font-size: 39px;
              font-family: "minion-pro";
              font-weight: 400;
              line-height: 48px;
              color: white; }
            @media (max-width: 768px) {
              .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text,
              .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text,
              .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text {
                padding-left: 20px;
                padding-right: 20px; } }
          .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field,
          .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field,
          .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field {
            margin-bottom: 30px; }
            .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input, .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
            .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
            .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
            .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
            .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea {
              border: 0;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              height: 30px;
              width: 100%;
              padding-left: 16px;
              margin-bottom: 10px;
              box-sizing: border-box;
              border-radius: 0 !important; }
              .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input, .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder, .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea, .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::-webkit-input-placeholder,
              .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
              .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder,
              .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
              .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::-webkit-input-placeholder,
              .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
              .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder,
              .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
              .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::-webkit-input-placeholder,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::-webkit-input-placeholder {
                font-family: 'GT-Walsheim-Regular';
                font-size: 15px;
                color: #afafaf;
                letter-spacing: 0.075em;
                text-transform: uppercase; }
              .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input, .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder, .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea, .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:-ms-input-placeholder,
              .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
              .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder,
              .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
              .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:-ms-input-placeholder,
              .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
              .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder,
              .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
              .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:-ms-input-placeholder,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:-ms-input-placeholder {
                font-family: 'GT-Walsheim-Regular';
                font-size: 15px;
                color: #afafaf;
                letter-spacing: 0.075em;
                text-transform: uppercase; }
              .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input, .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::placeholder, .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea, .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::placeholder,
              .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
              .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::placeholder,
              .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
              .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::placeholder,
              .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
              .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::placeholder,
              .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
              .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::placeholder,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::placeholder,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::placeholder {
                font-family: 'GT-Walsheim-Regular';
                font-size: 15px;
                color: #afafaf;
                letter-spacing: 0.075em;
                text-transform: uppercase; }
              .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input, .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
              .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
              .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
              .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
              .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea {
                color: #333333; }
              .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:focus, .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:focus,
              .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:focus,
              .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:focus,
              .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:focus,
              .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:focus,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:focus,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:focus {
                outline: none; }
            .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
            .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
            .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea {
              height: 200px;
              padding: 16px;
              margin-top: 40px; }
            .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field label,
            .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field label,
            .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field label,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field label {
              color: white; }
          @media (max-width: 768px) {
            .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields,
            .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields,
            .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields {
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 50px;
              padding-bottom: 50px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .single-post .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields,
    .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields,
    .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields,
    .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields {
      padding-left: 10px;
      padding-right: 10px; } }
      .single-post .new_standard section.content-blocks .block.mailchimp_form .bottom-area,
      .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area,
      .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .bottom-area,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 600px;
        width: 100%; }
        @media (max-width: 768px) {
          .single-post .new_standard section.content-blocks .block.mailchimp_form .bottom-area,
          .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area,
          .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .bottom-area,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area {
            padding-left: 32px;
            padding-right: 32px; } }
        .single-post .new_standard section.content-blocks .block.mailchimp_form .bottom-area .descriptor,
        .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .descriptor,
        .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .bottom-area .descriptor,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .descriptor {
          margin-top: 70px;
          margin-bottom: 30px;
          font-family: 'sofia-pro';
          font-weight: 500;
          font-size: 25px; }
          @media (max-width: 768px) {
            .single-post .new_standard section.content-blocks .block.mailchimp_form .bottom-area .descriptor,
            .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .descriptor,
            .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .bottom-area .descriptor,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .descriptor {
              margin-top: 50px; } }
        .single-post .new_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .group-error,
        .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .groups .group-error,
        .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .group-error,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .groups .group-error {
          margin-top: 40px; }
        .single-post .new_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field,
        .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .groups .field,
        .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .groups .field {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-right: 20px; }
          .single-post .new_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info,
          .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info,
          .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            padding-left: 30px; }
            .single-post .new_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info label,
            .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info label,
            .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info label,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info label {
              font-family: 'sofia-pro';
              font-weight: 200;
              font-size: 16px;
              letter-spacing: 0.075em;
              text-transform: uppercase;
              margin-bottom: 7px;
              color: #58595B; }
            .single-post .new_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info .description,
            .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info .description,
            .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info .description,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info .description {
              font-family: 'sofia-pro';
              font-weight: 100;
              font-style: italic;
              font-size: 10.5px;
              letter-spacing: 0.075em;
              text-transform: uppercase;
              color: #58595B; }
          .single-post .new_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field.promoters-list,
          .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .groups .field.promoters-list,
          .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field.promoters-list,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .groups .field.promoters-list {
            border-top: 1px solid #333;
            padding-top: 40px;
            margin-top: 50px; }
        .single-post .new_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .or,
        .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .groups .or,
        .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .or,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .groups .or {
          margin-top: 17px;
          margin-bottom: 25px;
          font-family: 'sofia-pro';
          font-weight: 500;
          letter-spacing: 0.075em;
          color: #58595B; }
        .single-post .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms,
        .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms,
        .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms {
          margin-top: 60px; }
          @media (max-width: 768px) {
            .single-post .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms,
            .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms,
            .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms {
              margin-top: 20px;
              padding-left: 45px; } }
          .single-post .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type="submit"],
          .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type="submit"],
          .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type="submit"],
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type="submit"] {
            width: 140px;
            height: 40px;
            background-color: #071b51;
            color: white;
            border: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            @media (max-width: 768px) {
              .single-post .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type="submit"],
              .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type="submit"],
              .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type="submit"],
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type="submit"] {
                margin-bottom: 20px; } }
          .single-post .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms,
          .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms,
          .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms {
            margin-top: 28px; }
            .single-post .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p, .single-post .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a,
            .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p,
            .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a,
            .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p,
            .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a {
              color: #808080; }
            .single-post .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a,
            .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a,
            .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a,
            .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a {
              text-transform: uppercase;
              text-decoration: underline;
              cursor: pointer;
              transition: opacity 0.2s ease; }
              .single-post .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a:hover,
              .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a:hover,
              .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a:hover,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a:hover {
                opacity: 0.7; }
            @media (max-width: 768px) {
              .single-post .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms,
              .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms,
              .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms,
              .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms {
                margin-top: 0px; } }
      .single-post .new_standard section.content-blocks .block.mailchimp_form .mc-success-message,
      .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .mc-success-message,
      .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .mc-success-message,
      .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .mc-success-message {
        display: none;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 600px;
        width: 100%;
        margin: 100px auto; }
        .single-post .new_standard section.content-blocks .block.mailchimp_form .mc-success-message.active,
        .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .mc-success-message.active,
        .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .mc-success-message.active,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .mc-success-message.active {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
        .single-post .new_standard section.content-blocks .block.mailchimp_form .mc-success-message p,
        .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .mc-success-message p,
        .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .mc-success-message p,
        .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .mc-success-message p {
          font-size: 39px;
          font-family: "minion-pro";
          font-weight: 400;
          line-height: 48px; }
        @media (max-width: 768px) {
          .single-post .new_standard section.content-blocks .block.mailchimp_form .mc-success-message,
          .single-post .wrapper.editorspicks section.content-blocks .block.mailchimp_form .mc-success-message,
          .single-editorspicks .new_standard section.content-blocks .block.mailchimp_form .mc-success-message,
          .single-editorspicks .wrapper.editorspicks section.content-blocks .block.mailchimp_form .mc-success-message {
            padding: 0 20px;
            box-sizing: border-box;
            margin-top: 100px; } }

.single-post .standard section.content-blocks .container {
  padding-left: 0;
  padding-right: 0; }
  .single-post .standard section.content-blocks .container .block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-top: 16px;
    padding-bottom: 16px; }
    @media (max-width: 768px) {
      .single-post .standard section.content-blocks .container .block {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .single-post .standard section.content-blocks .container .block .content {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .single-post .standard section.content-blocks .container .block .gutter {
      -webkit-flex: 0 1 25.39683%;
      -ms-flex: 0 1 25.39683%;
      flex: 0 1 25.39683%;
      padding: 0 25px;
      box-sizing: border-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative; }
      @media (max-width: 1280px) {
        .single-post .standard section.content-blocks .container .block .gutter:last-child {
          -webkit-flex: 0 1;
          -ms-flex: 0 1;
          flex: 0 1; }
          .single-post .standard section.content-blocks .container .block .gutter:last-child .quote {
            padding: 0 32px; }
        .single-post .standard section.content-blocks .container .block .gutter:first-child {
          padding-left: 0;
          -webkit-flex: 0 1 30%;
          -ms-flex: 0 1 30%;
          flex: 0 1 30%; } }
      @media (max-width: 1023px) {
        .single-post .standard section.content-blocks .container .block .gutter:last-child {
          -webkit-flex: 0 1 25%;
          -ms-flex: 0 1 25%;
          flex: 0 1 25%; }
          .single-post .standard section.content-blocks .container .block .gutter:last-child .quote {
            padding: 0 32px; }
        .single-post .standard section.content-blocks .container .block .gutter:first-child {
          padding-left: 10px;
          -webkit-flex: 0 1 25%;
          -ms-flex: 0 1 25%;
          flex: 0 1 25%; } }
      @media (max-width: 768px) {
        .single-post .standard section.content-blocks .container .block .gutter {
          padding: 0; }
          .single-post .standard section.content-blocks .container .block .gutter:first-child {
            -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto; } }
    @media (max-width: 768px) {
      .single-post .standard section.content-blocks .container .block {
        margin-top: 4px;
        padding-bottom: 4px; } }
    @media (min-width: 769px) {
      .single-post .standard section.content-blocks .container .block.single_image_with_ad, .single-post .standard section.content-blocks .container .block.double_portrait_images, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right, .single-post .standard section.content-blocks .container .block.quad_image_staggered, .single-post .standard section.content-blocks .container .block.single_full_width_image,
      .single-post .standard section.content-blocks .container .block.slideshow_with_ad .content {
        padding-left: 20px;
        padding-right: 20px; } }
  @media (min-width: 769px) and (max-width: 768px) {
    .single-post .standard section.content-blocks .container .block.single_image_with_ad, .single-post .standard section.content-blocks .container .block.double_portrait_images, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right, .single-post .standard section.content-blocks .container .block.quad_image_staggered, .single-post .standard section.content-blocks .container .block.single_full_width_image,
    .single-post .standard section.content-blocks .container .block.slideshow_with_ad .content {
      padding-left: 10px;
      padding-right: 10px; } }
    .single-post .standard section.content-blocks .container .block.single_image_with_ad .content, .single-post .standard section.content-blocks .container .block.single_full_width_image .content, .single-post .standard section.content-blocks .container .block.double_portrait_images .content, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .single-post .standard section.content-blocks .container .block.single_image_with_ad .content, .single-post .standard section.content-blocks .container .block.single_full_width_image .content, .single-post .standard section.content-blocks .container .block.double_portrait_images .content, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content {
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .single-post .standard section.content-blocks .container .block.single_image_with_ad .content .image-container, .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container, .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container {
        position: relative; }
        .single-post .standard section.content-blocks .container .block.single_image_with_ad .content .image-container .image, .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container .image, .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container .image, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container .image {
          max-width: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
        .single-post .standard section.content-blocks .container .block.single_image_with_ad .content .image-container .caption, .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container .caption, .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container .caption, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container .caption {
          position: absolute;
          top: 0;
          left: 0;
          padding-top: 60px;
          padding-left: 60px;
          width: 240px;
          opacity: 0;
          cursor: pointer;
          transition: opacity 0.2s ease; }
          @media (max-width: 768px) {
            .single-post .standard section.content-blocks .container .block.single_image_with_ad .content .image-container .caption, .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container .caption, .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container .caption, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container .caption {
              position: static;
              width: auto;
              padding-top: 0;
              padding-left: 20px;
              padding-right: 20px;
              box-sizing: border-box;
              opacity: 1;
              transition: none; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .single-post .standard section.content-blocks .container .block.single_image_with_ad .content .image-container .caption, .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container .caption, .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container .caption, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container .caption {
      padding-left: 10px;
      padding-right: 10px; } }
          .single-post .standard section.content-blocks .container .block.single_image_with_ad .content .image-container .caption h3, .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container .caption h3, .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container .caption h3, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption h3, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption h3, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container .caption h3 {
            font-family: 'GT-Walsheim-Bold';
            font-size: 13px;
            line-height: 19px;
            text-transform: uppercase; }
          .single-post .standard section.content-blocks .container .block.single_image_with_ad .content .image-container .caption div.nick, .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container .caption div.nick, .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container .caption div.nick, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption div.nick, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption div.nick, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container .caption div.nick {
            margin-bottom: 2px; }
          .single-post .standard section.content-blocks .container .block.single_image_with_ad .content .image-container .caption p, .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container .caption p, .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container .caption p, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption p, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption p, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container .caption p {
            font-family: 'GT-Walsheim-Regular';
            font-size: 13px;
            line-height: 19px; }
            .single-post .standard section.content-blocks .container .block.single_image_with_ad .content .image-container .caption p a, .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container .caption p a, .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container .caption p a, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption p a, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption p a, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container .caption p a {
              text-decoration: underline;
              cursor: pointer;
              transition: opacity 0.2s ease; }
              .single-post .standard section.content-blocks .container .block.single_image_with_ad .content .image-container .caption p a:hover, .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container .caption p a:hover, .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container .caption p a:hover, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption p a:hover, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption p a:hover, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container .caption p a:hover {
                opacity: 0.7; }
            @media (max-width: 768px) {
              .single-post .standard section.content-blocks .container .block.single_image_with_ad .content .image-container .caption p, .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container .caption p, .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container .caption p, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption p, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption p, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container .caption p {
                padding-top: 10px;
                padding-bottom: 10px;
                font-size: 10px;
                line-height: 12px;
                color: #919191; } }
        .single-post .standard section.content-blocks .container .block.single_image_with_ad .content .image-container .pinterest, .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container .pinterest, .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container .pinterest, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container .pinterest, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container .pinterest, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container .pinterest {
          position: absolute;
          top: 0;
          right: 0;
          padding-right: 60px;
          padding-top: 60px;
          opacity: 0;
          transition: opacity 0.2s ease; }
          @media (max-width: 768px) {
            .single-post .standard section.content-blocks .container .block.single_image_with_ad .content .image-container .pinterest, .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container .pinterest, .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container .pinterest, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container .pinterest, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container .pinterest, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container .pinterest {
              display: none; } }
      @media (min-width: 769px) {
        .single-post .standard section.content-blocks .container .block.single_image_with_ad .content .image-container:hover .pinterest, .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container:hover .pinterest, .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container:hover .pinterest, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container:hover .pinterest, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container:hover .pinterest, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container:hover .pinterest {
          cursor: pointer;
          pointer-events: all;
          opacity: 1;
          z-index: 1; }
        .single-post .standard section.content-blocks .container .block.single_image_with_ad .content .image-container.has-caption:hover .image, .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container.has-caption:hover .image, .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container.has-caption:hover .image, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container.has-caption:hover .image, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container.has-caption:hover .image, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container.has-caption:hover .image {
          opacity: 0.35; }
        .single-post .standard section.content-blocks .container .block.single_image_with_ad .content .image-container.has-caption:hover .caption, .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container.has-caption:hover .caption, .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container.has-caption:hover .caption, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container.has-caption:hover .caption {
          opacity: 1; }
        .single-post .standard section.content-blocks .container .block.single_image_with_ad .content .image-container.has-caption .image, .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container.has-caption .image, .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container.has-caption .image, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container.has-caption .image, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container.has-caption .image, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container.has-caption .image {
          cursor: pointer;
          transition: opacity 0.2s ease; } }
    .single-post .standard section.content-blocks .container .block.single_image_with_ad .content .image-container {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .single-post .standard section.content-blocks .container .block.single_image_with_ad .content .image-container .image {
        height: 600px; }
        @media (max-width: 768px) {
          .single-post .standard section.content-blocks .container .block.single_image_with_ad .content .image-container .image {
            height: 203px; } }
    .single-post .standard section.content-blocks .container .block.single_image_with_ad .ad-unit {
      -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px;
      margin-left: 20px;
      background: #ddd; }
      @media (max-width: 768px) {
        .single-post .standard section.content-blocks .container .block.single_image_with_ad .ad-unit {
          display: none; } }
    .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container {
      -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; }
      .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container .image {
        height: 708px; }
        @media (max-width: 768px) {
          .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container .image {
            height: 203px; } }
    .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container {
      -webkit-flex: 0 1 49.20635%;
      -ms-flex: 0 1 49.20635%;
      flex: 0 1 49.20635%; }
      .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container:first-child {
        -webkit-flex: 1 0 49.20635%;
        -ms-flex: 1 0 49.20635%;
        flex: 1 0 49.20635%;
        margin-right: 20px; }
      @media (max-width: 768px) {
        .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container:first-child {
          margin-right: 0;
          margin-bottom: 10px; } }
      .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container .image {
        height: 800px; }
        @media (max-width: 768px) {
          .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container .image {
            height: 412px; } }
    .single-post .standard section.content-blocks .container .block.triple_image_portrait_left, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content {
        -webkit-flex: 800px;
        -ms-flex: 800px;
        flex: 800px;
        max-height: 800px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (max-width: 768px) {
          .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content {
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            max-height: none; } }
      .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 49.20635%; }
        @media (max-width: 768px) {
          .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container {
            width: 100%; }
            .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container:not(:last-child), .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container:not(:last-child) {
              margin-bottom: 10px; } }
        .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image {
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; }
      .single-post .standard section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child {
        -webkit-flex: 0 1 800px;
        -ms-flex: 0 1 800px;
        flex: 0 1 800px; }
        @media (max-width: 768px) {
          .single-post .standard section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child {
            height: 412px; } }
      .single-post .standard section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), .single-post .standard section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child) {
        -webkit-flex: 0 1 390px;
        -ms-flex: 0 1 390px;
        flex: 0 1 390px;
        margin-left: 20px; }
        @media (max-width: 768px) {
          .single-post .standard section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), .single-post .standard section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child) {
            margin-left: 0;
            height: 203px; } }
      @media (max-width: 768px) {
        .single-post .standard section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), .single-post .standard section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child) {
          -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
          flex-basis: auto;
          -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0; } }
      .single-post .standard section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child {
        -webkit-flex: 0 1 800px;
        -ms-flex: 0 1 800px;
        flex: 0 1 800px;
        margin-left: 20px; }
        @media (max-width: 768px) {
          .single-post .standard section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child {
            height: 412px;
            margin-left: 0; } }
      .single-post .standard section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), .single-post .standard section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child) {
        -webkit-flex: 0 1 390px;
        -ms-flex: 0 1 390px;
        flex: 0 1 390px; }
        @media (max-width: 768px) {
          .single-post .standard section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), .single-post .standard section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child) {
            height: 203px; } }
      @media (max-width: 768px) {
        .single-post .standard section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), .single-post .standard section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child) {
          -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
          flex-basis: auto;
          -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0; } }
    .single-post .standard section.content-blocks .container .block.quad_image_staggered {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .single-post .standard section.content-blocks .container .block.quad_image_staggered .content {
        -webkit-flex: 1216px;
        -ms-flex: 1216px;
        flex: 1216px;
        max-height: 1216px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (max-width: 768px) {
          .single-post .standard section.content-blocks .container .block.quad_image_staggered .content {
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            max-height: none; } }
      .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 49.20635%; }
        @media (max-width: 768px) {
          .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container {
            width: 100%; }
            .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container:not(:last-child) {
              margin-bottom: 10px; } }
        .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container .image {
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; }
        .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container:first-child, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container:last-child {
          -webkit-flex: 0 1 800px;
          -ms-flex: 0 1 800px;
          flex: 0 1 800px; }
          @media (max-width: 768px) {
            .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container:first-child, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container:last-child {
              -webkit-flex: auto;
              -ms-flex: auto;
              flex: auto; }
              .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container:first-child .image, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container:last-child .image {
                height: 412px; } }
        .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(2), .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3) {
          -webkit-flex: 0 1 396px;
          -ms-flex: 0 1 396px;
          flex: 0 1 396px; }
          @media (max-width: 768px) {
            .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(2), .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3) {
              -webkit-flex: auto;
              -ms-flex: auto;
              flex: auto; }
              .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(2) .image, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3) .image {
                height: 203px; } }
        .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3), .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(4) {
          margin-left: 20px; }
          @media (max-width: 768px) {
            .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3), .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(4) {
              margin-left: 0; } }
    .single-post .standard section.content-blocks .container .block.slideshow_with_ad .content {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .single-post .standard section.content-blocks .container .block.slideshow_with_ad .content::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 1px;
        margin-top: 610px;
        background: #DDDDDA; }
    .single-post .standard section.content-blocks .container .block.slideshow_with_ad .slider {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .single-post .standard section.content-blocks .container .block.slideshow_with_ad .slider .item {
        width: 100%; }
        .single-post .standard section.content-blocks .container .block.slideshow_with_ad .slider .item .image {
          background-color: rgba(0, 0, 0, 0.1);
          height: 600px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
        .single-post .standard section.content-blocks .container .block.slideshow_with_ad .slider .item[data-portrait="1"] .image {
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center; }
        .single-post .standard section.content-blocks .container .block.slideshow_with_ad .slider .item .caption {
          margin-top: 10px; }
          .single-post .standard section.content-blocks .container .block.slideshow_with_ad .slider .item .caption p, .single-post .standard section.content-blocks .container .block.slideshow_with_ad .slider .item .caption p a {
            font-family: 'GT-Walsheim-Regular';
            font-size: 13px;
            line-height: 20px;
            color: #919191;
            font-weight: normal;
            margin-top: 28px; }
          .single-post .standard section.content-blocks .container .block.slideshow_with_ad .slider .item .caption a {
            cursor: pointer;
            transition: opacity 0.2s ease; }
            .single-post .standard section.content-blocks .container .block.slideshow_with_ad .slider .item .caption a:hover {
              opacity: 0.7; }
    .single-post .standard section.content-blocks .container .block.slideshow_with_ad .advertisement {
      -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px;
      margin-left: 20px; }
      .single-post .standard section.content-blocks .container .block.slideshow_with_ad .advertisement .image {
        height: 600px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background: #ddd; }
    .single-post .standard section.content-blocks .container .block.text {
      padding-top: 55px;
      padding-bottom: 75px;
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 768px) {
        .single-post .standard section.content-blocks .container .block.text {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 768px) {
        .single-post .standard section.content-blocks .container .block.text {
          padding-top: 40px;
          padding-bottom: 35px; } }
      .single-post .standard section.content-blocks .container .block.text .gutter:first-child {
        -webkit-flex: 0 1 330px;
        -ms-flex: 0 1 330px;
        flex: 0 1 330px; }
        @media (max-width: 1024px) {
          .single-post .standard section.content-blocks .container .block.text .gutter:first-child {
            -webkit-flex: 0 1 200px;
            -ms-flex: 0 1 200px;
            flex: 0 1 200px; } }
        @media (max-width: 768px) {
          .single-post .standard section.content-blocks .container .block.text .gutter:first-child {
            -webkit-flex: none;
            -ms-flex: none;
            flex: none; } }
      @media (max-width: 1024px) {
        .single-post .standard section.content-blocks .container .block.text .content {
          padding-bottom: 30px; } }
      .single-post .standard section.content-blocks .container .block.text .gutter:last-child {
        -webkit-flex: 0 1 300px;
        -ms-flex: 0 1 300px;
        flex: 0 1 300px;
        padding-left: 0;
        padding-right: 0; }
      .single-post .standard section.content-blocks .container .block.text .photo-credit-mobile {
        display: none; }
        @media (max-width: 768px) {
          .single-post .standard section.content-blocks .container .block.text .photo-credit-mobile {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: left;
            -ms-flex-pack: left;
            justify-content: left;
            margin-top: -30px;
            margin-bottom: 30px; }
            .single-post .standard section.content-blocks .container .block.text .photo-credit-mobile p {
              font-size: 11px;
              color: #656565; }
              .single-post .standard section.content-blocks .container .block.text .photo-credit-mobile p a {
                color: #656565;
                border-bottom: 1px solid #eee; } }
      .single-post .standard section.content-blocks .container .block.text .author {
        display: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 6px; }
        .single-post .standard section.content-blocks .container .block.text .author .author_image {
          width: 120px;
          height: 120px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          border-radius: 50%; }
          @media (max-width: 1023px) {
            .single-post .standard section.content-blocks .container .block.text .author .author_image {
              width: 65px;
              height: 65px; } }
        .single-post .standard section.content-blocks .container .block.text .author .author_data {
          margin-top: 32px;
          font-family: 'GT-Walsheim-Regular';
          font-size: 15px;
          line-height: 22.37px;
          text-align: center; }
          @media (max-width: 1023px) {
            .single-post .standard section.content-blocks .container .block.text .author .author_data {
              margin-top: 22px; } }
        .single-post .standard section.content-blocks .container .block.text .author .publish_date {
          margin-top: 12px;
          font-family: 'Pona-LightItalic';
          font-size: 15px;
          text-align: center; }
          @media (max-width: 1023px) {
            .single-post .standard section.content-blocks .container .block.text .author .publish_date {
              margin-top: 0; } }
      .single-post .standard section.content-blocks .container .block.text.intro .text p {
        font-family: 'Pona-Semibold'; }
      @media (max-width: 768px) {
        .single-post .standard section.content-blocks .container .block.text .text {
          margin-top: 50px;
          padding-left: 15px;
          padding-right: 15px; } }
      .single-post .standard section.content-blocks .container .block.text .text h2 {
        margin-bottom: 20px;
        text-align: center;
        font-family: 'GT-Walsheim-Bold';
        font-size: 15px;
        line-height: 22.37px;
        letter-spacing: 1.13px;
        color: #1A1A1A; }
      .single-post .standard section.content-blocks .container .block.text .text h2.sub-heading-h2 {
        font-family: 'Pona-SemiboldItalic';
        font-size: 17px;
        line-height: 24px;
        letter-spacing: 0.14px;
        text-transform: none;
        color: #333333;
        display: inline;
        background-color: #D5EDEF;
        line-height: 30px; }
        .single-post .standard section.content-blocks .container .block.text .text h2.sub-heading-h2::after {
          content: '';
          display: block;
          padding-bottom: 25px; }
      .single-post .standard section.content-blocks .container .block.text .text h3.sub-heading-h3 {
        font-family: 'Pona-SemiboldItalic';
        font-size: 17px;
        line-height: 24px;
        letter-spacing: 0.14px;
        text-transform: none;
        color: #333333;
        margin-bottom: 25px; }
      .single-post .standard section.content-blocks .container .block.text .text p {
        font-family: 'Pona-Light';
        font-size: 17px;
        line-height: 24px;
        letter-spacing: 0.14px; }
        @media (max-width: 480px) {
          .single-post .standard section.content-blocks .container .block.text .text p {
            font-size: 15px;
            line-height: 23px;
            letter-spacing: 0.1px; } }
        .single-post .standard section.content-blocks .container .block.text .text p:not(:last-of-type) {
          margin-bottom: 24px; }
        .single-post .standard section.content-blocks .container .block.text .text p em {
          font-family: 'Pona-LightItalic'; }
        .single-post .standard section.content-blocks .container .block.text .text p strong {
          font-family: 'Pona-Semibold'; }
          .single-post .standard section.content-blocks .container .block.text .text p strong em {
            font-family: 'Pona-SemiboldItalic'; }
        .single-post .standard section.content-blocks .container .block.text .text p a {
          color: #809FA2;
          text-decoration: underline;
          transition: color 0.25s ease; }
          .single-post .standard section.content-blocks .container .block.text .text p a:hover {
            color: #ACCCD3; }
      .single-post .standard section.content-blocks .container .block.text .text iframe.instagram-media {
        position: inherit !important; }
      .single-post .standard section.content-blocks .container .block.text .quote {
        max-width: 235px;
        margin: 200px auto 0;
        text-align: center; }
        @media (max-width: 1024px) {
          .single-post .standard section.content-blocks .container .block.text .quote {
            display: none; } }
        .single-post .standard section.content-blocks .container .block.text .quote p {
          font-family: 'Pona-Semibold';
          font-size: 24px;
          line-height: 30px; }
        .single-post .standard section.content-blocks .container .block.text .quote a {
          color: #809FA2;
          text-decoration: underline;
          transition: color 0.25s ease; }
          .single-post .standard section.content-blocks .container .block.text .quote a:hover {
            color: #ACCCD3; }
      .single-post .standard section.content-blocks .container .block.text.dropcap .content .text1 > p:first-child:first-letter {
        float: left;
        font-family: 'Pona-Light';
        font-size: 54px;
        line-height: 0px;
        padding-top: 1px;
        padding-right: 0px;
        padding-left: 0px; }
    .single-post .standard section.content-blocks .container .block.text_with_insert .insert {
      border-top: 1px solid #d9d9d6;
      border-bottom: 1px solid #d9d9d6;
      margin: 40px 0;
      padding: 20px 0; }
      .single-post .standard section.content-blocks .container .block.text_with_insert .insert .post-title p {
        font-family: 'Pona-LightItalic';
        font-size: 17px;
        line-height: 21px;
        color: #666;
        margin-bottom: 10px; }
        .single-post .standard section.content-blocks .container .block.text_with_insert .insert .post-title p strong {
          font-family: 'Pona-Semibold'; }
      .single-post .standard section.content-blocks .container .block.text_with_insert .insert .caption p {
        font-size: 11px;
        color: #afafaf;
        margin-top: 20px; }
        .single-post .standard section.content-blocks .container .block.text_with_insert .insert .caption p a {
          color: #afafaf;
          text-decoration: underline; }
      .single-post .standard section.content-blocks .container .block.text_with_insert .insert.video .video_container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        height: auto; }
        .single-post .standard section.content-blocks .container .block.text_with_insert .insert.video .video_container iframe, .single-post .standard section.content-blocks .container .block.text_with_insert .insert.video .video_container object, .single-post .standard section.content-blocks .container .block.text_with_insert .insert.video .video_container embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .single-post .standard section.content-blocks .container .block.text_with_insert .insert.blogpost a.image {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 344px; }
    .single-post .standard section.content-blocks .container .block.video .content, .single-post .standard section.content-blocks .container .block.internal_tdf_video .content {
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 768px) {
        .single-post .standard section.content-blocks .container .block.video .content, .single-post .standard section.content-blocks .container .block.internal_tdf_video .content {
          padding-left: 10px;
          padding-right: 10px; } }
    .single-post .standard section.content-blocks .container .block.video .video_container, .single-post .standard section.content-blocks .container .block.internal_tdf_video .video_container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
      height: auto; }
      .single-post .standard section.content-blocks .container .block.video .video_container iframe, .single-post .standard section.content-blocks .container .block.video .video_container object, .single-post .standard section.content-blocks .container .block.video .video_container embed, .single-post .standard section.content-blocks .container .block.internal_tdf_video .video_container iframe, .single-post .standard section.content-blocks .container .block.internal_tdf_video .video_container object, .single-post .standard section.content-blocks .container .block.internal_tdf_video .video_container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .single-post .standard section.content-blocks .container .block.gravity_form {
      padding-bottom: 96px; }
      .single-post .standard section.content-blocks .container .block.gravity_form .container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        padding-top: 85px;
        padding-left: 20px;
        padding-right: 20px; }
        @media (max-width: 768px) {
          .single-post .standard section.content-blocks .container .block.gravity_form .container {
            padding-left: 10px;
            padding-right: 10px; } }
        @media (max-width: 768px) {
          .single-post .standard section.content-blocks .container .block.gravity_form .container {
            padding-top: 40px;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .single-post .standard section.content-blocks .container .block.gravity_form .container .content {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          max-width: 600px; }
          .single-post .standard section.content-blocks .container .block.gravity_form .container .content h2 {
            font-family: 'Pona-Semibold';
            font-size: 24px;
            line-height: 30px;
            color: black;
            text-transform: none;
            max-width: 300px;
            text-align: center; }
          .single-post .standard section.content-blocks .container .block.gravity_form .container .content .extra-text {
            -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
            align-self: flex-start;
            padding-left: 16px; }
          .single-post .standard section.content-blocks .container .block.gravity_form .container .content .gform_wrapper {
            width: 600px; }
            .single-post .standard section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield {
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              margin-bottom: 48px;
              padding-left: 16px; }
              @media (max-width: 768px) {
                .single-post .standard section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield {
                  -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                  flex-direction: column;
                  -webkit-align-items: stretch;
                  -ms-flex-align: stretch;
                  align-items: stretch; }
                  .single-post .standard section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield label {
                    margin-bottom: 16px; } }
              .single-post .standard section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield .validation_message {
                display: none; }
              .single-post .standard section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield label {
                text-transform: uppercase;
                font-family: 'GT-Walsheim-Light';
                font-size: 14px;
                line-height: 22.37px;
                letter-spacing: 1.5px;
                opacity: 0.5;
                margin-right: 15px; }
              .single-post .standard section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container {
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
                margin-top: 0;
                padding-right: 16px; }
                .single-post .standard section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container input {
                  border: 0;
                  width: 100%; }
              .single-post .standard section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 {
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                margin-bottom: 24px;
                -webkit-align-items: flex-start;
                -ms-flex-align: start;
                align-items: flex-start; }
                .single-post .standard section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 label {
                  margin-bottom: 16px; }
                .single-post .standard section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container {
                  width: 100%; }
                  .single-post .standard section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container textarea {
                    width: 100%;
                    border: 0; }
            .single-post .standard section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gform_footer {
              padding-left: 16px; }
              .single-post .standard section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gform_footer input[type="submit"] {
                border: 0;
                background-color: black;
                color: white;
                height: 45px;
                width: 180px;
                text-transform: uppercase;
                letter-spacing: 1px; }
          .single-post .standard section.content-blocks .container .block.gravity_form .container .content .gform_confirmation_wrapper {
            margin: 40px 0;
            padding: 0 16px; }
          .single-post .standard section.content-blocks .container .block.gravity_form .container .content .gfield_required {
            display: none; }
    .single-post .standard section.content-blocks .container .block.ingredients {
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 768px) {
        .single-post .standard section.content-blocks .container .block.ingredients {
          padding-left: 10px;
          padding-right: 10px; } }
      .single-post .standard section.content-blocks .container .block.ingredients .content {
        padding-left: 25.39683%;
        padding-right: 25.39683%; }
        .single-post .standard section.content-blocks .container .block.ingredients .content h2 {
          margin-top: 16px;
          margin-bottom: 32px;
          text-align: center;
          font-family: 'GT-Walsheim-Bold';
          font-size: 15px;
          line-height: 22.37px;
          letter-spacing: 1.13px;
          color: #1A1A1A; }
        .single-post .standard section.content-blocks .container .block.ingredients .content h3 {
          display: inline;
          display: inline;
          background-color: #D5EDEF;
          line-height: 30px;
          font-family: 'Pona-SemiboldItalic';
          font-size: 17px;
          letter-spacing: 0.14px; }
          .single-post .standard section.content-blocks .container .block.ingredients .content h3::after {
            content: '';
            display: block;
            padding-bottom: 25px; }
        .single-post .standard section.content-blocks .container .block.ingredients .content ul.ingredients {
          margin-top: 26px;
          margin-bottom: 6px;
          padding-left: 0;
          list-style: none; }
          .single-post .standard section.content-blocks .container .block.ingredients .content ul.ingredients li {
            font-family: 'Pona-Light';
            font-size: 17px;
            line-height: 24px;
            letter-spacing: 0.14px;
            color: #1A1A1A; }
            @media (max-width: 480px) {
              .single-post .standard section.content-blocks .container .block.ingredients .content ul.ingredients li {
                font-size: 15px;
                line-height: 23px;
                letter-spacing: 0.1px; } }
    .single-post .standard section.content-blocks .container .block.simplecast {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 55px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 768px) {
        .single-post .standard section.content-blocks .container .block.simplecast {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 768px) {
        .single-post .standard section.content-blocks .container .block.simplecast {
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; } }
      .single-post .standard section.content-blocks .container .block.simplecast iframe {
        max-width: 700px;
        max-height: 212px; }
        @media (max-width: 1023px) {
          .single-post .standard section.content-blocks .container .block.simplecast iframe {
            max-width: 442px; } }
        @media (max-width: 768px) {
          .single-post .standard section.content-blocks .container .block.simplecast iframe {
            padding-top: 72px;
            max-width: 280px; } }
    .single-post .standard section.content-blocks .container .block.mailchimp_form {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      min-height: 620px;
      margin-bottom: 60px; }
      @media (max-width: 768px) {
        .single-post .standard section.content-blocks .container .block.mailchimp_form {
          min-height: 0; } }
      .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 90px; }
        @media (max-width: 768px) {
          .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area {
            padding-bottom: 20px; } }
        .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields {
          max-width: 600px;
          width: 100%; }
          .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .intro-text {
            margin-top: 137px;
            margin-bottom: 50px;
            text-align: center; }
            .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .intro-text p {
              font-size: 39px;
              font-family: "minion-pro";
              font-weight: 400;
              line-height: 48px;
              color: white; }
            @media (max-width: 768px) {
              .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .intro-text {
                padding-left: 20px;
                padding-right: 20px; } }
          .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field {
            margin-bottom: 30px; }
            .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input, .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea {
              border: 0;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              height: 30px;
              width: 100%;
              padding-left: 16px;
              margin-bottom: 10px;
              box-sizing: border-box;
              border-radius: 0 !important; }
              .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input, .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder, .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea, .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea::-webkit-input-placeholder {
                font-family: 'GT-Walsheim-Regular';
                font-size: 15px;
                color: #afafaf;
                letter-spacing: 0.075em;
                text-transform: uppercase; }
              .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input, .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder, .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea, .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea:-ms-input-placeholder {
                font-family: 'GT-Walsheim-Regular';
                font-size: 15px;
                color: #afafaf;
                letter-spacing: 0.075em;
                text-transform: uppercase; }
              .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input, .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input::placeholder, .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea, .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea::placeholder {
                font-family: 'GT-Walsheim-Regular';
                font-size: 15px;
                color: #afafaf;
                letter-spacing: 0.075em;
                text-transform: uppercase; }
              .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input, .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea {
                color: #333333; }
              .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input:focus, .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea:focus {
                outline: none; }
            .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea {
              height: 200px;
              padding: 16px;
              margin-top: 40px; }
            .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field label {
              color: white; }
          @media (max-width: 768px) {
            .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields {
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 50px;
              padding-bottom: 50px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .single-post .standard section.content-blocks .container .block.mailchimp_form .top-area .top-fields {
      padding-left: 10px;
      padding-right: 10px; } }
      .single-post .standard section.content-blocks .container .block.mailchimp_form .bottom-area {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 600px;
        width: 100%; }
        @media (max-width: 768px) {
          .single-post .standard section.content-blocks .container .block.mailchimp_form .bottom-area {
            padding-left: 32px;
            padding-right: 32px; } }
        .single-post .standard section.content-blocks .container .block.mailchimp_form .bottom-area .descriptor {
          margin-top: 70px;
          margin-bottom: 30px;
          font-family: 'sofia-pro';
          font-weight: 500;
          font-size: 25px; }
          @media (max-width: 768px) {
            .single-post .standard section.content-blocks .container .block.mailchimp_form .bottom-area .descriptor {
              margin-top: 50px; } }
        .single-post .standard section.content-blocks .container .block.mailchimp_form .bottom-area .groups .group-error {
          margin-top: 40px; }
        .single-post .standard section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-right: 20px; }
          .single-post .standard section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field .info {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            padding-left: 30px; }
            .single-post .standard section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field .info label {
              font-family: 'sofia-pro';
              font-weight: 200;
              font-size: 16px;
              letter-spacing: 0.075em;
              text-transform: uppercase;
              margin-bottom: 7px;
              color: #58595B; }
            .single-post .standard section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field .info .description {
              font-family: 'sofia-pro';
              font-weight: 100;
              font-style: italic;
              font-size: 10.5px;
              letter-spacing: 0.075em;
              text-transform: uppercase;
              color: #58595B; }
          .single-post .standard section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field.promoters-list {
            border-top: 1px solid #333;
            padding-top: 40px;
            margin-top: 50px; }
        .single-post .standard section.content-blocks .container .block.mailchimp_form .bottom-area .groups .or {
          margin-top: 17px;
          margin-bottom: 25px;
          font-family: 'sofia-pro';
          font-weight: 500;
          letter-spacing: 0.075em;
          color: #58595B; }
        .single-post .standard section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms {
          margin-top: 60px; }
          @media (max-width: 768px) {
            .single-post .standard section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms {
              margin-top: 20px;
              padding-left: 45px; } }
          .single-post .standard section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms input[type="submit"] {
            width: 140px;
            height: 40px;
            background-color: #071b51;
            color: white;
            border: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            @media (max-width: 768px) {
              .single-post .standard section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms input[type="submit"] {
                margin-bottom: 20px; } }
          .single-post .standard section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms {
            margin-top: 28px; }
            .single-post .standard section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms p, .single-post .standard section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms p a {
              color: #808080; }
            .single-post .standard section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms p a {
              text-transform: uppercase;
              text-decoration: underline;
              cursor: pointer;
              transition: opacity 0.2s ease; }
              .single-post .standard section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms p a:hover {
                opacity: 0.7; }
            @media (max-width: 768px) {
              .single-post .standard section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms {
                margin-top: 0px; } }
      .single-post .standard section.content-blocks .container .block.mailchimp_form .mc-success-message {
        display: none;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 600px;
        width: 100%;
        margin: 100px auto; }
        .single-post .standard section.content-blocks .container .block.mailchimp_form .mc-success-message.active {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
        .single-post .standard section.content-blocks .container .block.mailchimp_form .mc-success-message p {
          font-size: 39px;
          font-family: "minion-pro";
          font-weight: 400;
          line-height: 48px; }
        @media (max-width: 768px) {
          .single-post .standard section.content-blocks .container .block.mailchimp_form .mc-success-message {
            padding: 0 20px;
            box-sizing: border-box;
            margin-top: 100px; } }
    .single-post .standard section.content-blocks .container .block h1, .single-post .standard section.content-blocks .container .block h2, .single-post .standard section.content-blocks .container .block h3, .single-post .standard section.content-blocks .container .block h4, .single-post .standard section.content-blocks .container .block h5, .single-post .standard section.content-blocks .container .block h6 {
      font-family: 'GT-Walsheim-Bold';
      font-size: 17px;
      letter-spacing: 0.85px;
      color: #656565;
      letter-spacing: 0;
      color: #333333; }
    .single-post .standard section.content-blocks .container .block:last-child {
      margin-bottom: 92px; }
    @media (max-width: 480px) {
      .single-post .standard section.content-blocks .container .block {
        margin-top: 4px;
        padding-bottom: 4px; } }
    .single-post .standard section.content-blocks .container .block.text {
      padding-top: 0;
      padding-bottom: 12px; }
      .single-post .standard section.content-blocks .container .block.text .text blockquote {
        padding: 24px 0; }
        .single-post .standard section.content-blocks .container .block.text .text blockquote p {
          font-family: 'Pona-Semibold';
          font-size: 24px;
          line-height: 30px; }
      @media (max-width: 480px) {
        .single-post .standard section.content-blocks .container .block.text {
          padding-top: 0;
          padding-bottom: 12px; } }
    .single-post .standard section.content-blocks .container .block.ingredients .content h2 {
      margin-top: 0;
      padding-top: 32px;
      border-top: 0.3px solid #E1E1DE;
      font-family: 'GT-Walsheim-Regular'; }
    .single-post .standard section.content-blocks .container .block.ingredients .content h3 {
      font-family: 'Pona-Semibold';
      background-color: transparent; }
    .single-post .standard section.content-blocks .container .block.image {
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 768px) {
        .single-post .standard section.content-blocks .container .block.image {
          padding-left: 10px;
          padding-right: 10px; } }
      .single-post .standard section.content-blocks .container .block.image .content {
        padding-left: 25.39683%;
        padding-right: 25.39683%; }
      .single-post .standard section.content-blocks .container .block.image img {
        max-width: 100%;
        height: auto; }
      .single-post .standard section.content-blocks .container .block.image .caption p, .single-post .standard section.content-blocks .container .block.image .caption p a {
        font-family: 'GT-Walsheim-Regular';
        font-size: 13px;
        line-height: 20px;
        color: #919191;
        font-weight: normal;
        margin-top: 28px; }
      .single-post .standard section.content-blocks .container .block.image .caption a {
        cursor: pointer;
        transition: opacity 0.2s ease; }
        .single-post .standard section.content-blocks .container .block.image .caption a:hover {
          opacity: 0.7; }

.single-post .standard section.featured-slideshow {
  padding-bottom: 16px; }
  .single-post .standard section.featured-slideshow .container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .single-post .standard section.featured-slideshow .container::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 1px;
      margin-top: 610px;
      background: #DDDDDA; }
  .single-post .standard section.featured-slideshow .slider {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .single-post .standard section.featured-slideshow .slider .item {
      width: 100%; }
      .single-post .standard section.featured-slideshow .slider .item .image {
        height: 600px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .single-post .standard section.featured-slideshow .slider .item[data-portrait="1"] .image {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
      .single-post .standard section.featured-slideshow .slider .item .caption {
        margin-top: 10px; }
        .single-post .standard section.featured-slideshow .slider .item .caption p, .single-post .standard section.featured-slideshow .slider .item .caption p a {
          font-family: 'GT-Walsheim-Regular';
          font-size: 13px;
          line-height: 20px;
          color: #919191;
          font-weight: normal;
          margin-top: 28px; }
        .single-post .standard section.featured-slideshow .slider .item .caption a {
          cursor: pointer;
          transition: opacity 0.2s ease; }
          .single-post .standard section.featured-slideshow .slider .item .caption a:hover {
            opacity: 0.7; }
  .single-post .standard section.featured-slideshow .advertisement {
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    margin-left: 20px; }
    .single-post .standard section.featured-slideshow .advertisement .image {
      height: 600px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background: #ddd; }

.single-post .legacy section.top-area {
  padding-top: 86px;
  padding-bottom: 54px; }
  .single-post .legacy section.top-area > .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .single-post .legacy section.top-area .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 49.20635%;
    text-align: center; }
    .single-post .legacy section.top-area .content h1 {
      max-width: 252px;
      margin-bottom: 12px;
      font-family: 'UtopiaStd-Bold';
      font-size: 23px;
      letter-spacing: -0.21px;
      line-height: 1.4; }
      @media (max-width: 480px) {
        .single-post .legacy section.top-area .content h1 {
          font-size: 19px;
          letter-spacing: -0.08px; } }
      @media (max-width: 768px) {
        .single-post .legacy section.top-area .content h1 {
          max-width: 230px;
          line-height: 1.2; } }
    .single-post .legacy section.top-area .content h2 {
      font-family: 'GT-Walsheim-Regular';
      font-size: 11px;
      letter-spacing: 2.2px;
      margin-bottom: 38px; }
      @media (max-width: 480px) {
        .single-post .legacy section.top-area .content h2 {
          font-family: 'GT-Walsheim-Bold';
          font-size: 9px;
          letter-spacing: 0.68px; } }
      @media (max-width: 768px) {
        .single-post .legacy section.top-area .content h2 {
          margin-bottom: 12px; } }
    .single-post .legacy section.top-area .content .date {
      font-family: 'Pona-LightItalic';
      font-size: 15px; }

.single-post .legacy section.content .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 92px; }
  @media (max-width: 768px) {
    .single-post .legacy section.content .container {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .single-post .legacy section.content .container .content {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .single-post .legacy section.content .container .gutter {
    -webkit-flex: 0 1 25.39683%;
    -ms-flex: 0 1 25.39683%;
    flex: 0 1 25.39683%;
    padding: 0 25px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }
    @media (max-width: 1280px) {
      .single-post .legacy section.content .container .gutter:last-child {
        -webkit-flex: 0 1;
        -ms-flex: 0 1;
        flex: 0 1; }
        .single-post .legacy section.content .container .gutter:last-child .quote {
          padding: 0 32px; }
      .single-post .legacy section.content .container .gutter:first-child {
        padding-left: 0;
        -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
        flex: 0 1 30%; } }
    @media (max-width: 1023px) {
      .single-post .legacy section.content .container .gutter:last-child {
        -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%; }
        .single-post .legacy section.content .container .gutter:last-child .quote {
          padding: 0 32px; }
      .single-post .legacy section.content .container .gutter:first-child {
        padding-left: 10px;
        -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%; } }
    @media (max-width: 768px) {
      .single-post .legacy section.content .container .gutter {
        padding: 0; }
        .single-post .legacy section.content .container .gutter:first-child {
          -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto; } }

.single-post .legacy section.content .author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .single-post .legacy section.content .author .author_image {
    width: 120px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%; }
    @media (max-width: 480px) {
      .single-post .legacy section.content .author .author_image {
        width: 65px;
        height: 65px; } }
  .single-post .legacy section.content .author .author_data {
    margin-top: 32px;
    font-family: 'GT-Walsheim-Regular';
    font-size: 15px;
    line-height: 22.37px;
    text-align: center; }
    @media (max-width: 480px) {
      .single-post .legacy section.content .author .author_data {
        margin-top: 22px; } }
  .single-post .legacy section.content .author .publish_date {
    margin-top: 12px;
    font-family: 'Pona-LightItalic';
    font-size: 15px;
    text-align: center; }
    @media (max-width: 480px) {
      .single-post .legacy section.content .author .publish_date {
        margin-top: 0; } }

.single-post .legacy section.content .content > *:first-child,
.single-post .legacy section.content .content > *:first-child > *,
.single-post .legacy section.content .content > *:first-child > * > * {
  margin-top: 0 !important; }

.single-post .legacy section.content .content > *:not(:first-child):not(h5) {
  margin: 16px 0 24px; }
  @media (max-width: 480px) {
    .single-post .legacy section.content .content > *:not(:first-child):not(h5) {
      margin-top: 8px; } }

.single-post .legacy section.content .content > * > img,
.single-post .legacy section.content .content > * > a > img {
  margin-top: 16px; }

.single-post .legacy section.content .content h2 {
  margin-top: 26px !important;
  margin-bottom: 24px;
  padding-top: 44px;
  text-align: center;
  border-top: 0.3px solid #E1E1DE;
  font-family: 'GT-Walsheim-Bold';
  font-size: 15px;
  line-height: 22.37px;
  letter-spacing: 1.13px;
  color: #1A1A1A;
  font-family: 'GT-Walsheim-Regular'; }

.single-post .legacy section.content .content h1, .single-post .legacy section.content .content h2, .single-post .legacy section.content .content h3, .single-post .legacy section.content .content h4, .single-post .legacy section.content .content h6 {
  font-family: 'GT-Walsheim-Bold';
  font-size: 17px;
  letter-spacing: 0.85px;
  color: #656565;
  letter-spacing: 0;
  color: #333333; }

.single-post .legacy section.content .content p {
  font-family: 'Pona-Light';
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.14px; }
  @media (max-width: 480px) {
    .single-post .legacy section.content .content p {
      font-size: 15px;
      line-height: 23px;
      letter-spacing: 0.1px; } }
  .single-post .legacy section.content .content p em {
    font-family: 'Pona-LightItalic'; }
  .single-post .legacy section.content .content p strong {
    font-family: 'Pona-Semibold'; }
    .single-post .legacy section.content .content p strong em {
      font-family: 'Pona-SemiboldItalic'; }
  .single-post .legacy section.content .content p a {
    color: #B5C4CC;
    text-decoration: underline;
    cursor: pointer;
    transition: opacity 0.2s ease; }
    .single-post .legacy section.content .content p a:hover {
      opacity: 0.7; }

.single-post .legacy section.content .content img {
  max-width: 100%;
  height: auto; }

.single-post .legacy section.content .content > h5 {
  font-family: 'GT-Walsheim-Regular';
  font-size: 13px;
  line-height: 20px;
  color: #919191;
  font-weight: normal;
  margin-top: 28px;
  font-weight: normal;
  padding-bottom: 16px; }
  .single-post .legacy section.content .content > h5 a {
    color: #919191; }

.single-post .legacy section.content .advertisement .image {
  width: 300px;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background: #ddd; }

.single-post .wrapper.video div.video_area {
  margin-top: 24px; }
  .single-post .wrapper.video div.video_area .video_embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
    .single-post .wrapper.video div.video_area .video_embed iframe, .single-post .wrapper.video div.video_area .video_embed object, .single-post .wrapper.video div.video_area .video_embed embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .single-post .wrapper.video div.video_area .video_custom {
    width: 100%;
    height: auto; }
    .single-post .wrapper.video div.video_area .video_custom .video-js {
      padding-top: 56.25%;
      position: relative !important;
      width: 100% !important;
      height: auto !important; }
    .single-post .wrapper.video div.video_area .video_custom .vjs-poster {
      position: absolute !important;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    .single-post .wrapper.video div.video_area .video_custom .vjs-default-skin .vjs-big-play-button {
      top: 45%;
      left: 47%;
      width: 90px;
      height: 90px;
      border: none;
      box-shadow: none; }
      .single-post .wrapper.video div.video_area .video_custom .vjs-default-skin .vjs-big-play-button:before {
        content: '';
        text-shadow: none; }
    .single-post .wrapper.video div.video_area .video_custom .vjs-play-progress, .single-post .wrapper.video div.video_area .video_custom .vjs-volume-level {
      background: #FFD700; }
    .single-post .wrapper.video div.video_area .video_custom .vjs-play-control {
      text-shadow: none; }

.single-post .wrapper.video section.title .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media (max-width: 768px) {
    .single-post .wrapper.video section.title .container {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .single-post .wrapper.video section.title .container .content {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .single-post .wrapper.video section.title .container .gutter {
    -webkit-flex: 0 1 25.39683%;
    -ms-flex: 0 1 25.39683%;
    flex: 0 1 25.39683%;
    padding: 0 25px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }
    @media (max-width: 1280px) {
      .single-post .wrapper.video section.title .container .gutter:last-child {
        -webkit-flex: 0 1;
        -ms-flex: 0 1;
        flex: 0 1; }
        .single-post .wrapper.video section.title .container .gutter:last-child .quote {
          padding: 0 32px; }
      .single-post .wrapper.video section.title .container .gutter:first-child {
        padding-left: 0;
        -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
        flex: 0 1 30%; } }
    @media (max-width: 1023px) {
      .single-post .wrapper.video section.title .container .gutter:last-child {
        -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%; }
        .single-post .wrapper.video section.title .container .gutter:last-child .quote {
          padding: 0 32px; }
      .single-post .wrapper.video section.title .container .gutter:first-child {
        padding-left: 10px;
        -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%; } }
    @media (max-width: 768px) {
      .single-post .wrapper.video section.title .container .gutter {
        padding: 0; }
        .single-post .wrapper.video section.title .container .gutter:first-child {
          -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto; } }
  .single-post .wrapper.video section.title .container .sponsor {
    -webkit-flex: 0 1 25.39683%;
    -ms-flex: 0 1 25.39683%;
    flex: 0 1 25.39683%;
    padding-top: 15px; }
    .single-post .wrapper.video section.title .container .sponsor > a.logo,
    .single-post .wrapper.video section.title .container .sponsor a.logo > img,
    .single-post .wrapper.video section.title .container .sponsor > div {
      max-width: 140px; }
    .single-post .wrapper.video section.title .container .sponsor a {
      display: inline-block;
      font-family: 'BrandonGrotesque-Bold';
      font-size: 9px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      text-align: center;
      cursor: pointer;
      transition: opacity 0.2s ease; }
      .single-post .wrapper.video section.title .container .sponsor a:hover {
        opacity: 0.7; }
    .single-post .wrapper.video section.title .container .sponsor .line {
      border-bottom: 1px solid #ccc;
      margin: 10px 0; }
    @media (max-width: 768px) {
      .single-post .wrapper.video section.title .container .sponsor {
        display: none; } }
  .single-post .wrapper.video section.title .container .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: 84px;
    margin-bottom: 50px; }
    .single-post .wrapper.video section.title .container .content h4 {
      text-transform: uppercase;
      margin-bottom: 12px;
      margin-top: 16px; }
  .single-post .wrapper.video section.title .container .gutter:last-child {
    position: relative; }
    .single-post .wrapper.video section.title .container .gutter:last-child .ad-wrapper {
      position: absolute;
      top: 0;
      right: 0;
      padding-top: 20px; }
      @media (max-width: 1280px) {
        .single-post .wrapper.video section.title .container .gutter:last-child .ad-wrapper {
          display: none; } }

.single-post .wrapper.video section.introduction.dropcap .content .text > p:first-child:first-letter {
  float: left;
  font-family: 'Pona-Light';
  font-size: 54px;
  line-height: 0px;
  padding-top: 1px;
  padding-right: 0px;
  padding-left: 0px; }

.single-post .wrapper.video section.content-blocks.old .block:last-child {
  margin-bottom: 92px; }

.single-post .wrapper.video section.content-blocks .container {
  padding-left: 0;
  padding-right: 0; }
  .single-post .wrapper.video section.content-blocks .container .block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-top: 16px;
    padding-bottom: 16px; }
    @media (max-width: 768px) {
      .single-post .wrapper.video section.content-blocks .container .block {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .single-post .wrapper.video section.content-blocks .container .block .content {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .single-post .wrapper.video section.content-blocks .container .block .gutter {
      -webkit-flex: 0 1 25.39683%;
      -ms-flex: 0 1 25.39683%;
      flex: 0 1 25.39683%;
      padding: 0 25px;
      box-sizing: border-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative; }
      @media (max-width: 1280px) {
        .single-post .wrapper.video section.content-blocks .container .block .gutter:last-child {
          -webkit-flex: 0 1;
          -ms-flex: 0 1;
          flex: 0 1; }
          .single-post .wrapper.video section.content-blocks .container .block .gutter:last-child .quote {
            padding: 0 32px; }
        .single-post .wrapper.video section.content-blocks .container .block .gutter:first-child {
          padding-left: 0;
          -webkit-flex: 0 1 30%;
          -ms-flex: 0 1 30%;
          flex: 0 1 30%; } }
      @media (max-width: 1023px) {
        .single-post .wrapper.video section.content-blocks .container .block .gutter:last-child {
          -webkit-flex: 0 1 25%;
          -ms-flex: 0 1 25%;
          flex: 0 1 25%; }
          .single-post .wrapper.video section.content-blocks .container .block .gutter:last-child .quote {
            padding: 0 32px; }
        .single-post .wrapper.video section.content-blocks .container .block .gutter:first-child {
          padding-left: 10px;
          -webkit-flex: 0 1 25%;
          -ms-flex: 0 1 25%;
          flex: 0 1 25%; } }
      @media (max-width: 768px) {
        .single-post .wrapper.video section.content-blocks .container .block .gutter {
          padding: 0; }
          .single-post .wrapper.video section.content-blocks .container .block .gutter:first-child {
            -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto; } }
    @media (max-width: 768px) {
      .single-post .wrapper.video section.content-blocks .container .block {
        margin-top: 4px;
        padding-bottom: 4px; } }
    @media (min-width: 769px) {
      .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image,
      .single-post .wrapper.video section.content-blocks .container .block.slideshow_with_ad .content {
        padding-left: 20px;
        padding-right: 20px; } }
  @media (min-width: 769px) and (max-width: 768px) {
    .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image,
    .single-post .wrapper.video section.content-blocks .container .block.slideshow_with_ad .content {
      padding-left: 10px;
      padding-right: 10px; } }
    .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content {
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content .image-container, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container {
        position: relative; }
        .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content .image-container .image, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container .image, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container .image, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container .image {
          max-width: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
        .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content .image-container .caption, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container .caption, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container .caption, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container .caption {
          position: absolute;
          top: 0;
          left: 0;
          padding-top: 60px;
          padding-left: 60px;
          width: 240px;
          opacity: 0;
          cursor: pointer;
          transition: opacity 0.2s ease; }
          @media (max-width: 768px) {
            .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content .image-container .caption, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container .caption, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container .caption, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container .caption {
              position: static;
              width: auto;
              padding-top: 0;
              padding-left: 20px;
              padding-right: 20px;
              box-sizing: border-box;
              opacity: 1;
              transition: none; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content .image-container .caption, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container .caption, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container .caption, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container .caption {
      padding-left: 10px;
      padding-right: 10px; } }
          .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content .image-container .caption h3, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container .caption h3, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container .caption h3, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption h3, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption h3, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container .caption h3 {
            font-family: 'GT-Walsheim-Bold';
            font-size: 13px;
            line-height: 19px;
            text-transform: uppercase; }
          .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content .image-container .caption div.nick, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container .caption div.nick, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container .caption div.nick, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption div.nick, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption div.nick, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container .caption div.nick {
            margin-bottom: 2px; }
          .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content .image-container .caption p, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container .caption p, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container .caption p, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption p, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption p, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container .caption p {
            font-family: 'GT-Walsheim-Regular';
            font-size: 13px;
            line-height: 19px; }
            .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content .image-container .caption p a, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container .caption p a, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container .caption p a, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption p a, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption p a, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container .caption p a {
              text-decoration: underline;
              cursor: pointer;
              transition: opacity 0.2s ease; }
              .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content .image-container .caption p a:hover, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container .caption p a:hover, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container .caption p a:hover, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption p a:hover, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption p a:hover, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container .caption p a:hover {
                opacity: 0.7; }
            @media (max-width: 768px) {
              .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content .image-container .caption p, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container .caption p, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container .caption p, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container .caption p, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container .caption p, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container .caption p {
                padding-top: 10px;
                padding-bottom: 10px;
                font-size: 10px;
                line-height: 12px;
                color: #919191; } }
        .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content .image-container .pinterest, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container .pinterest, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container .pinterest, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container .pinterest, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container .pinterest, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container .pinterest {
          position: absolute;
          top: 0;
          right: 0;
          padding-right: 60px;
          padding-top: 60px;
          opacity: 0;
          transition: opacity 0.2s ease; }
          @media (max-width: 768px) {
            .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content .image-container .pinterest, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container .pinterest, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container .pinterest, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container .pinterest, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container .pinterest, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container .pinterest {
              display: none; } }
      @media (min-width: 769px) {
        .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content .image-container:hover .pinterest, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container:hover .pinterest, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container:hover .pinterest, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container:hover .pinterest, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container:hover .pinterest, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container:hover .pinterest {
          cursor: pointer;
          pointer-events: all;
          opacity: 1;
          z-index: 1; }
        .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content .image-container.has-caption:hover .image, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container.has-caption:hover .image, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container.has-caption:hover .image, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container.has-caption:hover .image, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container.has-caption:hover .image, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container.has-caption:hover .image {
          opacity: 0.35; }
        .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content .image-container.has-caption:hover .caption, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container.has-caption:hover .caption, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container.has-caption:hover .caption, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container.has-caption:hover .caption {
          opacity: 1; }
        .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content .image-container.has-caption .image, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container.has-caption .image, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container.has-caption .image, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container.has-caption .image, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container.has-caption .image, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container.has-caption .image {
          cursor: pointer;
          transition: opacity 0.2s ease; } }
    .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content .image-container {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content .image-container .image {
        height: 600px; }
        @media (max-width: 768px) {
          .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content .image-container .image {
            height: 203px; } }
    .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .ad-unit {
      -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px;
      margin-left: 20px;
      background: #ddd; }
      @media (max-width: 768px) {
        .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .ad-unit {
          display: none; } }
    .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container {
      -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; }
      .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container .image {
        height: 708px; }
        @media (max-width: 768px) {
          .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container .image {
            height: 203px; } }
    .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container {
      -webkit-flex: 0 1 49.20635%;
      -ms-flex: 0 1 49.20635%;
      flex: 0 1 49.20635%; }
      .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container:first-child {
        -webkit-flex: 1 0 49.20635%;
        -ms-flex: 1 0 49.20635%;
        flex: 1 0 49.20635%;
        margin-right: 20px; }
      @media (max-width: 768px) {
        .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container:first-child {
          margin-right: 0;
          margin-bottom: 10px; } }
      .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container .image {
        height: 800px; }
        @media (max-width: 768px) {
          .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container .image {
            height: 412px; } }
    .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content {
        -webkit-flex: 800px;
        -ms-flex: 800px;
        flex: 800px;
        max-height: 800px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (max-width: 768px) {
          .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content {
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            max-height: none; } }
      .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 49.20635%; }
        @media (max-width: 768px) {
          .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container {
            width: 100%; }
            .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container:not(:last-child), .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container:not(:last-child) {
              margin-bottom: 10px; } }
        .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image {
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; }
      .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child {
        -webkit-flex: 0 1 800px;
        -ms-flex: 0 1 800px;
        flex: 0 1 800px; }
        @media (max-width: 768px) {
          .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child {
            height: 412px; } }
      .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child) {
        -webkit-flex: 0 1 390px;
        -ms-flex: 0 1 390px;
        flex: 0 1 390px;
        margin-left: 20px; }
        @media (max-width: 768px) {
          .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child) {
            margin-left: 0;
            height: 203px; } }
      @media (max-width: 768px) {
        .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child) {
          -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
          flex-basis: auto;
          -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0; } }
      .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child {
        -webkit-flex: 0 1 800px;
        -ms-flex: 0 1 800px;
        flex: 0 1 800px;
        margin-left: 20px; }
        @media (max-width: 768px) {
          .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child {
            height: 412px;
            margin-left: 0; } }
      .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child) {
        -webkit-flex: 0 1 390px;
        -ms-flex: 0 1 390px;
        flex: 0 1 390px; }
        @media (max-width: 768px) {
          .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child) {
            height: 203px; } }
      @media (max-width: 768px) {
        .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child) {
          -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
          flex-basis: auto;
          -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0; } }
    .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content {
        -webkit-flex: 1216px;
        -ms-flex: 1216px;
        flex: 1216px;
        max-height: 1216px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (max-width: 768px) {
          .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content {
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            max-height: none; } }
      .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 49.20635%; }
        @media (max-width: 768px) {
          .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container {
            width: 100%; }
            .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container:not(:last-child) {
              margin-bottom: 10px; } }
        .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container .image {
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; }
        .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container:first-child, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container:last-child {
          -webkit-flex: 0 1 800px;
          -ms-flex: 0 1 800px;
          flex: 0 1 800px; }
          @media (max-width: 768px) {
            .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container:first-child, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container:last-child {
              -webkit-flex: auto;
              -ms-flex: auto;
              flex: auto; }
              .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container:first-child .image, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container:last-child .image {
                height: 412px; } }
        .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(2), .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3) {
          -webkit-flex: 0 1 396px;
          -ms-flex: 0 1 396px;
          flex: 0 1 396px; }
          @media (max-width: 768px) {
            .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(2), .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3) {
              -webkit-flex: auto;
              -ms-flex: auto;
              flex: auto; }
              .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(2) .image, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3) .image {
                height: 203px; } }
        .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3), .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(4) {
          margin-left: 20px; }
          @media (max-width: 768px) {
            .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(3), .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container:nth-child(4) {
              margin-left: 0; } }
    .single-post .wrapper.video section.content-blocks .container .block.slideshow_with_ad .content {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .single-post .wrapper.video section.content-blocks .container .block.slideshow_with_ad .content::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 1px;
        margin-top: 610px;
        background: #DDDDDA; }
    .single-post .wrapper.video section.content-blocks .container .block.slideshow_with_ad .slider {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .single-post .wrapper.video section.content-blocks .container .block.slideshow_with_ad .slider .item {
        width: 100%; }
        .single-post .wrapper.video section.content-blocks .container .block.slideshow_with_ad .slider .item .image {
          background-color: rgba(0, 0, 0, 0.1);
          height: 600px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
        .single-post .wrapper.video section.content-blocks .container .block.slideshow_with_ad .slider .item[data-portrait="1"] .image {
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center; }
        .single-post .wrapper.video section.content-blocks .container .block.slideshow_with_ad .slider .item .caption {
          margin-top: 10px; }
          .single-post .wrapper.video section.content-blocks .container .block.slideshow_with_ad .slider .item .caption p, .single-post .wrapper.video section.content-blocks .container .block.slideshow_with_ad .slider .item .caption p a {
            font-family: 'GT-Walsheim-Regular';
            font-size: 13px;
            line-height: 20px;
            color: #919191;
            font-weight: normal;
            margin-top: 28px; }
          .single-post .wrapper.video section.content-blocks .container .block.slideshow_with_ad .slider .item .caption a {
            cursor: pointer;
            transition: opacity 0.2s ease; }
            .single-post .wrapper.video section.content-blocks .container .block.slideshow_with_ad .slider .item .caption a:hover {
              opacity: 0.7; }
    .single-post .wrapper.video section.content-blocks .container .block.slideshow_with_ad .advertisement {
      -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px;
      margin-left: 20px; }
      .single-post .wrapper.video section.content-blocks .container .block.slideshow_with_ad .advertisement .image {
        height: 600px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background: #ddd; }
    .single-post .wrapper.video section.content-blocks .container .block.text {
      padding-top: 55px;
      padding-bottom: 75px;
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 768px) {
        .single-post .wrapper.video section.content-blocks .container .block.text {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 768px) {
        .single-post .wrapper.video section.content-blocks .container .block.text {
          padding-top: 40px;
          padding-bottom: 35px; } }
      .single-post .wrapper.video section.content-blocks .container .block.text .gutter:first-child {
        -webkit-flex: 0 1 330px;
        -ms-flex: 0 1 330px;
        flex: 0 1 330px; }
        @media (max-width: 1024px) {
          .single-post .wrapper.video section.content-blocks .container .block.text .gutter:first-child {
            -webkit-flex: 0 1 200px;
            -ms-flex: 0 1 200px;
            flex: 0 1 200px; } }
        @media (max-width: 768px) {
          .single-post .wrapper.video section.content-blocks .container .block.text .gutter:first-child {
            -webkit-flex: none;
            -ms-flex: none;
            flex: none; } }
      @media (max-width: 1024px) {
        .single-post .wrapper.video section.content-blocks .container .block.text .content {
          padding-bottom: 30px; } }
      .single-post .wrapper.video section.content-blocks .container .block.text .gutter:last-child {
        -webkit-flex: 0 1 300px;
        -ms-flex: 0 1 300px;
        flex: 0 1 300px;
        padding-left: 0;
        padding-right: 0; }
      .single-post .wrapper.video section.content-blocks .container .block.text .photo-credit-mobile {
        display: none; }
        @media (max-width: 768px) {
          .single-post .wrapper.video section.content-blocks .container .block.text .photo-credit-mobile {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: left;
            -ms-flex-pack: left;
            justify-content: left;
            margin-top: -30px;
            margin-bottom: 30px; }
            .single-post .wrapper.video section.content-blocks .container .block.text .photo-credit-mobile p {
              font-size: 11px;
              color: #656565; }
              .single-post .wrapper.video section.content-blocks .container .block.text .photo-credit-mobile p a {
                color: #656565;
                border-bottom: 1px solid #eee; } }
      .single-post .wrapper.video section.content-blocks .container .block.text .author {
        display: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 6px; }
        .single-post .wrapper.video section.content-blocks .container .block.text .author .author_image {
          width: 120px;
          height: 120px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          border-radius: 50%; }
          @media (max-width: 1023px) {
            .single-post .wrapper.video section.content-blocks .container .block.text .author .author_image {
              width: 65px;
              height: 65px; } }
        .single-post .wrapper.video section.content-blocks .container .block.text .author .author_data {
          margin-top: 32px;
          font-family: 'GT-Walsheim-Regular';
          font-size: 15px;
          line-height: 22.37px;
          text-align: center; }
          @media (max-width: 1023px) {
            .single-post .wrapper.video section.content-blocks .container .block.text .author .author_data {
              margin-top: 22px; } }
        .single-post .wrapper.video section.content-blocks .container .block.text .author .publish_date {
          margin-top: 12px;
          font-family: 'Pona-LightItalic';
          font-size: 15px;
          text-align: center; }
          @media (max-width: 1023px) {
            .single-post .wrapper.video section.content-blocks .container .block.text .author .publish_date {
              margin-top: 0; } }
      .single-post .wrapper.video section.content-blocks .container .block.text.intro .text p {
        font-family: 'Pona-Semibold'; }
      @media (max-width: 768px) {
        .single-post .wrapper.video section.content-blocks .container .block.text .text {
          margin-top: 50px;
          padding-left: 15px;
          padding-right: 15px; } }
      .single-post .wrapper.video section.content-blocks .container .block.text .text h2 {
        margin-bottom: 20px;
        text-align: center;
        font-family: 'GT-Walsheim-Bold';
        font-size: 15px;
        line-height: 22.37px;
        letter-spacing: 1.13px;
        color: #1A1A1A; }
      .single-post .wrapper.video section.content-blocks .container .block.text .text h2.sub-heading-h2 {
        font-family: 'Pona-SemiboldItalic';
        font-size: 17px;
        line-height: 24px;
        letter-spacing: 0.14px;
        text-transform: none;
        color: #333333;
        display: inline;
        background-color: #D5EDEF;
        line-height: 30px; }
        .single-post .wrapper.video section.content-blocks .container .block.text .text h2.sub-heading-h2::after {
          content: '';
          display: block;
          padding-bottom: 25px; }
      .single-post .wrapper.video section.content-blocks .container .block.text .text h3.sub-heading-h3 {
        font-family: 'Pona-SemiboldItalic';
        font-size: 17px;
        line-height: 24px;
        letter-spacing: 0.14px;
        text-transform: none;
        color: #333333;
        margin-bottom: 25px; }
      .single-post .wrapper.video section.content-blocks .container .block.text .text p {
        font-family: 'Pona-Light';
        font-size: 17px;
        line-height: 24px;
        letter-spacing: 0.14px; }
        @media (max-width: 480px) {
          .single-post .wrapper.video section.content-blocks .container .block.text .text p {
            font-size: 15px;
            line-height: 23px;
            letter-spacing: 0.1px; } }
        .single-post .wrapper.video section.content-blocks .container .block.text .text p:not(:last-of-type) {
          margin-bottom: 24px; }
        .single-post .wrapper.video section.content-blocks .container .block.text .text p em {
          font-family: 'Pona-LightItalic'; }
        .single-post .wrapper.video section.content-blocks .container .block.text .text p strong {
          font-family: 'Pona-Semibold'; }
          .single-post .wrapper.video section.content-blocks .container .block.text .text p strong em {
            font-family: 'Pona-SemiboldItalic'; }
        .single-post .wrapper.video section.content-blocks .container .block.text .text p a {
          color: #809FA2;
          text-decoration: underline;
          transition: color 0.25s ease; }
          .single-post .wrapper.video section.content-blocks .container .block.text .text p a:hover {
            color: #ACCCD3; }
      .single-post .wrapper.video section.content-blocks .container .block.text .text iframe.instagram-media {
        position: inherit !important; }
      .single-post .wrapper.video section.content-blocks .container .block.text .quote {
        max-width: 235px;
        margin: 200px auto 0;
        text-align: center; }
        @media (max-width: 1024px) {
          .single-post .wrapper.video section.content-blocks .container .block.text .quote {
            display: none; } }
        .single-post .wrapper.video section.content-blocks .container .block.text .quote p {
          font-family: 'Pona-Semibold';
          font-size: 24px;
          line-height: 30px; }
        .single-post .wrapper.video section.content-blocks .container .block.text .quote a {
          color: #809FA2;
          text-decoration: underline;
          transition: color 0.25s ease; }
          .single-post .wrapper.video section.content-blocks .container .block.text .quote a:hover {
            color: #ACCCD3; }
      .single-post .wrapper.video section.content-blocks .container .block.text.dropcap .content .text1 > p:first-child:first-letter {
        float: left;
        font-family: 'Pona-Light';
        font-size: 54px;
        line-height: 0px;
        padding-top: 1px;
        padding-right: 0px;
        padding-left: 0px; }
    .single-post .wrapper.video section.content-blocks .container .block.text_with_insert .insert {
      border-top: 1px solid #d9d9d6;
      border-bottom: 1px solid #d9d9d6;
      margin: 40px 0;
      padding: 20px 0; }
      .single-post .wrapper.video section.content-blocks .container .block.text_with_insert .insert .post-title p {
        font-family: 'Pona-LightItalic';
        font-size: 17px;
        line-height: 21px;
        color: #666;
        margin-bottom: 10px; }
        .single-post .wrapper.video section.content-blocks .container .block.text_with_insert .insert .post-title p strong {
          font-family: 'Pona-Semibold'; }
      .single-post .wrapper.video section.content-blocks .container .block.text_with_insert .insert .caption p {
        font-size: 11px;
        color: #afafaf;
        margin-top: 20px; }
        .single-post .wrapper.video section.content-blocks .container .block.text_with_insert .insert .caption p a {
          color: #afafaf;
          text-decoration: underline; }
      .single-post .wrapper.video section.content-blocks .container .block.text_with_insert .insert.video .video_container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        height: auto; }
        .single-post .wrapper.video section.content-blocks .container .block.text_with_insert .insert.video .video_container iframe, .single-post .wrapper.video section.content-blocks .container .block.text_with_insert .insert.video .video_container object, .single-post .wrapper.video section.content-blocks .container .block.text_with_insert .insert.video .video_container embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .single-post .wrapper.video section.content-blocks .container .block.text_with_insert .insert.blogpost a.image {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 344px; }
    .single-post .wrapper.video section.content-blocks .container .block.video .content, .single-post .wrapper.video section.content-blocks .container .block.internal_tdf_video .content {
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 768px) {
        .single-post .wrapper.video section.content-blocks .container .block.video .content, .single-post .wrapper.video section.content-blocks .container .block.internal_tdf_video .content {
          padding-left: 10px;
          padding-right: 10px; } }
    .single-post .wrapper.video section.content-blocks .container .block.video .video_container, .single-post .wrapper.video section.content-blocks .container .block.internal_tdf_video .video_container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
      height: auto; }
      .single-post .wrapper.video section.content-blocks .container .block.video .video_container iframe, .single-post .wrapper.video section.content-blocks .container .block.video .video_container object, .single-post .wrapper.video section.content-blocks .container .block.video .video_container embed, .single-post .wrapper.video section.content-blocks .container .block.internal_tdf_video .video_container iframe, .single-post .wrapper.video section.content-blocks .container .block.internal_tdf_video .video_container object, .single-post .wrapper.video section.content-blocks .container .block.internal_tdf_video .video_container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .single-post .wrapper.video section.content-blocks .container .block.gravity_form {
      padding-bottom: 96px; }
      .single-post .wrapper.video section.content-blocks .container .block.gravity_form .container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        padding-top: 85px;
        padding-left: 20px;
        padding-right: 20px; }
        @media (max-width: 768px) {
          .single-post .wrapper.video section.content-blocks .container .block.gravity_form .container {
            padding-left: 10px;
            padding-right: 10px; } }
        @media (max-width: 768px) {
          .single-post .wrapper.video section.content-blocks .container .block.gravity_form .container {
            padding-top: 40px;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .single-post .wrapper.video section.content-blocks .container .block.gravity_form .container .content {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          max-width: 600px; }
          .single-post .wrapper.video section.content-blocks .container .block.gravity_form .container .content h2 {
            font-family: 'Pona-Semibold';
            font-size: 24px;
            line-height: 30px;
            color: black;
            text-transform: none;
            max-width: 300px;
            text-align: center; }
          .single-post .wrapper.video section.content-blocks .container .block.gravity_form .container .content .extra-text {
            -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
            align-self: flex-start;
            padding-left: 16px; }
          .single-post .wrapper.video section.content-blocks .container .block.gravity_form .container .content .gform_wrapper {
            width: 600px; }
            .single-post .wrapper.video section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield {
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              margin-bottom: 48px;
              padding-left: 16px; }
              @media (max-width: 768px) {
                .single-post .wrapper.video section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield {
                  -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                  flex-direction: column;
                  -webkit-align-items: stretch;
                  -ms-flex-align: stretch;
                  align-items: stretch; }
                  .single-post .wrapper.video section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield label {
                    margin-bottom: 16px; } }
              .single-post .wrapper.video section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield .validation_message {
                display: none; }
              .single-post .wrapper.video section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield label {
                text-transform: uppercase;
                font-family: 'GT-Walsheim-Light';
                font-size: 14px;
                line-height: 22.37px;
                letter-spacing: 1.5px;
                opacity: 0.5;
                margin-right: 15px; }
              .single-post .wrapper.video section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container {
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
                margin-top: 0;
                padding-right: 16px; }
                .single-post .wrapper.video section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container input {
                  border: 0;
                  width: 100%; }
              .single-post .wrapper.video section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 {
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                margin-bottom: 24px;
                -webkit-align-items: flex-start;
                -ms-flex-align: start;
                align-items: flex-start; }
                .single-post .wrapper.video section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 label {
                  margin-bottom: 16px; }
                .single-post .wrapper.video section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container {
                  width: 100%; }
                  .single-post .wrapper.video section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container textarea {
                    width: 100%;
                    border: 0; }
            .single-post .wrapper.video section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gform_footer {
              padding-left: 16px; }
              .single-post .wrapper.video section.content-blocks .container .block.gravity_form .container .content .gform_wrapper .gform_footer input[type="submit"] {
                border: 0;
                background-color: black;
                color: white;
                height: 45px;
                width: 180px;
                text-transform: uppercase;
                letter-spacing: 1px; }
          .single-post .wrapper.video section.content-blocks .container .block.gravity_form .container .content .gform_confirmation_wrapper {
            margin: 40px 0;
            padding: 0 16px; }
          .single-post .wrapper.video section.content-blocks .container .block.gravity_form .container .content .gfield_required {
            display: none; }
    .single-post .wrapper.video section.content-blocks .container .block.ingredients {
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 768px) {
        .single-post .wrapper.video section.content-blocks .container .block.ingredients {
          padding-left: 10px;
          padding-right: 10px; } }
      .single-post .wrapper.video section.content-blocks .container .block.ingredients .content {
        padding-left: 25.39683%;
        padding-right: 25.39683%; }
        .single-post .wrapper.video section.content-blocks .container .block.ingredients .content h2 {
          margin-top: 16px;
          margin-bottom: 32px;
          text-align: center;
          font-family: 'GT-Walsheim-Bold';
          font-size: 15px;
          line-height: 22.37px;
          letter-spacing: 1.13px;
          color: #1A1A1A; }
        .single-post .wrapper.video section.content-blocks .container .block.ingredients .content h3 {
          display: inline;
          display: inline;
          background-color: #D5EDEF;
          line-height: 30px;
          font-family: 'Pona-SemiboldItalic';
          font-size: 17px;
          letter-spacing: 0.14px; }
          .single-post .wrapper.video section.content-blocks .container .block.ingredients .content h3::after {
            content: '';
            display: block;
            padding-bottom: 25px; }
        .single-post .wrapper.video section.content-blocks .container .block.ingredients .content ul.ingredients {
          margin-top: 26px;
          margin-bottom: 6px;
          padding-left: 0;
          list-style: none; }
          .single-post .wrapper.video section.content-blocks .container .block.ingredients .content ul.ingredients li {
            font-family: 'Pona-Light';
            font-size: 17px;
            line-height: 24px;
            letter-spacing: 0.14px;
            color: #1A1A1A; }
            @media (max-width: 480px) {
              .single-post .wrapper.video section.content-blocks .container .block.ingredients .content ul.ingredients li {
                font-size: 15px;
                line-height: 23px;
                letter-spacing: 0.1px; } }
    .single-post .wrapper.video section.content-blocks .container .block.simplecast {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 55px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 768px) {
        .single-post .wrapper.video section.content-blocks .container .block.simplecast {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 768px) {
        .single-post .wrapper.video section.content-blocks .container .block.simplecast {
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; } }
      .single-post .wrapper.video section.content-blocks .container .block.simplecast iframe {
        max-width: 700px;
        max-height: 212px; }
        @media (max-width: 1023px) {
          .single-post .wrapper.video section.content-blocks .container .block.simplecast iframe {
            max-width: 442px; } }
        @media (max-width: 768px) {
          .single-post .wrapper.video section.content-blocks .container .block.simplecast iframe {
            padding-top: 72px;
            max-width: 280px; } }
    .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      min-height: 620px;
      margin-bottom: 60px; }
      @media (max-width: 768px) {
        .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form {
          min-height: 0; } }
      .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 90px; }
        @media (max-width: 768px) {
          .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area {
            padding-bottom: 20px; } }
        .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields {
          max-width: 600px;
          width: 100%; }
          .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .intro-text {
            margin-top: 137px;
            margin-bottom: 50px;
            text-align: center; }
            .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .intro-text p {
              font-size: 39px;
              font-family: "minion-pro";
              font-weight: 400;
              line-height: 48px;
              color: white; }
            @media (max-width: 768px) {
              .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .intro-text {
                padding-left: 20px;
                padding-right: 20px; } }
          .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field {
            margin-bottom: 30px; }
            .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input, .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea {
              border: 0;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              height: 30px;
              width: 100%;
              padding-left: 16px;
              margin-bottom: 10px;
              box-sizing: border-box;
              border-radius: 0 !important; }
              .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input, .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder, .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea, .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea::-webkit-input-placeholder {
                font-family: 'GT-Walsheim-Regular';
                font-size: 15px;
                color: #afafaf;
                letter-spacing: 0.075em;
                text-transform: uppercase; }
              .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input, .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder, .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea, .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea:-ms-input-placeholder {
                font-family: 'GT-Walsheim-Regular';
                font-size: 15px;
                color: #afafaf;
                letter-spacing: 0.075em;
                text-transform: uppercase; }
              .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input, .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input::placeholder, .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea, .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea::placeholder {
                font-family: 'GT-Walsheim-Regular';
                font-size: 15px;
                color: #afafaf;
                letter-spacing: 0.075em;
                text-transform: uppercase; }
              .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input, .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea {
                color: #333333; }
              .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field input:focus, .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea:focus {
                outline: none; }
            .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field textarea {
              height: 200px;
              padding: 16px;
              margin-top: 40px; }
            .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields .field label {
              color: white; }
          @media (max-width: 768px) {
            .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields {
              padding-left: 20px;
              padding-right: 20px;
              padding-top: 50px;
              padding-bottom: 50px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .top-area .top-fields {
      padding-left: 10px;
      padding-right: 10px; } }
      .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .bottom-area {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 600px;
        width: 100%; }
        @media (max-width: 768px) {
          .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .bottom-area {
            padding-left: 32px;
            padding-right: 32px; } }
        .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .bottom-area .descriptor {
          margin-top: 70px;
          margin-bottom: 30px;
          font-family: 'sofia-pro';
          font-weight: 500;
          font-size: 25px; }
          @media (max-width: 768px) {
            .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .bottom-area .descriptor {
              margin-top: 50px; } }
        .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .bottom-area .groups .group-error {
          margin-top: 40px; }
        .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-right: 20px; }
          .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field .info {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            padding-left: 30px; }
            .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field .info label {
              font-family: 'sofia-pro';
              font-weight: 200;
              font-size: 16px;
              letter-spacing: 0.075em;
              text-transform: uppercase;
              margin-bottom: 7px;
              color: #58595B; }
            .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field .info .description {
              font-family: 'sofia-pro';
              font-weight: 100;
              font-style: italic;
              font-size: 10.5px;
              letter-spacing: 0.075em;
              text-transform: uppercase;
              color: #58595B; }
          .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .bottom-area .groups .field.promoters-list {
            border-top: 1px solid #333;
            padding-top: 40px;
            margin-top: 50px; }
        .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .bottom-area .groups .or {
          margin-top: 17px;
          margin-bottom: 25px;
          font-family: 'sofia-pro';
          font-weight: 500;
          letter-spacing: 0.075em;
          color: #58595B; }
        .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms {
          margin-top: 60px; }
          @media (max-width: 768px) {
            .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms {
              margin-top: 20px;
              padding-left: 45px; } }
          .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms input[type="submit"] {
            width: 140px;
            height: 40px;
            background-color: #071b51;
            color: white;
            border: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            @media (max-width: 768px) {
              .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms input[type="submit"] {
                margin-bottom: 20px; } }
          .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms {
            margin-top: 28px; }
            .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms p, .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms p a {
              color: #808080; }
            .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms p a {
              text-transform: uppercase;
              text-decoration: underline;
              cursor: pointer;
              transition: opacity 0.2s ease; }
              .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms p a:hover {
                opacity: 0.7; }
            @media (max-width: 768px) {
              .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .bottom-area .submit-terms .terms {
                margin-top: 0px; } }
      .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .mc-success-message {
        display: none;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 600px;
        width: 100%;
        margin: 100px auto; }
        .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .mc-success-message.active {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
        .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .mc-success-message p {
          font-size: 39px;
          font-family: "minion-pro";
          font-weight: 400;
          line-height: 48px; }
        @media (max-width: 768px) {
          .single-post .wrapper.video section.content-blocks .container .block.mailchimp_form .mc-success-message {
            padding: 0 20px;
            box-sizing: border-box;
            margin-top: 100px; } }
    @media (max-width: 480px) {
      .single-post .wrapper.video section.content-blocks .container .block {
        margin-top: 4px;
        padding-bottom: 4px; } }
    .single-post .wrapper.video section.content-blocks .container .block.text {
      padding-top: 0;
      padding-bottom: 12px;
      padding-right: 20px; }
      @media (max-width: 480px) {
        .single-post .wrapper.video section.content-blocks .container .block.text {
          padding-top: 0;
          padding-bottom: 12px; } }
    .single-post .wrapper.video section.content-blocks .container .block.ingredients .content h2 {
      margin-top: 0;
      padding-top: 32px;
      border-top: 0.3px solid #E1E1DE;
      font-family: 'GT-Walsheim-Regular'; }
    .single-post .wrapper.video section.content-blocks .container .block.ingredients .content h3 {
      font-family: 'Pona-Semibold';
      background-color: transparent; }
    .single-post .wrapper.video section.content-blocks .container .block.image {
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 768px) {
        .single-post .wrapper.video section.content-blocks .container .block.image {
          padding-left: 10px;
          padding-right: 10px; } }
      .single-post .wrapper.video section.content-blocks .container .block.image .content {
        padding-left: 25.39683%;
        padding-right: 25.39683%; }
      .single-post .wrapper.video section.content-blocks .container .block.image img {
        max-width: 100%;
        height: auto; }
      .single-post .wrapper.video section.content-blocks .container .block.image .caption p, .single-post .wrapper.video section.content-blocks .container .block.image .caption p a {
        font-family: 'GT-Walsheim-Regular';
        font-size: 13px;
        line-height: 20px;
        color: #919191;
        font-weight: normal;
        margin-top: 28px; }
      .single-post .wrapper.video section.content-blocks .container .block.image .caption a {
        cursor: pointer;
        transition: opacity 0.2s ease; }
        .single-post .wrapper.video section.content-blocks .container .block.image .caption a:hover {
          opacity: 0.7; }

.single-post .wrapper.video section.featured-slideshow {
  padding-bottom: 16px; }
  .single-post .wrapper.video section.featured-slideshow .container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .single-post .wrapper.video section.featured-slideshow .container::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 1px;
      margin-top: 610px;
      background: #DDDDDA; }
  .single-post .wrapper.video section.featured-slideshow .slider {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .single-post .wrapper.video section.featured-slideshow .slider .item {
      width: 100%; }
      .single-post .wrapper.video section.featured-slideshow .slider .item .image {
        height: 600px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .single-post .wrapper.video section.featured-slideshow .slider .item .caption {
        margin-top: 10px; }
        .single-post .wrapper.video section.featured-slideshow .slider .item .caption p, .single-post .wrapper.video section.featured-slideshow .slider .item .caption p a {
          font-family: 'GT-Walsheim-Regular';
          font-size: 13px;
          line-height: 20px;
          color: #919191;
          font-weight: normal;
          margin-top: 28px; }
        .single-post .wrapper.video section.featured-slideshow .slider .item .caption a {
          cursor: pointer;
          transition: opacity 0.2s ease; }
          .single-post .wrapper.video section.featured-slideshow .slider .item .caption a:hover {
            opacity: 0.7; }
  .single-post .wrapper.video section.featured-slideshow .advertisement {
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    margin-left: 20px; }
    .single-post .wrapper.video section.featured-slideshow .advertisement .image {
      height: 600px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background: #ddd; }

.single-post .wrapper.podcast section.hero-image .container, .single-post .wrapper.reduced section.hero-image .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  width: 100%; }
  .single-post .wrapper.podcast section.hero-image .container .image, .single-post .wrapper.reduced section.hero-image .container .image {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 600px;
    background: #ddd;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 768px) {
      .single-post .wrapper.podcast section.hero-image .container .image, .single-post .wrapper.reduced section.hero-image .container .image {
        height: 210px; } }
  .single-post .wrapper.podcast section.hero-image .container .ad-unit, .single-post .wrapper.reduced section.hero-image .container .ad-unit {
    -webkit-flex: 0 1 300px;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    height: 600px;
    margin-left: 20px;
    background: #ddd; }
    @media (max-width: 1023px) {
      .single-post .wrapper.podcast section.hero-image .container .ad-unit, .single-post .wrapper.reduced section.hero-image .container .ad-unit {
        display: none; } }

.single-post .wrapper.podcast section.top-area .sponsor, .single-post .wrapper.podcast section.top-area .sponsor-mobile, .single-post .wrapper.reduced section.top-area .sponsor, .single-post .wrapper.reduced section.top-area .sponsor-mobile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .single-post .wrapper.podcast section.top-area .sponsor .author, .single-post .wrapper.podcast section.top-area .sponsor-mobile .author, .single-post .wrapper.reduced section.top-area .sponsor .author, .single-post .wrapper.reduced section.top-area .sponsor-mobile .author {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 6px; }
    .single-post .wrapper.podcast section.top-area .sponsor .author .author_image, .single-post .wrapper.podcast section.top-area .sponsor-mobile .author .author_image, .single-post .wrapper.reduced section.top-area .sponsor .author .author_image, .single-post .wrapper.reduced section.top-area .sponsor-mobile .author .author_image {
      width: 120px;
      height: 120px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      border-radius: 50%; }
      @media (max-width: 1023px) {
        .single-post .wrapper.podcast section.top-area .sponsor .author .author_image, .single-post .wrapper.podcast section.top-area .sponsor-mobile .author .author_image, .single-post .wrapper.reduced section.top-area .sponsor .author .author_image, .single-post .wrapper.reduced section.top-area .sponsor-mobile .author .author_image {
          width: 65px;
          height: 65px; } }
    .single-post .wrapper.podcast section.top-area .sponsor .author .author_data, .single-post .wrapper.podcast section.top-area .sponsor-mobile .author .author_data, .single-post .wrapper.reduced section.top-area .sponsor .author .author_data, .single-post .wrapper.reduced section.top-area .sponsor-mobile .author .author_data {
      margin-top: 32px;
      font-family: 'GT-Walsheim-Regular';
      font-size: 15px;
      line-height: 22.37px;
      text-align: center; }
      @media (max-width: 1023px) {
        .single-post .wrapper.podcast section.top-area .sponsor .author .author_data, .single-post .wrapper.podcast section.top-area .sponsor-mobile .author .author_data, .single-post .wrapper.reduced section.top-area .sponsor .author .author_data, .single-post .wrapper.reduced section.top-area .sponsor-mobile .author .author_data {
          margin-top: 22px; } }
    .single-post .wrapper.podcast section.top-area .sponsor .author .publish_date, .single-post .wrapper.podcast section.top-area .sponsor-mobile .author .publish_date, .single-post .wrapper.reduced section.top-area .sponsor .author .publish_date, .single-post .wrapper.reduced section.top-area .sponsor-mobile .author .publish_date {
      margin-top: 12px;
      font-family: 'Pona-LightItalic';
      font-size: 15px;
      text-align: center; }
      @media (max-width: 1023px) {
        .single-post .wrapper.podcast section.top-area .sponsor .author .publish_date, .single-post .wrapper.podcast section.top-area .sponsor-mobile .author .publish_date, .single-post .wrapper.reduced section.top-area .sponsor .author .publish_date, .single-post .wrapper.reduced section.top-area .sponsor-mobile .author .publish_date {
          margin-top: 0; } }

.single-post .wrapper.podcast section.top-area .sponsor-mobile, .single-post .wrapper.reduced section.top-area .sponsor-mobile {
  display: none; }
  @media (max-width: 768px) {
    .single-post .wrapper.podcast section.top-area .sponsor-mobile, .single-post .wrapper.reduced section.top-area .sponsor-mobile {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.single-post .wrapper.podcast section.top-area .intro, .single-post .wrapper.reduced section.top-area .intro {
  margin-bottom: 24px; }
  @media (max-width: 768px) {
    .single-post .wrapper.podcast section.top-area .intro, .single-post .wrapper.reduced section.top-area .intro {
      margin-bottom: 22px; } }
  .single-post .wrapper.podcast section.top-area .intro p, .single-post .wrapper.reduced section.top-area .intro p {
    font-family: 'GT-Walsheim-Regular';
    font-size: 18px;
    line-height: 26px; }
    @media (max-width: 480px) {
      .single-post .wrapper.podcast section.top-area .intro p, .single-post .wrapper.reduced section.top-area .intro p {
        font-size: 13px;
        line-height: 18px; } }
    .single-post .wrapper.podcast section.top-area .intro p:not(:last-child), .single-post .wrapper.reduced section.top-area .intro p:not(:last-child) {
      margin-bottom: 24px; }
      @media (max-width: 768px) {
        .single-post .wrapper.podcast section.top-area .intro p:not(:last-child), .single-post .wrapper.reduced section.top-area .intro p:not(:last-child) {
          margin-bottom: 16px; } }
    .single-post .wrapper.podcast section.top-area .intro p a, .single-post .wrapper.reduced section.top-area .intro p a {
      color: #809FA2;
      text-decoration: underline;
      transition: color 0.25s ease; }
      .single-post .wrapper.podcast section.top-area .intro p a:hover, .single-post .wrapper.reduced section.top-area .intro p a:hover {
        color: #ACCCD3; }
    @media (max-width: 768px) {
      .single-post .wrapper.podcast section.top-area .intro p, .single-post .wrapper.reduced section.top-area .intro p {
        max-width: 230px; } }

.single-post .wrapper.podcast section.featured-slideshow, .single-post .wrapper.reduced section.featured-slideshow {
  padding-bottom: 16px; }
  .single-post .wrapper.podcast section.featured-slideshow .container, .single-post .wrapper.reduced section.featured-slideshow .container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .single-post .wrapper.podcast section.featured-slideshow .container::after, .single-post .wrapper.reduced section.featured-slideshow .container::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 1px;
      margin-top: 610px;
      background: #DDDDDA; }
  .single-post .wrapper.podcast section.featured-slideshow .slider, .single-post .wrapper.reduced section.featured-slideshow .slider {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .single-post .wrapper.podcast section.featured-slideshow .slider .item, .single-post .wrapper.reduced section.featured-slideshow .slider .item {
      width: 100%; }
      .single-post .wrapper.podcast section.featured-slideshow .slider .item .image, .single-post .wrapper.reduced section.featured-slideshow .slider .item .image {
        height: 600px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .single-post .wrapper.podcast section.featured-slideshow .slider .item[data-portrait="1"] .image, .single-post .wrapper.reduced section.featured-slideshow .slider .item[data-portrait="1"] .image {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
      .single-post .wrapper.podcast section.featured-slideshow .slider .item .caption, .single-post .wrapper.reduced section.featured-slideshow .slider .item .caption {
        margin-top: 10px; }
        .single-post .wrapper.podcast section.featured-slideshow .slider .item .caption p, .single-post .wrapper.podcast section.featured-slideshow .slider .item .caption p a, .single-post .wrapper.reduced section.featured-slideshow .slider .item .caption p, .single-post .wrapper.reduced section.featured-slideshow .slider .item .caption p a {
          font-family: 'GT-Walsheim-Regular';
          font-size: 13px;
          line-height: 20px;
          color: #919191;
          font-weight: normal;
          margin-top: 28px; }
        .single-post .wrapper.podcast section.featured-slideshow .slider .item .caption a, .single-post .wrapper.reduced section.featured-slideshow .slider .item .caption a {
          cursor: pointer;
          transition: opacity 0.2s ease; }
          .single-post .wrapper.podcast section.featured-slideshow .slider .item .caption a:hover, .single-post .wrapper.reduced section.featured-slideshow .slider .item .caption a:hover {
            opacity: 0.7; }
  .single-post .wrapper.podcast section.featured-slideshow .advertisement, .single-post .wrapper.reduced section.featured-slideshow .advertisement {
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    margin-left: 20px; }
    .single-post .wrapper.podcast section.featured-slideshow .advertisement .image, .single-post .wrapper.reduced section.featured-slideshow .advertisement .image {
      height: 600px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background: #ddd; }

.single-post .wrapper.podcast section.content-blocks > div:last-child, .single-post .wrapper.reduced section.content-blocks > div:last-child {
  padding-bottom: 92px; }

.single-post .wrapper.podcast section.content-blocks .container, .single-post .wrapper.reduced section.content-blocks .container {
  padding-left: 0;
  padding-right: 0; }

.single-post .wrapper.podcast section.content-blocks .block, .single-post .wrapper.reduced section.content-blocks .block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: flex;
  margin-top: 10px;
  padding-bottom: 10px; }
  @media (max-width: 768px) {
    .single-post .wrapper.podcast section.content-blocks .block, .single-post .wrapper.reduced section.content-blocks .block {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .single-post .wrapper.podcast section.content-blocks .block .content, .single-post .wrapper.reduced section.content-blocks .block .content {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .single-post .wrapper.podcast section.content-blocks .block .gutter, .single-post .wrapper.reduced section.content-blocks .block .gutter {
    -webkit-flex: 0 1 25.39683%;
    -ms-flex: 0 1 25.39683%;
    flex: 0 1 25.39683%;
    padding: 0 25px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }
    @media (max-width: 1280px) {
      .single-post .wrapper.podcast section.content-blocks .block .gutter:last-child, .single-post .wrapper.reduced section.content-blocks .block .gutter:last-child {
        -webkit-flex: 0 1;
        -ms-flex: 0 1;
        flex: 0 1; }
        .single-post .wrapper.podcast section.content-blocks .block .gutter:last-child .quote, .single-post .wrapper.reduced section.content-blocks .block .gutter:last-child .quote {
          padding: 0 32px; }
      .single-post .wrapper.podcast section.content-blocks .block .gutter:first-child, .single-post .wrapper.reduced section.content-blocks .block .gutter:first-child {
        padding-left: 0;
        -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
        flex: 0 1 30%; } }
    @media (max-width: 1023px) {
      .single-post .wrapper.podcast section.content-blocks .block .gutter:last-child, .single-post .wrapper.reduced section.content-blocks .block .gutter:last-child {
        -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%; }
        .single-post .wrapper.podcast section.content-blocks .block .gutter:last-child .quote, .single-post .wrapper.reduced section.content-blocks .block .gutter:last-child .quote {
          padding: 0 32px; }
      .single-post .wrapper.podcast section.content-blocks .block .gutter:first-child, .single-post .wrapper.reduced section.content-blocks .block .gutter:first-child {
        padding-left: 10px;
        -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%; } }
    @media (max-width: 768px) {
      .single-post .wrapper.podcast section.content-blocks .block .gutter, .single-post .wrapper.reduced section.content-blocks .block .gutter {
        padding: 0; }
        .single-post .wrapper.podcast section.content-blocks .block .gutter:first-child, .single-post .wrapper.reduced section.content-blocks .block .gutter:first-child {
          -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto; } }
  @media (max-width: 768px) {
    .single-post .wrapper.podcast section.content-blocks .block, .single-post .wrapper.reduced section.content-blocks .block {
      margin-top: 4px;
      padding-bottom: 4px; } }
  @media (min-width: 769px) {
    .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image,
    .single-post .wrapper.podcast section.content-blocks .block.slideshow_with_ad .content, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image,
    .single-post .wrapper.reduced section.content-blocks .block.slideshow_with_ad .content {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 769px) and (max-width: 768px) {
    .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image,
    .single-post .wrapper.podcast section.content-blocks .block.slideshow_with_ad .content, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image,
    .single-post .wrapper.reduced section.content-blocks .block.slideshow_with_ad .content {
      padding-left: 10px;
      padding-right: 10px; } }
  .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container {
      position: relative; }
      .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .image, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .image, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .image, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .image, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .image, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .image, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .image, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .image, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .image, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .image {
        max-width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .caption, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .caption, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .caption, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .caption, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .caption, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .caption, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .caption, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .caption, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption {
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 60px;
        padding-left: 60px;
        width: 240px;
        opacity: 0;
        cursor: pointer;
        transition: opacity 0.2s ease; }
        @media (max-width: 768px) {
          .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .caption, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .caption, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .caption, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .caption, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .caption, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .caption, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .caption, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .caption, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption {
            position: static;
            width: auto;
            padding-top: 0;
            padding-left: 20px;
            padding-right: 20px;
            box-sizing: border-box;
            opacity: 1;
            transition: none; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .caption, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .caption, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .caption, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .caption, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .caption, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .caption, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .caption, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .caption, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption {
      padding-left: 10px;
      padding-right: 10px; } }
        .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .caption h3, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .caption h3, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .caption h3, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .caption h3, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .caption h3, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .caption h3, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption h3, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .caption h3, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .caption h3, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption h3, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption h3, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption h3 {
          font-family: 'GT-Walsheim-Bold';
          font-size: 13px;
          line-height: 19px;
          text-transform: uppercase; }
        .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .caption div.nick, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .caption div.nick, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .caption div.nick, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .caption div.nick, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .caption div.nick, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .caption div.nick, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption div.nick, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .caption div.nick, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .caption div.nick, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption div.nick, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption div.nick, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption div.nick {
          margin-bottom: 2px; }
        .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .caption p, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .caption p, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .caption p, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .caption p, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p {
          font-family: 'GT-Walsheim-Regular';
          font-size: 13px;
          line-height: 19px; }
          .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .caption p a, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .caption p a, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .caption p a, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .caption p a, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p a, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p a, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p a, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p a {
            text-decoration: underline;
            cursor: pointer;
            transition: opacity 0.2s ease; }
            .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .caption p a:hover, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .caption p a:hover, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .caption p a:hover, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a:hover, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a:hover, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .caption p a:hover, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p a:hover, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p a:hover, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p a:hover, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a:hover, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a:hover, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p a:hover {
              opacity: 0.7; }
          @media (max-width: 768px) {
            .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .caption p, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .caption p, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .caption p, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .caption p, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p {
              padding-top: 10px;
              padding-bottom: 10px;
              font-size: 10px;
              line-height: 12px;
              color: #919191; } }
      .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .pinterest, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .pinterest, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .pinterest, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .pinterest, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .pinterest, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .pinterest, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .pinterest, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .pinterest {
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 60px;
        padding-top: 60px;
        opacity: 0;
        transition: opacity 0.2s ease; }
        @media (max-width: 768px) {
          .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .pinterest, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .pinterest, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .pinterest, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .pinterest, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .pinterest, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .pinterest, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .pinterest, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .pinterest {
            display: none; } }
    @media (min-width: 769px) {
      .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container:hover .pinterest, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container:hover .pinterest, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container:hover .pinterest, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container:hover .pinterest, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container:hover .pinterest, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:hover .pinterest, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container:hover .pinterest, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container:hover .pinterest, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container:hover .pinterest, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container:hover .pinterest, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container:hover .pinterest, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:hover .pinterest {
        cursor: pointer;
        pointer-events: all;
        opacity: 1;
        z-index: 1; }
      .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .image, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .image, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .image, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .image, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .image, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .image, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .image, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .image, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .image, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .image, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .image, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .image {
        opacity: 0.35; }
      .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .caption, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .caption, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .caption, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .caption, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .caption, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .caption, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .caption, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .caption {
        opacity: 1; }
      .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container.has-caption .image, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container.has-caption .image, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container.has-caption .image, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption .image, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption .image, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container.has-caption .image, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container.has-caption .image, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container.has-caption .image, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container.has-caption .image, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption .image, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption .image, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container.has-caption .image {
        cursor: pointer;
        transition: opacity 0.2s ease; } }
  .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .image, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .image {
      height: 600px; }
      @media (max-width: 768px) {
        .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .image, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .image {
          height: 203px; } }
  .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .ad-unit, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .ad-unit {
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    margin-left: 20px;
    background: #ddd; }
    @media (max-width: 768px) {
      .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .ad-unit, .single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .ad-unit {
        display: none; } }
  .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
    .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .image, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .image {
      height: 708px; }
      @media (max-width: 768px) {
        .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .image, .single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .image {
          height: 203px; } }
  .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container {
    -webkit-flex: 0 1 49.20635%;
    -ms-flex: 0 1 49.20635%;
    flex: 0 1 49.20635%; }
    .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container:first-child, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container:first-child {
      -webkit-flex: 1 0 49.20635%;
      -ms-flex: 1 0 49.20635%;
      flex: 1 0 49.20635%;
      margin-right: 20px; }
    @media (max-width: 768px) {
      .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container:first-child, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container:first-child {
        margin-right: 0;
        margin-bottom: 10px; } }
    .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .image, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .image {
      height: 800px; }
      @media (max-width: 768px) {
        .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .image, .single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .image {
          height: 412px; } }
  .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content {
      -webkit-flex: 800px;
      -ms-flex: 800px;
      flex: 800px;
      max-height: 800px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content {
          -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
          flex-basis: auto;
          -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          max-height: none; } }
    .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 49.20635%; }
      @media (max-width: 768px) {
        .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container {
          width: 100%; }
          .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container:not(:last-child), .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container:not(:last-child), .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container:not(:last-child), .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container:not(:last-child) {
            margin-bottom: 10px; } }
      .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .image, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .image, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
    .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child {
      -webkit-flex: 0 1 800px;
      -ms-flex: 0 1 800px;
      flex: 0 1 800px; }
      @media (max-width: 768px) {
        .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child {
          height: 412px; } }
    .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child), .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child) {
      -webkit-flex: 0 1 390px;
      -ms-flex: 0 1 390px;
      flex: 0 1 390px;
      margin-left: 20px; }
      @media (max-width: 768px) {
        .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child), .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child) {
          margin-left: 0;
          height: 203px; } }
    @media (max-width: 768px) {
      .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child), .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child) {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
    .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child {
      -webkit-flex: 0 1 800px;
      -ms-flex: 0 1 800px;
      flex: 0 1 800px;
      margin-left: 20px; }
      @media (max-width: 768px) {
        .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child {
          height: 412px;
          margin-left: 0; } }
    .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child), .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child) {
      -webkit-flex: 0 1 390px;
      -ms-flex: 0 1 390px;
      flex: 0 1 390px; }
      @media (max-width: 768px) {
        .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child), .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child) {
          height: 203px; } }
    @media (max-width: 768px) {
      .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child), .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child, .single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child) {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
  .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content {
      -webkit-flex: 1216px;
      -ms-flex: 1216px;
      flex: 1216px;
      max-height: 1216px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content {
          -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
          flex-basis: auto;
          -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          max-height: none; } }
    .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 49.20635%; }
      @media (max-width: 768px) {
        .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container {
          width: 100%; }
          .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:not(:last-child), .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:not(:last-child) {
            margin-bottom: 10px; } }
      .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .image, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .image {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:first-child, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:last-child, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:first-child, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:last-child {
        -webkit-flex: 0 1 800px;
        -ms-flex: 0 1 800px;
        flex: 0 1 800px; }
        @media (max-width: 768px) {
          .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:first-child, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:last-child, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:first-child, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:last-child {
            -webkit-flex: auto;
            -ms-flex: auto;
            flex: auto; }
            .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:first-child .image, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:last-child .image, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:first-child .image, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:last-child .image {
              height: 412px; } }
      .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2), .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3), .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2), .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) {
        -webkit-flex: 0 1 396px;
        -ms-flex: 0 1 396px;
        flex: 0 1 396px; }
        @media (max-width: 768px) {
          .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2), .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3), .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2), .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) {
            -webkit-flex: auto;
            -ms-flex: auto;
            flex: auto; }
            .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2) .image, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) .image, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2) .image, .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) .image {
              height: 203px; } }
      .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3), .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4), .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3), .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4) {
        margin-left: 20px; }
        @media (max-width: 768px) {
          .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3), .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4), .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3), .single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4) {
            margin-left: 0; } }
  .single-post .wrapper.podcast section.content-blocks .block.slideshow_with_ad .content, .single-post .wrapper.reduced section.content-blocks .block.slideshow_with_ad .content {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .single-post .wrapper.podcast section.content-blocks .block.slideshow_with_ad .content::after, .single-post .wrapper.reduced section.content-blocks .block.slideshow_with_ad .content::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 1px;
      margin-top: 610px;
      background: #DDDDDA; }
  .single-post .wrapper.podcast section.content-blocks .block.slideshow_with_ad .slider, .single-post .wrapper.reduced section.content-blocks .block.slideshow_with_ad .slider {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .single-post .wrapper.podcast section.content-blocks .block.slideshow_with_ad .slider .item, .single-post .wrapper.reduced section.content-blocks .block.slideshow_with_ad .slider .item {
      width: 100%; }
      .single-post .wrapper.podcast section.content-blocks .block.slideshow_with_ad .slider .item .image, .single-post .wrapper.reduced section.content-blocks .block.slideshow_with_ad .slider .item .image {
        background-color: rgba(0, 0, 0, 0.1);
        height: 600px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
      .single-post .wrapper.podcast section.content-blocks .block.slideshow_with_ad .slider .item[data-portrait="1"] .image, .single-post .wrapper.reduced section.content-blocks .block.slideshow_with_ad .slider .item[data-portrait="1"] .image {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
      .single-post .wrapper.podcast section.content-blocks .block.slideshow_with_ad .slider .item .caption, .single-post .wrapper.reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption {
        margin-top: 10px; }
        .single-post .wrapper.podcast section.content-blocks .block.slideshow_with_ad .slider .item .caption p, .single-post .wrapper.podcast section.content-blocks .block.slideshow_with_ad .slider .item .caption p a, .single-post .wrapper.reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption p, .single-post .wrapper.reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption p a {
          font-family: 'GT-Walsheim-Regular';
          font-size: 13px;
          line-height: 20px;
          color: #919191;
          font-weight: normal;
          margin-top: 28px; }
        .single-post .wrapper.podcast section.content-blocks .block.slideshow_with_ad .slider .item .caption a, .single-post .wrapper.reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption a {
          cursor: pointer;
          transition: opacity 0.2s ease; }
          .single-post .wrapper.podcast section.content-blocks .block.slideshow_with_ad .slider .item .caption a:hover, .single-post .wrapper.reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption a:hover {
            opacity: 0.7; }
  .single-post .wrapper.podcast section.content-blocks .block.slideshow_with_ad .advertisement, .single-post .wrapper.reduced section.content-blocks .block.slideshow_with_ad .advertisement {
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    margin-left: 20px; }
    .single-post .wrapper.podcast section.content-blocks .block.slideshow_with_ad .advertisement .image, .single-post .wrapper.reduced section.content-blocks .block.slideshow_with_ad .advertisement .image {
      height: 600px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background: #ddd; }
  .single-post .wrapper.podcast section.content-blocks .block.text, .single-post .wrapper.reduced section.content-blocks .block.text {
    padding-top: 55px;
    padding-bottom: 75px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 768px) {
      .single-post .wrapper.podcast section.content-blocks .block.text, .single-post .wrapper.reduced section.content-blocks .block.text {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 768px) {
      .single-post .wrapper.podcast section.content-blocks .block.text, .single-post .wrapper.reduced section.content-blocks .block.text {
        padding-top: 40px;
        padding-bottom: 35px; } }
    .single-post .wrapper.podcast section.content-blocks .block.text .gutter:first-child, .single-post .wrapper.reduced section.content-blocks .block.text .gutter:first-child {
      -webkit-flex: 0 1 330px;
      -ms-flex: 0 1 330px;
      flex: 0 1 330px; }
      @media (max-width: 1024px) {
        .single-post .wrapper.podcast section.content-blocks .block.text .gutter:first-child, .single-post .wrapper.reduced section.content-blocks .block.text .gutter:first-child {
          -webkit-flex: 0 1 200px;
          -ms-flex: 0 1 200px;
          flex: 0 1 200px; } }
      @media (max-width: 768px) {
        .single-post .wrapper.podcast section.content-blocks .block.text .gutter:first-child, .single-post .wrapper.reduced section.content-blocks .block.text .gutter:first-child {
          -webkit-flex: none;
          -ms-flex: none;
          flex: none; } }
    @media (max-width: 1024px) {
      .single-post .wrapper.podcast section.content-blocks .block.text .content, .single-post .wrapper.reduced section.content-blocks .block.text .content {
        padding-bottom: 30px; } }
    .single-post .wrapper.podcast section.content-blocks .block.text .gutter:last-child, .single-post .wrapper.reduced section.content-blocks .block.text .gutter:last-child {
      -webkit-flex: 0 1 300px;
      -ms-flex: 0 1 300px;
      flex: 0 1 300px;
      padding-left: 0;
      padding-right: 0; }
    .single-post .wrapper.podcast section.content-blocks .block.text .photo-credit-mobile, .single-post .wrapper.reduced section.content-blocks .block.text .photo-credit-mobile {
      display: none; }
      @media (max-width: 768px) {
        .single-post .wrapper.podcast section.content-blocks .block.text .photo-credit-mobile, .single-post .wrapper.reduced section.content-blocks .block.text .photo-credit-mobile {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: left;
          -ms-flex-pack: left;
          justify-content: left;
          margin-top: -30px;
          margin-bottom: 30px; }
          .single-post .wrapper.podcast section.content-blocks .block.text .photo-credit-mobile p, .single-post .wrapper.reduced section.content-blocks .block.text .photo-credit-mobile p {
            font-size: 11px;
            color: #656565; }
            .single-post .wrapper.podcast section.content-blocks .block.text .photo-credit-mobile p a, .single-post .wrapper.reduced section.content-blocks .block.text .photo-credit-mobile p a {
              color: #656565;
              border-bottom: 1px solid #eee; } }
    .single-post .wrapper.podcast section.content-blocks .block.text .author, .single-post .wrapper.reduced section.content-blocks .block.text .author {
      display: none;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 6px; }
      .single-post .wrapper.podcast section.content-blocks .block.text .author .author_image, .single-post .wrapper.reduced section.content-blocks .block.text .author .author_image {
        width: 120px;
        height: 120px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 50%; }
        @media (max-width: 1023px) {
          .single-post .wrapper.podcast section.content-blocks .block.text .author .author_image, .single-post .wrapper.reduced section.content-blocks .block.text .author .author_image {
            width: 65px;
            height: 65px; } }
      .single-post .wrapper.podcast section.content-blocks .block.text .author .author_data, .single-post .wrapper.reduced section.content-blocks .block.text .author .author_data {
        margin-top: 32px;
        font-family: 'GT-Walsheim-Regular';
        font-size: 15px;
        line-height: 22.37px;
        text-align: center; }
        @media (max-width: 1023px) {
          .single-post .wrapper.podcast section.content-blocks .block.text .author .author_data, .single-post .wrapper.reduced section.content-blocks .block.text .author .author_data {
            margin-top: 22px; } }
      .single-post .wrapper.podcast section.content-blocks .block.text .author .publish_date, .single-post .wrapper.reduced section.content-blocks .block.text .author .publish_date {
        margin-top: 12px;
        font-family: 'Pona-LightItalic';
        font-size: 15px;
        text-align: center; }
        @media (max-width: 1023px) {
          .single-post .wrapper.podcast section.content-blocks .block.text .author .publish_date, .single-post .wrapper.reduced section.content-blocks .block.text .author .publish_date {
            margin-top: 0; } }
    .single-post .wrapper.podcast section.content-blocks .block.text.intro .text p, .single-post .wrapper.reduced section.content-blocks .block.text.intro .text p {
      font-family: 'Pona-Semibold'; }
    @media (max-width: 768px) {
      .single-post .wrapper.podcast section.content-blocks .block.text .text, .single-post .wrapper.reduced section.content-blocks .block.text .text {
        margin-top: 50px;
        padding-left: 15px;
        padding-right: 15px; } }
    .single-post .wrapper.podcast section.content-blocks .block.text .text h2, .single-post .wrapper.reduced section.content-blocks .block.text .text h2 {
      margin-bottom: 20px;
      text-align: center;
      font-family: 'GT-Walsheim-Bold';
      font-size: 15px;
      line-height: 22.37px;
      letter-spacing: 1.13px;
      color: #1A1A1A; }
    .single-post .wrapper.podcast section.content-blocks .block.text .text h2.sub-heading-h2, .single-post .wrapper.reduced section.content-blocks .block.text .text h2.sub-heading-h2 {
      font-family: 'Pona-SemiboldItalic';
      font-size: 17px;
      line-height: 24px;
      letter-spacing: 0.14px;
      text-transform: none;
      color: #333333;
      display: inline;
      background-color: #D5EDEF;
      line-height: 30px; }
      .single-post .wrapper.podcast section.content-blocks .block.text .text h2.sub-heading-h2::after, .single-post .wrapper.reduced section.content-blocks .block.text .text h2.sub-heading-h2::after {
        content: '';
        display: block;
        padding-bottom: 25px; }
    .single-post .wrapper.podcast section.content-blocks .block.text .text h3.sub-heading-h3, .single-post .wrapper.reduced section.content-blocks .block.text .text h3.sub-heading-h3 {
      font-family: 'Pona-SemiboldItalic';
      font-size: 17px;
      line-height: 24px;
      letter-spacing: 0.14px;
      text-transform: none;
      color: #333333;
      margin-bottom: 25px; }
    .single-post .wrapper.podcast section.content-blocks .block.text .text p, .single-post .wrapper.reduced section.content-blocks .block.text .text p {
      font-family: 'Pona-Light';
      font-size: 17px;
      line-height: 24px;
      letter-spacing: 0.14px; }
      @media (max-width: 480px) {
        .single-post .wrapper.podcast section.content-blocks .block.text .text p, .single-post .wrapper.reduced section.content-blocks .block.text .text p {
          font-size: 15px;
          line-height: 23px;
          letter-spacing: 0.1px; } }
      .single-post .wrapper.podcast section.content-blocks .block.text .text p:not(:last-of-type), .single-post .wrapper.reduced section.content-blocks .block.text .text p:not(:last-of-type) {
        margin-bottom: 24px; }
      .single-post .wrapper.podcast section.content-blocks .block.text .text p em, .single-post .wrapper.reduced section.content-blocks .block.text .text p em {
        font-family: 'Pona-LightItalic'; }
      .single-post .wrapper.podcast section.content-blocks .block.text .text p strong, .single-post .wrapper.reduced section.content-blocks .block.text .text p strong {
        font-family: 'Pona-Semibold'; }
        .single-post .wrapper.podcast section.content-blocks .block.text .text p strong em, .single-post .wrapper.reduced section.content-blocks .block.text .text p strong em {
          font-family: 'Pona-SemiboldItalic'; }
      .single-post .wrapper.podcast section.content-blocks .block.text .text p a, .single-post .wrapper.reduced section.content-blocks .block.text .text p a {
        color: #809FA2;
        text-decoration: underline;
        transition: color 0.25s ease; }
        .single-post .wrapper.podcast section.content-blocks .block.text .text p a:hover, .single-post .wrapper.reduced section.content-blocks .block.text .text p a:hover {
          color: #ACCCD3; }
    .single-post .wrapper.podcast section.content-blocks .block.text .text iframe.instagram-media, .single-post .wrapper.reduced section.content-blocks .block.text .text iframe.instagram-media {
      position: inherit !important; }
    .single-post .wrapper.podcast section.content-blocks .block.text .quote, .single-post .wrapper.reduced section.content-blocks .block.text .quote {
      max-width: 235px;
      margin: 200px auto 0;
      text-align: center; }
      @media (max-width: 1024px) {
        .single-post .wrapper.podcast section.content-blocks .block.text .quote, .single-post .wrapper.reduced section.content-blocks .block.text .quote {
          display: none; } }
      .single-post .wrapper.podcast section.content-blocks .block.text .quote p, .single-post .wrapper.reduced section.content-blocks .block.text .quote p {
        font-family: 'Pona-Semibold';
        font-size: 24px;
        line-height: 30px; }
      .single-post .wrapper.podcast section.content-blocks .block.text .quote a, .single-post .wrapper.reduced section.content-blocks .block.text .quote a {
        color: #809FA2;
        text-decoration: underline;
        transition: color 0.25s ease; }
        .single-post .wrapper.podcast section.content-blocks .block.text .quote a:hover, .single-post .wrapper.reduced section.content-blocks .block.text .quote a:hover {
          color: #ACCCD3; }
    .single-post .wrapper.podcast section.content-blocks .block.text.dropcap .content .text1 > p:first-child:first-letter, .single-post .wrapper.reduced section.content-blocks .block.text.dropcap .content .text1 > p:first-child:first-letter {
      float: left;
      font-family: 'Pona-Light';
      font-size: 54px;
      line-height: 0px;
      padding-top: 1px;
      padding-right: 0px;
      padding-left: 0px; }
  .single-post .wrapper.podcast section.content-blocks .block.text_with_insert .insert, .single-post .wrapper.reduced section.content-blocks .block.text_with_insert .insert {
    border-top: 1px solid #d9d9d6;
    border-bottom: 1px solid #d9d9d6;
    margin: 40px 0;
    padding: 20px 0; }
    .single-post .wrapper.podcast section.content-blocks .block.text_with_insert .insert .post-title p, .single-post .wrapper.reduced section.content-blocks .block.text_with_insert .insert .post-title p {
      font-family: 'Pona-LightItalic';
      font-size: 17px;
      line-height: 21px;
      color: #666;
      margin-bottom: 10px; }
      .single-post .wrapper.podcast section.content-blocks .block.text_with_insert .insert .post-title p strong, .single-post .wrapper.reduced section.content-blocks .block.text_with_insert .insert .post-title p strong {
        font-family: 'Pona-Semibold'; }
    .single-post .wrapper.podcast section.content-blocks .block.text_with_insert .insert .caption p, .single-post .wrapper.reduced section.content-blocks .block.text_with_insert .insert .caption p {
      font-size: 11px;
      color: #afafaf;
      margin-top: 20px; }
      .single-post .wrapper.podcast section.content-blocks .block.text_with_insert .insert .caption p a, .single-post .wrapper.reduced section.content-blocks .block.text_with_insert .insert .caption p a {
        color: #afafaf;
        text-decoration: underline; }
    .single-post .wrapper.podcast section.content-blocks .block.text_with_insert .insert.video .video_container, .single-post .wrapper.reduced section.content-blocks .block.text_with_insert .insert.video .video_container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
      height: auto; }
      .single-post .wrapper.podcast section.content-blocks .block.text_with_insert .insert.video .video_container iframe, .single-post .wrapper.podcast section.content-blocks .block.text_with_insert .insert.video .video_container object, .single-post .wrapper.podcast section.content-blocks .block.text_with_insert .insert.video .video_container embed, .single-post .wrapper.reduced section.content-blocks .block.text_with_insert .insert.video .video_container iframe, .single-post .wrapper.reduced section.content-blocks .block.text_with_insert .insert.video .video_container object, .single-post .wrapper.reduced section.content-blocks .block.text_with_insert .insert.video .video_container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .single-post .wrapper.podcast section.content-blocks .block.text_with_insert .insert.blogpost a.image, .single-post .wrapper.reduced section.content-blocks .block.text_with_insert .insert.blogpost a.image {
      display: block;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      width: 100%;
      height: 344px; }
  .single-post .wrapper.podcast section.content-blocks .block.video .content, .single-post .wrapper.podcast section.content-blocks .block.internal_tdf_video .content, .single-post .wrapper.reduced section.content-blocks .block.video .content, .single-post .wrapper.reduced section.content-blocks .block.internal_tdf_video .content {
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 768px) {
      .single-post .wrapper.podcast section.content-blocks .block.video .content, .single-post .wrapper.podcast section.content-blocks .block.internal_tdf_video .content, .single-post .wrapper.reduced section.content-blocks .block.video .content, .single-post .wrapper.reduced section.content-blocks .block.internal_tdf_video .content {
        padding-left: 10px;
        padding-right: 10px; } }
  .single-post .wrapper.podcast section.content-blocks .block.video .video_container, .single-post .wrapper.podcast section.content-blocks .block.internal_tdf_video .video_container, .single-post .wrapper.reduced section.content-blocks .block.video .video_container, .single-post .wrapper.reduced section.content-blocks .block.internal_tdf_video .video_container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
    .single-post .wrapper.podcast section.content-blocks .block.video .video_container iframe, .single-post .wrapper.podcast section.content-blocks .block.video .video_container object, .single-post .wrapper.podcast section.content-blocks .block.video .video_container embed, .single-post .wrapper.podcast section.content-blocks .block.internal_tdf_video .video_container iframe, .single-post .wrapper.podcast section.content-blocks .block.internal_tdf_video .video_container object, .single-post .wrapper.podcast section.content-blocks .block.internal_tdf_video .video_container embed, .single-post .wrapper.reduced section.content-blocks .block.video .video_container iframe, .single-post .wrapper.reduced section.content-blocks .block.video .video_container object, .single-post .wrapper.reduced section.content-blocks .block.video .video_container embed, .single-post .wrapper.reduced section.content-blocks .block.internal_tdf_video .video_container iframe, .single-post .wrapper.reduced section.content-blocks .block.internal_tdf_video .video_container object, .single-post .wrapper.reduced section.content-blocks .block.internal_tdf_video .video_container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .single-post .wrapper.podcast section.content-blocks .block.gravity_form, .single-post .wrapper.reduced section.content-blocks .block.gravity_form {
    padding-bottom: 96px; }
    .single-post .wrapper.podcast section.content-blocks .block.gravity_form .container, .single-post .wrapper.reduced section.content-blocks .block.gravity_form .container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 100%;
      padding-top: 85px;
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 768px) {
        .single-post .wrapper.podcast section.content-blocks .block.gravity_form .container, .single-post .wrapper.reduced section.content-blocks .block.gravity_form .container {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 768px) {
        .single-post .wrapper.podcast section.content-blocks .block.gravity_form .container, .single-post .wrapper.reduced section.content-blocks .block.gravity_form .container {
          padding-top: 40px;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .single-post .wrapper.podcast section.content-blocks .block.gravity_form .container .content, .single-post .wrapper.reduced section.content-blocks .block.gravity_form .container .content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 600px; }
        .single-post .wrapper.podcast section.content-blocks .block.gravity_form .container .content h2, .single-post .wrapper.reduced section.content-blocks .block.gravity_form .container .content h2 {
          font-family: 'Pona-Semibold';
          font-size: 24px;
          line-height: 30px;
          color: black;
          text-transform: none;
          max-width: 300px;
          text-align: center; }
        .single-post .wrapper.podcast section.content-blocks .block.gravity_form .container .content .extra-text, .single-post .wrapper.reduced section.content-blocks .block.gravity_form .container .content .extra-text {
          -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
          align-self: flex-start;
          padding-left: 16px; }
        .single-post .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper, .single-post .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper {
          width: 600px; }
          .single-post .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield, .single-post .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 48px;
            padding-left: 16px; }
            @media (max-width: 768px) {
              .single-post .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield, .single-post .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield {
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-align-items: stretch;
                -ms-flex-align: stretch;
                align-items: stretch; }
                .single-post .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label, .single-post .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label {
                  margin-bottom: 16px; } }
            .single-post .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .validation_message, .single-post .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .validation_message {
              display: none; }
            .single-post .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label, .single-post .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label {
              text-transform: uppercase;
              font-family: 'GT-Walsheim-Light';
              font-size: 14px;
              line-height: 22.37px;
              letter-spacing: 1.5px;
              opacity: 0.5;
              margin-right: 15px; }
            .single-post .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container, .single-post .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container {
              -webkit-flex: 1;
              -ms-flex: 1;
              flex: 1;
              margin-top: 0;
              padding-right: 16px; }
              .single-post .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container input, .single-post .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container input {
                border: 0;
                width: 100%; }
            .single-post .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4, .single-post .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 {
              -webkit-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              margin-bottom: 24px;
              -webkit-align-items: flex-start;
              -ms-flex-align: start;
              align-items: flex-start; }
              .single-post .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 label, .single-post .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 label {
                margin-bottom: 16px; }
              .single-post .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container, .single-post .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container {
                width: 100%; }
                .single-post .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container textarea, .single-post .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container textarea {
                  width: 100%;
                  border: 0; }
          .single-post .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer, .single-post .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer {
            padding-left: 16px; }
            .single-post .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer input[type="submit"], .single-post .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer input[type="submit"] {
              border: 0;
              background-color: black;
              color: white;
              height: 45px;
              width: 180px;
              text-transform: uppercase;
              letter-spacing: 1px; }
        .single-post .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_confirmation_wrapper, .single-post .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_confirmation_wrapper {
          margin: 40px 0;
          padding: 0 16px; }
        .single-post .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gfield_required, .single-post .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gfield_required {
          display: none; }
  .single-post .wrapper.podcast section.content-blocks .block.ingredients, .single-post .wrapper.reduced section.content-blocks .block.ingredients {
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 768px) {
      .single-post .wrapper.podcast section.content-blocks .block.ingredients, .single-post .wrapper.reduced section.content-blocks .block.ingredients {
        padding-left: 10px;
        padding-right: 10px; } }
    .single-post .wrapper.podcast section.content-blocks .block.ingredients .content, .single-post .wrapper.reduced section.content-blocks .block.ingredients .content {
      padding-left: 25.39683%;
      padding-right: 25.39683%; }
      .single-post .wrapper.podcast section.content-blocks .block.ingredients .content h2, .single-post .wrapper.reduced section.content-blocks .block.ingredients .content h2 {
        margin-top: 16px;
        margin-bottom: 32px;
        text-align: center;
        font-family: 'GT-Walsheim-Bold';
        font-size: 15px;
        line-height: 22.37px;
        letter-spacing: 1.13px;
        color: #1A1A1A; }
      .single-post .wrapper.podcast section.content-blocks .block.ingredients .content h3, .single-post .wrapper.reduced section.content-blocks .block.ingredients .content h3 {
        display: inline;
        display: inline;
        background-color: #D5EDEF;
        line-height: 30px;
        font-family: 'Pona-SemiboldItalic';
        font-size: 17px;
        letter-spacing: 0.14px; }
        .single-post .wrapper.podcast section.content-blocks .block.ingredients .content h3::after, .single-post .wrapper.reduced section.content-blocks .block.ingredients .content h3::after {
          content: '';
          display: block;
          padding-bottom: 25px; }
      .single-post .wrapper.podcast section.content-blocks .block.ingredients .content ul.ingredients, .single-post .wrapper.reduced section.content-blocks .block.ingredients .content ul.ingredients {
        margin-top: 26px;
        margin-bottom: 6px;
        padding-left: 0;
        list-style: none; }
        .single-post .wrapper.podcast section.content-blocks .block.ingredients .content ul.ingredients li, .single-post .wrapper.reduced section.content-blocks .block.ingredients .content ul.ingredients li {
          font-family: 'Pona-Light';
          font-size: 17px;
          line-height: 24px;
          letter-spacing: 0.14px;
          color: #1A1A1A; }
          @media (max-width: 480px) {
            .single-post .wrapper.podcast section.content-blocks .block.ingredients .content ul.ingredients li, .single-post .wrapper.reduced section.content-blocks .block.ingredients .content ul.ingredients li {
              font-size: 15px;
              line-height: 23px;
              letter-spacing: 0.1px; } }
  .single-post .wrapper.podcast section.content-blocks .block.simplecast, .single-post .wrapper.reduced section.content-blocks .block.simplecast {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 55px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .single-post .wrapper.podcast section.content-blocks .block.simplecast, .single-post .wrapper.reduced section.content-blocks .block.simplecast {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 768px) {
      .single-post .wrapper.podcast section.content-blocks .block.simplecast, .single-post .wrapper.reduced section.content-blocks .block.simplecast {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    .single-post .wrapper.podcast section.content-blocks .block.simplecast iframe, .single-post .wrapper.reduced section.content-blocks .block.simplecast iframe {
      max-width: 700px;
      max-height: 212px; }
      @media (max-width: 1023px) {
        .single-post .wrapper.podcast section.content-blocks .block.simplecast iframe, .single-post .wrapper.reduced section.content-blocks .block.simplecast iframe {
          max-width: 442px; } }
      @media (max-width: 768px) {
        .single-post .wrapper.podcast section.content-blocks .block.simplecast iframe, .single-post .wrapper.reduced section.content-blocks .block.simplecast iframe {
          padding-top: 72px;
          max-width: 280px; } }
  .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-height: 620px;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form {
        min-height: 0; } }
    .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 90px; }
      @media (max-width: 768px) {
        .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area {
          padding-bottom: 20px; } }
      .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields {
        max-width: 600px;
        width: 100%; }
        .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text {
          margin-top: 137px;
          margin-bottom: 50px;
          text-align: center; }
          .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text p, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text p {
            font-size: 39px;
            font-family: "minion-pro";
            font-weight: 400;
            line-height: 48px;
            color: white; }
          @media (max-width: 768px) {
            .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text {
              padding-left: 20px;
              padding-right: 20px; } }
        .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field {
          margin-bottom: 30px; }
          .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field input, .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea {
            border: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            height: 30px;
            width: 100%;
            padding-left: 16px;
            margin-bottom: 10px;
            box-sizing: border-box;
            border-radius: 0 !important; }
            .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field input, .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder, .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea, .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::-webkit-input-placeholder, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::-webkit-input-placeholder {
              font-family: 'GT-Walsheim-Regular';
              font-size: 15px;
              color: #afafaf;
              letter-spacing: 0.075em;
              text-transform: uppercase; }
            .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field input, .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder, .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea, .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:-ms-input-placeholder, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:-ms-input-placeholder {
              font-family: 'GT-Walsheim-Regular';
              font-size: 15px;
              color: #afafaf;
              letter-spacing: 0.075em;
              text-transform: uppercase; }
            .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field input, .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::placeholder, .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea, .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::placeholder, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::placeholder, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::placeholder {
              font-family: 'GT-Walsheim-Regular';
              font-size: 15px;
              color: #afafaf;
              letter-spacing: 0.075em;
              text-transform: uppercase; }
            .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field input, .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea {
              color: #333333; }
            .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:focus, .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:focus, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:focus, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:focus {
              outline: none; }
          .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea {
            height: 200px;
            padding: 16px;
            margin-top: 40px; }
          .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field label, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field label {
            color: white; }
        @media (max-width: 768px) {
          .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields {
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 50px;
            padding-bottom: 50px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields {
      padding-left: 10px;
      padding-right: 10px; } }
    .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      max-width: 600px;
      width: 100%; }
      @media (max-width: 768px) {
        .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area {
          padding-left: 32px;
          padding-right: 32px; } }
      .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .descriptor, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .descriptor {
        margin-top: 70px;
        margin-bottom: 30px;
        font-family: 'sofia-pro';
        font-weight: 500;
        font-size: 25px; }
        @media (max-width: 768px) {
          .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .descriptor, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .descriptor {
            margin-top: 50px; } }
      .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .groups .group-error, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .group-error {
        margin-top: 40px; }
      .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .groups .field, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 20px; }
        .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          padding-left: 30px; }
          .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info label, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info label {
            font-family: 'sofia-pro';
            font-weight: 200;
            font-size: 16px;
            letter-spacing: 0.075em;
            text-transform: uppercase;
            margin-bottom: 7px;
            color: #58595B; }
          .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info .description, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info .description {
            font-family: 'sofia-pro';
            font-weight: 100;
            font-style: italic;
            font-size: 10.5px;
            letter-spacing: 0.075em;
            text-transform: uppercase;
            color: #58595B; }
        .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .groups .field.promoters-list, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field.promoters-list {
          border-top: 1px solid #333;
          padding-top: 40px;
          margin-top: 50px; }
      .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .groups .or, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .or {
        margin-top: 17px;
        margin-bottom: 25px;
        font-family: 'sofia-pro';
        font-weight: 500;
        letter-spacing: 0.075em;
        color: #58595B; }
      .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .submit-terms, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms {
        margin-top: 60px; }
        @media (max-width: 768px) {
          .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .submit-terms, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms {
            margin-top: 20px;
            padding-left: 45px; } }
        .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type="submit"], .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type="submit"] {
          width: 140px;
          height: 40px;
          background-color: #071b51;
          color: white;
          border: 0;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
          @media (max-width: 768px) {
            .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type="submit"], .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type="submit"] {
              margin-bottom: 20px; } }
        .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms {
          margin-top: 28px; }
          .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p, .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a {
            color: #808080; }
          .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a {
            text-transform: uppercase;
            text-decoration: underline;
            cursor: pointer;
            transition: opacity 0.2s ease; }
            .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a:hover, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a:hover {
              opacity: 0.7; }
          @media (max-width: 768px) {
            .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms {
              margin-top: 0px; } }
    .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .mc-success-message, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .mc-success-message {
      display: none;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      max-width: 600px;
      width: 100%;
      margin: 100px auto; }
      .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .mc-success-message.active, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .mc-success-message.active {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .mc-success-message p, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .mc-success-message p {
        font-size: 39px;
        font-family: "minion-pro";
        font-weight: 400;
        line-height: 48px; }
      @media (max-width: 768px) {
        .single-post .wrapper.podcast section.content-blocks .block.mailchimp_form .mc-success-message, .single-post .wrapper.reduced section.content-blocks .block.mailchimp_form .mc-success-message {
          padding: 0 20px;
          box-sizing: border-box;
          margin-top: 100px; } }

body.single-post section.share-categories div.share .icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px; }
  body.single-post section.share-categories div.share .icons > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    transition: opacity 0.2s ease; }
    body.single-post section.share-categories div.share .icons > a:hover {
      opacity: 0.7; }
    body.single-post section.share-categories div.share .icons > a:not(:last-child) {
      margin-right: 32px; }
    body.single-post section.share-categories div.share .icons > a.twitter {
      width: 17px;
      height: 14px;
      background-image: url(images/icons/social/share-twitter-dark.svg); }
    body.single-post section.share-categories div.share .icons > a.facebook {
      width: 8px;
      height: 16px;
      background-image: url(images/icons/social/share-facebook-dark.svg); }
    body.single-post section.share-categories div.share .icons > a.instagram {
      width: 16px;
      height: 16px;
      background-image: url(images/icons/social/share-instagram-dark.svg); }
    body.single-post section.share-categories div.share .icons > a.pinterest {
      width: 16px;
      height: 16px;
      background-image: url(images/icons/social/share-pinterest-dark.svg); }

body.single-post section.categories {
  padding-top: 28px;
  padding-bottom: 28px; }
  body.single-post section.categories > .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (max-width: 768px) {
      body.single-post section.categories > .container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    body.single-post section.categories > .container .content {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    body.single-post section.categories > .container .gutter {
      -webkit-flex: 0 1 25.39683%;
      -ms-flex: 0 1 25.39683%;
      flex: 0 1 25.39683%;
      padding: 0 25px;
      box-sizing: border-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative; }
      @media (max-width: 1280px) {
        body.single-post section.categories > .container .gutter:last-child {
          -webkit-flex: 0 1;
          -ms-flex: 0 1;
          flex: 0 1; }
          body.single-post section.categories > .container .gutter:last-child .quote {
            padding: 0 32px; }
        body.single-post section.categories > .container .gutter:first-child {
          padding-left: 0;
          -webkit-flex: 0 1 30%;
          -ms-flex: 0 1 30%;
          flex: 0 1 30%; } }
      @media (max-width: 1023px) {
        body.single-post section.categories > .container .gutter:last-child {
          -webkit-flex: 0 1 25%;
          -ms-flex: 0 1 25%;
          flex: 0 1 25%; }
          body.single-post section.categories > .container .gutter:last-child .quote {
            padding: 0 32px; }
        body.single-post section.categories > .container .gutter:first-child {
          padding-left: 10px;
          -webkit-flex: 0 1 25%;
          -ms-flex: 0 1 25%;
          flex: 0 1 25%; } }
      @media (max-width: 768px) {
        body.single-post section.categories > .container .gutter {
          padding: 0; }
          body.single-post section.categories > .container .gutter:first-child {
            -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto; } }
  body.single-post section.categories .content a {
    display: inline-block;
    font-family: 'GT-Walsheim-Regular';
    font-size: 12px;
    line-height: 22.37px;
    letter-spacing: 0.9px;
    color: #1A1A1A;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity 0.2s ease; }
    body.single-post section.categories .content a:hover {
      opacity: 0.7; }
    body.single-post section.categories .content a:not(:last-child) {
      margin-right: 16px; }

body.single-post section.comments {
  padding-top: 56px;
  padding-bottom: 70px; }
  @media (max-width: 768px) {
    body.single-post section.comments {
      display: none;
      padding-top: 24px;
      padding-bottom: 32px; } }
  body.single-post section.comments .comments-area {
    max-width: calc(100% - 300px); }
    @media (max-width: 480px) {
      body.single-post section.comments .comments-area {
        max-width: 100%; } }
    body.single-post section.comments .comments-area h2.show {
      padding-left: 330px; }
      @media (max-width: 1024px) {
        body.single-post section.comments .comments-area h2.show {
          padding-left: 200px; } }
      @media (max-width: 480px) {
        body.single-post section.comments .comments-area h2.show {
          padding: 0; } }
    body.single-post section.comments .comments-area h2.show a {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 32px;
      font-family: 'GT-Walsheim-Regular';
      font-size: 17px;
      letter-spacing: 0.07em;
      color: #666666;
      text-decoration: underline;
      cursor: pointer;
      transition: opacity 0.2s ease; }
      body.single-post section.comments .comments-area h2.show a:hover {
        opacity: 0.7; }
      @media (max-width: 480px) {
        body.single-post section.comments .comments-area h2.show a {
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      body.single-post section.comments .comments-area h2.show a::after {
        content: '';
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 0 0 14px;
        -ms-flex: 0 0 14px;
        flex: 0 0 14px;
        height: 14px;
        margin-left: 12px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(images/icons/expander-arrow.svg); }
    body.single-post section.comments .comments-area[data-active="true"] h2.show a::after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    body.single-post section.comments .comments-area .hidden {
      display: none;
      will-change: transform;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    body.single-post section.comments .comments-area form {
      max-width: 100%;
      margin-top: 75px;
      padding-left: 330px;
      padding-right: 20px; }
      @media (max-width: 1024px) {
        body.single-post section.comments .comments-area form {
          padding-left: 200px; } }
      @media (max-width: 480px) {
        body.single-post section.comments .comments-area form {
          padding: 0; } }
      body.single-post section.comments .comments-area form label {
        display: none; }
      body.single-post section.comments .comments-area form > div:not(:last-of-type) {
        margin-bottom: 24px; }
      body.single-post section.comments .comments-area form p.logged_in {
        margin-bottom: 20px; }
        body.single-post section.comments .comments-area form p.logged_in a {
          color: #656565; }
      body.single-post section.comments .comments-area form input:not([type="submit"]),
      body.single-post section.comments .comments-area form textarea {
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        background-color: #FAFAFA;
        padding: 12px 32px 12px 32px;
        width: 100%;
        box-sizing: border-box; }
        body.single-post section.comments .comments-area form input:not([type="submit"]), body.single-post section.comments .comments-area form input:not([type="submit"])::-webkit-input-placeholder,
        body.single-post section.comments .comments-area form textarea,
        body.single-post section.comments .comments-area form textarea::-webkit-input-placeholder {
          font-family: 'GT-Walsheim-Regular';
          font-size: 18px;
          line-height: 23px;
          color: #333333; }
        body.single-post section.comments .comments-area form input:not([type="submit"]), body.single-post section.comments .comments-area form input:not([type="submit"]):-ms-input-placeholder,
        body.single-post section.comments .comments-area form textarea,
        body.single-post section.comments .comments-area form textarea:-ms-input-placeholder {
          font-family: 'GT-Walsheim-Regular';
          font-size: 18px;
          line-height: 23px;
          color: #333333; }
        body.single-post section.comments .comments-area form input:not([type="submit"]), body.single-post section.comments .comments-area form input:not([type="submit"])::placeholder,
        body.single-post section.comments .comments-area form textarea,
        body.single-post section.comments .comments-area form textarea::placeholder {
          font-family: 'GT-Walsheim-Regular';
          font-size: 18px;
          line-height: 23px;
          color: #333333; }
      body.single-post section.comments .comments-area form textarea {
        width: 100%;
        box-sizing: border-box;
        padding: 32px; }
        @media (max-width: 768px) {
          body.single-post section.comments .comments-area form textarea {
            padding: 12px; } }
      body.single-post section.comments .comments-area form > div:last-of-type {
        text-align: center;
        margin-top: 40px; }
        @media (max-width: 480px) {
          body.single-post section.comments .comments-area form > div:last-of-type {
            margin-top: 32px;
            margin-bottom: 32px; } }
      body.single-post section.comments .comments-area form input[type="submit"] {
        width: 202px;
        height: 50px;
        cursor: pointer;
        transition: opacity 0.2s ease;
        background: none;
        display: inline;
        border: 2px solid #606060;
        font-family: 'GT-Walsheim-Bold';
        font-size: 16px;
        letter-spacing: 0.9px;
        color: #656565;
        text-transform: uppercase;
        text-align: center; }
        body.single-post section.comments .comments-area form input[type="submit"]:hover {
          opacity: 0.7; }
  body.single-post section.comments .comment-list {
    padding-top: 64px; }
    @media (max-width: 480px) {
      body.single-post section.comments .comment-list {
        padding-top: 0; } }
    body.single-post section.comments .comment-list .comment-wrap {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      padding-bottom: 40px; }
      @media (max-width: 768px) {
        body.single-post section.comments .comment-list .comment-wrap {
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      body.single-post section.comments .comment-list .comment-wrap .content {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      body.single-post section.comments .comment-list .comment-wrap .gutter {
        -webkit-flex: 0 1 25.39683%;
        -ms-flex: 0 1 25.39683%;
        flex: 0 1 25.39683%;
        padding: 0 25px;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative; }
        @media (max-width: 1280px) {
          body.single-post section.comments .comment-list .comment-wrap .gutter:last-child {
            -webkit-flex: 0 1;
            -ms-flex: 0 1;
            flex: 0 1; }
            body.single-post section.comments .comment-list .comment-wrap .gutter:last-child .quote {
              padding: 0 32px; }
          body.single-post section.comments .comment-list .comment-wrap .gutter:first-child {
            padding-left: 0;
            -webkit-flex: 0 1 30%;
            -ms-flex: 0 1 30%;
            flex: 0 1 30%; } }
        @media (max-width: 1023px) {
          body.single-post section.comments .comment-list .comment-wrap .gutter:last-child {
            -webkit-flex: 0 1 25%;
            -ms-flex: 0 1 25%;
            flex: 0 1 25%; }
            body.single-post section.comments .comment-list .comment-wrap .gutter:last-child .quote {
              padding: 0 32px; }
          body.single-post section.comments .comment-list .comment-wrap .gutter:first-child {
            padding-left: 10px;
            -webkit-flex: 0 1 25%;
            -ms-flex: 0 1 25%;
            flex: 0 1 25%; } }
        @media (max-width: 768px) {
          body.single-post section.comments .comment-list .comment-wrap .gutter {
            padding: 0; }
            body.single-post section.comments .comment-list .comment-wrap .gutter:first-child {
              -webkit-flex: 1 0 auto;
              -ms-flex: 1 0 auto;
              flex: 1 0 auto; } }
      body.single-post section.comments .comment-list .comment-wrap:not(:first-child) {
        margin-top: 40px; }
        @media (max-width: 480px) {
          body.single-post section.comments .comment-list .comment-wrap:not(:first-child) {
            margin-top: 32px; } }
      body.single-post section.comments .comment-list .comment-wrap .gutter.time {
        -webkit-flex: 0 1 330px;
        -ms-flex: 0 1 330px;
        flex: 0 1 330px;
        text-align: center;
        font-family: 'Pona-LightItalic';
        font-size: 17px;
        line-height: 24px;
        letter-spacing: 0.14px; }
        @media (max-width: 1024px) {
          body.single-post section.comments .comment-list .comment-wrap .gutter.time {
            -webkit-flex: 0 1 200px;
            -ms-flex: 0 1 200px;
            flex: 0 1 200px; } }
        @media (max-width: 480px) {
          body.single-post section.comments .comment-list .comment-wrap .gutter.time {
            display: none; } }
      body.single-post section.comments .comment-list .comment-wrap .gutter:last-child {
        display: none; }
      body.single-post section.comments .comment-list .comment-wrap .author {
        margin-bottom: 32px;
        font-family: 'GT-Walsheim-Bold';
        font-size: 18px;
        line-height: 23px;
        text-transform: uppercase; }
        @media (max-width: 480px) {
          body.single-post section.comments .comment-list .comment-wrap .author {
            margin-bottom: 12px; } }
      body.single-post section.comments .comment-list .comment-wrap .time.mobile-only {
        display: none;
        margin-bottom: 12px;
        font-family: 'Pona-LightItalic';
        font-size: 17px;
        line-height: 24px;
        letter-spacing: 0.14px; }
        @media (max-width: 480px) {
          body.single-post section.comments .comment-list .comment-wrap .time.mobile-only {
            display: block; } }
      body.single-post section.comments .comment-list .comment-wrap .comment-body {
        padding-right: 20px; }
        body.single-post section.comments .comment-list .comment-wrap .comment-body p {
          font-family: 'Pona-Light';
          font-size: 17px;
          line-height: 24px;
          letter-spacing: 0.14px; }

body.single-post section.similar-stories.desktop,
body.single-post section.more-tdf-films,
body.single-post section.more-podcasts {
  background: #EAEAE8; }
  body.single-post section.similar-stories.desktop .container,
  body.single-post section.more-tdf-films .container,
  body.single-post section.more-podcasts .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 76px; }
    @media (max-width: 480px) {
      body.single-post section.similar-stories.desktop .container,
      body.single-post section.more-tdf-films .container,
      body.single-post section.more-podcasts .container {
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 0;
        padding-right: 0; } }
    body.single-post section.similar-stories.desktop .container .section-title,
    body.single-post section.more-tdf-films .container .section-title,
    body.single-post section.more-podcasts .container .section-title {
      margin-bottom: 32px;
      text-align: center;
      font-family: 'GT-Walsheim-Regular';
      color: #666666; }
      @media (max-width: 480px) {
        body.single-post section.similar-stories.desktop .container .section-title,
        body.single-post section.more-tdf-films .container .section-title,
        body.single-post section.more-podcasts .container .section-title {
          margin-bottom: 16px;
          text-decoration: none; } }

body.single-post section.similar-stories.desktop .posts,
body.single-post section.more-podcasts .posts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    body.single-post section.similar-stories.desktop .posts,
    body.single-post section.more-podcasts .posts {
      display: block; } }
  body.single-post section.similar-stories.desktop .posts .post,
  body.single-post section.more-podcasts .posts .post {
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%; }
    @media (max-width: 767px) {
      body.single-post section.similar-stories.desktop .posts .post,
      body.single-post section.more-podcasts .posts .post {
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        width: 80%; } }
    body.single-post section.similar-stories.desktop .posts .post .thumbnail,
    body.single-post section.more-podcasts .posts .post .thumbnail {
      min-height: 395px; }
      @media (max-width: 767px) {
        body.single-post section.similar-stories.desktop .posts .post .thumbnail,
        body.single-post section.more-podcasts .posts .post .thumbnail {
          min-height: 203px; } }
    body.single-post section.similar-stories.desktop .posts .post .info,
    body.single-post section.more-podcasts .posts .post .info {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      body.single-post section.similar-stories.desktop .posts .post .info .link,
      body.single-post section.more-podcasts .posts .post .info .link {
        margin-top: auto; }
    body.single-post section.similar-stories.desktop .posts .post:not(:last-child),
    body.single-post section.more-podcasts .posts .post:not(:last-child) {
      margin-right: 20px; }
    @media (max-width: 767px) {
      body.single-post section.similar-stories.desktop .posts .post:last-child,
      body.single-post section.more-podcasts .posts .post:last-child {
        margin-right: 20px; } }
    body.single-post section.similar-stories.desktop .posts .post:nth-child(3),
    body.single-post section.more-podcasts .posts .post:nth-child(3) {
      -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%; }
      @media (max-width: 767px) {
        body.single-post section.similar-stories.desktop .posts .post:nth-child(3),
        body.single-post section.more-podcasts .posts .post:nth-child(3) {
          -webkit-flex: auto;
          -ms-flex: auto;
          flex: auto;
          width: 80%; } }

body.single-post section.more-podcasts {
  background-color: #262626; }
  body.single-post section.more-podcasts h2, body.single-post section.more-podcasts h2 > a, body.single-post section.more-podcasts h4, body.single-post section.more-podcasts h4 > a, body.single-post section.more-podcasts .description, body.single-post section.more-podcasts .description > a, body.single-post section.more-podcasts .link, body.single-post section.more-podcasts .link > a {
    color: white; }
  body.single-post section.more-podcasts a, body.single-post section.more-podcasts p {
    color: white !important; }
  body.single-post section.more-podcasts .info {
    background: #3B3B3B; }

@media (max-width: 768px) {
  body.single-post section.similar-stories.desktop {
    display: none; } }

body.single-post section.similar-stories .section-title {
  margin-bottom: 32px;
  text-align: center;
  font-family: 'GT-Walsheim-Regular';
  color: #666666; }
  @media (max-width: 480px) {
    body.single-post section.similar-stories .section-title {
      margin-top: 20px;
      text-align: left;
      margin-bottom: 16px;
      text-decoration: none; } }

body.single-post section.similar-stories.mobile {
  display: none;
  padding-bottom: 38px;
  border-top: 1px solid #D9D9D6; }
  @media (max-width: 768px) {
    body.single-post section.similar-stories.mobile {
      display: block; } }
  body.single-post section.similar-stories.mobile .post {
    margin-top: 40px;
    margin-bottom: 0; }
    body.single-post section.similar-stories.mobile .post .thumbnail {
      min-height: 205px; }
      @media (max-width: 1023px) {
        body.single-post section.similar-stories.mobile .post .thumbnail {
          min-height: 395px; } }
      @media (max-width: 768px) {
        body.single-post section.similar-stories.mobile .post .thumbnail {
          min-height: 225px; } }
    body.single-post section.similar-stories.mobile .post .info {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0; }
      body.single-post section.similar-stories.mobile .post .info .description {
        margin-bottom: 12px; }

body.single-post section.more-tdf-films {
  background: #262626; }
  body.single-post section.more-tdf-films .section-title {
    color: white; }
  body.single-post section.more-tdf-films .posts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      body.single-post section.more-tdf-films .posts {
        display: block; } }
    body.single-post section.more-tdf-films .posts .post {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      background-color: #3B3B3B; }
      @media (max-width: 767px) {
        body.single-post section.more-tdf-films .posts .post {
          -webkit-flex: auto;
          -ms-flex: auto;
          flex: auto;
          width: 80%; } }
      body.single-post section.more-tdf-films .posts .post:not(:last-child) {
        margin-right: 20px; }
      body.single-post section.more-tdf-films .posts .post .thumbnail {
        min-height: 190px; }
        @media (max-width: 767px) {
          body.single-post section.more-tdf-films .posts .post .thumbnail {
            min-height: 203px; } }
      body.single-post section.more-tdf-films .posts .post .description {
        display: none; }
      @media (max-width: 767px) {
        body.single-post section.more-tdf-films .posts .post:last-child {
          margin-right: 20px; } }
      body.single-post section.more-tdf-films .posts .post .info {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        body.single-post section.more-tdf-films .posts .post .info .link {
          margin-top: auto; }
      @media (max-width: 1023px) {
        body.single-post section.more-tdf-films .posts .post:nth-child(4) {
          display: none; } }
      @media (max-width: 767px) {
        body.single-post section.more-tdf-films .posts .post:nth-child(4) {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }

body.single-news section.other-news,
body.single-editorsletter section.other-letters {
  background: #EAEAE8; }
  body.single-news section.other-news .container,
  body.single-editorsletter section.other-letters .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 76px; }
    body.single-news section.other-news .container .section-title,
    body.single-editorsletter section.other-letters .container .section-title {
      margin-bottom: 32px;
      text-align: center;
      text-decoration: underline; }
    body.single-news section.other-news .container .posts,
    body.single-editorsletter section.other-letters .container .posts {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        body.single-news section.other-news .container .posts,
        body.single-editorsletter section.other-letters .container .posts {
          display: block; } }
      body.single-news section.other-news .container .posts .post,
      body.single-editorsletter section.other-letters .container .posts .post {
        -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media (max-width: 767px) {
          body.single-news section.other-news .container .posts .post,
          body.single-editorsletter section.other-letters .container .posts .post {
            -webkit-flex: auto;
            -ms-flex: auto;
            flex: auto;
            width: 80%; } }
        body.single-news section.other-news .container .posts .post .thumbnail,
        body.single-editorsletter section.other-letters .container .posts .post .thumbnail {
          min-height: 180px; }
          @media (max-width: 767px) {
            body.single-news section.other-news .container .posts .post .thumbnail,
            body.single-editorsletter section.other-letters .container .posts .post .thumbnail {
              min-height: 203px; } }
        body.single-news section.other-news .container .posts .post .info,
        body.single-editorsletter section.other-letters .container .posts .post .info {
          -webkit-flex: auto;
          -ms-flex: auto;
          flex: auto; }
          body.single-news section.other-news .container .posts .post .info h1.title,
          body.single-editorsletter section.other-letters .container .posts .post .info h1.title {
            font-family: 'BrandonGrotesque-Bold';
            font-size: 18px; }
          body.single-news section.other-news .container .posts .post .info .description,
          body.single-editorsletter section.other-letters .container .posts .post .info .description {
            font-family: 'GT-Walsheim-Regular';
            font-size: 12px;
            line-height: 15px;
            color: #0B0600; }
          body.single-news section.other-news .container .posts .post .info .link,
          body.single-editorsletter section.other-letters .container .posts .post .info .link {
            margin-top: auto;
            font-family: 'BrandonGrotesque-Bold';
            font-size: 11px;
            letter-spacing: 0.28px;
            text-decoration: none; }
        body.single-news section.other-news .container .posts .post:not(:last-child),
        body.single-editorsletter section.other-letters .container .posts .post:not(:last-child) {
          margin-right: 20px; }
        @media (max-width: 767px) {
          body.single-news section.other-news .container .posts .post:last-child,
          body.single-editorsletter section.other-letters .container .posts .post:last-child {
            margin-right: 20px; } }

body.single-post .standard section.top-area,
body.single-post .new_standard section.top-area,
body.single-post .podcast section.top-area,
body.single-post .reduced section.top-area,
body.single-post .editorspicks section.top-area,
body.single-editorspicks .standard section.top-area,
body.single-editorspicks .new_standard section.top-area,
body.single-editorspicks .podcast section.top-area,
body.single-editorspicks .reduced section.top-area,
body.single-editorspicks .editorspicks section.top-area {
  padding-bottom: 65px; }
  @media (max-width: 480px) {
    body.single-post .standard section.top-area,
    body.single-post .new_standard section.top-area,
    body.single-post .podcast section.top-area,
    body.single-post .reduced section.top-area,
    body.single-post .editorspicks section.top-area,
    body.single-editorspicks .standard section.top-area,
    body.single-editorspicks .new_standard section.top-area,
    body.single-editorspicks .podcast section.top-area,
    body.single-editorspicks .reduced section.top-area,
    body.single-editorspicks .editorspicks section.top-area {
      padding-bottom: 30px; } }
  body.single-post .standard section.top-area > .container,
  body.single-post .new_standard section.top-area > .container,
  body.single-post .podcast section.top-area > .container,
  body.single-post .reduced section.top-area > .container,
  body.single-post .editorspicks section.top-area > .container,
  body.single-editorspicks .standard section.top-area > .container,
  body.single-editorspicks .new_standard section.top-area > .container,
  body.single-editorspicks .podcast section.top-area > .container,
  body.single-editorspicks .reduced section.top-area > .container,
  body.single-editorspicks .editorspicks section.top-area > .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  body.single-post .standard section.top-area .sponsor, body.single-post .standard section.top-area .sponsor-mobile,
  body.single-post .new_standard section.top-area .sponsor,
  body.single-post .new_standard section.top-area .sponsor-mobile,
  body.single-post .podcast section.top-area .sponsor,
  body.single-post .podcast section.top-area .sponsor-mobile,
  body.single-post .reduced section.top-area .sponsor,
  body.single-post .reduced section.top-area .sponsor-mobile,
  body.single-post .editorspicks section.top-area .sponsor,
  body.single-post .editorspicks section.top-area .sponsor-mobile,
  body.single-editorspicks .standard section.top-area .sponsor,
  body.single-editorspicks .standard section.top-area .sponsor-mobile,
  body.single-editorspicks .new_standard section.top-area .sponsor,
  body.single-editorspicks .new_standard section.top-area .sponsor-mobile,
  body.single-editorspicks .podcast section.top-area .sponsor,
  body.single-editorspicks .podcast section.top-area .sponsor-mobile,
  body.single-editorspicks .reduced section.top-area .sponsor,
  body.single-editorspicks .reduced section.top-area .sponsor-mobile,
  body.single-editorspicks .editorspicks section.top-area .sponsor,
  body.single-editorspicks .editorspicks section.top-area .sponsor-mobile {
    -webkit-flex: 0 1 25.39683%;
    -ms-flex: 0 1 25.39683%;
    flex: 0 1 25.39683%;
    padding-top: 15px; }
    body.single-post .standard section.top-area .sponsor > a.logo,
    body.single-post .standard section.top-area .sponsor a.logo > img,
    body.single-post .standard section.top-area .sponsor > div, body.single-post .standard section.top-area .sponsor-mobile > a.logo,
    body.single-post .standard section.top-area .sponsor-mobile a.logo > img,
    body.single-post .standard section.top-area .sponsor-mobile > div,
    body.single-post .new_standard section.top-area .sponsor > a.logo,
    body.single-post .new_standard section.top-area .sponsor a.logo > img,
    body.single-post .new_standard section.top-area .sponsor > div,
    body.single-post .new_standard section.top-area .sponsor-mobile > a.logo,
    body.single-post .new_standard section.top-area .sponsor-mobile a.logo > img,
    body.single-post .new_standard section.top-area .sponsor-mobile > div,
    body.single-post .podcast section.top-area .sponsor > a.logo,
    body.single-post .podcast section.top-area .sponsor a.logo > img,
    body.single-post .podcast section.top-area .sponsor > div,
    body.single-post .podcast section.top-area .sponsor-mobile > a.logo,
    body.single-post .podcast section.top-area .sponsor-mobile a.logo > img,
    body.single-post .podcast section.top-area .sponsor-mobile > div,
    body.single-post .reduced section.top-area .sponsor > a.logo,
    body.single-post .reduced section.top-area .sponsor a.logo > img,
    body.single-post .reduced section.top-area .sponsor > div,
    body.single-post .reduced section.top-area .sponsor-mobile > a.logo,
    body.single-post .reduced section.top-area .sponsor-mobile a.logo > img,
    body.single-post .reduced section.top-area .sponsor-mobile > div,
    body.single-post .editorspicks section.top-area .sponsor > a.logo,
    body.single-post .editorspicks section.top-area .sponsor a.logo > img,
    body.single-post .editorspicks section.top-area .sponsor > div,
    body.single-post .editorspicks section.top-area .sponsor-mobile > a.logo,
    body.single-post .editorspicks section.top-area .sponsor-mobile a.logo > img,
    body.single-post .editorspicks section.top-area .sponsor-mobile > div,
    body.single-editorspicks .standard section.top-area .sponsor > a.logo,
    body.single-editorspicks .standard section.top-area .sponsor a.logo > img,
    body.single-editorspicks .standard section.top-area .sponsor > div,
    body.single-editorspicks .standard section.top-area .sponsor-mobile > a.logo,
    body.single-editorspicks .standard section.top-area .sponsor-mobile a.logo > img,
    body.single-editorspicks .standard section.top-area .sponsor-mobile > div,
    body.single-editorspicks .new_standard section.top-area .sponsor > a.logo,
    body.single-editorspicks .new_standard section.top-area .sponsor a.logo > img,
    body.single-editorspicks .new_standard section.top-area .sponsor > div,
    body.single-editorspicks .new_standard section.top-area .sponsor-mobile > a.logo,
    body.single-editorspicks .new_standard section.top-area .sponsor-mobile a.logo > img,
    body.single-editorspicks .new_standard section.top-area .sponsor-mobile > div,
    body.single-editorspicks .podcast section.top-area .sponsor > a.logo,
    body.single-editorspicks .podcast section.top-area .sponsor a.logo > img,
    body.single-editorspicks .podcast section.top-area .sponsor > div,
    body.single-editorspicks .podcast section.top-area .sponsor-mobile > a.logo,
    body.single-editorspicks .podcast section.top-area .sponsor-mobile a.logo > img,
    body.single-editorspicks .podcast section.top-area .sponsor-mobile > div,
    body.single-editorspicks .reduced section.top-area .sponsor > a.logo,
    body.single-editorspicks .reduced section.top-area .sponsor a.logo > img,
    body.single-editorspicks .reduced section.top-area .sponsor > div,
    body.single-editorspicks .reduced section.top-area .sponsor-mobile > a.logo,
    body.single-editorspicks .reduced section.top-area .sponsor-mobile a.logo > img,
    body.single-editorspicks .reduced section.top-area .sponsor-mobile > div,
    body.single-editorspicks .editorspicks section.top-area .sponsor > a.logo,
    body.single-editorspicks .editorspicks section.top-area .sponsor a.logo > img,
    body.single-editorspicks .editorspicks section.top-area .sponsor > div,
    body.single-editorspicks .editorspicks section.top-area .sponsor-mobile > a.logo,
    body.single-editorspicks .editorspicks section.top-area .sponsor-mobile a.logo > img,
    body.single-editorspicks .editorspicks section.top-area .sponsor-mobile > div {
      max-width: 140px; }
    body.single-post .standard section.top-area .sponsor a, body.single-post .standard section.top-area .sponsor-mobile a,
    body.single-post .new_standard section.top-area .sponsor a,
    body.single-post .new_standard section.top-area .sponsor-mobile a,
    body.single-post .podcast section.top-area .sponsor a,
    body.single-post .podcast section.top-area .sponsor-mobile a,
    body.single-post .reduced section.top-area .sponsor a,
    body.single-post .reduced section.top-area .sponsor-mobile a,
    body.single-post .editorspicks section.top-area .sponsor a,
    body.single-post .editorspicks section.top-area .sponsor-mobile a,
    body.single-editorspicks .standard section.top-area .sponsor a,
    body.single-editorspicks .standard section.top-area .sponsor-mobile a,
    body.single-editorspicks .new_standard section.top-area .sponsor a,
    body.single-editorspicks .new_standard section.top-area .sponsor-mobile a,
    body.single-editorspicks .podcast section.top-area .sponsor a,
    body.single-editorspicks .podcast section.top-area .sponsor-mobile a,
    body.single-editorspicks .reduced section.top-area .sponsor a,
    body.single-editorspicks .reduced section.top-area .sponsor-mobile a,
    body.single-editorspicks .editorspicks section.top-area .sponsor a,
    body.single-editorspicks .editorspicks section.top-area .sponsor-mobile a {
      display: inline-block;
      font-family: 'BrandonGrotesque-Bold';
      font-size: 9px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      text-align: center;
      cursor: pointer;
      transition: opacity 0.2s ease; }
      body.single-post .standard section.top-area .sponsor a:hover, body.single-post .standard section.top-area .sponsor-mobile a:hover,
      body.single-post .new_standard section.top-area .sponsor a:hover,
      body.single-post .new_standard section.top-area .sponsor-mobile a:hover,
      body.single-post .podcast section.top-area .sponsor a:hover,
      body.single-post .podcast section.top-area .sponsor-mobile a:hover,
      body.single-post .reduced section.top-area .sponsor a:hover,
      body.single-post .reduced section.top-area .sponsor-mobile a:hover,
      body.single-post .editorspicks section.top-area .sponsor a:hover,
      body.single-post .editorspicks section.top-area .sponsor-mobile a:hover,
      body.single-editorspicks .standard section.top-area .sponsor a:hover,
      body.single-editorspicks .standard section.top-area .sponsor-mobile a:hover,
      body.single-editorspicks .new_standard section.top-area .sponsor a:hover,
      body.single-editorspicks .new_standard section.top-area .sponsor-mobile a:hover,
      body.single-editorspicks .podcast section.top-area .sponsor a:hover,
      body.single-editorspicks .podcast section.top-area .sponsor-mobile a:hover,
      body.single-editorspicks .reduced section.top-area .sponsor a:hover,
      body.single-editorspicks .reduced section.top-area .sponsor-mobile a:hover,
      body.single-editorspicks .editorspicks section.top-area .sponsor a:hover,
      body.single-editorspicks .editorspicks section.top-area .sponsor-mobile a:hover {
        opacity: 0.7; }
    body.single-post .standard section.top-area .sponsor .line, body.single-post .standard section.top-area .sponsor-mobile .line,
    body.single-post .new_standard section.top-area .sponsor .line,
    body.single-post .new_standard section.top-area .sponsor-mobile .line,
    body.single-post .podcast section.top-area .sponsor .line,
    body.single-post .podcast section.top-area .sponsor-mobile .line,
    body.single-post .reduced section.top-area .sponsor .line,
    body.single-post .reduced section.top-area .sponsor-mobile .line,
    body.single-post .editorspicks section.top-area .sponsor .line,
    body.single-post .editorspicks section.top-area .sponsor-mobile .line,
    body.single-editorspicks .standard section.top-area .sponsor .line,
    body.single-editorspicks .standard section.top-area .sponsor-mobile .line,
    body.single-editorspicks .new_standard section.top-area .sponsor .line,
    body.single-editorspicks .new_standard section.top-area .sponsor-mobile .line,
    body.single-editorspicks .podcast section.top-area .sponsor .line,
    body.single-editorspicks .podcast section.top-area .sponsor-mobile .line,
    body.single-editorspicks .reduced section.top-area .sponsor .line,
    body.single-editorspicks .reduced section.top-area .sponsor-mobile .line,
    body.single-editorspicks .editorspicks section.top-area .sponsor .line,
    body.single-editorspicks .editorspicks section.top-area .sponsor-mobile .line {
      border-bottom: 1px solid #ccc;
      margin: 10px 0; }
    body.single-post .standard section.top-area .sponsor.mobile, body.single-post .standard section.top-area .sponsor-mobile.mobile,
    body.single-post .new_standard section.top-area .sponsor.mobile,
    body.single-post .new_standard section.top-area .sponsor-mobile.mobile,
    body.single-post .podcast section.top-area .sponsor.mobile,
    body.single-post .podcast section.top-area .sponsor-mobile.mobile,
    body.single-post .reduced section.top-area .sponsor.mobile,
    body.single-post .reduced section.top-area .sponsor-mobile.mobile,
    body.single-post .editorspicks section.top-area .sponsor.mobile,
    body.single-post .editorspicks section.top-area .sponsor-mobile.mobile,
    body.single-editorspicks .standard section.top-area .sponsor.mobile,
    body.single-editorspicks .standard section.top-area .sponsor-mobile.mobile,
    body.single-editorspicks .new_standard section.top-area .sponsor.mobile,
    body.single-editorspicks .new_standard section.top-area .sponsor-mobile.mobile,
    body.single-editorspicks .podcast section.top-area .sponsor.mobile,
    body.single-editorspicks .podcast section.top-area .sponsor-mobile.mobile,
    body.single-editorspicks .reduced section.top-area .sponsor.mobile,
    body.single-editorspicks .reduced section.top-area .sponsor-mobile.mobile,
    body.single-editorspicks .editorspicks section.top-area .sponsor.mobile,
    body.single-editorspicks .editorspicks section.top-area .sponsor-mobile.mobile {
      display: none; }
      @media (max-width: 768px) {
        body.single-post .standard section.top-area .sponsor.mobile, body.single-post .standard section.top-area .sponsor-mobile.mobile,
        body.single-post .new_standard section.top-area .sponsor.mobile,
        body.single-post .new_standard section.top-area .sponsor-mobile.mobile,
        body.single-post .podcast section.top-area .sponsor.mobile,
        body.single-post .podcast section.top-area .sponsor-mobile.mobile,
        body.single-post .reduced section.top-area .sponsor.mobile,
        body.single-post .reduced section.top-area .sponsor-mobile.mobile,
        body.single-post .editorspicks section.top-area .sponsor.mobile,
        body.single-post .editorspicks section.top-area .sponsor-mobile.mobile,
        body.single-editorspicks .standard section.top-area .sponsor.mobile,
        body.single-editorspicks .standard section.top-area .sponsor-mobile.mobile,
        body.single-editorspicks .new_standard section.top-area .sponsor.mobile,
        body.single-editorspicks .new_standard section.top-area .sponsor-mobile.mobile,
        body.single-editorspicks .podcast section.top-area .sponsor.mobile,
        body.single-editorspicks .podcast section.top-area .sponsor-mobile.mobile,
        body.single-editorspicks .reduced section.top-area .sponsor.mobile,
        body.single-editorspicks .reduced section.top-area .sponsor-mobile.mobile,
        body.single-editorspicks .editorspicks section.top-area .sponsor.mobile,
        body.single-editorspicks .editorspicks section.top-area .sponsor-mobile.mobile {
          display: block;
          -webkit-flex: none;
          -ms-flex: none;
          flex: none;
          margin-top: 40px; } }
  @media (max-width: 768px) {
    body.single-post .standard section.top-area .sponsor,
    body.single-post .new_standard section.top-area .sponsor,
    body.single-post .podcast section.top-area .sponsor,
    body.single-post .reduced section.top-area .sponsor,
    body.single-post .editorspicks section.top-area .sponsor,
    body.single-editorspicks .standard section.top-area .sponsor,
    body.single-editorspicks .new_standard section.top-area .sponsor,
    body.single-editorspicks .podcast section.top-area .sponsor,
    body.single-editorspicks .reduced section.top-area .sponsor,
    body.single-editorspicks .editorspicks section.top-area .sponsor {
      display: none !important; } }
  body.single-post .standard section.top-area .content,
  body.single-post .new_standard section.top-area .content,
  body.single-post .podcast section.top-area .content,
  body.single-post .reduced section.top-area .content,
  body.single-post .editorspicks section.top-area .content,
  body.single-editorspicks .standard section.top-area .content,
  body.single-editorspicks .new_standard section.top-area .content,
  body.single-editorspicks .podcast section.top-area .content,
  body.single-editorspicks .reduced section.top-area .content,
  body.single-editorspicks .editorspicks section.top-area .content {
    padding-top: 80px;
    text-align: center;
    -webkit-flex: 0 1 49.20635%;
    -ms-flex: 0 1 49.20635%;
    flex: 0 1 49.20635%; }
    @media (max-width: 768px) {
      body.single-post .standard section.top-area .content,
      body.single-post .new_standard section.top-area .content,
      body.single-post .podcast section.top-area .content,
      body.single-post .reduced section.top-area .content,
      body.single-post .editorspicks section.top-area .content,
      body.single-editorspicks .standard section.top-area .content,
      body.single-editorspicks .new_standard section.top-area .content,
      body.single-editorspicks .podcast section.top-area .content,
      body.single-editorspicks .reduced section.top-area .content,
      body.single-editorspicks .editorspicks section.top-area .content {
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 30px; } }
    body.single-post .standard section.top-area .content h1,
    body.single-post .new_standard section.top-area .content h1,
    body.single-post .podcast section.top-area .content h1,
    body.single-post .reduced section.top-area .content h1,
    body.single-post .editorspicks section.top-area .content h1,
    body.single-editorspicks .standard section.top-area .content h1,
    body.single-editorspicks .new_standard section.top-area .content h1,
    body.single-editorspicks .podcast section.top-area .content h1,
    body.single-editorspicks .reduced section.top-area .content h1,
    body.single-editorspicks .editorspicks section.top-area .content h1 {
      margin-bottom: 8px;
      font-family: 'UtopiaStd-Bold';
      font-size: 23px;
      letter-spacing: -0.21px;
      line-height: 1.4; }
      @media (max-width: 480px) {
        body.single-post .standard section.top-area .content h1,
        body.single-post .new_standard section.top-area .content h1,
        body.single-post .podcast section.top-area .content h1,
        body.single-post .reduced section.top-area .content h1,
        body.single-post .editorspicks section.top-area .content h1,
        body.single-editorspicks .standard section.top-area .content h1,
        body.single-editorspicks .new_standard section.top-area .content h1,
        body.single-editorspicks .podcast section.top-area .content h1,
        body.single-editorspicks .reduced section.top-area .content h1,
        body.single-editorspicks .editorspicks section.top-area .content h1 {
          font-size: 19px;
          letter-spacing: -0.08px; } }
      @media (max-width: 768px) {
        body.single-post .standard section.top-area .content h1,
        body.single-post .new_standard section.top-area .content h1,
        body.single-post .podcast section.top-area .content h1,
        body.single-post .reduced section.top-area .content h1,
        body.single-post .editorspicks section.top-area .content h1,
        body.single-editorspicks .standard section.top-area .content h1,
        body.single-editorspicks .new_standard section.top-area .content h1,
        body.single-editorspicks .podcast section.top-area .content h1,
        body.single-editorspicks .reduced section.top-area .content h1,
        body.single-editorspicks .editorspicks section.top-area .content h1 {
          max-width: 230px;
          line-height: 1.2; } }
    body.single-post .standard section.top-area .content h2,
    body.single-post .new_standard section.top-area .content h2,
    body.single-post .podcast section.top-area .content h2,
    body.single-post .reduced section.top-area .content h2,
    body.single-post .editorspicks section.top-area .content h2,
    body.single-editorspicks .standard section.top-area .content h2,
    body.single-editorspicks .new_standard section.top-area .content h2,
    body.single-editorspicks .podcast section.top-area .content h2,
    body.single-editorspicks .reduced section.top-area .content h2,
    body.single-editorspicks .editorspicks section.top-area .content h2 {
      font-family: 'GT-Walsheim-Regular';
      font-size: 11px;
      letter-spacing: 2.2px;
      margin-bottom: 24px; }
      @media (max-width: 480px) {
        body.single-post .standard section.top-area .content h2,
        body.single-post .new_standard section.top-area .content h2,
        body.single-post .podcast section.top-area .content h2,
        body.single-post .reduced section.top-area .content h2,
        body.single-post .editorspicks section.top-area .content h2,
        body.single-editorspicks .standard section.top-area .content h2,
        body.single-editorspicks .new_standard section.top-area .content h2,
        body.single-editorspicks .podcast section.top-area .content h2,
        body.single-editorspicks .reduced section.top-area .content h2,
        body.single-editorspicks .editorspicks section.top-area .content h2 {
          font-family: 'GT-Walsheim-Bold';
          font-size: 9px;
          letter-spacing: 0.68px; } }
      @media (max-width: 768px) {
        body.single-post .standard section.top-area .content h2,
        body.single-post .new_standard section.top-area .content h2,
        body.single-post .podcast section.top-area .content h2,
        body.single-post .reduced section.top-area .content h2,
        body.single-post .editorspicks section.top-area .content h2,
        body.single-editorspicks .standard section.top-area .content h2,
        body.single-editorspicks .new_standard section.top-area .content h2,
        body.single-editorspicks .podcast section.top-area .content h2,
        body.single-editorspicks .reduced section.top-area .content h2,
        body.single-editorspicks .editorspicks section.top-area .content h2 {
          margin-bottom: 12px; } }
    body.single-post .standard section.top-area .content .introduction,
    body.single-post .new_standard section.top-area .content .introduction,
    body.single-post .podcast section.top-area .content .introduction,
    body.single-post .reduced section.top-area .content .introduction,
    body.single-post .editorspicks section.top-area .content .introduction,
    body.single-editorspicks .standard section.top-area .content .introduction,
    body.single-editorspicks .new_standard section.top-area .content .introduction,
    body.single-editorspicks .podcast section.top-area .content .introduction,
    body.single-editorspicks .reduced section.top-area .content .introduction,
    body.single-editorspicks .editorspicks section.top-area .content .introduction {
      margin-bottom: 24px; }
      @media (max-width: 768px) {
        body.single-post .standard section.top-area .content .introduction,
        body.single-post .new_standard section.top-area .content .introduction,
        body.single-post .podcast section.top-area .content .introduction,
        body.single-post .reduced section.top-area .content .introduction,
        body.single-post .editorspicks section.top-area .content .introduction,
        body.single-editorspicks .standard section.top-area .content .introduction,
        body.single-editorspicks .new_standard section.top-area .content .introduction,
        body.single-editorspicks .podcast section.top-area .content .introduction,
        body.single-editorspicks .reduced section.top-area .content .introduction,
        body.single-editorspicks .editorspicks section.top-area .content .introduction {
          margin-bottom: 22px; } }
      body.single-post .standard section.top-area .content .introduction p,
      body.single-post .new_standard section.top-area .content .introduction p,
      body.single-post .podcast section.top-area .content .introduction p,
      body.single-post .reduced section.top-area .content .introduction p,
      body.single-post .editorspicks section.top-area .content .introduction p,
      body.single-editorspicks .standard section.top-area .content .introduction p,
      body.single-editorspicks .new_standard section.top-area .content .introduction p,
      body.single-editorspicks .podcast section.top-area .content .introduction p,
      body.single-editorspicks .reduced section.top-area .content .introduction p,
      body.single-editorspicks .editorspicks section.top-area .content .introduction p {
        font-family: 'GT-Walsheim-Regular';
        font-size: 18px;
        line-height: 26px; }
        @media (max-width: 480px) {
          body.single-post .standard section.top-area .content .introduction p,
          body.single-post .new_standard section.top-area .content .introduction p,
          body.single-post .podcast section.top-area .content .introduction p,
          body.single-post .reduced section.top-area .content .introduction p,
          body.single-post .editorspicks section.top-area .content .introduction p,
          body.single-editorspicks .standard section.top-area .content .introduction p,
          body.single-editorspicks .new_standard section.top-area .content .introduction p,
          body.single-editorspicks .podcast section.top-area .content .introduction p,
          body.single-editorspicks .reduced section.top-area .content .introduction p,
          body.single-editorspicks .editorspicks section.top-area .content .introduction p {
            font-size: 13px;
            line-height: 18px; } }
        body.single-post .standard section.top-area .content .introduction p:not(:last-child),
        body.single-post .new_standard section.top-area .content .introduction p:not(:last-child),
        body.single-post .podcast section.top-area .content .introduction p:not(:last-child),
        body.single-post .reduced section.top-area .content .introduction p:not(:last-child),
        body.single-post .editorspicks section.top-area .content .introduction p:not(:last-child),
        body.single-editorspicks .standard section.top-area .content .introduction p:not(:last-child),
        body.single-editorspicks .new_standard section.top-area .content .introduction p:not(:last-child),
        body.single-editorspicks .podcast section.top-area .content .introduction p:not(:last-child),
        body.single-editorspicks .reduced section.top-area .content .introduction p:not(:last-child),
        body.single-editorspicks .editorspicks section.top-area .content .introduction p:not(:last-child) {
          margin-bottom: 24px; }
          @media (max-width: 768px) {
            body.single-post .standard section.top-area .content .introduction p:not(:last-child),
            body.single-post .new_standard section.top-area .content .introduction p:not(:last-child),
            body.single-post .podcast section.top-area .content .introduction p:not(:last-child),
            body.single-post .reduced section.top-area .content .introduction p:not(:last-child),
            body.single-post .editorspicks section.top-area .content .introduction p:not(:last-child),
            body.single-editorspicks .standard section.top-area .content .introduction p:not(:last-child),
            body.single-editorspicks .new_standard section.top-area .content .introduction p:not(:last-child),
            body.single-editorspicks .podcast section.top-area .content .introduction p:not(:last-child),
            body.single-editorspicks .reduced section.top-area .content .introduction p:not(:last-child),
            body.single-editorspicks .editorspicks section.top-area .content .introduction p:not(:last-child) {
              margin-bottom: 16px; } }
        body.single-post .standard section.top-area .content .introduction p a,
        body.single-post .new_standard section.top-area .content .introduction p a,
        body.single-post .podcast section.top-area .content .introduction p a,
        body.single-post .reduced section.top-area .content .introduction p a,
        body.single-post .editorspicks section.top-area .content .introduction p a,
        body.single-editorspicks .standard section.top-area .content .introduction p a,
        body.single-editorspicks .new_standard section.top-area .content .introduction p a,
        body.single-editorspicks .podcast section.top-area .content .introduction p a,
        body.single-editorspicks .reduced section.top-area .content .introduction p a,
        body.single-editorspicks .editorspicks section.top-area .content .introduction p a {
          color: #809FA2;
          text-decoration: underline;
          transition: color 0.25s ease; }
          body.single-post .standard section.top-area .content .introduction p a:hover,
          body.single-post .new_standard section.top-area .content .introduction p a:hover,
          body.single-post .podcast section.top-area .content .introduction p a:hover,
          body.single-post .reduced section.top-area .content .introduction p a:hover,
          body.single-post .editorspicks section.top-area .content .introduction p a:hover,
          body.single-editorspicks .standard section.top-area .content .introduction p a:hover,
          body.single-editorspicks .new_standard section.top-area .content .introduction p a:hover,
          body.single-editorspicks .podcast section.top-area .content .introduction p a:hover,
          body.single-editorspicks .reduced section.top-area .content .introduction p a:hover,
          body.single-editorspicks .editorspicks section.top-area .content .introduction p a:hover {
            color: #ACCCD3; }
        @media (max-width: 768px) {
          body.single-post .standard section.top-area .content .introduction p,
          body.single-post .new_standard section.top-area .content .introduction p,
          body.single-post .podcast section.top-area .content .introduction p,
          body.single-post .reduced section.top-area .content .introduction p,
          body.single-post .editorspicks section.top-area .content .introduction p,
          body.single-editorspicks .standard section.top-area .content .introduction p,
          body.single-editorspicks .new_standard section.top-area .content .introduction p,
          body.single-editorspicks .podcast section.top-area .content .introduction p,
          body.single-editorspicks .reduced section.top-area .content .introduction p,
          body.single-editorspicks .editorspicks section.top-area .content .introduction p {
            max-width: 230px; } }
    body.single-post .standard section.top-area .content .date,
    body.single-post .new_standard section.top-area .content .date,
    body.single-post .podcast section.top-area .content .date,
    body.single-post .reduced section.top-area .content .date,
    body.single-post .editorspicks section.top-area .content .date,
    body.single-editorspicks .standard section.top-area .content .date,
    body.single-editorspicks .new_standard section.top-area .content .date,
    body.single-editorspicks .podcast section.top-area .content .date,
    body.single-editorspicks .reduced section.top-area .content .date,
    body.single-editorspicks .editorspicks section.top-area .content .date {
      font-family: 'Pona-LightItalic';
      font-size: 15px; }

body.single-post section.share-categories {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  border-top: 1px solid #E1E1DE;
  border-bottom: 1px solid #E1E1DE; }
  body.single-post section.share-categories .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 11.11111%;
    padding-right: 11.11111%; }
    body.single-post section.share-categories .container .share {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      body.single-post section.share-categories .container .share .label {
        font-family: 'GT-Walsheim-Regular';
        font-size: 12px;
        line-height: 22.37px;
        letter-spacing: 0.9px;
        color: #1A1A1A;
        text-decoration: underline;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 13px; }
      body.single-post section.share-categories .container .share .icons {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
        margin-left: 18px; }
    body.single-post section.share-categories .container .categories {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      body.single-post section.share-categories .container .categories a {
        display: inline-block;
        text-transform: uppercase;
        font-family: 'GT-Walsheim-Regular';
        font-size: 12px;
        line-height: 22.37px;
        letter-spacing: 0.9px;
        color: #1A1A1A;
        text-decoration: underline;
        cursor: pointer;
        transition: opacity 0.2s ease;
        font-size: 13px; }
        body.single-post section.share-categories .container .categories a:hover {
          opacity: 0.7; }
        body.single-post section.share-categories .container .categories a:not(:last-child) {
          margin-right: 16px; }
    @media (max-width: 1023px) {
      body.single-post section.share-categories .container {
        padding-left: 10px; }
        body.single-post section.share-categories .container .categories {
          display: none; } }

body.single-post section.promo-banner .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-top: 52px;
  padding-bottom: 52px; }
  @media (max-width: 768px) {
    body.single-post section.promo-banner .container {
      margin-top: 20px;
      margin-bottom: 0px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 480px) {
    body.single-post section.promo-banner .container {
      padding-left: 20px;
      padding-right: 20px; } }

body.single-post section.promo-banner .text {
  width: 860px;
  max-width: 100%;
  text-align: center; }
  body.single-post section.promo-banner .text * {
    font-family: "minion-pro";
    font-weight: 400;
    font-size: 33px;
    line-height: 38px;
    color: white; }
    @media (max-width: 768px) {
      body.single-post section.promo-banner .text * {
        font-size: 29px;
        line-height: 34px; } }
    body.single-post section.promo-banner .text * a {
      text-decoration: underline;
      cursor: pointer;
      transition: opacity 0.2s ease; }
      body.single-post section.promo-banner .text * a:hover {
        opacity: 0.7; }
      body.single-post section.promo-banner .text * a, body.single-post section.promo-banner .text * a * {
        color: #FFDC37; }
    body.single-post section.promo-banner .text * em {
      font-style: italic; }
    body.single-post section.promo-banner .text * strong {
      font-weight: 700; }

body.single-post .this-week.mobile {
  display: none;
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: 1px solid #D9D9D6; }
  @media (max-width: 768px) {
    body.single-post .this-week.mobile {
      display: block; } }
  body.single-post .this-week.mobile .section-title {
    margin-bottom: 52px;
    text-align: center;
    font-family: 'GT-Walsheim-Regular';
    color: #666666; }
    @media (max-width: 480px) {
      body.single-post .this-week.mobile .section-title {
        text-align: left;
        margin-bottom: 16px;
        text-decoration: none; } }
  body.single-post .this-week.mobile .post {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0; }
    body.single-post .this-week.mobile .post:nth-child(n + 5) {
      display: none; }
    body.single-post .this-week.mobile .post .thumbnail {
      -webkit-flex: 0 1 151px;
      -ms-flex: 0 1 151px;
      flex: 0 1 151px;
      min-height: 98px;
      height: 98px; }
    body.single-post .this-week.mobile .post .info {
      -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%;
      padding: 8px 0 8px 16px; }
      body.single-post .this-week.mobile .post .info .type {
        margin-bottom: 10px; }
      body.single-post .this-week.mobile .post .info .title, body.single-post .this-week.mobile .post .info .title a {
        font-size: 18px;
        line-height: 1; }
      body.single-post .this-week.mobile .post .info .description {
        display: none; }

body.tax-sections section.listing,
body.tax-features section.listing,
body.search-results section.listing,
body.search-no-results section.listing,
body.page-template-archive section.listing,
body.post-type-archive-tdf_videos section.listing,
body.single-tdf_videos section.listing,
body.single-contributors section.listing {
  padding: 20px 0;
  background-color: #F9F9F9;
  min-height: 45vh; }
  body.tax-sections section.listing .container,
  body.tax-features section.listing .container,
  body.search-results section.listing .container,
  body.search-no-results section.listing .container,
  body.page-template-archive section.listing .container,
  body.post-type-archive-tdf_videos section.listing .container,
  body.single-tdf_videos section.listing .container,
  body.single-contributors section.listing .container {
    overflow: hidden; }
    body.tax-sections section.listing .container .category-headings h1, body.tax-sections section.listing .container .category-headings h2,
    body.tax-features section.listing .container .category-headings h1,
    body.tax-features section.listing .container .category-headings h2,
    body.search-results section.listing .container .category-headings h1,
    body.search-results section.listing .container .category-headings h2,
    body.search-no-results section.listing .container .category-headings h1,
    body.search-no-results section.listing .container .category-headings h2,
    body.page-template-archive section.listing .container .category-headings h1,
    body.page-template-archive section.listing .container .category-headings h2,
    body.post-type-archive-tdf_videos section.listing .container .category-headings h1,
    body.post-type-archive-tdf_videos section.listing .container .category-headings h2,
    body.single-tdf_videos section.listing .container .category-headings h1,
    body.single-tdf_videos section.listing .container .category-headings h2,
    body.single-contributors section.listing .container .category-headings h1,
    body.single-contributors section.listing .container .category-headings h2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    body.tax-sections section.listing .container .category-headings h1,
    body.tax-features section.listing .container .category-headings h1,
    body.search-results section.listing .container .category-headings h1,
    body.search-no-results section.listing .container .category-headings h1,
    body.page-template-archive section.listing .container .category-headings h1,
    body.post-type-archive-tdf_videos section.listing .container .category-headings h1,
    body.single-tdf_videos section.listing .container .category-headings h1,
    body.single-contributors section.listing .container .category-headings h1 {
      margin-top: 5px;
      font-size: 18px; }
      body.tax-sections section.listing .container .category-headings h1.solo,
      body.tax-features section.listing .container .category-headings h1.solo,
      body.search-results section.listing .container .category-headings h1.solo,
      body.search-no-results section.listing .container .category-headings h1.solo,
      body.page-template-archive section.listing .container .category-headings h1.solo,
      body.post-type-archive-tdf_videos section.listing .container .category-headings h1.solo,
      body.single-tdf_videos section.listing .container .category-headings h1.solo,
      body.single-contributors section.listing .container .category-headings h1.solo {
        margin-bottom: 26px; }
    body.tax-sections section.listing .container .category-headings h2,
    body.tax-features section.listing .container .category-headings h2,
    body.search-results section.listing .container .category-headings h2,
    body.search-no-results section.listing .container .category-headings h2,
    body.page-template-archive section.listing .container .category-headings h2,
    body.post-type-archive-tdf_videos section.listing .container .category-headings h2,
    body.single-tdf_videos section.listing .container .category-headings h2,
    body.single-contributors section.listing .container .category-headings h2 {
      font-family: 'GT-Walsheim-Regular';
      font-size: 15px;
      line-height: 18px;
      text-transform: none;
      font-weight: normal;
      margin-bottom: 30px;
      color: #333333; }
    body.tax-sections section.listing .container .grid,
    body.tax-features section.listing .container .grid,
    body.search-results section.listing .container .grid,
    body.search-no-results section.listing .container .grid,
    body.page-template-archive section.listing .container .grid,
    body.post-type-archive-tdf_videos section.listing .container .grid,
    body.single-tdf_videos section.listing .container .grid,
    body.single-contributors section.listing .container .grid {
      width: calc(100% + 20px); }
      body.tax-sections section.listing .container .grid .post,
      body.tax-features section.listing .container .grid .post,
      body.search-results section.listing .container .grid .post,
      body.search-no-results section.listing .container .grid .post,
      body.page-template-archive section.listing .container .grid .post,
      body.post-type-archive-tdf_videos section.listing .container .grid .post,
      body.single-tdf_videos section.listing .container .grid .post,
      body.single-contributors section.listing .container .grid .post {
        width: calc(25% - 20px);
        margin-bottom: 20px; }
        @media (max-width: 1280px) {
          body.tax-sections section.listing .container .grid .post,
          body.tax-features section.listing .container .grid .post,
          body.search-results section.listing .container .grid .post,
          body.search-no-results section.listing .container .grid .post,
          body.page-template-archive section.listing .container .grid .post,
          body.post-type-archive-tdf_videos section.listing .container .grid .post,
          body.single-tdf_videos section.listing .container .grid .post,
          body.single-contributors section.listing .container .grid .post {
            width: calc(33.3% - 20px); } }
        @media (max-width: 1023px) {
          body.tax-sections section.listing .container .grid .post,
          body.tax-features section.listing .container .grid .post,
          body.search-results section.listing .container .grid .post,
          body.search-no-results section.listing .container .grid .post,
          body.page-template-archive section.listing .container .grid .post,
          body.post-type-archive-tdf_videos section.listing .container .grid .post,
          body.single-tdf_videos section.listing .container .grid .post,
          body.single-contributors section.listing .container .grid .post {
            width: calc(50% - 10px); } }
        @media (max-width: 768px) {
          body.tax-sections section.listing .container .grid .post,
          body.tax-features section.listing .container .grid .post,
          body.search-results section.listing .container .grid .post,
          body.search-no-results section.listing .container .grid .post,
          body.page-template-archive section.listing .container .grid .post,
          body.post-type-archive-tdf_videos section.listing .container .grid .post,
          body.single-tdf_videos section.listing .container .grid .post,
          body.single-contributors section.listing .container .grid .post {
            width: 100%; } }
      body.tax-sections section.listing .container .grid .gutter-sizer,
      body.tax-features section.listing .container .grid .gutter-sizer,
      body.search-results section.listing .container .grid .gutter-sizer,
      body.search-no-results section.listing .container .grid .gutter-sizer,
      body.page-template-archive section.listing .container .grid .gutter-sizer,
      body.post-type-archive-tdf_videos section.listing .container .grid .gutter-sizer,
      body.single-tdf_videos section.listing .container .grid .gutter-sizer,
      body.single-contributors section.listing .container .grid .gutter-sizer {
        width: 20px; }
        @media (max-width: 768px) {
          body.tax-sections section.listing .container .grid .gutter-sizer,
          body.tax-features section.listing .container .grid .gutter-sizer,
          body.search-results section.listing .container .grid .gutter-sizer,
          body.search-no-results section.listing .container .grid .gutter-sizer,
          body.page-template-archive section.listing .container .grid .gutter-sizer,
          body.post-type-archive-tdf_videos section.listing .container .grid .gutter-sizer,
          body.single-tdf_videos section.listing .container .grid .gutter-sizer,
          body.single-contributors section.listing .container .grid .gutter-sizer {
            width: 10px; } }
      @media (max-width: 768px) {
        body.tax-sections section.listing .container .grid,
        body.tax-features section.listing .container .grid,
        body.search-results section.listing .container .grid,
        body.search-no-results section.listing .container .grid,
        body.page-template-archive section.listing .container .grid,
        body.post-type-archive-tdf_videos section.listing .container .grid,
        body.single-tdf_videos section.listing .container .grid,
        body.single-contributors section.listing .container .grid {
          width: calc(100% + 10px); } }
      @media (max-width: 480px) {
        body.tax-sections section.listing .container .grid,
        body.tax-features section.listing .container .grid,
        body.search-results section.listing .container .grid,
        body.search-no-results section.listing .container .grid,
        body.page-template-archive section.listing .container .grid,
        body.post-type-archive-tdf_videos section.listing .container .grid,
        body.single-tdf_videos section.listing .container .grid,
        body.single-contributors section.listing .container .grid {
          width: 100%; } }
    body.tax-sections section.listing .container .no-posts,
    body.tax-features section.listing .container .no-posts,
    body.search-results section.listing .container .no-posts,
    body.search-no-results section.listing .container .no-posts,
    body.page-template-archive section.listing .container .no-posts,
    body.post-type-archive-tdf_videos section.listing .container .no-posts,
    body.single-tdf_videos section.listing .container .no-posts,
    body.single-contributors section.listing .container .no-posts {
      text-align: center;
      margin-top: 100px;
      font-size: 15px; }
  body.tax-sections section.listing .right .this-week,
  body.tax-features section.listing .right .this-week,
  body.search-results section.listing .right .this-week,
  body.search-no-results section.listing .right .this-week,
  body.page-template-archive section.listing .right .this-week,
  body.post-type-archive-tdf_videos section.listing .right .this-week,
  body.single-tdf_videos section.listing .right .this-week,
  body.single-contributors section.listing .right .this-week {
    display: none; }

body.post-type-archive-tdf_videos,
body.single-tdf_videos {
  background-color: #3B3B3B; }
  body.post-type-archive-tdf_videos .video_area,
  body.single-tdf_videos .video_area {
    padding-top: 20px;
    background-color: #262626; }
    body.post-type-archive-tdf_videos .video_area .video_embed,
    body.single-tdf_videos .video_area .video_embed {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
      height: auto; }
      body.post-type-archive-tdf_videos .video_area .video_embed iframe, body.post-type-archive-tdf_videos .video_area .video_embed object, body.post-type-archive-tdf_videos .video_area .video_embed embed,
      body.single-tdf_videos .video_area .video_embed iframe,
      body.single-tdf_videos .video_area .video_embed object,
      body.single-tdf_videos .video_area .video_embed embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  body.post-type-archive-tdf_videos section.listing,
  body.single-tdf_videos section.listing {
    background-color: #3B3B3B; }
    body.post-type-archive-tdf_videos section.listing .container,
    body.single-tdf_videos section.listing .container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      body.post-type-archive-tdf_videos section.listing .container .grid,
      body.single-tdf_videos section.listing .container .grid {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 20px; }
        body.post-type-archive-tdf_videos section.listing .container .grid .post,
        body.single-tdf_videos section.listing .container .grid .post {
          width: 100%;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          margin-bottom: 20px;
          background-color: #262626; }
          body.post-type-archive-tdf_videos section.listing .container .grid .post .thumbnail,
          body.single-tdf_videos section.listing .container .grid .post .thumbnail {
            min-height: 297px;
            -webkit-flex: 0 1 528px;
            -ms-flex: 0 1 528px;
            flex: 0 1 528px; }
          body.post-type-archive-tdf_videos section.listing .container .grid .post .info,
          body.single-tdf_videos section.listing .container .grid .post .info {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding: 20px; }
            body.post-type-archive-tdf_videos section.listing .container .grid .post .info a.link,
            body.single-tdf_videos section.listing .container .grid .post .info a.link {
              margin-top: auto; }
          @media (max-width: 1280px) {
            body.post-type-archive-tdf_videos section.listing .container .grid .post .thumbnail,
            body.single-tdf_videos section.listing .container .grid .post .thumbnail {
              -webkit-flex: 0 1 60%;
              -ms-flex: 0 1 60%;
              flex: 0 1 60%; } }
          @media (max-width: 768px) {
            body.post-type-archive-tdf_videos section.listing .container .grid .post,
            body.single-tdf_videos section.listing .container .grid .post {
              -webkit-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              width: 100%; }
              body.post-type-archive-tdf_videos section.listing .container .grid .post .thumbnail,
              body.single-tdf_videos section.listing .container .grid .post .thumbnail {
                min-height: 190px;
                -webkit-flex: 0;
                -ms-flex: 0;
                flex: 0; } }
      @media (max-width: 1023px) {
        body.post-type-archive-tdf_videos section.listing .container .ad-unit,
        body.single-tdf_videos section.listing .container .ad-unit {
          display: none; }
        body.post-type-archive-tdf_videos section.listing .container .grid,
        body.single-tdf_videos section.listing .container .grid {
          padding-right: 0;
          width: calc(100% + 10px); } }
    @media (max-width: 768px) {
      body.post-type-archive-tdf_videos section.listing,
      body.single-tdf_videos section.listing {
        padding-top: 10px; } }
  body.post-type-archive-tdf_videos .post,
  body.single-tdf_videos .post {
    background-color: transparent; }
    body.post-type-archive-tdf_videos .post div, body.post-type-archive-tdf_videos .post a, body.post-type-archive-tdf_videos .post p, body.post-type-archive-tdf_videos .post h4,
    body.single-tdf_videos .post div,
    body.single-tdf_videos .post a,
    body.single-tdf_videos .post p,
    body.single-tdf_videos .post h4 {
      color: white; }
